@gpt-core/client 0.8.27 → 0.9.1

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.js CHANGED
@@ -65,6 +65,7 @@ __export(index_exports, {
65
65
  deleteBucketsById: () => deleteBucketsById,
66
66
  deleteExtractionBatchesById: () => deleteExtractionBatchesById,
67
67
  deleteExtractionDocumentsById: () => deleteExtractionDocumentsById,
68
+ deleteExtractionResultsById: () => deleteExtractionResultsById,
68
69
  deleteFieldTemplatesById: () => deleteFieldTemplatesById,
69
70
  deleteMessagesById: () => deleteMessagesById,
70
71
  deleteNotificationMethodsById: () => deleteNotificationMethodsById,
@@ -135,6 +136,7 @@ __export(index_exports, {
135
136
  getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue: () => getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
136
137
  getExtractionDocumentsWorkspaceByWorkspaceIdTrained: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
137
138
  getExtractionDocumentsWorkspaceByWorkspaceIdTrashed: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
139
+ getExtractionResults: () => getExtractionResults,
138
140
  getExtractionResultsById: () => getExtractionResultsById,
139
141
  getExtractionResultsDocumentByDocumentId: () => getExtractionResultsDocumentByDocumentId,
140
142
  getExtractionResultsWorkspaceByWorkspaceId: () => getExtractionResultsWorkspaceByWorkspaceId,
@@ -271,8 +273,9 @@ __export(index_exports, {
271
273
  patchExtractionDocumentsByIdRestore: () => patchExtractionDocumentsByIdRestore,
272
274
  patchExtractionDocumentsByIdStatus: () => patchExtractionDocumentsByIdStatus,
273
275
  patchExtractionDocumentsByIdVerification: () => patchExtractionDocumentsByIdVerification,
274
- patchExtractionResultsByIdCorrections: () => patchExtractionResultsByIdCorrections,
276
+ patchExtractionResultsById: () => patchExtractionResultsById,
275
277
  patchExtractionResultsByIdRegenerate: () => patchExtractionResultsByIdRegenerate,
278
+ patchExtractionResultsByIdSaveCorrections: () => patchExtractionResultsByIdSaveCorrections,
276
279
  patchInvitationsByIdAccept: () => patchInvitationsByIdAccept,
277
280
  patchInvitationsByIdAcceptByUser: () => patchInvitationsByIdAcceptByUser,
278
281
  patchInvitationsByIdDecline: () => patchInvitationsByIdDecline,
@@ -357,7 +360,6 @@ __export(index_exports, {
357
360
  postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
358
361
  postExtractionDocumentsBulkReprocess: () => postExtractionDocumentsBulkReprocess,
359
362
  postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
360
- postExtractionResults: () => postExtractionResults,
361
363
  postExtractionSchemaDiscoveries: () => postExtractionSchemaDiscoveries,
362
364
  postFieldTemplates: () => postFieldTemplates,
363
365
  postInvitations: () => postInvitations,
@@ -444,6 +446,7 @@ __export(sdk_gen_exports, {
444
446
  deleteBucketsById: () => deleteBucketsById,
445
447
  deleteExtractionBatchesById: () => deleteExtractionBatchesById,
446
448
  deleteExtractionDocumentsById: () => deleteExtractionDocumentsById,
449
+ deleteExtractionResultsById: () => deleteExtractionResultsById,
447
450
  deleteFieldTemplatesById: () => deleteFieldTemplatesById,
448
451
  deleteMessagesById: () => deleteMessagesById,
449
452
  deleteNotificationMethodsById: () => deleteNotificationMethodsById,
@@ -514,6 +517,7 @@ __export(sdk_gen_exports, {
514
517
  getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue: () => getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
515
518
  getExtractionDocumentsWorkspaceByWorkspaceIdTrained: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
516
519
  getExtractionDocumentsWorkspaceByWorkspaceIdTrashed: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
520
+ getExtractionResults: () => getExtractionResults,
517
521
  getExtractionResultsById: () => getExtractionResultsById,
518
522
  getExtractionResultsDocumentByDocumentId: () => getExtractionResultsDocumentByDocumentId,
519
523
  getExtractionResultsWorkspaceByWorkspaceId: () => getExtractionResultsWorkspaceByWorkspaceId,
@@ -646,8 +650,9 @@ __export(sdk_gen_exports, {
646
650
  patchExtractionDocumentsByIdRestore: () => patchExtractionDocumentsByIdRestore,
647
651
  patchExtractionDocumentsByIdStatus: () => patchExtractionDocumentsByIdStatus,
648
652
  patchExtractionDocumentsByIdVerification: () => patchExtractionDocumentsByIdVerification,
649
- patchExtractionResultsByIdCorrections: () => patchExtractionResultsByIdCorrections,
653
+ patchExtractionResultsById: () => patchExtractionResultsById,
650
654
  patchExtractionResultsByIdRegenerate: () => patchExtractionResultsByIdRegenerate,
655
+ patchExtractionResultsByIdSaveCorrections: () => patchExtractionResultsByIdSaveCorrections,
651
656
  patchInvitationsByIdAccept: () => patchInvitationsByIdAccept,
652
657
  patchInvitationsByIdAcceptByUser: () => patchInvitationsByIdAcceptByUser,
653
658
  patchInvitationsByIdDecline: () => patchInvitationsByIdDecline,
@@ -732,7 +737,6 @@ __export(sdk_gen_exports, {
732
737
  postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
733
738
  postExtractionDocumentsBulkReprocess: () => postExtractionDocumentsBulkReprocess,
734
739
  postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
735
- postExtractionResults: () => postExtractionResults,
736
740
  postExtractionSchemaDiscoveries: () => postExtractionSchemaDiscoveries,
737
741
  postFieldTemplates: () => postFieldTemplates,
738
742
  postInvitations: () => postInvitations,
@@ -2494,12 +2498,28 @@ var getUsersById = (options) => (options.client ?? client).get({
2494
2498
  url: "/users/{id}",
2495
2499
  ...options
2496
2500
  });
2501
+ var deleteExtractionResultsById = (options) => (options.client ?? client).delete({
2502
+ querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2503
+ security: [{ scheme: "bearer", type: "http" }],
2504
+ url: "/extraction/results/{id}",
2505
+ ...options
2506
+ });
2497
2507
  var getExtractionResultsById = (options) => (options.client ?? client).get({
2498
2508
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2499
2509
  security: [{ scheme: "bearer", type: "http" }],
2500
2510
  url: "/extraction/results/{id}",
2501
2511
  ...options
2502
2512
  });
2513
+ var patchExtractionResultsById = (options) => (options.client ?? client).patch({
2514
+ querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2515
+ security: [{ scheme: "bearer", type: "http" }],
2516
+ url: "/extraction/results/{id}",
2517
+ ...options,
2518
+ headers: {
2519
+ "Content-Type": "application/vnd.api+json",
2520
+ ...options.headers
2521
+ }
2522
+ });
2503
2523
  var getWebhookDeliveriesStats = (options) => (options.client ?? client).get({
2504
2524
  security: [{ scheme: "bearer", type: "http" }],
2505
2525
  url: "/webhook_deliveries/stats",
@@ -3056,16 +3076,6 @@ var postExtractionDocumentsUpload = (options) => (options.client ?? client).post
3056
3076
  ...options.headers
3057
3077
  }
3058
3078
  });
3059
- var patchExtractionResultsByIdCorrections = (options) => (options.client ?? client).patch({
3060
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3061
- security: [{ scheme: "bearer", type: "http" }],
3062
- url: "/extraction/results/{id}/corrections",
3063
- ...options,
3064
- headers: {
3065
- "Content-Type": "application/vnd.api+json",
3066
- ...options.headers
3067
- }
3068
- });
3069
3079
  var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client).patch({
3070
3080
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3071
3081
  security: [{ scheme: "bearer", type: "http" }],
@@ -3158,6 +3168,16 @@ var getWalletInvoices = (options) => (options.client ?? client).get({
3158
3168
  url: "/wallet/invoices",
3159
3169
  ...options
3160
3170
  });
3171
+ var patchExtractionResultsByIdSaveCorrections = (options) => (options.client ?? client).patch({
3172
+ querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3173
+ security: [{ scheme: "bearer", type: "http" }],
3174
+ url: "/extraction/results/{id}/save_corrections",
3175
+ ...options,
3176
+ headers: {
3177
+ "Content-Type": "application/vnd.api+json",
3178
+ ...options.headers
3179
+ }
3180
+ });
3161
3181
  var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client).patch({
3162
3182
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3163
3183
  security: [{ scheme: "bearer", type: "http" }],
@@ -4387,15 +4407,16 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
4387
4407
  ...options.headers
4388
4408
  }
4389
4409
  });
4390
- var postExtractionResults = (options) => (options.client ?? client).post({
4391
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
4410
+ var getExtractionResults = (options) => (options.client ?? client).get({
4411
+ querySerializer: {
4412
+ parameters: {
4413
+ filter: { object: { style: "form" } },
4414
+ fields: { object: { style: "form" } }
4415
+ }
4416
+ },
4392
4417
  security: [{ scheme: "bearer", type: "http" }],
4393
4418
  url: "/extraction/results",
4394
- ...options,
4395
- headers: {
4396
- "Content-Type": "application/vnd.api+json",
4397
- ...options.headers
4398
- }
4419
+ ...options
4399
4420
  });
4400
4421
  var postAgentsByIdClone = (options) => (options.client ?? client).post({
4401
4422
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
@@ -4533,7 +4554,6 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
4533
4554
  }
4534
4555
  });
4535
4556
  var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post({
4536
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
4537
4557
  security: [{ scheme: "bearer", type: "http" }],
4538
4558
  url: "/agents/{id}/publish_version",
4539
4559
  ...options,
@@ -5451,6 +5471,7 @@ var index_default = gptCore;
5451
5471
  deleteBucketsById,
5452
5472
  deleteExtractionBatchesById,
5453
5473
  deleteExtractionDocumentsById,
5474
+ deleteExtractionResultsById,
5454
5475
  deleteFieldTemplatesById,
5455
5476
  deleteMessagesById,
5456
5477
  deleteNotificationMethodsById,
@@ -5521,6 +5542,7 @@ var index_default = gptCore;
5521
5542
  getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
5522
5543
  getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
5523
5544
  getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
5545
+ getExtractionResults,
5524
5546
  getExtractionResultsById,
5525
5547
  getExtractionResultsDocumentByDocumentId,
5526
5548
  getExtractionResultsWorkspaceByWorkspaceId,
@@ -5657,8 +5679,9 @@ var index_default = gptCore;
5657
5679
  patchExtractionDocumentsByIdRestore,
5658
5680
  patchExtractionDocumentsByIdStatus,
5659
5681
  patchExtractionDocumentsByIdVerification,
5660
- patchExtractionResultsByIdCorrections,
5682
+ patchExtractionResultsById,
5661
5683
  patchExtractionResultsByIdRegenerate,
5684
+ patchExtractionResultsByIdSaveCorrections,
5662
5685
  patchInvitationsByIdAccept,
5663
5686
  patchInvitationsByIdAcceptByUser,
5664
5687
  patchInvitationsByIdDecline,
@@ -5743,7 +5766,6 @@ var index_default = gptCore;
5743
5766
  postExtractionDocumentsBeginUpload,
5744
5767
  postExtractionDocumentsBulkReprocess,
5745
5768
  postExtractionDocumentsUpload,
5746
- postExtractionResults,
5747
5769
  postExtractionSchemaDiscoveries,
5748
5770
  postFieldTemplates,
5749
5771
  postInvitations,
package/dist/index.mjs CHANGED
@@ -19,6 +19,7 @@ __export(sdk_gen_exports, {
19
19
  deleteBucketsById: () => deleteBucketsById,
20
20
  deleteExtractionBatchesById: () => deleteExtractionBatchesById,
21
21
  deleteExtractionDocumentsById: () => deleteExtractionDocumentsById,
22
+ deleteExtractionResultsById: () => deleteExtractionResultsById,
22
23
  deleteFieldTemplatesById: () => deleteFieldTemplatesById,
23
24
  deleteMessagesById: () => deleteMessagesById,
24
25
  deleteNotificationMethodsById: () => deleteNotificationMethodsById,
@@ -89,6 +90,7 @@ __export(sdk_gen_exports, {
89
90
  getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue: () => getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
90
91
  getExtractionDocumentsWorkspaceByWorkspaceIdTrained: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
91
92
  getExtractionDocumentsWorkspaceByWorkspaceIdTrashed: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
93
+ getExtractionResults: () => getExtractionResults,
92
94
  getExtractionResultsById: () => getExtractionResultsById,
93
95
  getExtractionResultsDocumentByDocumentId: () => getExtractionResultsDocumentByDocumentId,
94
96
  getExtractionResultsWorkspaceByWorkspaceId: () => getExtractionResultsWorkspaceByWorkspaceId,
@@ -221,8 +223,9 @@ __export(sdk_gen_exports, {
221
223
  patchExtractionDocumentsByIdRestore: () => patchExtractionDocumentsByIdRestore,
222
224
  patchExtractionDocumentsByIdStatus: () => patchExtractionDocumentsByIdStatus,
223
225
  patchExtractionDocumentsByIdVerification: () => patchExtractionDocumentsByIdVerification,
224
- patchExtractionResultsByIdCorrections: () => patchExtractionResultsByIdCorrections,
226
+ patchExtractionResultsById: () => patchExtractionResultsById,
225
227
  patchExtractionResultsByIdRegenerate: () => patchExtractionResultsByIdRegenerate,
228
+ patchExtractionResultsByIdSaveCorrections: () => patchExtractionResultsByIdSaveCorrections,
226
229
  patchInvitationsByIdAccept: () => patchInvitationsByIdAccept,
227
230
  patchInvitationsByIdAcceptByUser: () => patchInvitationsByIdAcceptByUser,
228
231
  patchInvitationsByIdDecline: () => patchInvitationsByIdDecline,
@@ -307,7 +310,6 @@ __export(sdk_gen_exports, {
307
310
  postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
308
311
  postExtractionDocumentsBulkReprocess: () => postExtractionDocumentsBulkReprocess,
309
312
  postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
310
- postExtractionResults: () => postExtractionResults,
311
313
  postExtractionSchemaDiscoveries: () => postExtractionSchemaDiscoveries,
312
314
  postFieldTemplates: () => postFieldTemplates,
313
315
  postInvitations: () => postInvitations,
@@ -2069,12 +2071,28 @@ var getUsersById = (options) => (options.client ?? client).get({
2069
2071
  url: "/users/{id}",
2070
2072
  ...options
2071
2073
  });
2074
+ var deleteExtractionResultsById = (options) => (options.client ?? client).delete({
2075
+ querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2076
+ security: [{ scheme: "bearer", type: "http" }],
2077
+ url: "/extraction/results/{id}",
2078
+ ...options
2079
+ });
2072
2080
  var getExtractionResultsById = (options) => (options.client ?? client).get({
2073
2081
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2074
2082
  security: [{ scheme: "bearer", type: "http" }],
2075
2083
  url: "/extraction/results/{id}",
2076
2084
  ...options
2077
2085
  });
2086
+ var patchExtractionResultsById = (options) => (options.client ?? client).patch({
2087
+ querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2088
+ security: [{ scheme: "bearer", type: "http" }],
2089
+ url: "/extraction/results/{id}",
2090
+ ...options,
2091
+ headers: {
2092
+ "Content-Type": "application/vnd.api+json",
2093
+ ...options.headers
2094
+ }
2095
+ });
2078
2096
  var getWebhookDeliveriesStats = (options) => (options.client ?? client).get({
2079
2097
  security: [{ scheme: "bearer", type: "http" }],
2080
2098
  url: "/webhook_deliveries/stats",
@@ -2631,16 +2649,6 @@ var postExtractionDocumentsUpload = (options) => (options.client ?? client).post
2631
2649
  ...options.headers
2632
2650
  }
2633
2651
  });
2634
- var patchExtractionResultsByIdCorrections = (options) => (options.client ?? client).patch({
2635
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2636
- security: [{ scheme: "bearer", type: "http" }],
2637
- url: "/extraction/results/{id}/corrections",
2638
- ...options,
2639
- headers: {
2640
- "Content-Type": "application/vnd.api+json",
2641
- ...options.headers
2642
- }
2643
- });
2644
2652
  var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client).patch({
2645
2653
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2646
2654
  security: [{ scheme: "bearer", type: "http" }],
@@ -2733,6 +2741,16 @@ var getWalletInvoices = (options) => (options.client ?? client).get({
2733
2741
  url: "/wallet/invoices",
2734
2742
  ...options
2735
2743
  });
2744
+ var patchExtractionResultsByIdSaveCorrections = (options) => (options.client ?? client).patch({
2745
+ querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2746
+ security: [{ scheme: "bearer", type: "http" }],
2747
+ url: "/extraction/results/{id}/save_corrections",
2748
+ ...options,
2749
+ headers: {
2750
+ "Content-Type": "application/vnd.api+json",
2751
+ ...options.headers
2752
+ }
2753
+ });
2736
2754
  var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client).patch({
2737
2755
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2738
2756
  security: [{ scheme: "bearer", type: "http" }],
@@ -3962,15 +3980,16 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
3962
3980
  ...options.headers
3963
3981
  }
3964
3982
  });
3965
- var postExtractionResults = (options) => (options.client ?? client).post({
3966
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3983
+ var getExtractionResults = (options) => (options.client ?? client).get({
3984
+ querySerializer: {
3985
+ parameters: {
3986
+ filter: { object: { style: "form" } },
3987
+ fields: { object: { style: "form" } }
3988
+ }
3989
+ },
3967
3990
  security: [{ scheme: "bearer", type: "http" }],
3968
3991
  url: "/extraction/results",
3969
- ...options,
3970
- headers: {
3971
- "Content-Type": "application/vnd.api+json",
3972
- ...options.headers
3973
- }
3992
+ ...options
3974
3993
  });
3975
3994
  var postAgentsByIdClone = (options) => (options.client ?? client).post({
3976
3995
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
@@ -4108,7 +4127,6 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
4108
4127
  }
4109
4128
  });
4110
4129
  var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post({
4111
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
4112
4130
  security: [{ scheme: "bearer", type: "http" }],
4113
4131
  url: "/agents/{id}/publish_version",
4114
4132
  ...options,
@@ -5026,6 +5044,7 @@ export {
5026
5044
  deleteBucketsById,
5027
5045
  deleteExtractionBatchesById,
5028
5046
  deleteExtractionDocumentsById,
5047
+ deleteExtractionResultsById,
5029
5048
  deleteFieldTemplatesById,
5030
5049
  deleteMessagesById,
5031
5050
  deleteNotificationMethodsById,
@@ -5096,6 +5115,7 @@ export {
5096
5115
  getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
5097
5116
  getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
5098
5117
  getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
5118
+ getExtractionResults,
5099
5119
  getExtractionResultsById,
5100
5120
  getExtractionResultsDocumentByDocumentId,
5101
5121
  getExtractionResultsWorkspaceByWorkspaceId,
@@ -5232,8 +5252,9 @@ export {
5232
5252
  patchExtractionDocumentsByIdRestore,
5233
5253
  patchExtractionDocumentsByIdStatus,
5234
5254
  patchExtractionDocumentsByIdVerification,
5235
- patchExtractionResultsByIdCorrections,
5255
+ patchExtractionResultsById,
5236
5256
  patchExtractionResultsByIdRegenerate,
5257
+ patchExtractionResultsByIdSaveCorrections,
5237
5258
  patchInvitationsByIdAccept,
5238
5259
  patchInvitationsByIdAcceptByUser,
5239
5260
  patchInvitationsByIdDecline,
@@ -5318,7 +5339,6 @@ export {
5318
5339
  postExtractionDocumentsBeginUpload,
5319
5340
  postExtractionDocumentsBulkReprocess,
5320
5341
  postExtractionDocumentsUpload,
5321
- postExtractionResults,
5322
5342
  postExtractionSchemaDiscoveries,
5323
5343
  postFieldTemplates,
5324
5344
  postInvitations,
package/llms.txt CHANGED
@@ -226,12 +226,14 @@ client.setConfig({
226
226
 
227
227
  ## Extraction Results
228
228
 
229
+ - `getExtractionResults()` - List results
229
230
  - `getExtractionResultsById()` - Get results
230
231
  - `getExtractionResultsDocumentByDocumentId()` - Get document
231
232
  - `getExtractionResultsWorkspaceByWorkspaceId()` - Get workspace
232
- - `postExtractionResults()` - Create results
233
- - `patchExtractionResultsByIdCorrections()` - Update corrections
233
+ - `patchExtractionResultsById()` - Update results
234
234
  - `patchExtractionResultsByIdRegenerate()` - Update regenerate
235
+ - `patchExtractionResultsByIdSaveCorrections()` - Update save corrections
236
+ - `deleteExtractionResultsById()` - Delete results
235
237
 
236
238
  ## Field mapping confirmation
237
239
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/client",
3
- "version": "0.8.27",
3
+ "version": "0.9.01",
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",