@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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
|
|