@gpt-core/admin 0.9.32 → 0.9.34
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 +20357 -8158
- package/dist/index.d.ts +20357 -8158
- package/dist/index.js +64 -130
- package/dist/index.mjs +64 -130
- package/llms.txt +101 -101
- package/package.json +1 -1
package/llms.txt
CHANGED
|
@@ -37,7 +37,7 @@ client.setConfig({
|
|
|
37
37
|
|
|
38
38
|
## Agent test result
|
|
39
39
|
|
|
40
|
-
- `
|
|
40
|
+
- `postAgent-test-results()` - Create agent test results
|
|
41
41
|
|
|
42
42
|
## Agent training stats
|
|
43
43
|
|
|
@@ -50,31 +50,35 @@ client.setConfig({
|
|
|
50
50
|
|
|
51
51
|
## Agent version comparison
|
|
52
52
|
|
|
53
|
-
- `
|
|
53
|
+
- `postAgent-version-comparisons()` - Create agent version comparisons
|
|
54
54
|
|
|
55
55
|
## Agent version revision
|
|
56
56
|
|
|
57
|
-
- `
|
|
58
|
-
- `
|
|
57
|
+
- `getAgent-version-revisions()` - List agent version revisions
|
|
58
|
+
- `getAgent-version-revisionsById()` - Get agent version revisions
|
|
59
59
|
|
|
60
60
|
## AI Agents
|
|
61
61
|
|
|
62
|
+
- `getAgent-versions()` - List agent versions
|
|
63
|
+
- `getAgent-versionsById()` - Get agent versions
|
|
64
|
+
- `getAgent-versionsByIdMetrics()` - Get metrics
|
|
65
|
+
- `getAgent-versionsByIdRevisions()` - Get revisions
|
|
62
66
|
- `getAgents()` - List agents
|
|
63
67
|
- `getAgentsById()` - Get agents
|
|
64
|
-
- `
|
|
68
|
+
- `getAgentsByIdSchema-versions()` - Get schema versions
|
|
65
69
|
- `getAgentsByIdTraining-examples()` - Get training examples
|
|
66
|
-
- `
|
|
67
|
-
- `
|
|
68
|
-
- `
|
|
69
|
-
- `
|
|
70
|
+
- `postAgent-versions()` - Create agent versions
|
|
71
|
+
- `postAgent-versionsByIdAdd-system-field()` - Create add system field
|
|
72
|
+
- `postAgent-versionsByIdRemove-system-field()` - Create remove system field
|
|
73
|
+
- `postAgent-versionsByIdSet-system-fields()` - Create set system fields
|
|
70
74
|
- `postAgentsByIdAnalyze-training()` - Create analyze training
|
|
71
75
|
- `postAgentsByIdClone()` - Create clone
|
|
72
|
-
- `
|
|
76
|
+
- `postAgentsByIdDiscover-schema()` - Create discover schema
|
|
73
77
|
- `postAgentsByIdExport()` - Create export
|
|
74
78
|
- `postAgentsByIdPublish-version()` - Create publish version
|
|
75
79
|
- `postAgentsByIdRestore-version()` - Create restore version
|
|
76
|
-
- `
|
|
77
|
-
- `
|
|
80
|
+
- `postAgentsByIdSchema-versions()` - Create schema versions
|
|
81
|
+
- `postAgentsByIdSchema-versionsByVersionIdActivate()` - Create activate
|
|
78
82
|
- `postAgentsByIdTeach()` - Create teach
|
|
79
83
|
- `postAgentsByIdTest()` - Create test
|
|
80
84
|
- `postAgentsByIdValidate()` - Create validate
|
|
@@ -82,34 +86,30 @@ client.setConfig({
|
|
|
82
86
|
- `postAgentsDiscover-schema()` - Create discover schema
|
|
83
87
|
- `postAgentsImport()` - Create import
|
|
84
88
|
- `postAgentsPredict()` - Create predict
|
|
85
|
-
- `
|
|
86
|
-
- `
|
|
87
|
-
- `postAgentVersionsByIdRemoveSystemField()` - Create remove system field
|
|
88
|
-
- `postAgentVersionsByIdSetSystemFields()` - Create set system fields
|
|
89
|
-
- `patchAgentsByIdSchemaVersionsByVersionId()` - Update schema versions
|
|
89
|
+
- `patchAgentsByIdSchema-versionsByVersionId()` - Update schema versions
|
|
90
|
+
- `deleteAgent-versionsById()` - Delete agent versions
|
|
90
91
|
- `deleteAgentsByIdTraining-examplesByExampleId()` - Delete training examples
|
|
91
|
-
- `deleteAgentVersionsById()` - Delete agent versions
|
|
92
92
|
|
|
93
93
|
## Ai config
|
|
94
94
|
|
|
95
|
-
- `
|
|
96
|
-
- `
|
|
97
|
-
- `
|
|
98
|
-
- `
|
|
95
|
+
- `getSysAi-config()` - List ai config
|
|
96
|
+
- `getSysAi-configById()` - Get ai config
|
|
97
|
+
- `postSysAi-config()` - Create ai config
|
|
98
|
+
- `patchSysAi-configById()` - Update ai config
|
|
99
99
|
|
|
100
100
|
## AI Training
|
|
101
101
|
|
|
102
102
|
- `getTraining-examples()` - List training examples
|
|
103
103
|
- `getTraining-examplesById()` - Get training examples
|
|
104
|
-
- `
|
|
105
|
-
- `
|
|
104
|
+
- `getTraining-sessionsAgentsByAgentIdSessions()` - Get sessions
|
|
105
|
+
- `getTraining-sessionsById()` - Get training sessions
|
|
106
106
|
- `postTraining-examples()` - Create training examples
|
|
107
107
|
- `postTraining-examplesBulk()` - Create bulk
|
|
108
108
|
- `postTraining-examplesBulk-delete()` - Create bulk delete
|
|
109
109
|
- `postTraining-examplesSearch()` - Create search
|
|
110
110
|
- `patchTraining-examplesById()` - Update training examples
|
|
111
111
|
- `deleteTraining-examplesById()` - Delete training examples
|
|
112
|
-
- `
|
|
112
|
+
- `deleteTraining-sessionsById()` - Delete training sessions
|
|
113
113
|
|
|
114
114
|
## Analytics
|
|
115
115
|
|
|
@@ -124,18 +124,18 @@ client.setConfig({
|
|
|
124
124
|
|
|
125
125
|
## API Keys
|
|
126
126
|
|
|
127
|
-
- `
|
|
128
|
-
- `
|
|
129
|
-
- `
|
|
130
|
-
- `
|
|
131
|
-
- `
|
|
132
|
-
- `
|
|
133
|
-
- `
|
|
134
|
-
- `
|
|
135
|
-
- `
|
|
136
|
-
- `
|
|
137
|
-
- `
|
|
138
|
-
- `
|
|
127
|
+
- `getApi-keys()` - List api keys
|
|
128
|
+
- `getApi-keysActive()` - List active
|
|
129
|
+
- `getApi-keysById()` - Get api keys
|
|
130
|
+
- `getApi-keysStats()` - List stats
|
|
131
|
+
- `postApi-keys()` - Create api keys
|
|
132
|
+
- `patchApi-keysById()` - Update api keys
|
|
133
|
+
- `patchApi-keysByIdAllocate()` - Update allocate
|
|
134
|
+
- `patchApi-keysByIdReset-period()` - Update reset period
|
|
135
|
+
- `patchApi-keysByIdRevoke()` - Update revoke
|
|
136
|
+
- `patchApi-keysByIdRotate()` - Update rotate
|
|
137
|
+
- `patchApi-keysByIdSet-budget()` - Update set budget
|
|
138
|
+
- `deleteApi-keysById()` - Delete api keys
|
|
139
139
|
|
|
140
140
|
## Applications
|
|
141
141
|
|
|
@@ -161,9 +161,9 @@ client.setConfig({
|
|
|
161
161
|
|
|
162
162
|
## Billing
|
|
163
163
|
|
|
164
|
-
- `
|
|
165
|
-
- `
|
|
166
|
-
- `
|
|
164
|
+
- `getCredit-packages()` - List credit packages
|
|
165
|
+
- `getCredit-packagesById()` - Get credit packages
|
|
166
|
+
- `getCredit-packagesSlugBySlug()` - Get slug
|
|
167
167
|
- `getPlans()` - List plans
|
|
168
168
|
- `getPlansById()` - Get plans
|
|
169
169
|
- `getPlansSlugBySlug()` - Get slug
|
|
@@ -174,10 +174,10 @@ client.setConfig({
|
|
|
174
174
|
- `getWalletStorage-breakdown()` - List storage breakdown
|
|
175
175
|
- `getWalletUsage()` - List usage
|
|
176
176
|
- `getWalletUsage-breakdown()` - List usage breakdown
|
|
177
|
-
- `
|
|
177
|
+
- `postCredit-packages()` - Create credit packages
|
|
178
178
|
- `postPlans()` - Create plans
|
|
179
179
|
- `postSubscriptions()` - Create subscriptions
|
|
180
|
-
- `
|
|
180
|
+
- `patchCredit-packagesById()` - Update credit packages
|
|
181
181
|
- `patchPlansById()` - Update plans
|
|
182
182
|
- `patchSubscriptionsById()` - Update subscriptions
|
|
183
183
|
- `patchSubscriptionsByIdCancel()` - Update cancel
|
|
@@ -186,7 +186,7 @@ client.setConfig({
|
|
|
186
186
|
- `patchWalletCredits()` - Update credits
|
|
187
187
|
- `patchWalletPlan()` - Update plan
|
|
188
188
|
- `patchWalletStorage()` - Update storage
|
|
189
|
-
- `
|
|
189
|
+
- `deleteCredit-packagesById()` - Delete credit packages
|
|
190
190
|
- `deletePlansById()` - Delete plans
|
|
191
191
|
- `deleteSubscriptionsById()` - Delete subscriptions
|
|
192
192
|
|
|
@@ -312,10 +312,10 @@ client.setConfig({
|
|
|
312
312
|
|
|
313
313
|
## Field Templates
|
|
314
314
|
|
|
315
|
-
- `
|
|
316
|
-
- `
|
|
317
|
-
- `
|
|
318
|
-
- `
|
|
315
|
+
- `getField-templates()` - List field templates
|
|
316
|
+
- `getField-templatesById()` - Get field templates
|
|
317
|
+
- `postField-templates()` - Create field templates
|
|
318
|
+
- `deleteField-templatesById()` - Delete field templates
|
|
319
319
|
|
|
320
320
|
## Invitations
|
|
321
321
|
|
|
@@ -332,22 +332,22 @@ client.setConfig({
|
|
|
332
332
|
|
|
333
333
|
## Isv revenue
|
|
334
334
|
|
|
335
|
-
- `
|
|
336
|
-
- `
|
|
337
|
-
- `
|
|
335
|
+
- `getIsv-revenue()` - List isv revenue
|
|
336
|
+
- `getIsv-revenueById()` - Get isv revenue
|
|
337
|
+
- `postIsv-revenue()` - Create isv revenue
|
|
338
338
|
|
|
339
339
|
## Isv settlement
|
|
340
340
|
|
|
341
|
-
- `
|
|
342
|
-
- `
|
|
343
|
-
- `
|
|
344
|
-
- `
|
|
341
|
+
- `getIsv-settlements()` - List isv settlements
|
|
342
|
+
- `getIsv-settlementsById()` - Get isv settlements
|
|
343
|
+
- `postIsv-settlements()` - Create isv settlements
|
|
344
|
+
- `patchIsv-settlementsById()` - Update isv settlements
|
|
345
345
|
|
|
346
346
|
## Knowledge Graph
|
|
347
347
|
|
|
348
348
|
- `getAiGraphEdges()` - List edges
|
|
349
349
|
- `getAiGraphNodes()` - List nodes
|
|
350
|
-
- `
|
|
350
|
+
- `getAiGraphNodesBySourceNodeIdRelated()` - Get related
|
|
351
351
|
- `getAiGraphNodesLabelByLabel()` - Get label
|
|
352
352
|
- `postAiGraphEdges()` - Create edges
|
|
353
353
|
- `postAiGraphNodes()` - Create nodes
|
|
@@ -376,28 +376,28 @@ client.setConfig({
|
|
|
376
376
|
|
|
377
377
|
## Notification log
|
|
378
378
|
|
|
379
|
-
- `
|
|
380
|
-
- `
|
|
381
|
-
- `
|
|
379
|
+
- `getNotification-logs()` - List notification logs
|
|
380
|
+
- `getNotification-logsById()` - Get notification logs
|
|
381
|
+
- `getNotification-logsStats()` - List stats
|
|
382
382
|
|
|
383
383
|
## Notification method
|
|
384
384
|
|
|
385
|
-
- `
|
|
386
|
-
- `
|
|
387
|
-
- `
|
|
388
|
-
- `
|
|
389
|
-
- `
|
|
390
|
-
- `
|
|
391
|
-
- `
|
|
392
|
-
- `
|
|
385
|
+
- `getNotification-methods()` - List notification methods
|
|
386
|
+
- `getNotification-methodsById()` - Get notification methods
|
|
387
|
+
- `postNotification-methods()` - Create notification methods
|
|
388
|
+
- `patchNotification-methodsById()` - Update notification methods
|
|
389
|
+
- `patchNotification-methodsByIdSend-verification()` - Update send verification
|
|
390
|
+
- `patchNotification-methodsByIdSet-primary()` - Update set primary
|
|
391
|
+
- `patchNotification-methodsByIdVerify()` - Update verify
|
|
392
|
+
- `deleteNotification-methodsById()` - Delete notification methods
|
|
393
393
|
|
|
394
394
|
## Notification preference
|
|
395
395
|
|
|
396
|
-
- `
|
|
397
|
-
- `
|
|
398
|
-
- `
|
|
399
|
-
- `
|
|
400
|
-
- `
|
|
396
|
+
- `getNotification-preferences()` - List notification preferences
|
|
397
|
+
- `getNotification-preferencesById()` - Get notification preferences
|
|
398
|
+
- `postNotification-preferences()` - Create notification preferences
|
|
399
|
+
- `patchNotification-preferencesById()` - Update notification preferences
|
|
400
|
+
- `deleteNotification-preferencesById()` - Delete notification preferences
|
|
401
401
|
|
|
402
402
|
## Operation success
|
|
403
403
|
|
|
@@ -449,8 +449,8 @@ client.setConfig({
|
|
|
449
449
|
|
|
450
450
|
## Schema discovery
|
|
451
451
|
|
|
452
|
-
- `
|
|
453
|
-
- `
|
|
452
|
+
- `getExtractionSchema-discoveriesById()` - Get schema discoveries
|
|
453
|
+
- `postExtractionSchema-discoveries()` - Create schema discoveries
|
|
454
454
|
|
|
455
455
|
## Search
|
|
456
456
|
|
|
@@ -478,8 +478,8 @@ client.setConfig({
|
|
|
478
478
|
|
|
479
479
|
## Semantic cache entry
|
|
480
480
|
|
|
481
|
-
- `
|
|
482
|
-
- `
|
|
481
|
+
- `getSysSemantic-cacheById()` - Get semantic cache
|
|
482
|
+
- `postSysSemantic-cacheClear()` - Create clear
|
|
483
483
|
|
|
484
484
|
## Settlement
|
|
485
485
|
|
|
@@ -602,9 +602,9 @@ client.setConfig({
|
|
|
602
602
|
|
|
603
603
|
## Users
|
|
604
604
|
|
|
605
|
-
- `
|
|
606
|
-
- `
|
|
607
|
-
- `
|
|
605
|
+
- `getUser-profiles()` - List user profiles
|
|
606
|
+
- `getUser-profilesById()` - Get user profiles
|
|
607
|
+
- `getUser-profilesMe()` - List me
|
|
608
608
|
- `getUsers()` - List users
|
|
609
609
|
- `getUsersBy-email()` - List by email
|
|
610
610
|
- `getUsersById()` - Get users
|
|
@@ -613,7 +613,7 @@ client.setConfig({
|
|
|
613
613
|
- `getUsersMeDashboard()` - List dashboard
|
|
614
614
|
- `getUsersMeStats()` - List stats
|
|
615
615
|
- `getUsersMeTenants()` - List tenants
|
|
616
|
-
- `
|
|
616
|
+
- `postUser-profiles()` - Create user profiles
|
|
617
617
|
- `postUsersAuthConfirm()` - Create confirm
|
|
618
618
|
- `postUsersAuthLogin()` - Create login
|
|
619
619
|
- `postUsersAuthMagic-linkLogin()` - Create login
|
|
@@ -622,38 +622,38 @@ client.setConfig({
|
|
|
622
622
|
- `postUsersAuthRegister-with-oidc()` - Create register with oidc
|
|
623
623
|
- `postUsersAuthResend-confirmation()` - Create resend confirmation
|
|
624
624
|
- `postUsersRegister-isv()` - Create register isv
|
|
625
|
-
- `
|
|
626
|
-
- `
|
|
627
|
-
- `
|
|
628
|
-
- `
|
|
625
|
+
- `patchUser-profilesById()` - Update user profiles
|
|
626
|
+
- `patchUser-profilesByIdAccept-tos()` - Update accept tos
|
|
627
|
+
- `patchUser-profilesByIdDismiss-announcement()` - Update dismiss announcement
|
|
628
|
+
- `patchUser-profilesByIdDismiss-welcome()` - Update dismiss welcome
|
|
629
629
|
- `patchUsersAuthPasswordChange()` - Update change
|
|
630
630
|
- `patchUsersAuthReset-password()` - Update reset password
|
|
631
631
|
- `patchUsersById()` - Update admin
|
|
632
632
|
- `patchUsersByIdConfirm-email()` - Update confirm email
|
|
633
633
|
- `patchUsersByIdEmail()` - Update email
|
|
634
634
|
- `patchUsersByIdReset-password()` - Update reset password
|
|
635
|
-
- `
|
|
635
|
+
- `deleteUser-profilesById()` - Delete user profiles
|
|
636
636
|
- `deleteUsersById()` - Delete users
|
|
637
637
|
|
|
638
638
|
## Webhooks
|
|
639
639
|
|
|
640
|
-
- `
|
|
641
|
-
- `
|
|
642
|
-
- `
|
|
643
|
-
- `
|
|
644
|
-
- `
|
|
645
|
-
- `
|
|
646
|
-
- `
|
|
647
|
-
- `
|
|
648
|
-
- `
|
|
649
|
-
- `
|
|
650
|
-
- `
|
|
651
|
-
- `
|
|
652
|
-
- `
|
|
653
|
-
- `
|
|
654
|
-
- `
|
|
655
|
-
- `
|
|
656
|
-
- `
|
|
640
|
+
- `getWebhook-configs()` - List webhook configs
|
|
641
|
+
- `getWebhook-configsById()` - Get webhook configs
|
|
642
|
+
- `getWebhook-configsByIdEvents()` - Get events
|
|
643
|
+
- `getWebhook-configsStats()` - List stats
|
|
644
|
+
- `getWebhook-deliveries()` - List webhook deliveries
|
|
645
|
+
- `getWebhook-deliveriesById()` - Get webhook deliveries
|
|
646
|
+
- `getWebhook-deliveriesStats()` - List stats
|
|
647
|
+
- `postWebhook-configs()` - Create webhook configs
|
|
648
|
+
- `postWebhook-configsBulk-disable()` - Create bulk disable
|
|
649
|
+
- `postWebhook-configsBulk-enable()` - Create bulk enable
|
|
650
|
+
- `postWebhook-configsByIdReplay()` - Create replay
|
|
651
|
+
- `postWebhook-configsByIdTest()` - Create test
|
|
652
|
+
- `postWebhook-deliveriesBulk-retry()` - Create bulk retry
|
|
653
|
+
- `postWebhook-deliveriesByIdRetry()` - Create retry
|
|
654
|
+
- `patchWebhook-configsById()` - Update webhook configs
|
|
655
|
+
- `patchWebhook-configsByIdRotate-secret()` - Update rotate secret
|
|
656
|
+
- `deleteWebhook-configsById()` - Delete webhook configs
|
|
657
657
|
|
|
658
658
|
## Wholesale-agreement
|
|
659
659
|
|