@scalar/openapi-types 0.1.9 → 0.2.1
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/CHANGELOG.md +16 -0
- package/README.md +76 -0
- package/dist/schemas/3.1/processed/base-path-item-object.d.ts +603 -0
- package/dist/schemas/3.1/processed/base-path-item-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/base-path-item-object.js +35 -0
- package/dist/schemas/3.1/processed/callback-object.d.ts +169 -0
- package/dist/schemas/3.1/processed/callback-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/callback-object.js +17 -0
- package/dist/schemas/3.1/processed/components-object.d.ts +14411 -0
- package/dist/schemas/3.1/processed/components-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/components-object.js +64 -0
- package/dist/schemas/3.1/processed/contact-object.d.ts +25 -0
- package/dist/schemas/3.1/processed/contact-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/contact-object.js +19 -0
- package/dist/schemas/3.1/processed/discriminator-object.d.ts +32 -0
- package/dist/schemas/3.1/processed/discriminator-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/discriminator-object.js +28 -0
- package/dist/schemas/3.1/processed/encoding-object.d.ts +191 -0
- package/dist/schemas/3.1/processed/encoding-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/encoding-object.js +30 -0
- package/dist/schemas/3.1/processed/example-object.d.ts +43 -0
- package/dist/schemas/3.1/processed/example-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/example-object.js +35 -0
- package/dist/schemas/3.1/processed/external-documentation-object.d.ts +21 -0
- package/dist/schemas/3.1/processed/external-documentation-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/external-documentation-object.js +17 -0
- package/dist/schemas/3.1/processed/header-object.d.ts +161 -0
- package/dist/schemas/3.1/processed/header-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/header-object.js +66 -0
- package/dist/schemas/3.1/processed/index.d.ts +31 -0
- package/dist/schemas/3.1/processed/index.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/index.js +30 -0
- package/dist/schemas/3.1/processed/info-object.d.ts +89 -0
- package/dist/schemas/3.1/processed/info-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/info-object.js +45 -0
- package/dist/schemas/3.1/processed/license-object.d.ts +27 -0
- package/dist/schemas/3.1/processed/license-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/license-object.js +21 -0
- package/dist/schemas/3.1/processed/link-object.d.ts +110 -0
- package/dist/schemas/3.1/processed/link-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/link-object.js +52 -0
- package/dist/schemas/3.1/processed/media-type-object-without-encoding.d.ts +60 -0
- package/dist/schemas/3.1/processed/media-type-object-without-encoding.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/media-type-object-without-encoding.js +34 -0
- package/dist/schemas/3.1/processed/media-type-object.d.ts +289 -0
- package/dist/schemas/3.1/processed/media-type-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/media-type-object.js +38 -0
- package/dist/schemas/3.1/processed/openapi-object.d.ts +31 -0
- package/dist/schemas/3.1/processed/openapi-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/openapi-object.js +78 -0
- package/dist/schemas/3.1/processed/operation-object-without-callbacks.d.ts +2094 -0
- package/dist/schemas/3.1/processed/operation-object-without-callbacks.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/operation-object-without-callbacks.js +72 -0
- package/dist/schemas/3.1/processed/operation-object.d.ts +16 -0
- package/dist/schemas/3.1/processed/operation-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/operation-object.js +22 -0
- package/dist/schemas/3.1/processed/parameter-object.d.ts +476 -0
- package/dist/schemas/3.1/processed/parameter-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/parameter-object.js +93 -0
- package/dist/schemas/3.1/processed/path-item-object-without-callbacks.d.ts +25 -0
- package/dist/schemas/3.1/processed/path-item-object-without-callbacks.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/path-item-object-without-callbacks.js +48 -0
- package/dist/schemas/3.1/processed/path-item-object.d.ts +7741 -0
- package/dist/schemas/3.1/processed/path-item-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/path-item-object.js +48 -0
- package/dist/schemas/3.1/processed/paths-object.d.ts +7718 -0
- package/dist/schemas/3.1/processed/paths-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/paths-object.js +23 -0
- package/dist/schemas/3.1/processed/request-body-object.d.ts +595 -0
- package/dist/schemas/3.1/processed/request-body-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/request-body-object.js +33 -0
- package/dist/schemas/3.1/processed/response-object.d.ts +633 -0
- package/dist/schemas/3.1/processed/response-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/response-object.js +36 -0
- package/dist/schemas/3.1/processed/responses-object.d.ts +626 -0
- package/dist/schemas/3.1/processed/responses-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/responses-object.js +31 -0
- package/dist/schemas/3.1/processed/runtime-expression.d.ts +15 -0
- package/dist/schemas/3.1/processed/runtime-expression.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/runtime-expression.js +98 -0
- package/dist/schemas/3.1/processed/schema-object.d.ts +8 -0
- package/dist/schemas/3.1/processed/schema-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/schema-object.js +91 -0
- package/dist/schemas/3.1/processed/security-requirement-object.d.ts +21 -0
- package/dist/schemas/3.1/processed/security-requirement-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/security-requirement-object.js +37 -0
- package/dist/schemas/3.1/processed/security-scheme-object.d.ts +823 -0
- package/dist/schemas/3.1/processed/security-scheme-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/security-scheme-object.js +170 -0
- package/dist/schemas/3.1/processed/server-object.d.ts +52 -0
- package/dist/schemas/3.1/processed/server-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/server-object.js +27 -0
- package/dist/schemas/3.1/processed/server-variable-object.d.ts +33 -0
- package/dist/schemas/3.1/processed/server-variable-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/server-variable-object.js +27 -0
- package/dist/schemas/3.1/processed/tag-object.d.ts +41 -0
- package/dist/schemas/3.1/processed/tag-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/tag-object.js +21 -0
- package/dist/schemas/3.1/processed/webhooks-object.d.ts +172 -0
- package/dist/schemas/3.1/processed/webhooks-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/webhooks-object.js +19 -0
- package/dist/schemas/3.1/processed/xml-object.d.ts +51 -0
- package/dist/schemas/3.1/processed/xml-object.d.ts.map +1 -0
- package/dist/schemas/3.1/processed/xml-object.js +40 -0
- package/dist/schemas/3.1/unprocessed/base-path-item-object.d.ts +1811 -0
- package/dist/schemas/3.1/unprocessed/base-path-item-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/base-path-item-object.js +23 -0
- package/dist/schemas/3.1/unprocessed/callback-object.d.ts +168 -0
- package/dist/schemas/3.1/unprocessed/callback-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/callback-object.js +15 -0
- package/dist/schemas/3.1/unprocessed/components-object.d.ts +28835 -0
- package/dist/schemas/3.1/unprocessed/components-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/components-object.js +66 -0
- package/dist/schemas/3.1/unprocessed/contact-object.d.ts +21 -0
- package/dist/schemas/3.1/unprocessed/contact-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/contact-object.js +12 -0
- package/dist/schemas/3.1/unprocessed/discriminator-object.d.ts +23 -0
- package/dist/schemas/3.1/unprocessed/discriminator-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/discriminator-object.js +17 -0
- package/dist/schemas/3.1/unprocessed/encoding-object.d.ts +402 -0
- package/dist/schemas/3.1/unprocessed/encoding-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/encoding-object.js +26 -0
- package/dist/schemas/3.1/unprocessed/example-object.d.ts +28 -0
- package/dist/schemas/3.1/unprocessed/example-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/example-object.js +16 -0
- package/dist/schemas/3.1/unprocessed/external-documentation-object.d.ts +18 -0
- package/dist/schemas/3.1/unprocessed/external-documentation-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/external-documentation-object.js +12 -0
- package/dist/schemas/3.1/unprocessed/header-object.d.ts +217 -0
- package/dist/schemas/3.1/unprocessed/header-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/header-object.js +42 -0
- package/dist/schemas/3.1/unprocessed/index.d.ts +32 -0
- package/dist/schemas/3.1/unprocessed/index.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/index.js +31 -0
- package/dist/schemas/3.1/unprocessed/info-object.d.ts +66 -0
- package/dist/schemas/3.1/unprocessed/info-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/info-object.js +13 -0
- package/dist/schemas/3.1/unprocessed/license-object.d.ts +21 -0
- package/dist/schemas/3.1/unprocessed/license-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/license-object.js +12 -0
- package/dist/schemas/3.1/unprocessed/link-object.d.ts +86 -0
- package/dist/schemas/3.1/unprocessed/link-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/link-object.js +20 -0
- package/dist/schemas/3.1/unprocessed/media-type-object-without-encoding.d.ts +46 -0
- package/dist/schemas/3.1/unprocessed/media-type-object-without-encoding.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/media-type-object-without-encoding.js +12 -0
- package/dist/schemas/3.1/unprocessed/media-type-object.d.ts +728 -0
- package/dist/schemas/3.1/unprocessed/media-type-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/media-type-object.js +40 -0
- package/dist/schemas/3.1/unprocessed/openapi-object.d.ts +31 -0
- package/dist/schemas/3.1/unprocessed/openapi-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/openapi-object.js +12 -0
- package/dist/schemas/3.1/unprocessed/operation-object-without-callbacks.d.ts +3893 -0
- package/dist/schemas/3.1/unprocessed/operation-object-without-callbacks.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/operation-object-without-callbacks.js +45 -0
- package/dist/schemas/3.1/unprocessed/operation-object.d.ts +17 -0
- package/dist/schemas/3.1/unprocessed/operation-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/operation-object.js +23 -0
- package/dist/schemas/3.1/unprocessed/parameter-object.d.ts +1186 -0
- package/dist/schemas/3.1/unprocessed/parameter-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/parameter-object.js +31 -0
- package/dist/schemas/3.1/unprocessed/path-item-object-without-callbacks.d.ts +25 -0
- package/dist/schemas/3.1/unprocessed/path-item-object-without-callbacks.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/path-item-object-without-callbacks.js +48 -0
- package/dist/schemas/3.1/unprocessed/path-item-object.d.ts +9743 -0
- package/dist/schemas/3.1/unprocessed/path-item-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/path-item-object.js +62 -0
- package/dist/schemas/3.1/unprocessed/paths-object.d.ts +7717 -0
- package/dist/schemas/3.1/unprocessed/paths-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/paths-object.js +14 -0
- package/dist/schemas/3.1/unprocessed/reference-object.d.ts +36 -0
- package/dist/schemas/3.1/unprocessed/reference-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/reference-object.js +30 -0
- package/dist/schemas/3.1/unprocessed/request-body-object.d.ts +580 -0
- package/dist/schemas/3.1/unprocessed/request-body-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/request-body-object.js +12 -0
- package/dist/schemas/3.1/unprocessed/response-object.d.ts +1661 -0
- package/dist/schemas/3.1/unprocessed/response-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/response-object.js +34 -0
- package/dist/schemas/3.1/unprocessed/responses-object.d.ts +1669 -0
- package/dist/schemas/3.1/unprocessed/responses-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/responses-object.js +32 -0
- package/dist/schemas/3.1/unprocessed/runtime-expression.d.ts +14 -0
- package/dist/schemas/3.1/unprocessed/runtime-expression.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/runtime-expression.js +17 -0
- package/dist/schemas/3.1/unprocessed/schema-object.d.ts +8 -0
- package/dist/schemas/3.1/unprocessed/schema-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/schema-object.js +32 -0
- package/dist/schemas/3.1/unprocessed/security-requirement-object.d.ts +20 -0
- package/dist/schemas/3.1/unprocessed/security-requirement-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/security-requirement-object.js +23 -0
- package/dist/schemas/3.1/unprocessed/security-scheme-object.d.ts +590 -0
- package/dist/schemas/3.1/unprocessed/security-scheme-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/security-scheme-object.js +29 -0
- package/dist/schemas/3.1/unprocessed/server-object.d.ts +41 -0
- package/dist/schemas/3.1/unprocessed/server-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/server-object.js +12 -0
- package/dist/schemas/3.1/unprocessed/server-variable-object.d.ts +21 -0
- package/dist/schemas/3.1/unprocessed/server-variable-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/server-variable-object.js +12 -0
- package/dist/schemas/3.1/unprocessed/tag-object.d.ts +37 -0
- package/dist/schemas/3.1/unprocessed/tag-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/tag-object.js +13 -0
- package/dist/schemas/3.1/unprocessed/webhooks-object.d.ts +212 -0
- package/dist/schemas/3.1/unprocessed/webhooks-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/webhooks-object.js +19 -0
- package/dist/schemas/3.1/unprocessed/xml-object.d.ts +31 -0
- package/dist/schemas/3.1/unprocessed/xml-object.d.ts.map +1 -0
- package/dist/schemas/3.1/unprocessed/xml-object.js +16 -0
- package/dist/schemas/extensions/index.d.ts +12 -0
- package/dist/schemas/extensions/index.d.ts.map +1 -0
- package/dist/schemas/extensions/index.js +11 -0
- package/dist/schemas/extensions/x-additional-properties-name.d.ts +16 -0
- package/dist/schemas/extensions/x-additional-properties-name.d.ts.map +1 -0
- package/dist/schemas/extensions/x-additional-properties-name.js +14 -0
- package/dist/schemas/extensions/x-code-samples.d.ts +76 -0
- package/dist/schemas/extensions/x-code-samples.d.ts.map +1 -0
- package/dist/schemas/extensions/x-code-samples.js +14 -0
- package/dist/schemas/extensions/x-display-name.d.ts +17 -0
- package/dist/schemas/extensions/x-display-name.d.ts.map +1 -0
- package/dist/schemas/extensions/x-enum-descriptions.d.ts +22 -0
- package/dist/schemas/extensions/x-enum-descriptions.d.ts.map +1 -0
- package/dist/schemas/extensions/x-enum-descriptions.js +20 -0
- package/dist/schemas/extensions/x-internal.d.ts +9 -0
- package/dist/schemas/extensions/x-internal.d.ts.map +1 -0
- package/dist/schemas/extensions/x-internal.js +7 -0
- package/dist/schemas/extensions/x-scalar-icon.d.ts +9 -0
- package/dist/schemas/extensions/x-scalar-icon.d.ts.map +1 -0
- package/dist/schemas/extensions/x-scalar-icon.js +7 -0
- package/dist/schemas/extensions/x-scalar-ignore.d.ts +9 -0
- package/dist/schemas/extensions/x-scalar-ignore.d.ts.map +1 -0
- package/dist/schemas/extensions/x-scalar-ignore.js +7 -0
- package/dist/schemas/extensions/x-scalar-redirect-uri.d.ts +9 -0
- package/dist/schemas/extensions/x-scalar-redirect-uri.d.ts.map +1 -0
- package/dist/schemas/extensions/x-scalar-redirect-uri.js +7 -0
- package/dist/schemas/extensions/x-scalar-sdk-installation.d.ts +25 -0
- package/dist/schemas/extensions/x-scalar-sdk-installation.d.ts.map +1 -0
- package/dist/schemas/extensions/x-scalar-sdk-installation.js +15 -0
- package/dist/schemas/extensions/x-scalar-stability.d.ts +23 -0
- package/dist/schemas/extensions/x-scalar-stability.d.ts.map +1 -0
- package/dist/schemas/extensions/x-scalar-stability.js +23 -0
- package/dist/schemas/extensions/x-tag-groups.d.ts +39 -0
- package/dist/schemas/extensions/x-tag-groups.d.ts.map +1 -0
- package/dist/schemas/extensions/x-tag-groups.js +20 -0
- package/dist/schemas/extensions/x-use-pkce.d.ts +14 -0
- package/dist/schemas/extensions/x-use-pkce.d.ts.map +1 -0
- package/dist/schemas/extensions/x-use-pkce.js +12 -0
- package/package.json +20 -2
- package/LICENSE +0 -21
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operation-object-without-callbacks.d.ts","sourceRoot":"","sources":["../../../../src/schemas/3.1/processed/operation-object-without-callbacks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB;;;;;;GAMG;AACH,eAAO,MAAM,qCAAqC;IAChD;;;OAGG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;;;;;;;IAEH;;;;OAIG;;IAEH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEH;;;;;;OAMG;;IAEH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEH,CAAA"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { ExternalDocumentationObjectSchema } from './external-documentation-object.js';
|
|
3
|
+
import { ParameterObjectSchema } from './parameter-object.js';
|
|
4
|
+
import { RequestBodyObjectSchema } from './request-body-object.js';
|
|
5
|
+
import { ResponseObjectSchema } from './response-object.js';
|
|
6
|
+
import { SecurityRequirementObjectSchema } from './security-requirement-object.js';
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Operation Object (without callbacks, used in callbacks)
|
|
10
|
+
*
|
|
11
|
+
* Describes a single API operation on a path.
|
|
12
|
+
*
|
|
13
|
+
* @see https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.1.md#operation-object
|
|
14
|
+
*/
|
|
15
|
+
const OperationObjectSchemaWithoutCallbacks = z.object({
|
|
16
|
+
/**
|
|
17
|
+
* A list of tags for API documentation control. Tags can be used for logical
|
|
18
|
+
* grouping of operations by resources or any other qualifier.
|
|
19
|
+
*/
|
|
20
|
+
'tags': z.string().array().optional(),
|
|
21
|
+
/**
|
|
22
|
+
* A short summary of what the operation does.
|
|
23
|
+
*/
|
|
24
|
+
'summary': z.string().optional(),
|
|
25
|
+
/**
|
|
26
|
+
* A verbose explanation of the operation behavior. CommonMark syntax MAY be used for rich text representation.
|
|
27
|
+
*/
|
|
28
|
+
'description': z.string().optional(),
|
|
29
|
+
/**
|
|
30
|
+
* External documentation object
|
|
31
|
+
*/
|
|
32
|
+
'externalDocs': ExternalDocumentationObjectSchema.optional(),
|
|
33
|
+
/**
|
|
34
|
+
* Unique string used to identify the operation. The id MUST be unique among all operations described in the API.
|
|
35
|
+
* The operationId value is case-sensitive. Tools and libraries MAY use the operationId to uniquely identify an
|
|
36
|
+
* operation, therefore, it is RECOMMENDED to follow bin common programming naming conventions.
|
|
37
|
+
*/
|
|
38
|
+
'operationId': z.string().optional(),
|
|
39
|
+
/**
|
|
40
|
+
* A list of parameters that are applicable for this operation. If a parameter is already defined at the Path Item,
|
|
41
|
+
* the new definition will override it but can never remove it. The list MUST NOT include duplicated parameters. A
|
|
42
|
+
* unique parameter is defined by a combination of a name and location. The list can use the Reference Object to link
|
|
43
|
+
* to parameters that are defined in the OpenAPI Object's components.parameters.
|
|
44
|
+
*/
|
|
45
|
+
'parameters': ParameterObjectSchema.array().optional(),
|
|
46
|
+
/**
|
|
47
|
+
* The request body applicable for this operation. The requestBody is fully supported in HTTP methods where the
|
|
48
|
+
* HTTP 1.1 specification [RFC7231] has explicitly defined semantics for request bodies. In other cases where the
|
|
49
|
+
* HTTP spec is vague (such as GET, HEAD and DELETE), requestBody is permitted but does not have well-defined
|
|
50
|
+
* semantics and SHOULD be avoided if possible.
|
|
51
|
+
*/
|
|
52
|
+
'requestBody': RequestBodyObjectSchema.optional(),
|
|
53
|
+
/**
|
|
54
|
+
* The list of possible responses as they are returned from executing this operation.
|
|
55
|
+
*/
|
|
56
|
+
'responses': z.record(z.string(), ResponseObjectSchema).optional(),
|
|
57
|
+
/**
|
|
58
|
+
* A declaration of which security mechanisms can be used across the API. The list of
|
|
59
|
+
* values includes alternative security requirement objects that can be used. Only
|
|
60
|
+
* one of the security requirement objects need to be satisfied to authorize a request.
|
|
61
|
+
* Individual operations can override this definition. To make security optional, an empty
|
|
62
|
+
* security requirement ({}) can be included in the array.
|
|
63
|
+
*/
|
|
64
|
+
'security': z.array(SecurityRequirementObjectSchema).optional(),
|
|
65
|
+
/**
|
|
66
|
+
* Declares this operation to be deprecated. Consumers SHOULD refrain from usage of the declared operation. Default
|
|
67
|
+
* value is false.
|
|
68
|
+
*/
|
|
69
|
+
'deprecated': z.boolean().optional(),
|
|
70
|
+
});
|
|
71
|
+
|
|
72
|
+
export { OperationObjectSchemaWithoutCallbacks };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { CallbackObjectSchema } from './callback-object.js';
|
|
3
|
+
import { OperationObjectSchemaWithoutCallbacks } from './operation-object-without-callbacks.js';
|
|
4
|
+
type OperationObject = z.infer<typeof OperationObjectSchemaWithoutCallbacks> & {
|
|
5
|
+
callbacks?: Record<string, z.infer<typeof CallbackObjectSchema>>;
|
|
6
|
+
};
|
|
7
|
+
/**
|
|
8
|
+
* Operation Object
|
|
9
|
+
*
|
|
10
|
+
* Describes a single API operation on a path.
|
|
11
|
+
*
|
|
12
|
+
* @see https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.1.md#operation-object
|
|
13
|
+
*/
|
|
14
|
+
export declare const OperationObjectSchema: z.ZodType<OperationObject>;
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=operation-object.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operation-object.d.ts","sourceRoot":"","sources":["../../../../src/schemas/3.1/processed/operation-object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AACxD,OAAO,EAAE,qCAAqC,EAAE,MAAM,sCAAsC,CAAA;AAE5F,KAAK,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,GAAG;IAC7E,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC,CAAA;CACjE,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAQ3D,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { CallbackObjectSchema } from './callback-object.js';
|
|
3
|
+
import { OperationObjectSchemaWithoutCallbacks } from './operation-object-without-callbacks.js';
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Operation Object
|
|
7
|
+
*
|
|
8
|
+
* Describes a single API operation on a path.
|
|
9
|
+
*
|
|
10
|
+
* @see https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.1.md#operation-object
|
|
11
|
+
*/
|
|
12
|
+
const OperationObjectSchema = OperationObjectSchemaWithoutCallbacks.extend({
|
|
13
|
+
/**
|
|
14
|
+
* A map of possible out-of-band callbacks related to the parent operation. Each value in the map is a
|
|
15
|
+
* Path Item Object that describes a set of requests that may be initiated by the API provider and the
|
|
16
|
+
* expected responses. The key value used to identify the callback object is an expression, evaluated
|
|
17
|
+
* at runtime, that identifies a URL to be used for the callback operation.
|
|
18
|
+
*/
|
|
19
|
+
'callbacks': z.record(z.string(), CallbackObjectSchema).optional(),
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
export { OperationObjectSchema };
|
|
@@ -0,0 +1,476 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
/**
|
|
3
|
+
* Parameter Object
|
|
4
|
+
*
|
|
5
|
+
* Describes a single operation parameter.
|
|
6
|
+
*
|
|
7
|
+
* A unique parameter is defined by a combination of a name and location.
|
|
8
|
+
*
|
|
9
|
+
* @see https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.1.md#parameter-object
|
|
10
|
+
*/
|
|
11
|
+
export declare const ParameterObjectSchema: z.ZodObject<{
|
|
12
|
+
/**
|
|
13
|
+
* REQUIRED. The name of the parameter. Parameter names are case sensitive.
|
|
14
|
+
*
|
|
15
|
+
* - If in is "path", the name field MUST correspond to a template expression occurring within the path field in the
|
|
16
|
+
* Paths Object. See Path Templating for further information.
|
|
17
|
+
* - If in is "header" and the name field is "Accept", "Content-Type" or "Authorization", the parameter definition
|
|
18
|
+
* SHALL be ignored.
|
|
19
|
+
* - For all other cases, the name corresponds to the parameter name used by the in property.
|
|
20
|
+
**/
|
|
21
|
+
name: z.ZodString;
|
|
22
|
+
/**
|
|
23
|
+
* REQUIRED. The location of the parameter. Possible values are "query", "header", "path" or "cookie".
|
|
24
|
+
**/
|
|
25
|
+
in: z.ZodEnum<["query", "header", "path", "cookie"]>;
|
|
26
|
+
/**
|
|
27
|
+
* A brief description of the parameter. This could contain examples of use. CommonMark syntax MAY be used for rich
|
|
28
|
+
* text representation.
|
|
29
|
+
**/
|
|
30
|
+
description: z.ZodOptional<z.ZodString>;
|
|
31
|
+
/**
|
|
32
|
+
* Determines whether this parameter is mandatory. If the parameter location is "path", this property is REQUIRED and
|
|
33
|
+
* its value MUST be true. Otherwise, the property MAY be included and its default value is false.
|
|
34
|
+
**/
|
|
35
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
36
|
+
/**
|
|
37
|
+
* Specifies that a parameter is deprecated and SHOULD be transitioned out of usage. Default value is false.
|
|
38
|
+
**/
|
|
39
|
+
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
40
|
+
/**
|
|
41
|
+
* Sets the ability to pass empty-valued parameters. This is valid only for query parameters and allows sending a
|
|
42
|
+
* parameter with an empty value. Default value is false. If style is used, and if behavior is n/a (cannot be
|
|
43
|
+
* serialized), the value of allowEmptyValue SHALL be ignored. Use of this property is NOT RECOMMENDED, as it is
|
|
44
|
+
* likely to be removed in a later revision.
|
|
45
|
+
**/
|
|
46
|
+
allowEmptyValue: z.ZodOptional<z.ZodBoolean>;
|
|
47
|
+
/**
|
|
48
|
+
* Describes how the parameter value will be serialized depending on the type of the parameter value. Default values
|
|
49
|
+
* (based on value of in): for query - form; for path - simple; for header - simple; for cookie - form.
|
|
50
|
+
**/
|
|
51
|
+
style: z.ZodOptional<z.ZodEnum<["matrix", "label", "form", "simple", "spaceDelimited", "pipeDelimited", "deepObject"]>>;
|
|
52
|
+
/**
|
|
53
|
+
* When this is true, parameter values of type array or object generate separate parameters for each value of the
|
|
54
|
+
* array or key-value pair of the map. For other types of parameters this property has no effect. When style is form,
|
|
55
|
+
* the default value is true. For all other styles, the default value is false. */
|
|
56
|
+
explode: z.ZodOptional<z.ZodBoolean>;
|
|
57
|
+
/**
|
|
58
|
+
* Determines whether the parameter value SHOULD allow reserved characters, as defined by RFC3986 :/?#[]@!$&'()*+,;=
|
|
59
|
+
* to be included without percent-encoding. This property only applies to parameters with an in value of query.
|
|
60
|
+
* The default value is false.
|
|
61
|
+
**/
|
|
62
|
+
allowReserved: z.ZodOptional<z.ZodBoolean>;
|
|
63
|
+
/**
|
|
64
|
+
* The schema defining the type used for the parameter.
|
|
65
|
+
**/
|
|
66
|
+
schema: z.ZodOptional<z.ZodType<Record<string, any>, z.ZodTypeDef, Record<string, any>>>;
|
|
67
|
+
/**
|
|
68
|
+
* Example of the parameter's potential value. The example SHOULD match the specified schema and encoding properties
|
|
69
|
+
* if present. The example field is mutually exclusive of the examples field. Furthermore, if referencing a schema
|
|
70
|
+
* that contains an example, the example value SHALL override the example provided by the schema. To represent
|
|
71
|
+
* examples of media types that cannot naturally be represented in JSON or YAML, a string value can contain the
|
|
72
|
+
* example with escaping where necessary.
|
|
73
|
+
**/
|
|
74
|
+
example: z.ZodOptional<z.ZodAny>;
|
|
75
|
+
/**
|
|
76
|
+
* Examples of the parameter's potential value. Each example SHOULD contain a value in the correct format as
|
|
77
|
+
* specified in the parameter encoding. The examples field is mutually exclusive of the example field. Furthermore,
|
|
78
|
+
* if referencing a schema that contains an example, the examples value SHALL override the example provided by the
|
|
79
|
+
* schema.
|
|
80
|
+
**/
|
|
81
|
+
examples: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
82
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
83
|
+
description: z.ZodOptional<z.ZodString>;
|
|
84
|
+
value: z.ZodOptional<z.ZodAny>;
|
|
85
|
+
externalValue: z.ZodOptional<z.ZodString>;
|
|
86
|
+
}, "strip", z.ZodTypeAny, {
|
|
87
|
+
description?: string | undefined;
|
|
88
|
+
summary?: string | undefined;
|
|
89
|
+
value?: any;
|
|
90
|
+
externalValue?: string | undefined;
|
|
91
|
+
}, {
|
|
92
|
+
description?: string | undefined;
|
|
93
|
+
summary?: string | undefined;
|
|
94
|
+
value?: any;
|
|
95
|
+
externalValue?: string | undefined;
|
|
96
|
+
}>>>;
|
|
97
|
+
/**
|
|
98
|
+
* A map containing the representations for the parameter. The key is the media type and the value describes it.
|
|
99
|
+
* The map MUST only contain one entry.
|
|
100
|
+
**/
|
|
101
|
+
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
102
|
+
schema: z.ZodOptional<z.ZodType<Record<string, any>, z.ZodTypeDef, Record<string, any>>>;
|
|
103
|
+
example: z.ZodOptional<z.ZodAny>;
|
|
104
|
+
examples: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
105
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
106
|
+
description: z.ZodOptional<z.ZodString>;
|
|
107
|
+
value: z.ZodOptional<z.ZodAny>;
|
|
108
|
+
externalValue: z.ZodOptional<z.ZodString>;
|
|
109
|
+
}, "strip", z.ZodTypeAny, {
|
|
110
|
+
description?: string | undefined;
|
|
111
|
+
summary?: string | undefined;
|
|
112
|
+
value?: any;
|
|
113
|
+
externalValue?: string | undefined;
|
|
114
|
+
}, {
|
|
115
|
+
description?: string | undefined;
|
|
116
|
+
summary?: string | undefined;
|
|
117
|
+
value?: any;
|
|
118
|
+
externalValue?: string | undefined;
|
|
119
|
+
}>>>;
|
|
120
|
+
encoding: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
121
|
+
contentType: z.ZodString;
|
|
122
|
+
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
123
|
+
description: z.ZodOptional<z.ZodString>;
|
|
124
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
125
|
+
deprecated: z.ZodOptional<z.ZodBoolean>;
|
|
126
|
+
style: z.ZodOptional<z.ZodEnum<["matrix", "label", "simple", "form", "spaceDelimited", "pipeDelimited", "deepObject"]>>;
|
|
127
|
+
explode: z.ZodOptional<z.ZodBoolean>;
|
|
128
|
+
schema: z.ZodOptional<z.ZodType<Record<string, any>, z.ZodTypeDef, Record<string, any>>>;
|
|
129
|
+
example: z.ZodOptional<z.ZodAny>;
|
|
130
|
+
examples: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
131
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
132
|
+
description: z.ZodOptional<z.ZodString>;
|
|
133
|
+
value: z.ZodOptional<z.ZodAny>;
|
|
134
|
+
externalValue: z.ZodOptional<z.ZodString>;
|
|
135
|
+
}, "strip", z.ZodTypeAny, {
|
|
136
|
+
description?: string | undefined;
|
|
137
|
+
summary?: string | undefined;
|
|
138
|
+
value?: any;
|
|
139
|
+
externalValue?: string | undefined;
|
|
140
|
+
}, {
|
|
141
|
+
description?: string | undefined;
|
|
142
|
+
summary?: string | undefined;
|
|
143
|
+
value?: any;
|
|
144
|
+
externalValue?: string | undefined;
|
|
145
|
+
}>>>;
|
|
146
|
+
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
147
|
+
schema: z.ZodOptional<z.ZodType<Record<string, any>, z.ZodTypeDef, Record<string, any>>>;
|
|
148
|
+
example: z.ZodOptional<z.ZodAny>;
|
|
149
|
+
examples: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
150
|
+
summary: z.ZodOptional<z.ZodString>;
|
|
151
|
+
description: z.ZodOptional<z.ZodString>;
|
|
152
|
+
value: z.ZodOptional<z.ZodAny>;
|
|
153
|
+
externalValue: z.ZodOptional<z.ZodString>;
|
|
154
|
+
}, "strip", z.ZodTypeAny, {
|
|
155
|
+
description?: string | undefined;
|
|
156
|
+
summary?: string | undefined;
|
|
157
|
+
value?: any;
|
|
158
|
+
externalValue?: string | undefined;
|
|
159
|
+
}, {
|
|
160
|
+
description?: string | undefined;
|
|
161
|
+
summary?: string | undefined;
|
|
162
|
+
value?: any;
|
|
163
|
+
externalValue?: string | undefined;
|
|
164
|
+
}>>>;
|
|
165
|
+
}, "strip", z.ZodTypeAny, {
|
|
166
|
+
example?: any;
|
|
167
|
+
examples?: Record<string, {
|
|
168
|
+
description?: string | undefined;
|
|
169
|
+
summary?: string | undefined;
|
|
170
|
+
value?: any;
|
|
171
|
+
externalValue?: string | undefined;
|
|
172
|
+
}> | undefined;
|
|
173
|
+
schema?: Record<string, any> | undefined;
|
|
174
|
+
}, {
|
|
175
|
+
example?: any;
|
|
176
|
+
examples?: Record<string, {
|
|
177
|
+
description?: string | undefined;
|
|
178
|
+
summary?: string | undefined;
|
|
179
|
+
value?: any;
|
|
180
|
+
externalValue?: string | undefined;
|
|
181
|
+
}> | undefined;
|
|
182
|
+
schema?: Record<string, any> | undefined;
|
|
183
|
+
}>>>;
|
|
184
|
+
}, "strip", z.ZodTypeAny, {
|
|
185
|
+
description?: string | undefined;
|
|
186
|
+
deprecated?: boolean | undefined;
|
|
187
|
+
content?: Record<string, {
|
|
188
|
+
example?: any;
|
|
189
|
+
examples?: Record<string, {
|
|
190
|
+
description?: string | undefined;
|
|
191
|
+
summary?: string | undefined;
|
|
192
|
+
value?: any;
|
|
193
|
+
externalValue?: string | undefined;
|
|
194
|
+
}> | undefined;
|
|
195
|
+
schema?: Record<string, any> | undefined;
|
|
196
|
+
}> | undefined;
|
|
197
|
+
required?: boolean | undefined;
|
|
198
|
+
example?: any;
|
|
199
|
+
examples?: Record<string, {
|
|
200
|
+
description?: string | undefined;
|
|
201
|
+
summary?: string | undefined;
|
|
202
|
+
value?: any;
|
|
203
|
+
externalValue?: string | undefined;
|
|
204
|
+
}> | undefined;
|
|
205
|
+
schema?: Record<string, any> | undefined;
|
|
206
|
+
style?: "matrix" | "label" | "simple" | "form" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
207
|
+
explode?: boolean | undefined;
|
|
208
|
+
}, {
|
|
209
|
+
description?: string | undefined;
|
|
210
|
+
deprecated?: boolean | undefined;
|
|
211
|
+
content?: Record<string, {
|
|
212
|
+
example?: any;
|
|
213
|
+
examples?: Record<string, {
|
|
214
|
+
description?: string | undefined;
|
|
215
|
+
summary?: string | undefined;
|
|
216
|
+
value?: any;
|
|
217
|
+
externalValue?: string | undefined;
|
|
218
|
+
}> | undefined;
|
|
219
|
+
schema?: Record<string, any> | undefined;
|
|
220
|
+
}> | undefined;
|
|
221
|
+
required?: boolean | undefined;
|
|
222
|
+
example?: any;
|
|
223
|
+
examples?: Record<string, {
|
|
224
|
+
description?: string | undefined;
|
|
225
|
+
summary?: string | undefined;
|
|
226
|
+
value?: any;
|
|
227
|
+
externalValue?: string | undefined;
|
|
228
|
+
}> | undefined;
|
|
229
|
+
schema?: Record<string, any> | undefined;
|
|
230
|
+
style?: "matrix" | "label" | "simple" | "form" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
231
|
+
explode?: boolean | undefined;
|
|
232
|
+
}>>>;
|
|
233
|
+
}, "strip", z.ZodTypeAny, {
|
|
234
|
+
contentType: string;
|
|
235
|
+
headers?: Record<string, {
|
|
236
|
+
description?: string | undefined;
|
|
237
|
+
deprecated?: boolean | undefined;
|
|
238
|
+
content?: Record<string, {
|
|
239
|
+
example?: any;
|
|
240
|
+
examples?: Record<string, {
|
|
241
|
+
description?: string | undefined;
|
|
242
|
+
summary?: string | undefined;
|
|
243
|
+
value?: any;
|
|
244
|
+
externalValue?: string | undefined;
|
|
245
|
+
}> | undefined;
|
|
246
|
+
schema?: Record<string, any> | undefined;
|
|
247
|
+
}> | undefined;
|
|
248
|
+
required?: boolean | undefined;
|
|
249
|
+
example?: any;
|
|
250
|
+
examples?: Record<string, {
|
|
251
|
+
description?: string | undefined;
|
|
252
|
+
summary?: string | undefined;
|
|
253
|
+
value?: any;
|
|
254
|
+
externalValue?: string | undefined;
|
|
255
|
+
}> | undefined;
|
|
256
|
+
schema?: Record<string, any> | undefined;
|
|
257
|
+
style?: "matrix" | "label" | "simple" | "form" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
258
|
+
explode?: boolean | undefined;
|
|
259
|
+
}> | undefined;
|
|
260
|
+
}, {
|
|
261
|
+
contentType: string;
|
|
262
|
+
headers?: Record<string, {
|
|
263
|
+
description?: string | undefined;
|
|
264
|
+
deprecated?: boolean | undefined;
|
|
265
|
+
content?: Record<string, {
|
|
266
|
+
example?: any;
|
|
267
|
+
examples?: Record<string, {
|
|
268
|
+
description?: string | undefined;
|
|
269
|
+
summary?: string | undefined;
|
|
270
|
+
value?: any;
|
|
271
|
+
externalValue?: string | undefined;
|
|
272
|
+
}> | undefined;
|
|
273
|
+
schema?: Record<string, any> | undefined;
|
|
274
|
+
}> | undefined;
|
|
275
|
+
required?: boolean | undefined;
|
|
276
|
+
example?: any;
|
|
277
|
+
examples?: Record<string, {
|
|
278
|
+
description?: string | undefined;
|
|
279
|
+
summary?: string | undefined;
|
|
280
|
+
value?: any;
|
|
281
|
+
externalValue?: string | undefined;
|
|
282
|
+
}> | undefined;
|
|
283
|
+
schema?: Record<string, any> | undefined;
|
|
284
|
+
style?: "matrix" | "label" | "simple" | "form" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
285
|
+
explode?: boolean | undefined;
|
|
286
|
+
}> | undefined;
|
|
287
|
+
}>>>;
|
|
288
|
+
}, "strip", z.ZodTypeAny, {
|
|
289
|
+
example?: any;
|
|
290
|
+
examples?: Record<string, {
|
|
291
|
+
description?: string | undefined;
|
|
292
|
+
summary?: string | undefined;
|
|
293
|
+
value?: any;
|
|
294
|
+
externalValue?: string | undefined;
|
|
295
|
+
}> | undefined;
|
|
296
|
+
schema?: Record<string, any> | undefined;
|
|
297
|
+
encoding?: Record<string, {
|
|
298
|
+
contentType: string;
|
|
299
|
+
headers?: Record<string, {
|
|
300
|
+
description?: string | undefined;
|
|
301
|
+
deprecated?: boolean | undefined;
|
|
302
|
+
content?: Record<string, {
|
|
303
|
+
example?: any;
|
|
304
|
+
examples?: Record<string, {
|
|
305
|
+
description?: string | undefined;
|
|
306
|
+
summary?: string | undefined;
|
|
307
|
+
value?: any;
|
|
308
|
+
externalValue?: string | undefined;
|
|
309
|
+
}> | undefined;
|
|
310
|
+
schema?: Record<string, any> | undefined;
|
|
311
|
+
}> | undefined;
|
|
312
|
+
required?: boolean | undefined;
|
|
313
|
+
example?: any;
|
|
314
|
+
examples?: Record<string, {
|
|
315
|
+
description?: string | undefined;
|
|
316
|
+
summary?: string | undefined;
|
|
317
|
+
value?: any;
|
|
318
|
+
externalValue?: string | undefined;
|
|
319
|
+
}> | undefined;
|
|
320
|
+
schema?: Record<string, any> | undefined;
|
|
321
|
+
style?: "matrix" | "label" | "simple" | "form" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
322
|
+
explode?: boolean | undefined;
|
|
323
|
+
}> | undefined;
|
|
324
|
+
}> | undefined;
|
|
325
|
+
}, {
|
|
326
|
+
example?: any;
|
|
327
|
+
examples?: Record<string, {
|
|
328
|
+
description?: string | undefined;
|
|
329
|
+
summary?: string | undefined;
|
|
330
|
+
value?: any;
|
|
331
|
+
externalValue?: string | undefined;
|
|
332
|
+
}> | undefined;
|
|
333
|
+
schema?: Record<string, any> | undefined;
|
|
334
|
+
encoding?: Record<string, {
|
|
335
|
+
contentType: string;
|
|
336
|
+
headers?: Record<string, {
|
|
337
|
+
description?: string | undefined;
|
|
338
|
+
deprecated?: boolean | undefined;
|
|
339
|
+
content?: Record<string, {
|
|
340
|
+
example?: any;
|
|
341
|
+
examples?: Record<string, {
|
|
342
|
+
description?: string | undefined;
|
|
343
|
+
summary?: string | undefined;
|
|
344
|
+
value?: any;
|
|
345
|
+
externalValue?: string | undefined;
|
|
346
|
+
}> | undefined;
|
|
347
|
+
schema?: Record<string, any> | undefined;
|
|
348
|
+
}> | undefined;
|
|
349
|
+
required?: boolean | undefined;
|
|
350
|
+
example?: any;
|
|
351
|
+
examples?: Record<string, {
|
|
352
|
+
description?: string | undefined;
|
|
353
|
+
summary?: string | undefined;
|
|
354
|
+
value?: any;
|
|
355
|
+
externalValue?: string | undefined;
|
|
356
|
+
}> | undefined;
|
|
357
|
+
schema?: Record<string, any> | undefined;
|
|
358
|
+
style?: "matrix" | "label" | "simple" | "form" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
359
|
+
explode?: boolean | undefined;
|
|
360
|
+
}> | undefined;
|
|
361
|
+
}> | undefined;
|
|
362
|
+
}>>>;
|
|
363
|
+
}, "strip", z.ZodTypeAny, {
|
|
364
|
+
name: string;
|
|
365
|
+
in: "path" | "query" | "header" | "cookie";
|
|
366
|
+
description?: string | undefined;
|
|
367
|
+
deprecated?: boolean | undefined;
|
|
368
|
+
content?: Record<string, {
|
|
369
|
+
example?: any;
|
|
370
|
+
examples?: Record<string, {
|
|
371
|
+
description?: string | undefined;
|
|
372
|
+
summary?: string | undefined;
|
|
373
|
+
value?: any;
|
|
374
|
+
externalValue?: string | undefined;
|
|
375
|
+
}> | undefined;
|
|
376
|
+
schema?: Record<string, any> | undefined;
|
|
377
|
+
encoding?: Record<string, {
|
|
378
|
+
contentType: string;
|
|
379
|
+
headers?: Record<string, {
|
|
380
|
+
description?: string | undefined;
|
|
381
|
+
deprecated?: boolean | undefined;
|
|
382
|
+
content?: Record<string, {
|
|
383
|
+
example?: any;
|
|
384
|
+
examples?: Record<string, {
|
|
385
|
+
description?: string | undefined;
|
|
386
|
+
summary?: string | undefined;
|
|
387
|
+
value?: any;
|
|
388
|
+
externalValue?: string | undefined;
|
|
389
|
+
}> | undefined;
|
|
390
|
+
schema?: Record<string, any> | undefined;
|
|
391
|
+
}> | undefined;
|
|
392
|
+
required?: boolean | undefined;
|
|
393
|
+
example?: any;
|
|
394
|
+
examples?: Record<string, {
|
|
395
|
+
description?: string | undefined;
|
|
396
|
+
summary?: string | undefined;
|
|
397
|
+
value?: any;
|
|
398
|
+
externalValue?: string | undefined;
|
|
399
|
+
}> | undefined;
|
|
400
|
+
schema?: Record<string, any> | undefined;
|
|
401
|
+
style?: "matrix" | "label" | "simple" | "form" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
402
|
+
explode?: boolean | undefined;
|
|
403
|
+
}> | undefined;
|
|
404
|
+
}> | undefined;
|
|
405
|
+
}> | undefined;
|
|
406
|
+
required?: boolean | undefined;
|
|
407
|
+
example?: any;
|
|
408
|
+
examples?: Record<string, {
|
|
409
|
+
description?: string | undefined;
|
|
410
|
+
summary?: string | undefined;
|
|
411
|
+
value?: any;
|
|
412
|
+
externalValue?: string | undefined;
|
|
413
|
+
}> | undefined;
|
|
414
|
+
schema?: Record<string, any> | undefined;
|
|
415
|
+
style?: "matrix" | "label" | "simple" | "form" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
416
|
+
explode?: boolean | undefined;
|
|
417
|
+
allowEmptyValue?: boolean | undefined;
|
|
418
|
+
allowReserved?: boolean | undefined;
|
|
419
|
+
}, {
|
|
420
|
+
name: string;
|
|
421
|
+
in: "path" | "query" | "header" | "cookie";
|
|
422
|
+
description?: string | undefined;
|
|
423
|
+
deprecated?: boolean | undefined;
|
|
424
|
+
content?: Record<string, {
|
|
425
|
+
example?: any;
|
|
426
|
+
examples?: Record<string, {
|
|
427
|
+
description?: string | undefined;
|
|
428
|
+
summary?: string | undefined;
|
|
429
|
+
value?: any;
|
|
430
|
+
externalValue?: string | undefined;
|
|
431
|
+
}> | undefined;
|
|
432
|
+
schema?: Record<string, any> | undefined;
|
|
433
|
+
encoding?: Record<string, {
|
|
434
|
+
contentType: string;
|
|
435
|
+
headers?: Record<string, {
|
|
436
|
+
description?: string | undefined;
|
|
437
|
+
deprecated?: boolean | undefined;
|
|
438
|
+
content?: Record<string, {
|
|
439
|
+
example?: any;
|
|
440
|
+
examples?: Record<string, {
|
|
441
|
+
description?: string | undefined;
|
|
442
|
+
summary?: string | undefined;
|
|
443
|
+
value?: any;
|
|
444
|
+
externalValue?: string | undefined;
|
|
445
|
+
}> | undefined;
|
|
446
|
+
schema?: Record<string, any> | undefined;
|
|
447
|
+
}> | undefined;
|
|
448
|
+
required?: boolean | undefined;
|
|
449
|
+
example?: any;
|
|
450
|
+
examples?: Record<string, {
|
|
451
|
+
description?: string | undefined;
|
|
452
|
+
summary?: string | undefined;
|
|
453
|
+
value?: any;
|
|
454
|
+
externalValue?: string | undefined;
|
|
455
|
+
}> | undefined;
|
|
456
|
+
schema?: Record<string, any> | undefined;
|
|
457
|
+
style?: "matrix" | "label" | "simple" | "form" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
458
|
+
explode?: boolean | undefined;
|
|
459
|
+
}> | undefined;
|
|
460
|
+
}> | undefined;
|
|
461
|
+
}> | undefined;
|
|
462
|
+
required?: boolean | undefined;
|
|
463
|
+
example?: any;
|
|
464
|
+
examples?: Record<string, {
|
|
465
|
+
description?: string | undefined;
|
|
466
|
+
summary?: string | undefined;
|
|
467
|
+
value?: any;
|
|
468
|
+
externalValue?: string | undefined;
|
|
469
|
+
}> | undefined;
|
|
470
|
+
schema?: Record<string, any> | undefined;
|
|
471
|
+
style?: "matrix" | "label" | "simple" | "form" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
472
|
+
explode?: boolean | undefined;
|
|
473
|
+
allowEmptyValue?: boolean | undefined;
|
|
474
|
+
allowReserved?: boolean | undefined;
|
|
475
|
+
}>;
|
|
476
|
+
//# sourceMappingURL=parameter-object.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameter-object.d.ts","sourceRoot":"","sources":["../../../../src/schemas/3.1/processed/parameter-object.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAKvB;;;;;;;;GAQG;AACH,eAAO,MAAM,qBAAqB;IAChC;;;;;;;;QAQI;;IAEJ;;QAEI;;IAEJ;;;QAGI;;IAEJ;;;QAGI;;IAEJ;;QAEI;;IAEJ;;;;;QAKI;;IAEJ;;;QAGI;;IAEJ;;;sFAGkF;;IAElF;;;;QAII;;IAEJ;;QAEI;;IAEJ;;;;;;QAMI;;IAEJ;;;;;QAKI;;;;;;;;;;;;;;;;;IAEJ;;;QAGI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEJ,CAAA"}
|