@gpt-core/client 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
@@ -28,7 +28,7 @@ client.setConfig({
28
28
 
29
29
  ## Agent test result
30
30
 
31
- - `postAgentTestResults()` - Create agent test results
31
+ - `postAgent-test-results()` - Create agent test results
32
32
 
33
33
  ## Agent training stats
34
34
 
@@ -41,32 +41,36 @@ client.setConfig({
41
41
 
42
42
  ## Agent version comparison
43
43
 
44
- - `postAgentVersionComparisons()` - Create agent version comparisons
44
+ - `postAgent-version-comparisons()` - Create agent version comparisons
45
45
 
46
46
  ## Agent version revision
47
47
 
48
- - `getAgentVersionRevisions()` - List agent version revisions
49
- - `getAgentVersionRevisionsById()` - Get agent version revisions
48
+ - `getAgent-version-revisions()` - List agent version revisions
49
+ - `getAgent-version-revisionsById()` - Get agent version revisions
50
50
 
51
51
  ## AI Agents
52
52
 
53
+ - `getAgent-versions()` - List agent versions
54
+ - `getAgent-versionsById()` - Get agent versions
55
+ - `getAgent-versionsByIdMetrics()` - Get metrics
56
+ - `getAgent-versionsByIdRevisions()` - Get revisions
53
57
  - `getAgents()` - List agents
54
58
  - `getAgentsById()` - Get agents
55
- - `getAgentsByIdSchemaVersions()` - Get schema versions
59
+ - `getAgentsByIdSchema-versions()` - Get schema versions
56
60
  - `getAgentsByIdTraining-examples()` - Get training examples
57
- - `getAgentVersions()` - List agent versions
58
- - `getAgentVersionsById()` - Get agent versions
59
- - `getAgentVersionsByIdMetrics()` - Get metrics
60
- - `getAgentVersionsByIdRevisions()` - Get revisions
61
+ - `postAgent-versions()` - Create agent versions
62
+ - `postAgent-versionsByIdAdd-system-field()` - Create add system field
63
+ - `postAgent-versionsByIdRemove-system-field()` - Create remove system field
64
+ - `postAgent-versionsByIdSet-system-fields()` - Create set system fields
61
65
  - `postAgents()` - Create agents
62
66
  - `postAgentsByIdAnalyze-training()` - Create analyze training
63
67
  - `postAgentsByIdClone()` - Create clone
64
- - `postAgentsByIdDiscoverSchema()` - Create discover schema
68
+ - `postAgentsByIdDiscover-schema()` - Create discover schema
65
69
  - `postAgentsByIdExport()` - Create export
66
70
  - `postAgentsByIdPublish-version()` - Create publish version
67
71
  - `postAgentsByIdRestore-version()` - Create restore version
68
- - `postAgentsByIdSchemaVersions()` - Create schema versions
69
- - `postAgentsByIdSchemaVersionsByVersionIdActivate()` - Create activate
72
+ - `postAgentsByIdSchema-versions()` - Create schema versions
73
+ - `postAgentsByIdSchema-versionsByVersionIdActivate()` - Create activate
70
74
  - `postAgentsByIdTeach()` - Create teach
71
75
  - `postAgentsByIdTest()` - Create test
72
76
  - `postAgentsByIdValidate()` - Create validate
@@ -74,29 +78,25 @@ client.setConfig({
74
78
  - `postAgentsDiscover-schema()` - Create discover schema
75
79
  - `postAgentsImport()` - Create import
76
80
  - `postAgentsPredict()` - Create predict
77
- - `postAgentVersions()` - Create agent versions
78
- - `postAgentVersionsByIdAddSystemField()` - Create add system field
79
- - `postAgentVersionsByIdRemoveSystemField()` - Create remove system field
80
- - `postAgentVersionsByIdSetSystemFields()` - Create set system fields
81
81
  - `patchAgentsById()` - Update agents
82
- - `patchAgentsByIdSchemaVersionsByVersionId()` - Update schema versions
82
+ - `patchAgentsByIdSchema-versionsByVersionId()` - Update schema versions
83
+ - `deleteAgent-versionsById()` - Delete agent versions
83
84
  - `deleteAgentsById()` - Delete agents
84
85
  - `deleteAgentsByIdTraining-examplesByExampleId()` - Delete training examples
85
- - `deleteAgentVersionsById()` - Delete agent versions
86
86
 
87
87
  ## AI Training
88
88
 
89
89
  - `getTraining-examples()` - List training examples
90
90
  - `getTraining-examplesById()` - Get training examples
91
- - `getTrainingSessionsAgentsByAgentIdSessions()` - Get sessions
92
- - `getTrainingSessionsById()` - Get training sessions
91
+ - `getTraining-sessionsAgentsByAgentIdSessions()` - Get sessions
92
+ - `getTraining-sessionsById()` - Get training sessions
93
93
  - `postTraining-examples()` - Create training examples
94
94
  - `postTraining-examplesBulk()` - Create bulk
95
95
  - `postTraining-examplesBulk-delete()` - Create bulk delete
96
96
  - `postTraining-examplesSearch()` - Create search
97
97
  - `patchTraining-examplesById()` - Update training examples
98
98
  - `deleteTraining-examplesById()` - Delete training examples
99
- - `deleteTrainingSessionsById()` - Delete training sessions
99
+ - `deleteTraining-sessionsById()` - Delete training sessions
100
100
 
101
101
  ## Analytics
102
102
 
@@ -111,18 +111,18 @@ client.setConfig({
111
111
 
112
112
  ## API Keys
113
113
 
114
- - `getApiKeys()` - List api keys
115
- - `getApiKeysActive()` - List active
116
- - `getApiKeysById()` - Get api keys
117
- - `getApiKeysStats()` - List stats
118
- - `postApiKeys()` - Create api keys
119
- - `patchApiKeysById()` - Update api keys
120
- - `patchApiKeysByIdAllocate()` - Update allocate
121
- - `patchApiKeysByIdReset-period()` - Update reset period
122
- - `patchApiKeysByIdRevoke()` - Update revoke
123
- - `patchApiKeysByIdRotate()` - Update rotate
124
- - `patchApiKeysByIdSet-budget()` - Update set budget
125
- - `deleteApiKeysById()` - Delete api keys
114
+ - `getApi-keys()` - List api keys
115
+ - `getApi-keysActive()` - List active
116
+ - `getApi-keysById()` - Get api keys
117
+ - `getApi-keysStats()` - List stats
118
+ - `postApi-keys()` - Create api keys
119
+ - `patchApi-keysById()` - Update api keys
120
+ - `patchApi-keysByIdAllocate()` - Update allocate
121
+ - `patchApi-keysByIdReset-period()` - Update reset period
122
+ - `patchApi-keysByIdRevoke()` - Update revoke
123
+ - `patchApi-keysByIdRotate()` - Update rotate
124
+ - `patchApi-keysByIdSet-budget()` - Update set budget
125
+ - `deleteApi-keysById()` - Delete api keys
126
126
 
127
127
  ## Applications
128
128
 
@@ -273,10 +273,10 @@ client.setConfig({
273
273
 
274
274
  ## Field Templates
275
275
 
276
- - `getFieldTemplates()` - List field templates
277
- - `getFieldTemplatesById()` - Get field templates
278
- - `postFieldTemplates()` - Create field templates
279
- - `deleteFieldTemplatesById()` - Delete field templates
276
+ - `getField-templates()` - List field templates
277
+ - `getField-templatesById()` - Get field templates
278
+ - `postField-templates()` - Create field templates
279
+ - `deleteField-templatesById()` - Delete field templates
280
280
 
281
281
  ## Invitations
282
282
 
@@ -299,7 +299,7 @@ client.setConfig({
299
299
 
300
300
  - `getAiGraphEdges()` - List edges
301
301
  - `getAiGraphNodes()` - List nodes
302
- - `getAiGraphNodesBySource-node-idRelated()` - Get related
302
+ - `getAiGraphNodesBySourceNodeIdRelated()` - Get related
303
303
  - `getAiGraphNodesLabelByLabel()` - Get label
304
304
  - `postAiGraphEdges()` - Create edges
305
305
  - `postAiGraphNodes()` - Create nodes
@@ -322,28 +322,28 @@ client.setConfig({
322
322
 
323
323
  ## Notification log
324
324
 
325
- - `getNotificationLogs()` - List notification logs
326
- - `getNotificationLogsById()` - Get notification logs
327
- - `getNotificationLogsStats()` - List stats
325
+ - `getNotification-logs()` - List notification logs
326
+ - `getNotification-logsById()` - Get notification logs
327
+ - `getNotification-logsStats()` - List stats
328
328
 
329
329
  ## Notification method
330
330
 
331
- - `getNotificationMethods()` - List notification methods
332
- - `getNotificationMethodsById()` - Get notification methods
333
- - `postNotificationMethods()` - Create notification methods
334
- - `patchNotificationMethodsById()` - Update notification methods
335
- - `patchNotificationMethodsByIdSend-verification()` - Update send verification
336
- - `patchNotificationMethodsByIdSet-primary()` - Update set primary
337
- - `patchNotificationMethodsByIdVerify()` - Update verify
338
- - `deleteNotificationMethodsById()` - Delete notification methods
331
+ - `getNotification-methods()` - List notification methods
332
+ - `getNotification-methodsById()` - Get notification methods
333
+ - `postNotification-methods()` - Create notification methods
334
+ - `patchNotification-methodsById()` - Update notification methods
335
+ - `patchNotification-methodsByIdSend-verification()` - Update send verification
336
+ - `patchNotification-methodsByIdSet-primary()` - Update set primary
337
+ - `patchNotification-methodsByIdVerify()` - Update verify
338
+ - `deleteNotification-methodsById()` - Delete notification methods
339
339
 
340
340
  ## Notification preference
341
341
 
342
- - `getNotificationPreferences()` - List notification preferences
343
- - `getNotificationPreferencesById()` - Get notification preferences
344
- - `postNotificationPreferences()` - Create notification preferences
345
- - `patchNotificationPreferencesById()` - Update notification preferences
346
- - `deleteNotificationPreferencesById()` - Delete notification preferences
342
+ - `getNotification-preferences()` - List notification preferences
343
+ - `getNotification-preferencesById()` - Get notification preferences
344
+ - `postNotification-preferences()` - Create notification preferences
345
+ - `patchNotification-preferencesById()` - Update notification preferences
346
+ - `deleteNotification-preferencesById()` - Delete notification preferences
347
347
 
348
348
  ## Operation success
349
349
 
@@ -381,8 +381,8 @@ client.setConfig({
381
381
 
382
382
  ## Schema discovery
383
383
 
384
- - `getExtractionSchemaDiscoveriesById()` - Get schema discoveries
385
- - `postExtractionSchemaDiscoveries()` - Create schema discoveries
384
+ - `getExtractionSchema-discoveriesById()` - Get schema discoveries
385
+ - `postExtractionSchema-discoveries()` - Create schema discoveries
386
386
 
387
387
  ## Search
388
388
 
@@ -499,9 +499,9 @@ client.setConfig({
499
499
 
500
500
  ## Users
501
501
 
502
- - `getUserProfiles()` - List user profiles
503
- - `getUserProfilesById()` - Get user profiles
504
- - `getUserProfilesMe()` - List me
502
+ - `getUser-profiles()` - List user profiles
503
+ - `getUser-profilesById()` - Get user profiles
504
+ - `getUser-profilesMe()` - List me
505
505
  - `getUsers()` - List users
506
506
  - `getUsersBy-email()` - List by email
507
507
  - `getUsersById()` - Get users
@@ -510,7 +510,7 @@ client.setConfig({
510
510
  - `getUsersMeDashboard()` - List dashboard
511
511
  - `getUsersMeStats()` - List stats
512
512
  - `getUsersMeTenants()` - List tenants
513
- - `postUserProfiles()` - Create user profiles
513
+ - `postUser-profiles()` - Create user profiles
514
514
  - `postUsersAuthConfirm()` - Create confirm
515
515
  - `postUsersAuthLogin()` - Create login
516
516
  - `postUsersAuthMagic-linkLogin()` - Create login
@@ -519,17 +519,17 @@ client.setConfig({
519
519
  - `postUsersAuthRegister-with-oidc()` - Create register with oidc
520
520
  - `postUsersAuthResend-confirmation()` - Create resend confirmation
521
521
  - `postUsersRegister-isv()` - Create register isv
522
- - `patchUserProfilesById()` - Update user profiles
523
- - `patchUserProfilesByIdAccept-tos()` - Update accept tos
524
- - `patchUserProfilesByIdDismiss-announcement()` - Update dismiss announcement
525
- - `patchUserProfilesByIdDismiss-welcome()` - Update dismiss welcome
522
+ - `patchUser-profilesById()` - Update user profiles
523
+ - `patchUser-profilesByIdAccept-tos()` - Update accept tos
524
+ - `patchUser-profilesByIdDismiss-announcement()` - Update dismiss announcement
525
+ - `patchUser-profilesByIdDismiss-welcome()` - Update dismiss welcome
526
526
  - `patchUsersAuthPasswordChange()` - Update change
527
527
  - `patchUsersAuthReset-password()` - Update reset password
528
528
  - `patchUsersById()` - Update admin
529
529
  - `patchUsersByIdConfirm-email()` - Update confirm email
530
530
  - `patchUsersByIdEmail()` - Update email
531
531
  - `patchUsersByIdReset-password()` - Update reset password
532
- - `deleteUserProfilesById()` - Delete user profiles
532
+ - `deleteUser-profilesById()` - Delete user profiles
533
533
  - `deleteUsersById()` - Delete users
534
534
 
535
535
  ## Watcher claim
@@ -551,23 +551,23 @@ client.setConfig({
551
551
 
552
552
  ## Webhooks
553
553
 
554
- - `getWebhookConfigs()` - List webhook configs
555
- - `getWebhookConfigsById()` - Get webhook configs
556
- - `getWebhookConfigsByIdEvents()` - Get events
557
- - `getWebhookConfigsStats()` - List stats
558
- - `getWebhookDeliveries()` - List webhook deliveries
559
- - `getWebhookDeliveriesById()` - Get webhook deliveries
560
- - `getWebhookDeliveriesStats()` - List stats
561
- - `postWebhookConfigs()` - Create webhook configs
562
- - `postWebhookConfigsBulkDisable()` - Create bulk disable
563
- - `postWebhookConfigsBulkEnable()` - Create bulk enable
564
- - `postWebhookConfigsByIdReplay()` - Create replay
565
- - `postWebhookConfigsByIdTest()` - Create test
566
- - `postWebhookDeliveriesBulkRetry()` - Create bulk retry
567
- - `postWebhookDeliveriesByIdRetry()` - Create retry
568
- - `patchWebhookConfigsById()` - Update webhook configs
569
- - `patchWebhookConfigsByIdRotate-secret()` - Update rotate secret
570
- - `deleteWebhookConfigsById()` - Delete webhook configs
554
+ - `getWebhook-configs()` - List webhook configs
555
+ - `getWebhook-configsById()` - Get webhook configs
556
+ - `getWebhook-configsByIdEvents()` - Get events
557
+ - `getWebhook-configsStats()` - List stats
558
+ - `getWebhook-deliveries()` - List webhook deliveries
559
+ - `getWebhook-deliveriesById()` - Get webhook deliveries
560
+ - `getWebhook-deliveriesStats()` - List stats
561
+ - `postWebhook-configs()` - Create webhook configs
562
+ - `postWebhook-configsBulk-disable()` - Create bulk disable
563
+ - `postWebhook-configsBulk-enable()` - Create bulk enable
564
+ - `postWebhook-configsByIdReplay()` - Create replay
565
+ - `postWebhook-configsByIdTest()` - Create test
566
+ - `postWebhook-deliveriesBulk-retry()` - Create bulk retry
567
+ - `postWebhook-deliveriesByIdRetry()` - Create retry
568
+ - `patchWebhook-configsById()` - Update webhook configs
569
+ - `patchWebhook-configsByIdRotate-secret()` - Update rotate secret
570
+ - `deleteWebhook-configsById()` - Delete webhook configs
571
571
 
572
572
  ## Workspace document stats
573
573
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/client",
3
- "version": "0.9.32",
3
+ "version": "0.9.34",
4
4
  "description": "TypeScript SDK for GPT Core Client API - Document extraction, AI agents, and workspace management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",