@gpt-core/client 0.8.12 → 0.8.21

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
@@ -58,10 +58,12 @@ __export(index_exports, {
58
58
  deleteAiConversationsById: () => deleteAiConversationsById,
59
59
  deleteAiGraphEdgesById: () => deleteAiGraphEdgesById,
60
60
  deleteAiGraphNodesById: () => deleteAiGraphNodesById,
61
+ deleteAiMessagesById: () => deleteAiMessagesById,
61
62
  deleteApiKeysById: () => deleteApiKeysById,
62
63
  deleteApplicationsByApplicationIdEmailTemplatesBySlug: () => deleteApplicationsByApplicationIdEmailTemplatesBySlug,
63
64
  deleteApplicationsById: () => deleteApplicationsById,
64
65
  deleteBucketsById: () => deleteBucketsById,
66
+ deleteExtractionBatchesById: () => deleteExtractionBatchesById,
65
67
  deleteExtractionDocumentsById: () => deleteExtractionDocumentsById,
66
68
  deleteFieldTemplatesById: () => deleteFieldTemplatesById,
67
69
  deleteMessagesById: () => deleteMessagesById,
@@ -75,23 +77,30 @@ __export(index_exports, {
75
77
  deleteTrainingExamplesById: () => deleteTrainingExamplesById,
76
78
  deleteTrainingSessionsById: () => deleteTrainingSessionsById,
77
79
  deleteUserProfilesById: () => deleteUserProfilesById,
80
+ deleteUsersById: () => deleteUsersById,
78
81
  deleteWebhookConfigsById: () => deleteWebhookConfigsById,
79
82
  deleteWorkspaceMembershipsByWorkspaceIdByUserId: () => deleteWorkspaceMembershipsByWorkspaceIdByUserId,
80
83
  deleteWorkspacesById: () => deleteWorkspacesById,
81
84
  getAgentVersions: () => getAgentVersions,
82
85
  getAgentVersionsById: () => getAgentVersionsById,
86
+ getAgentVersionsByIdMetrics: () => getAgentVersionsByIdMetrics,
83
87
  getAgents: () => getAgents,
84
88
  getAgentsById: () => getAgentsById,
85
89
  getAgentsByIdSchemaVersions: () => getAgentsByIdSchemaVersions,
90
+ getAgentsByIdStats: () => getAgentsByIdStats,
86
91
  getAgentsByIdTrainingStats: () => getAgentsByIdTrainingStats,
87
92
  getAiChunksDocumentByDocumentId: () => getAiChunksDocumentByDocumentId,
88
93
  getAiConversations: () => getAiConversations,
89
94
  getAiConversationsById: () => getAiConversationsById,
90
95
  getAiGraphEdges: () => getAiGraphEdges,
91
96
  getAiGraphNodes: () => getAiGraphNodes,
97
+ getAiGraphNodesBySourceNodeIdRelated: () => getAiGraphNodesBySourceNodeIdRelated,
98
+ getAiGraphNodesLabelByLabel: () => getAiGraphNodesLabelByLabel,
92
99
  getAiMessages: () => getAiMessages,
93
100
  getApiKeys: () => getApiKeys,
101
+ getApiKeysActive: () => getApiKeysActive,
94
102
  getApiKeysById: () => getApiKeysById,
103
+ getApiKeysStats: () => getApiKeysStats,
95
104
  getApplications: () => getApplications,
96
105
  getApplicationsByApplicationIdEmailTemplates: () => getApplicationsByApplicationIdEmailTemplates,
97
106
  getApplicationsByApplicationIdEmailTemplatesBySlug: () => getApplicationsByApplicationIdEmailTemplatesBySlug,
@@ -99,7 +108,9 @@ __export(index_exports, {
99
108
  getApplicationsBySlugBySlug: () => getApplicationsBySlugBySlug,
100
109
  getApplicationsCurrent: () => getApplicationsCurrent,
101
110
  getAuditLogs: () => getAuditLogs,
111
+ getAuditLogsActivity: () => getAuditLogsActivity,
102
112
  getBuckets: () => getBuckets,
113
+ getBucketsAll: () => getBucketsAll,
103
114
  getBucketsById: () => getBucketsById,
104
115
  getBucketsByIdObjects: () => getBucketsByIdObjects,
105
116
  getBucketsByIdStats: () => getBucketsByIdStats,
@@ -116,11 +127,15 @@ __export(index_exports, {
116
127
  getExtractionDocumentsByIdStatus: () => getExtractionDocumentsByIdStatus,
117
128
  getExtractionDocumentsByIdView: () => getExtractionDocumentsByIdView,
118
129
  getExtractionDocumentsWorkspaceByWorkspaceId: () => getExtractionDocumentsWorkspaceByWorkspaceId,
130
+ getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus: () => getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus,
119
131
  getExtractionDocumentsWorkspaceByWorkspaceIdExcluded: () => getExtractionDocumentsWorkspaceByWorkspaceIdExcluded,
120
132
  getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue: () => getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
121
133
  getExtractionDocumentsWorkspaceByWorkspaceIdTrained: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
134
+ getExtractionDocumentsWorkspaceByWorkspaceIdTrashed: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
122
135
  getExtractionResultsById: () => getExtractionResultsById,
123
136
  getExtractionResultsDocumentByDocumentId: () => getExtractionResultsDocumentByDocumentId,
137
+ getExtractionResultsWorkspaceByWorkspaceId: () => getExtractionResultsWorkspaceByWorkspaceId,
138
+ getExtractionSchemaDiscoveriesById: () => getExtractionSchemaDiscoveriesById,
124
139
  getFieldTemplates: () => getFieldTemplates,
125
140
  getFieldTemplatesById: () => getFieldTemplatesById,
126
141
  getInvitations: () => getInvitations,
@@ -136,26 +151,36 @@ __export(index_exports, {
136
151
  getMessages: () => getMessages,
137
152
  getMessagesById: () => getMessagesById,
138
153
  getMessagesSearch: () => getMessagesSearch,
154
+ getMessagesSemanticSearch: () => getMessagesSemanticSearch,
139
155
  getNotificationLogs: () => getNotificationLogs,
140
156
  getNotificationLogsById: () => getNotificationLogsById,
157
+ getNotificationLogsStats: () => getNotificationLogsStats,
141
158
  getNotificationMethods: () => getNotificationMethods,
142
159
  getNotificationMethodsById: () => getNotificationMethodsById,
143
160
  getNotificationPreferences: () => getNotificationPreferences,
144
161
  getNotificationPreferencesById: () => getNotificationPreferencesById,
145
162
  getObjects: () => getObjects,
146
163
  getObjectsById: () => getObjectsById,
164
+ getPermissions: () => getPermissions,
165
+ getPermissionsById: () => getPermissionsById,
166
+ getPermissionsMeta: () => getPermissionsMeta,
167
+ getPermissionsPresets: () => getPermissionsPresets,
168
+ getPermissionsPresetsById: () => getPermissionsPresetsById,
147
169
  getPlans: () => getPlans,
148
170
  getPlansById: () => getPlansById,
149
171
  getPlansSlugBySlug: () => getPlansSlugBySlug,
150
- getSchemaDiscoveriesById: () => getSchemaDiscoveriesById,
151
172
  getSearch: () => getSearch,
173
+ getSearchAnalytics: () => getSearchAnalytics,
174
+ getSearchAnalyticsSummary: () => getSearchAnalyticsSummary,
152
175
  getSearchHealth: () => getSearchHealth,
153
176
  getSearchIndexes: () => getSearchIndexes,
154
177
  getSearchSaved: () => getSearchSaved,
155
178
  getSearchSemantic: () => getSearchSemantic,
156
179
  getSearchStats: () => getSearchStats,
157
180
  getSearchStatus: () => getSearchStatus,
181
+ getSearchSuggest: () => getSearchSuggest,
158
182
  getStorageStats: () => getStorageStats,
183
+ getStorageStatsTenantByTenantId: () => getStorageStatsTenantByTenantId,
159
184
  getTenantMemberships: () => getTenantMemberships,
160
185
  getTenants: () => getTenants,
161
186
  getTenantsById: () => getTenantsById,
@@ -164,7 +189,10 @@ __export(index_exports, {
164
189
  getTenantsByTenantIdWorkspaceStats: () => getTenantsByTenantIdWorkspaceStats,
165
190
  getThreads: () => getThreads,
166
191
  getThreadsById: () => getThreadsById,
192
+ getThreadsByIdMessages: () => getThreadsByIdMessages,
167
193
  getThreadsSearch: () => getThreadsSearch,
194
+ getThreadsStats: () => getThreadsStats,
195
+ getThreadsWorkspaceStats: () => getThreadsWorkspaceStats,
168
196
  getTrainingExamples: () => getTrainingExamples,
169
197
  getTrainingExamplesById: () => getTrainingExamplesById,
170
198
  getTrainingSessionsAgentsByAgentIdSessions: () => getTrainingSessionsAgentsByAgentIdSessions,
@@ -175,17 +203,32 @@ __export(index_exports, {
175
203
  getUserProfilesById: () => getUserProfilesById,
176
204
  getUserProfilesMe: () => getUserProfilesMe,
177
205
  getUsers: () => getUsers,
206
+ getUsersByEmail: () => getUsersByEmail,
178
207
  getUsersById: () => getUsersById,
179
208
  getUsersMe: () => getUsersMe,
209
+ getUsersMeActivity: () => getUsersMeActivity,
210
+ getUsersMeDashboard: () => getUsersMeDashboard,
211
+ getUsersMeStats: () => getUsersMeStats,
180
212
  getUsersMeTenants: () => getUsersMeTenants,
181
213
  getWallet: () => getWallet,
214
+ getWalletInvoices: () => getWalletInvoices,
215
+ getWatcherClaims: () => getWatcherClaims,
216
+ getWatcherClaimsById: () => getWatcherClaimsById,
217
+ getWatcherClaimsStatus: () => getWatcherClaimsStatus,
218
+ getWatcherEvents: () => getWatcherEvents,
219
+ getWatcherEventsById: () => getWatcherEventsById,
182
220
  getWebhookConfigs: () => getWebhookConfigs,
183
221
  getWebhookConfigsById: () => getWebhookConfigsById,
222
+ getWebhookConfigsByIdEvents: () => getWebhookConfigsByIdEvents,
223
+ getWebhookConfigsStats: () => getWebhookConfigsStats,
184
224
  getWebhookDeliveries: () => getWebhookDeliveries,
185
225
  getWebhookDeliveriesById: () => getWebhookDeliveriesById,
226
+ getWebhookDeliveriesStats: () => getWebhookDeliveriesStats,
186
227
  getWorkspaceMemberships: () => getWorkspaceMemberships,
187
228
  getWorkspaces: () => getWorkspaces,
188
229
  getWorkspacesById: () => getWorkspacesById,
230
+ getWorkspacesByIdMembers: () => getWorkspacesByIdMembers,
231
+ getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping: () => getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping,
189
232
  getWorkspacesByWorkspaceIdExtractionExports: () => getWorkspacesByWorkspaceIdExtractionExports,
190
233
  getWorkspacesByWorkspaceIdExtractionExportsById: () => getWorkspacesByWorkspaceIdExtractionExportsById,
191
234
  getWorkspacesByWorkspaceIdTrainingAnalytics: () => getWorkspacesByWorkspaceIdTrainingAnalytics,
@@ -197,13 +240,16 @@ __export(index_exports, {
197
240
  paginateToArray: () => paginateToArray,
198
241
  patchAgentsById: () => patchAgentsById,
199
242
  patchAgentsByIdSchemaVersionsByVersionId: () => patchAgentsByIdSchemaVersionsByVersionId,
243
+ patchAiConversationsById: () => patchAiConversationsById,
200
244
  patchApiKeysById: () => patchApiKeysById,
201
245
  patchApiKeysByIdAllocate: () => patchApiKeysByIdAllocate,
246
+ patchApiKeysByIdResetPeriod: () => patchApiKeysByIdResetPeriod,
202
247
  patchApiKeysByIdRevoke: () => patchApiKeysByIdRevoke,
203
248
  patchApiKeysByIdRotate: () => patchApiKeysByIdRotate,
204
249
  patchApiKeysByIdSetBudget: () => patchApiKeysByIdSetBudget,
205
250
  patchApplicationsByApplicationIdEmailTemplatesBySlug: () => patchApplicationsByApplicationIdEmailTemplatesBySlug,
206
251
  patchApplicationsById: () => patchApplicationsById,
252
+ patchApplicationsByIdAllocateCredits: () => patchApplicationsByIdAllocateCredits,
207
253
  patchApplicationsByIdGrantCredits: () => patchApplicationsByIdGrantCredits,
208
254
  patchBucketsById: () => patchBucketsById,
209
255
  patchConfigsByKey: () => patchConfigsByKey,
@@ -217,6 +263,7 @@ __export(index_exports, {
217
263
  patchExtractionDocumentsByIdReprocess: () => patchExtractionDocumentsByIdReprocess,
218
264
  patchExtractionDocumentsByIdRestore: () => patchExtractionDocumentsByIdRestore,
219
265
  patchExtractionDocumentsByIdStatus: () => patchExtractionDocumentsByIdStatus,
266
+ patchExtractionDocumentsByIdVerification: () => patchExtractionDocumentsByIdVerification,
220
267
  patchExtractionResultsByIdCorrections: () => patchExtractionResultsByIdCorrections,
221
268
  patchExtractionResultsByIdRegenerate: () => patchExtractionResultsByIdRegenerate,
222
269
  patchInvitationsByIdAccept: () => patchInvitationsByIdAccept,
@@ -226,11 +273,16 @@ __export(index_exports, {
226
273
  patchInvitationsByIdRevoke: () => patchInvitationsByIdRevoke,
227
274
  patchMessagesById: () => patchMessagesById,
228
275
  patchNotificationMethodsById: () => patchNotificationMethodsById,
276
+ patchNotificationMethodsByIdSendVerification: () => patchNotificationMethodsByIdSendVerification,
229
277
  patchNotificationMethodsByIdSetPrimary: () => patchNotificationMethodsByIdSetPrimary,
278
+ patchNotificationMethodsByIdVerify: () => patchNotificationMethodsByIdVerify,
230
279
  patchNotificationPreferencesById: () => patchNotificationPreferencesById,
280
+ patchSearchSavedById: () => patchSearchSavedById,
231
281
  patchTenantMembershipsByTenantIdByUserId: () => patchTenantMembershipsByTenantIdByUserId,
232
282
  patchTenantsById: () => patchTenantsById,
233
283
  patchThreadsById: () => patchThreadsById,
284
+ patchThreadsByIdArchive: () => patchThreadsByIdArchive,
285
+ patchThreadsByIdUnarchive: () => patchThreadsByIdUnarchive,
234
286
  patchTrainingExamplesById: () => patchTrainingExamplesById,
235
287
  patchUserProfilesById: () => patchUserProfilesById,
236
288
  patchUsersAuthPasswordChange: () => patchUsersAuthPasswordChange,
@@ -241,13 +293,20 @@ __export(index_exports, {
241
293
  patchUsersByIdResetPassword: () => patchUsersByIdResetPassword,
242
294
  patchWalletAddons: () => patchWalletAddons,
243
295
  patchWalletAddonsByAddonSlugCancel: () => patchWalletAddonsByAddonSlugCancel,
296
+ patchWalletAutoTopUp: () => patchWalletAutoTopUp,
244
297
  patchWalletCredits: () => patchWalletCredits,
245
298
  patchWalletPlan: () => patchWalletPlan,
299
+ patchWatcherClaimsById: () => patchWatcherClaimsById,
300
+ patchWatcherClaimsByIdRelease: () => patchWatcherClaimsByIdRelease,
301
+ patchWatcherClaimsByIdRetry: () => patchWatcherClaimsByIdRetry,
246
302
  patchWebhookConfigsById: () => patchWebhookConfigsById,
247
303
  patchWebhookConfigsByIdRotateSecret: () => patchWebhookConfigsByIdRotateSecret,
248
304
  patchWorkspaceMembershipsByWorkspaceIdByUserId: () => patchWorkspaceMembershipsByWorkspaceIdByUserId,
249
305
  patchWorkspacesById: () => patchWorkspacesById,
250
306
  patchWorkspacesByIdAllocate: () => patchWorkspacesByIdAllocate,
307
+ patchWorkspacesByIdStorageSettings: () => patchWorkspacesByIdStorageSettings,
308
+ postAgentTestResults: () => postAgentTestResults,
309
+ postAgentVersionComparisons: () => postAgentVersionComparisons,
251
310
  postAgentVersions: () => postAgentVersions,
252
311
  postAgents: () => postAgents,
253
312
  postAgentsByIdClone: () => postAgentsByIdClone,
@@ -256,7 +315,6 @@ __export(index_exports, {
256
315
  postAgentsByIdPublishVersion: () => postAgentsByIdPublishVersion,
257
316
  postAgentsByIdSchemaVersions: () => postAgentsByIdSchemaVersions,
258
317
  postAgentsByIdSchemaVersionsByVersionIdActivate: () => postAgentsByIdSchemaVersionsByVersionIdActivate,
259
- postAgentsByIdStats: () => postAgentsByIdStats,
260
318
  postAgentsByIdTeach: () => postAgentsByIdTeach,
261
319
  postAgentsByIdTest: () => postAgentsByIdTest,
262
320
  postAgentsByIdValidate: () => postAgentsByIdValidate,
@@ -274,14 +332,18 @@ __export(index_exports, {
274
332
  postApiKeys: () => postApiKeys,
275
333
  postApplications: () => postApplications,
276
334
  postApplicationsByApplicationIdEmailTemplates: () => postApplicationsByApplicationIdEmailTemplates,
335
+ postApplicationsByApplicationIdEmailTemplatesBySlugPreview: () => postApplicationsByApplicationIdEmailTemplatesBySlugPreview,
336
+ postApplicationsByApplicationIdEmailTemplatesBySlugTest: () => postApplicationsByApplicationIdEmailTemplatesBySlugTest,
277
337
  postBuckets: () => postBuckets,
278
338
  postConfigs: () => postConfigs,
279
339
  postDocumentsBulkDelete: () => postDocumentsBulkDelete,
280
340
  postDocumentsPresignedUpload: () => postDocumentsPresignedUpload,
281
341
  postExtractionBatches: () => postExtractionBatches,
282
342
  postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
343
+ postExtractionDocumentsBulkReprocess: () => postExtractionDocumentsBulkReprocess,
283
344
  postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
284
345
  postExtractionResults: () => postExtractionResults,
346
+ postExtractionSchemaDiscoveries: () => postExtractionSchemaDiscoveries,
285
347
  postFieldTemplates: () => postFieldTemplates,
286
348
  postInvitations: () => postInvitations,
287
349
  postInvitationsAcceptByToken: () => postInvitationsAcceptByToken,
@@ -290,10 +352,14 @@ __export(index_exports, {
290
352
  postNotificationMethods: () => postNotificationMethods,
291
353
  postNotificationPreferences: () => postNotificationPreferences,
292
354
  postObjectsBulkDestroy: () => postObjectsBulkDestroy,
355
+ postObjectsCopy: () => postObjectsCopy,
356
+ postObjectsMove: () => postObjectsMove,
293
357
  postObjectsRegister: () => postObjectsRegister,
294
358
  postPayments: () => postPayments,
359
+ postSearchBatch: () => postSearchBatch,
295
360
  postSearchReindex: () => postSearchReindex,
296
361
  postSearchSaved: () => postSearchSaved,
362
+ postSearchSavedByIdRun: () => postSearchSavedByIdRun,
297
363
  postStorageSignDownload: () => postStorageSignDownload,
298
364
  postStorageSignUpload: () => postStorageSignUpload,
299
365
  postTenantMemberships: () => postTenantMemberships,
@@ -301,9 +367,12 @@ __export(index_exports, {
301
367
  postTenantsByIdBuyStorage: () => postTenantsByIdBuyStorage,
302
368
  postTenantsByIdCredit: () => postTenantsByIdCredit,
303
369
  postTenantsByIdRemoveStorage: () => postTenantsByIdRemoveStorage,
370
+ postTenantsByIdSchedulePurge: () => postTenantsByIdSchedulePurge,
304
371
  postTenantsIsv: () => postTenantsIsv,
305
372
  postThreads: () => postThreads,
306
373
  postThreadsActive: () => postThreadsActive,
374
+ postThreadsByIdExport: () => postThreadsByIdExport,
375
+ postThreadsByIdFork: () => postThreadsByIdFork,
307
376
  postThreadsByIdMessages: () => postThreadsByIdMessages,
308
377
  postThreadsByIdSummarize: () => postThreadsByIdSummarize,
309
378
  postTokens: () => postTokens,
@@ -320,16 +389,18 @@ __export(index_exports, {
320
389
  postUsersAuthRegisterWithOidc: () => postUsersAuthRegisterWithOidc,
321
390
  postUsersAuthResendConfirmation: () => postUsersAuthResendConfirmation,
322
391
  postUsersRegisterIsv: () => postUsersRegisterIsv,
392
+ postWatcherClaims: () => postWatcherClaims,
393
+ postWatcherEvents: () => postWatcherEvents,
323
394
  postWebhookConfigs: () => postWebhookConfigs,
324
395
  postWebhookConfigsBulkDisable: () => postWebhookConfigsBulkDisable,
325
396
  postWebhookConfigsBulkEnable: () => postWebhookConfigsBulkEnable,
397
+ postWebhookConfigsByIdReplay: () => postWebhookConfigsByIdReplay,
326
398
  postWebhookConfigsByIdTest: () => postWebhookConfigsByIdTest,
327
- postWebhookConfigsStats: () => postWebhookConfigsStats,
328
399
  postWebhookDeliveriesBulkRetry: () => postWebhookDeliveriesBulkRetry,
329
400
  postWebhookDeliveriesByIdRetry: () => postWebhookDeliveriesByIdRetry,
330
- postWebhookDeliveriesStats: () => postWebhookDeliveriesStats,
331
401
  postWorkspaceMemberships: () => postWorkspaceMemberships,
332
402
  postWorkspaces: () => postWorkspaces,
403
+ postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping: () => postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping,
333
404
  postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained: () => postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained,
334
405
  postWorkspacesByWorkspaceIdExtractionExports: () => postWorkspacesByWorkspaceIdExtractionExports,
335
406
  retryWithBackoff: () => retryWithBackoff,
@@ -349,10 +420,12 @@ __export(sdk_gen_exports, {
349
420
  deleteAiConversationsById: () => deleteAiConversationsById,
350
421
  deleteAiGraphEdgesById: () => deleteAiGraphEdgesById,
351
422
  deleteAiGraphNodesById: () => deleteAiGraphNodesById,
423
+ deleteAiMessagesById: () => deleteAiMessagesById,
352
424
  deleteApiKeysById: () => deleteApiKeysById,
353
425
  deleteApplicationsByApplicationIdEmailTemplatesBySlug: () => deleteApplicationsByApplicationIdEmailTemplatesBySlug,
354
426
  deleteApplicationsById: () => deleteApplicationsById,
355
427
  deleteBucketsById: () => deleteBucketsById,
428
+ deleteExtractionBatchesById: () => deleteExtractionBatchesById,
356
429
  deleteExtractionDocumentsById: () => deleteExtractionDocumentsById,
357
430
  deleteFieldTemplatesById: () => deleteFieldTemplatesById,
358
431
  deleteMessagesById: () => deleteMessagesById,
@@ -366,23 +439,30 @@ __export(sdk_gen_exports, {
366
439
  deleteTrainingExamplesById: () => deleteTrainingExamplesById,
367
440
  deleteTrainingSessionsById: () => deleteTrainingSessionsById,
368
441
  deleteUserProfilesById: () => deleteUserProfilesById,
442
+ deleteUsersById: () => deleteUsersById,
369
443
  deleteWebhookConfigsById: () => deleteWebhookConfigsById,
370
444
  deleteWorkspaceMembershipsByWorkspaceIdByUserId: () => deleteWorkspaceMembershipsByWorkspaceIdByUserId,
371
445
  deleteWorkspacesById: () => deleteWorkspacesById,
372
446
  getAgentVersions: () => getAgentVersions,
373
447
  getAgentVersionsById: () => getAgentVersionsById,
448
+ getAgentVersionsByIdMetrics: () => getAgentVersionsByIdMetrics,
374
449
  getAgents: () => getAgents,
375
450
  getAgentsById: () => getAgentsById,
376
451
  getAgentsByIdSchemaVersions: () => getAgentsByIdSchemaVersions,
452
+ getAgentsByIdStats: () => getAgentsByIdStats,
377
453
  getAgentsByIdTrainingStats: () => getAgentsByIdTrainingStats,
378
454
  getAiChunksDocumentByDocumentId: () => getAiChunksDocumentByDocumentId,
379
455
  getAiConversations: () => getAiConversations,
380
456
  getAiConversationsById: () => getAiConversationsById,
381
457
  getAiGraphEdges: () => getAiGraphEdges,
382
458
  getAiGraphNodes: () => getAiGraphNodes,
459
+ getAiGraphNodesBySourceNodeIdRelated: () => getAiGraphNodesBySourceNodeIdRelated,
460
+ getAiGraphNodesLabelByLabel: () => getAiGraphNodesLabelByLabel,
383
461
  getAiMessages: () => getAiMessages,
384
462
  getApiKeys: () => getApiKeys,
463
+ getApiKeysActive: () => getApiKeysActive,
385
464
  getApiKeysById: () => getApiKeysById,
465
+ getApiKeysStats: () => getApiKeysStats,
386
466
  getApplications: () => getApplications,
387
467
  getApplicationsByApplicationIdEmailTemplates: () => getApplicationsByApplicationIdEmailTemplates,
388
468
  getApplicationsByApplicationIdEmailTemplatesBySlug: () => getApplicationsByApplicationIdEmailTemplatesBySlug,
@@ -390,7 +470,9 @@ __export(sdk_gen_exports, {
390
470
  getApplicationsBySlugBySlug: () => getApplicationsBySlugBySlug,
391
471
  getApplicationsCurrent: () => getApplicationsCurrent,
392
472
  getAuditLogs: () => getAuditLogs,
473
+ getAuditLogsActivity: () => getAuditLogsActivity,
393
474
  getBuckets: () => getBuckets,
475
+ getBucketsAll: () => getBucketsAll,
394
476
  getBucketsById: () => getBucketsById,
395
477
  getBucketsByIdObjects: () => getBucketsByIdObjects,
396
478
  getBucketsByIdStats: () => getBucketsByIdStats,
@@ -407,11 +489,15 @@ __export(sdk_gen_exports, {
407
489
  getExtractionDocumentsByIdStatus: () => getExtractionDocumentsByIdStatus,
408
490
  getExtractionDocumentsByIdView: () => getExtractionDocumentsByIdView,
409
491
  getExtractionDocumentsWorkspaceByWorkspaceId: () => getExtractionDocumentsWorkspaceByWorkspaceId,
492
+ getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus: () => getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus,
410
493
  getExtractionDocumentsWorkspaceByWorkspaceIdExcluded: () => getExtractionDocumentsWorkspaceByWorkspaceIdExcluded,
411
494
  getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue: () => getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
412
495
  getExtractionDocumentsWorkspaceByWorkspaceIdTrained: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
496
+ getExtractionDocumentsWorkspaceByWorkspaceIdTrashed: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
413
497
  getExtractionResultsById: () => getExtractionResultsById,
414
498
  getExtractionResultsDocumentByDocumentId: () => getExtractionResultsDocumentByDocumentId,
499
+ getExtractionResultsWorkspaceByWorkspaceId: () => getExtractionResultsWorkspaceByWorkspaceId,
500
+ getExtractionSchemaDiscoveriesById: () => getExtractionSchemaDiscoveriesById,
415
501
  getFieldTemplates: () => getFieldTemplates,
416
502
  getFieldTemplatesById: () => getFieldTemplatesById,
417
503
  getInvitations: () => getInvitations,
@@ -427,26 +513,36 @@ __export(sdk_gen_exports, {
427
513
  getMessages: () => getMessages,
428
514
  getMessagesById: () => getMessagesById,
429
515
  getMessagesSearch: () => getMessagesSearch,
516
+ getMessagesSemanticSearch: () => getMessagesSemanticSearch,
430
517
  getNotificationLogs: () => getNotificationLogs,
431
518
  getNotificationLogsById: () => getNotificationLogsById,
519
+ getNotificationLogsStats: () => getNotificationLogsStats,
432
520
  getNotificationMethods: () => getNotificationMethods,
433
521
  getNotificationMethodsById: () => getNotificationMethodsById,
434
522
  getNotificationPreferences: () => getNotificationPreferences,
435
523
  getNotificationPreferencesById: () => getNotificationPreferencesById,
436
524
  getObjects: () => getObjects,
437
525
  getObjectsById: () => getObjectsById,
526
+ getPermissions: () => getPermissions,
527
+ getPermissionsById: () => getPermissionsById,
528
+ getPermissionsMeta: () => getPermissionsMeta,
529
+ getPermissionsPresets: () => getPermissionsPresets,
530
+ getPermissionsPresetsById: () => getPermissionsPresetsById,
438
531
  getPlans: () => getPlans,
439
532
  getPlansById: () => getPlansById,
440
533
  getPlansSlugBySlug: () => getPlansSlugBySlug,
441
- getSchemaDiscoveriesById: () => getSchemaDiscoveriesById,
442
534
  getSearch: () => getSearch,
535
+ getSearchAnalytics: () => getSearchAnalytics,
536
+ getSearchAnalyticsSummary: () => getSearchAnalyticsSummary,
443
537
  getSearchHealth: () => getSearchHealth,
444
538
  getSearchIndexes: () => getSearchIndexes,
445
539
  getSearchSaved: () => getSearchSaved,
446
540
  getSearchSemantic: () => getSearchSemantic,
447
541
  getSearchStats: () => getSearchStats,
448
542
  getSearchStatus: () => getSearchStatus,
543
+ getSearchSuggest: () => getSearchSuggest,
449
544
  getStorageStats: () => getStorageStats,
545
+ getStorageStatsTenantByTenantId: () => getStorageStatsTenantByTenantId,
450
546
  getTenantMemberships: () => getTenantMemberships,
451
547
  getTenants: () => getTenants,
452
548
  getTenantsById: () => getTenantsById,
@@ -455,7 +551,10 @@ __export(sdk_gen_exports, {
455
551
  getTenantsByTenantIdWorkspaceStats: () => getTenantsByTenantIdWorkspaceStats,
456
552
  getThreads: () => getThreads,
457
553
  getThreadsById: () => getThreadsById,
554
+ getThreadsByIdMessages: () => getThreadsByIdMessages,
458
555
  getThreadsSearch: () => getThreadsSearch,
556
+ getThreadsStats: () => getThreadsStats,
557
+ getThreadsWorkspaceStats: () => getThreadsWorkspaceStats,
459
558
  getTrainingExamples: () => getTrainingExamples,
460
559
  getTrainingExamplesById: () => getTrainingExamplesById,
461
560
  getTrainingSessionsAgentsByAgentIdSessions: () => getTrainingSessionsAgentsByAgentIdSessions,
@@ -466,17 +565,32 @@ __export(sdk_gen_exports, {
466
565
  getUserProfilesById: () => getUserProfilesById,
467
566
  getUserProfilesMe: () => getUserProfilesMe,
468
567
  getUsers: () => getUsers,
568
+ getUsersByEmail: () => getUsersByEmail,
469
569
  getUsersById: () => getUsersById,
470
570
  getUsersMe: () => getUsersMe,
571
+ getUsersMeActivity: () => getUsersMeActivity,
572
+ getUsersMeDashboard: () => getUsersMeDashboard,
573
+ getUsersMeStats: () => getUsersMeStats,
471
574
  getUsersMeTenants: () => getUsersMeTenants,
472
575
  getWallet: () => getWallet,
576
+ getWalletInvoices: () => getWalletInvoices,
577
+ getWatcherClaims: () => getWatcherClaims,
578
+ getWatcherClaimsById: () => getWatcherClaimsById,
579
+ getWatcherClaimsStatus: () => getWatcherClaimsStatus,
580
+ getWatcherEvents: () => getWatcherEvents,
581
+ getWatcherEventsById: () => getWatcherEventsById,
473
582
  getWebhookConfigs: () => getWebhookConfigs,
474
583
  getWebhookConfigsById: () => getWebhookConfigsById,
584
+ getWebhookConfigsByIdEvents: () => getWebhookConfigsByIdEvents,
585
+ getWebhookConfigsStats: () => getWebhookConfigsStats,
475
586
  getWebhookDeliveries: () => getWebhookDeliveries,
476
587
  getWebhookDeliveriesById: () => getWebhookDeliveriesById,
588
+ getWebhookDeliveriesStats: () => getWebhookDeliveriesStats,
477
589
  getWorkspaceMemberships: () => getWorkspaceMemberships,
478
590
  getWorkspaces: () => getWorkspaces,
479
591
  getWorkspacesById: () => getWorkspacesById,
592
+ getWorkspacesByIdMembers: () => getWorkspacesByIdMembers,
593
+ getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping: () => getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping,
480
594
  getWorkspacesByWorkspaceIdExtractionExports: () => getWorkspacesByWorkspaceIdExtractionExports,
481
595
  getWorkspacesByWorkspaceIdExtractionExportsById: () => getWorkspacesByWorkspaceIdExtractionExportsById,
482
596
  getWorkspacesByWorkspaceIdTrainingAnalytics: () => getWorkspacesByWorkspaceIdTrainingAnalytics,
@@ -484,13 +598,16 @@ __export(sdk_gen_exports, {
484
598
  getWorkspacesShared: () => getWorkspacesShared,
485
599
  patchAgentsById: () => patchAgentsById,
486
600
  patchAgentsByIdSchemaVersionsByVersionId: () => patchAgentsByIdSchemaVersionsByVersionId,
601
+ patchAiConversationsById: () => patchAiConversationsById,
487
602
  patchApiKeysById: () => patchApiKeysById,
488
603
  patchApiKeysByIdAllocate: () => patchApiKeysByIdAllocate,
604
+ patchApiKeysByIdResetPeriod: () => patchApiKeysByIdResetPeriod,
489
605
  patchApiKeysByIdRevoke: () => patchApiKeysByIdRevoke,
490
606
  patchApiKeysByIdRotate: () => patchApiKeysByIdRotate,
491
607
  patchApiKeysByIdSetBudget: () => patchApiKeysByIdSetBudget,
492
608
  patchApplicationsByApplicationIdEmailTemplatesBySlug: () => patchApplicationsByApplicationIdEmailTemplatesBySlug,
493
609
  patchApplicationsById: () => patchApplicationsById,
610
+ patchApplicationsByIdAllocateCredits: () => patchApplicationsByIdAllocateCredits,
494
611
  patchApplicationsByIdGrantCredits: () => patchApplicationsByIdGrantCredits,
495
612
  patchBucketsById: () => patchBucketsById,
496
613
  patchConfigsByKey: () => patchConfigsByKey,
@@ -504,6 +621,7 @@ __export(sdk_gen_exports, {
504
621
  patchExtractionDocumentsByIdReprocess: () => patchExtractionDocumentsByIdReprocess,
505
622
  patchExtractionDocumentsByIdRestore: () => patchExtractionDocumentsByIdRestore,
506
623
  patchExtractionDocumentsByIdStatus: () => patchExtractionDocumentsByIdStatus,
624
+ patchExtractionDocumentsByIdVerification: () => patchExtractionDocumentsByIdVerification,
507
625
  patchExtractionResultsByIdCorrections: () => patchExtractionResultsByIdCorrections,
508
626
  patchExtractionResultsByIdRegenerate: () => patchExtractionResultsByIdRegenerate,
509
627
  patchInvitationsByIdAccept: () => patchInvitationsByIdAccept,
@@ -513,11 +631,16 @@ __export(sdk_gen_exports, {
513
631
  patchInvitationsByIdRevoke: () => patchInvitationsByIdRevoke,
514
632
  patchMessagesById: () => patchMessagesById,
515
633
  patchNotificationMethodsById: () => patchNotificationMethodsById,
634
+ patchNotificationMethodsByIdSendVerification: () => patchNotificationMethodsByIdSendVerification,
516
635
  patchNotificationMethodsByIdSetPrimary: () => patchNotificationMethodsByIdSetPrimary,
636
+ patchNotificationMethodsByIdVerify: () => patchNotificationMethodsByIdVerify,
517
637
  patchNotificationPreferencesById: () => patchNotificationPreferencesById,
638
+ patchSearchSavedById: () => patchSearchSavedById,
518
639
  patchTenantMembershipsByTenantIdByUserId: () => patchTenantMembershipsByTenantIdByUserId,
519
640
  patchTenantsById: () => patchTenantsById,
520
641
  patchThreadsById: () => patchThreadsById,
642
+ patchThreadsByIdArchive: () => patchThreadsByIdArchive,
643
+ patchThreadsByIdUnarchive: () => patchThreadsByIdUnarchive,
521
644
  patchTrainingExamplesById: () => patchTrainingExamplesById,
522
645
  patchUserProfilesById: () => patchUserProfilesById,
523
646
  patchUsersAuthPasswordChange: () => patchUsersAuthPasswordChange,
@@ -528,13 +651,20 @@ __export(sdk_gen_exports, {
528
651
  patchUsersByIdResetPassword: () => patchUsersByIdResetPassword,
529
652
  patchWalletAddons: () => patchWalletAddons,
530
653
  patchWalletAddonsByAddonSlugCancel: () => patchWalletAddonsByAddonSlugCancel,
654
+ patchWalletAutoTopUp: () => patchWalletAutoTopUp,
531
655
  patchWalletCredits: () => patchWalletCredits,
532
656
  patchWalletPlan: () => patchWalletPlan,
657
+ patchWatcherClaimsById: () => patchWatcherClaimsById,
658
+ patchWatcherClaimsByIdRelease: () => patchWatcherClaimsByIdRelease,
659
+ patchWatcherClaimsByIdRetry: () => patchWatcherClaimsByIdRetry,
533
660
  patchWebhookConfigsById: () => patchWebhookConfigsById,
534
661
  patchWebhookConfigsByIdRotateSecret: () => patchWebhookConfigsByIdRotateSecret,
535
662
  patchWorkspaceMembershipsByWorkspaceIdByUserId: () => patchWorkspaceMembershipsByWorkspaceIdByUserId,
536
663
  patchWorkspacesById: () => patchWorkspacesById,
537
664
  patchWorkspacesByIdAllocate: () => patchWorkspacesByIdAllocate,
665
+ patchWorkspacesByIdStorageSettings: () => patchWorkspacesByIdStorageSettings,
666
+ postAgentTestResults: () => postAgentTestResults,
667
+ postAgentVersionComparisons: () => postAgentVersionComparisons,
538
668
  postAgentVersions: () => postAgentVersions,
539
669
  postAgents: () => postAgents,
540
670
  postAgentsByIdClone: () => postAgentsByIdClone,
@@ -543,7 +673,6 @@ __export(sdk_gen_exports, {
543
673
  postAgentsByIdPublishVersion: () => postAgentsByIdPublishVersion,
544
674
  postAgentsByIdSchemaVersions: () => postAgentsByIdSchemaVersions,
545
675
  postAgentsByIdSchemaVersionsByVersionIdActivate: () => postAgentsByIdSchemaVersionsByVersionIdActivate,
546
- postAgentsByIdStats: () => postAgentsByIdStats,
547
676
  postAgentsByIdTeach: () => postAgentsByIdTeach,
548
677
  postAgentsByIdTest: () => postAgentsByIdTest,
549
678
  postAgentsByIdValidate: () => postAgentsByIdValidate,
@@ -561,14 +690,18 @@ __export(sdk_gen_exports, {
561
690
  postApiKeys: () => postApiKeys,
562
691
  postApplications: () => postApplications,
563
692
  postApplicationsByApplicationIdEmailTemplates: () => postApplicationsByApplicationIdEmailTemplates,
693
+ postApplicationsByApplicationIdEmailTemplatesBySlugPreview: () => postApplicationsByApplicationIdEmailTemplatesBySlugPreview,
694
+ postApplicationsByApplicationIdEmailTemplatesBySlugTest: () => postApplicationsByApplicationIdEmailTemplatesBySlugTest,
564
695
  postBuckets: () => postBuckets,
565
696
  postConfigs: () => postConfigs,
566
697
  postDocumentsBulkDelete: () => postDocumentsBulkDelete,
567
698
  postDocumentsPresignedUpload: () => postDocumentsPresignedUpload,
568
699
  postExtractionBatches: () => postExtractionBatches,
569
700
  postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
701
+ postExtractionDocumentsBulkReprocess: () => postExtractionDocumentsBulkReprocess,
570
702
  postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
571
703
  postExtractionResults: () => postExtractionResults,
704
+ postExtractionSchemaDiscoveries: () => postExtractionSchemaDiscoveries,
572
705
  postFieldTemplates: () => postFieldTemplates,
573
706
  postInvitations: () => postInvitations,
574
707
  postInvitationsAcceptByToken: () => postInvitationsAcceptByToken,
@@ -577,10 +710,14 @@ __export(sdk_gen_exports, {
577
710
  postNotificationMethods: () => postNotificationMethods,
578
711
  postNotificationPreferences: () => postNotificationPreferences,
579
712
  postObjectsBulkDestroy: () => postObjectsBulkDestroy,
713
+ postObjectsCopy: () => postObjectsCopy,
714
+ postObjectsMove: () => postObjectsMove,
580
715
  postObjectsRegister: () => postObjectsRegister,
581
716
  postPayments: () => postPayments,
717
+ postSearchBatch: () => postSearchBatch,
582
718
  postSearchReindex: () => postSearchReindex,
583
719
  postSearchSaved: () => postSearchSaved,
720
+ postSearchSavedByIdRun: () => postSearchSavedByIdRun,
584
721
  postStorageSignDownload: () => postStorageSignDownload,
585
722
  postStorageSignUpload: () => postStorageSignUpload,
586
723
  postTenantMemberships: () => postTenantMemberships,
@@ -588,9 +725,12 @@ __export(sdk_gen_exports, {
588
725
  postTenantsByIdBuyStorage: () => postTenantsByIdBuyStorage,
589
726
  postTenantsByIdCredit: () => postTenantsByIdCredit,
590
727
  postTenantsByIdRemoveStorage: () => postTenantsByIdRemoveStorage,
728
+ postTenantsByIdSchedulePurge: () => postTenantsByIdSchedulePurge,
591
729
  postTenantsIsv: () => postTenantsIsv,
592
730
  postThreads: () => postThreads,
593
731
  postThreadsActive: () => postThreadsActive,
732
+ postThreadsByIdExport: () => postThreadsByIdExport,
733
+ postThreadsByIdFork: () => postThreadsByIdFork,
594
734
  postThreadsByIdMessages: () => postThreadsByIdMessages,
595
735
  postThreadsByIdSummarize: () => postThreadsByIdSummarize,
596
736
  postTokens: () => postTokens,
@@ -607,16 +747,18 @@ __export(sdk_gen_exports, {
607
747
  postUsersAuthRegisterWithOidc: () => postUsersAuthRegisterWithOidc,
608
748
  postUsersAuthResendConfirmation: () => postUsersAuthResendConfirmation,
609
749
  postUsersRegisterIsv: () => postUsersRegisterIsv,
750
+ postWatcherClaims: () => postWatcherClaims,
751
+ postWatcherEvents: () => postWatcherEvents,
610
752
  postWebhookConfigs: () => postWebhookConfigs,
611
753
  postWebhookConfigsBulkDisable: () => postWebhookConfigsBulkDisable,
612
754
  postWebhookConfigsBulkEnable: () => postWebhookConfigsBulkEnable,
755
+ postWebhookConfigsByIdReplay: () => postWebhookConfigsByIdReplay,
613
756
  postWebhookConfigsByIdTest: () => postWebhookConfigsByIdTest,
614
- postWebhookConfigsStats: () => postWebhookConfigsStats,
615
757
  postWebhookDeliveriesBulkRetry: () => postWebhookDeliveriesBulkRetry,
616
758
  postWebhookDeliveriesByIdRetry: () => postWebhookDeliveriesByIdRetry,
617
- postWebhookDeliveriesStats: () => postWebhookDeliveriesStats,
618
759
  postWorkspaceMemberships: () => postWorkspaceMemberships,
619
760
  postWorkspaces: () => postWorkspaces,
761
+ postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping: () => postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping,
620
762
  postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained: () => postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained,
621
763
  postWorkspacesByWorkspaceIdExtractionExports: () => postWorkspacesByWorkspaceIdExtractionExports
622
764
  });
@@ -1443,7 +1585,6 @@ var client = createClient(
1443
1585
 
1444
1586
  // src/_internal/sdk.gen.ts
1445
1587
  var postAiSearchAdvanced = (options) => (options.client ?? client).post({
1446
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1447
1588
  security: [{ scheme: "bearer", type: "http" }],
1448
1589
  url: "/ai/search/advanced",
1449
1590
  ...options,
@@ -1453,31 +1594,21 @@ var postAiSearchAdvanced = (options) => (options.client ?? client).post({
1453
1594
  }
1454
1595
  });
1455
1596
  var deleteExtractionDocumentsById = (options) => (options.client ?? client).delete({
1456
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1457
1597
  security: [{ scheme: "bearer", type: "http" }],
1458
1598
  url: "/extraction/documents/{id}",
1459
1599
  ...options
1460
1600
  });
1461
1601
  var getExtractionDocumentsById = (options) => (options.client ?? client).get({
1462
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1463
1602
  security: [{ scheme: "bearer", type: "http" }],
1464
1603
  url: "/extraction/documents/{id}",
1465
1604
  ...options
1466
1605
  });
1467
1606
  var getThreads = (options) => (options.client ?? client).get({
1468
- querySerializer: {
1469
- parameters: {
1470
- filter: { object: { style: "form" } },
1471
- page: { object: { style: "form" } },
1472
- fields: { object: { style: "form" } }
1473
- }
1474
- },
1475
1607
  security: [{ scheme: "bearer", type: "http" }],
1476
1608
  url: "/threads",
1477
1609
  ...options
1478
1610
  });
1479
1611
  var postThreads = (options) => (options.client ?? client).post({
1480
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1481
1612
  security: [{ scheme: "bearer", type: "http" }],
1482
1613
  url: "/threads",
1483
1614
  ...options,
@@ -1487,7 +1618,6 @@ var postThreads = (options) => (options.client ?? client).post({
1487
1618
  }
1488
1619
  });
1489
1620
  var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client).patch({
1490
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1491
1621
  security: [{ scheme: "bearer", type: "http" }],
1492
1622
  url: "/extraction/documents/{id}/cancel",
1493
1623
  ...options,
@@ -1497,30 +1627,26 @@ var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client)
1497
1627
  }
1498
1628
  });
1499
1629
  var getLlmAnalyticsCosts = (options) => (options.client ?? client).get({
1500
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1501
1630
  security: [{ scheme: "bearer", type: "http" }],
1502
1631
  url: "/llm_analytics/costs",
1503
1632
  ...options
1504
1633
  });
1505
1634
  var getTrainingSessionsAgentsByAgentIdSessions = (options) => (options.client ?? client).get({
1506
- querySerializer: {
1507
- parameters: {
1508
- filter: { object: { style: "form" } },
1509
- fields: { object: { style: "form" } }
1510
- }
1511
- },
1512
1635
  security: [{ scheme: "bearer", type: "http" }],
1513
1636
  url: "/training_sessions/agents/{agent_id}/sessions",
1514
1637
  ...options
1515
1638
  });
1639
+ var getWatcherEventsById = (options) => (options.client ?? client).get({
1640
+ security: [{ scheme: "bearer", type: "http" }],
1641
+ url: "/watcher/events/{id}",
1642
+ ...options
1643
+ });
1516
1644
  var getAiChunksDocumentByDocumentId = (options) => (options.client ?? client).get({
1517
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1518
1645
  security: [{ scheme: "bearer", type: "http" }],
1519
1646
  url: "/ai/chunks/document/{document_id}",
1520
1647
  ...options
1521
1648
  });
1522
1649
  var patchWalletCredits = (options) => (options.client ?? client).patch({
1523
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1524
1650
  security: [{ scheme: "bearer", type: "http" }],
1525
1651
  url: "/wallet/credits",
1526
1652
  ...options,
@@ -1529,30 +1655,22 @@ var patchWalletCredits = (options) => (options.client ?? client).patch({
1529
1655
  ...options.headers
1530
1656
  }
1531
1657
  });
1532
- var postWebhookConfigsStats = (options) => (options.client ?? client).post({
1658
+ var getWebhookConfigsStats = (options) => (options.client ?? client).get({
1533
1659
  security: [{ scheme: "bearer", type: "http" }],
1534
1660
  url: "/webhook_configs/stats",
1535
1661
  ...options
1536
1662
  });
1537
1663
  var getApplicationsCurrent = (options) => (options.client ?? client).get({
1538
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1539
1664
  security: [{ scheme: "bearer", type: "http" }],
1540
1665
  url: "/applications/current",
1541
1666
  ...options
1542
1667
  });
1543
1668
  var getWorkspaces = (options) => (options.client ?? client).get({
1544
- querySerializer: {
1545
- parameters: {
1546
- filter: { object: { style: "form" } },
1547
- fields: { object: { style: "form" } }
1548
- }
1549
- },
1550
1669
  security: [{ scheme: "bearer", type: "http" }],
1551
1670
  url: "/workspaces",
1552
1671
  ...options
1553
1672
  });
1554
1673
  var postWorkspaces = (options) => (options.client ?? client).post({
1555
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1556
1674
  security: [{ scheme: "bearer", type: "http" }],
1557
1675
  url: "/workspaces",
1558
1676
  ...options,
@@ -1561,19 +1679,17 @@ var postWorkspaces = (options) => (options.client ?? client).post({
1561
1679
  ...options.headers
1562
1680
  }
1563
1681
  });
1564
- var postAgentsByIdStats = (options) => (options.client ?? client).post({
1682
+ var getAgentsByIdStats = (options) => (options.client ?? client).get({
1565
1683
  security: [{ scheme: "bearer", type: "http" }],
1566
1684
  url: "/agents/{id}/stats",
1567
1685
  ...options
1568
1686
  });
1569
1687
  var getDocumentsStats = (options) => (options.client ?? client).get({
1570
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1571
1688
  security: [{ scheme: "bearer", type: "http" }],
1572
1689
  url: "/documents/stats",
1573
1690
  ...options
1574
1691
  });
1575
1692
  var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client).patch({
1576
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1577
1693
  security: [{ scheme: "bearer", type: "http" }],
1578
1694
  url: "/extraction/documents/{id}/dismiss",
1579
1695
  ...options,
@@ -1583,7 +1699,6 @@ var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client
1583
1699
  }
1584
1700
  });
1585
1701
  var postObjectsRegister = (options) => (options.client ?? client).post({
1586
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1587
1702
  security: [{ scheme: "bearer", type: "http" }],
1588
1703
  url: "/objects/register",
1589
1704
  ...options,
@@ -1593,13 +1708,11 @@ var postObjectsRegister = (options) => (options.client ?? client).post({
1593
1708
  }
1594
1709
  });
1595
1710
  var getLlmAnalyticsWorkspace = (options) => (options.client ?? client).get({
1596
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1597
1711
  security: [{ scheme: "bearer", type: "http" }],
1598
1712
  url: "/llm_analytics/workspace",
1599
1713
  ...options
1600
1714
  });
1601
1715
  var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?? client).patch({
1602
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1603
1716
  security: [{ scheme: "bearer", type: "http" }],
1604
1717
  url: "/extraction/documents/{id}/dismiss-training",
1605
1718
  ...options,
@@ -1608,20 +1721,23 @@ var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?
1608
1721
  ...options.headers
1609
1722
  }
1610
1723
  });
1724
+ var postAgentVersionComparisons = (options) => (options.client ?? client).post({
1725
+ security: [{ scheme: "bearer", type: "http" }],
1726
+ url: "/agent_version_comparisons",
1727
+ ...options,
1728
+ headers: {
1729
+ "Content-Type": "application/vnd.api+json",
1730
+ ...options.headers
1731
+ }
1732
+ });
1611
1733
  var getSearchIndexes = (options) => (options.client ?? client).get({
1612
- querySerializer: {
1613
- parameters: {
1614
- filter: { object: { style: "form" } },
1615
- fields: { object: { style: "form" } }
1616
- }
1617
- },
1618
1734
  security: [{ scheme: "bearer", type: "http" }],
1619
1735
  url: "/search/indexes",
1620
1736
  ...options
1621
1737
  });
1622
- var postWebhookConfigsBulkDisable = (options) => (options.client ?? client).post({
1738
+ var postApplicationsByApplicationIdEmailTemplatesBySlugPreview = (options) => (options.client ?? client).post({
1623
1739
  security: [{ scheme: "bearer", type: "http" }],
1624
- url: "/webhook_configs/bulk-disable",
1740
+ url: "/applications/{application_id}/email-templates/{slug}/preview",
1625
1741
  ...options,
1626
1742
  headers: {
1627
1743
  "Content-Type": "application/vnd.api+json",
@@ -1629,13 +1745,11 @@ var postWebhookConfigsBulkDisable = (options) => (options.client ?? client).post
1629
1745
  }
1630
1746
  });
1631
1747
  var getCreditPackagesSlugBySlug = (options) => (options.client ?? client).get({
1632
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1633
1748
  security: [{ scheme: "bearer", type: "http" }],
1634
1749
  url: "/credit-packages/slug/{slug}",
1635
1750
  ...options
1636
1751
  });
1637
1752
  var patchUsersAuthPasswordChange = (options) => (options.client ?? client).patch({
1638
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1639
1753
  security: [{ scheme: "bearer", type: "http" }],
1640
1754
  url: "/users/auth/password/change",
1641
1755
  ...options,
@@ -1645,7 +1759,6 @@ var patchUsersAuthPasswordChange = (options) => (options.client ?? client).patch
1645
1759
  }
1646
1760
  });
1647
1761
  var postExtractionBatches = (options) => (options.client ?? client).post({
1648
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1649
1762
  security: [{ scheme: "bearer", type: "http" }],
1650
1763
  url: "/extraction/batches",
1651
1764
  ...options,
@@ -1655,13 +1768,11 @@ var postExtractionBatches = (options) => (options.client ?? client).post({
1655
1768
  }
1656
1769
  });
1657
1770
  var getLlmAnalyticsPlatform = (options) => (options.client ?? client).get({
1658
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1659
1771
  security: [{ scheme: "bearer", type: "http" }],
1660
1772
  url: "/llm_analytics/platform",
1661
1773
  ...options
1662
1774
  });
1663
1775
  var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client).patch({
1664
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1665
1776
  security: [{ scheme: "bearer", type: "http" }],
1666
1777
  url: "/extraction/documents/{id}/exclude",
1667
1778
  ...options,
@@ -1671,7 +1782,6 @@ var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client
1671
1782
  }
1672
1783
  });
1673
1784
  var postPayments = (options) => (options.client ?? client).post({
1674
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1675
1785
  security: [{ scheme: "bearer", type: "http" }],
1676
1786
  url: "/payments",
1677
1787
  ...options,
@@ -1681,7 +1791,6 @@ var postPayments = (options) => (options.client ?? client).post({
1681
1791
  }
1682
1792
  });
1683
1793
  var postAgentsImport = (options) => (options.client ?? client).post({
1684
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1685
1794
  security: [{ scheme: "bearer", type: "http" }],
1686
1795
  url: "/agents/import",
1687
1796
  ...options,
@@ -1691,18 +1800,11 @@ var postAgentsImport = (options) => (options.client ?? client).post({
1691
1800
  }
1692
1801
  });
1693
1802
  var getExtractionBatchesWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
1694
- querySerializer: {
1695
- parameters: {
1696
- filter: { object: { style: "form" } },
1697
- fields: { object: { style: "form" } }
1698
- }
1699
- },
1700
1803
  security: [{ scheme: "bearer", type: "http" }],
1701
1804
  url: "/extraction/batches/workspace/{workspace_id}",
1702
1805
  ...options
1703
1806
  });
1704
1807
  var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
1705
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1706
1808
  security: [{ scheme: "bearer", type: "http" }],
1707
1809
  url: "/api_keys/{id}/revoke",
1708
1810
  ...options,
@@ -1712,19 +1814,16 @@ var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
1712
1814
  }
1713
1815
  });
1714
1816
  var getInvitationsConsumeByToken = (options) => (options.client ?? client).get({
1715
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1716
1817
  security: [{ scheme: "bearer", type: "http" }],
1717
1818
  url: "/invitations/consume/{token}",
1718
1819
  ...options
1719
1820
  });
1720
1821
  var getExtractionDocumentsByIdStatus = (options) => (options.client ?? client).get({
1721
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1722
1822
  security: [{ scheme: "bearer", type: "http" }],
1723
1823
  url: "/extraction/documents/{id}/status",
1724
1824
  ...options
1725
1825
  });
1726
1826
  var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client).patch({
1727
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1728
1827
  security: [{ scheme: "bearer", type: "http" }],
1729
1828
  url: "/extraction/documents/{id}/status",
1730
1829
  ...options,
@@ -1734,7 +1833,6 @@ var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client)
1734
1833
  }
1735
1834
  });
1736
1835
  var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? client).patch({
1737
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1738
1836
  security: [{ scheme: "bearer", type: "http" }],
1739
1837
  url: "/extraction/documents/{id}/finish_upload",
1740
1838
  ...options,
@@ -1743,8 +1841,12 @@ var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? c
1743
1841
  ...options.headers
1744
1842
  }
1745
1843
  });
1844
+ var getUsersMeDashboard = (options) => (options.client ?? client).get({
1845
+ security: [{ scheme: "bearer", type: "http" }],
1846
+ url: "/users/me/dashboard",
1847
+ ...options
1848
+ });
1746
1849
  var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch({
1747
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1748
1850
  security: [{ scheme: "bearer", type: "http" }],
1749
1851
  url: "/workspaces/{id}/allocate",
1750
1852
  ...options,
@@ -1754,7 +1856,6 @@ var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch(
1754
1856
  }
1755
1857
  });
1756
1858
  var postThreadsActive = (options) => (options.client ?? client).post({
1757
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1758
1859
  security: [{ scheme: "bearer", type: "http" }],
1759
1860
  url: "/threads/active",
1760
1861
  ...options,
@@ -1764,7 +1865,6 @@ var postThreadsActive = (options) => (options.client ?? client).post({
1764
1865
  }
1765
1866
  });
1766
1867
  var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
1767
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1768
1868
  security: [{ scheme: "bearer", type: "http" }],
1769
1869
  url: "/invitations/{id}/revoke",
1770
1870
  ...options,
@@ -1773,8 +1873,12 @@ var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
1773
1873
  ...options.headers
1774
1874
  }
1775
1875
  });
1876
+ var getAiGraphNodesLabelByLabel = (options) => (options.client ?? client).get({
1877
+ security: [{ scheme: "bearer", type: "http" }],
1878
+ url: "/ai/graph/nodes/label/{label}",
1879
+ ...options
1880
+ });
1776
1881
  var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options) => (options.client ?? client).post({
1777
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1778
1882
  security: [{ scheme: "bearer", type: "http" }],
1779
1883
  url: "/workspaces/{workspace_id}/extraction/documents/dismiss-all-trained",
1780
1884
  ...options,
@@ -1784,19 +1888,11 @@ var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options)
1784
1888
  }
1785
1889
  });
1786
1890
  var getConfigs = (options) => (options.client ?? client).get({
1787
- querySerializer: {
1788
- parameters: {
1789
- filter: { object: { style: "form" } },
1790
- page: { object: { style: "form" } },
1791
- fields: { object: { style: "form" } }
1792
- }
1793
- },
1794
1891
  security: [{ scheme: "bearer", type: "http" }],
1795
1892
  url: "/configs",
1796
1893
  ...options
1797
1894
  });
1798
1895
  var postConfigs = (options) => (options.client ?? client).post({
1799
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1800
1896
  security: [{ scheme: "bearer", type: "http" }],
1801
1897
  url: "/configs",
1802
1898
  ...options,
@@ -1805,19 +1901,18 @@ var postConfigs = (options) => (options.client ?? client).post({
1805
1901
  ...options.headers
1806
1902
  }
1807
1903
  });
1808
- var postTokens = (options) => (options.client ?? client).post({
1809
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1904
+ var patchWalletAutoTopUp = (options) => (options.client ?? client).patch({
1810
1905
  security: [{ scheme: "bearer", type: "http" }],
1811
- url: "/tokens",
1906
+ url: "/wallet/auto-top-up",
1812
1907
  ...options,
1813
1908
  headers: {
1814
1909
  "Content-Type": "application/vnd.api+json",
1815
1910
  ...options.headers
1816
1911
  }
1817
1912
  });
1818
- var postWebhookConfigsBulkEnable = (options) => (options.client ?? client).post({
1913
+ var postTokens = (options) => (options.client ?? client).post({
1819
1914
  security: [{ scheme: "bearer", type: "http" }],
1820
- url: "/webhook_configs/bulk-enable",
1915
+ url: "/tokens",
1821
1916
  ...options,
1822
1917
  headers: {
1823
1918
  "Content-Type": "application/vnd.api+json",
@@ -1825,7 +1920,6 @@ var postWebhookConfigsBulkEnable = (options) => (options.client ?? client).post(
1825
1920
  }
1826
1921
  });
1827
1922
  var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
1828
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1829
1923
  security: [{ scheme: "bearer", type: "http" }],
1830
1924
  url: "/api_keys/{id}/set_budget",
1831
1925
  ...options,
@@ -1835,19 +1929,16 @@ var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
1835
1929
  }
1836
1930
  });
1837
1931
  var deleteTrainingExamplesById = (options) => (options.client ?? client).delete({
1838
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1839
1932
  security: [{ scheme: "bearer", type: "http" }],
1840
1933
  url: "/training_examples/{id}",
1841
1934
  ...options
1842
1935
  });
1843
1936
  var getTrainingExamplesById = (options) => (options.client ?? client).get({
1844
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1845
1937
  security: [{ scheme: "bearer", type: "http" }],
1846
1938
  url: "/training_examples/{id}",
1847
1939
  ...options
1848
1940
  });
1849
1941
  var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
1850
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1851
1942
  security: [{ scheme: "bearer", type: "http" }],
1852
1943
  url: "/training_examples/{id}",
1853
1944
  ...options,
@@ -1856,23 +1947,21 @@ var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
1856
1947
  ...options.headers
1857
1948
  }
1858
1949
  });
1859
- var postWebhookDeliveriesBulkRetry = (options) => (options.client ?? client).post({
1950
+ var deleteSearchSavedById = (options) => (options.client ?? client).delete({
1860
1951
  security: [{ scheme: "bearer", type: "http" }],
1861
- url: "/webhook_deliveries/bulk-retry",
1952
+ url: "/search/saved/{id}",
1953
+ ...options
1954
+ });
1955
+ var patchSearchSavedById = (options) => (options.client ?? client).patch({
1956
+ security: [{ scheme: "bearer", type: "http" }],
1957
+ url: "/search/saved/{id}",
1862
1958
  ...options,
1863
1959
  headers: {
1864
1960
  "Content-Type": "application/vnd.api+json",
1865
1961
  ...options.headers
1866
1962
  }
1867
1963
  });
1868
- var deleteSearchSavedById = (options) => (options.client ?? client).delete({
1869
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1870
- security: [{ scheme: "bearer", type: "http" }],
1871
- url: "/search/saved/{id}",
1872
- ...options
1873
- });
1874
1964
  var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
1875
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1876
1965
  security: [{ scheme: "bearer", type: "http" }],
1877
1966
  url: "/users/{id}/admin/email",
1878
1967
  ...options,
@@ -1882,19 +1971,16 @@ var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
1882
1971
  }
1883
1972
  });
1884
1973
  var getExtractionDocumentsWorkspaceByWorkspaceIdTrained = (options) => (options.client ?? client).get({
1885
- querySerializer: {
1886
- parameters: {
1887
- filter: { object: { style: "form" } },
1888
- page: { object: { style: "form" } },
1889
- fields: { object: { style: "form" } }
1890
- }
1891
- },
1892
1974
  security: [{ scheme: "bearer", type: "http" }],
1893
1975
  url: "/extraction/documents/workspace/{workspace_id}/trained",
1894
1976
  ...options
1895
1977
  });
1978
+ var getWatcherClaimsStatus = (options) => (options.client ?? client).get({
1979
+ security: [{ scheme: "bearer", type: "http" }],
1980
+ url: "/watcher/claims/status",
1981
+ ...options
1982
+ });
1896
1983
  var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch({
1897
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1898
1984
  security: [{ scheme: "bearer", type: "http" }],
1899
1985
  url: "/users/auth/reset-password",
1900
1986
  ...options,
@@ -1904,25 +1990,16 @@ var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch(
1904
1990
  }
1905
1991
  });
1906
1992
  var getBucketsByIdStats = (options) => (options.client ?? client).get({
1907
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1908
1993
  security: [{ scheme: "bearer", type: "http" }],
1909
1994
  url: "/buckets/{id}/stats",
1910
1995
  ...options
1911
1996
  });
1912
1997
  var getApplicationsByApplicationIdEmailTemplates = (options) => (options.client ?? client).get({
1913
- querySerializer: {
1914
- parameters: {
1915
- filter: { object: { style: "form" } },
1916
- page: { object: { style: "form" } },
1917
- fields: { object: { style: "form" } }
1918
- }
1919
- },
1920
1998
  security: [{ scheme: "bearer", type: "http" }],
1921
1999
  url: "/applications/{application_id}/email-templates",
1922
2000
  ...options
1923
2001
  });
1924
2002
  var postApplicationsByApplicationIdEmailTemplates = (options) => (options.client ?? client).post({
1925
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1926
2003
  security: [{ scheme: "bearer", type: "http" }],
1927
2004
  url: "/applications/{application_id}/email-templates",
1928
2005
  ...options,
@@ -1932,7 +2009,6 @@ var postApplicationsByApplicationIdEmailTemplates = (options) => (options.client
1932
2009
  }
1933
2010
  });
1934
2011
  var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? client).patch({
1935
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1936
2012
  security: [{ scheme: "bearer", type: "http" }],
1937
2013
  url: "/notification_methods/{id}/set_primary",
1938
2014
  ...options,
@@ -1942,13 +2018,11 @@ var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? cli
1942
2018
  }
1943
2019
  });
1944
2020
  var getBucketsByIdObjects = (options) => (options.client ?? client).get({
1945
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1946
2021
  security: [{ scheme: "bearer", type: "http" }],
1947
2022
  url: "/buckets/{id}/objects",
1948
2023
  ...options
1949
2024
  });
1950
2025
  var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
1951
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1952
2026
  security: [{ scheme: "bearer", type: "http" }],
1953
2027
  url: "/invitations/{id}/resend",
1954
2028
  ...options,
@@ -1957,19 +2031,21 @@ var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
1957
2031
  ...options.headers
1958
2032
  }
1959
2033
  });
2034
+ var postExtractionSchemaDiscoveries = (options) => (options.client ?? client).post({
2035
+ security: [{ scheme: "bearer", type: "http" }],
2036
+ url: "/extraction/schema_discoveries",
2037
+ ...options,
2038
+ headers: {
2039
+ "Content-Type": "application/vnd.api+json",
2040
+ ...options.headers
2041
+ }
2042
+ });
1960
2043
  var getSearchSaved = (options) => (options.client ?? client).get({
1961
- querySerializer: {
1962
- parameters: {
1963
- filter: { object: { style: "form" } },
1964
- fields: { object: { style: "form" } }
1965
- }
1966
- },
1967
2044
  security: [{ scheme: "bearer", type: "http" }],
1968
2045
  url: "/search/saved",
1969
2046
  ...options
1970
2047
  });
1971
2048
  var postSearchSaved = (options) => (options.client ?? client).post({
1972
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1973
2049
  security: [{ scheme: "bearer", type: "http" }],
1974
2050
  url: "/search/saved",
1975
2051
  ...options,
@@ -1978,43 +2054,51 @@ var postSearchSaved = (options) => (options.client ?? client).post({
1978
2054
  ...options.headers
1979
2055
  }
1980
2056
  });
2057
+ var patchNotificationMethodsByIdSendVerification = (options) => (options.client ?? client).patch({
2058
+ security: [{ scheme: "bearer", type: "http" }],
2059
+ url: "/notification_methods/{id}/send_verification",
2060
+ ...options,
2061
+ headers: {
2062
+ "Content-Type": "application/vnd.api+json",
2063
+ ...options.headers
2064
+ }
2065
+ });
1981
2066
  var deleteFieldTemplatesById = (options) => (options.client ?? client).delete({
1982
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1983
2067
  security: [{ scheme: "bearer", type: "http" }],
1984
2068
  url: "/field_templates/{id}",
1985
2069
  ...options
1986
2070
  });
1987
2071
  var getFieldTemplatesById = (options) => (options.client ?? client).get({
1988
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1989
2072
  security: [{ scheme: "bearer", type: "http" }],
1990
2073
  url: "/field_templates/{id}",
1991
2074
  ...options
1992
2075
  });
1993
2076
  var getWorkspacesByWorkspaceIdTrainingAnalytics = (options) => (options.client ?? client).get({
1994
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
1995
2077
  security: [{ scheme: "bearer", type: "http" }],
1996
2078
  url: "/workspaces/{workspace_id}/training/analytics",
1997
2079
  ...options
1998
2080
  });
1999
2081
  var getUserProfilesMe = (options) => (options.client ?? client).get({
2000
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2001
2082
  security: [{ scheme: "bearer", type: "http" }],
2002
2083
  url: "/user_profiles/me",
2003
2084
  ...options
2004
2085
  });
2086
+ var getExtractionSchemaDiscoveriesById = (options) => (options.client ?? client).get({
2087
+ security: [{ scheme: "bearer", type: "http" }],
2088
+ url: "/extraction/schema_discoveries/{id}",
2089
+ ...options
2090
+ });
2091
+ var getApiKeysActive = (options) => (options.client ?? client).get({
2092
+ security: [{ scheme: "bearer", type: "http" }],
2093
+ url: "/api_keys/active",
2094
+ ...options
2095
+ });
2005
2096
  var getAgentVersions = (options) => (options.client ?? client).get({
2006
- querySerializer: {
2007
- parameters: {
2008
- filter: { object: { style: "form" } },
2009
- fields: { object: { style: "form" } }
2010
- }
2011
- },
2012
2097
  security: [{ scheme: "bearer", type: "http" }],
2013
2098
  url: "/agent_versions",
2014
2099
  ...options
2015
2100
  });
2016
2101
  var postAgentVersions = (options) => (options.client ?? client).post({
2017
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2018
2102
  security: [{ scheme: "bearer", type: "http" }],
2019
2103
  url: "/agent_versions",
2020
2104
  ...options,
@@ -2024,7 +2108,6 @@ var postAgentVersions = (options) => (options.client ?? client).post({
2024
2108
  }
2025
2109
  });
2026
2110
  var patchInvitationsByIdAcceptByUser = (options) => (options.client ?? client).patch({
2027
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2028
2111
  security: [{ scheme: "bearer", type: "http" }],
2029
2112
  url: "/invitations/{id}/accept-by-user",
2030
2113
  ...options,
@@ -2033,20 +2116,36 @@ var patchInvitationsByIdAcceptByUser = (options) => (options.client ?? client).p
2033
2116
  ...options.headers
2034
2117
  }
2035
2118
  });
2119
+ var getPermissionsMeta = (options) => (options.client ?? client).get({
2120
+ security: [{ scheme: "bearer", type: "http" }],
2121
+ url: "/permissions/meta",
2122
+ ...options
2123
+ });
2124
+ var postApplicationsByApplicationIdEmailTemplatesBySlugTest = (options) => (options.client ?? client).post({
2125
+ security: [{ scheme: "bearer", type: "http" }],
2126
+ url: "/applications/{application_id}/email-templates/{slug}/test",
2127
+ ...options,
2128
+ headers: {
2129
+ "Content-Type": "application/vnd.api+json",
2130
+ ...options.headers
2131
+ }
2132
+ });
2133
+ var getSearchSuggest = (options) => (options.client ?? client).get({
2134
+ security: [{ scheme: "bearer", type: "http" }],
2135
+ url: "/search/suggest",
2136
+ ...options
2137
+ });
2036
2138
  var deleteWebhookConfigsById = (options) => (options.client ?? client).delete({
2037
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2038
2139
  security: [{ scheme: "bearer", type: "http" }],
2039
2140
  url: "/webhook_configs/{id}",
2040
2141
  ...options
2041
2142
  });
2042
2143
  var getWebhookConfigsById = (options) => (options.client ?? client).get({
2043
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2044
2144
  security: [{ scheme: "bearer", type: "http" }],
2045
2145
  url: "/webhook_configs/{id}",
2046
2146
  ...options
2047
2147
  });
2048
2148
  var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
2049
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2050
2149
  security: [{ scheme: "bearer", type: "http" }],
2051
2150
  url: "/webhook_configs/{id}",
2052
2151
  ...options,
@@ -2055,8 +2154,16 @@ var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
2055
2154
  ...options.headers
2056
2155
  }
2057
2156
  });
2157
+ var postWebhookConfigsBulkEnable = (options) => (options.client ?? client).post({
2158
+ security: [{ scheme: "bearer", type: "http" }],
2159
+ url: "/webhook_configs/bulk_enable",
2160
+ ...options,
2161
+ headers: {
2162
+ "Content-Type": "application/vnd.api+json",
2163
+ ...options.headers
2164
+ }
2165
+ });
2058
2166
  var postInvitationsAcceptByToken = (options) => (options.client ?? client).post({
2059
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2060
2167
  security: [{ scheme: "bearer", type: "http" }],
2061
2168
  url: "/invitations/accept_by_token",
2062
2169
  ...options,
@@ -2065,14 +2172,17 @@ var postInvitationsAcceptByToken = (options) => (options.client ?? client).post(
2065
2172
  ...options.headers
2066
2173
  }
2067
2174
  });
2175
+ var deleteAiMessagesById = (options) => (options.client ?? client).delete({
2176
+ security: [{ scheme: "bearer", type: "http" }],
2177
+ url: "/ai/messages/{id}",
2178
+ ...options
2179
+ });
2068
2180
  var getExtractionBatchesByIdUploadUrls = (options) => (options.client ?? client).get({
2069
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2070
2181
  security: [{ scheme: "bearer", type: "http" }],
2071
2182
  url: "/extraction/batches/{id}/upload-urls",
2072
2183
  ...options
2073
2184
  });
2074
2185
  var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
2075
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2076
2186
  security: [{ scheme: "bearer", type: "http" }],
2077
2187
  url: "/documents/bulk_delete",
2078
2188
  ...options,
@@ -2082,19 +2192,16 @@ var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
2082
2192
  }
2083
2193
  });
2084
2194
  var deleteAgentVersionsById = (options) => (options.client ?? client).delete({
2085
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2086
2195
  security: [{ scheme: "bearer", type: "http" }],
2087
2196
  url: "/agent_versions/{id}",
2088
2197
  ...options
2089
2198
  });
2090
2199
  var getAgentVersionsById = (options) => (options.client ?? client).get({
2091
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2092
2200
  security: [{ scheme: "bearer", type: "http" }],
2093
2201
  url: "/agent_versions/{id}",
2094
2202
  ...options
2095
2203
  });
2096
2204
  var postAiChunksSearch = (options) => (options.client ?? client).post({
2097
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2098
2205
  security: [{ scheme: "bearer", type: "http" }],
2099
2206
  url: "/ai/chunks/search",
2100
2207
  ...options,
@@ -2103,8 +2210,12 @@ var postAiChunksSearch = (options) => (options.client ?? client).post({
2103
2210
  ...options.headers
2104
2211
  }
2105
2212
  });
2213
+ var getThreadsByIdMessages = (options) => (options.client ?? client).get({
2214
+ security: [{ scheme: "bearer", type: "http" }],
2215
+ url: "/threads/{id}/messages",
2216
+ ...options
2217
+ });
2106
2218
  var postThreadsByIdMessages = (options) => (options.client ?? client).post({
2107
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2108
2219
  security: [{ scheme: "bearer", type: "http" }],
2109
2220
  url: "/threads/{id}/messages",
2110
2221
  ...options,
@@ -2114,7 +2225,6 @@ var postThreadsByIdMessages = (options) => (options.client ?? client).post({
2114
2225
  }
2115
2226
  });
2116
2227
  var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
2117
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2118
2228
  security: [{ scheme: "bearer", type: "http" }],
2119
2229
  url: "/agents/clone_for_workspace",
2120
2230
  ...options,
@@ -2124,7 +2234,6 @@ var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
2124
2234
  }
2125
2235
  });
2126
2236
  var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
2127
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2128
2237
  security: [{ scheme: "bearer", type: "http" }],
2129
2238
  url: "/invitations/{id}/accept",
2130
2239
  ...options,
@@ -2134,30 +2243,31 @@ var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
2134
2243
  }
2135
2244
  });
2136
2245
  var getCreditPackagesById = (options) => (options.client ?? client).get({
2137
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2138
2246
  security: [{ scheme: "bearer", type: "http" }],
2139
2247
  url: "/credit-packages/{id}",
2140
2248
  ...options
2141
2249
  });
2250
+ var deleteUsersById = (options) => (options.client ?? client).delete({
2251
+ security: [{ scheme: "bearer", type: "http" }],
2252
+ url: "/users/{id}",
2253
+ ...options
2254
+ });
2142
2255
  var getUsersById = (options) => (options.client ?? client).get({
2143
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2144
2256
  security: [{ scheme: "bearer", type: "http" }],
2145
2257
  url: "/users/{id}",
2146
2258
  ...options
2147
2259
  });
2148
2260
  var getExtractionResultsById = (options) => (options.client ?? client).get({
2149
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2150
2261
  security: [{ scheme: "bearer", type: "http" }],
2151
2262
  url: "/extraction/results/{id}",
2152
2263
  ...options
2153
2264
  });
2154
- var postWebhookDeliveriesStats = (options) => (options.client ?? client).post({
2265
+ var getWebhookDeliveriesStats = (options) => (options.client ?? client).get({
2155
2266
  security: [{ scheme: "bearer", type: "http" }],
2156
2267
  url: "/webhook_deliveries/stats",
2157
2268
  ...options
2158
2269
  });
2159
2270
  var postAgentsByIdValidate = (options) => (options.client ?? client).post({
2160
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2161
2271
  security: [{ scheme: "bearer", type: "http" }],
2162
2272
  url: "/agents/{id}/validate",
2163
2273
  ...options,
@@ -2167,7 +2277,6 @@ var postAgentsByIdValidate = (options) => (options.client ?? client).post({
2167
2277
  }
2168
2278
  });
2169
2279
  var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
2170
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2171
2280
  security: [{ scheme: "bearer", type: "http" }],
2172
2281
  url: "/webhook_configs/{id}/test",
2173
2282
  ...options,
@@ -2177,13 +2286,11 @@ var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
2177
2286
  }
2178
2287
  });
2179
2288
  var getUsersMe = (options) => (options.client ?? client).get({
2180
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2181
2289
  security: [{ scheme: "bearer", type: "http" }],
2182
2290
  url: "/users/me",
2183
2291
  ...options
2184
2292
  });
2185
2293
  var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post({
2186
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2187
2294
  security: [{ scheme: "bearer", type: "http" }],
2188
2295
  url: "/users/auth/register_with_oidc",
2189
2296
  ...options,
@@ -2207,7 +2314,6 @@ var postAgentsByIdSchemaVersions = (options) => (options.client ?? client).post(
2207
2314
  }
2208
2315
  });
2209
2316
  var postTenantsByIdCredit = (options) => (options.client ?? client).post({
2210
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2211
2317
  security: [{ scheme: "bearer", type: "http" }],
2212
2318
  url: "/tenants/{id}/credit",
2213
2319
  ...options,
@@ -2217,36 +2323,21 @@ var postTenantsByIdCredit = (options) => (options.client ?? client).post({
2217
2323
  }
2218
2324
  });
2219
2325
  var getTransactionsById = (options) => (options.client ?? client).get({
2220
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2221
2326
  security: [{ scheme: "bearer", type: "http" }],
2222
2327
  url: "/transactions/{id}",
2223
2328
  ...options
2224
2329
  });
2225
2330
  var getUsersMeTenants = (options) => (options.client ?? client).get({
2226
- querySerializer: {
2227
- parameters: {
2228
- filter: { object: { style: "form" } },
2229
- fields: { object: { style: "form" } }
2230
- }
2231
- },
2232
2331
  security: [{ scheme: "bearer", type: "http" }],
2233
2332
  url: "/users/me/tenants",
2234
2333
  ...options
2235
2334
  });
2236
2335
  var getTenantMemberships = (options) => (options.client ?? client).get({
2237
- querySerializer: {
2238
- parameters: {
2239
- filter: { object: { style: "form" } },
2240
- page: { object: { style: "form" } },
2241
- fields: { object: { style: "form" } }
2242
- }
2243
- },
2244
2336
  security: [{ scheme: "bearer", type: "http" }],
2245
2337
  url: "/tenant-memberships",
2246
2338
  ...options
2247
2339
  });
2248
2340
  var postTenantMemberships = (options) => (options.client ?? client).post({
2249
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2250
2341
  security: [{ scheme: "bearer", type: "http" }],
2251
2342
  url: "/tenant-memberships",
2252
2343
  ...options,
@@ -2265,7 +2356,6 @@ var postTrainingExamplesBulkDelete = (options) => (options.client ?? client).pos
2265
2356
  }
2266
2357
  });
2267
2358
  var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client).patch({
2268
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2269
2359
  security: [{ scheme: "bearer", type: "http" }],
2270
2360
  url: "/extraction/documents/{id}/include",
2271
2361
  ...options,
@@ -2275,13 +2365,21 @@ var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client
2275
2365
  }
2276
2366
  });
2277
2367
  var getLlmAnalyticsSummary = (options) => (options.client ?? client).get({
2278
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2279
2368
  security: [{ scheme: "bearer", type: "http" }],
2280
2369
  url: "/llm_analytics/summary",
2281
2370
  ...options
2282
2371
  });
2372
+ var getAgentVersionsByIdMetrics = (options) => (options.client ?? client).get({
2373
+ security: [{ scheme: "bearer", type: "http" }],
2374
+ url: "/agent_versions/{id}/metrics",
2375
+ ...options
2376
+ });
2377
+ var getUsersMeStats = (options) => (options.client ?? client).get({
2378
+ security: [{ scheme: "bearer", type: "http" }],
2379
+ url: "/users/me/stats",
2380
+ ...options
2381
+ });
2283
2382
  var postStorageSignDownload = (options) => (options.client ?? client).post({
2284
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2285
2383
  security: [{ scheme: "bearer", type: "http" }],
2286
2384
  url: "/storage/sign_download",
2287
2385
  ...options,
@@ -2291,31 +2389,31 @@ var postStorageSignDownload = (options) => (options.client ?? client).post({
2291
2389
  }
2292
2390
  });
2293
2391
  var deleteTrainingSessionsById = (options) => (options.client ?? client).delete({
2294
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2295
2392
  security: [{ scheme: "bearer", type: "http" }],
2296
2393
  url: "/training_sessions/{id}",
2297
2394
  ...options
2298
2395
  });
2299
2396
  var getTrainingSessionsById = (options) => (options.client ?? client).get({
2300
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2301
2397
  security: [{ scheme: "bearer", type: "http" }],
2302
2398
  url: "/training_sessions/{id}",
2303
2399
  ...options
2304
2400
  });
2401
+ var getUsersByEmail = (options) => (options.client ?? client).get({
2402
+ security: [{ scheme: "bearer", type: "http" }],
2403
+ url: "/users/by-email",
2404
+ ...options
2405
+ });
2305
2406
  var deleteNotificationMethodsById = (options) => (options.client ?? client).delete({
2306
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2307
2407
  security: [{ scheme: "bearer", type: "http" }],
2308
2408
  url: "/notification_methods/{id}",
2309
2409
  ...options
2310
2410
  });
2311
2411
  var getNotificationMethodsById = (options) => (options.client ?? client).get({
2312
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2313
2412
  security: [{ scheme: "bearer", type: "http" }],
2314
2413
  url: "/notification_methods/{id}",
2315
2414
  ...options
2316
2415
  });
2317
2416
  var patchNotificationMethodsById = (options) => (options.client ?? client).patch({
2318
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2319
2417
  security: [{ scheme: "bearer", type: "http" }],
2320
2418
  url: "/notification_methods/{id}",
2321
2419
  ...options,
@@ -2325,41 +2423,30 @@ var patchNotificationMethodsById = (options) => (options.client ?? client).patch
2325
2423
  }
2326
2424
  });
2327
2425
  var getWebhookDeliveries = (options) => (options.client ?? client).get({
2328
- querySerializer: {
2329
- parameters: {
2330
- filter: { object: { style: "form" } },
2331
- page: { object: { style: "form" } },
2332
- fields: { object: { style: "form" } }
2333
- }
2334
- },
2335
2426
  security: [{ scheme: "bearer", type: "http" }],
2336
2427
  url: "/webhook_deliveries",
2337
2428
  ...options
2338
2429
  });
2430
+ var postWebhookConfigsBulkDisable = (options) => (options.client ?? client).post({
2431
+ security: [{ scheme: "bearer", type: "http" }],
2432
+ url: "/webhook_configs/bulk_disable",
2433
+ ...options,
2434
+ headers: {
2435
+ "Content-Type": "application/vnd.api+json",
2436
+ ...options.headers
2437
+ }
2438
+ });
2339
2439
  var getSearch = (options) => (options.client ?? client).get({
2340
- querySerializer: {
2341
- parameters: {
2342
- filter: { object: { style: "form" } },
2343
- fields: { object: { style: "form" } }
2344
- }
2345
- },
2346
2440
  security: [{ scheme: "bearer", type: "http" }],
2347
2441
  url: "/search",
2348
2442
  ...options
2349
2443
  });
2350
2444
  var getInvitations = (options) => (options.client ?? client).get({
2351
- querySerializer: {
2352
- parameters: {
2353
- filter: { object: { style: "form" } },
2354
- fields: { object: { style: "form" } }
2355
- }
2356
- },
2357
2445
  security: [{ scheme: "bearer", type: "http" }],
2358
2446
  url: "/invitations",
2359
2447
  ...options
2360
2448
  });
2361
2449
  var postInvitations = (options) => (options.client ?? client).post({
2362
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2363
2450
  security: [{ scheme: "bearer", type: "http" }],
2364
2451
  url: "/invitations",
2365
2452
  ...options,
@@ -2368,31 +2455,36 @@ var postInvitations = (options) => (options.client ?? client).post({
2368
2455
  ...options.headers
2369
2456
  }
2370
2457
  });
2458
+ var patchThreadsByIdArchive = (options) => (options.client ?? client).patch({
2459
+ security: [{ scheme: "bearer", type: "http" }],
2460
+ url: "/threads/{id}/archive",
2461
+ ...options,
2462
+ headers: {
2463
+ "Content-Type": "application/vnd.api+json",
2464
+ ...options.headers
2465
+ }
2466
+ });
2467
+ var getApiKeysStats = (options) => (options.client ?? client).get({
2468
+ security: [{ scheme: "bearer", type: "http" }],
2469
+ url: "/api_keys/stats",
2470
+ ...options
2471
+ });
2371
2472
  var getSearchSemantic = (options) => (options.client ?? client).get({
2372
- querySerializer: {
2373
- parameters: {
2374
- filter: { object: { style: "form" } },
2375
- fields: { object: { style: "form" } }
2376
- }
2377
- },
2378
2473
  security: [{ scheme: "bearer", type: "http" }],
2379
2474
  url: "/search/semantic",
2380
2475
  ...options
2381
2476
  });
2477
+ var getThreadsStats = (options) => (options.client ?? client).get({
2478
+ security: [{ scheme: "bearer", type: "http" }],
2479
+ url: "/threads/stats",
2480
+ ...options
2481
+ });
2382
2482
  var getMessages = (options) => (options.client ?? client).get({
2383
- querySerializer: {
2384
- parameters: {
2385
- filter: { object: { style: "form" } },
2386
- page: { object: { style: "form" } },
2387
- fields: { object: { style: "form" } }
2388
- }
2389
- },
2390
2483
  security: [{ scheme: "bearer", type: "http" }],
2391
2484
  url: "/messages",
2392
2485
  ...options
2393
2486
  });
2394
2487
  var postMessages = (options) => (options.client ?? client).post({
2395
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2396
2488
  security: [{ scheme: "bearer", type: "http" }],
2397
2489
  url: "/messages",
2398
2490
  ...options,
@@ -2402,19 +2494,11 @@ var postMessages = (options) => (options.client ?? client).post({
2402
2494
  }
2403
2495
  });
2404
2496
  var getNotificationPreferences = (options) => (options.client ?? client).get({
2405
- querySerializer: {
2406
- parameters: {
2407
- filter: { object: { style: "form" } },
2408
- page: { object: { style: "form" } },
2409
- fields: { object: { style: "form" } }
2410
- }
2411
- },
2412
2497
  security: [{ scheme: "bearer", type: "http" }],
2413
2498
  url: "/notification_preferences",
2414
2499
  ...options
2415
2500
  });
2416
2501
  var postNotificationPreferences = (options) => (options.client ?? client).post({
2417
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2418
2502
  security: [{ scheme: "bearer", type: "http" }],
2419
2503
  url: "/notification_preferences",
2420
2504
  ...options,
@@ -2424,19 +2508,11 @@ var postNotificationPreferences = (options) => (options.client ?? client).post({
2424
2508
  }
2425
2509
  });
2426
2510
  var getApplications = (options) => (options.client ?? client).get({
2427
- querySerializer: {
2428
- parameters: {
2429
- filter: { object: { style: "form" } },
2430
- page: { object: { style: "form" } },
2431
- fields: { object: { style: "form" } }
2432
- }
2433
- },
2434
2511
  security: [{ scheme: "bearer", type: "http" }],
2435
2512
  url: "/applications",
2436
2513
  ...options
2437
2514
  });
2438
2515
  var postApplications = (options) => (options.client ?? client).post({
2439
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2440
2516
  security: [{ scheme: "bearer", type: "http" }],
2441
2517
  url: "/applications",
2442
2518
  ...options,
@@ -2445,6 +2521,15 @@ var postApplications = (options) => (options.client ?? client).post({
2445
2521
  ...options.headers
2446
2522
  }
2447
2523
  });
2524
+ var patchWatcherClaimsByIdRetry = (options) => (options.client ?? client).patch({
2525
+ security: [{ scheme: "bearer", type: "http" }],
2526
+ url: "/watcher/claims/{id}/retry",
2527
+ ...options,
2528
+ headers: {
2529
+ "Content-Type": "application/vnd.api+json",
2530
+ ...options.headers
2531
+ }
2532
+ });
2448
2533
  var postAgentsPredict = (options) => (options.client ?? client).post({
2449
2534
  security: [{ scheme: "bearer", type: "http" }],
2450
2535
  url: "/agents/predict",
@@ -2455,7 +2540,6 @@ var postAgentsPredict = (options) => (options.client ?? client).post({
2455
2540
  }
2456
2541
  });
2457
2542
  var patchExtractionDocumentsByIdReprocess = (options) => (options.client ?? client).patch({
2458
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2459
2543
  security: [{ scheme: "bearer", type: "http" }],
2460
2544
  url: "/extraction/documents/{id}/reprocess",
2461
2545
  ...options,
@@ -2465,19 +2549,16 @@ var patchExtractionDocumentsByIdReprocess = (options) => (options.client ?? clie
2465
2549
  }
2466
2550
  });
2467
2551
  var deleteThreadsById = (options) => (options.client ?? client).delete({
2468
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2469
2552
  security: [{ scheme: "bearer", type: "http" }],
2470
2553
  url: "/threads/{id}",
2471
2554
  ...options
2472
2555
  });
2473
2556
  var getThreadsById = (options) => (options.client ?? client).get({
2474
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2475
2557
  security: [{ scheme: "bearer", type: "http" }],
2476
2558
  url: "/threads/{id}",
2477
2559
  ...options
2478
2560
  });
2479
2561
  var patchThreadsById = (options) => (options.client ?? client).patch({
2480
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2481
2562
  security: [{ scheme: "bearer", type: "http" }],
2482
2563
  url: "/threads/{id}",
2483
2564
  ...options,
@@ -2486,20 +2567,36 @@ var patchThreadsById = (options) => (options.client ?? client).patch({
2486
2567
  ...options.headers
2487
2568
  }
2488
2569
  });
2570
+ var getWorkspacesByIdMembers = (options) => (options.client ?? client).get({
2571
+ security: [{ scheme: "bearer", type: "http" }],
2572
+ url: "/workspaces/{id}/members",
2573
+ ...options
2574
+ });
2575
+ var getBucketsAll = (options) => (options.client ?? client).get({
2576
+ security: [{ scheme: "bearer", type: "http" }],
2577
+ url: "/buckets/all",
2578
+ ...options
2579
+ });
2580
+ var getWatcherClaims = (options) => (options.client ?? client).get({
2581
+ security: [{ scheme: "bearer", type: "http" }],
2582
+ url: "/watcher/claims",
2583
+ ...options
2584
+ });
2585
+ var postWatcherClaims = (options) => (options.client ?? client).post({
2586
+ security: [{ scheme: "bearer", type: "http" }],
2587
+ url: "/watcher/claims",
2588
+ ...options,
2589
+ headers: {
2590
+ "Content-Type": "application/vnd.api+json",
2591
+ ...options.headers
2592
+ }
2593
+ });
2489
2594
  var getLlmAnalytics = (options) => (options.client ?? client).get({
2490
- querySerializer: {
2491
- parameters: {
2492
- filter: { object: { style: "form" } },
2493
- page: { object: { style: "form" } },
2494
- fields: { object: { style: "form" } }
2495
- }
2496
- },
2497
2595
  security: [{ scheme: "bearer", type: "http" }],
2498
2596
  url: "/llm_analytics",
2499
2597
  ...options
2500
2598
  });
2501
2599
  var postLlmAnalytics = (options) => (options.client ?? client).post({
2502
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2503
2600
  security: [{ scheme: "bearer", type: "http" }],
2504
2601
  url: "/llm_analytics",
2505
2602
  ...options,
@@ -2508,8 +2605,21 @@ var postLlmAnalytics = (options) => (options.client ?? client).post({
2508
2605
  ...options.headers
2509
2606
  }
2510
2607
  });
2608
+ var getStorageStatsTenantByTenantId = (options) => (options.client ?? client).get({
2609
+ security: [{ scheme: "bearer", type: "http" }],
2610
+ url: "/storage/stats/tenant/{tenant_id}",
2611
+ ...options
2612
+ });
2613
+ var postAgentTestResults = (options) => (options.client ?? client).post({
2614
+ security: [{ scheme: "bearer", type: "http" }],
2615
+ url: "/agent_test_results",
2616
+ ...options,
2617
+ headers: {
2618
+ "Content-Type": "application/vnd.api+json",
2619
+ ...options.headers
2620
+ }
2621
+ });
2511
2622
  var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch({
2512
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2513
2623
  security: [{ scheme: "bearer", type: "http" }],
2514
2624
  url: "/users/{id}/reset-password",
2515
2625
  ...options,
@@ -2518,8 +2628,16 @@ var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch(
2518
2628
  ...options.headers
2519
2629
  }
2520
2630
  });
2631
+ var postThreadsByIdExport = (options) => (options.client ?? client).post({
2632
+ security: [{ scheme: "bearer", type: "http" }],
2633
+ url: "/threads/{id}/export",
2634
+ ...options,
2635
+ headers: {
2636
+ "Content-Type": "application/vnd.api+json",
2637
+ ...options.headers
2638
+ }
2639
+ });
2521
2640
  var postDocumentsPresignedUpload = (options) => (options.client ?? client).post({
2522
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2523
2641
  security: [{ scheme: "bearer", type: "http" }],
2524
2642
  url: "/documents/presigned_upload",
2525
2643
  ...options,
@@ -2528,14 +2646,17 @@ var postDocumentsPresignedUpload = (options) => (options.client ?? client).post(
2528
2646
  ...options.headers
2529
2647
  }
2530
2648
  });
2649
+ var getWebhookConfigsByIdEvents = (options) => (options.client ?? client).get({
2650
+ security: [{ scheme: "bearer", type: "http" }],
2651
+ url: "/webhook_configs/{id}/events",
2652
+ ...options
2653
+ });
2531
2654
  var getMessagesSearch = (options) => (options.client ?? client).get({
2532
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2533
2655
  security: [{ scheme: "bearer", type: "http" }],
2534
2656
  url: "/messages/search",
2535
2657
  ...options
2536
2658
  });
2537
2659
  var postAgentsByIdTeach = (options) => (options.client ?? client).post({
2538
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2539
2660
  security: [{ scheme: "bearer", type: "http" }],
2540
2661
  url: "/agents/{id}/teach",
2541
2662
  ...options,
@@ -2545,19 +2666,11 @@ var postAgentsByIdTeach = (options) => (options.client ?? client).post({
2545
2666
  }
2546
2667
  });
2547
2668
  var getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue = (options) => (options.client ?? client).get({
2548
- querySerializer: {
2549
- parameters: {
2550
- filter: { object: { style: "form" } },
2551
- page: { object: { style: "form" } },
2552
- fields: { object: { style: "form" } }
2553
- }
2554
- },
2555
2669
  security: [{ scheme: "bearer", type: "http" }],
2556
2670
  url: "/extraction/documents/workspace/{workspace_id}/review_queue",
2557
2671
  ...options
2558
2672
  });
2559
2673
  var patchInvitationsByIdDecline = (options) => (options.client ?? client).patch({
2560
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2561
2674
  security: [{ scheme: "bearer", type: "http" }],
2562
2675
  url: "/invitations/{id}/decline",
2563
2676
  ...options,
@@ -2567,7 +2680,6 @@ var patchInvitationsByIdDecline = (options) => (options.client ?? client).patch(
2567
2680
  }
2568
2681
  });
2569
2682
  var postExtractionDocumentsUpload = (options) => (options.client ?? client).post({
2570
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2571
2683
  security: [{ scheme: "bearer", type: "http" }],
2572
2684
  url: "/extraction/documents/upload",
2573
2685
  ...options,
@@ -2577,7 +2689,6 @@ var postExtractionDocumentsUpload = (options) => (options.client ?? client).post
2577
2689
  }
2578
2690
  });
2579
2691
  var patchExtractionResultsByIdCorrections = (options) => (options.client ?? client).patch({
2580
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2581
2692
  security: [{ scheme: "bearer", type: "http" }],
2582
2693
  url: "/extraction/results/{id}/corrections",
2583
2694
  ...options,
@@ -2586,26 +2697,31 @@ var patchExtractionResultsByIdCorrections = (options) => (options.client ?? clie
2586
2697
  ...options.headers
2587
2698
  }
2588
2699
  });
2700
+ var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client).patch({
2701
+ security: [{ scheme: "bearer", type: "http" }],
2702
+ url: "/notification_methods/{id}/verify",
2703
+ ...options,
2704
+ headers: {
2705
+ "Content-Type": "application/vnd.api+json",
2706
+ ...options.headers
2707
+ }
2708
+ });
2589
2709
  var getExtractionResultsDocumentByDocumentId = (options) => (options.client ?? client).get({
2590
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2591
2710
  security: [{ scheme: "bearer", type: "http" }],
2592
2711
  url: "/extraction/results/document/{document_id}",
2593
2712
  ...options
2594
2713
  });
2595
2714
  var deleteWorkspacesById = (options) => (options.client ?? client).delete({
2596
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2597
2715
  security: [{ scheme: "bearer", type: "http" }],
2598
2716
  url: "/workspaces/{id}",
2599
2717
  ...options
2600
2718
  });
2601
2719
  var getWorkspacesById = (options) => (options.client ?? client).get({
2602
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2603
2720
  security: [{ scheme: "bearer", type: "http" }],
2604
2721
  url: "/workspaces/{id}",
2605
2722
  ...options
2606
2723
  });
2607
2724
  var patchWorkspacesById = (options) => (options.client ?? client).patch({
2608
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2609
2725
  security: [{ scheme: "bearer", type: "http" }],
2610
2726
  url: "/workspaces/{id}",
2611
2727
  ...options,
@@ -2615,19 +2731,11 @@ var patchWorkspacesById = (options) => (options.client ?? client).patch({
2615
2731
  }
2616
2732
  });
2617
2733
  var getTenants = (options) => (options.client ?? client).get({
2618
- querySerializer: {
2619
- parameters: {
2620
- filter: { object: { style: "form" } },
2621
- page: { object: { style: "form" } },
2622
- fields: { object: { style: "form" } }
2623
- }
2624
- },
2625
2734
  security: [{ scheme: "bearer", type: "http" }],
2626
2735
  url: "/tenants",
2627
2736
  ...options
2628
2737
  });
2629
2738
  var postTenants = (options) => (options.client ?? client).post({
2630
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2631
2739
  security: [{ scheme: "bearer", type: "http" }],
2632
2740
  url: "/tenants",
2633
2741
  ...options,
@@ -2637,7 +2745,6 @@ var postTenants = (options) => (options.client ?? client).post({
2637
2745
  }
2638
2746
  });
2639
2747
  var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post({
2640
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2641
2748
  security: [{ scheme: "bearer", type: "http" }],
2642
2749
  url: "/tenants/{id}/remove-storage",
2643
2750
  ...options,
@@ -2646,50 +2753,46 @@ var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post(
2646
2753
  ...options.headers
2647
2754
  }
2648
2755
  });
2756
+ var getWalletInvoices = (options) => (options.client ?? client).get({
2757
+ security: [{ scheme: "bearer", type: "http" }],
2758
+ url: "/wallet/invoices",
2759
+ ...options
2760
+ });
2761
+ var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client).patch({
2762
+ security: [{ scheme: "bearer", type: "http" }],
2763
+ url: "/workspaces/{id}/storage-settings",
2764
+ ...options,
2765
+ headers: {
2766
+ "Content-Type": "application/vnd.api+json",
2767
+ ...options.headers
2768
+ }
2769
+ });
2649
2770
  var getNotificationLogsById = (options) => (options.client ?? client).get({
2650
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2651
2771
  security: [{ scheme: "bearer", type: "http" }],
2652
2772
  url: "/notification_logs/{id}",
2653
2773
  ...options
2654
2774
  });
2655
2775
  var getExtractionDocumentsByIdView = (options) => (options.client ?? client).get({
2656
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2657
2776
  security: [{ scheme: "bearer", type: "http" }],
2658
2777
  url: "/extraction/documents/{id}/view",
2659
2778
  ...options
2660
2779
  });
2661
2780
  var getWebhookDeliveriesById = (options) => (options.client ?? client).get({
2662
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2663
2781
  security: [{ scheme: "bearer", type: "http" }],
2664
2782
  url: "/webhook_deliveries/{id}",
2665
2783
  ...options
2666
2784
  });
2667
2785
  var getAuditLogs = (options) => (options.client ?? client).get({
2668
- querySerializer: {
2669
- parameters: {
2670
- filter: { object: { style: "form" } },
2671
- page: { object: { style: "form" } },
2672
- fields: { object: { style: "form" } }
2673
- }
2674
- },
2675
2786
  security: [{ scheme: "bearer", type: "http" }],
2676
2787
  url: "/audit-logs",
2677
2788
  ...options
2678
2789
  });
2679
2790
  var getAiGraphEdges = (options) => (options.client ?? client).get({
2680
- querySerializer: {
2681
- parameters: {
2682
- filter: { object: { style: "form" } },
2683
- page: { object: { style: "form" } },
2684
- fields: { object: { style: "form" } }
2685
- }
2686
- },
2687
2791
  security: [{ scheme: "bearer", type: "http" }],
2688
2792
  url: "/ai/graph/edges",
2689
2793
  ...options
2690
2794
  });
2691
2795
  var postAiGraphEdges = (options) => (options.client ?? client).post({
2692
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2693
2796
  security: [{ scheme: "bearer", type: "http" }],
2694
2797
  url: "/ai/graph/edges",
2695
2798
  ...options,
@@ -2699,19 +2802,11 @@ var postAiGraphEdges = (options) => (options.client ?? client).post({
2699
2802
  }
2700
2803
  });
2701
2804
  var getTrainingExamples = (options) => (options.client ?? client).get({
2702
- querySerializer: {
2703
- parameters: {
2704
- filter: { object: { style: "form" } },
2705
- page: { object: { style: "form" } },
2706
- fields: { object: { style: "form" } }
2707
- }
2708
- },
2709
2805
  security: [{ scheme: "bearer", type: "http" }],
2710
2806
  url: "/training_examples",
2711
2807
  ...options
2712
2808
  });
2713
2809
  var postTrainingExamples = (options) => (options.client ?? client).post({
2714
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2715
2810
  security: [{ scheme: "bearer", type: "http" }],
2716
2811
  url: "/training_examples",
2717
2812
  ...options,
@@ -2721,7 +2816,6 @@ var postTrainingExamples = (options) => (options.client ?? client).post({
2721
2816
  }
2722
2817
  });
2723
2818
  var getWorkspacesByWorkspaceIdExtractionExportsById = (options) => (options.client ?? client).get({
2724
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2725
2819
  security: [{ scheme: "bearer", type: "http" }],
2726
2820
  url: "/workspaces/{workspace_id}/extraction/exports/{id}",
2727
2821
  ...options
@@ -2731,19 +2825,21 @@ var getAgentsByIdTrainingStats = (options) => (options.client ?? client).get({
2731
2825
  url: "/agents/{id}/training_stats",
2732
2826
  ...options
2733
2827
  });
2828
+ var postObjectsCopy = (options) => (options.client ?? client).post({
2829
+ security: [{ scheme: "bearer", type: "http" }],
2830
+ url: "/objects/copy",
2831
+ ...options,
2832
+ headers: {
2833
+ "Content-Type": "application/vnd.api+json",
2834
+ ...options.headers
2835
+ }
2836
+ });
2734
2837
  var getBuckets = (options) => (options.client ?? client).get({
2735
- querySerializer: {
2736
- parameters: {
2737
- filter: { object: { style: "form" } },
2738
- fields: { object: { style: "form" } }
2739
- }
2740
- },
2741
2838
  security: [{ scheme: "bearer", type: "http" }],
2742
2839
  url: "/buckets",
2743
2840
  ...options
2744
2841
  });
2745
2842
  var postBuckets = (options) => (options.client ?? client).post({
2746
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2747
2843
  security: [{ scheme: "bearer", type: "http" }],
2748
2844
  url: "/buckets",
2749
2845
  ...options,
@@ -2752,20 +2848,41 @@ var postBuckets = (options) => (options.client ?? client).post({
2752
2848
  ...options.headers
2753
2849
  }
2754
2850
  });
2851
+ var getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping = (options) => (options.client ?? client).get({
2852
+ security: [{ scheme: "bearer", type: "http" }],
2853
+ url: "/workspaces/{workspace_id}/extraction/{document_id}/mapping",
2854
+ ...options
2855
+ });
2856
+ var postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping = (options) => (options.client ?? client).post({
2857
+ security: [{ scheme: "bearer", type: "http" }],
2858
+ url: "/workspaces/{workspace_id}/extraction/{document_id}/mapping",
2859
+ ...options,
2860
+ headers: {
2861
+ "Content-Type": "application/vnd.api+json",
2862
+ ...options.headers
2863
+ }
2864
+ });
2865
+ var getUsersMeActivity = (options) => (options.client ?? client).get({
2866
+ security: [{ scheme: "bearer", type: "http" }],
2867
+ url: "/users/me/activity",
2868
+ ...options
2869
+ });
2870
+ var getNotificationLogsStats = (options) => (options.client ?? client).get({
2871
+ security: [{ scheme: "bearer", type: "http" }],
2872
+ url: "/notification_logs/stats",
2873
+ ...options
2874
+ });
2755
2875
  var getPlansById = (options) => (options.client ?? client).get({
2756
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2757
2876
  security: [{ scheme: "bearer", type: "http" }],
2758
2877
  url: "/plans/{id}",
2759
2878
  ...options
2760
2879
  });
2761
2880
  var getTenantsByTenantIdStats = (options) => (options.client ?? client).get({
2762
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2763
2881
  security: [{ scheme: "bearer", type: "http" }],
2764
2882
  url: "/tenants/{tenant_id}/stats",
2765
2883
  ...options
2766
2884
  });
2767
2885
  var patchWalletAddons = (options) => (options.client ?? client).patch({
2768
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2769
2886
  security: [{ scheme: "bearer", type: "http" }],
2770
2887
  url: "/wallet/addons",
2771
2888
  ...options,
@@ -2774,8 +2891,21 @@ var patchWalletAddons = (options) => (options.client ?? client).patch({
2774
2891
  ...options.headers
2775
2892
  }
2776
2893
  });
2894
+ var postTenantsByIdSchedulePurge = (options) => (options.client ?? client).post({
2895
+ security: [{ scheme: "bearer", type: "http" }],
2896
+ url: "/tenants/{id}/schedule-purge",
2897
+ ...options,
2898
+ headers: {
2899
+ "Content-Type": "application/vnd.api+json",
2900
+ ...options.headers
2901
+ }
2902
+ });
2903
+ var getMessagesSemanticSearch = (options) => (options.client ?? client).get({
2904
+ security: [{ scheme: "bearer", type: "http" }],
2905
+ url: "/messages/semantic-search",
2906
+ ...options
2907
+ });
2777
2908
  var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
2778
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2779
2909
  security: [{ scheme: "bearer", type: "http" }],
2780
2910
  url: "/users/auth/magic_link/login",
2781
2911
  ...options,
@@ -2785,19 +2915,11 @@ var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
2785
2915
  }
2786
2916
  });
2787
2917
  var getApiKeys = (options) => (options.client ?? client).get({
2788
- querySerializer: {
2789
- parameters: {
2790
- filter: { object: { style: "form" } },
2791
- page: { object: { style: "form" } },
2792
- fields: { object: { style: "form" } }
2793
- }
2794
- },
2795
2918
  security: [{ scheme: "bearer", type: "http" }],
2796
2919
  url: "/api_keys",
2797
2920
  ...options
2798
2921
  });
2799
2922
  var postApiKeys = (options) => (options.client ?? client).post({
2800
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2801
2923
  security: [{ scheme: "bearer", type: "http" }],
2802
2924
  url: "/api_keys",
2803
2925
  ...options,
@@ -2807,7 +2929,6 @@ var postApiKeys = (options) => (options.client ?? client).post({
2807
2929
  }
2808
2930
  });
2809
2931
  var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
2810
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2811
2932
  security: [{ scheme: "bearer", type: "http" }],
2812
2933
  url: "/users/{id}/admin",
2813
2934
  ...options,
@@ -2816,20 +2937,26 @@ var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
2816
2937
  ...options.headers
2817
2938
  }
2818
2939
  });
2940
+ var postObjectsMove = (options) => (options.client ?? client).post({
2941
+ security: [{ scheme: "bearer", type: "http" }],
2942
+ url: "/objects/move",
2943
+ ...options,
2944
+ headers: {
2945
+ "Content-Type": "application/vnd.api+json",
2946
+ ...options.headers
2947
+ }
2948
+ });
2819
2949
  var deleteAgentsById = (options) => (options.client ?? client).delete({
2820
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2821
2950
  security: [{ scheme: "bearer", type: "http" }],
2822
2951
  url: "/agents/{id}",
2823
2952
  ...options
2824
2953
  });
2825
2954
  var getAgentsById = (options) => (options.client ?? client).get({
2826
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2827
2955
  security: [{ scheme: "bearer", type: "http" }],
2828
2956
  url: "/agents/{id}",
2829
2957
  ...options
2830
2958
  });
2831
2959
  var patchAgentsById = (options) => (options.client ?? client).patch({
2832
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2833
2960
  security: [{ scheme: "bearer", type: "http" }],
2834
2961
  url: "/agents/{id}",
2835
2962
  ...options,
@@ -2838,20 +2965,26 @@ var patchAgentsById = (options) => (options.client ?? client).patch({
2838
2965
  ...options.headers
2839
2966
  }
2840
2967
  });
2968
+ var patchThreadsByIdUnarchive = (options) => (options.client ?? client).patch({
2969
+ security: [{ scheme: "bearer", type: "http" }],
2970
+ url: "/threads/{id}/unarchive",
2971
+ ...options,
2972
+ headers: {
2973
+ "Content-Type": "application/vnd.api+json",
2974
+ ...options.headers
2975
+ }
2976
+ });
2841
2977
  var deleteApiKeysById = (options) => (options.client ?? client).delete({
2842
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2843
2978
  security: [{ scheme: "bearer", type: "http" }],
2844
2979
  url: "/api_keys/{id}",
2845
2980
  ...options
2846
2981
  });
2847
2982
  var getApiKeysById = (options) => (options.client ?? client).get({
2848
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2849
2983
  security: [{ scheme: "bearer", type: "http" }],
2850
2984
  url: "/api_keys/{id}",
2851
2985
  ...options
2852
2986
  });
2853
2987
  var patchApiKeysById = (options) => (options.client ?? client).patch({
2854
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2855
2988
  security: [{ scheme: "bearer", type: "http" }],
2856
2989
  url: "/api_keys/{id}",
2857
2990
  ...options,
@@ -2869,20 +3002,21 @@ var postTrainingExamplesSearch = (options) => (options.client ?? client).post({
2869
3002
  ...options.headers
2870
3003
  }
2871
3004
  });
3005
+ var patchWatcherClaimsByIdRelease = (options) => (options.client ?? client).patch({
3006
+ security: [{ scheme: "bearer", type: "http" }],
3007
+ url: "/watcher/claims/{id}/release",
3008
+ ...options,
3009
+ headers: {
3010
+ "Content-Type": "application/vnd.api+json",
3011
+ ...options.headers
3012
+ }
3013
+ });
2872
3014
  var getAiConversations = (options) => (options.client ?? client).get({
2873
- querySerializer: {
2874
- parameters: {
2875
- filter: { object: { style: "form" } },
2876
- page: { object: { style: "form" } },
2877
- fields: { object: { style: "form" } }
2878
- }
2879
- },
2880
3015
  security: [{ scheme: "bearer", type: "http" }],
2881
3016
  url: "/ai/conversations",
2882
3017
  ...options
2883
3018
  });
2884
3019
  var postAiConversations = (options) => (options.client ?? client).post({
2885
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2886
3020
  security: [{ scheme: "bearer", type: "http" }],
2887
3021
  url: "/ai/conversations",
2888
3022
  ...options,
@@ -2892,7 +3026,6 @@ var postAiConversations = (options) => (options.client ?? client).post({
2892
3026
  }
2893
3027
  });
2894
3028
  var postAiSearch = (options) => (options.client ?? client).post({
2895
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2896
3029
  security: [{ scheme: "bearer", type: "http" }],
2897
3030
  url: "/ai/search",
2898
3031
  ...options,
@@ -2902,24 +3035,16 @@ var postAiSearch = (options) => (options.client ?? client).post({
2902
3035
  }
2903
3036
  });
2904
3037
  var deleteAiGraphNodesById = (options) => (options.client ?? client).delete({
2905
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2906
3038
  security: [{ scheme: "bearer", type: "http" }],
2907
3039
  url: "/ai/graph/nodes/{id}",
2908
3040
  ...options
2909
3041
  });
2910
3042
  var getWorkspacesShared = (options) => (options.client ?? client).get({
2911
- querySerializer: {
2912
- parameters: {
2913
- filter: { object: { style: "form" } },
2914
- fields: { object: { style: "form" } }
2915
- }
2916
- },
2917
3043
  security: [{ scheme: "bearer", type: "http" }],
2918
3044
  url: "/workspaces/shared",
2919
3045
  ...options
2920
3046
  });
2921
3047
  var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client).patch({
2922
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2923
3048
  security: [{ scheme: "bearer", type: "http" }],
2924
3049
  url: "/wallet/addons/{addon_slug}/cancel",
2925
3050
  ...options,
@@ -2929,19 +3054,16 @@ var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client)
2929
3054
  }
2930
3055
  });
2931
3056
  var deleteApplicationsById = (options) => (options.client ?? client).delete({
2932
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2933
3057
  security: [{ scheme: "bearer", type: "http" }],
2934
3058
  url: "/applications/{id}",
2935
3059
  ...options
2936
3060
  });
2937
3061
  var getApplicationsById = (options) => (options.client ?? client).get({
2938
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2939
3062
  security: [{ scheme: "bearer", type: "http" }],
2940
3063
  url: "/applications/{id}",
2941
3064
  ...options
2942
3065
  });
2943
3066
  var patchApplicationsById = (options) => (options.client ?? client).patch({
2944
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2945
3067
  security: [{ scheme: "bearer", type: "http" }],
2946
3068
  url: "/applications/{id}",
2947
3069
  ...options,
@@ -2951,41 +3073,39 @@ var patchApplicationsById = (options) => (options.client ?? client).patch({
2951
3073
  }
2952
3074
  });
2953
3075
  var getSearchHealth = (options) => (options.client ?? client).get({
2954
- querySerializer: {
2955
- parameters: {
2956
- filter: { object: { style: "form" } },
2957
- fields: { object: { style: "form" } }
2958
- }
2959
- },
2960
3076
  security: [{ scheme: "bearer", type: "http" }],
2961
3077
  url: "/search/health",
2962
3078
  ...options
2963
3079
  });
3080
+ var patchExtractionDocumentsByIdVerification = (options) => (options.client ?? client).patch({
3081
+ security: [{ scheme: "bearer", type: "http" }],
3082
+ url: "/extraction/documents/{id}/verification",
3083
+ ...options,
3084
+ headers: {
3085
+ "Content-Type": "application/vnd.api+json",
3086
+ ...options.headers
3087
+ }
3088
+ });
3089
+ var postThreadsByIdFork = (options) => (options.client ?? client).post({
3090
+ security: [{ scheme: "bearer", type: "http" }],
3091
+ url: "/threads/{id}/fork",
3092
+ ...options,
3093
+ headers: {
3094
+ "Content-Type": "application/vnd.api+json",
3095
+ ...options.headers
3096
+ }
3097
+ });
2964
3098
  var getTransactions = (options) => (options.client ?? client).get({
2965
- querySerializer: {
2966
- parameters: {
2967
- filter: { object: { style: "form" } },
2968
- fields: { object: { style: "form" } }
2969
- }
2970
- },
2971
3099
  security: [{ scheme: "bearer", type: "http" }],
2972
3100
  url: "/transactions",
2973
3101
  ...options
2974
3102
  });
2975
3103
  var getUserProfiles = (options) => (options.client ?? client).get({
2976
- querySerializer: {
2977
- parameters: {
2978
- filter: { object: { style: "form" } },
2979
- page: { object: { style: "form" } },
2980
- fields: { object: { style: "form" } }
2981
- }
2982
- },
2983
3104
  security: [{ scheme: "bearer", type: "http" }],
2984
3105
  url: "/user_profiles",
2985
3106
  ...options
2986
3107
  });
2987
3108
  var postUserProfiles = (options) => (options.client ?? client).post({
2988
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2989
3109
  security: [{ scheme: "bearer", type: "http" }],
2990
3110
  url: "/user_profiles",
2991
3111
  ...options,
@@ -2995,7 +3115,6 @@ var postUserProfiles = (options) => (options.client ?? client).post({
2995
3115
  }
2996
3116
  });
2997
3117
  var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
2998
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
2999
3118
  security: [{ scheme: "bearer", type: "http" }],
3000
3119
  url: "/users/{id}/confirm-email",
3001
3120
  ...options,
@@ -3005,13 +3124,20 @@ var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
3005
3124
  }
3006
3125
  });
3007
3126
  var getThreadsSearch = (options) => (options.client ?? client).get({
3008
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3009
3127
  security: [{ scheme: "bearer", type: "http" }],
3010
3128
  url: "/threads/search",
3011
3129
  ...options
3012
3130
  });
3131
+ var postSearchSavedByIdRun = (options) => (options.client ?? client).post({
3132
+ security: [{ scheme: "bearer", type: "http" }],
3133
+ url: "/search/saved/{id}/run",
3134
+ ...options,
3135
+ headers: {
3136
+ "Content-Type": "application/vnd.api+json",
3137
+ ...options.headers
3138
+ }
3139
+ });
3013
3140
  var patchWalletPlan = (options) => (options.client ?? client).patch({
3014
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3015
3141
  security: [{ scheme: "bearer", type: "http" }],
3016
3142
  url: "/wallet/plan",
3017
3143
  ...options,
@@ -3021,13 +3147,11 @@ var patchWalletPlan = (options) => (options.client ?? client).patch({
3021
3147
  }
3022
3148
  });
3023
3149
  var getPlansSlugBySlug = (options) => (options.client ?? client).get({
3024
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3025
3150
  security: [{ scheme: "bearer", type: "http" }],
3026
3151
  url: "/plans/slug/{slug}",
3027
3152
  ...options
3028
3153
  });
3029
3154
  var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client).patch({
3030
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3031
3155
  security: [{ scheme: "bearer", type: "http" }],
3032
3156
  url: "/extraction/documents/{id}/restore",
3033
3157
  ...options,
@@ -3037,13 +3161,16 @@ var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client
3037
3161
  }
3038
3162
  });
3039
3163
  var getLlmAnalyticsById = (options) => (options.client ?? client).get({
3040
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3041
3164
  security: [{ scheme: "bearer", type: "http" }],
3042
3165
  url: "/llm_analytics/{id}",
3043
3166
  ...options
3044
3167
  });
3168
+ var getPermissions = (options) => (options.client ?? client).get({
3169
+ security: [{ scheme: "bearer", type: "http" }],
3170
+ url: "/permissions",
3171
+ ...options
3172
+ });
3045
3173
  var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? client).patch({
3046
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3047
3174
  security: [{ scheme: "bearer", type: "http" }],
3048
3175
  url: "/extraction/documents/{id}/mark_trained",
3049
3176
  ...options,
@@ -3053,7 +3180,6 @@ var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? cl
3053
3180
  }
3054
3181
  });
3055
3182
  var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).patch({
3056
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3057
3183
  security: [{ scheme: "bearer", type: "http" }],
3058
3184
  url: "/applications/{id}/grant-credits",
3059
3185
  ...options,
@@ -3063,29 +3189,16 @@ var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).
3063
3189
  }
3064
3190
  });
3065
3191
  var getSearchStatus = (options) => (options.client ?? client).get({
3066
- querySerializer: {
3067
- parameters: {
3068
- filter: { object: { style: "form" } },
3069
- fields: { object: { style: "form" } }
3070
- }
3071
- },
3072
3192
  security: [{ scheme: "bearer", type: "http" }],
3073
3193
  url: "/search/status",
3074
3194
  ...options
3075
3195
  });
3076
3196
  var getTenantsByTenantIdWorkspaceStats = (options) => (options.client ?? client).get({
3077
- querySerializer: {
3078
- parameters: {
3079
- filter: { object: { style: "form" } },
3080
- fields: { object: { style: "form" } }
3081
- }
3082
- },
3083
3197
  security: [{ scheme: "bearer", type: "http" }],
3084
3198
  url: "/tenants/{tenant_id}/workspace_stats",
3085
3199
  ...options
3086
3200
  });
3087
3201
  var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
3088
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3089
3202
  security: [{ scheme: "bearer", type: "http" }],
3090
3203
  url: "/api_keys/{id}/allocate",
3091
3204
  ...options,
@@ -3094,8 +3207,21 @@ var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
3094
3207
  ...options.headers
3095
3208
  }
3096
3209
  });
3210
+ var getWatcherClaimsById = (options) => (options.client ?? client).get({
3211
+ security: [{ scheme: "bearer", type: "http" }],
3212
+ url: "/watcher/claims/{id}",
3213
+ ...options
3214
+ });
3215
+ var patchWatcherClaimsById = (options) => (options.client ?? client).patch({
3216
+ security: [{ scheme: "bearer", type: "http" }],
3217
+ url: "/watcher/claims/{id}",
3218
+ ...options,
3219
+ headers: {
3220
+ "Content-Type": "application/vnd.api+json",
3221
+ ...options.headers
3222
+ }
3223
+ });
3097
3224
  var postUsersAuthLogin = (options) => (options.client ?? client).post({
3098
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3099
3225
  security: [{ scheme: "bearer", type: "http" }],
3100
3226
  url: "/users/auth/login",
3101
3227
  ...options,
@@ -3104,8 +3230,12 @@ var postUsersAuthLogin = (options) => (options.client ?? client).post({
3104
3230
  ...options.headers
3105
3231
  }
3106
3232
  });
3233
+ var getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus = (options) => (options.client ?? client).get({
3234
+ security: [{ scheme: "bearer", type: "http" }],
3235
+ url: "/extraction/documents/workspace/{workspace_id}/by_status/{status}",
3236
+ ...options
3237
+ });
3107
3238
  var postAiEmbed = (options) => (options.client ?? client).post({
3108
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3109
3239
  security: [{ scheme: "bearer", type: "http" }],
3110
3240
  url: "/ai/embed",
3111
3241
  ...options,
@@ -3114,19 +3244,21 @@ var postAiEmbed = (options) => (options.client ?? client).post({
3114
3244
  ...options.headers
3115
3245
  }
3116
3246
  });
3247
+ var postWebhookConfigsByIdReplay = (options) => (options.client ?? client).post({
3248
+ security: [{ scheme: "bearer", type: "http" }],
3249
+ url: "/webhook_configs/{id}/replay",
3250
+ ...options,
3251
+ headers: {
3252
+ "Content-Type": "application/vnd.api+json",
3253
+ ...options.headers
3254
+ }
3255
+ });
3117
3256
  var getWorkspacesMine = (options) => (options.client ?? client).get({
3118
- querySerializer: {
3119
- parameters: {
3120
- filter: { object: { style: "form" } },
3121
- fields: { object: { style: "form" } }
3122
- }
3123
- },
3124
3257
  security: [{ scheme: "bearer", type: "http" }],
3125
3258
  url: "/workspaces/mine",
3126
3259
  ...options
3127
3260
  });
3128
3261
  var postTenantsIsv = (options) => (options.client ?? client).post({
3129
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3130
3262
  security: [{ scheme: "bearer", type: "http" }],
3131
3263
  url: "/tenants/isv",
3132
3264
  ...options,
@@ -3136,7 +3268,6 @@ var postTenantsIsv = (options) => (options.client ?? client).post({
3136
3268
  }
3137
3269
  });
3138
3270
  var postSearchReindex = (options) => (options.client ?? client).post({
3139
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3140
3271
  security: [{ scheme: "bearer", type: "http" }],
3141
3272
  url: "/search/reindex",
3142
3273
  ...options,
@@ -3146,7 +3277,6 @@ var postSearchReindex = (options) => (options.client ?? client).post({
3146
3277
  }
3147
3278
  });
3148
3279
  var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? client).patch({
3149
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3150
3280
  security: [{ scheme: "bearer", type: "http" }],
3151
3281
  url: "/extraction/results/{id}/regenerate",
3152
3282
  ...options,
@@ -3156,7 +3286,6 @@ var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? clien
3156
3286
  }
3157
3287
  });
3158
3288
  var postUsersAuthConfirm = (options) => (options.client ?? client).post({
3159
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3160
3289
  security: [{ scheme: "bearer", type: "http" }],
3161
3290
  url: "/users/auth/confirm",
3162
3291
  ...options,
@@ -3166,18 +3295,11 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
3166
3295
  }
3167
3296
  });
3168
3297
  var getStorageStats = (options) => (options.client ?? client).get({
3169
- querySerializer: {
3170
- parameters: {
3171
- filter: { object: { style: "form" } },
3172
- fields: { object: { style: "form" } }
3173
- }
3174
- },
3175
3298
  security: [{ scheme: "bearer", type: "http" }],
3176
3299
  url: "/storage/stats",
3177
3300
  ...options
3178
3301
  });
3179
3302
  var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
3180
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3181
3303
  security: [{ scheme: "bearer", type: "http" }],
3182
3304
  url: "/tenants/{id}/buy-storage",
3183
3305
  ...options,
@@ -3187,19 +3309,11 @@ var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
3187
3309
  }
3188
3310
  });
3189
3311
  var getWorkspaceMemberships = (options) => (options.client ?? client).get({
3190
- querySerializer: {
3191
- parameters: {
3192
- filter: { object: { style: "form" } },
3193
- page: { object: { style: "form" } },
3194
- fields: { object: { style: "form" } }
3195
- }
3196
- },
3197
3312
  security: [{ scheme: "bearer", type: "http" }],
3198
3313
  url: "/workspace-memberships",
3199
3314
  ...options
3200
3315
  });
3201
3316
  var postWorkspaceMemberships = (options) => (options.client ?? client).post({
3202
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3203
3317
  security: [{ scheme: "bearer", type: "http" }],
3204
3318
  url: "/workspace-memberships",
3205
3319
  ...options,
@@ -3208,14 +3322,26 @@ var postWorkspaceMemberships = (options) => (options.client ?? client).post({
3208
3322
  ...options.headers
3209
3323
  }
3210
3324
  });
3325
+ var patchApiKeysByIdResetPeriod = (options) => (options.client ?? client).patch({
3326
+ security: [{ scheme: "bearer", type: "http" }],
3327
+ url: "/api_keys/{id}/reset-period",
3328
+ ...options,
3329
+ headers: {
3330
+ "Content-Type": "application/vnd.api+json",
3331
+ ...options.headers
3332
+ }
3333
+ });
3211
3334
  var getTenantsByTenantIdDocumentStats = (options) => (options.client ?? client).get({
3212
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3213
3335
  security: [{ scheme: "bearer", type: "http" }],
3214
3336
  url: "/tenants/{tenant_id}/document_stats",
3215
3337
  ...options
3216
3338
  });
3339
+ var getSearchAnalytics = (options) => (options.client ?? client).get({
3340
+ security: [{ scheme: "bearer", type: "http" }],
3341
+ url: "/search/analytics",
3342
+ ...options
3343
+ });
3217
3344
  var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post({
3218
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3219
3345
  security: [{ scheme: "bearer", type: "http" }],
3220
3346
  url: "/users/auth/magic_link/request",
3221
3347
  ...options,
@@ -3224,8 +3350,26 @@ var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post
3224
3350
  ...options.headers
3225
3351
  }
3226
3352
  });
3353
+ var getPermissionsPresetsById = (options) => (options.client ?? client).get({
3354
+ security: [{ scheme: "bearer", type: "http" }],
3355
+ url: "/permissions/presets/{id}",
3356
+ ...options
3357
+ });
3358
+ var getPermissionsPresets = (options) => (options.client ?? client).get({
3359
+ security: [{ scheme: "bearer", type: "http" }],
3360
+ url: "/permissions/presets",
3361
+ ...options
3362
+ });
3363
+ var postWebhookDeliveriesBulkRetry = (options) => (options.client ?? client).post({
3364
+ security: [{ scheme: "bearer", type: "http" }],
3365
+ url: "/webhook_deliveries/bulk_retry",
3366
+ ...options,
3367
+ headers: {
3368
+ "Content-Type": "application/vnd.api+json",
3369
+ ...options.headers
3370
+ }
3371
+ });
3227
3372
  var postUsersAuthRegister = (options) => (options.client ?? client).post({
3228
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3229
3373
  security: [{ scheme: "bearer", type: "http" }],
3230
3374
  url: "/users/auth/register",
3231
3375
  ...options,
@@ -3249,19 +3393,16 @@ var postAgentsByIdSchemaVersionsByVersionIdActivate = (options) => (options.clie
3249
3393
  ...options
3250
3394
  });
3251
3395
  var deleteBucketsById = (options) => (options.client ?? client).delete({
3252
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3253
3396
  security: [{ scheme: "bearer", type: "http" }],
3254
3397
  url: "/buckets/{id}",
3255
3398
  ...options
3256
3399
  });
3257
3400
  var getBucketsById = (options) => (options.client ?? client).get({
3258
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3259
3401
  security: [{ scheme: "bearer", type: "http" }],
3260
3402
  url: "/buckets/{id}",
3261
3403
  ...options
3262
3404
  });
3263
3405
  var patchBucketsById = (options) => (options.client ?? client).patch({
3264
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3265
3406
  security: [{ scheme: "bearer", type: "http" }],
3266
3407
  url: "/buckets/{id}",
3267
3408
  ...options,
@@ -3270,19 +3411,41 @@ var patchBucketsById = (options) => (options.client ?? client).patch({
3270
3411
  ...options.headers
3271
3412
  }
3272
3413
  });
3414
+ var getPermissionsById = (options) => (options.client ?? client).get({
3415
+ security: [{ scheme: "bearer", type: "http" }],
3416
+ url: "/permissions/{id}",
3417
+ ...options
3418
+ });
3419
+ var getAiGraphNodesBySourceNodeIdRelated = (options) => (options.client ?? client).get({
3420
+ security: [{ scheme: "bearer", type: "http" }],
3421
+ url: "/ai/graph/nodes/{source_node_id}/related",
3422
+ ...options
3423
+ });
3273
3424
  var getExtractionDocumentsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
3274
- querySerializer: {
3275
- parameters: {
3276
- filter: { object: { style: "form" } },
3277
- fields: { object: { style: "form" } }
3278
- }
3279
- },
3280
3425
  security: [{ scheme: "bearer", type: "http" }],
3281
3426
  url: "/extraction/documents/workspace/{workspace_id}",
3282
3427
  ...options
3283
3428
  });
3429
+ var patchApplicationsByIdAllocateCredits = (options) => (options.client ?? client).patch({
3430
+ security: [{ scheme: "bearer", type: "http" }],
3431
+ url: "/applications/{id}/allocate-credits",
3432
+ ...options,
3433
+ headers: {
3434
+ "Content-Type": "application/vnd.api+json",
3435
+ ...options.headers
3436
+ }
3437
+ });
3438
+ var getExtractionResultsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
3439
+ security: [{ scheme: "bearer", type: "http" }],
3440
+ url: "/extraction/results/workspace/{workspace_id}",
3441
+ ...options
3442
+ });
3443
+ var getSearchAnalyticsSummary = (options) => (options.client ?? client).get({
3444
+ security: [{ scheme: "bearer", type: "http" }],
3445
+ url: "/search/analytics/summary",
3446
+ ...options
3447
+ });
3284
3448
  var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client).post({
3285
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3286
3449
  security: [{ scheme: "bearer", type: "http" }],
3287
3450
  url: "/extraction/documents/begin_upload",
3288
3451
  ...options,
@@ -3292,25 +3455,21 @@ var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client)
3292
3455
  }
3293
3456
  });
3294
3457
  var deleteAiGraphEdgesById = (options) => (options.client ?? client).delete({
3295
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3296
3458
  security: [{ scheme: "bearer", type: "http" }],
3297
3459
  url: "/ai/graph/edges/{id}",
3298
3460
  ...options
3299
3461
  });
3300
3462
  var deleteTenantsById = (options) => (options.client ?? client).delete({
3301
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3302
3463
  security: [{ scheme: "bearer", type: "http" }],
3303
3464
  url: "/tenants/{id}",
3304
3465
  ...options
3305
3466
  });
3306
3467
  var getTenantsById = (options) => (options.client ?? client).get({
3307
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3308
3468
  security: [{ scheme: "bearer", type: "http" }],
3309
3469
  url: "/tenants/{id}",
3310
3470
  ...options
3311
3471
  });
3312
3472
  var patchTenantsById = (options) => (options.client ?? client).patch({
3313
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3314
3473
  security: [{ scheme: "bearer", type: "http" }],
3315
3474
  url: "/tenants/{id}",
3316
3475
  ...options,
@@ -3320,19 +3479,11 @@ var patchTenantsById = (options) => (options.client ?? client).patch({
3320
3479
  }
3321
3480
  });
3322
3481
  var getPlans = (options) => (options.client ?? client).get({
3323
- querySerializer: {
3324
- parameters: {
3325
- filter: { object: { style: "form" } },
3326
- page: { object: { style: "form" } },
3327
- fields: { object: { style: "form" } }
3328
- }
3329
- },
3330
3482
  security: [{ scheme: "bearer", type: "http" }],
3331
3483
  url: "/plans",
3332
3484
  ...options
3333
3485
  });
3334
3486
  var postAgentsByIdTest = (options) => (options.client ?? client).post({
3335
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3336
3487
  security: [{ scheme: "bearer", type: "http" }],
3337
3488
  url: "/agents/{id}/test",
3338
3489
  ...options,
@@ -3342,24 +3493,16 @@ var postAgentsByIdTest = (options) => (options.client ?? client).post({
3342
3493
  }
3343
3494
  });
3344
3495
  var getExtractionDocuments = (options) => (options.client ?? client).get({
3345
- querySerializer: {
3346
- parameters: {
3347
- filter: { object: { style: "form" } },
3348
- fields: { object: { style: "form" } }
3349
- }
3350
- },
3351
3496
  security: [{ scheme: "bearer", type: "http" }],
3352
3497
  url: "/extraction/documents",
3353
3498
  ...options
3354
3499
  });
3355
3500
  var deleteTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).delete({
3356
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3357
3501
  security: [{ scheme: "bearer", type: "http" }],
3358
3502
  url: "/tenant-memberships/{tenant_id}/{user_id}",
3359
3503
  ...options
3360
3504
  });
3361
3505
  var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).patch({
3362
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3363
3506
  security: [{ scheme: "bearer", type: "http" }],
3364
3507
  url: "/tenant-memberships/{tenant_id}/{user_id}",
3365
3508
  ...options,
@@ -3369,7 +3512,6 @@ var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? c
3369
3512
  }
3370
3513
  });
3371
3514
  var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client).patch({
3372
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3373
3515
  security: [{ scheme: "bearer", type: "http" }],
3374
3516
  url: "/webhook_configs/{id}/rotate_secret",
3375
3517
  ...options,
@@ -3378,8 +3520,12 @@ var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client
3378
3520
  ...options.headers
3379
3521
  }
3380
3522
  });
3523
+ var getAuditLogsActivity = (options) => (options.client ?? client).get({
3524
+ security: [{ scheme: "bearer", type: "http" }],
3525
+ url: "/audit-logs/activity",
3526
+ ...options
3527
+ });
3381
3528
  var postUsersAuthResendConfirmation = (options) => (options.client ?? client).post({
3382
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3383
3529
  security: [{ scheme: "bearer", type: "http" }],
3384
3530
  url: "/users/auth/resend-confirmation",
3385
3531
  ...options,
@@ -3389,18 +3535,11 @@ var postUsersAuthResendConfirmation = (options) => (options.client ?? client).po
3389
3535
  }
3390
3536
  });
3391
3537
  var getFieldTemplates = (options) => (options.client ?? client).get({
3392
- querySerializer: {
3393
- parameters: {
3394
- filter: { object: { style: "form" } },
3395
- fields: { object: { style: "form" } }
3396
- }
3397
- },
3398
3538
  security: [{ scheme: "bearer", type: "http" }],
3399
3539
  url: "/field_templates",
3400
3540
  ...options
3401
3541
  });
3402
3542
  var postFieldTemplates = (options) => (options.client ?? client).post({
3403
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3404
3543
  security: [{ scheme: "bearer", type: "http" }],
3405
3544
  url: "/field_templates",
3406
3545
  ...options,
@@ -3410,19 +3549,11 @@ var postFieldTemplates = (options) => (options.client ?? client).post({
3410
3549
  }
3411
3550
  });
3412
3551
  var getAiMessages = (options) => (options.client ?? client).get({
3413
- querySerializer: {
3414
- parameters: {
3415
- filter: { object: { style: "form" } },
3416
- page: { object: { style: "form" } },
3417
- fields: { object: { style: "form" } }
3418
- }
3419
- },
3420
3552
  security: [{ scheme: "bearer", type: "http" }],
3421
3553
  url: "/ai/messages",
3422
3554
  ...options
3423
3555
  });
3424
3556
  var postAiMessages = (options) => (options.client ?? client).post({
3425
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3426
3557
  security: [{ scheme: "bearer", type: "http" }],
3427
3558
  url: "/ai/messages",
3428
3559
  ...options,
@@ -3431,8 +3562,21 @@ var postAiMessages = (options) => (options.client ?? client).post({
3431
3562
  ...options.headers
3432
3563
  }
3433
3564
  });
3565
+ var getWatcherEvents = (options) => (options.client ?? client).get({
3566
+ security: [{ scheme: "bearer", type: "http" }],
3567
+ url: "/watcher/events",
3568
+ ...options
3569
+ });
3570
+ var postWatcherEvents = (options) => (options.client ?? client).post({
3571
+ security: [{ scheme: "bearer", type: "http" }],
3572
+ url: "/watcher/events",
3573
+ ...options,
3574
+ headers: {
3575
+ "Content-Type": "application/vnd.api+json",
3576
+ ...options.headers
3577
+ }
3578
+ });
3434
3579
  var postStorageSignUpload = (options) => (options.client ?? client).post({
3435
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3436
3580
  security: [{ scheme: "bearer", type: "http" }],
3437
3581
  url: "/storage/sign_upload",
3438
3582
  ...options,
@@ -3442,7 +3586,6 @@ var postStorageSignUpload = (options) => (options.client ?? client).post({
3442
3586
  }
3443
3587
  });
3444
3588
  var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
3445
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3446
3589
  security: [{ scheme: "bearer", type: "http" }],
3447
3590
  url: "/webhook_deliveries/{id}/retry",
3448
3591
  ...options,
@@ -3452,19 +3595,11 @@ var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).pos
3452
3595
  }
3453
3596
  });
3454
3597
  var getNotificationMethods = (options) => (options.client ?? client).get({
3455
- querySerializer: {
3456
- parameters: {
3457
- filter: { object: { style: "form" } },
3458
- page: { object: { style: "form" } },
3459
- fields: { object: { style: "form" } }
3460
- }
3461
- },
3462
3598
  security: [{ scheme: "bearer", type: "http" }],
3463
3599
  url: "/notification_methods",
3464
3600
  ...options
3465
3601
  });
3466
3602
  var postNotificationMethods = (options) => (options.client ?? client).post({
3467
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3468
3603
  security: [{ scheme: "bearer", type: "http" }],
3469
3604
  url: "/notification_methods",
3470
3605
  ...options,
@@ -3474,7 +3609,6 @@ var postNotificationMethods = (options) => (options.client ?? client).post({
3474
3609
  }
3475
3610
  });
3476
3611
  var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
3477
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3478
3612
  security: [{ scheme: "bearer", type: "http" }],
3479
3613
  url: "/threads/{id}/summarize",
3480
3614
  ...options,
@@ -3484,7 +3618,6 @@ var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
3484
3618
  }
3485
3619
  });
3486
3620
  var patchConfigsByKey = (options) => (options.client ?? client).patch({
3487
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3488
3621
  security: [{ scheme: "bearer", type: "http" }],
3489
3622
  url: "/configs/{key}",
3490
3623
  ...options,
@@ -3494,7 +3627,6 @@ var patchConfigsByKey = (options) => (options.client ?? client).patch({
3494
3627
  }
3495
3628
  });
3496
3629
  var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
3497
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3498
3630
  security: [{ scheme: "bearer", type: "http" }],
3499
3631
  url: "/api_keys/{id}/rotate",
3500
3632
  ...options,
@@ -3504,7 +3636,6 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
3504
3636
  }
3505
3637
  });
3506
3638
  var postExtractionResults = (options) => (options.client ?? client).post({
3507
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3508
3639
  security: [{ scheme: "bearer", type: "http" }],
3509
3640
  url: "/extraction/results",
3510
3641
  ...options,
@@ -3514,7 +3645,6 @@ var postExtractionResults = (options) => (options.client ?? client).post({
3514
3645
  }
3515
3646
  });
3516
3647
  var postAgentsByIdClone = (options) => (options.client ?? client).post({
3517
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3518
3648
  security: [{ scheme: "bearer", type: "http" }],
3519
3649
  url: "/agents/{id}/clone",
3520
3650
  ...options,
@@ -3524,31 +3654,35 @@ var postAgentsByIdClone = (options) => (options.client ?? client).post({
3524
3654
  }
3525
3655
  });
3526
3656
  var deleteAiConversationsById = (options) => (options.client ?? client).delete({
3527
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3528
3657
  security: [{ scheme: "bearer", type: "http" }],
3529
3658
  url: "/ai/conversations/{id}",
3530
3659
  ...options
3531
3660
  });
3532
3661
  var getAiConversationsById = (options) => (options.client ?? client).get({
3533
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3534
3662
  security: [{ scheme: "bearer", type: "http" }],
3535
3663
  url: "/ai/conversations/{id}",
3536
3664
  ...options
3537
3665
  });
3666
+ var patchAiConversationsById = (options) => (options.client ?? client).patch({
3667
+ security: [{ scheme: "bearer", type: "http" }],
3668
+ url: "/ai/conversations/{id}",
3669
+ ...options,
3670
+ headers: {
3671
+ "Content-Type": "application/vnd.api+json",
3672
+ ...options.headers
3673
+ }
3674
+ });
3538
3675
  var deleteUserProfilesById = (options) => (options.client ?? client).delete({
3539
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3540
3676
  security: [{ scheme: "bearer", type: "http" }],
3541
3677
  url: "/user_profiles/{id}",
3542
3678
  ...options
3543
3679
  });
3544
3680
  var getUserProfilesById = (options) => (options.client ?? client).get({
3545
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3546
3681
  security: [{ scheme: "bearer", type: "http" }],
3547
3682
  url: "/user_profiles/{id}",
3548
3683
  ...options
3549
3684
  });
3550
3685
  var patchUserProfilesById = (options) => (options.client ?? client).patch({
3551
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3552
3686
  security: [{ scheme: "bearer", type: "http" }],
3553
3687
  url: "/user_profiles/{id}",
3554
3688
  ...options,
@@ -3558,12 +3692,6 @@ var patchUserProfilesById = (options) => (options.client ?? client).patch({
3558
3692
  }
3559
3693
  });
3560
3694
  var getInvitationsMe = (options) => (options.client ?? client).get({
3561
- querySerializer: {
3562
- parameters: {
3563
- filter: { object: { style: "form" } },
3564
- fields: { object: { style: "form" } }
3565
- }
3566
- },
3567
3695
  security: [{ scheme: "bearer", type: "http" }],
3568
3696
  url: "/invitations/me",
3569
3697
  ...options
@@ -3577,44 +3705,41 @@ var patchAgentsByIdSchemaVersionsByVersionId = (options) => (options.client ?? c
3577
3705
  ...options.headers
3578
3706
  }
3579
3707
  });
3708
+ var postSearchBatch = (options) => (options.client ?? client).post({
3709
+ security: [{ scheme: "bearer", type: "http" }],
3710
+ url: "/search/batch",
3711
+ ...options,
3712
+ headers: {
3713
+ "Content-Type": "application/vnd.api+json",
3714
+ ...options.headers
3715
+ }
3716
+ });
3717
+ var getThreadsWorkspaceStats = (options) => (options.client ?? client).get({
3718
+ security: [{ scheme: "bearer", type: "http" }],
3719
+ url: "/threads/workspace-stats",
3720
+ ...options
3721
+ });
3580
3722
  var deleteObjectsById = (options) => (options.client ?? client).delete({
3581
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3582
3723
  security: [{ scheme: "bearer", type: "http" }],
3583
3724
  url: "/objects/{id}",
3584
3725
  ...options
3585
3726
  });
3586
3727
  var getObjectsById = (options) => (options.client ?? client).get({
3587
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3588
3728
  security: [{ scheme: "bearer", type: "http" }],
3589
3729
  url: "/objects/{id}",
3590
3730
  ...options
3591
3731
  });
3592
3732
  var getExtractionDocumentsWorkspaceByWorkspaceIdExcluded = (options) => (options.client ?? client).get({
3593
- querySerializer: {
3594
- parameters: {
3595
- filter: { object: { style: "form" } },
3596
- page: { object: { style: "form" } },
3597
- fields: { object: { style: "form" } }
3598
- }
3599
- },
3600
3733
  security: [{ scheme: "bearer", type: "http" }],
3601
3734
  url: "/extraction/documents/workspace/{workspace_id}/excluded",
3602
3735
  ...options
3603
3736
  });
3604
3737
  var getWebhookConfigs = (options) => (options.client ?? client).get({
3605
- querySerializer: {
3606
- parameters: {
3607
- filter: { object: { style: "form" } },
3608
- page: { object: { style: "form" } },
3609
- fields: { object: { style: "form" } }
3610
- }
3611
- },
3612
3738
  security: [{ scheme: "bearer", type: "http" }],
3613
3739
  url: "/webhook_configs",
3614
3740
  ...options
3615
3741
  });
3616
3742
  var postWebhookConfigs = (options) => (options.client ?? client).post({
3617
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3618
3743
  security: [{ scheme: "bearer", type: "http" }],
3619
3744
  url: "/webhook_configs",
3620
3745
  ...options,
@@ -3624,7 +3749,6 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
3624
3749
  }
3625
3750
  });
3626
3751
  var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post({
3627
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3628
3752
  security: [{ scheme: "bearer", type: "http" }],
3629
3753
  url: "/agents/{id}/publish_version",
3630
3754
  ...options,
@@ -3633,8 +3757,16 @@ var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post(
3633
3757
  ...options.headers
3634
3758
  }
3635
3759
  });
3760
+ var postExtractionDocumentsBulkReprocess = (options) => (options.client ?? client).post({
3761
+ security: [{ scheme: "bearer", type: "http" }],
3762
+ url: "/extraction/documents/bulk-reprocess",
3763
+ ...options,
3764
+ headers: {
3765
+ "Content-Type": "application/vnd.api+json",
3766
+ ...options.headers
3767
+ }
3768
+ });
3636
3769
  var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
3637
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3638
3770
  security: [{ scheme: "bearer", type: "http" }],
3639
3771
  url: "/objects/bulk-destroy",
3640
3772
  ...options,
@@ -3644,42 +3776,31 @@ var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
3644
3776
  }
3645
3777
  });
3646
3778
  var getApplicationsBySlugBySlug = (options) => (options.client ?? client).get({
3647
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3648
3779
  security: [{ scheme: "bearer", type: "http" }],
3649
3780
  url: "/applications/by-slug/{slug}",
3650
3781
  ...options
3651
3782
  });
3652
3783
  var getNotificationLogs = (options) => (options.client ?? client).get({
3653
- querySerializer: {
3654
- parameters: {
3655
- filter: { object: { style: "form" } },
3656
- fields: { object: { style: "form" } }
3657
- }
3658
- },
3659
3784
  security: [{ scheme: "bearer", type: "http" }],
3660
3785
  url: "/notification_logs",
3661
3786
  ...options
3662
3787
  });
3663
3788
  var getWallet = (options) => (options.client ?? client).get({
3664
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3665
3789
  security: [{ scheme: "bearer", type: "http" }],
3666
3790
  url: "/wallet",
3667
3791
  ...options
3668
3792
  });
3669
3793
  var deleteMessagesById = (options) => (options.client ?? client).delete({
3670
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3671
3794
  security: [{ scheme: "bearer", type: "http" }],
3672
3795
  url: "/messages/{id}",
3673
3796
  ...options
3674
3797
  });
3675
3798
  var getMessagesById = (options) => (options.client ?? client).get({
3676
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3677
3799
  security: [{ scheme: "bearer", type: "http" }],
3678
3800
  url: "/messages/{id}",
3679
3801
  ...options
3680
3802
  });
3681
3803
  var patchMessagesById = (options) => (options.client ?? client).patch({
3682
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3683
3804
  security: [{ scheme: "bearer", type: "http" }],
3684
3805
  url: "/messages/{id}",
3685
3806
  ...options,
@@ -3698,36 +3819,26 @@ var postAgentsByIdDiscoverSchema = (options) => (options.client ?? client).post(
3698
3819
  }
3699
3820
  });
3700
3821
  var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
3701
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3702
3822
  security: [{ scheme: "bearer", type: "http" }],
3703
3823
  url: "/llm_analytics/usage",
3704
3824
  ...options
3705
3825
  });
3706
3826
  var getSearchStats = (options) => (options.client ?? client).get({
3707
- querySerializer: {
3708
- parameters: {
3709
- filter: { object: { style: "form" } },
3710
- fields: { object: { style: "form" } }
3711
- }
3712
- },
3713
3827
  security: [{ scheme: "bearer", type: "http" }],
3714
3828
  url: "/search/stats",
3715
3829
  ...options
3716
3830
  });
3717
3831
  var deleteNotificationPreferencesById = (options) => (options.client ?? client).delete({
3718
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3719
3832
  security: [{ scheme: "bearer", type: "http" }],
3720
3833
  url: "/notification_preferences/{id}",
3721
3834
  ...options
3722
3835
  });
3723
3836
  var getNotificationPreferencesById = (options) => (options.client ?? client).get({
3724
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3725
3837
  security: [{ scheme: "bearer", type: "http" }],
3726
3838
  url: "/notification_preferences/{id}",
3727
3839
  ...options
3728
3840
  });
3729
3841
  var patchNotificationPreferencesById = (options) => (options.client ?? client).patch({
3730
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3731
3842
  security: [{ scheme: "bearer", type: "http" }],
3732
3843
  url: "/notification_preferences/{id}",
3733
3844
  ...options,
@@ -3736,26 +3847,12 @@ var patchNotificationPreferencesById = (options) => (options.client ?? client).p
3736
3847
  ...options.headers
3737
3848
  }
3738
3849
  });
3739
- var getSchemaDiscoveriesById = (options) => (options.client ?? client).get({
3740
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3741
- security: [{ scheme: "bearer", type: "http" }],
3742
- url: "/schema_discoveries/{id}",
3743
- ...options
3744
- });
3745
3850
  var getAiGraphNodes = (options) => (options.client ?? client).get({
3746
- querySerializer: {
3747
- parameters: {
3748
- filter: { object: { style: "form" } },
3749
- page: { object: { style: "form" } },
3750
- fields: { object: { style: "form" } }
3751
- }
3752
- },
3753
3851
  security: [{ scheme: "bearer", type: "http" }],
3754
3852
  url: "/ai/graph/nodes",
3755
3853
  ...options
3756
3854
  });
3757
3855
  var postAiGraphNodes = (options) => (options.client ?? client).post({
3758
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3759
3856
  security: [{ scheme: "bearer", type: "http" }],
3760
3857
  url: "/ai/graph/nodes",
3761
3858
  ...options,
@@ -3765,19 +3862,11 @@ var postAiGraphNodes = (options) => (options.client ?? client).post({
3765
3862
  }
3766
3863
  });
3767
3864
  var getAgents = (options) => (options.client ?? client).get({
3768
- querySerializer: {
3769
- parameters: {
3770
- filter: { object: { style: "form" } },
3771
- page: { object: { style: "form" } },
3772
- fields: { object: { style: "form" } }
3773
- }
3774
- },
3775
3865
  security: [{ scheme: "bearer", type: "http" }],
3776
3866
  url: "/agents",
3777
3867
  ...options
3778
3868
  });
3779
3869
  var postAgents = (options) => (options.client ?? client).post({
3780
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3781
3870
  security: [{ scheme: "bearer", type: "http" }],
3782
3871
  url: "/agents",
3783
3872
  ...options,
@@ -3787,19 +3876,16 @@ var postAgents = (options) => (options.client ?? client).post({
3787
3876
  }
3788
3877
  });
3789
3878
  var deleteApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).delete({
3790
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3791
3879
  security: [{ scheme: "bearer", type: "http" }],
3792
3880
  url: "/applications/{application_id}/email-templates/{slug}",
3793
3881
  ...options
3794
3882
  });
3795
3883
  var getApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).get({
3796
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3797
3884
  security: [{ scheme: "bearer", type: "http" }],
3798
3885
  url: "/applications/{application_id}/email-templates/{slug}",
3799
3886
  ...options
3800
3887
  });
3801
3888
  var patchApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).patch({
3802
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3803
3889
  security: [{ scheme: "bearer", type: "http" }],
3804
3890
  url: "/applications/{application_id}/email-templates/{slug}",
3805
3891
  ...options,
@@ -3814,7 +3900,6 @@ var postAgentsByIdExport = (options) => (options.client ?? client).post({
3814
3900
  ...options
3815
3901
  });
3816
3902
  var postUsersRegisterIsv = (options) => (options.client ?? client).post({
3817
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3818
3903
  security: [{ scheme: "bearer", type: "http" }],
3819
3904
  url: "/users/register_isv",
3820
3905
  ...options,
@@ -3823,26 +3908,22 @@ var postUsersRegisterIsv = (options) => (options.client ?? client).post({
3823
3908
  ...options.headers
3824
3909
  }
3825
3910
  });
3911
+ var deleteExtractionBatchesById = (options) => (options.client ?? client).delete({
3912
+ security: [{ scheme: "bearer", type: "http" }],
3913
+ url: "/extraction/batches/{id}",
3914
+ ...options
3915
+ });
3826
3916
  var getExtractionBatchesById = (options) => (options.client ?? client).get({
3827
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3828
3917
  security: [{ scheme: "bearer", type: "http" }],
3829
3918
  url: "/extraction/batches/{id}",
3830
3919
  ...options
3831
3920
  });
3832
3921
  var getWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).get({
3833
- querySerializer: {
3834
- parameters: {
3835
- filter: { object: { style: "form" } },
3836
- page: { object: { style: "form" } },
3837
- fields: { object: { style: "form" } }
3838
- }
3839
- },
3840
3922
  security: [{ scheme: "bearer", type: "http" }],
3841
3923
  url: "/workspaces/{workspace_id}/extraction/exports",
3842
3924
  ...options
3843
3925
  });
3844
3926
  var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).post({
3845
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3846
3927
  security: [{ scheme: "bearer", type: "http" }],
3847
3928
  url: "/workspaces/{workspace_id}/extraction/exports",
3848
3929
  ...options,
@@ -3852,13 +3933,11 @@ var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client
3852
3933
  }
3853
3934
  });
3854
3935
  var deleteWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).delete({
3855
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3856
3936
  security: [{ scheme: "bearer", type: "http" }],
3857
3937
  url: "/workspace-memberships/{workspace_id}/{user_id}",
3858
3938
  ...options
3859
3939
  });
3860
3940
  var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).patch({
3861
- querySerializer: { parameters: { fields: { object: { style: "form" } } } },
3862
3941
  security: [{ scheme: "bearer", type: "http" }],
3863
3942
  url: "/workspace-memberships/{workspace_id}/{user_id}",
3864
3943
  ...options,
@@ -3867,38 +3946,22 @@ var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.clien
3867
3946
  ...options.headers
3868
3947
  }
3869
3948
  });
3949
+ var getExtractionDocumentsWorkspaceByWorkspaceIdTrashed = (options) => (options.client ?? client).get({
3950
+ security: [{ scheme: "bearer", type: "http" }],
3951
+ url: "/extraction/documents/workspace/{workspace_id}/trashed",
3952
+ ...options
3953
+ });
3870
3954
  var getCreditPackages = (options) => (options.client ?? client).get({
3871
- querySerializer: {
3872
- parameters: {
3873
- filter: { object: { style: "form" } },
3874
- page: { object: { style: "form" } },
3875
- fields: { object: { style: "form" } }
3876
- }
3877
- },
3878
3955
  security: [{ scheme: "bearer", type: "http" }],
3879
3956
  url: "/credit-packages",
3880
3957
  ...options
3881
3958
  });
3882
3959
  var getUsers = (options) => (options.client ?? client).get({
3883
- querySerializer: {
3884
- parameters: {
3885
- filter: { object: { style: "form" } },
3886
- page: { object: { style: "form" } },
3887
- fields: { object: { style: "form" } }
3888
- }
3889
- },
3890
3960
  security: [{ scheme: "bearer", type: "http" }],
3891
3961
  url: "/users",
3892
3962
  ...options
3893
3963
  });
3894
3964
  var getObjects = (options) => (options.client ?? client).get({
3895
- querySerializer: {
3896
- parameters: {
3897
- filter: { object: { style: "form" } },
3898
- page: { object: { style: "form" } },
3899
- fields: { object: { style: "form" } }
3900
- }
3901
- },
3902
3965
  security: [{ scheme: "bearer", type: "http" }],
3903
3966
  url: "/objects",
3904
3967
  ...options
@@ -4001,9 +4064,10 @@ function handleApiError(error) {
4001
4064
  case 400:
4002
4065
  case 422:
4003
4066
  throw new ValidationError(message, errors, errorOptions);
4004
- case 429:
4067
+ case 429: {
4005
4068
  const retryAfter = headers?.get?.("retry-after") || headers?.["retry-after"];
4006
4069
  throw new RateLimitError(message, retryAfter ? parseInt(retryAfter, 10) : void 0, errorOptions);
4070
+ }
4007
4071
  case 500:
4008
4072
  case 502:
4009
4073
  case 503:
@@ -4225,7 +4289,7 @@ async function* streamSSE(response, options = {}) {
4225
4289
  try {
4226
4290
  const parsed = JSON.parse(data);
4227
4291
  yield parsed;
4228
- } catch (e) {
4292
+ } catch (_e) {
4229
4293
  yield data;
4230
4294
  }
4231
4295
  }
@@ -4502,10 +4566,12 @@ var index_default = gptCore;
4502
4566
  deleteAiConversationsById,
4503
4567
  deleteAiGraphEdgesById,
4504
4568
  deleteAiGraphNodesById,
4569
+ deleteAiMessagesById,
4505
4570
  deleteApiKeysById,
4506
4571
  deleteApplicationsByApplicationIdEmailTemplatesBySlug,
4507
4572
  deleteApplicationsById,
4508
4573
  deleteBucketsById,
4574
+ deleteExtractionBatchesById,
4509
4575
  deleteExtractionDocumentsById,
4510
4576
  deleteFieldTemplatesById,
4511
4577
  deleteMessagesById,
@@ -4519,23 +4585,30 @@ var index_default = gptCore;
4519
4585
  deleteTrainingExamplesById,
4520
4586
  deleteTrainingSessionsById,
4521
4587
  deleteUserProfilesById,
4588
+ deleteUsersById,
4522
4589
  deleteWebhookConfigsById,
4523
4590
  deleteWorkspaceMembershipsByWorkspaceIdByUserId,
4524
4591
  deleteWorkspacesById,
4525
4592
  getAgentVersions,
4526
4593
  getAgentVersionsById,
4594
+ getAgentVersionsByIdMetrics,
4527
4595
  getAgents,
4528
4596
  getAgentsById,
4529
4597
  getAgentsByIdSchemaVersions,
4598
+ getAgentsByIdStats,
4530
4599
  getAgentsByIdTrainingStats,
4531
4600
  getAiChunksDocumentByDocumentId,
4532
4601
  getAiConversations,
4533
4602
  getAiConversationsById,
4534
4603
  getAiGraphEdges,
4535
4604
  getAiGraphNodes,
4605
+ getAiGraphNodesBySourceNodeIdRelated,
4606
+ getAiGraphNodesLabelByLabel,
4536
4607
  getAiMessages,
4537
4608
  getApiKeys,
4609
+ getApiKeysActive,
4538
4610
  getApiKeysById,
4611
+ getApiKeysStats,
4539
4612
  getApplications,
4540
4613
  getApplicationsByApplicationIdEmailTemplates,
4541
4614
  getApplicationsByApplicationIdEmailTemplatesBySlug,
@@ -4543,7 +4616,9 @@ var index_default = gptCore;
4543
4616
  getApplicationsBySlugBySlug,
4544
4617
  getApplicationsCurrent,
4545
4618
  getAuditLogs,
4619
+ getAuditLogsActivity,
4546
4620
  getBuckets,
4621
+ getBucketsAll,
4547
4622
  getBucketsById,
4548
4623
  getBucketsByIdObjects,
4549
4624
  getBucketsByIdStats,
@@ -4560,11 +4635,15 @@ var index_default = gptCore;
4560
4635
  getExtractionDocumentsByIdStatus,
4561
4636
  getExtractionDocumentsByIdView,
4562
4637
  getExtractionDocumentsWorkspaceByWorkspaceId,
4638
+ getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus,
4563
4639
  getExtractionDocumentsWorkspaceByWorkspaceIdExcluded,
4564
4640
  getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
4565
4641
  getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
4642
+ getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
4566
4643
  getExtractionResultsById,
4567
4644
  getExtractionResultsDocumentByDocumentId,
4645
+ getExtractionResultsWorkspaceByWorkspaceId,
4646
+ getExtractionSchemaDiscoveriesById,
4568
4647
  getFieldTemplates,
4569
4648
  getFieldTemplatesById,
4570
4649
  getInvitations,
@@ -4580,26 +4659,36 @@ var index_default = gptCore;
4580
4659
  getMessages,
4581
4660
  getMessagesById,
4582
4661
  getMessagesSearch,
4662
+ getMessagesSemanticSearch,
4583
4663
  getNotificationLogs,
4584
4664
  getNotificationLogsById,
4665
+ getNotificationLogsStats,
4585
4666
  getNotificationMethods,
4586
4667
  getNotificationMethodsById,
4587
4668
  getNotificationPreferences,
4588
4669
  getNotificationPreferencesById,
4589
4670
  getObjects,
4590
4671
  getObjectsById,
4672
+ getPermissions,
4673
+ getPermissionsById,
4674
+ getPermissionsMeta,
4675
+ getPermissionsPresets,
4676
+ getPermissionsPresetsById,
4591
4677
  getPlans,
4592
4678
  getPlansById,
4593
4679
  getPlansSlugBySlug,
4594
- getSchemaDiscoveriesById,
4595
4680
  getSearch,
4681
+ getSearchAnalytics,
4682
+ getSearchAnalyticsSummary,
4596
4683
  getSearchHealth,
4597
4684
  getSearchIndexes,
4598
4685
  getSearchSaved,
4599
4686
  getSearchSemantic,
4600
4687
  getSearchStats,
4601
4688
  getSearchStatus,
4689
+ getSearchSuggest,
4602
4690
  getStorageStats,
4691
+ getStorageStatsTenantByTenantId,
4603
4692
  getTenantMemberships,
4604
4693
  getTenants,
4605
4694
  getTenantsById,
@@ -4608,7 +4697,10 @@ var index_default = gptCore;
4608
4697
  getTenantsByTenantIdWorkspaceStats,
4609
4698
  getThreads,
4610
4699
  getThreadsById,
4700
+ getThreadsByIdMessages,
4611
4701
  getThreadsSearch,
4702
+ getThreadsStats,
4703
+ getThreadsWorkspaceStats,
4612
4704
  getTrainingExamples,
4613
4705
  getTrainingExamplesById,
4614
4706
  getTrainingSessionsAgentsByAgentIdSessions,
@@ -4619,17 +4711,32 @@ var index_default = gptCore;
4619
4711
  getUserProfilesById,
4620
4712
  getUserProfilesMe,
4621
4713
  getUsers,
4714
+ getUsersByEmail,
4622
4715
  getUsersById,
4623
4716
  getUsersMe,
4717
+ getUsersMeActivity,
4718
+ getUsersMeDashboard,
4719
+ getUsersMeStats,
4624
4720
  getUsersMeTenants,
4625
4721
  getWallet,
4722
+ getWalletInvoices,
4723
+ getWatcherClaims,
4724
+ getWatcherClaimsById,
4725
+ getWatcherClaimsStatus,
4726
+ getWatcherEvents,
4727
+ getWatcherEventsById,
4626
4728
  getWebhookConfigs,
4627
4729
  getWebhookConfigsById,
4730
+ getWebhookConfigsByIdEvents,
4731
+ getWebhookConfigsStats,
4628
4732
  getWebhookDeliveries,
4629
4733
  getWebhookDeliveriesById,
4734
+ getWebhookDeliveriesStats,
4630
4735
  getWorkspaceMemberships,
4631
4736
  getWorkspaces,
4632
4737
  getWorkspacesById,
4738
+ getWorkspacesByIdMembers,
4739
+ getWorkspacesByWorkspaceIdExtractionByDocumentIdMapping,
4633
4740
  getWorkspacesByWorkspaceIdExtractionExports,
4634
4741
  getWorkspacesByWorkspaceIdExtractionExportsById,
4635
4742
  getWorkspacesByWorkspaceIdTrainingAnalytics,
@@ -4641,13 +4748,16 @@ var index_default = gptCore;
4641
4748
  paginateToArray,
4642
4749
  patchAgentsById,
4643
4750
  patchAgentsByIdSchemaVersionsByVersionId,
4751
+ patchAiConversationsById,
4644
4752
  patchApiKeysById,
4645
4753
  patchApiKeysByIdAllocate,
4754
+ patchApiKeysByIdResetPeriod,
4646
4755
  patchApiKeysByIdRevoke,
4647
4756
  patchApiKeysByIdRotate,
4648
4757
  patchApiKeysByIdSetBudget,
4649
4758
  patchApplicationsByApplicationIdEmailTemplatesBySlug,
4650
4759
  patchApplicationsById,
4760
+ patchApplicationsByIdAllocateCredits,
4651
4761
  patchApplicationsByIdGrantCredits,
4652
4762
  patchBucketsById,
4653
4763
  patchConfigsByKey,
@@ -4661,6 +4771,7 @@ var index_default = gptCore;
4661
4771
  patchExtractionDocumentsByIdReprocess,
4662
4772
  patchExtractionDocumentsByIdRestore,
4663
4773
  patchExtractionDocumentsByIdStatus,
4774
+ patchExtractionDocumentsByIdVerification,
4664
4775
  patchExtractionResultsByIdCorrections,
4665
4776
  patchExtractionResultsByIdRegenerate,
4666
4777
  patchInvitationsByIdAccept,
@@ -4670,11 +4781,16 @@ var index_default = gptCore;
4670
4781
  patchInvitationsByIdRevoke,
4671
4782
  patchMessagesById,
4672
4783
  patchNotificationMethodsById,
4784
+ patchNotificationMethodsByIdSendVerification,
4673
4785
  patchNotificationMethodsByIdSetPrimary,
4786
+ patchNotificationMethodsByIdVerify,
4674
4787
  patchNotificationPreferencesById,
4788
+ patchSearchSavedById,
4675
4789
  patchTenantMembershipsByTenantIdByUserId,
4676
4790
  patchTenantsById,
4677
4791
  patchThreadsById,
4792
+ patchThreadsByIdArchive,
4793
+ patchThreadsByIdUnarchive,
4678
4794
  patchTrainingExamplesById,
4679
4795
  patchUserProfilesById,
4680
4796
  patchUsersAuthPasswordChange,
@@ -4685,13 +4801,20 @@ var index_default = gptCore;
4685
4801
  patchUsersByIdResetPassword,
4686
4802
  patchWalletAddons,
4687
4803
  patchWalletAddonsByAddonSlugCancel,
4804
+ patchWalletAutoTopUp,
4688
4805
  patchWalletCredits,
4689
4806
  patchWalletPlan,
4807
+ patchWatcherClaimsById,
4808
+ patchWatcherClaimsByIdRelease,
4809
+ patchWatcherClaimsByIdRetry,
4690
4810
  patchWebhookConfigsById,
4691
4811
  patchWebhookConfigsByIdRotateSecret,
4692
4812
  patchWorkspaceMembershipsByWorkspaceIdByUserId,
4693
4813
  patchWorkspacesById,
4694
4814
  patchWorkspacesByIdAllocate,
4815
+ patchWorkspacesByIdStorageSettings,
4816
+ postAgentTestResults,
4817
+ postAgentVersionComparisons,
4695
4818
  postAgentVersions,
4696
4819
  postAgents,
4697
4820
  postAgentsByIdClone,
@@ -4700,7 +4823,6 @@ var index_default = gptCore;
4700
4823
  postAgentsByIdPublishVersion,
4701
4824
  postAgentsByIdSchemaVersions,
4702
4825
  postAgentsByIdSchemaVersionsByVersionIdActivate,
4703
- postAgentsByIdStats,
4704
4826
  postAgentsByIdTeach,
4705
4827
  postAgentsByIdTest,
4706
4828
  postAgentsByIdValidate,
@@ -4718,14 +4840,18 @@ var index_default = gptCore;
4718
4840
  postApiKeys,
4719
4841
  postApplications,
4720
4842
  postApplicationsByApplicationIdEmailTemplates,
4843
+ postApplicationsByApplicationIdEmailTemplatesBySlugPreview,
4844
+ postApplicationsByApplicationIdEmailTemplatesBySlugTest,
4721
4845
  postBuckets,
4722
4846
  postConfigs,
4723
4847
  postDocumentsBulkDelete,
4724
4848
  postDocumentsPresignedUpload,
4725
4849
  postExtractionBatches,
4726
4850
  postExtractionDocumentsBeginUpload,
4851
+ postExtractionDocumentsBulkReprocess,
4727
4852
  postExtractionDocumentsUpload,
4728
4853
  postExtractionResults,
4854
+ postExtractionSchemaDiscoveries,
4729
4855
  postFieldTemplates,
4730
4856
  postInvitations,
4731
4857
  postInvitationsAcceptByToken,
@@ -4734,10 +4860,14 @@ var index_default = gptCore;
4734
4860
  postNotificationMethods,
4735
4861
  postNotificationPreferences,
4736
4862
  postObjectsBulkDestroy,
4863
+ postObjectsCopy,
4864
+ postObjectsMove,
4737
4865
  postObjectsRegister,
4738
4866
  postPayments,
4867
+ postSearchBatch,
4739
4868
  postSearchReindex,
4740
4869
  postSearchSaved,
4870
+ postSearchSavedByIdRun,
4741
4871
  postStorageSignDownload,
4742
4872
  postStorageSignUpload,
4743
4873
  postTenantMemberships,
@@ -4745,9 +4875,12 @@ var index_default = gptCore;
4745
4875
  postTenantsByIdBuyStorage,
4746
4876
  postTenantsByIdCredit,
4747
4877
  postTenantsByIdRemoveStorage,
4878
+ postTenantsByIdSchedulePurge,
4748
4879
  postTenantsIsv,
4749
4880
  postThreads,
4750
4881
  postThreadsActive,
4882
+ postThreadsByIdExport,
4883
+ postThreadsByIdFork,
4751
4884
  postThreadsByIdMessages,
4752
4885
  postThreadsByIdSummarize,
4753
4886
  postTokens,
@@ -4764,16 +4897,18 @@ var index_default = gptCore;
4764
4897
  postUsersAuthRegisterWithOidc,
4765
4898
  postUsersAuthResendConfirmation,
4766
4899
  postUsersRegisterIsv,
4900
+ postWatcherClaims,
4901
+ postWatcherEvents,
4767
4902
  postWebhookConfigs,
4768
4903
  postWebhookConfigsBulkDisable,
4769
4904
  postWebhookConfigsBulkEnable,
4905
+ postWebhookConfigsByIdReplay,
4770
4906
  postWebhookConfigsByIdTest,
4771
- postWebhookConfigsStats,
4772
4907
  postWebhookDeliveriesBulkRetry,
4773
4908
  postWebhookDeliveriesByIdRetry,
4774
- postWebhookDeliveriesStats,
4775
4909
  postWorkspaceMemberships,
4776
4910
  postWorkspaces,
4911
+ postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping,
4777
4912
  postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained,
4778
4913
  postWorkspacesByWorkspaceIdExtractionExports,
4779
4914
  retryWithBackoff,