@vibexp/api-client 0.6.0 → 0.7.0
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/axios/types.gen.d.ts +1 -1
- package/dist/schema.d.ts +1 -1
- package/package.json +1 -1
package/dist/schema.d.ts
CHANGED
|
@@ -5774,7 +5774,7 @@ export interface components {
|
|
|
5774
5774
|
};
|
|
5775
5775
|
BlueprintListResponse: {
|
|
5776
5776
|
/** @description List of spec libraries */
|
|
5777
|
-
|
|
5777
|
+
blueprints: components["schemas"]["Blueprint"][];
|
|
5778
5778
|
/**
|
|
5779
5779
|
* @description Total number of spec libraries matching the filter criteria
|
|
5780
5780
|
* @example 42
|
package/package.json
CHANGED