@gpt-core/client 0.9.12 → 0.9.13

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
@@ -38,7 +38,6 @@ client.setConfig({
38
38
  - `getAgentsByIdStats()` - Get stats
39
39
  - `getAgentsByIdTrainingStats()` - Get training stats
40
40
  - `getAgentsByIdUsage()` - Get usage
41
- - `getAgentsUsage()` - List usage
42
41
  - `getAgentVersions()` - List agent versions
43
42
  - `getAgentVersionsById()` - Get agent versions
44
43
  - `getAgentVersionsByIdMetrics()` - Get metrics
@@ -56,9 +55,6 @@ client.setConfig({
56
55
  - `postAgentsImport()` - Create import
57
56
  - `postAgentsPredict()` - Create predict
58
57
  - `postAgentVersions()` - Create agent versions
59
- - `postAgentVersionsByIdAddSystemField()` - Create add system field
60
- - `postAgentVersionsByIdRemoveSystemField()` - Create remove system field
61
- - `postAgentVersionsByIdSetSystemFields()` - Create set system fields
62
58
  - `patchAgentsById()` - Update agents
63
59
  - `patchAgentsByIdSchemaVersionsByVersionId()` - Update schema versions
64
60
  - `deleteAgentsById()` - Delete agents
@@ -130,7 +126,7 @@ client.setConfig({
130
126
  - `getPlansById()` - Get plans
131
127
  - `getPlansSlugBySlug()` - Get slug
132
128
  - `getWallet()` - List wallet
133
- - `getWalletPlanPreview()` - List preview
129
+ - `getWalletInvoices()` - List invoices
134
130
  - `postPayments()` - Create payments
135
131
  - `patchWalletAddons()` - Update addons
136
132
  - `patchWalletAddonsByAddonSlugCancel()` - Update cancel
@@ -226,14 +222,12 @@ client.setConfig({
226
222
 
227
223
  ## Extraction Results
228
224
 
229
- - `getExtractionResults()` - List results
230
225
  - `getExtractionResultsById()` - Get results
231
226
  - `getExtractionResultsDocumentByDocumentId()` - Get document
232
227
  - `getExtractionResultsWorkspaceByWorkspaceId()` - Get workspace
233
- - `patchExtractionResultsById()` - Update results
228
+ - `postExtractionResults()` - Create results
229
+ - `patchExtractionResultsByIdCorrections()` - Update corrections
234
230
  - `patchExtractionResultsByIdRegenerate()` - Update regenerate
235
- - `patchExtractionResultsByIdSaveCorrections()` - Update save corrections
236
- - `deleteExtractionResultsById()` - Delete results
237
231
 
238
232
  ## Field mapping confirmation
239
233
 
@@ -263,10 +257,6 @@ client.setConfig({
263
257
  - `patchInvitationsByIdResend()` - Update resend
264
258
  - `patchInvitationsByIdRevoke()` - Update revoke
265
259
 
266
- ## Invoice
267
-
268
- - `getWalletInvoices()` - List invoices
269
-
270
260
  ## Knowledge Graph
271
261
 
272
262
  - `getAiGraphEdges()` - List edges
@@ -321,21 +311,10 @@ client.setConfig({
321
311
 
322
312
  - `postDocumentsBulkDelete()` - Create bulk delete
323
313
 
324
- ## Payment method
325
-
326
- - `getPayment-methods()` - List payment methods
327
- - `getPayment-methodsById()` - Get payment methods
328
- - `postPayment-methods()` - Create payment methods
329
- - `postPayment-methodsTokenize()` - Create tokenize
330
- - `patchPayment-methodsById()` - Update payment methods
331
- - `patchPayment-methodsByIdDefault()` - Update default
332
- - `deletePayment-methodsById()` - Delete payment methods
333
-
334
314
  ## Permission
335
315
 
336
316
  - `getPermissions()` - List permissions
337
317
  - `getPermissionsById()` - Get permissions
338
- - `getPermissionsPresets()` - List presets
339
318
 
340
319
  ## Permission meta
341
320
 
@@ -343,6 +322,7 @@ client.setConfig({
343
322
 
344
323
  ## Permission preset
345
324
 
325
+ - `getPermissionsPresets()` - List presets
346
326
  - `getPermissionsPresetsById()` - Get presets
347
327
 
348
328
  ## Presigned url
@@ -455,7 +435,6 @@ client.setConfig({
455
435
 
456
436
  ## Training analytics
457
437
 
458
- - `getWorkspacesAnalytics-batch()` - List analytics batch
459
438
  - `getWorkspacesByWorkspaceIdTrainingAnalytics()` - Get analytics
460
439
 
461
440
  ## Transaction
@@ -486,9 +465,6 @@ client.setConfig({
486
465
  - `postUsersAuthResend-confirmation()` - Create resend confirmation
487
466
  - `postUsersRegisterIsv()` - Create register isv
488
467
  - `patchUserProfilesById()` - Update user profiles
489
- - `patchUserProfilesByIdAccept-tos()` - Update accept tos
490
- - `patchUserProfilesByIdDismiss-announcement()` - Update dismiss announcement
491
- - `patchUserProfilesByIdDismiss-welcome()` - Update dismiss welcome
492
468
  - `patchUsersAuthPasswordChange()` - Update change
493
469
  - `patchUsersAuthReset-password()` - Update reset password
494
470
  - `patchUsersById()` - Update admin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/client",
3
- "version": "0.9.12",
3
+ "version": "0.9.13",
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",