@gpt-core/client 0.9.22 → 0.9.31
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.cjs +4043 -0
- package/dist/index.d.mts +6245 -3452
- package/dist/index.d.ts +6245 -3452
- package/dist/index.js +533 -296
- package/dist/index.mjs +510 -293
- package/llms.txt +45 -31
- package/package.json +1 -1
package/llms.txt
CHANGED
|
@@ -32,7 +32,7 @@ client.setConfig({
|
|
|
32
32
|
|
|
33
33
|
## Agent training stats
|
|
34
34
|
|
|
35
|
-
- `
|
|
35
|
+
- `getAgentsByIdTraining-stats()` - Get training stats
|
|
36
36
|
|
|
37
37
|
## Agent usage
|
|
38
38
|
|
|
@@ -43,25 +43,35 @@ client.setConfig({
|
|
|
43
43
|
|
|
44
44
|
- `postAgentVersionComparisons()` - Create agent version comparisons
|
|
45
45
|
|
|
46
|
+
## Agent version revision
|
|
47
|
+
|
|
48
|
+
- `getAgentVersionRevisions()` - List agent version revisions
|
|
49
|
+
- `getAgentVersionRevisionsById()` - Get agent version revisions
|
|
50
|
+
|
|
46
51
|
## AI Agents
|
|
47
52
|
|
|
48
53
|
- `getAgents()` - List agents
|
|
49
54
|
- `getAgentsById()` - Get agents
|
|
50
55
|
- `getAgentsByIdSchemaVersions()` - Get schema versions
|
|
56
|
+
- `getAgentsByIdTraining-examples()` - Get training examples
|
|
51
57
|
- `getAgentVersions()` - List agent versions
|
|
52
58
|
- `getAgentVersionsById()` - Get agent versions
|
|
53
59
|
- `getAgentVersionsByIdMetrics()` - Get metrics
|
|
60
|
+
- `getAgentVersionsByIdRevisions()` - Get revisions
|
|
54
61
|
- `postAgents()` - Create agents
|
|
62
|
+
- `postAgentsByIdAnalyze-training()` - Create analyze training
|
|
55
63
|
- `postAgentsByIdClone()` - Create clone
|
|
56
64
|
- `postAgentsByIdDiscoverSchema()` - Create discover schema
|
|
57
65
|
- `postAgentsByIdExport()` - Create export
|
|
58
|
-
- `
|
|
66
|
+
- `postAgentsByIdPublish-version()` - Create publish version
|
|
67
|
+
- `postAgentsByIdRestore-version()` - Create restore version
|
|
59
68
|
- `postAgentsByIdSchemaVersions()` - Create schema versions
|
|
60
69
|
- `postAgentsByIdSchemaVersionsByVersionIdActivate()` - Create activate
|
|
61
70
|
- `postAgentsByIdTeach()` - Create teach
|
|
62
71
|
- `postAgentsByIdTest()` - Create test
|
|
63
72
|
- `postAgentsByIdValidate()` - Create validate
|
|
64
|
-
- `
|
|
73
|
+
- `postAgentsClone-for-workspace()` - Create clone for workspace
|
|
74
|
+
- `postAgentsDiscover-schema()` - Create discover schema
|
|
65
75
|
- `postAgentsImport()` - Create import
|
|
66
76
|
- `postAgentsPredict()` - Create predict
|
|
67
77
|
- `postAgentVersions()` - Create agent versions
|
|
@@ -71,20 +81,21 @@ client.setConfig({
|
|
|
71
81
|
- `patchAgentsById()` - Update agents
|
|
72
82
|
- `patchAgentsByIdSchemaVersionsByVersionId()` - Update schema versions
|
|
73
83
|
- `deleteAgentsById()` - Delete agents
|
|
84
|
+
- `deleteAgentsByIdTraining-examplesByExampleId()` - Delete training examples
|
|
74
85
|
- `deleteAgentVersionsById()` - Delete agent versions
|
|
75
86
|
|
|
76
87
|
## AI Training
|
|
77
88
|
|
|
78
|
-
- `
|
|
79
|
-
- `
|
|
89
|
+
- `getTraining-examples()` - List training examples
|
|
90
|
+
- `getTraining-examplesById()` - Get training examples
|
|
80
91
|
- `getTrainingSessionsAgentsByAgentIdSessions()` - Get sessions
|
|
81
92
|
- `getTrainingSessionsById()` - Get training sessions
|
|
82
|
-
- `
|
|
83
|
-
- `
|
|
84
|
-
- `
|
|
85
|
-
- `
|
|
86
|
-
- `
|
|
87
|
-
- `
|
|
93
|
+
- `postTraining-examples()` - Create training examples
|
|
94
|
+
- `postTraining-examplesBulk()` - Create bulk
|
|
95
|
+
- `postTraining-examplesBulk-delete()` - Create bulk delete
|
|
96
|
+
- `postTraining-examplesSearch()` - Create search
|
|
97
|
+
- `patchTraining-examplesById()` - Update training examples
|
|
98
|
+
- `deleteTraining-examplesById()` - Delete training examples
|
|
88
99
|
- `deleteTrainingSessionsById()` - Delete training sessions
|
|
89
100
|
|
|
90
101
|
## Analytics
|
|
@@ -110,7 +121,7 @@ client.setConfig({
|
|
|
110
121
|
- `patchApiKeysByIdReset-period()` - Update reset period
|
|
111
122
|
- `patchApiKeysByIdRevoke()` - Update revoke
|
|
112
123
|
- `patchApiKeysByIdRotate()` - Update rotate
|
|
113
|
-
- `
|
|
124
|
+
- `patchApiKeysByIdSet-budget()` - Update set budget
|
|
114
125
|
- `deleteApiKeysById()` - Delete api keys
|
|
115
126
|
|
|
116
127
|
## Applications
|
|
@@ -188,20 +199,21 @@ client.setConfig({
|
|
|
188
199
|
- `getExtractionDocumentsByIdStatus()` - Get status
|
|
189
200
|
- `getExtractionDocumentsByIdView()` - Get view
|
|
190
201
|
- `getExtractionDocumentsWorkspaceByWorkspaceId()` - Get workspace
|
|
191
|
-
- `
|
|
202
|
+
- `getExtractionDocumentsWorkspaceByWorkspaceIdBy-statusByStatus()` - Get by status
|
|
192
203
|
- `getExtractionDocumentsWorkspaceByWorkspaceIdExcluded()` - Get excluded
|
|
193
|
-
- `
|
|
204
|
+
- `getExtractionDocumentsWorkspaceByWorkspaceIdReview-queue()` - Get review queue
|
|
194
205
|
- `getExtractionDocumentsWorkspaceByWorkspaceIdTrained()` - Get trained
|
|
195
206
|
- `getExtractionDocumentsWorkspaceByWorkspaceIdTrashed()` - Get trashed
|
|
196
|
-
- `
|
|
207
|
+
- `postExtractionDocumentsBegin-upload()` - Create begin upload
|
|
208
|
+
- `postExtractionDocumentsFind-or-begin-upload()` - Create find or begin upload
|
|
197
209
|
- `postExtractionDocumentsUpload()` - Create upload
|
|
198
210
|
- `patchExtractionDocumentsByIdCancel()` - Update cancel
|
|
199
211
|
- `patchExtractionDocumentsByIdDismiss()` - Update dismiss
|
|
200
212
|
- `patchExtractionDocumentsByIdDismiss-training()` - Update dismiss training
|
|
201
213
|
- `patchExtractionDocumentsByIdExclude()` - Update exclude
|
|
202
|
-
- `
|
|
214
|
+
- `patchExtractionDocumentsByIdFinish-upload()` - Update finish upload
|
|
203
215
|
- `patchExtractionDocumentsByIdInclude()` - Update include
|
|
204
|
-
- `
|
|
216
|
+
- `patchExtractionDocumentsByIdMark-trained()` - Update mark trained
|
|
205
217
|
- `patchExtractionDocumentsByIdReprocess()` - Update reprocess
|
|
206
218
|
- `patchExtractionDocumentsByIdRestore()` - Update restore
|
|
207
219
|
- `patchExtractionDocumentsByIdStatus()` - Update status
|
|
@@ -248,7 +260,7 @@ client.setConfig({
|
|
|
248
260
|
- `getExtractionResultsWorkspaceByWorkspaceId()` - Get workspace
|
|
249
261
|
- `patchExtractionResultsById()` - Update results
|
|
250
262
|
- `patchExtractionResultsByIdRegenerate()` - Update regenerate
|
|
251
|
-
- `
|
|
263
|
+
- `patchExtractionResultsByIdSave-corrections()` - Update save corrections
|
|
252
264
|
- `deleteExtractionResultsById()` - Delete results
|
|
253
265
|
|
|
254
266
|
## Field mapping confirmation
|
|
@@ -272,7 +284,7 @@ client.setConfig({
|
|
|
272
284
|
- `getInvitationsConsumeByToken()` - Get consume
|
|
273
285
|
- `getInvitationsMe()` - List me
|
|
274
286
|
- `postInvitations()` - Create invitations
|
|
275
|
-
- `
|
|
287
|
+
- `postInvitationsAccept-by-token()` - Create accept by token
|
|
276
288
|
- `patchInvitationsByIdAccept()` - Update accept
|
|
277
289
|
- `patchInvitationsByIdAccept-by-user()` - Update accept by user
|
|
278
290
|
- `patchInvitationsByIdDecline()` - Update decline
|
|
@@ -287,7 +299,7 @@ client.setConfig({
|
|
|
287
299
|
|
|
288
300
|
- `getAiGraphEdges()` - List edges
|
|
289
301
|
- `getAiGraphNodes()` - List nodes
|
|
290
|
-
- `
|
|
302
|
+
- `getAiGraphNodesBySource-node-idRelated()` - Get related
|
|
291
303
|
- `getAiGraphNodesLabelByLabel()` - Get label
|
|
292
304
|
- `postAiGraphEdges()` - Create edges
|
|
293
305
|
- `postAiGraphNodes()` - Create nodes
|
|
@@ -320,8 +332,8 @@ client.setConfig({
|
|
|
320
332
|
- `getNotificationMethodsById()` - Get notification methods
|
|
321
333
|
- `postNotificationMethods()` - Create notification methods
|
|
322
334
|
- `patchNotificationMethodsById()` - Update notification methods
|
|
323
|
-
- `
|
|
324
|
-
- `
|
|
335
|
+
- `patchNotificationMethodsByIdSend-verification()` - Update send verification
|
|
336
|
+
- `patchNotificationMethodsByIdSet-primary()` - Update set primary
|
|
325
337
|
- `patchNotificationMethodsByIdVerify()` - Update verify
|
|
326
338
|
- `deleteNotificationMethodsById()` - Delete notification methods
|
|
327
339
|
|
|
@@ -335,7 +347,7 @@ client.setConfig({
|
|
|
335
347
|
|
|
336
348
|
## Operation success
|
|
337
349
|
|
|
338
|
-
- `
|
|
350
|
+
- `postDocumentsBulk-delete()` - Create bulk delete
|
|
339
351
|
|
|
340
352
|
## Payment method
|
|
341
353
|
|
|
@@ -363,9 +375,9 @@ client.setConfig({
|
|
|
363
375
|
|
|
364
376
|
## Presigned url
|
|
365
377
|
|
|
366
|
-
- `
|
|
367
|
-
- `
|
|
368
|
-
- `
|
|
378
|
+
- `postDocumentsPresigned-upload()` - Create presigned upload
|
|
379
|
+
- `postStorageSign-download()` - Create sign download
|
|
380
|
+
- `postStorageSign-upload()` - Create sign upload
|
|
369
381
|
|
|
370
382
|
## Schema discovery
|
|
371
383
|
|
|
@@ -501,12 +513,12 @@ client.setConfig({
|
|
|
501
513
|
- `postUserProfiles()` - Create user profiles
|
|
502
514
|
- `postUsersAuthConfirm()` - Create confirm
|
|
503
515
|
- `postUsersAuthLogin()` - Create login
|
|
504
|
-
- `
|
|
505
|
-
- `
|
|
516
|
+
- `postUsersAuthMagic-linkLogin()` - Create login
|
|
517
|
+
- `postUsersAuthMagic-linkRequest()` - Create request
|
|
506
518
|
- `postUsersAuthRegister()` - Create register
|
|
507
|
-
- `
|
|
519
|
+
- `postUsersAuthRegister-with-oidc()` - Create register with oidc
|
|
508
520
|
- `postUsersAuthResend-confirmation()` - Create resend confirmation
|
|
509
|
-
- `
|
|
521
|
+
- `postUsersRegister-isv()` - Create register isv
|
|
510
522
|
- `patchUserProfilesById()` - Update user profiles
|
|
511
523
|
- `patchUserProfilesByIdAccept-tos()` - Update accept tos
|
|
512
524
|
- `patchUserProfilesByIdDismiss-announcement()` - Update dismiss announcement
|
|
@@ -524,6 +536,7 @@ client.setConfig({
|
|
|
524
536
|
|
|
525
537
|
- `getWatcherClaims()` - List claims
|
|
526
538
|
- `getWatcherClaimsById()` - Get claims
|
|
539
|
+
- `getWatcherClaimsHistory()` - List history
|
|
527
540
|
- `getWatcherClaimsStatus()` - List status
|
|
528
541
|
- `postWatcherClaims()` - Create claims
|
|
529
542
|
- `patchWatcherClaimsById()` - Update claims
|
|
@@ -553,7 +566,7 @@ client.setConfig({
|
|
|
553
566
|
- `postWebhookDeliveriesBulkRetry()` - Create bulk retry
|
|
554
567
|
- `postWebhookDeliveriesByIdRetry()` - Create retry
|
|
555
568
|
- `patchWebhookConfigsById()` - Update webhook configs
|
|
556
|
-
- `
|
|
569
|
+
- `patchWebhookConfigsByIdRotate-secret()` - Update rotate secret
|
|
557
570
|
- `deleteWebhookConfigsById()` - Delete webhook configs
|
|
558
571
|
|
|
559
572
|
## Workspace document stats
|
|
@@ -577,6 +590,7 @@ client.setConfig({
|
|
|
577
590
|
- `postWorkspaces()` - Create workspaces
|
|
578
591
|
- `patchWorkspacesById()` - Update workspaces
|
|
579
592
|
- `patchWorkspacesByIdAllocate()` - Update allocate
|
|
593
|
+
- `patchWorkspacesByIdPopulate-hashes()` - Update populate hashes
|
|
580
594
|
- `patchWorkspacesByIdStorage-settings()` - Update storage settings
|
|
581
595
|
- `deleteWorkspacesById()` - Delete workspaces
|
|
582
596
|
|
package/package.json
CHANGED