@stackwright-pro/openapi 0.2.2-alpha.0 → 0.2.2-alpha.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/dist/index.d.mts +1 -25
- package/dist/index.d.ts +1 -25
- package/dist/index.js +0 -21
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -21
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7628,26 +7628,6 @@ ${paramSchemas.join(",\n")}
|
|
|
7628
7628
|
}
|
|
7629
7629
|
};
|
|
7630
7630
|
|
|
7631
|
-
// src/runtime/OpenAPICollectionProvider.ts
|
|
7632
|
-
var OpenAPICollectionProvider = class {
|
|
7633
|
-
constructor(baseUrl, auth) {
|
|
7634
|
-
this.baseUrl = baseUrl;
|
|
7635
|
-
this.auth = auth;
|
|
7636
|
-
}
|
|
7637
|
-
/**
|
|
7638
|
-
* Fetch items from an API endpoint
|
|
7639
|
-
*/
|
|
7640
|
-
async fetchItems(endpoint) {
|
|
7641
|
-
throw new Error("Not yet implemented");
|
|
7642
|
-
}
|
|
7643
|
-
/**
|
|
7644
|
-
* Fetch a single item by slug
|
|
7645
|
-
*/
|
|
7646
|
-
async fetchItem(endpoint, slug) {
|
|
7647
|
-
throw new Error("Not yet implemented");
|
|
7648
|
-
}
|
|
7649
|
-
};
|
|
7650
|
-
|
|
7651
7631
|
// src/utils/EndpointFilter.ts
|
|
7652
7632
|
var EndpointFilter = class {
|
|
7653
7633
|
include;
|
|
@@ -8704,6 +8684,6 @@ function createOpenAPIFetcher(config) {
|
|
|
8704
8684
|
};
|
|
8705
8685
|
}
|
|
8706
8686
|
|
|
8707
|
-
export { ApprovedSpecsValidator, ClientGenerator, CollectionProviderGenerator, EndpointFilter,
|
|
8687
|
+
export { ApprovedSpecsValidator, ClientGenerator, CollectionProviderGenerator, EndpointFilter, OpenAPIParser, OpenAPIPlugin, SchemaResolver, TypeGenerator, ZodSchemaGenerator, createOpenAPIFetcher, createOpenAPIPlugin, isUrlSafe, validateUrlSafe };
|
|
8708
8688
|
//# sourceMappingURL=index.mjs.map
|
|
8709
8689
|
//# sourceMappingURL=index.mjs.map
|