@kubb/adapter-oas 5.0.0-beta.91 → 5.0.0-beta.94
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/dist/index.cjs +660 -763
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -5
- package/dist/index.js +660 -763
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1138,10 +1138,6 @@ type SchemaObject$1 = {
|
|
|
1138
1138
|
*/
|
|
1139
1139
|
enum?: Array<string | number | boolean | null>;
|
|
1140
1140
|
} & (OpenAPIV3_1.SchemaObject | JSONSchema4 | JSONSchema6 | JSONSchema7);
|
|
1141
|
-
/**
|
|
1142
|
-
* HTTP method in the lowercase form an OpenAPI path item uses for its keys.
|
|
1143
|
-
*/
|
|
1144
|
-
type HttpMethod = Lowercase<ast.HttpMethod>;
|
|
1145
1141
|
/**
|
|
1146
1142
|
* Normalized OpenAPI document after parsing.
|
|
1147
1143
|
*/
|
|
@@ -1308,5 +1304,5 @@ declare const adapterOasName = "oas";
|
|
|
1308
1304
|
*/
|
|
1309
1305
|
declare const adapterOas: (options?: AdapterOasOptions | undefined) => import("@kubb/core").Adapter<AdapterOas>;
|
|
1310
1306
|
//#endregion
|
|
1311
|
-
export { type AdapterOas, type AdapterOasOptions, type AdapterOasResolvedOptions, type ContentType, type DiscriminatorObject$1 as DiscriminatorObject, type Document, type
|
|
1307
|
+
export { type AdapterOas, type AdapterOasOptions, type AdapterOasResolvedOptions, type ContentType, type DiscriminatorObject$1 as DiscriminatorObject, type Document, type MediaTypeObject$1 as MediaTypeObject, type Operation, type ReferenceObject$1 as ReferenceObject, type ResponseObject$1 as ResponseObject, type SchemaObject$1 as SchemaObject, adapterOas, adapterOasName };
|
|
1312
1308
|
//# sourceMappingURL=index.d.ts.map
|