@gpt-platform/admin 0.3.0 → 0.3.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 CHANGED
@@ -306,7 +306,7 @@ type OmitKeys<T, K> = Pick<T, Exclude<keyof T, K>>;
306
306
  type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown, TResponseStyle extends ResponseStyle = "fields"> = OmitKeys<RequestOptions$1<TResponse, TResponseStyle, ThrowOnError>, "body" | "path" | "query" | "url"> & ([TData] extends [never] ? unknown : Omit<TData, "url">);
307
307
 
308
308
  /** SDK version — updated automatically by mix update.sdks */
309
- declare const SDK_VERSION = "0.3.0";
309
+ declare const SDK_VERSION = "0.3.1";
310
310
  /** Default API version sent in every request — updated automatically by mix update.sdks */
311
311
  declare const DEFAULT_API_VERSION = "2026-02-25";
312
312
 
package/dist/index.d.ts CHANGED
@@ -306,7 +306,7 @@ type OmitKeys<T, K> = Pick<T, Exclude<keyof T, K>>;
306
306
  type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown, TResponseStyle extends ResponseStyle = "fields"> = OmitKeys<RequestOptions$1<TResponse, TResponseStyle, ThrowOnError>, "body" | "path" | "query" | "url"> & ([TData] extends [never] ? unknown : Omit<TData, "url">);
307
307
 
308
308
  /** SDK version — updated automatically by mix update.sdks */
309
- declare const SDK_VERSION = "0.3.0";
309
+ declare const SDK_VERSION = "0.3.1";
310
310
  /** Default API version sent in every request — updated automatically by mix update.sdks */
311
311
  declare const DEFAULT_API_VERSION = "2026-02-25";
312
312
 
package/dist/index.js CHANGED
@@ -853,7 +853,7 @@ var createClient = (config = {}) => {
853
853
  };
854
854
 
855
855
  // src/version.ts
856
- var SDK_VERSION = "0.3.0";
856
+ var SDK_VERSION = "0.3.1";
857
857
  var DEFAULT_API_VERSION = "2026-02-25";
858
858
 
859
859
  // src/base-client.ts