@gpt-platform/admin 0.3.1 → 0.3.4

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.mjs CHANGED
@@ -814,8 +814,8 @@ var createClient = (config = {}) => {
814
814
  };
815
815
 
816
816
  // src/version.ts
817
- var SDK_VERSION = "0.3.1";
818
- var DEFAULT_API_VERSION = "2026-02-25";
817
+ var SDK_VERSION = "0.3.4";
818
+ var DEFAULT_API_VERSION = "2026-02-27";
819
819
 
820
820
  // src/base-client.ts
821
821
  function isSecureUrl(url) {