Skip to content

Commit 56eaef4

Browse files
committed
upgrade types from pinned fetch
1 parent e4e5e8d commit 56eaef4

82 files changed

Lines changed: 662 additions & 109 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

modules/openapi-generator/src/main/resources/typescript/package.mustache

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
{{#fetch-api}}
4747
{{#platforms}}
4848
{{#node}}
49-
"node-fetch": "^2.6.0",
50-
"@types/node-fetch": "^2.5.7",
49+
"node-fetch": "^2.7.0",
50+
"@types/node-fetch": "^2.6.13",
5151
{{/node}}
5252
{{#browser}}
5353
"whatwg-fetch": "^3.0.0",
@@ -61,7 +61,7 @@
6161
{{/frameworks}}
6262
{{#platforms}}
6363
{{#node}}
64-
"@types/node": "*",
64+
"@types/node": "^16.18.126",
6565
"form-data": "^2.5.0",
6666
{{/node}}
6767
{{/platforms}}

samples/client/echo_api/typescript/build/http/http.ts

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/client/others/typescript/encode-decode/build/http/http.ts

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.14.0-SNAPSHOT
1+
7.15.0-SNAPSHOT

samples/client/petstore/ada/src/client/samples-petstore-clients.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- The version of the OpenAPI document: 1.0.0
55
--
66
--
7-
-- NOTE: This package is auto generated by OpenAPI-Generator 7.14.0-SNAPSHOT.
7+
-- NOTE: This package is auto generated by OpenAPI-Generator 7.15.0-SNAPSHOT.
88
-- https://openapi-generator.tech
99
-- Do not edit the class manually.
1010

samples/client/petstore/ada/src/client/samples-petstore-clients.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- The version of the OpenAPI document: 1.0.0
55
--
66
--
7-
-- NOTE: This package is auto generated by OpenAPI-Generator 7.14.0-SNAPSHOT.
7+
-- NOTE: This package is auto generated by OpenAPI-Generator 7.15.0-SNAPSHOT.
88
-- https://openapi-generator.tech
99
-- Do not edit the class manually.
1010

samples/client/petstore/ada/src/model/samples-petstore-models.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- The version of the OpenAPI document: 1.0.0
55
--
66
--
7-
-- NOTE: This package is auto generated by OpenAPI-Generator 7.14.0-SNAPSHOT.
7+
-- NOTE: This package is auto generated by OpenAPI-Generator 7.15.0-SNAPSHOT.
88
-- https://openapi-generator.tech
99
-- Do not edit the class manually.
1010

samples/client/petstore/ada/src/model/samples-petstore-models.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- The version of the OpenAPI document: 1.0.0
55
--
66
--
7-
-- NOTE: This package is auto generated by OpenAPI-Generator 7.14.0-SNAPSHOT.
7+
-- NOTE: This package is auto generated by OpenAPI-Generator 7.15.0-SNAPSHOT.
88
-- https://openapi-generator.tech
99
-- Do not edit the class manually.
1010

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.14.0-SNAPSHOT
1+
7.15.0-SNAPSHOT

samples/client/petstore/apex/force-app/main/default/classes/OASOrder.cls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public class OASOrder {
4747
DELIVERED
4848
}
4949

50-
5150
/**
5251
* Order Status
5352
* @return status

0 commit comments

Comments
 (0)