@gpt-core/client 0.9.36 → 0.9.38

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.mjs CHANGED
@@ -22,6 +22,7 @@ __export(sdk_gen_exports, {
22
22
  deleteExtractionDocumentsById: () => deleteExtractionDocumentsById,
23
23
  deleteExtractionResultsById: () => deleteExtractionResultsById,
24
24
  deleteFieldTemplatesById: () => deleteFieldTemplatesById,
25
+ deleteLegalDocumentsById: () => deleteLegalDocumentsById,
25
26
  deleteMessagesById: () => deleteMessagesById,
26
27
  deleteNotificationMethodsById: () => deleteNotificationMethodsById,
27
28
  deleteNotificationPreferencesById: () => deleteNotificationPreferencesById,
@@ -78,6 +79,9 @@ __export(sdk_gen_exports, {
78
79
  getBucketsByIdObjects: () => getBucketsByIdObjects,
79
80
  getBucketsByIdStats: () => getBucketsByIdStats,
80
81
  getConfigs: () => getConfigs,
82
+ getConsentRecords: () => getConsentRecords,
83
+ getConsentRecordsActive: () => getConsentRecordsActive,
84
+ getConsentRecordsById: () => getConsentRecordsById,
81
85
  getCreditPackages: () => getCreditPackages,
82
86
  getCreditPackagesById: () => getCreditPackagesById,
83
87
  getCreditPackagesSlugBySlug: () => getCreditPackagesSlugBySlug,
@@ -107,6 +111,13 @@ __export(sdk_gen_exports, {
107
111
  getInvitations: () => getInvitations,
108
112
  getInvitationsConsumeByToken: () => getInvitationsConsumeByToken,
109
113
  getInvitationsMe: () => getInvitationsMe,
114
+ getLegalAcceptances: () => getLegalAcceptances,
115
+ getLegalAcceptancesById: () => getLegalAcceptancesById,
116
+ getLegalAcceptancesLatest: () => getLegalAcceptancesLatest,
117
+ getLegalDocuments: () => getLegalDocuments,
118
+ getLegalDocumentsById: () => getLegalDocumentsById,
119
+ getLegalDocumentsByLocale: () => getLegalDocumentsByLocale,
120
+ getLegalDocumentsForApplication: () => getLegalDocumentsForApplication,
110
121
  getLlmAnalytics: () => getLlmAnalytics,
111
122
  getLlmAnalyticsById: () => getLlmAnalyticsById,
112
123
  getLlmAnalyticsCosts: () => getLlmAnalyticsCosts,
@@ -195,7 +206,6 @@ __export(sdk_gen_exports, {
195
206
  getWebhookDeliveriesById: () => getWebhookDeliveriesById,
196
207
  getWebhookDeliveriesStats: () => getWebhookDeliveriesStats,
197
208
  getWorkspaceMemberships: () => getWorkspaceMemberships,
198
- getWorkspaceMembershipsInherited: () => getWorkspaceMembershipsInherited,
199
209
  getWorkspaces: () => getWorkspaces,
200
210
  getWorkspacesAnalyticsBatch: () => getWorkspacesAnalyticsBatch,
201
211
  getWorkspacesById: () => getWorkspacesById,
@@ -221,6 +231,7 @@ __export(sdk_gen_exports, {
221
231
  patchApplicationsByIdGrantCredits: () => patchApplicationsByIdGrantCredits,
222
232
  patchBucketsById: () => patchBucketsById,
223
233
  patchConfigsByKey: () => patchConfigsByKey,
234
+ patchConsentRecordsByIdWithdraw: () => patchConsentRecordsByIdWithdraw,
224
235
  patchExtractionConfigEnumsById: () => patchExtractionConfigEnumsById,
225
236
  patchExtractionDocumentsByIdCancel: () => patchExtractionDocumentsByIdCancel,
226
237
  patchExtractionDocumentsByIdDismiss: () => patchExtractionDocumentsByIdDismiss,
@@ -241,6 +252,9 @@ __export(sdk_gen_exports, {
241
252
  patchInvitationsByIdDecline: () => patchInvitationsByIdDecline,
242
253
  patchInvitationsByIdResend: () => patchInvitationsByIdResend,
243
254
  patchInvitationsByIdRevoke: () => patchInvitationsByIdRevoke,
255
+ patchLegalDocumentsById: () => patchLegalDocumentsById,
256
+ patchLegalDocumentsByIdPublish: () => patchLegalDocumentsByIdPublish,
257
+ patchLegalDocumentsByIdUnpublish: () => patchLegalDocumentsByIdUnpublish,
244
258
  patchMessagesById: () => patchMessagesById,
245
259
  patchNotificationMethodsById: () => patchNotificationMethodsById,
246
260
  patchNotificationMethodsByIdSendVerification: () => patchNotificationMethodsByIdSendVerification,
@@ -318,6 +332,7 @@ __export(sdk_gen_exports, {
318
332
  postApplicationsByApplicationIdEmailTemplatesBySlugTest: () => postApplicationsByApplicationIdEmailTemplatesBySlugTest,
319
333
  postBuckets: () => postBuckets,
320
334
  postConfigs: () => postConfigs,
335
+ postConsentRecords: () => postConsentRecords,
321
336
  postDocumentsBulkDelete: () => postDocumentsBulkDelete,
322
337
  postDocumentsPresignedUpload: () => postDocumentsPresignedUpload,
323
338
  postExtractionBatches: () => postExtractionBatches,
@@ -330,6 +345,7 @@ __export(sdk_gen_exports, {
330
345
  postFieldTemplates: () => postFieldTemplates,
331
346
  postInvitations: () => postInvitations,
332
347
  postInvitationsAcceptByToken: () => postInvitationsAcceptByToken,
348
+ postLegalDocuments: () => postLegalDocuments,
333
349
  postLlmAnalytics: () => postLlmAnalytics,
334
350
  postMessages: () => postMessages,
335
351
  postNotificationMethods: () => postNotificationMethods,
@@ -1814,6 +1830,16 @@ var patchSearchSavedById = (options) => (options.client ?? client).patch({
1814
1830
  ...options.headers
1815
1831
  }
1816
1832
  });
1833
+ var patchLegalDocumentsByIdUnpublish = (options) => (options.client ?? client).patch({
1834
+ querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1835
+ security: [{ scheme: "bearer", type: "http" }],
1836
+ url: "/legal-documents/{id}/unpublish",
1837
+ ...options,
1838
+ headers: {
1839
+ "Content-Type": "application/vnd.api+json",
1840
+ ...options.headers
1841
+ }
1842
+ });
1817
1843
  var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
1818
1844
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1819
1845
  security: [{ scheme: "bearer", type: "http" }],
@@ -2105,6 +2131,12 @@ var deleteAiMessagesById = (options) => (options.client ?? client).delete({
2105
2131
  url: "/ai/messages/{id}",
2106
2132
  ...options
2107
2133
  });
2134
+ var getLegalAcceptancesById = (options) => (options.client ?? client).get({
2135
+ querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2136
+ security: [{ scheme: "bearer", type: "http" }],
2137
+ url: "/legal-acceptances/{id}",
2138
+ ...options
2139
+ });
2108
2140
  var getExtractionBatchesByIdUploadUrls = (options) => (options.client ?? client).get({
2109
2141
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2110
2142
  security: [{ scheme: "bearer", type: "http" }],
@@ -2367,6 +2399,12 @@ var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? c
2367
2399
  ...options.headers
2368
2400
  }
2369
2401
  });
2402
+ var getConsentRecordsById = (options) => (options.client ?? client).get({
2403
+ querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2404
+ security: [{ scheme: "bearer", type: "http" }],
2405
+ url: "/consent-records/{id}",
2406
+ ...options
2407
+ });
2370
2408
  var getTrainingSessionsAgentsByAgentIdSessions = (options) => (options.client ?? client).get({
2371
2409
  querySerializer: {
2372
2410
  parameters: {
@@ -2378,6 +2416,16 @@ var getTrainingSessionsAgentsByAgentIdSessions = (options) => (options.client ??
2378
2416
  url: "/training-sessions/agents/{agent_id}/sessions",
2379
2417
  ...options
2380
2418
  });
2419
+ var patchLegalDocumentsByIdPublish = (options) => (options.client ?? client).patch({
2420
+ querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2421
+ security: [{ scheme: "bearer", type: "http" }],
2422
+ url: "/legal-documents/{id}/publish",
2423
+ ...options,
2424
+ headers: {
2425
+ "Content-Type": "application/vnd.api+json",
2426
+ ...options.headers
2427
+ }
2428
+ });
2381
2429
  var getApiKeysStats = (options) => (options.client ?? client).get({
2382
2430
  querySerializer: {
2383
2431
  parameters: {
@@ -2523,6 +2571,18 @@ var postNotificationPreferences = (options) => (options.client ?? client).post({
2523
2571
  ...options.headers
2524
2572
  }
2525
2573
  });
2574
+ var getLegalAcceptances = (options) => (options.client ?? client).get({
2575
+ querySerializer: {
2576
+ parameters: {
2577
+ filter: { object: { style: "form" } },
2578
+ page: { object: { style: "form" } },
2579
+ fields: { object: { style: "form" } }
2580
+ }
2581
+ },
2582
+ security: [{ scheme: "bearer", type: "http" }],
2583
+ url: "/legal-acceptances",
2584
+ ...options
2585
+ });
2526
2586
  var patchWatcherClaimsByIdRetry = (options) => (options.client ?? client).patch({
2527
2587
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2528
2588
  security: [{ scheme: "bearer", type: "http" }],
@@ -2772,17 +2832,6 @@ var postAgentVersionsByIdRemoveSystemField = (options) => (options.client ?? cli
2772
2832
  ...options.headers
2773
2833
  }
2774
2834
  });
2775
- var getWorkspaceMembershipsInherited = (options) => (options.client ?? client).get({
2776
- querySerializer: {
2777
- parameters: {
2778
- filter: { object: { style: "form" } },
2779
- fields: { object: { style: "form" } }
2780
- }
2781
- },
2782
- security: [{ scheme: "bearer", type: "http" }],
2783
- url: "/workspace-memberships/inherited",
2784
- ...options
2785
- });
2786
2835
  var deleteWorkspacesById = (options) => (options.client ?? client).delete({
2787
2836
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2788
2837
  security: [{ scheme: "bearer", type: "http" }],
@@ -3301,6 +3350,17 @@ var deleteAiGraphNodesById = (options) => (options.client ?? client).delete({
3301
3350
  url: "/ai/graph/nodes/{id}",
3302
3351
  ...options
3303
3352
  });
3353
+ var getLegalAcceptancesLatest = (options) => (options.client ?? client).get({
3354
+ querySerializer: {
3355
+ parameters: {
3356
+ filter: { object: { style: "form" } },
3357
+ fields: { object: { style: "form" } }
3358
+ }
3359
+ },
3360
+ security: [{ scheme: "bearer", type: "http" }],
3361
+ url: "/legal-acceptances/latest",
3362
+ ...options
3363
+ });
3304
3364
  var getWorkspacesShared = (options) => (options.client ?? client).get({
3305
3365
  querySerializer: {
3306
3366
  parameters: {
@@ -3412,6 +3472,17 @@ var getThreadsSearch = (options) => (options.client ?? client).get({
3412
3472
  url: "/threads/search",
3413
3473
  ...options
3414
3474
  });
3475
+ var getConsentRecordsActive = (options) => (options.client ?? client).get({
3476
+ querySerializer: {
3477
+ parameters: {
3478
+ filter: { object: { style: "form" } },
3479
+ fields: { object: { style: "form" } }
3480
+ }
3481
+ },
3482
+ security: [{ scheme: "bearer", type: "http" }],
3483
+ url: "/consent-records/active",
3484
+ ...options
3485
+ });
3415
3486
  var postSearchSavedByIdRun = (options) => (options.client ?? client).post({
3416
3487
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3417
3488
  security: [{ scheme: "bearer", type: "http" }],
@@ -3502,6 +3573,17 @@ var patchNotificationMethodsByIdSendVerification = (options) => (options.client
3502
3573
  ...options.headers
3503
3574
  }
3504
3575
  });
3576
+ var getLegalDocumentsByLocale = (options) => (options.client ?? client).get({
3577
+ querySerializer: {
3578
+ parameters: {
3579
+ filter: { object: { style: "form" } },
3580
+ fields: { object: { style: "form" } }
3581
+ }
3582
+ },
3583
+ security: [{ scheme: "bearer", type: "http" }],
3584
+ url: "/legal-documents/by-locale",
3585
+ ...options
3586
+ });
3505
3587
  var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).patch({
3506
3588
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3507
3589
  security: [{ scheme: "bearer", type: "http" }],
@@ -3586,6 +3668,16 @@ var postAiEmbed = (options) => (options.client ?? client).post({
3586
3668
  ...options.headers
3587
3669
  }
3588
3670
  });
3671
+ var patchConsentRecordsByIdWithdraw = (options) => (options.client ?? client).patch({
3672
+ querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3673
+ security: [{ scheme: "bearer", type: "http" }],
3674
+ url: "/consent-records/{id}/withdraw",
3675
+ ...options,
3676
+ headers: {
3677
+ "Content-Type": "application/vnd.api+json",
3678
+ ...options.headers
3679
+ }
3680
+ });
3589
3681
  var postAgentVersionComparisons = (options) => (options.client ?? client).post({
3590
3682
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3591
3683
  security: [{ scheme: "bearer", type: "http" }],
@@ -4029,6 +4121,28 @@ var patchExtractionResultsByIdSaveCorrections = (options) => (options.client ??
4029
4121
  ...options.headers
4030
4122
  }
4031
4123
  });
4124
+ var getConsentRecords = (options) => (options.client ?? client).get({
4125
+ querySerializer: {
4126
+ parameters: {
4127
+ filter: { object: { style: "form" } },
4128
+ page: { object: { style: "form" } },
4129
+ fields: { object: { style: "form" } }
4130
+ }
4131
+ },
4132
+ security: [{ scheme: "bearer", type: "http" }],
4133
+ url: "/consent-records",
4134
+ ...options
4135
+ });
4136
+ var postConsentRecords = (options) => (options.client ?? client).post({
4137
+ querySerializer: { parameters: { fields: { object: { style: "form" } } } },
4138
+ security: [{ scheme: "bearer", type: "http" }],
4139
+ url: "/consent-records",
4140
+ ...options,
4141
+ headers: {
4142
+ "Content-Type": "application/vnd.api+json",
4143
+ ...options.headers
4144
+ }
4145
+ });
4032
4146
  var getAuditLogsActivity = (options) => (options.client ?? client).get({
4033
4147
  querySerializer: {
4034
4148
  parameters: {
@@ -4144,6 +4258,28 @@ var patchConfigsByKey = (options) => (options.client ?? client).patch({
4144
4258
  ...options.headers
4145
4259
  }
4146
4260
  });
4261
+ var deleteLegalDocumentsById = (options) => (options.client ?? client).delete({
4262
+ querySerializer: { parameters: { fields: { object: { style: "form" } } } },
4263
+ security: [{ scheme: "bearer", type: "http" }],
4264
+ url: "/legal-documents/{id}",
4265
+ ...options
4266
+ });
4267
+ var getLegalDocumentsById = (options) => (options.client ?? client).get({
4268
+ querySerializer: { parameters: { fields: { object: { style: "form" } } } },
4269
+ security: [{ scheme: "bearer", type: "http" }],
4270
+ url: "/legal-documents/{id}",
4271
+ ...options
4272
+ });
4273
+ var patchLegalDocumentsById = (options) => (options.client ?? client).patch({
4274
+ querySerializer: { parameters: { fields: { object: { style: "form" } } } },
4275
+ security: [{ scheme: "bearer", type: "http" }],
4276
+ url: "/legal-documents/{id}",
4277
+ ...options,
4278
+ headers: {
4279
+ "Content-Type": "application/vnd.api+json",
4280
+ ...options.headers
4281
+ }
4282
+ });
4147
4283
  var getExtractionResults = (options) => (options.client ?? client).get({
4148
4284
  querySerializer: {
4149
4285
  parameters: {
@@ -4165,6 +4301,28 @@ var postAgentsByIdClone = (options) => (options.client ?? client).post({
4165
4301
  ...options.headers
4166
4302
  }
4167
4303
  });
4304
+ var getLegalDocuments = (options) => (options.client ?? client).get({
4305
+ querySerializer: {
4306
+ parameters: {
4307
+ filter: { object: { style: "form" } },
4308
+ page: { object: { style: "form" } },
4309
+ fields: { object: { style: "form" } }
4310
+ }
4311
+ },
4312
+ security: [{ scheme: "bearer", type: "http" }],
4313
+ url: "/legal-documents",
4314
+ ...options
4315
+ });
4316
+ var postLegalDocuments = (options) => (options.client ?? client).post({
4317
+ querySerializer: { parameters: { fields: { object: { style: "form" } } } },
4318
+ security: [{ scheme: "bearer", type: "http" }],
4319
+ url: "/legal-documents",
4320
+ ...options,
4321
+ headers: {
4322
+ "Content-Type": "application/vnd.api+json",
4323
+ ...options.headers
4324
+ }
4325
+ });
4168
4326
  var deleteAiConversationsById = (options) => (options.client ?? client).delete({
4169
4327
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
4170
4328
  security: [{ scheme: "bearer", type: "http" }],
@@ -4203,6 +4361,17 @@ var getAgentVersionsByIdRevisions = (options) => (options.client ?? client).get(
4203
4361
  url: "/agent-versions/{id}/revisions",
4204
4362
  ...options
4205
4363
  });
4364
+ var getLegalDocumentsForApplication = (options) => (options.client ?? client).get({
4365
+ querySerializer: {
4366
+ parameters: {
4367
+ filter: { object: { style: "form" } },
4368
+ fields: { object: { style: "form" } }
4369
+ }
4370
+ },
4371
+ security: [{ scheme: "bearer", type: "http" }],
4372
+ url: "/legal-documents/for-application",
4373
+ ...options
4374
+ });
4206
4375
  var postSearchBatch = (options) => (options.client ?? client).post({
4207
4376
  querySerializer: { parameters: { fields: { object: { style: "form" } } } },
4208
4377
  security: [{ scheme: "bearer", type: "http" }],
@@ -5207,6 +5376,7 @@ export {
5207
5376
  deleteExtractionDocumentsById,
5208
5377
  deleteExtractionResultsById,
5209
5378
  deleteFieldTemplatesById,
5379
+ deleteLegalDocumentsById,
5210
5380
  deleteMessagesById,
5211
5381
  deleteNotificationMethodsById,
5212
5382
  deleteNotificationPreferencesById,
@@ -5263,6 +5433,9 @@ export {
5263
5433
  getBucketsByIdObjects,
5264
5434
  getBucketsByIdStats,
5265
5435
  getConfigs,
5436
+ getConsentRecords,
5437
+ getConsentRecordsActive,
5438
+ getConsentRecordsById,
5266
5439
  getCreditPackages,
5267
5440
  getCreditPackagesById,
5268
5441
  getCreditPackagesSlugBySlug,
@@ -5292,6 +5465,13 @@ export {
5292
5465
  getInvitations,
5293
5466
  getInvitationsConsumeByToken,
5294
5467
  getInvitationsMe,
5468
+ getLegalAcceptances,
5469
+ getLegalAcceptancesById,
5470
+ getLegalAcceptancesLatest,
5471
+ getLegalDocuments,
5472
+ getLegalDocumentsById,
5473
+ getLegalDocumentsByLocale,
5474
+ getLegalDocumentsForApplication,
5295
5475
  getLlmAnalytics,
5296
5476
  getLlmAnalyticsById,
5297
5477
  getLlmAnalyticsCosts,
@@ -5380,7 +5560,6 @@ export {
5380
5560
  getWebhookDeliveriesById,
5381
5561
  getWebhookDeliveriesStats,
5382
5562
  getWorkspaceMemberships,
5383
- getWorkspaceMembershipsInherited,
5384
5563
  getWorkspaces,
5385
5564
  getWorkspacesAnalyticsBatch,
5386
5565
  getWorkspacesById,
@@ -5410,6 +5589,7 @@ export {
5410
5589
  patchApplicationsByIdGrantCredits,
5411
5590
  patchBucketsById,
5412
5591
  patchConfigsByKey,
5592
+ patchConsentRecordsByIdWithdraw,
5413
5593
  patchExtractionConfigEnumsById,
5414
5594
  patchExtractionDocumentsByIdCancel,
5415
5595
  patchExtractionDocumentsByIdDismiss,
@@ -5430,6 +5610,9 @@ export {
5430
5610
  patchInvitationsByIdDecline,
5431
5611
  patchInvitationsByIdResend,
5432
5612
  patchInvitationsByIdRevoke,
5613
+ patchLegalDocumentsById,
5614
+ patchLegalDocumentsByIdPublish,
5615
+ patchLegalDocumentsByIdUnpublish,
5433
5616
  patchMessagesById,
5434
5617
  patchNotificationMethodsById,
5435
5618
  patchNotificationMethodsByIdSendVerification,
@@ -5507,6 +5690,7 @@ export {
5507
5690
  postApplicationsByApplicationIdEmailTemplatesBySlugTest,
5508
5691
  postBuckets,
5509
5692
  postConfigs,
5693
+ postConsentRecords,
5510
5694
  postDocumentsBulkDelete,
5511
5695
  postDocumentsPresignedUpload,
5512
5696
  postExtractionBatches,
@@ -5519,6 +5703,7 @@ export {
5519
5703
  postFieldTemplates,
5520
5704
  postInvitations,
5521
5705
  postInvitationsAcceptByToken,
5706
+ postLegalDocuments,
5522
5707
  postLlmAnalytics,
5523
5708
  postMessages,
5524
5709
  postNotificationMethods,
package/llms.txt CHANGED
@@ -179,6 +179,14 @@ client.setConfig({
179
179
  - `postExtractionConfig-enums()` - Create config enums
180
180
  - `patchExtractionConfig-enumsById()` - Update config enums
181
181
 
182
+ ## Consent record
183
+
184
+ - `getConsent-records()` - List consent records
185
+ - `getConsent-recordsActive()` - List active
186
+ - `getConsent-recordsById()` - Get consent records
187
+ - `postConsent-records()` - Create consent records
188
+ - `patchConsent-recordsByIdWithdraw()` - Update withdraw
189
+
182
190
  ## Conversations
183
191
 
184
192
  - `getAiConversations()` - List conversations
@@ -306,6 +314,24 @@ client.setConfig({
306
314
  - `deleteAiGraphEdgesById()` - Delete edges
307
315
  - `deleteAiGraphNodesById()` - Delete nodes
308
316
 
317
+ ## Legal acceptance
318
+
319
+ - `getLegal-acceptances()` - List legal acceptances
320
+ - `getLegal-acceptancesById()` - Get legal acceptances
321
+ - `getLegal-acceptancesLatest()` - List latest
322
+
323
+ ## Legal document
324
+
325
+ - `getLegal-documents()` - List legal documents
326
+ - `getLegal-documentsBy-locale()` - List by locale
327
+ - `getLegal-documentsById()` - Get legal documents
328
+ - `getLegal-documentsFor-application()` - List for application
329
+ - `postLegal-documents()` - Create legal documents
330
+ - `patchLegal-documentsById()` - Update legal documents
331
+ - `patchLegal-documentsByIdPublish()` - Update publish
332
+ - `patchLegal-documentsByIdUnpublish()` - Update unpublish
333
+ - `deleteLegal-documentsById()` - Delete legal documents
334
+
309
335
  ## Messages
310
336
 
311
337
  - `getAiMessages()` - List messages
@@ -576,7 +602,6 @@ client.setConfig({
576
602
  ## Workspace-membership
577
603
 
578
604
  - `getWorkspace-memberships()` - List workspace memberships
579
- - `getWorkspace-membershipsInherited()` - List inherited
580
605
  - `getWorkspacesByIdMembers()` - Get members
581
606
  - `postWorkspace-memberships()` - Create workspace memberships
582
607
  - `patchWorkspace-membershipsByWorkspaceIdByUserId()` - Update workspace memberships
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-core/client",
3
- "version": "0.9.36",
3
+ "version": "0.9.38",
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",