@api-client/core 0.8.2 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/src/amf/AmfMixin.d.ts +1 -1
- package/build/src/amf/definitions/Api.d.ts +6 -6
- package/build/src/amf/definitions/Shapes.d.ts +2 -2
- package/build/src/amf/models/AmfDataNode.d.ts +1 -1
- package/build/src/cookies/CookieParser.d.ts +1 -1
- package/build/src/lib/parsers/UrlProcessor.d.ts +1 -1
- package/build/src/lib/transformers/PayloadSerializer.d.ts +3 -3
- package/build/src/mocking/LegacyInterfaces.d.ts +1 -1
- package/build/src/models/Authorization.d.ts +3 -3
- package/build/src/models/ClientCertificate.d.ts +4 -4
- package/build/src/models/HttpCookie.d.ts +2 -2
- package/build/src/models/ProjectItem.d.ts +1 -1
- package/build/src/models/Property.d.ts +1 -1
- package/build/src/models/data/DataNamespace.d.ts +1 -1
- package/build/src/models/data/DataProperty.d.ts +2 -2
- package/build/src/models/legacy/actions/Actions.d.ts +5 -5
- package/build/src/models/legacy/authorization/Authorization.d.ts +2 -2
- package/build/src/models/store/Backend.d.ts +2 -2
- package/build/src/models/store/Permission.d.ts +3 -3
- package/build/src/models/transformers/PostmanTransformer.d.ts +1 -1
- package/build/src/models/transformers/PostmanV21Transformer.d.ts +1 -1
- package/build/src/models/transformers/har.d.ts +1 -1
- package/build/src/runtime/http-runner/HttpFlowRunner.d.ts +1 -1
- package/build/src/runtime/node/ProjectParallelRunner.d.ts +1 -1
- package/build/src/runtime/node/ProjectRunner.d.ts +1 -1
- package/build/src/runtime/store/FilesSdk.d.ts +1 -1
- package/data/apis/APIC-483/APIC-483.raml +16 -0
- package/data/apis/APIC-483/example/list-of-bank-succ.json +32 -0
- package/data/apis/APIC-483/schema/response-retrieve-list-bank.json +68 -0
- package/data/apis/arc-demo-api/arc-demo-api.raml +468 -0
- package/data/apis/arc-demo-api/examples/e400.xml +4 -0
- package/data/apis/arc-demo-api/examples/e401.xml +4 -0
- package/data/apis/arc-demo-api/examples/e404.xml +4 -0
- package/data/apis/arc-demo-api/examples/image.xml +5 -0
- package/data/apis/arc-demo-api/examples/messages-example.json +22 -0
- package/data/apis/arc-demo-api/examples/messages-sent-example.json +15 -0
- package/data/apis/arc-demo-api/examples/person.json +14 -0
- package/data/apis/arc-demo-api/examples/person.url.encoded +1 -0
- package/data/apis/arc-demo-api/examples/person.xml +14 -0
- package/data/apis/arc-demo-api/examples/product.xml +9 -0
- package/data/apis/arc-demo-api/library.raml +36 -0
- package/data/apis/arc-demo-api/resourceTypes/app-person.raml +49 -0
- package/data/apis/arc-demo-api/resourceTypes/example-types.raml +45 -0
- package/data/apis/arc-demo-api/resourceTypes/image.raml +23 -0
- package/data/apis/arc-demo-api/resourceTypes/message-sent-type.raml +23 -0
- package/data/apis/arc-demo-api/resourceTypes/message-type.raml +33 -0
- package/data/apis/arc-demo-api/resourceTypes/product.raml +52 -0
- package/data/apis/arc-demo-api/resourceTypes/resource.raml +11 -0
- package/data/apis/arc-demo-api/schemas/error-response.xsd +11 -0
- package/data/apis/arc-demo-api/schemas/image.xsd +11 -0
- package/data/apis/arc-demo-api/schemas/person.json +104 -0
- package/data/apis/arc-demo-api/schemas/person.xsd +26 -0
- package/data/apis/arc-demo-api/schemas/product.xsd +17 -0
- package/data/apis/arc-demo-api/securitySchemes/basic.raml +5 -0
- package/data/apis/arc-demo-api/securitySchemes/oauth_2_0.raml +29 -0
- package/data/apis/arc-demo-api/securitySchemes/x-custom.raml +26 -0
- package/data/apis/arc-demo-api/traits/adminable.raml +23 -0
- package/data/apis/arc-demo-api/traits/pagination.raml +83 -0
- package/data/apis/arc-demo-api/traits/rate-limited.raml +9 -0
- package/data/apis/oas-3-api/oas-3-api.yaml +356 -0
- package/data/apis/petstore/petstore.yaml +954 -0
- package/data/apis/secured-api/oauth-2-custom-settings.raml +143 -0
- package/data/apis/secured-api/oauth2-header-delivery.raml +13 -0
- package/data/apis/secured-api/oauth2-no-delivery.raml +8 -0
- package/data/apis/secured-api/oauth2-no-grants.raml +12 -0
- package/data/apis/secured-api/oauth2-pkce.raml +13 -0
- package/data/apis/secured-api/oauth2-query-delivery.raml +13 -0
- package/data/apis/secured-api/oauth_1_0.raml +8 -0
- package/data/apis/secured-api/oauth_1_0_no-settings.raml +3 -0
- package/data/apis/secured-api/oauth_1_0_no-signature.raml +7 -0
- package/data/apis/secured-api/oauth_1_0_signature.raml +8 -0
- package/data/apis/secured-api/passthrough-querystring.raml +16 -0
- package/data/apis/secured-api/passthrough.raml +24 -0
- package/data/apis/secured-api/secured-api.raml +231 -0
- package/data/apis/secured-api/x-custom.raml +33 -0
- package/data/apis/secured-api/x-other.raml +29 -0
- package/data/apis/secured-api/x-query-string.raml +16 -0
- package/data/model.js +5 -0
- package/data/models/APIC-187.json +13 -3
- package/data/models/APIC-188.json +13 -3
- package/data/models/APIC-233.json +1 -1
- package/data/models/APIC-391.json +23 -2
- package/data/models/APIC-483.json +3088 -0
- package/data/models/APIC-487.json +1 -1
- package/data/models/APIC-655.json +21 -1
- package/data/models/APIC-689.json +21 -1
- package/data/models/APIC-690.json +5 -5
- package/data/models/SE-10469.json +11 -1
- package/data/models/SE-13092.json +35 -5
- package/data/models/SE-22063.json +22 -2
- package/data/models/amf-helper-api.json +740 -42
- package/data/models/arc-demo-api.json +52994 -0
- package/data/models/async-api.json +86 -36
- package/data/models/example-generator-api.json +280 -10
- package/data/models/expanded-api.json +1 -1
- package/data/models/flattened-api.json +1 -1
- package/data/models/multiple-servers.json +1 -1
- package/data/models/oas-3-api.json +10534 -0
- package/data/models/oas-date.json +1 -1
- package/data/models/oas-types.json +1 -1
- package/data/models/oas-unions.json +31 -1
- package/data/models/petstore.json +27477 -0
- package/data/models/raml-date.json +11 -1
- package/data/models/recursive.json +1 -1
- package/data/models/schema-api.json +84 -4
- package/data/models/secured-api.json +19067 -0
- package/data/models/tracked-to-linked.json +88 -4
- package/package.json +3 -3
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"@type": [
|
|
6
6
|
"doc:APIContractProcessingData"
|
|
7
7
|
],
|
|
8
|
-
"apiContract:modelVersion": "3.
|
|
8
|
+
"apiContract:modelVersion": "3.8.0",
|
|
9
9
|
"doc:transformed": true,
|
|
10
10
|
"doc:sourceSpec": "RAML 1.0"
|
|
11
11
|
},
|
|
@@ -224,6 +224,11 @@
|
|
|
224
224
|
{
|
|
225
225
|
"@id": "#182/source-map/lexical/element_0"
|
|
226
226
|
}
|
|
227
|
+
],
|
|
228
|
+
"sourcemaps:virtual-element": [
|
|
229
|
+
{
|
|
230
|
+
"@id": "#182/source-map/virtual-element/element_0"
|
|
231
|
+
}
|
|
227
232
|
]
|
|
228
233
|
},
|
|
229
234
|
{
|
|
@@ -343,6 +348,11 @@
|
|
|
343
348
|
"sourcemaps:value": "[(13,4)-(18,0)]"
|
|
344
349
|
},
|
|
345
350
|
{
|
|
351
|
+
"@id": "#182/source-map/virtual-element/element_0",
|
|
352
|
+
"sourcemaps:element": "amf://id#182",
|
|
353
|
+
"sourcemaps:value": "true"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
346
356
|
"@id": "#3",
|
|
347
357
|
"@type": [
|
|
348
358
|
"shacl:PropertyShape",
|
|
@@ -11288,7 +11298,7 @@
|
|
|
11288
11298
|
"@type": [
|
|
11289
11299
|
"doc:APIContractProcessingData"
|
|
11290
11300
|
],
|
|
11291
|
-
"apiContract:modelVersion": "3.
|
|
11301
|
+
"apiContract:modelVersion": "3.8.0",
|
|
11292
11302
|
"doc:sourceSpec": "RAML 1.0"
|
|
11293
11303
|
},
|
|
11294
11304
|
{
|
|
@@ -11316,7 +11326,7 @@
|
|
|
11316
11326
|
"@type": [
|
|
11317
11327
|
"doc:APIContractProcessingData"
|
|
11318
11328
|
],
|
|
11319
|
-
"apiContract:modelVersion": "3.
|
|
11329
|
+
"apiContract:modelVersion": "3.8.0",
|
|
11320
11330
|
"doc:sourceSpec": "RAML 1.0"
|
|
11321
11331
|
},
|
|
11322
11332
|
{
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"@type": [
|
|
6
6
|
"doc:APIContractProcessingData"
|
|
7
7
|
],
|
|
8
|
-
"apiContract:modelVersion": "3.
|
|
8
|
+
"apiContract:modelVersion": "3.8.0",
|
|
9
9
|
"doc:transformed": true,
|
|
10
10
|
"doc:sourceSpec": "RAML 1.0"
|
|
11
11
|
},
|
|
@@ -147,6 +147,11 @@
|
|
|
147
147
|
{
|
|
148
148
|
"@id": "#28"
|
|
149
149
|
}
|
|
150
|
+
],
|
|
151
|
+
"sourcemaps:sources": [
|
|
152
|
+
{
|
|
153
|
+
"@id": "#27/source-map"
|
|
154
|
+
}
|
|
150
155
|
]
|
|
151
156
|
},
|
|
152
157
|
{
|
|
@@ -188,6 +193,17 @@
|
|
|
188
193
|
]
|
|
189
194
|
},
|
|
190
195
|
{
|
|
196
|
+
"@id": "#27/source-map",
|
|
197
|
+
"@type": [
|
|
198
|
+
"sourcemaps:SourceMap"
|
|
199
|
+
],
|
|
200
|
+
"sourcemaps:virtual-element": [
|
|
201
|
+
{
|
|
202
|
+
"@id": "#27/source-map/virtual-element/element_0"
|
|
203
|
+
}
|
|
204
|
+
]
|
|
205
|
+
},
|
|
206
|
+
{
|
|
191
207
|
"@id": "#26/source-map/lexical/element_0",
|
|
192
208
|
"sourcemaps:element": "amf://id#26",
|
|
193
209
|
"sourcemaps:value": "[(40,2)-(45,0)]"
|
|
@@ -232,6 +248,11 @@
|
|
|
232
248
|
]
|
|
233
249
|
},
|
|
234
250
|
{
|
|
251
|
+
"@id": "#27/source-map/virtual-element/element_0",
|
|
252
|
+
"sourcemaps:element": "amf://id#27",
|
|
253
|
+
"sourcemaps:value": "true"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
235
256
|
"@id": "#14",
|
|
236
257
|
"@type": [
|
|
237
258
|
"shacl:NodeShape",
|
|
@@ -1837,7 +1858,7 @@
|
|
|
1837
1858
|
"@type": [
|
|
1838
1859
|
"doc:APIContractProcessingData"
|
|
1839
1860
|
],
|
|
1840
|
-
"apiContract:modelVersion": "3.
|
|
1861
|
+
"apiContract:modelVersion": "3.8.0",
|
|
1841
1862
|
"doc:sourceSpec": "RAML 1.0"
|
|
1842
1863
|
},
|
|
1843
1864
|
{
|