@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/dist/index.d.mts +18510 -6607
- package/dist/index.d.ts +18510 -6607
- package/dist/index.js +434 -1193
- package/dist/index.mjs +434 -1193
- package/llms.txt +82 -82
- package/package.json +1 -1
package/llms.txt
CHANGED
|
@@ -28,7 +28,7 @@ client.setConfig({
|
|
|
28
28
|
|
|
29
29
|
## Agent test result
|
|
30
30
|
|
|
31
|
-
- `
|
|
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
|
-
- `
|
|
44
|
+
- `postAgent-version-comparisons()` - Create agent version comparisons
|
|
45
45
|
|
|
46
46
|
## Agent version revision
|
|
47
47
|
|
|
48
|
-
- `
|
|
49
|
-
- `
|
|
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
|
-
- `
|
|
59
|
+
- `getAgentsByIdSchema-versions()` - Get schema versions
|
|
56
60
|
- `getAgentsByIdTraining-examples()` - Get training examples
|
|
57
|
-
- `
|
|
58
|
-
- `
|
|
59
|
-
- `
|
|
60
|
-
- `
|
|
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
|
-
- `
|
|
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
|
-
- `
|
|
69
|
-
- `
|
|
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
|
-
- `
|
|
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
|
-
- `
|
|
92
|
-
- `
|
|
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
|
-
- `
|
|
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
|
-
- `
|
|
115
|
-
- `
|
|
116
|
-
- `
|
|
117
|
-
- `
|
|
118
|
-
- `
|
|
119
|
-
- `
|
|
120
|
-
- `
|
|
121
|
-
- `
|
|
122
|
-
- `
|
|
123
|
-
- `
|
|
124
|
-
- `
|
|
125
|
-
- `
|
|
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
|
-
- `
|
|
277
|
-
- `
|
|
278
|
-
- `
|
|
279
|
-
- `
|
|
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
|
-
- `
|
|
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
|
-
- `
|
|
326
|
-
- `
|
|
327
|
-
- `
|
|
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
|
-
- `
|
|
332
|
-
- `
|
|
333
|
-
- `
|
|
334
|
-
- `
|
|
335
|
-
- `
|
|
336
|
-
- `
|
|
337
|
-
- `
|
|
338
|
-
- `
|
|
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
|
-
- `
|
|
343
|
-
- `
|
|
344
|
-
- `
|
|
345
|
-
- `
|
|
346
|
-
- `
|
|
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
|
-
- `
|
|
385
|
-
- `
|
|
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
|
-
- `
|
|
503
|
-
- `
|
|
504
|
-
- `
|
|
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
|
-
- `
|
|
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
|
-
- `
|
|
523
|
-
- `
|
|
524
|
-
- `
|
|
525
|
-
- `
|
|
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
|
-
- `
|
|
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
|
-
- `
|
|
555
|
-
- `
|
|
556
|
-
- `
|
|
557
|
-
- `
|
|
558
|
-
- `
|
|
559
|
-
- `
|
|
560
|
-
- `
|
|
561
|
-
- `
|
|
562
|
-
- `
|
|
563
|
-
- `
|
|
564
|
-
- `
|
|
565
|
-
- `
|
|
566
|
-
- `
|
|
567
|
-
- `
|
|
568
|
-
- `
|
|
569
|
-
- `
|
|
570
|
-
- `
|
|
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