@gpt-platform/admin 0.11.0 → 0.11.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/version.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /** SDK version — updated automatically by mix update.sdks */
2
- export declare const SDK_VERSION = "0.11.0";
2
+ export declare const SDK_VERSION = "0.11.1";
3
3
  /** Default API version sent in every request — updated automatically by mix update.sdks */
4
4
  export declare const DEFAULT_API_VERSION = "2026-03-23";
5
5
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -332,5 +332,5 @@
332
332
  ]
333
333
  }
334
334
  },
335
- "version": "0.11.0"
335
+ "version": "0.11.1"
336
336
  }