@gpt-core/admin 0.7.66 → 0.7.67
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +10 -10
package/dist/index.d.mts
CHANGED
|
@@ -19632,6 +19632,9 @@ type PostAdminAgentsByIdDiscoverSchemaData = {
|
|
|
19632
19632
|
"x-application-key": string;
|
|
19633
19633
|
};
|
|
19634
19634
|
path: {
|
|
19635
|
+
/**
|
|
19636
|
+
* Agent ID (automatically mapped from route)
|
|
19637
|
+
*/
|
|
19635
19638
|
id: string;
|
|
19636
19639
|
};
|
|
19637
19640
|
query?: never;
|
package/dist/index.d.ts
CHANGED
|
@@ -19632,6 +19632,9 @@ type PostAdminAgentsByIdDiscoverSchemaData = {
|
|
|
19632
19632
|
"x-application-key": string;
|
|
19633
19633
|
};
|
|
19634
19634
|
path: {
|
|
19635
|
+
/**
|
|
19636
|
+
* Agent ID (automatically mapped from route)
|
|
19637
|
+
*/
|
|
19635
19638
|
id: string;
|
|
19636
19639
|
};
|
|
19637
19640
|
query?: never;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gpt-core/admin",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.67",
|
|
4
4
|
"description": "TypeScript SDK for GPT Core Admin API - Platform administration and ISV management",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -42,14 +42,6 @@
|
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
|
-
"scripts": {
|
|
46
|
-
"generate": "openapi-ts",
|
|
47
|
-
"build": "tsup src/index.ts --format cjs,esm --dts",
|
|
48
|
-
"test": "vitest run",
|
|
49
|
-
"test:watch": "vitest",
|
|
50
|
-
"test:ui": "vitest --ui",
|
|
51
|
-
"test:coverage": "vitest run --coverage"
|
|
52
|
-
},
|
|
53
45
|
"dependencies": {
|
|
54
46
|
"zod": "^3.25.76"
|
|
55
47
|
},
|
|
@@ -61,5 +53,13 @@
|
|
|
61
53
|
"tsup": "^8.5.1",
|
|
62
54
|
"typescript": "^5.9.3",
|
|
63
55
|
"vitest": "^4.0.15"
|
|
56
|
+
},
|
|
57
|
+
"scripts": {
|
|
58
|
+
"generate": "openapi-ts",
|
|
59
|
+
"build": "tsup src/index.ts --format cjs,esm --dts",
|
|
60
|
+
"test": "vitest run",
|
|
61
|
+
"test:watch": "vitest",
|
|
62
|
+
"test:ui": "vitest --ui",
|
|
63
|
+
"test:coverage": "vitest run --coverage"
|
|
64
64
|
}
|
|
65
|
-
}
|
|
65
|
+
}
|