@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.
@@ -1912,7 +1912,7 @@ export type BlueprintListResponse = {
1912
1912
  /**
1913
1913
  * List of spec libraries
1914
1914
  */
1915
- spec_libraries: Array<Blueprint>;
1915
+ blueprints: Array<Blueprint>;
1916
1916
  /**
1917
1917
  * Total number of spec libraries matching the filter criteria
1918
1918
  */
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
- spec_libraries: components["schemas"]["Blueprint"][];
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibexp/api-client",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Typed VibeXP API client generated from the OpenAPI spec (openapi-fetch main entrypoint, axios SDK at ./axios)",
5
5
  "license": "MIT",
6
6
  "repository": {