@gpt-platform/client 0.6.2 → 0.6.3

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
@@ -606,9 +606,9 @@ declare class BrowserApiKeyError extends Error {
606
606
  }
607
607
 
608
608
  /** SDK version — updated automatically by mix update.sdks */
609
- declare const SDK_VERSION = "0.6.2";
609
+ declare const SDK_VERSION = "0.6.3";
610
610
  /** Default API version sent in every request — updated automatically by mix update.sdks */
611
- declare const DEFAULT_API_VERSION = "2026-03-09";
611
+ declare const DEFAULT_API_VERSION = "2026-03-11";
612
612
 
613
613
  /** Security configuration options */
614
614
  interface SecurityConfig {
package/dist/index.d.ts CHANGED
@@ -606,9 +606,9 @@ declare class BrowserApiKeyError extends Error {
606
606
  }
607
607
 
608
608
  /** SDK version — updated automatically by mix update.sdks */
609
- declare const SDK_VERSION = "0.6.2";
609
+ declare const SDK_VERSION = "0.6.3";
610
610
  /** Default API version sent in every request — updated automatically by mix update.sdks */
611
- declare const DEFAULT_API_VERSION = "2026-03-09";
611
+ declare const DEFAULT_API_VERSION = "2026-03-11";
612
612
 
613
613
  /** Security configuration options */
614
614
  interface SecurityConfig {
package/dist/index.js CHANGED
@@ -1333,8 +1333,8 @@ function buildUserAgent(sdkVersion, appInfo) {
1333
1333
  }
1334
1334
 
1335
1335
  // src/version.ts
1336
- var SDK_VERSION = "0.6.2";
1337
- var DEFAULT_API_VERSION = "2026-03-09";
1336
+ var SDK_VERSION = "0.6.3";
1337
+ var DEFAULT_API_VERSION = "2026-03-11";
1338
1338
 
1339
1339
  // src/base-client.ts
1340
1340
  function generateUUID() {