@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/llms.txt CHANGED
@@ -37,7 +37,7 @@ client.setConfig({
37
37
 
38
38
  ## Agent test result
39
39
 
40
- - `postAgentTestResults()` - Create agent test results
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
- - `postAgentVersionComparisons()` - Create agent version comparisons
53
+ - `postAgent-version-comparisons()` - Create agent version comparisons
54
54
 
55
55
  ## Agent version revision
56
56
 
57
- - `getAgentVersionRevisions()` - List agent version revisions
58
- - `getAgentVersionRevisionsById()` - Get agent version revisions
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
- - `getAgentsByIdSchemaVersions()` - Get schema versions
68
+ - `getAgentsByIdSchema-versions()` - Get schema versions
65
69
  - `getAgentsByIdTraining-examples()` - Get training examples
66
- - `getAgentVersions()` - List agent versions
67
- - `getAgentVersionsById()` - Get agent versions
68
- - `getAgentVersionsByIdMetrics()` - Get metrics
69
- - `getAgentVersionsByIdRevisions()` - Get revisions
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
- - `postAgentsByIdDiscoverSchema()` - Create discover schema
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
- - `postAgentsByIdSchemaVersions()` - Create schema versions
77
- - `postAgentsByIdSchemaVersionsByVersionIdActivate()` - Create activate
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
- - `postAgentVersions()` - Create agent versions
86
- - `postAgentVersionsByIdAddSystemField()` - Create add system field
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
- - `getSysAiConfig()` - List ai config
96
- - `getSysAiConfigById()` - Get ai config
97
- - `postSysAiConfig()` - Create ai config
98
- - `patchSysAiConfigById()` - Update ai config
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
- - `getTrainingSessionsAgentsByAgentIdSessions()` - Get sessions
105
- - `getTrainingSessionsById()` - Get training sessions
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
- - `deleteTrainingSessionsById()` - Delete training sessions
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
- - `getApiKeys()` - List api keys
128
- - `getApiKeysActive()` - List active
129
- - `getApiKeysById()` - Get api keys
130
- - `getApiKeysStats()` - List stats
131
- - `postApiKeys()` - Create api keys
132
- - `patchApiKeysById()` - Update api keys
133
- - `patchApiKeysByIdAllocate()` - Update allocate
134
- - `patchApiKeysByIdReset-period()` - Update reset period
135
- - `patchApiKeysByIdRevoke()` - Update revoke
136
- - `patchApiKeysByIdRotate()` - Update rotate
137
- - `patchApiKeysByIdSet-budget()` - Update set budget
138
- - `deleteApiKeysById()` - Delete api keys
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
- - `getCreditPackages()` - List credit packages
165
- - `getCreditPackagesById()` - Get credit packages
166
- - `getCreditPackagesSlugBySlug()` - Get slug
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
- - `postCreditPackages()` - Create credit packages
177
+ - `postCredit-packages()` - Create credit packages
178
178
  - `postPlans()` - Create plans
179
179
  - `postSubscriptions()` - Create subscriptions
180
- - `patchCreditPackagesById()` - Update credit packages
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
- - `deleteCreditPackagesById()` - Delete credit packages
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
- - `getFieldTemplates()` - List field templates
316
- - `getFieldTemplatesById()` - Get field templates
317
- - `postFieldTemplates()` - Create field templates
318
- - `deleteFieldTemplatesById()` - Delete field templates
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
- - `getIsvRevenue()` - List isv revenue
336
- - `getIsvRevenueById()` - Get isv revenue
337
- - `postIsvRevenue()` - Create isv revenue
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
- - `getIsvSettlements()` - List isv settlements
342
- - `getIsvSettlementsById()` - Get isv settlements
343
- - `postIsvSettlements()` - Create isv settlements
344
- - `patchIsvSettlementsById()` - Update isv settlements
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
- - `getAiGraphNodesBySource-node-idRelated()` - Get related
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
- - `getNotificationLogs()` - List notification logs
380
- - `getNotificationLogsById()` - Get notification logs
381
- - `getNotificationLogsStats()` - List stats
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
- - `getNotificationMethods()` - List notification methods
386
- - `getNotificationMethodsById()` - Get notification methods
387
- - `postNotificationMethods()` - Create notification methods
388
- - `patchNotificationMethodsById()` - Update notification methods
389
- - `patchNotificationMethodsByIdSend-verification()` - Update send verification
390
- - `patchNotificationMethodsByIdSet-primary()` - Update set primary
391
- - `patchNotificationMethodsByIdVerify()` - Update verify
392
- - `deleteNotificationMethodsById()` - Delete notification methods
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
- - `getNotificationPreferences()` - List notification preferences
397
- - `getNotificationPreferencesById()` - Get notification preferences
398
- - `postNotificationPreferences()` - Create notification preferences
399
- - `patchNotificationPreferencesById()` - Update notification preferences
400
- - `deleteNotificationPreferencesById()` - Delete notification preferences
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
- - `getExtractionSchemaDiscoveriesById()` - Get schema discoveries
453
- - `postExtractionSchemaDiscoveries()` - Create schema discoveries
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
- - `getSysSemanticCacheById()` - Get semantic cache
482
- - `postSysSemanticCacheClear()` - Create clear
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
- - `getUserProfiles()` - List user profiles
606
- - `getUserProfilesById()` - Get user profiles
607
- - `getUserProfilesMe()` - List me
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
- - `postUserProfiles()` - Create user profiles
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
- - `patchUserProfilesById()` - Update user profiles
626
- - `patchUserProfilesByIdAccept-tos()` - Update accept tos
627
- - `patchUserProfilesByIdDismiss-announcement()` - Update dismiss announcement
628
- - `patchUserProfilesByIdDismiss-welcome()` - Update dismiss welcome
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
- - `deleteUserProfilesById()` - Delete user profiles
635
+ - `deleteUser-profilesById()` - Delete user profiles
636
636
  - `deleteUsersById()` - Delete users
637
637
 
638
638
  ## Webhooks
639
639
 
640
- - `getWebhookConfigs()` - List webhook configs
641
- - `getWebhookConfigsById()` - Get webhook configs
642
- - `getWebhookConfigsByIdEvents()` - Get events
643
- - `getWebhookConfigsStats()` - List stats
644
- - `getWebhookDeliveries()` - List webhook deliveries
645
- - `getWebhookDeliveriesById()` - Get webhook deliveries
646
- - `getWebhookDeliveriesStats()` - List stats
647
- - `postWebhookConfigs()` - Create webhook configs
648
- - `postWebhookConfigsBulkDisable()` - Create bulk disable
649
- - `postWebhookConfigsBulkEnable()` - Create bulk enable
650
- - `postWebhookConfigsByIdReplay()` - Create replay
651
- - `postWebhookConfigsByIdTest()` - Create test
652
- - `postWebhookDeliveriesBulkRetry()` - Create bulk retry
653
- - `postWebhookDeliveriesByIdRetry()` - Create retry
654
- - `patchWebhookConfigsById()` - Update webhook configs
655
- - `patchWebhookConfigsByIdRotate-secret()` - Update rotate secret
656
- - `deleteWebhookConfigsById()` - Delete webhook configs
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/admin",
3
- "version": "0.9.32",
3
+ "version": "0.9.34",
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",