Skip to content

Commit e4e5e8d

Browse files
committed
use built in
1 parent aacbdf8 commit e4e5e8d

74 files changed

Lines changed: 67 additions & 276 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/http/http.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {{^supportsES6}}* as{{/supportsES6}} FormData from "form-data";
55
import { URL, URLSearchParams } from 'url';
66
import * as http from 'http';
77
import * as https from 'https';
8-
import { AbortSignal } from "node-fetch/externals";
98
{{/node}}
109
{{/platforms}}
1110
import { Observable, from } from {{#useRxJS}}'rxjs'{{/useRxJS}}{{^useRxJS}}'../rxjsStub{{importFileExtension}}'{{/useRxJS}};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.15.0-SNAPSHOT
1+
7.14.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.15.0-SNAPSHOT.
7+
-- NOTE: This package is auto generated by OpenAPI-Generator 7.14.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.15.0-SNAPSHOT.
7+
-- NOTE: This package is auto generated by OpenAPI-Generator 7.14.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.15.0-SNAPSHOT.
7+
-- NOTE: This package is auto generated by OpenAPI-Generator 7.14.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.15.0-SNAPSHOT.
7+
-- NOTE: This package is auto generated by OpenAPI-Generator 7.14.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.15.0-SNAPSHOT
1+
7.14.0-SNAPSHOT

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

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

50+
5051
/**
5152
* Order Status
5253
* @return status

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public class OASPet {
5353
SOLD
5454
}
5555

56+
5657
/**
5758
* pet status in the store
5859
* @return status
Lines changed: 0 additions & 10 deletions

0 commit comments

Comments
 (0)