@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.d.mts +452 -20
- package/dist/index.d.ts +452 -20
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/llms.txt +5 -0
- package/package.json +1 -1
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.
|
|
818
|
-
var DEFAULT_API_VERSION = "2026-02-
|
|
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) {
|