@gpt-core/admin 0.8.27 → 0.9.0
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 +603 -519
- package/dist/index.d.ts +603 -519
- package/llms.txt +0 -25
- package/package.json +11 -11
- package/dist/index.cjs +0 -1606
package/llms.txt
CHANGED
|
@@ -47,7 +47,6 @@ client.setConfig({
|
|
|
47
47
|
- `getAgentsByIdStats()` - Get stats
|
|
48
48
|
- `getAgentsByIdTrainingStats()` - Get training stats
|
|
49
49
|
- `getAgentsByIdUsage()` - Get usage
|
|
50
|
-
- `getAgentsUsage()` - List usage
|
|
51
50
|
- `getAgentVersions()` - List agent versions
|
|
52
51
|
- `getAgentVersionsById()` - Get agent versions
|
|
53
52
|
- `getAgentVersionsByIdMetrics()` - Get metrics
|
|
@@ -64,9 +63,6 @@ client.setConfig({
|
|
|
64
63
|
- `postAgentsImport()` - Create import
|
|
65
64
|
- `postAgentsPredict()` - Create predict
|
|
66
65
|
- `postAgentVersions()` - Create agent versions
|
|
67
|
-
- `postAgentVersionsByIdAddSystemField()` - Create add system field
|
|
68
|
-
- `postAgentVersionsByIdRemoveSystemField()` - Create remove system field
|
|
69
|
-
- `postAgentVersionsByIdSetSystemFields()` - Create set system fields
|
|
70
66
|
- `patchAgentsByIdSchemaVersionsByVersionId()` - Update schema versions
|
|
71
67
|
- `deleteAgentVersionsById()` - Delete agent versions
|
|
72
68
|
|
|
@@ -378,16 +374,9 @@ client.setConfig({
|
|
|
378
374
|
- `getPayment-methods()` - List payment methods
|
|
379
375
|
- `getPayment-methodsById()` - Get payment methods
|
|
380
376
|
- `postPayment-methods()` - Create payment methods
|
|
381
|
-
- `postPayment-methodsTokenize()` - Create tokenize
|
|
382
377
|
- `patchPayment-methodsById()` - Update payment methods
|
|
383
|
-
- `patchPayment-methodsByIdDefault()` - Update default
|
|
384
378
|
- `deletePayment-methodsById()` - Delete payment methods
|
|
385
379
|
|
|
386
|
-
## Permission
|
|
387
|
-
|
|
388
|
-
- `getPermissions()` - List permissions
|
|
389
|
-
- `getPermissionsPresets()` - List presets
|
|
390
|
-
|
|
391
380
|
## Presigned url
|
|
392
381
|
|
|
393
382
|
- `postDocumentsPresignedUpload()` - Create presigned upload
|
|
@@ -466,16 +455,6 @@ client.setConfig({
|
|
|
466
455
|
- `getStorageStats()` - List stats
|
|
467
456
|
- `getStorageStatsTenantByTenantId()` - Get tenant
|
|
468
457
|
|
|
469
|
-
## System message
|
|
470
|
-
|
|
471
|
-
- `getSystem-messages()` - List system messages
|
|
472
|
-
- `getSystem-messagesById()` - Get system messages
|
|
473
|
-
- `postSystem-messages()` - Create system messages
|
|
474
|
-
- `patchSystem-messagesById()` - Update system messages
|
|
475
|
-
- `patchSystem-messagesByIdPublish()` - Update publish
|
|
476
|
-
- `patchSystem-messagesByIdUnpublish()` - Update unpublish
|
|
477
|
-
- `deleteSystem-messagesById()` - Delete system messages
|
|
478
|
-
|
|
479
458
|
## Tenant document stats
|
|
480
459
|
|
|
481
460
|
- `getTenantsByTenantIdDocumentStats()` - Get document stats
|
|
@@ -536,7 +515,6 @@ client.setConfig({
|
|
|
536
515
|
|
|
537
516
|
## Training analytics
|
|
538
517
|
|
|
539
|
-
- `getWorkspacesAnalytics-batch()` - List analytics batch
|
|
540
518
|
- `getWorkspacesByWorkspaceIdTrainingAnalytics()` - Get analytics
|
|
541
519
|
|
|
542
520
|
## Transaction
|
|
@@ -573,9 +551,6 @@ client.setConfig({
|
|
|
573
551
|
- `postUsersAuthResend-confirmation()` - Create resend confirmation
|
|
574
552
|
- `postUsersRegisterIsv()` - Create register isv
|
|
575
553
|
- `patchUserProfilesById()` - Update user profiles
|
|
576
|
-
- `patchUserProfilesByIdAccept-tos()` - Update accept tos
|
|
577
|
-
- `patchUserProfilesByIdDismiss-announcement()` - Update dismiss announcement
|
|
578
|
-
- `patchUserProfilesByIdDismiss-welcome()` - Update dismiss welcome
|
|
579
554
|
- `patchUsersAuthPasswordChange()` - Update change
|
|
580
555
|
- `patchUsersAuthReset-password()` - Update reset password
|
|
581
556
|
- `patchUsersById()` - Update admin
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gpt-core/admin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
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",
|
|
@@ -51,15 +51,6 @@
|
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
|
-
"scripts": {
|
|
55
|
-
"generate": "openapi-ts",
|
|
56
|
-
"typecheck": "tsc --noEmit",
|
|
57
|
-
"build": "npm run typecheck && tsup src/index.ts --format cjs,esm --dts",
|
|
58
|
-
"test": "vitest run",
|
|
59
|
-
"test:watch": "vitest",
|
|
60
|
-
"test:ui": "vitest --ui",
|
|
61
|
-
"test:coverage": "vitest run --coverage"
|
|
62
|
-
},
|
|
63
54
|
"dependencies": {
|
|
64
55
|
"zod": "^3.25.76"
|
|
65
56
|
},
|
|
@@ -71,5 +62,14 @@
|
|
|
71
62
|
"tsup": "^8.5.1",
|
|
72
63
|
"typescript": "^5.9.3",
|
|
73
64
|
"vitest": "^4.0.15"
|
|
65
|
+
},
|
|
66
|
+
"scripts": {
|
|
67
|
+
"generate": "openapi-ts",
|
|
68
|
+
"typecheck": "tsc --noEmit",
|
|
69
|
+
"build": "npm run typecheck && tsup src/index.ts --format cjs,esm --dts",
|
|
70
|
+
"test": "vitest run",
|
|
71
|
+
"test:watch": "vitest",
|
|
72
|
+
"test:ui": "vitest --ui",
|
|
73
|
+
"test:coverage": "vitest run --coverage"
|
|
74
74
|
}
|
|
75
|
-
}
|
|
75
|
+
}
|