@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.js
CHANGED
|
@@ -853,8 +853,8 @@ var createClient = (config = {}) => {
|
|
|
853
853
|
};
|
|
854
854
|
|
|
855
855
|
// src/version.ts
|
|
856
|
-
var SDK_VERSION = "0.3.
|
|
857
|
-
var DEFAULT_API_VERSION = "2026-02-
|
|
856
|
+
var SDK_VERSION = "0.3.4";
|
|
857
|
+
var DEFAULT_API_VERSION = "2026-02-27";
|
|
858
858
|
|
|
859
859
|
// src/base-client.ts
|
|
860
860
|
function isSecureUrl(url) {
|