@gpt-core/client 0.8.11 → 0.8.20
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/README.md +41 -17
- package/dist/index.d.mts +19780 -5148
- package/dist/index.d.ts +19780 -5148
- package/dist/index.js +708 -593
- package/dist/index.mjs +635 -589
- package/llms.txt +547 -0
- package/package.json +12 -3
package/dist/index.mjs
CHANGED
|
@@ -12,10 +12,12 @@ __export(sdk_gen_exports, {
|
|
|
12
12
|
deleteAiConversationsById: () => deleteAiConversationsById,
|
|
13
13
|
deleteAiGraphEdgesById: () => deleteAiGraphEdgesById,
|
|
14
14
|
deleteAiGraphNodesById: () => deleteAiGraphNodesById,
|
|
15
|
+
deleteAiMessagesById: () => deleteAiMessagesById,
|
|
15
16
|
deleteApiKeysById: () => deleteApiKeysById,
|
|
16
17
|
deleteApplicationsByApplicationIdEmailTemplatesBySlug: () => deleteApplicationsByApplicationIdEmailTemplatesBySlug,
|
|
17
18
|
deleteApplicationsById: () => deleteApplicationsById,
|
|
18
19
|
deleteBucketsById: () => deleteBucketsById,
|
|
20
|
+
deleteExtractionBatchesById: () => deleteExtractionBatchesById,
|
|
19
21
|
deleteExtractionDocumentsById: () => deleteExtractionDocumentsById,
|
|
20
22
|
deleteFieldTemplatesById: () => deleteFieldTemplatesById,
|
|
21
23
|
deleteMessagesById: () => deleteMessagesById,
|
|
@@ -29,23 +31,30 @@ __export(sdk_gen_exports, {
|
|
|
29
31
|
deleteTrainingExamplesById: () => deleteTrainingExamplesById,
|
|
30
32
|
deleteTrainingSessionsById: () => deleteTrainingSessionsById,
|
|
31
33
|
deleteUserProfilesById: () => deleteUserProfilesById,
|
|
34
|
+
deleteUsersById: () => deleteUsersById,
|
|
32
35
|
deleteWebhookConfigsById: () => deleteWebhookConfigsById,
|
|
33
36
|
deleteWorkspaceMembershipsByWorkspaceIdByUserId: () => deleteWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
34
37
|
deleteWorkspacesById: () => deleteWorkspacesById,
|
|
35
38
|
getAgentVersions: () => getAgentVersions,
|
|
36
39
|
getAgentVersionsById: () => getAgentVersionsById,
|
|
40
|
+
getAgentVersionsByIdMetrics: () => getAgentVersionsByIdMetrics,
|
|
37
41
|
getAgents: () => getAgents,
|
|
38
42
|
getAgentsById: () => getAgentsById,
|
|
39
43
|
getAgentsByIdSchemaVersions: () => getAgentsByIdSchemaVersions,
|
|
44
|
+
getAgentsByIdStats: () => getAgentsByIdStats,
|
|
40
45
|
getAgentsByIdTrainingStats: () => getAgentsByIdTrainingStats,
|
|
41
46
|
getAiChunksDocumentByDocumentId: () => getAiChunksDocumentByDocumentId,
|
|
42
47
|
getAiConversations: () => getAiConversations,
|
|
43
48
|
getAiConversationsById: () => getAiConversationsById,
|
|
44
49
|
getAiGraphEdges: () => getAiGraphEdges,
|
|
45
50
|
getAiGraphNodes: () => getAiGraphNodes,
|
|
51
|
+
getAiGraphNodesBySourceNodeIdRelated: () => getAiGraphNodesBySourceNodeIdRelated,
|
|
52
|
+
getAiGraphNodesLabelByLabel: () => getAiGraphNodesLabelByLabel,
|
|
46
53
|
getAiMessages: () => getAiMessages,
|
|
47
54
|
getApiKeys: () => getApiKeys,
|
|
55
|
+
getApiKeysActive: () => getApiKeysActive,
|
|
48
56
|
getApiKeysById: () => getApiKeysById,
|
|
57
|
+
getApiKeysStats: () => getApiKeysStats,
|
|
49
58
|
getApplications: () => getApplications,
|
|
50
59
|
getApplicationsByApplicationIdEmailTemplates: () => getApplicationsByApplicationIdEmailTemplates,
|
|
51
60
|
getApplicationsByApplicationIdEmailTemplatesBySlug: () => getApplicationsByApplicationIdEmailTemplatesBySlug,
|
|
@@ -53,7 +62,9 @@ __export(sdk_gen_exports, {
|
|
|
53
62
|
getApplicationsBySlugBySlug: () => getApplicationsBySlugBySlug,
|
|
54
63
|
getApplicationsCurrent: () => getApplicationsCurrent,
|
|
55
64
|
getAuditLogs: () => getAuditLogs,
|
|
65
|
+
getAuditLogsActivity: () => getAuditLogsActivity,
|
|
56
66
|
getBuckets: () => getBuckets,
|
|
67
|
+
getBucketsAll: () => getBucketsAll,
|
|
57
68
|
getBucketsById: () => getBucketsById,
|
|
58
69
|
getBucketsByIdObjects: () => getBucketsByIdObjects,
|
|
59
70
|
getBucketsByIdStats: () => getBucketsByIdStats,
|
|
@@ -70,11 +81,15 @@ __export(sdk_gen_exports, {
|
|
|
70
81
|
getExtractionDocumentsByIdStatus: () => getExtractionDocumentsByIdStatus,
|
|
71
82
|
getExtractionDocumentsByIdView: () => getExtractionDocumentsByIdView,
|
|
72
83
|
getExtractionDocumentsWorkspaceByWorkspaceId: () => getExtractionDocumentsWorkspaceByWorkspaceId,
|
|
84
|
+
getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus: () => getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus,
|
|
73
85
|
getExtractionDocumentsWorkspaceByWorkspaceIdExcluded: () => getExtractionDocumentsWorkspaceByWorkspaceIdExcluded,
|
|
74
86
|
getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue: () => getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
|
|
75
87
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrained: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
|
|
88
|
+
getExtractionDocumentsWorkspaceByWorkspaceIdTrashed: () => getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
|
|
76
89
|
getExtractionResultsById: () => getExtractionResultsById,
|
|
77
90
|
getExtractionResultsDocumentByDocumentId: () => getExtractionResultsDocumentByDocumentId,
|
|
91
|
+
getExtractionResultsWorkspaceByWorkspaceId: () => getExtractionResultsWorkspaceByWorkspaceId,
|
|
92
|
+
getExtractionSchemaDiscoveriesById: () => getExtractionSchemaDiscoveriesById,
|
|
78
93
|
getFieldTemplates: () => getFieldTemplates,
|
|
79
94
|
getFieldTemplatesById: () => getFieldTemplatesById,
|
|
80
95
|
getInvitations: () => getInvitations,
|
|
@@ -90,26 +105,36 @@ __export(sdk_gen_exports, {
|
|
|
90
105
|
getMessages: () => getMessages,
|
|
91
106
|
getMessagesById: () => getMessagesById,
|
|
92
107
|
getMessagesSearch: () => getMessagesSearch,
|
|
108
|
+
getMessagesSemanticSearch: () => getMessagesSemanticSearch,
|
|
93
109
|
getNotificationLogs: () => getNotificationLogs,
|
|
94
110
|
getNotificationLogsById: () => getNotificationLogsById,
|
|
111
|
+
getNotificationLogsStats: () => getNotificationLogsStats,
|
|
95
112
|
getNotificationMethods: () => getNotificationMethods,
|
|
96
113
|
getNotificationMethodsById: () => getNotificationMethodsById,
|
|
97
114
|
getNotificationPreferences: () => getNotificationPreferences,
|
|
98
115
|
getNotificationPreferencesById: () => getNotificationPreferencesById,
|
|
99
116
|
getObjects: () => getObjects,
|
|
100
117
|
getObjectsById: () => getObjectsById,
|
|
118
|
+
getPermissions: () => getPermissions,
|
|
119
|
+
getPermissionsById: () => getPermissionsById,
|
|
120
|
+
getPermissionsMeta: () => getPermissionsMeta,
|
|
121
|
+
getPermissionsPresets: () => getPermissionsPresets,
|
|
122
|
+
getPermissionsPresetsById: () => getPermissionsPresetsById,
|
|
101
123
|
getPlans: () => getPlans,
|
|
102
124
|
getPlansById: () => getPlansById,
|
|
103
125
|
getPlansSlugBySlug: () => getPlansSlugBySlug,
|
|
104
|
-
getSchemaDiscoveriesById: () => getSchemaDiscoveriesById,
|
|
105
126
|
getSearch: () => getSearch,
|
|
127
|
+
getSearchAnalytics: () => getSearchAnalytics,
|
|
128
|
+
getSearchAnalyticsSummary: () => getSearchAnalyticsSummary,
|
|
106
129
|
getSearchHealth: () => getSearchHealth,
|
|
107
130
|
getSearchIndexes: () => getSearchIndexes,
|
|
108
131
|
getSearchSaved: () => getSearchSaved,
|
|
109
132
|
getSearchSemantic: () => getSearchSemantic,
|
|
110
133
|
getSearchStats: () => getSearchStats,
|
|
111
134
|
getSearchStatus: () => getSearchStatus,
|
|
135
|
+
getSearchSuggest: () => getSearchSuggest,
|
|
112
136
|
getStorageStats: () => getStorageStats,
|
|
137
|
+
getStorageStatsTenantByTenantId: () => getStorageStatsTenantByTenantId,
|
|
113
138
|
getTenantMemberships: () => getTenantMemberships,
|
|
114
139
|
getTenants: () => getTenants,
|
|
115
140
|
getTenantsById: () => getTenantsById,
|
|
@@ -118,7 +143,10 @@ __export(sdk_gen_exports, {
|
|
|
118
143
|
getTenantsByTenantIdWorkspaceStats: () => getTenantsByTenantIdWorkspaceStats,
|
|
119
144
|
getThreads: () => getThreads,
|
|
120
145
|
getThreadsById: () => getThreadsById,
|
|
146
|
+
getThreadsByIdMessages: () => getThreadsByIdMessages,
|
|
121
147
|
getThreadsSearch: () => getThreadsSearch,
|
|
148
|
+
getThreadsStats: () => getThreadsStats,
|
|
149
|
+
getThreadsWorkspaceStats: () => getThreadsWorkspaceStats,
|
|
122
150
|
getTrainingExamples: () => getTrainingExamples,
|
|
123
151
|
getTrainingExamplesById: () => getTrainingExamplesById,
|
|
124
152
|
getTrainingSessionsAgentsByAgentIdSessions: () => getTrainingSessionsAgentsByAgentIdSessions,
|
|
@@ -129,17 +157,31 @@ __export(sdk_gen_exports, {
|
|
|
129
157
|
getUserProfilesById: () => getUserProfilesById,
|
|
130
158
|
getUserProfilesMe: () => getUserProfilesMe,
|
|
131
159
|
getUsers: () => getUsers,
|
|
160
|
+
getUsersByEmail: () => getUsersByEmail,
|
|
132
161
|
getUsersById: () => getUsersById,
|
|
133
162
|
getUsersMe: () => getUsersMe,
|
|
163
|
+
getUsersMeActivity: () => getUsersMeActivity,
|
|
164
|
+
getUsersMeDashboard: () => getUsersMeDashboard,
|
|
165
|
+
getUsersMeStats: () => getUsersMeStats,
|
|
134
166
|
getUsersMeTenants: () => getUsersMeTenants,
|
|
135
167
|
getWallet: () => getWallet,
|
|
168
|
+
getWalletInvoices: () => getWalletInvoices,
|
|
169
|
+
getWatcherClaims: () => getWatcherClaims,
|
|
170
|
+
getWatcherClaimsById: () => getWatcherClaimsById,
|
|
171
|
+
getWatcherClaimsStatus: () => getWatcherClaimsStatus,
|
|
172
|
+
getWatcherEvents: () => getWatcherEvents,
|
|
173
|
+
getWatcherEventsById: () => getWatcherEventsById,
|
|
136
174
|
getWebhookConfigs: () => getWebhookConfigs,
|
|
137
175
|
getWebhookConfigsById: () => getWebhookConfigsById,
|
|
176
|
+
getWebhookConfigsByIdEvents: () => getWebhookConfigsByIdEvents,
|
|
177
|
+
getWebhookConfigsStats: () => getWebhookConfigsStats,
|
|
138
178
|
getWebhookDeliveries: () => getWebhookDeliveries,
|
|
139
179
|
getWebhookDeliveriesById: () => getWebhookDeliveriesById,
|
|
180
|
+
getWebhookDeliveriesStats: () => getWebhookDeliveriesStats,
|
|
140
181
|
getWorkspaceMemberships: () => getWorkspaceMemberships,
|
|
141
182
|
getWorkspaces: () => getWorkspaces,
|
|
142
183
|
getWorkspacesById: () => getWorkspacesById,
|
|
184
|
+
getWorkspacesByIdMembers: () => getWorkspacesByIdMembers,
|
|
143
185
|
getWorkspacesByWorkspaceIdExtractionExports: () => getWorkspacesByWorkspaceIdExtractionExports,
|
|
144
186
|
getWorkspacesByWorkspaceIdExtractionExportsById: () => getWorkspacesByWorkspaceIdExtractionExportsById,
|
|
145
187
|
getWorkspacesByWorkspaceIdTrainingAnalytics: () => getWorkspacesByWorkspaceIdTrainingAnalytics,
|
|
@@ -147,13 +189,16 @@ __export(sdk_gen_exports, {
|
|
|
147
189
|
getWorkspacesShared: () => getWorkspacesShared,
|
|
148
190
|
patchAgentsById: () => patchAgentsById,
|
|
149
191
|
patchAgentsByIdSchemaVersionsByVersionId: () => patchAgentsByIdSchemaVersionsByVersionId,
|
|
192
|
+
patchAiConversationsById: () => patchAiConversationsById,
|
|
150
193
|
patchApiKeysById: () => patchApiKeysById,
|
|
151
194
|
patchApiKeysByIdAllocate: () => patchApiKeysByIdAllocate,
|
|
195
|
+
patchApiKeysByIdResetPeriod: () => patchApiKeysByIdResetPeriod,
|
|
152
196
|
patchApiKeysByIdRevoke: () => patchApiKeysByIdRevoke,
|
|
153
197
|
patchApiKeysByIdRotate: () => patchApiKeysByIdRotate,
|
|
154
198
|
patchApiKeysByIdSetBudget: () => patchApiKeysByIdSetBudget,
|
|
155
199
|
patchApplicationsByApplicationIdEmailTemplatesBySlug: () => patchApplicationsByApplicationIdEmailTemplatesBySlug,
|
|
156
200
|
patchApplicationsById: () => patchApplicationsById,
|
|
201
|
+
patchApplicationsByIdAllocateCredits: () => patchApplicationsByIdAllocateCredits,
|
|
157
202
|
patchApplicationsByIdGrantCredits: () => patchApplicationsByIdGrantCredits,
|
|
158
203
|
patchBucketsById: () => patchBucketsById,
|
|
159
204
|
patchConfigsByKey: () => patchConfigsByKey,
|
|
@@ -167,6 +212,7 @@ __export(sdk_gen_exports, {
|
|
|
167
212
|
patchExtractionDocumentsByIdReprocess: () => patchExtractionDocumentsByIdReprocess,
|
|
168
213
|
patchExtractionDocumentsByIdRestore: () => patchExtractionDocumentsByIdRestore,
|
|
169
214
|
patchExtractionDocumentsByIdStatus: () => patchExtractionDocumentsByIdStatus,
|
|
215
|
+
patchExtractionDocumentsByIdVerification: () => patchExtractionDocumentsByIdVerification,
|
|
170
216
|
patchExtractionResultsByIdCorrections: () => patchExtractionResultsByIdCorrections,
|
|
171
217
|
patchExtractionResultsByIdRegenerate: () => patchExtractionResultsByIdRegenerate,
|
|
172
218
|
patchInvitationsByIdAccept: () => patchInvitationsByIdAccept,
|
|
@@ -176,11 +222,16 @@ __export(sdk_gen_exports, {
|
|
|
176
222
|
patchInvitationsByIdRevoke: () => patchInvitationsByIdRevoke,
|
|
177
223
|
patchMessagesById: () => patchMessagesById,
|
|
178
224
|
patchNotificationMethodsById: () => patchNotificationMethodsById,
|
|
225
|
+
patchNotificationMethodsByIdSendVerification: () => patchNotificationMethodsByIdSendVerification,
|
|
179
226
|
patchNotificationMethodsByIdSetPrimary: () => patchNotificationMethodsByIdSetPrimary,
|
|
227
|
+
patchNotificationMethodsByIdVerify: () => patchNotificationMethodsByIdVerify,
|
|
180
228
|
patchNotificationPreferencesById: () => patchNotificationPreferencesById,
|
|
229
|
+
patchSearchSavedById: () => patchSearchSavedById,
|
|
181
230
|
patchTenantMembershipsByTenantIdByUserId: () => patchTenantMembershipsByTenantIdByUserId,
|
|
182
231
|
patchTenantsById: () => patchTenantsById,
|
|
183
232
|
patchThreadsById: () => patchThreadsById,
|
|
233
|
+
patchThreadsByIdArchive: () => patchThreadsByIdArchive,
|
|
234
|
+
patchThreadsByIdUnarchive: () => patchThreadsByIdUnarchive,
|
|
184
235
|
patchTrainingExamplesById: () => patchTrainingExamplesById,
|
|
185
236
|
patchUserProfilesById: () => patchUserProfilesById,
|
|
186
237
|
patchUsersAuthPasswordChange: () => patchUsersAuthPasswordChange,
|
|
@@ -191,13 +242,20 @@ __export(sdk_gen_exports, {
|
|
|
191
242
|
patchUsersByIdResetPassword: () => patchUsersByIdResetPassword,
|
|
192
243
|
patchWalletAddons: () => patchWalletAddons,
|
|
193
244
|
patchWalletAddonsByAddonSlugCancel: () => patchWalletAddonsByAddonSlugCancel,
|
|
245
|
+
patchWalletAutoTopUp: () => patchWalletAutoTopUp,
|
|
194
246
|
patchWalletCredits: () => patchWalletCredits,
|
|
195
247
|
patchWalletPlan: () => patchWalletPlan,
|
|
248
|
+
patchWatcherClaimsById: () => patchWatcherClaimsById,
|
|
249
|
+
patchWatcherClaimsByIdRelease: () => patchWatcherClaimsByIdRelease,
|
|
250
|
+
patchWatcherClaimsByIdRetry: () => patchWatcherClaimsByIdRetry,
|
|
196
251
|
patchWebhookConfigsById: () => patchWebhookConfigsById,
|
|
197
252
|
patchWebhookConfigsByIdRotateSecret: () => patchWebhookConfigsByIdRotateSecret,
|
|
198
253
|
patchWorkspaceMembershipsByWorkspaceIdByUserId: () => patchWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
199
254
|
patchWorkspacesById: () => patchWorkspacesById,
|
|
200
255
|
patchWorkspacesByIdAllocate: () => patchWorkspacesByIdAllocate,
|
|
256
|
+
patchWorkspacesByIdStorageSettings: () => patchWorkspacesByIdStorageSettings,
|
|
257
|
+
postAgentTestResults: () => postAgentTestResults,
|
|
258
|
+
postAgentVersionComparisons: () => postAgentVersionComparisons,
|
|
201
259
|
postAgentVersions: () => postAgentVersions,
|
|
202
260
|
postAgents: () => postAgents,
|
|
203
261
|
postAgentsByIdClone: () => postAgentsByIdClone,
|
|
@@ -206,7 +264,6 @@ __export(sdk_gen_exports, {
|
|
|
206
264
|
postAgentsByIdPublishVersion: () => postAgentsByIdPublishVersion,
|
|
207
265
|
postAgentsByIdSchemaVersions: () => postAgentsByIdSchemaVersions,
|
|
208
266
|
postAgentsByIdSchemaVersionsByVersionIdActivate: () => postAgentsByIdSchemaVersionsByVersionIdActivate,
|
|
209
|
-
postAgentsByIdStats: () => postAgentsByIdStats,
|
|
210
267
|
postAgentsByIdTeach: () => postAgentsByIdTeach,
|
|
211
268
|
postAgentsByIdTest: () => postAgentsByIdTest,
|
|
212
269
|
postAgentsByIdValidate: () => postAgentsByIdValidate,
|
|
@@ -224,14 +281,18 @@ __export(sdk_gen_exports, {
|
|
|
224
281
|
postApiKeys: () => postApiKeys,
|
|
225
282
|
postApplications: () => postApplications,
|
|
226
283
|
postApplicationsByApplicationIdEmailTemplates: () => postApplicationsByApplicationIdEmailTemplates,
|
|
284
|
+
postApplicationsByApplicationIdEmailTemplatesBySlugPreview: () => postApplicationsByApplicationIdEmailTemplatesBySlugPreview,
|
|
285
|
+
postApplicationsByApplicationIdEmailTemplatesBySlugTest: () => postApplicationsByApplicationIdEmailTemplatesBySlugTest,
|
|
227
286
|
postBuckets: () => postBuckets,
|
|
228
287
|
postConfigs: () => postConfigs,
|
|
229
288
|
postDocumentsBulkDelete: () => postDocumentsBulkDelete,
|
|
230
289
|
postDocumentsPresignedUpload: () => postDocumentsPresignedUpload,
|
|
231
290
|
postExtractionBatches: () => postExtractionBatches,
|
|
232
291
|
postExtractionDocumentsBeginUpload: () => postExtractionDocumentsBeginUpload,
|
|
292
|
+
postExtractionDocumentsBulkReprocess: () => postExtractionDocumentsBulkReprocess,
|
|
233
293
|
postExtractionDocumentsUpload: () => postExtractionDocumentsUpload,
|
|
234
294
|
postExtractionResults: () => postExtractionResults,
|
|
295
|
+
postExtractionSchemaDiscoveries: () => postExtractionSchemaDiscoveries,
|
|
235
296
|
postFieldTemplates: () => postFieldTemplates,
|
|
236
297
|
postInvitations: () => postInvitations,
|
|
237
298
|
postInvitationsAcceptByToken: () => postInvitationsAcceptByToken,
|
|
@@ -240,10 +301,14 @@ __export(sdk_gen_exports, {
|
|
|
240
301
|
postNotificationMethods: () => postNotificationMethods,
|
|
241
302
|
postNotificationPreferences: () => postNotificationPreferences,
|
|
242
303
|
postObjectsBulkDestroy: () => postObjectsBulkDestroy,
|
|
304
|
+
postObjectsCopy: () => postObjectsCopy,
|
|
305
|
+
postObjectsMove: () => postObjectsMove,
|
|
243
306
|
postObjectsRegister: () => postObjectsRegister,
|
|
244
307
|
postPayments: () => postPayments,
|
|
308
|
+
postSearchBatch: () => postSearchBatch,
|
|
245
309
|
postSearchReindex: () => postSearchReindex,
|
|
246
310
|
postSearchSaved: () => postSearchSaved,
|
|
311
|
+
postSearchSavedByIdRun: () => postSearchSavedByIdRun,
|
|
247
312
|
postStorageSignDownload: () => postStorageSignDownload,
|
|
248
313
|
postStorageSignUpload: () => postStorageSignUpload,
|
|
249
314
|
postTenantMemberships: () => postTenantMemberships,
|
|
@@ -251,9 +316,12 @@ __export(sdk_gen_exports, {
|
|
|
251
316
|
postTenantsByIdBuyStorage: () => postTenantsByIdBuyStorage,
|
|
252
317
|
postTenantsByIdCredit: () => postTenantsByIdCredit,
|
|
253
318
|
postTenantsByIdRemoveStorage: () => postTenantsByIdRemoveStorage,
|
|
319
|
+
postTenantsByIdSchedulePurge: () => postTenantsByIdSchedulePurge,
|
|
254
320
|
postTenantsIsv: () => postTenantsIsv,
|
|
255
321
|
postThreads: () => postThreads,
|
|
256
322
|
postThreadsActive: () => postThreadsActive,
|
|
323
|
+
postThreadsByIdExport: () => postThreadsByIdExport,
|
|
324
|
+
postThreadsByIdFork: () => postThreadsByIdFork,
|
|
257
325
|
postThreadsByIdMessages: () => postThreadsByIdMessages,
|
|
258
326
|
postThreadsByIdSummarize: () => postThreadsByIdSummarize,
|
|
259
327
|
postTokens: () => postTokens,
|
|
@@ -270,14 +338,15 @@ __export(sdk_gen_exports, {
|
|
|
270
338
|
postUsersAuthRegisterWithOidc: () => postUsersAuthRegisterWithOidc,
|
|
271
339
|
postUsersAuthResendConfirmation: () => postUsersAuthResendConfirmation,
|
|
272
340
|
postUsersRegisterIsv: () => postUsersRegisterIsv,
|
|
341
|
+
postWatcherClaims: () => postWatcherClaims,
|
|
342
|
+
postWatcherEvents: () => postWatcherEvents,
|
|
273
343
|
postWebhookConfigs: () => postWebhookConfigs,
|
|
274
344
|
postWebhookConfigsBulkDisable: () => postWebhookConfigsBulkDisable,
|
|
275
345
|
postWebhookConfigsBulkEnable: () => postWebhookConfigsBulkEnable,
|
|
346
|
+
postWebhookConfigsByIdReplay: () => postWebhookConfigsByIdReplay,
|
|
276
347
|
postWebhookConfigsByIdTest: () => postWebhookConfigsByIdTest,
|
|
277
|
-
postWebhookConfigsStats: () => postWebhookConfigsStats,
|
|
278
348
|
postWebhookDeliveriesBulkRetry: () => postWebhookDeliveriesBulkRetry,
|
|
279
349
|
postWebhookDeliveriesByIdRetry: () => postWebhookDeliveriesByIdRetry,
|
|
280
|
-
postWebhookDeliveriesStats: () => postWebhookDeliveriesStats,
|
|
281
350
|
postWorkspaceMemberships: () => postWorkspaceMemberships,
|
|
282
351
|
postWorkspaces: () => postWorkspaces,
|
|
283
352
|
postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained: () => postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained,
|
|
@@ -1106,7 +1175,6 @@ var client = createClient(
|
|
|
1106
1175
|
|
|
1107
1176
|
// src/_internal/sdk.gen.ts
|
|
1108
1177
|
var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
1109
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1110
1178
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1111
1179
|
url: "/ai/search/advanced",
|
|
1112
1180
|
...options,
|
|
@@ -1116,31 +1184,21 @@ var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
|
1116
1184
|
}
|
|
1117
1185
|
});
|
|
1118
1186
|
var deleteExtractionDocumentsById = (options) => (options.client ?? client).delete({
|
|
1119
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1120
1187
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1121
1188
|
url: "/extraction/documents/{id}",
|
|
1122
1189
|
...options
|
|
1123
1190
|
});
|
|
1124
1191
|
var getExtractionDocumentsById = (options) => (options.client ?? client).get({
|
|
1125
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1126
1192
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1127
1193
|
url: "/extraction/documents/{id}",
|
|
1128
1194
|
...options
|
|
1129
1195
|
});
|
|
1130
1196
|
var getThreads = (options) => (options.client ?? client).get({
|
|
1131
|
-
querySerializer: {
|
|
1132
|
-
parameters: {
|
|
1133
|
-
filter: { object: { style: "form" } },
|
|
1134
|
-
page: { object: { style: "form" } },
|
|
1135
|
-
fields: { object: { style: "form" } }
|
|
1136
|
-
}
|
|
1137
|
-
},
|
|
1138
1197
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1139
1198
|
url: "/threads",
|
|
1140
1199
|
...options
|
|
1141
1200
|
});
|
|
1142
1201
|
var postThreads = (options) => (options.client ?? client).post({
|
|
1143
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1144
1202
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1145
1203
|
url: "/threads",
|
|
1146
1204
|
...options,
|
|
@@ -1150,7 +1208,6 @@ var postThreads = (options) => (options.client ?? client).post({
|
|
|
1150
1208
|
}
|
|
1151
1209
|
});
|
|
1152
1210
|
var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client).patch({
|
|
1153
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1154
1211
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1155
1212
|
url: "/extraction/documents/{id}/cancel",
|
|
1156
1213
|
...options,
|
|
@@ -1160,30 +1217,26 @@ var patchExtractionDocumentsByIdCancel = (options) => (options.client ?? client)
|
|
|
1160
1217
|
}
|
|
1161
1218
|
});
|
|
1162
1219
|
var getLlmAnalyticsCosts = (options) => (options.client ?? client).get({
|
|
1163
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1164
1220
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1165
1221
|
url: "/llm_analytics/costs",
|
|
1166
1222
|
...options
|
|
1167
1223
|
});
|
|
1168
1224
|
var getTrainingSessionsAgentsByAgentIdSessions = (options) => (options.client ?? client).get({
|
|
1169
|
-
querySerializer: {
|
|
1170
|
-
parameters: {
|
|
1171
|
-
filter: { object: { style: "form" } },
|
|
1172
|
-
fields: { object: { style: "form" } }
|
|
1173
|
-
}
|
|
1174
|
-
},
|
|
1175
1225
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1176
1226
|
url: "/training_sessions/agents/{agent_id}/sessions",
|
|
1177
1227
|
...options
|
|
1178
1228
|
});
|
|
1229
|
+
var getWatcherEventsById = (options) => (options.client ?? client).get({
|
|
1230
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1231
|
+
url: "/watcher/events/{id}",
|
|
1232
|
+
...options
|
|
1233
|
+
});
|
|
1179
1234
|
var getAiChunksDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
1180
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1181
1235
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1182
1236
|
url: "/ai/chunks/document/{document_id}",
|
|
1183
1237
|
...options
|
|
1184
1238
|
});
|
|
1185
1239
|
var patchWalletCredits = (options) => (options.client ?? client).patch({
|
|
1186
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1187
1240
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1188
1241
|
url: "/wallet/credits",
|
|
1189
1242
|
...options,
|
|
@@ -1192,30 +1245,22 @@ var patchWalletCredits = (options) => (options.client ?? client).patch({
|
|
|
1192
1245
|
...options.headers
|
|
1193
1246
|
}
|
|
1194
1247
|
});
|
|
1195
|
-
var
|
|
1248
|
+
var getWebhookConfigsStats = (options) => (options.client ?? client).get({
|
|
1196
1249
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1197
1250
|
url: "/webhook_configs/stats",
|
|
1198
1251
|
...options
|
|
1199
1252
|
});
|
|
1200
1253
|
var getApplicationsCurrent = (options) => (options.client ?? client).get({
|
|
1201
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1202
1254
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1203
1255
|
url: "/applications/current",
|
|
1204
1256
|
...options
|
|
1205
1257
|
});
|
|
1206
1258
|
var getWorkspaces = (options) => (options.client ?? client).get({
|
|
1207
|
-
querySerializer: {
|
|
1208
|
-
parameters: {
|
|
1209
|
-
filter: { object: { style: "form" } },
|
|
1210
|
-
fields: { object: { style: "form" } }
|
|
1211
|
-
}
|
|
1212
|
-
},
|
|
1213
1259
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1214
1260
|
url: "/workspaces",
|
|
1215
1261
|
...options
|
|
1216
1262
|
});
|
|
1217
1263
|
var postWorkspaces = (options) => (options.client ?? client).post({
|
|
1218
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1219
1264
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1220
1265
|
url: "/workspaces",
|
|
1221
1266
|
...options,
|
|
@@ -1224,19 +1269,17 @@ var postWorkspaces = (options) => (options.client ?? client).post({
|
|
|
1224
1269
|
...options.headers
|
|
1225
1270
|
}
|
|
1226
1271
|
});
|
|
1227
|
-
var
|
|
1272
|
+
var getAgentsByIdStats = (options) => (options.client ?? client).get({
|
|
1228
1273
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1229
1274
|
url: "/agents/{id}/stats",
|
|
1230
1275
|
...options
|
|
1231
1276
|
});
|
|
1232
1277
|
var getDocumentsStats = (options) => (options.client ?? client).get({
|
|
1233
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1234
1278
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1235
1279
|
url: "/documents/stats",
|
|
1236
1280
|
...options
|
|
1237
1281
|
});
|
|
1238
1282
|
var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client).patch({
|
|
1239
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1240
1283
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1241
1284
|
url: "/extraction/documents/{id}/dismiss",
|
|
1242
1285
|
...options,
|
|
@@ -1246,7 +1289,6 @@ var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client
|
|
|
1246
1289
|
}
|
|
1247
1290
|
});
|
|
1248
1291
|
var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
1249
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1250
1292
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1251
1293
|
url: "/objects/register",
|
|
1252
1294
|
...options,
|
|
@@ -1256,13 +1298,11 @@ var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
|
1256
1298
|
}
|
|
1257
1299
|
});
|
|
1258
1300
|
var getLlmAnalyticsWorkspace = (options) => (options.client ?? client).get({
|
|
1259
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1260
1301
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1261
1302
|
url: "/llm_analytics/workspace",
|
|
1262
1303
|
...options
|
|
1263
1304
|
});
|
|
1264
1305
|
var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?? client).patch({
|
|
1265
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1266
1306
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1267
1307
|
url: "/extraction/documents/{id}/dismiss-training",
|
|
1268
1308
|
...options,
|
|
@@ -1271,20 +1311,23 @@ var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?
|
|
|
1271
1311
|
...options.headers
|
|
1272
1312
|
}
|
|
1273
1313
|
});
|
|
1314
|
+
var postAgentVersionComparisons = (options) => (options.client ?? client).post({
|
|
1315
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1316
|
+
url: "/agent_version_comparisons",
|
|
1317
|
+
...options,
|
|
1318
|
+
headers: {
|
|
1319
|
+
"Content-Type": "application/vnd.api+json",
|
|
1320
|
+
...options.headers
|
|
1321
|
+
}
|
|
1322
|
+
});
|
|
1274
1323
|
var getSearchIndexes = (options) => (options.client ?? client).get({
|
|
1275
|
-
querySerializer: {
|
|
1276
|
-
parameters: {
|
|
1277
|
-
filter: { object: { style: "form" } },
|
|
1278
|
-
fields: { object: { style: "form" } }
|
|
1279
|
-
}
|
|
1280
|
-
},
|
|
1281
1324
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1282
1325
|
url: "/search/indexes",
|
|
1283
1326
|
...options
|
|
1284
1327
|
});
|
|
1285
|
-
var
|
|
1328
|
+
var postApplicationsByApplicationIdEmailTemplatesBySlugPreview = (options) => (options.client ?? client).post({
|
|
1286
1329
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1287
|
-
url: "/
|
|
1330
|
+
url: "/applications/{application_id}/email-templates/{slug}/preview",
|
|
1288
1331
|
...options,
|
|
1289
1332
|
headers: {
|
|
1290
1333
|
"Content-Type": "application/vnd.api+json",
|
|
@@ -1292,13 +1335,11 @@ var postWebhookConfigsBulkDisable = (options) => (options.client ?? client).post
|
|
|
1292
1335
|
}
|
|
1293
1336
|
});
|
|
1294
1337
|
var getCreditPackagesSlugBySlug = (options) => (options.client ?? client).get({
|
|
1295
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1296
1338
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1297
1339
|
url: "/credit-packages/slug/{slug}",
|
|
1298
1340
|
...options
|
|
1299
1341
|
});
|
|
1300
1342
|
var patchUsersAuthPasswordChange = (options) => (options.client ?? client).patch({
|
|
1301
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1302
1343
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1303
1344
|
url: "/users/auth/password/change",
|
|
1304
1345
|
...options,
|
|
@@ -1308,7 +1349,6 @@ var patchUsersAuthPasswordChange = (options) => (options.client ?? client).patch
|
|
|
1308
1349
|
}
|
|
1309
1350
|
});
|
|
1310
1351
|
var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
1311
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1312
1352
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1313
1353
|
url: "/extraction/batches",
|
|
1314
1354
|
...options,
|
|
@@ -1318,13 +1358,11 @@ var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
|
1318
1358
|
}
|
|
1319
1359
|
});
|
|
1320
1360
|
var getLlmAnalyticsPlatform = (options) => (options.client ?? client).get({
|
|
1321
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1322
1361
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1323
1362
|
url: "/llm_analytics/platform",
|
|
1324
1363
|
...options
|
|
1325
1364
|
});
|
|
1326
1365
|
var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client).patch({
|
|
1327
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1328
1366
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1329
1367
|
url: "/extraction/documents/{id}/exclude",
|
|
1330
1368
|
...options,
|
|
@@ -1334,7 +1372,6 @@ var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client
|
|
|
1334
1372
|
}
|
|
1335
1373
|
});
|
|
1336
1374
|
var postPayments = (options) => (options.client ?? client).post({
|
|
1337
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1338
1375
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1339
1376
|
url: "/payments",
|
|
1340
1377
|
...options,
|
|
@@ -1344,7 +1381,6 @@ var postPayments = (options) => (options.client ?? client).post({
|
|
|
1344
1381
|
}
|
|
1345
1382
|
});
|
|
1346
1383
|
var postAgentsImport = (options) => (options.client ?? client).post({
|
|
1347
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1348
1384
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1349
1385
|
url: "/agents/import",
|
|
1350
1386
|
...options,
|
|
@@ -1354,18 +1390,11 @@ var postAgentsImport = (options) => (options.client ?? client).post({
|
|
|
1354
1390
|
}
|
|
1355
1391
|
});
|
|
1356
1392
|
var getExtractionBatchesWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
1357
|
-
querySerializer: {
|
|
1358
|
-
parameters: {
|
|
1359
|
-
filter: { object: { style: "form" } },
|
|
1360
|
-
fields: { object: { style: "form" } }
|
|
1361
|
-
}
|
|
1362
|
-
},
|
|
1363
1393
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1364
1394
|
url: "/extraction/batches/workspace/{workspace_id}",
|
|
1365
1395
|
...options
|
|
1366
1396
|
});
|
|
1367
1397
|
var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1368
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1369
1398
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1370
1399
|
url: "/api_keys/{id}/revoke",
|
|
1371
1400
|
...options,
|
|
@@ -1375,19 +1404,16 @@ var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1375
1404
|
}
|
|
1376
1405
|
});
|
|
1377
1406
|
var getInvitationsConsumeByToken = (options) => (options.client ?? client).get({
|
|
1378
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1379
1407
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1380
1408
|
url: "/invitations/consume/{token}",
|
|
1381
1409
|
...options
|
|
1382
1410
|
});
|
|
1383
1411
|
var getExtractionDocumentsByIdStatus = (options) => (options.client ?? client).get({
|
|
1384
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1385
1412
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1386
1413
|
url: "/extraction/documents/{id}/status",
|
|
1387
1414
|
...options
|
|
1388
1415
|
});
|
|
1389
1416
|
var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client).patch({
|
|
1390
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1391
1417
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1392
1418
|
url: "/extraction/documents/{id}/status",
|
|
1393
1419
|
...options,
|
|
@@ -1397,7 +1423,6 @@ var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client)
|
|
|
1397
1423
|
}
|
|
1398
1424
|
});
|
|
1399
1425
|
var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? client).patch({
|
|
1400
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1401
1426
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1402
1427
|
url: "/extraction/documents/{id}/finish_upload",
|
|
1403
1428
|
...options,
|
|
@@ -1406,8 +1431,12 @@ var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? c
|
|
|
1406
1431
|
...options.headers
|
|
1407
1432
|
}
|
|
1408
1433
|
});
|
|
1434
|
+
var getUsersMeDashboard = (options) => (options.client ?? client).get({
|
|
1435
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1436
|
+
url: "/users/me/dashboard",
|
|
1437
|
+
...options
|
|
1438
|
+
});
|
|
1409
1439
|
var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch({
|
|
1410
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1411
1440
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1412
1441
|
url: "/workspaces/{id}/allocate",
|
|
1413
1442
|
...options,
|
|
@@ -1417,7 +1446,6 @@ var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch(
|
|
|
1417
1446
|
}
|
|
1418
1447
|
});
|
|
1419
1448
|
var postThreadsActive = (options) => (options.client ?? client).post({
|
|
1420
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1421
1449
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1422
1450
|
url: "/threads/active",
|
|
1423
1451
|
...options,
|
|
@@ -1427,7 +1455,6 @@ var postThreadsActive = (options) => (options.client ?? client).post({
|
|
|
1427
1455
|
}
|
|
1428
1456
|
});
|
|
1429
1457
|
var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1430
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1431
1458
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1432
1459
|
url: "/invitations/{id}/revoke",
|
|
1433
1460
|
...options,
|
|
@@ -1436,8 +1463,12 @@ var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1436
1463
|
...options.headers
|
|
1437
1464
|
}
|
|
1438
1465
|
});
|
|
1466
|
+
var getAiGraphNodesLabelByLabel = (options) => (options.client ?? client).get({
|
|
1467
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1468
|
+
url: "/ai/graph/nodes/label/{label}",
|
|
1469
|
+
...options
|
|
1470
|
+
});
|
|
1439
1471
|
var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options) => (options.client ?? client).post({
|
|
1440
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1441
1472
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1442
1473
|
url: "/workspaces/{workspace_id}/extraction/documents/dismiss-all-trained",
|
|
1443
1474
|
...options,
|
|
@@ -1447,19 +1478,11 @@ var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options)
|
|
|
1447
1478
|
}
|
|
1448
1479
|
});
|
|
1449
1480
|
var getConfigs = (options) => (options.client ?? client).get({
|
|
1450
|
-
querySerializer: {
|
|
1451
|
-
parameters: {
|
|
1452
|
-
filter: { object: { style: "form" } },
|
|
1453
|
-
page: { object: { style: "form" } },
|
|
1454
|
-
fields: { object: { style: "form" } }
|
|
1455
|
-
}
|
|
1456
|
-
},
|
|
1457
1481
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1458
1482
|
url: "/configs",
|
|
1459
1483
|
...options
|
|
1460
1484
|
});
|
|
1461
1485
|
var postConfigs = (options) => (options.client ?? client).post({
|
|
1462
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1463
1486
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1464
1487
|
url: "/configs",
|
|
1465
1488
|
...options,
|
|
@@ -1468,19 +1491,18 @@ var postConfigs = (options) => (options.client ?? client).post({
|
|
|
1468
1491
|
...options.headers
|
|
1469
1492
|
}
|
|
1470
1493
|
});
|
|
1471
|
-
var
|
|
1472
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1494
|
+
var patchWalletAutoTopUp = (options) => (options.client ?? client).patch({
|
|
1473
1495
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1474
|
-
url: "/
|
|
1496
|
+
url: "/wallet/auto-top-up",
|
|
1475
1497
|
...options,
|
|
1476
1498
|
headers: {
|
|
1477
1499
|
"Content-Type": "application/vnd.api+json",
|
|
1478
1500
|
...options.headers
|
|
1479
1501
|
}
|
|
1480
1502
|
});
|
|
1481
|
-
var
|
|
1503
|
+
var postTokens = (options) => (options.client ?? client).post({
|
|
1482
1504
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1483
|
-
url: "/
|
|
1505
|
+
url: "/tokens",
|
|
1484
1506
|
...options,
|
|
1485
1507
|
headers: {
|
|
1486
1508
|
"Content-Type": "application/vnd.api+json",
|
|
@@ -1488,7 +1510,6 @@ var postWebhookConfigsBulkEnable = (options) => (options.client ?? client).post(
|
|
|
1488
1510
|
}
|
|
1489
1511
|
});
|
|
1490
1512
|
var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
|
|
1491
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1492
1513
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1493
1514
|
url: "/api_keys/{id}/set_budget",
|
|
1494
1515
|
...options,
|
|
@@ -1498,19 +1519,16 @@ var patchApiKeysByIdSetBudget = (options) => (options.client ?? client).patch({
|
|
|
1498
1519
|
}
|
|
1499
1520
|
});
|
|
1500
1521
|
var deleteTrainingExamplesById = (options) => (options.client ?? client).delete({
|
|
1501
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1502
1522
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1503
1523
|
url: "/training_examples/{id}",
|
|
1504
1524
|
...options
|
|
1505
1525
|
});
|
|
1506
1526
|
var getTrainingExamplesById = (options) => (options.client ?? client).get({
|
|
1507
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1508
1527
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1509
1528
|
url: "/training_examples/{id}",
|
|
1510
1529
|
...options
|
|
1511
1530
|
});
|
|
1512
1531
|
var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
1513
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1514
1532
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1515
1533
|
url: "/training_examples/{id}",
|
|
1516
1534
|
...options,
|
|
@@ -1519,23 +1537,21 @@ var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
|
1519
1537
|
...options.headers
|
|
1520
1538
|
}
|
|
1521
1539
|
});
|
|
1522
|
-
var
|
|
1540
|
+
var deleteSearchSavedById = (options) => (options.client ?? client).delete({
|
|
1523
1541
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1524
|
-
url: "/
|
|
1542
|
+
url: "/search/saved/{id}",
|
|
1543
|
+
...options
|
|
1544
|
+
});
|
|
1545
|
+
var patchSearchSavedById = (options) => (options.client ?? client).patch({
|
|
1546
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1547
|
+
url: "/search/saved/{id}",
|
|
1525
1548
|
...options,
|
|
1526
1549
|
headers: {
|
|
1527
1550
|
"Content-Type": "application/vnd.api+json",
|
|
1528
1551
|
...options.headers
|
|
1529
1552
|
}
|
|
1530
1553
|
});
|
|
1531
|
-
var deleteSearchSavedById = (options) => (options.client ?? client).delete({
|
|
1532
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1533
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
1534
|
-
url: "/search/saved/{id}",
|
|
1535
|
-
...options
|
|
1536
|
-
});
|
|
1537
1554
|
var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
1538
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1539
1555
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1540
1556
|
url: "/users/{id}/admin/email",
|
|
1541
1557
|
...options,
|
|
@@ -1545,19 +1561,16 @@ var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
|
1545
1561
|
}
|
|
1546
1562
|
});
|
|
1547
1563
|
var getExtractionDocumentsWorkspaceByWorkspaceIdTrained = (options) => (options.client ?? client).get({
|
|
1548
|
-
querySerializer: {
|
|
1549
|
-
parameters: {
|
|
1550
|
-
filter: { object: { style: "form" } },
|
|
1551
|
-
page: { object: { style: "form" } },
|
|
1552
|
-
fields: { object: { style: "form" } }
|
|
1553
|
-
}
|
|
1554
|
-
},
|
|
1555
1564
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1556
1565
|
url: "/extraction/documents/workspace/{workspace_id}/trained",
|
|
1557
1566
|
...options
|
|
1558
1567
|
});
|
|
1568
|
+
var getWatcherClaimsStatus = (options) => (options.client ?? client).get({
|
|
1569
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1570
|
+
url: "/watcher/claims/status",
|
|
1571
|
+
...options
|
|
1572
|
+
});
|
|
1559
1573
|
var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch({
|
|
1560
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1561
1574
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1562
1575
|
url: "/users/auth/reset-password",
|
|
1563
1576
|
...options,
|
|
@@ -1567,25 +1580,16 @@ var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch(
|
|
|
1567
1580
|
}
|
|
1568
1581
|
});
|
|
1569
1582
|
var getBucketsByIdStats = (options) => (options.client ?? client).get({
|
|
1570
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1571
1583
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1572
1584
|
url: "/buckets/{id}/stats",
|
|
1573
1585
|
...options
|
|
1574
1586
|
});
|
|
1575
1587
|
var getApplicationsByApplicationIdEmailTemplates = (options) => (options.client ?? client).get({
|
|
1576
|
-
querySerializer: {
|
|
1577
|
-
parameters: {
|
|
1578
|
-
filter: { object: { style: "form" } },
|
|
1579
|
-
page: { object: { style: "form" } },
|
|
1580
|
-
fields: { object: { style: "form" } }
|
|
1581
|
-
}
|
|
1582
|
-
},
|
|
1583
1588
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1584
1589
|
url: "/applications/{application_id}/email-templates",
|
|
1585
1590
|
...options
|
|
1586
1591
|
});
|
|
1587
1592
|
var postApplicationsByApplicationIdEmailTemplates = (options) => (options.client ?? client).post({
|
|
1588
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1589
1593
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1590
1594
|
url: "/applications/{application_id}/email-templates",
|
|
1591
1595
|
...options,
|
|
@@ -1595,7 +1599,6 @@ var postApplicationsByApplicationIdEmailTemplates = (options) => (options.client
|
|
|
1595
1599
|
}
|
|
1596
1600
|
});
|
|
1597
1601
|
var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? client).patch({
|
|
1598
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1599
1602
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1600
1603
|
url: "/notification_methods/{id}/set_primary",
|
|
1601
1604
|
...options,
|
|
@@ -1605,13 +1608,11 @@ var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? cli
|
|
|
1605
1608
|
}
|
|
1606
1609
|
});
|
|
1607
1610
|
var getBucketsByIdObjects = (options) => (options.client ?? client).get({
|
|
1608
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1609
1611
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1610
1612
|
url: "/buckets/{id}/objects",
|
|
1611
1613
|
...options
|
|
1612
1614
|
});
|
|
1613
1615
|
var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
1614
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1615
1616
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1616
1617
|
url: "/invitations/{id}/resend",
|
|
1617
1618
|
...options,
|
|
@@ -1620,19 +1621,21 @@ var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
|
1620
1621
|
...options.headers
|
|
1621
1622
|
}
|
|
1622
1623
|
});
|
|
1624
|
+
var postExtractionSchemaDiscoveries = (options) => (options.client ?? client).post({
|
|
1625
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1626
|
+
url: "/extraction/schema_discoveries",
|
|
1627
|
+
...options,
|
|
1628
|
+
headers: {
|
|
1629
|
+
"Content-Type": "application/vnd.api+json",
|
|
1630
|
+
...options.headers
|
|
1631
|
+
}
|
|
1632
|
+
});
|
|
1623
1633
|
var getSearchSaved = (options) => (options.client ?? client).get({
|
|
1624
|
-
querySerializer: {
|
|
1625
|
-
parameters: {
|
|
1626
|
-
filter: { object: { style: "form" } },
|
|
1627
|
-
fields: { object: { style: "form" } }
|
|
1628
|
-
}
|
|
1629
|
-
},
|
|
1630
1634
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1631
1635
|
url: "/search/saved",
|
|
1632
1636
|
...options
|
|
1633
1637
|
});
|
|
1634
1638
|
var postSearchSaved = (options) => (options.client ?? client).post({
|
|
1635
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1636
1639
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1637
1640
|
url: "/search/saved",
|
|
1638
1641
|
...options,
|
|
@@ -1641,43 +1644,51 @@ var postSearchSaved = (options) => (options.client ?? client).post({
|
|
|
1641
1644
|
...options.headers
|
|
1642
1645
|
}
|
|
1643
1646
|
});
|
|
1647
|
+
var patchNotificationMethodsByIdSendVerification = (options) => (options.client ?? client).patch({
|
|
1648
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1649
|
+
url: "/notification_methods/{id}/send_verification",
|
|
1650
|
+
...options,
|
|
1651
|
+
headers: {
|
|
1652
|
+
"Content-Type": "application/vnd.api+json",
|
|
1653
|
+
...options.headers
|
|
1654
|
+
}
|
|
1655
|
+
});
|
|
1644
1656
|
var deleteFieldTemplatesById = (options) => (options.client ?? client).delete({
|
|
1645
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1646
1657
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1647
1658
|
url: "/field_templates/{id}",
|
|
1648
1659
|
...options
|
|
1649
1660
|
});
|
|
1650
1661
|
var getFieldTemplatesById = (options) => (options.client ?? client).get({
|
|
1651
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1652
1662
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1653
1663
|
url: "/field_templates/{id}",
|
|
1654
1664
|
...options
|
|
1655
1665
|
});
|
|
1656
1666
|
var getWorkspacesByWorkspaceIdTrainingAnalytics = (options) => (options.client ?? client).get({
|
|
1657
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1658
1667
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1659
1668
|
url: "/workspaces/{workspace_id}/training/analytics",
|
|
1660
1669
|
...options
|
|
1661
1670
|
});
|
|
1662
1671
|
var getUserProfilesMe = (options) => (options.client ?? client).get({
|
|
1663
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1664
1672
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1665
1673
|
url: "/user_profiles/me",
|
|
1666
1674
|
...options
|
|
1667
1675
|
});
|
|
1676
|
+
var getExtractionSchemaDiscoveriesById = (options) => (options.client ?? client).get({
|
|
1677
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1678
|
+
url: "/extraction/schema_discoveries/{id}",
|
|
1679
|
+
...options
|
|
1680
|
+
});
|
|
1681
|
+
var getApiKeysActive = (options) => (options.client ?? client).get({
|
|
1682
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1683
|
+
url: "/api_keys/active",
|
|
1684
|
+
...options
|
|
1685
|
+
});
|
|
1668
1686
|
var getAgentVersions = (options) => (options.client ?? client).get({
|
|
1669
|
-
querySerializer: {
|
|
1670
|
-
parameters: {
|
|
1671
|
-
filter: { object: { style: "form" } },
|
|
1672
|
-
fields: { object: { style: "form" } }
|
|
1673
|
-
}
|
|
1674
|
-
},
|
|
1675
1687
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1676
1688
|
url: "/agent_versions",
|
|
1677
1689
|
...options
|
|
1678
1690
|
});
|
|
1679
1691
|
var postAgentVersions = (options) => (options.client ?? client).post({
|
|
1680
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1681
1692
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1682
1693
|
url: "/agent_versions",
|
|
1683
1694
|
...options,
|
|
@@ -1687,7 +1698,6 @@ var postAgentVersions = (options) => (options.client ?? client).post({
|
|
|
1687
1698
|
}
|
|
1688
1699
|
});
|
|
1689
1700
|
var patchInvitationsByIdAcceptByUser = (options) => (options.client ?? client).patch({
|
|
1690
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1691
1701
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1692
1702
|
url: "/invitations/{id}/accept-by-user",
|
|
1693
1703
|
...options,
|
|
@@ -1696,20 +1706,36 @@ var patchInvitationsByIdAcceptByUser = (options) => (options.client ?? client).p
|
|
|
1696
1706
|
...options.headers
|
|
1697
1707
|
}
|
|
1698
1708
|
});
|
|
1709
|
+
var getPermissionsMeta = (options) => (options.client ?? client).get({
|
|
1710
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1711
|
+
url: "/permissions/meta",
|
|
1712
|
+
...options
|
|
1713
|
+
});
|
|
1714
|
+
var postApplicationsByApplicationIdEmailTemplatesBySlugTest = (options) => (options.client ?? client).post({
|
|
1715
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1716
|
+
url: "/applications/{application_id}/email-templates/{slug}/test",
|
|
1717
|
+
...options,
|
|
1718
|
+
headers: {
|
|
1719
|
+
"Content-Type": "application/vnd.api+json",
|
|
1720
|
+
...options.headers
|
|
1721
|
+
}
|
|
1722
|
+
});
|
|
1723
|
+
var getSearchSuggest = (options) => (options.client ?? client).get({
|
|
1724
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1725
|
+
url: "/search/suggest",
|
|
1726
|
+
...options
|
|
1727
|
+
});
|
|
1699
1728
|
var deleteWebhookConfigsById = (options) => (options.client ?? client).delete({
|
|
1700
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1701
1729
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1702
1730
|
url: "/webhook_configs/{id}",
|
|
1703
1731
|
...options
|
|
1704
1732
|
});
|
|
1705
1733
|
var getWebhookConfigsById = (options) => (options.client ?? client).get({
|
|
1706
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1707
1734
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1708
1735
|
url: "/webhook_configs/{id}",
|
|
1709
1736
|
...options
|
|
1710
1737
|
});
|
|
1711
1738
|
var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
1712
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1713
1739
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1714
1740
|
url: "/webhook_configs/{id}",
|
|
1715
1741
|
...options,
|
|
@@ -1718,8 +1744,16 @@ var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
|
1718
1744
|
...options.headers
|
|
1719
1745
|
}
|
|
1720
1746
|
});
|
|
1747
|
+
var postWebhookConfigsBulkEnable = (options) => (options.client ?? client).post({
|
|
1748
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1749
|
+
url: "/webhook_configs/bulk_enable",
|
|
1750
|
+
...options,
|
|
1751
|
+
headers: {
|
|
1752
|
+
"Content-Type": "application/vnd.api+json",
|
|
1753
|
+
...options.headers
|
|
1754
|
+
}
|
|
1755
|
+
});
|
|
1721
1756
|
var postInvitationsAcceptByToken = (options) => (options.client ?? client).post({
|
|
1722
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1723
1757
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1724
1758
|
url: "/invitations/accept_by_token",
|
|
1725
1759
|
...options,
|
|
@@ -1728,14 +1762,17 @@ var postInvitationsAcceptByToken = (options) => (options.client ?? client).post(
|
|
|
1728
1762
|
...options.headers
|
|
1729
1763
|
}
|
|
1730
1764
|
});
|
|
1765
|
+
var deleteAiMessagesById = (options) => (options.client ?? client).delete({
|
|
1766
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1767
|
+
url: "/ai/messages/{id}",
|
|
1768
|
+
...options
|
|
1769
|
+
});
|
|
1731
1770
|
var getExtractionBatchesByIdUploadUrls = (options) => (options.client ?? client).get({
|
|
1732
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1733
1771
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1734
1772
|
url: "/extraction/batches/{id}/upload-urls",
|
|
1735
1773
|
...options
|
|
1736
1774
|
});
|
|
1737
1775
|
var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
1738
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1739
1776
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1740
1777
|
url: "/documents/bulk_delete",
|
|
1741
1778
|
...options,
|
|
@@ -1745,19 +1782,16 @@ var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
|
1745
1782
|
}
|
|
1746
1783
|
});
|
|
1747
1784
|
var deleteAgentVersionsById = (options) => (options.client ?? client).delete({
|
|
1748
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1749
1785
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1750
1786
|
url: "/agent_versions/{id}",
|
|
1751
1787
|
...options
|
|
1752
1788
|
});
|
|
1753
1789
|
var getAgentVersionsById = (options) => (options.client ?? client).get({
|
|
1754
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1755
1790
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1756
1791
|
url: "/agent_versions/{id}",
|
|
1757
1792
|
...options
|
|
1758
1793
|
});
|
|
1759
1794
|
var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
1760
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1761
1795
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1762
1796
|
url: "/ai/chunks/search",
|
|
1763
1797
|
...options,
|
|
@@ -1766,8 +1800,12 @@ var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
|
1766
1800
|
...options.headers
|
|
1767
1801
|
}
|
|
1768
1802
|
});
|
|
1803
|
+
var getThreadsByIdMessages = (options) => (options.client ?? client).get({
|
|
1804
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1805
|
+
url: "/threads/{id}/messages",
|
|
1806
|
+
...options
|
|
1807
|
+
});
|
|
1769
1808
|
var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
1770
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1771
1809
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1772
1810
|
url: "/threads/{id}/messages",
|
|
1773
1811
|
...options,
|
|
@@ -1777,7 +1815,6 @@ var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
|
1777
1815
|
}
|
|
1778
1816
|
});
|
|
1779
1817
|
var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
1780
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1781
1818
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1782
1819
|
url: "/agents/clone_for_workspace",
|
|
1783
1820
|
...options,
|
|
@@ -1787,7 +1824,6 @@ var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
|
1787
1824
|
}
|
|
1788
1825
|
});
|
|
1789
1826
|
var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
1790
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1791
1827
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1792
1828
|
url: "/invitations/{id}/accept",
|
|
1793
1829
|
...options,
|
|
@@ -1797,30 +1833,31 @@ var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
|
1797
1833
|
}
|
|
1798
1834
|
});
|
|
1799
1835
|
var getCreditPackagesById = (options) => (options.client ?? client).get({
|
|
1800
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1801
1836
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1802
1837
|
url: "/credit-packages/{id}",
|
|
1803
1838
|
...options
|
|
1804
1839
|
});
|
|
1840
|
+
var deleteUsersById = (options) => (options.client ?? client).delete({
|
|
1841
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1842
|
+
url: "/users/{id}",
|
|
1843
|
+
...options
|
|
1844
|
+
});
|
|
1805
1845
|
var getUsersById = (options) => (options.client ?? client).get({
|
|
1806
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1807
1846
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1808
1847
|
url: "/users/{id}",
|
|
1809
1848
|
...options
|
|
1810
1849
|
});
|
|
1811
1850
|
var getExtractionResultsById = (options) => (options.client ?? client).get({
|
|
1812
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1813
1851
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1814
1852
|
url: "/extraction/results/{id}",
|
|
1815
1853
|
...options
|
|
1816
1854
|
});
|
|
1817
|
-
var
|
|
1855
|
+
var getWebhookDeliveriesStats = (options) => (options.client ?? client).get({
|
|
1818
1856
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1819
1857
|
url: "/webhook_deliveries/stats",
|
|
1820
1858
|
...options
|
|
1821
1859
|
});
|
|
1822
1860
|
var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
1823
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1824
1861
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1825
1862
|
url: "/agents/{id}/validate",
|
|
1826
1863
|
...options,
|
|
@@ -1830,7 +1867,6 @@ var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
|
1830
1867
|
}
|
|
1831
1868
|
});
|
|
1832
1869
|
var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
1833
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1834
1870
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1835
1871
|
url: "/webhook_configs/{id}/test",
|
|
1836
1872
|
...options,
|
|
@@ -1840,13 +1876,11 @@ var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
|
1840
1876
|
}
|
|
1841
1877
|
});
|
|
1842
1878
|
var getUsersMe = (options) => (options.client ?? client).get({
|
|
1843
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1844
1879
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1845
1880
|
url: "/users/me",
|
|
1846
1881
|
...options
|
|
1847
1882
|
});
|
|
1848
1883
|
var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post({
|
|
1849
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1850
1884
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1851
1885
|
url: "/users/auth/register_with_oidc",
|
|
1852
1886
|
...options,
|
|
@@ -1870,7 +1904,6 @@ var postAgentsByIdSchemaVersions = (options) => (options.client ?? client).post(
|
|
|
1870
1904
|
}
|
|
1871
1905
|
});
|
|
1872
1906
|
var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
1873
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1874
1907
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1875
1908
|
url: "/tenants/{id}/credit",
|
|
1876
1909
|
...options,
|
|
@@ -1880,36 +1913,21 @@ var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
|
1880
1913
|
}
|
|
1881
1914
|
});
|
|
1882
1915
|
var getTransactionsById = (options) => (options.client ?? client).get({
|
|
1883
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1884
1916
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1885
1917
|
url: "/transactions/{id}",
|
|
1886
1918
|
...options
|
|
1887
1919
|
});
|
|
1888
1920
|
var getUsersMeTenants = (options) => (options.client ?? client).get({
|
|
1889
|
-
querySerializer: {
|
|
1890
|
-
parameters: {
|
|
1891
|
-
filter: { object: { style: "form" } },
|
|
1892
|
-
fields: { object: { style: "form" } }
|
|
1893
|
-
}
|
|
1894
|
-
},
|
|
1895
1921
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1896
1922
|
url: "/users/me/tenants",
|
|
1897
1923
|
...options
|
|
1898
1924
|
});
|
|
1899
1925
|
var getTenantMemberships = (options) => (options.client ?? client).get({
|
|
1900
|
-
querySerializer: {
|
|
1901
|
-
parameters: {
|
|
1902
|
-
filter: { object: { style: "form" } },
|
|
1903
|
-
page: { object: { style: "form" } },
|
|
1904
|
-
fields: { object: { style: "form" } }
|
|
1905
|
-
}
|
|
1906
|
-
},
|
|
1907
1926
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1908
1927
|
url: "/tenant-memberships",
|
|
1909
1928
|
...options
|
|
1910
1929
|
});
|
|
1911
1930
|
var postTenantMemberships = (options) => (options.client ?? client).post({
|
|
1912
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1913
1931
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1914
1932
|
url: "/tenant-memberships",
|
|
1915
1933
|
...options,
|
|
@@ -1928,7 +1946,6 @@ var postTrainingExamplesBulkDelete = (options) => (options.client ?? client).pos
|
|
|
1928
1946
|
}
|
|
1929
1947
|
});
|
|
1930
1948
|
var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client).patch({
|
|
1931
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1932
1949
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1933
1950
|
url: "/extraction/documents/{id}/include",
|
|
1934
1951
|
...options,
|
|
@@ -1938,13 +1955,21 @@ var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client
|
|
|
1938
1955
|
}
|
|
1939
1956
|
});
|
|
1940
1957
|
var getLlmAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
1941
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1942
1958
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1943
1959
|
url: "/llm_analytics/summary",
|
|
1944
1960
|
...options
|
|
1945
1961
|
});
|
|
1962
|
+
var getAgentVersionsByIdMetrics = (options) => (options.client ?? client).get({
|
|
1963
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1964
|
+
url: "/agent_versions/{id}/metrics",
|
|
1965
|
+
...options
|
|
1966
|
+
});
|
|
1967
|
+
var getUsersMeStats = (options) => (options.client ?? client).get({
|
|
1968
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1969
|
+
url: "/users/me/stats",
|
|
1970
|
+
...options
|
|
1971
|
+
});
|
|
1946
1972
|
var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
1947
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1948
1973
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1949
1974
|
url: "/storage/sign_download",
|
|
1950
1975
|
...options,
|
|
@@ -1954,31 +1979,31 @@ var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
|
1954
1979
|
}
|
|
1955
1980
|
});
|
|
1956
1981
|
var deleteTrainingSessionsById = (options) => (options.client ?? client).delete({
|
|
1957
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1958
1982
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1959
1983
|
url: "/training_sessions/{id}",
|
|
1960
1984
|
...options
|
|
1961
1985
|
});
|
|
1962
1986
|
var getTrainingSessionsById = (options) => (options.client ?? client).get({
|
|
1963
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1964
1987
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1965
1988
|
url: "/training_sessions/{id}",
|
|
1966
1989
|
...options
|
|
1967
1990
|
});
|
|
1991
|
+
var getUsersByEmail = (options) => (options.client ?? client).get({
|
|
1992
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1993
|
+
url: "/users/by-email",
|
|
1994
|
+
...options
|
|
1995
|
+
});
|
|
1968
1996
|
var deleteNotificationMethodsById = (options) => (options.client ?? client).delete({
|
|
1969
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1970
1997
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1971
1998
|
url: "/notification_methods/{id}",
|
|
1972
1999
|
...options
|
|
1973
2000
|
});
|
|
1974
2001
|
var getNotificationMethodsById = (options) => (options.client ?? client).get({
|
|
1975
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1976
2002
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1977
2003
|
url: "/notification_methods/{id}",
|
|
1978
2004
|
...options
|
|
1979
2005
|
});
|
|
1980
2006
|
var patchNotificationMethodsById = (options) => (options.client ?? client).patch({
|
|
1981
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1982
2007
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1983
2008
|
url: "/notification_methods/{id}",
|
|
1984
2009
|
...options,
|
|
@@ -1988,41 +2013,30 @@ var patchNotificationMethodsById = (options) => (options.client ?? client).patch
|
|
|
1988
2013
|
}
|
|
1989
2014
|
});
|
|
1990
2015
|
var getWebhookDeliveries = (options) => (options.client ?? client).get({
|
|
1991
|
-
querySerializer: {
|
|
1992
|
-
parameters: {
|
|
1993
|
-
filter: { object: { style: "form" } },
|
|
1994
|
-
page: { object: { style: "form" } },
|
|
1995
|
-
fields: { object: { style: "form" } }
|
|
1996
|
-
}
|
|
1997
|
-
},
|
|
1998
2016
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1999
2017
|
url: "/webhook_deliveries",
|
|
2000
2018
|
...options
|
|
2001
2019
|
});
|
|
2020
|
+
var postWebhookConfigsBulkDisable = (options) => (options.client ?? client).post({
|
|
2021
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2022
|
+
url: "/webhook_configs/bulk_disable",
|
|
2023
|
+
...options,
|
|
2024
|
+
headers: {
|
|
2025
|
+
"Content-Type": "application/vnd.api+json",
|
|
2026
|
+
...options.headers
|
|
2027
|
+
}
|
|
2028
|
+
});
|
|
2002
2029
|
var getSearch = (options) => (options.client ?? client).get({
|
|
2003
|
-
querySerializer: {
|
|
2004
|
-
parameters: {
|
|
2005
|
-
filter: { object: { style: "form" } },
|
|
2006
|
-
fields: { object: { style: "form" } }
|
|
2007
|
-
}
|
|
2008
|
-
},
|
|
2009
2030
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2010
2031
|
url: "/search",
|
|
2011
2032
|
...options
|
|
2012
2033
|
});
|
|
2013
2034
|
var getInvitations = (options) => (options.client ?? client).get({
|
|
2014
|
-
querySerializer: {
|
|
2015
|
-
parameters: {
|
|
2016
|
-
filter: { object: { style: "form" } },
|
|
2017
|
-
fields: { object: { style: "form" } }
|
|
2018
|
-
}
|
|
2019
|
-
},
|
|
2020
2035
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2021
2036
|
url: "/invitations",
|
|
2022
2037
|
...options
|
|
2023
2038
|
});
|
|
2024
2039
|
var postInvitations = (options) => (options.client ?? client).post({
|
|
2025
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2026
2040
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2027
2041
|
url: "/invitations",
|
|
2028
2042
|
...options,
|
|
@@ -2031,31 +2045,36 @@ var postInvitations = (options) => (options.client ?? client).post({
|
|
|
2031
2045
|
...options.headers
|
|
2032
2046
|
}
|
|
2033
2047
|
});
|
|
2048
|
+
var patchThreadsByIdArchive = (options) => (options.client ?? client).patch({
|
|
2049
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2050
|
+
url: "/threads/{id}/archive",
|
|
2051
|
+
...options,
|
|
2052
|
+
headers: {
|
|
2053
|
+
"Content-Type": "application/vnd.api+json",
|
|
2054
|
+
...options.headers
|
|
2055
|
+
}
|
|
2056
|
+
});
|
|
2057
|
+
var getApiKeysStats = (options) => (options.client ?? client).get({
|
|
2058
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2059
|
+
url: "/api_keys/stats",
|
|
2060
|
+
...options
|
|
2061
|
+
});
|
|
2034
2062
|
var getSearchSemantic = (options) => (options.client ?? client).get({
|
|
2035
|
-
querySerializer: {
|
|
2036
|
-
parameters: {
|
|
2037
|
-
filter: { object: { style: "form" } },
|
|
2038
|
-
fields: { object: { style: "form" } }
|
|
2039
|
-
}
|
|
2040
|
-
},
|
|
2041
2063
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2042
2064
|
url: "/search/semantic",
|
|
2043
2065
|
...options
|
|
2044
2066
|
});
|
|
2067
|
+
var getThreadsStats = (options) => (options.client ?? client).get({
|
|
2068
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2069
|
+
url: "/threads/stats",
|
|
2070
|
+
...options
|
|
2071
|
+
});
|
|
2045
2072
|
var getMessages = (options) => (options.client ?? client).get({
|
|
2046
|
-
querySerializer: {
|
|
2047
|
-
parameters: {
|
|
2048
|
-
filter: { object: { style: "form" } },
|
|
2049
|
-
page: { object: { style: "form" } },
|
|
2050
|
-
fields: { object: { style: "form" } }
|
|
2051
|
-
}
|
|
2052
|
-
},
|
|
2053
2073
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2054
2074
|
url: "/messages",
|
|
2055
2075
|
...options
|
|
2056
2076
|
});
|
|
2057
2077
|
var postMessages = (options) => (options.client ?? client).post({
|
|
2058
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2059
2078
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2060
2079
|
url: "/messages",
|
|
2061
2080
|
...options,
|
|
@@ -2065,19 +2084,11 @@ var postMessages = (options) => (options.client ?? client).post({
|
|
|
2065
2084
|
}
|
|
2066
2085
|
});
|
|
2067
2086
|
var getNotificationPreferences = (options) => (options.client ?? client).get({
|
|
2068
|
-
querySerializer: {
|
|
2069
|
-
parameters: {
|
|
2070
|
-
filter: { object: { style: "form" } },
|
|
2071
|
-
page: { object: { style: "form" } },
|
|
2072
|
-
fields: { object: { style: "form" } }
|
|
2073
|
-
}
|
|
2074
|
-
},
|
|
2075
2087
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2076
2088
|
url: "/notification_preferences",
|
|
2077
2089
|
...options
|
|
2078
2090
|
});
|
|
2079
2091
|
var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
2080
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2081
2092
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2082
2093
|
url: "/notification_preferences",
|
|
2083
2094
|
...options,
|
|
@@ -2087,19 +2098,11 @@ var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
|
2087
2098
|
}
|
|
2088
2099
|
});
|
|
2089
2100
|
var getApplications = (options) => (options.client ?? client).get({
|
|
2090
|
-
querySerializer: {
|
|
2091
|
-
parameters: {
|
|
2092
|
-
filter: { object: { style: "form" } },
|
|
2093
|
-
page: { object: { style: "form" } },
|
|
2094
|
-
fields: { object: { style: "form" } }
|
|
2095
|
-
}
|
|
2096
|
-
},
|
|
2097
2101
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2098
2102
|
url: "/applications",
|
|
2099
2103
|
...options
|
|
2100
2104
|
});
|
|
2101
2105
|
var postApplications = (options) => (options.client ?? client).post({
|
|
2102
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2103
2106
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2104
2107
|
url: "/applications",
|
|
2105
2108
|
...options,
|
|
@@ -2108,6 +2111,15 @@ var postApplications = (options) => (options.client ?? client).post({
|
|
|
2108
2111
|
...options.headers
|
|
2109
2112
|
}
|
|
2110
2113
|
});
|
|
2114
|
+
var patchWatcherClaimsByIdRetry = (options) => (options.client ?? client).patch({
|
|
2115
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2116
|
+
url: "/watcher/claims/{id}/retry",
|
|
2117
|
+
...options,
|
|
2118
|
+
headers: {
|
|
2119
|
+
"Content-Type": "application/vnd.api+json",
|
|
2120
|
+
...options.headers
|
|
2121
|
+
}
|
|
2122
|
+
});
|
|
2111
2123
|
var postAgentsPredict = (options) => (options.client ?? client).post({
|
|
2112
2124
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2113
2125
|
url: "/agents/predict",
|
|
@@ -2118,7 +2130,6 @@ var postAgentsPredict = (options) => (options.client ?? client).post({
|
|
|
2118
2130
|
}
|
|
2119
2131
|
});
|
|
2120
2132
|
var patchExtractionDocumentsByIdReprocess = (options) => (options.client ?? client).patch({
|
|
2121
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2122
2133
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2123
2134
|
url: "/extraction/documents/{id}/reprocess",
|
|
2124
2135
|
...options,
|
|
@@ -2128,19 +2139,16 @@ var patchExtractionDocumentsByIdReprocess = (options) => (options.client ?? clie
|
|
|
2128
2139
|
}
|
|
2129
2140
|
});
|
|
2130
2141
|
var deleteThreadsById = (options) => (options.client ?? client).delete({
|
|
2131
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2132
2142
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2133
2143
|
url: "/threads/{id}",
|
|
2134
2144
|
...options
|
|
2135
2145
|
});
|
|
2136
2146
|
var getThreadsById = (options) => (options.client ?? client).get({
|
|
2137
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2138
2147
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2139
2148
|
url: "/threads/{id}",
|
|
2140
2149
|
...options
|
|
2141
2150
|
});
|
|
2142
2151
|
var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
2143
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2144
2152
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2145
2153
|
url: "/threads/{id}",
|
|
2146
2154
|
...options,
|
|
@@ -2149,20 +2157,36 @@ var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
|
2149
2157
|
...options.headers
|
|
2150
2158
|
}
|
|
2151
2159
|
});
|
|
2160
|
+
var getWorkspacesByIdMembers = (options) => (options.client ?? client).get({
|
|
2161
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2162
|
+
url: "/workspaces/{id}/members",
|
|
2163
|
+
...options
|
|
2164
|
+
});
|
|
2165
|
+
var getBucketsAll = (options) => (options.client ?? client).get({
|
|
2166
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2167
|
+
url: "/buckets/all",
|
|
2168
|
+
...options
|
|
2169
|
+
});
|
|
2170
|
+
var getWatcherClaims = (options) => (options.client ?? client).get({
|
|
2171
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2172
|
+
url: "/watcher/claims",
|
|
2173
|
+
...options
|
|
2174
|
+
});
|
|
2175
|
+
var postWatcherClaims = (options) => (options.client ?? client).post({
|
|
2176
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2177
|
+
url: "/watcher/claims",
|
|
2178
|
+
...options,
|
|
2179
|
+
headers: {
|
|
2180
|
+
"Content-Type": "application/vnd.api+json",
|
|
2181
|
+
...options.headers
|
|
2182
|
+
}
|
|
2183
|
+
});
|
|
2152
2184
|
var getLlmAnalytics = (options) => (options.client ?? client).get({
|
|
2153
|
-
querySerializer: {
|
|
2154
|
-
parameters: {
|
|
2155
|
-
filter: { object: { style: "form" } },
|
|
2156
|
-
page: { object: { style: "form" } },
|
|
2157
|
-
fields: { object: { style: "form" } }
|
|
2158
|
-
}
|
|
2159
|
-
},
|
|
2160
2185
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2161
2186
|
url: "/llm_analytics",
|
|
2162
2187
|
...options
|
|
2163
2188
|
});
|
|
2164
2189
|
var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
2165
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2166
2190
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2167
2191
|
url: "/llm_analytics",
|
|
2168
2192
|
...options,
|
|
@@ -2171,8 +2195,21 @@ var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
|
2171
2195
|
...options.headers
|
|
2172
2196
|
}
|
|
2173
2197
|
});
|
|
2198
|
+
var getStorageStatsTenantByTenantId = (options) => (options.client ?? client).get({
|
|
2199
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2200
|
+
url: "/storage/stats/tenant/{tenant_id}",
|
|
2201
|
+
...options
|
|
2202
|
+
});
|
|
2203
|
+
var postAgentTestResults = (options) => (options.client ?? client).post({
|
|
2204
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2205
|
+
url: "/agent_test_results",
|
|
2206
|
+
...options,
|
|
2207
|
+
headers: {
|
|
2208
|
+
"Content-Type": "application/vnd.api+json",
|
|
2209
|
+
...options.headers
|
|
2210
|
+
}
|
|
2211
|
+
});
|
|
2174
2212
|
var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch({
|
|
2175
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2176
2213
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2177
2214
|
url: "/users/{id}/reset-password",
|
|
2178
2215
|
...options,
|
|
@@ -2181,8 +2218,16 @@ var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch(
|
|
|
2181
2218
|
...options.headers
|
|
2182
2219
|
}
|
|
2183
2220
|
});
|
|
2221
|
+
var postThreadsByIdExport = (options) => (options.client ?? client).post({
|
|
2222
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2223
|
+
url: "/threads/{id}/export",
|
|
2224
|
+
...options,
|
|
2225
|
+
headers: {
|
|
2226
|
+
"Content-Type": "application/vnd.api+json",
|
|
2227
|
+
...options.headers
|
|
2228
|
+
}
|
|
2229
|
+
});
|
|
2184
2230
|
var postDocumentsPresignedUpload = (options) => (options.client ?? client).post({
|
|
2185
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2186
2231
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2187
2232
|
url: "/documents/presigned_upload",
|
|
2188
2233
|
...options,
|
|
@@ -2191,14 +2236,17 @@ var postDocumentsPresignedUpload = (options) => (options.client ?? client).post(
|
|
|
2191
2236
|
...options.headers
|
|
2192
2237
|
}
|
|
2193
2238
|
});
|
|
2239
|
+
var getWebhookConfigsByIdEvents = (options) => (options.client ?? client).get({
|
|
2240
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2241
|
+
url: "/webhook_configs/{id}/events",
|
|
2242
|
+
...options
|
|
2243
|
+
});
|
|
2194
2244
|
var getMessagesSearch = (options) => (options.client ?? client).get({
|
|
2195
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2196
2245
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2197
2246
|
url: "/messages/search",
|
|
2198
2247
|
...options
|
|
2199
2248
|
});
|
|
2200
2249
|
var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
2201
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2202
2250
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2203
2251
|
url: "/agents/{id}/teach",
|
|
2204
2252
|
...options,
|
|
@@ -2208,19 +2256,11 @@ var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
|
2208
2256
|
}
|
|
2209
2257
|
});
|
|
2210
2258
|
var getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue = (options) => (options.client ?? client).get({
|
|
2211
|
-
querySerializer: {
|
|
2212
|
-
parameters: {
|
|
2213
|
-
filter: { object: { style: "form" } },
|
|
2214
|
-
page: { object: { style: "form" } },
|
|
2215
|
-
fields: { object: { style: "form" } }
|
|
2216
|
-
}
|
|
2217
|
-
},
|
|
2218
2259
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2219
2260
|
url: "/extraction/documents/workspace/{workspace_id}/review_queue",
|
|
2220
2261
|
...options
|
|
2221
2262
|
});
|
|
2222
2263
|
var patchInvitationsByIdDecline = (options) => (options.client ?? client).patch({
|
|
2223
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2224
2264
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2225
2265
|
url: "/invitations/{id}/decline",
|
|
2226
2266
|
...options,
|
|
@@ -2230,7 +2270,6 @@ var patchInvitationsByIdDecline = (options) => (options.client ?? client).patch(
|
|
|
2230
2270
|
}
|
|
2231
2271
|
});
|
|
2232
2272
|
var postExtractionDocumentsUpload = (options) => (options.client ?? client).post({
|
|
2233
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2234
2273
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2235
2274
|
url: "/extraction/documents/upload",
|
|
2236
2275
|
...options,
|
|
@@ -2240,7 +2279,6 @@ var postExtractionDocumentsUpload = (options) => (options.client ?? client).post
|
|
|
2240
2279
|
}
|
|
2241
2280
|
});
|
|
2242
2281
|
var patchExtractionResultsByIdCorrections = (options) => (options.client ?? client).patch({
|
|
2243
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2244
2282
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2245
2283
|
url: "/extraction/results/{id}/corrections",
|
|
2246
2284
|
...options,
|
|
@@ -2249,26 +2287,31 @@ var patchExtractionResultsByIdCorrections = (options) => (options.client ?? clie
|
|
|
2249
2287
|
...options.headers
|
|
2250
2288
|
}
|
|
2251
2289
|
});
|
|
2290
|
+
var patchNotificationMethodsByIdVerify = (options) => (options.client ?? client).patch({
|
|
2291
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2292
|
+
url: "/notification_methods/{id}/verify",
|
|
2293
|
+
...options,
|
|
2294
|
+
headers: {
|
|
2295
|
+
"Content-Type": "application/vnd.api+json",
|
|
2296
|
+
...options.headers
|
|
2297
|
+
}
|
|
2298
|
+
});
|
|
2252
2299
|
var getExtractionResultsDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
2253
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2254
2300
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2255
2301
|
url: "/extraction/results/document/{document_id}",
|
|
2256
2302
|
...options
|
|
2257
2303
|
});
|
|
2258
2304
|
var deleteWorkspacesById = (options) => (options.client ?? client).delete({
|
|
2259
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2260
2305
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2261
2306
|
url: "/workspaces/{id}",
|
|
2262
2307
|
...options
|
|
2263
2308
|
});
|
|
2264
2309
|
var getWorkspacesById = (options) => (options.client ?? client).get({
|
|
2265
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2266
2310
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2267
2311
|
url: "/workspaces/{id}",
|
|
2268
2312
|
...options
|
|
2269
2313
|
});
|
|
2270
2314
|
var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
2271
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2272
2315
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2273
2316
|
url: "/workspaces/{id}",
|
|
2274
2317
|
...options,
|
|
@@ -2278,19 +2321,11 @@ var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
|
2278
2321
|
}
|
|
2279
2322
|
});
|
|
2280
2323
|
var getTenants = (options) => (options.client ?? client).get({
|
|
2281
|
-
querySerializer: {
|
|
2282
|
-
parameters: {
|
|
2283
|
-
filter: { object: { style: "form" } },
|
|
2284
|
-
page: { object: { style: "form" } },
|
|
2285
|
-
fields: { object: { style: "form" } }
|
|
2286
|
-
}
|
|
2287
|
-
},
|
|
2288
2324
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2289
2325
|
url: "/tenants",
|
|
2290
2326
|
...options
|
|
2291
2327
|
});
|
|
2292
2328
|
var postTenants = (options) => (options.client ?? client).post({
|
|
2293
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2294
2329
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2295
2330
|
url: "/tenants",
|
|
2296
2331
|
...options,
|
|
@@ -2300,7 +2335,6 @@ var postTenants = (options) => (options.client ?? client).post({
|
|
|
2300
2335
|
}
|
|
2301
2336
|
});
|
|
2302
2337
|
var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post({
|
|
2303
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2304
2338
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2305
2339
|
url: "/tenants/{id}/remove-storage",
|
|
2306
2340
|
...options,
|
|
@@ -2309,50 +2343,46 @@ var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post(
|
|
|
2309
2343
|
...options.headers
|
|
2310
2344
|
}
|
|
2311
2345
|
});
|
|
2346
|
+
var getWalletInvoices = (options) => (options.client ?? client).get({
|
|
2347
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2348
|
+
url: "/wallet/invoices",
|
|
2349
|
+
...options
|
|
2350
|
+
});
|
|
2351
|
+
var patchWorkspacesByIdStorageSettings = (options) => (options.client ?? client).patch({
|
|
2352
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2353
|
+
url: "/workspaces/{id}/storage-settings",
|
|
2354
|
+
...options,
|
|
2355
|
+
headers: {
|
|
2356
|
+
"Content-Type": "application/vnd.api+json",
|
|
2357
|
+
...options.headers
|
|
2358
|
+
}
|
|
2359
|
+
});
|
|
2312
2360
|
var getNotificationLogsById = (options) => (options.client ?? client).get({
|
|
2313
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2314
2361
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2315
2362
|
url: "/notification_logs/{id}",
|
|
2316
2363
|
...options
|
|
2317
2364
|
});
|
|
2318
2365
|
var getExtractionDocumentsByIdView = (options) => (options.client ?? client).get({
|
|
2319
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2320
2366
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2321
2367
|
url: "/extraction/documents/{id}/view",
|
|
2322
2368
|
...options
|
|
2323
2369
|
});
|
|
2324
2370
|
var getWebhookDeliveriesById = (options) => (options.client ?? client).get({
|
|
2325
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2326
2371
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2327
2372
|
url: "/webhook_deliveries/{id}",
|
|
2328
2373
|
...options
|
|
2329
2374
|
});
|
|
2330
2375
|
var getAuditLogs = (options) => (options.client ?? client).get({
|
|
2331
|
-
querySerializer: {
|
|
2332
|
-
parameters: {
|
|
2333
|
-
filter: { object: { style: "form" } },
|
|
2334
|
-
page: { object: { style: "form" } },
|
|
2335
|
-
fields: { object: { style: "form" } }
|
|
2336
|
-
}
|
|
2337
|
-
},
|
|
2338
2376
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2339
2377
|
url: "/audit-logs",
|
|
2340
2378
|
...options
|
|
2341
2379
|
});
|
|
2342
2380
|
var getAiGraphEdges = (options) => (options.client ?? client).get({
|
|
2343
|
-
querySerializer: {
|
|
2344
|
-
parameters: {
|
|
2345
|
-
filter: { object: { style: "form" } },
|
|
2346
|
-
page: { object: { style: "form" } },
|
|
2347
|
-
fields: { object: { style: "form" } }
|
|
2348
|
-
}
|
|
2349
|
-
},
|
|
2350
2381
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2351
2382
|
url: "/ai/graph/edges",
|
|
2352
2383
|
...options
|
|
2353
2384
|
});
|
|
2354
2385
|
var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
2355
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2356
2386
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2357
2387
|
url: "/ai/graph/edges",
|
|
2358
2388
|
...options,
|
|
@@ -2362,19 +2392,11 @@ var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
|
2362
2392
|
}
|
|
2363
2393
|
});
|
|
2364
2394
|
var getTrainingExamples = (options) => (options.client ?? client).get({
|
|
2365
|
-
querySerializer: {
|
|
2366
|
-
parameters: {
|
|
2367
|
-
filter: { object: { style: "form" } },
|
|
2368
|
-
page: { object: { style: "form" } },
|
|
2369
|
-
fields: { object: { style: "form" } }
|
|
2370
|
-
}
|
|
2371
|
-
},
|
|
2372
2395
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2373
2396
|
url: "/training_examples",
|
|
2374
2397
|
...options
|
|
2375
2398
|
});
|
|
2376
2399
|
var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
2377
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2378
2400
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2379
2401
|
url: "/training_examples",
|
|
2380
2402
|
...options,
|
|
@@ -2384,7 +2406,6 @@ var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
|
2384
2406
|
}
|
|
2385
2407
|
});
|
|
2386
2408
|
var getWorkspacesByWorkspaceIdExtractionExportsById = (options) => (options.client ?? client).get({
|
|
2387
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2388
2409
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2389
2410
|
url: "/workspaces/{workspace_id}/extraction/exports/{id}",
|
|
2390
2411
|
...options
|
|
@@ -2394,19 +2415,21 @@ var getAgentsByIdTrainingStats = (options) => (options.client ?? client).get({
|
|
|
2394
2415
|
url: "/agents/{id}/training_stats",
|
|
2395
2416
|
...options
|
|
2396
2417
|
});
|
|
2418
|
+
var postObjectsCopy = (options) => (options.client ?? client).post({
|
|
2419
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2420
|
+
url: "/objects/copy",
|
|
2421
|
+
...options,
|
|
2422
|
+
headers: {
|
|
2423
|
+
"Content-Type": "application/vnd.api+json",
|
|
2424
|
+
...options.headers
|
|
2425
|
+
}
|
|
2426
|
+
});
|
|
2397
2427
|
var getBuckets = (options) => (options.client ?? client).get({
|
|
2398
|
-
querySerializer: {
|
|
2399
|
-
parameters: {
|
|
2400
|
-
filter: { object: { style: "form" } },
|
|
2401
|
-
fields: { object: { style: "form" } }
|
|
2402
|
-
}
|
|
2403
|
-
},
|
|
2404
2428
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2405
2429
|
url: "/buckets",
|
|
2406
2430
|
...options
|
|
2407
2431
|
});
|
|
2408
2432
|
var postBuckets = (options) => (options.client ?? client).post({
|
|
2409
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2410
2433
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2411
2434
|
url: "/buckets",
|
|
2412
2435
|
...options,
|
|
@@ -2415,20 +2438,27 @@ var postBuckets = (options) => (options.client ?? client).post({
|
|
|
2415
2438
|
...options.headers
|
|
2416
2439
|
}
|
|
2417
2440
|
});
|
|
2441
|
+
var getUsersMeActivity = (options) => (options.client ?? client).get({
|
|
2442
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2443
|
+
url: "/users/me/activity",
|
|
2444
|
+
...options
|
|
2445
|
+
});
|
|
2446
|
+
var getNotificationLogsStats = (options) => (options.client ?? client).get({
|
|
2447
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2448
|
+
url: "/notification_logs/stats",
|
|
2449
|
+
...options
|
|
2450
|
+
});
|
|
2418
2451
|
var getPlansById = (options) => (options.client ?? client).get({
|
|
2419
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2420
2452
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2421
2453
|
url: "/plans/{id}",
|
|
2422
2454
|
...options
|
|
2423
2455
|
});
|
|
2424
2456
|
var getTenantsByTenantIdStats = (options) => (options.client ?? client).get({
|
|
2425
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2426
2457
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2427
2458
|
url: "/tenants/{tenant_id}/stats",
|
|
2428
2459
|
...options
|
|
2429
2460
|
});
|
|
2430
2461
|
var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
2431
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2432
2462
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2433
2463
|
url: "/wallet/addons",
|
|
2434
2464
|
...options,
|
|
@@ -2437,8 +2467,21 @@ var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
|
2437
2467
|
...options.headers
|
|
2438
2468
|
}
|
|
2439
2469
|
});
|
|
2470
|
+
var postTenantsByIdSchedulePurge = (options) => (options.client ?? client).post({
|
|
2471
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2472
|
+
url: "/tenants/{id}/schedule-purge",
|
|
2473
|
+
...options,
|
|
2474
|
+
headers: {
|
|
2475
|
+
"Content-Type": "application/vnd.api+json",
|
|
2476
|
+
...options.headers
|
|
2477
|
+
}
|
|
2478
|
+
});
|
|
2479
|
+
var getMessagesSemanticSearch = (options) => (options.client ?? client).get({
|
|
2480
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2481
|
+
url: "/messages/semantic-search",
|
|
2482
|
+
...options
|
|
2483
|
+
});
|
|
2440
2484
|
var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
2441
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2442
2485
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2443
2486
|
url: "/users/auth/magic_link/login",
|
|
2444
2487
|
...options,
|
|
@@ -2448,19 +2491,11 @@ var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
|
2448
2491
|
}
|
|
2449
2492
|
});
|
|
2450
2493
|
var getApiKeys = (options) => (options.client ?? client).get({
|
|
2451
|
-
querySerializer: {
|
|
2452
|
-
parameters: {
|
|
2453
|
-
filter: { object: { style: "form" } },
|
|
2454
|
-
page: { object: { style: "form" } },
|
|
2455
|
-
fields: { object: { style: "form" } }
|
|
2456
|
-
}
|
|
2457
|
-
},
|
|
2458
2494
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2459
2495
|
url: "/api_keys",
|
|
2460
2496
|
...options
|
|
2461
2497
|
});
|
|
2462
2498
|
var postApiKeys = (options) => (options.client ?? client).post({
|
|
2463
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2464
2499
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2465
2500
|
url: "/api_keys",
|
|
2466
2501
|
...options,
|
|
@@ -2470,7 +2505,6 @@ var postApiKeys = (options) => (options.client ?? client).post({
|
|
|
2470
2505
|
}
|
|
2471
2506
|
});
|
|
2472
2507
|
var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
2473
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2474
2508
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2475
2509
|
url: "/users/{id}/admin",
|
|
2476
2510
|
...options,
|
|
@@ -2479,20 +2513,26 @@ var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
|
2479
2513
|
...options.headers
|
|
2480
2514
|
}
|
|
2481
2515
|
});
|
|
2516
|
+
var postObjectsMove = (options) => (options.client ?? client).post({
|
|
2517
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2518
|
+
url: "/objects/move",
|
|
2519
|
+
...options,
|
|
2520
|
+
headers: {
|
|
2521
|
+
"Content-Type": "application/vnd.api+json",
|
|
2522
|
+
...options.headers
|
|
2523
|
+
}
|
|
2524
|
+
});
|
|
2482
2525
|
var deleteAgentsById = (options) => (options.client ?? client).delete({
|
|
2483
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2484
2526
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2485
2527
|
url: "/agents/{id}",
|
|
2486
2528
|
...options
|
|
2487
2529
|
});
|
|
2488
2530
|
var getAgentsById = (options) => (options.client ?? client).get({
|
|
2489
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2490
2531
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2491
2532
|
url: "/agents/{id}",
|
|
2492
2533
|
...options
|
|
2493
2534
|
});
|
|
2494
2535
|
var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
2495
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2496
2536
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2497
2537
|
url: "/agents/{id}",
|
|
2498
2538
|
...options,
|
|
@@ -2501,20 +2541,26 @@ var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
|
2501
2541
|
...options.headers
|
|
2502
2542
|
}
|
|
2503
2543
|
});
|
|
2544
|
+
var patchThreadsByIdUnarchive = (options) => (options.client ?? client).patch({
|
|
2545
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2546
|
+
url: "/threads/{id}/unarchive",
|
|
2547
|
+
...options,
|
|
2548
|
+
headers: {
|
|
2549
|
+
"Content-Type": "application/vnd.api+json",
|
|
2550
|
+
...options.headers
|
|
2551
|
+
}
|
|
2552
|
+
});
|
|
2504
2553
|
var deleteApiKeysById = (options) => (options.client ?? client).delete({
|
|
2505
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2506
2554
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2507
2555
|
url: "/api_keys/{id}",
|
|
2508
2556
|
...options
|
|
2509
2557
|
});
|
|
2510
2558
|
var getApiKeysById = (options) => (options.client ?? client).get({
|
|
2511
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2512
2559
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2513
2560
|
url: "/api_keys/{id}",
|
|
2514
2561
|
...options
|
|
2515
2562
|
});
|
|
2516
2563
|
var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
2517
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2518
2564
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2519
2565
|
url: "/api_keys/{id}",
|
|
2520
2566
|
...options,
|
|
@@ -2532,20 +2578,21 @@ var postTrainingExamplesSearch = (options) => (options.client ?? client).post({
|
|
|
2532
2578
|
...options.headers
|
|
2533
2579
|
}
|
|
2534
2580
|
});
|
|
2581
|
+
var patchWatcherClaimsByIdRelease = (options) => (options.client ?? client).patch({
|
|
2582
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2583
|
+
url: "/watcher/claims/{id}/release",
|
|
2584
|
+
...options,
|
|
2585
|
+
headers: {
|
|
2586
|
+
"Content-Type": "application/vnd.api+json",
|
|
2587
|
+
...options.headers
|
|
2588
|
+
}
|
|
2589
|
+
});
|
|
2535
2590
|
var getAiConversations = (options) => (options.client ?? client).get({
|
|
2536
|
-
querySerializer: {
|
|
2537
|
-
parameters: {
|
|
2538
|
-
filter: { object: { style: "form" } },
|
|
2539
|
-
page: { object: { style: "form" } },
|
|
2540
|
-
fields: { object: { style: "form" } }
|
|
2541
|
-
}
|
|
2542
|
-
},
|
|
2543
2591
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2544
2592
|
url: "/ai/conversations",
|
|
2545
2593
|
...options
|
|
2546
2594
|
});
|
|
2547
2595
|
var postAiConversations = (options) => (options.client ?? client).post({
|
|
2548
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2549
2596
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2550
2597
|
url: "/ai/conversations",
|
|
2551
2598
|
...options,
|
|
@@ -2555,7 +2602,6 @@ var postAiConversations = (options) => (options.client ?? client).post({
|
|
|
2555
2602
|
}
|
|
2556
2603
|
});
|
|
2557
2604
|
var postAiSearch = (options) => (options.client ?? client).post({
|
|
2558
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2559
2605
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2560
2606
|
url: "/ai/search",
|
|
2561
2607
|
...options,
|
|
@@ -2565,24 +2611,16 @@ var postAiSearch = (options) => (options.client ?? client).post({
|
|
|
2565
2611
|
}
|
|
2566
2612
|
});
|
|
2567
2613
|
var deleteAiGraphNodesById = (options) => (options.client ?? client).delete({
|
|
2568
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2569
2614
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2570
2615
|
url: "/ai/graph/nodes/{id}",
|
|
2571
2616
|
...options
|
|
2572
2617
|
});
|
|
2573
2618
|
var getWorkspacesShared = (options) => (options.client ?? client).get({
|
|
2574
|
-
querySerializer: {
|
|
2575
|
-
parameters: {
|
|
2576
|
-
filter: { object: { style: "form" } },
|
|
2577
|
-
fields: { object: { style: "form" } }
|
|
2578
|
-
}
|
|
2579
|
-
},
|
|
2580
2619
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2581
2620
|
url: "/workspaces/shared",
|
|
2582
2621
|
...options
|
|
2583
2622
|
});
|
|
2584
2623
|
var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client).patch({
|
|
2585
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2586
2624
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2587
2625
|
url: "/wallet/addons/{addon_slug}/cancel",
|
|
2588
2626
|
...options,
|
|
@@ -2592,19 +2630,16 @@ var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client)
|
|
|
2592
2630
|
}
|
|
2593
2631
|
});
|
|
2594
2632
|
var deleteApplicationsById = (options) => (options.client ?? client).delete({
|
|
2595
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2596
2633
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2597
2634
|
url: "/applications/{id}",
|
|
2598
2635
|
...options
|
|
2599
2636
|
});
|
|
2600
2637
|
var getApplicationsById = (options) => (options.client ?? client).get({
|
|
2601
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2602
2638
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2603
2639
|
url: "/applications/{id}",
|
|
2604
2640
|
...options
|
|
2605
2641
|
});
|
|
2606
2642
|
var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
2607
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2608
2643
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2609
2644
|
url: "/applications/{id}",
|
|
2610
2645
|
...options,
|
|
@@ -2614,41 +2649,39 @@ var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
|
2614
2649
|
}
|
|
2615
2650
|
});
|
|
2616
2651
|
var getSearchHealth = (options) => (options.client ?? client).get({
|
|
2617
|
-
querySerializer: {
|
|
2618
|
-
parameters: {
|
|
2619
|
-
filter: { object: { style: "form" } },
|
|
2620
|
-
fields: { object: { style: "form" } }
|
|
2621
|
-
}
|
|
2622
|
-
},
|
|
2623
2652
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2624
2653
|
url: "/search/health",
|
|
2625
2654
|
...options
|
|
2626
2655
|
});
|
|
2656
|
+
var patchExtractionDocumentsByIdVerification = (options) => (options.client ?? client).patch({
|
|
2657
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2658
|
+
url: "/extraction/documents/{id}/verification",
|
|
2659
|
+
...options,
|
|
2660
|
+
headers: {
|
|
2661
|
+
"Content-Type": "application/vnd.api+json",
|
|
2662
|
+
...options.headers
|
|
2663
|
+
}
|
|
2664
|
+
});
|
|
2665
|
+
var postThreadsByIdFork = (options) => (options.client ?? client).post({
|
|
2666
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2667
|
+
url: "/threads/{id}/fork",
|
|
2668
|
+
...options,
|
|
2669
|
+
headers: {
|
|
2670
|
+
"Content-Type": "application/vnd.api+json",
|
|
2671
|
+
...options.headers
|
|
2672
|
+
}
|
|
2673
|
+
});
|
|
2627
2674
|
var getTransactions = (options) => (options.client ?? client).get({
|
|
2628
|
-
querySerializer: {
|
|
2629
|
-
parameters: {
|
|
2630
|
-
filter: { object: { style: "form" } },
|
|
2631
|
-
fields: { object: { style: "form" } }
|
|
2632
|
-
}
|
|
2633
|
-
},
|
|
2634
2675
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2635
2676
|
url: "/transactions",
|
|
2636
2677
|
...options
|
|
2637
2678
|
});
|
|
2638
2679
|
var getUserProfiles = (options) => (options.client ?? client).get({
|
|
2639
|
-
querySerializer: {
|
|
2640
|
-
parameters: {
|
|
2641
|
-
filter: { object: { style: "form" } },
|
|
2642
|
-
page: { object: { style: "form" } },
|
|
2643
|
-
fields: { object: { style: "form" } }
|
|
2644
|
-
}
|
|
2645
|
-
},
|
|
2646
2680
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2647
2681
|
url: "/user_profiles",
|
|
2648
2682
|
...options
|
|
2649
2683
|
});
|
|
2650
2684
|
var postUserProfiles = (options) => (options.client ?? client).post({
|
|
2651
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2652
2685
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2653
2686
|
url: "/user_profiles",
|
|
2654
2687
|
...options,
|
|
@@ -2658,7 +2691,6 @@ var postUserProfiles = (options) => (options.client ?? client).post({
|
|
|
2658
2691
|
}
|
|
2659
2692
|
});
|
|
2660
2693
|
var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
2661
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2662
2694
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2663
2695
|
url: "/users/{id}/confirm-email",
|
|
2664
2696
|
...options,
|
|
@@ -2668,13 +2700,20 @@ var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
|
2668
2700
|
}
|
|
2669
2701
|
});
|
|
2670
2702
|
var getThreadsSearch = (options) => (options.client ?? client).get({
|
|
2671
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2672
2703
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2673
2704
|
url: "/threads/search",
|
|
2674
2705
|
...options
|
|
2675
2706
|
});
|
|
2707
|
+
var postSearchSavedByIdRun = (options) => (options.client ?? client).post({
|
|
2708
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2709
|
+
url: "/search/saved/{id}/run",
|
|
2710
|
+
...options,
|
|
2711
|
+
headers: {
|
|
2712
|
+
"Content-Type": "application/vnd.api+json",
|
|
2713
|
+
...options.headers
|
|
2714
|
+
}
|
|
2715
|
+
});
|
|
2676
2716
|
var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
2677
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2678
2717
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2679
2718
|
url: "/wallet/plan",
|
|
2680
2719
|
...options,
|
|
@@ -2684,13 +2723,11 @@ var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
|
2684
2723
|
}
|
|
2685
2724
|
});
|
|
2686
2725
|
var getPlansSlugBySlug = (options) => (options.client ?? client).get({
|
|
2687
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2688
2726
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2689
2727
|
url: "/plans/slug/{slug}",
|
|
2690
2728
|
...options
|
|
2691
2729
|
});
|
|
2692
2730
|
var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client).patch({
|
|
2693
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2694
2731
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2695
2732
|
url: "/extraction/documents/{id}/restore",
|
|
2696
2733
|
...options,
|
|
@@ -2700,13 +2737,16 @@ var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client
|
|
|
2700
2737
|
}
|
|
2701
2738
|
});
|
|
2702
2739
|
var getLlmAnalyticsById = (options) => (options.client ?? client).get({
|
|
2703
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2704
2740
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2705
2741
|
url: "/llm_analytics/{id}",
|
|
2706
2742
|
...options
|
|
2707
2743
|
});
|
|
2744
|
+
var getPermissions = (options) => (options.client ?? client).get({
|
|
2745
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2746
|
+
url: "/permissions",
|
|
2747
|
+
...options
|
|
2748
|
+
});
|
|
2708
2749
|
var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? client).patch({
|
|
2709
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2710
2750
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2711
2751
|
url: "/extraction/documents/{id}/mark_trained",
|
|
2712
2752
|
...options,
|
|
@@ -2716,7 +2756,6 @@ var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? cl
|
|
|
2716
2756
|
}
|
|
2717
2757
|
});
|
|
2718
2758
|
var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).patch({
|
|
2719
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2720
2759
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2721
2760
|
url: "/applications/{id}/grant-credits",
|
|
2722
2761
|
...options,
|
|
@@ -2726,29 +2765,16 @@ var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).
|
|
|
2726
2765
|
}
|
|
2727
2766
|
});
|
|
2728
2767
|
var getSearchStatus = (options) => (options.client ?? client).get({
|
|
2729
|
-
querySerializer: {
|
|
2730
|
-
parameters: {
|
|
2731
|
-
filter: { object: { style: "form" } },
|
|
2732
|
-
fields: { object: { style: "form" } }
|
|
2733
|
-
}
|
|
2734
|
-
},
|
|
2735
2768
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2736
2769
|
url: "/search/status",
|
|
2737
2770
|
...options
|
|
2738
2771
|
});
|
|
2739
2772
|
var getTenantsByTenantIdWorkspaceStats = (options) => (options.client ?? client).get({
|
|
2740
|
-
querySerializer: {
|
|
2741
|
-
parameters: {
|
|
2742
|
-
filter: { object: { style: "form" } },
|
|
2743
|
-
fields: { object: { style: "form" } }
|
|
2744
|
-
}
|
|
2745
|
-
},
|
|
2746
2773
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2747
2774
|
url: "/tenants/{tenant_id}/workspace_stats",
|
|
2748
2775
|
...options
|
|
2749
2776
|
});
|
|
2750
2777
|
var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
2751
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2752
2778
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2753
2779
|
url: "/api_keys/{id}/allocate",
|
|
2754
2780
|
...options,
|
|
@@ -2757,8 +2783,21 @@ var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
|
2757
2783
|
...options.headers
|
|
2758
2784
|
}
|
|
2759
2785
|
});
|
|
2786
|
+
var getWatcherClaimsById = (options) => (options.client ?? client).get({
|
|
2787
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2788
|
+
url: "/watcher/claims/{id}",
|
|
2789
|
+
...options
|
|
2790
|
+
});
|
|
2791
|
+
var patchWatcherClaimsById = (options) => (options.client ?? client).patch({
|
|
2792
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2793
|
+
url: "/watcher/claims/{id}",
|
|
2794
|
+
...options,
|
|
2795
|
+
headers: {
|
|
2796
|
+
"Content-Type": "application/vnd.api+json",
|
|
2797
|
+
...options.headers
|
|
2798
|
+
}
|
|
2799
|
+
});
|
|
2760
2800
|
var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
2761
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2762
2801
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2763
2802
|
url: "/users/auth/login",
|
|
2764
2803
|
...options,
|
|
@@ -2767,8 +2806,12 @@ var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
|
2767
2806
|
...options.headers
|
|
2768
2807
|
}
|
|
2769
2808
|
});
|
|
2809
|
+
var getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus = (options) => (options.client ?? client).get({
|
|
2810
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2811
|
+
url: "/extraction/documents/workspace/{workspace_id}/by_status/{status}",
|
|
2812
|
+
...options
|
|
2813
|
+
});
|
|
2770
2814
|
var postAiEmbed = (options) => (options.client ?? client).post({
|
|
2771
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2772
2815
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2773
2816
|
url: "/ai/embed",
|
|
2774
2817
|
...options,
|
|
@@ -2777,19 +2820,21 @@ var postAiEmbed = (options) => (options.client ?? client).post({
|
|
|
2777
2820
|
...options.headers
|
|
2778
2821
|
}
|
|
2779
2822
|
});
|
|
2823
|
+
var postWebhookConfigsByIdReplay = (options) => (options.client ?? client).post({
|
|
2824
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2825
|
+
url: "/webhook_configs/{id}/replay",
|
|
2826
|
+
...options,
|
|
2827
|
+
headers: {
|
|
2828
|
+
"Content-Type": "application/vnd.api+json",
|
|
2829
|
+
...options.headers
|
|
2830
|
+
}
|
|
2831
|
+
});
|
|
2780
2832
|
var getWorkspacesMine = (options) => (options.client ?? client).get({
|
|
2781
|
-
querySerializer: {
|
|
2782
|
-
parameters: {
|
|
2783
|
-
filter: { object: { style: "form" } },
|
|
2784
|
-
fields: { object: { style: "form" } }
|
|
2785
|
-
}
|
|
2786
|
-
},
|
|
2787
2833
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2788
2834
|
url: "/workspaces/mine",
|
|
2789
2835
|
...options
|
|
2790
2836
|
});
|
|
2791
2837
|
var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
2792
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2793
2838
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2794
2839
|
url: "/tenants/isv",
|
|
2795
2840
|
...options,
|
|
@@ -2799,7 +2844,6 @@ var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
|
2799
2844
|
}
|
|
2800
2845
|
});
|
|
2801
2846
|
var postSearchReindex = (options) => (options.client ?? client).post({
|
|
2802
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2803
2847
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2804
2848
|
url: "/search/reindex",
|
|
2805
2849
|
...options,
|
|
@@ -2809,7 +2853,6 @@ var postSearchReindex = (options) => (options.client ?? client).post({
|
|
|
2809
2853
|
}
|
|
2810
2854
|
});
|
|
2811
2855
|
var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? client).patch({
|
|
2812
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2813
2856
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2814
2857
|
url: "/extraction/results/{id}/regenerate",
|
|
2815
2858
|
...options,
|
|
@@ -2819,7 +2862,6 @@ var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? clien
|
|
|
2819
2862
|
}
|
|
2820
2863
|
});
|
|
2821
2864
|
var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
2822
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2823
2865
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2824
2866
|
url: "/users/auth/confirm",
|
|
2825
2867
|
...options,
|
|
@@ -2829,18 +2871,11 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
|
2829
2871
|
}
|
|
2830
2872
|
});
|
|
2831
2873
|
var getStorageStats = (options) => (options.client ?? client).get({
|
|
2832
|
-
querySerializer: {
|
|
2833
|
-
parameters: {
|
|
2834
|
-
filter: { object: { style: "form" } },
|
|
2835
|
-
fields: { object: { style: "form" } }
|
|
2836
|
-
}
|
|
2837
|
-
},
|
|
2838
2874
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2839
2875
|
url: "/storage/stats",
|
|
2840
2876
|
...options
|
|
2841
2877
|
});
|
|
2842
2878
|
var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
2843
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2844
2879
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2845
2880
|
url: "/tenants/{id}/buy-storage",
|
|
2846
2881
|
...options,
|
|
@@ -2850,19 +2885,11 @@ var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
|
2850
2885
|
}
|
|
2851
2886
|
});
|
|
2852
2887
|
var getWorkspaceMemberships = (options) => (options.client ?? client).get({
|
|
2853
|
-
querySerializer: {
|
|
2854
|
-
parameters: {
|
|
2855
|
-
filter: { object: { style: "form" } },
|
|
2856
|
-
page: { object: { style: "form" } },
|
|
2857
|
-
fields: { object: { style: "form" } }
|
|
2858
|
-
}
|
|
2859
|
-
},
|
|
2860
2888
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2861
2889
|
url: "/workspace-memberships",
|
|
2862
2890
|
...options
|
|
2863
2891
|
});
|
|
2864
2892
|
var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
2865
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2866
2893
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2867
2894
|
url: "/workspace-memberships",
|
|
2868
2895
|
...options,
|
|
@@ -2871,14 +2898,26 @@ var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
|
2871
2898
|
...options.headers
|
|
2872
2899
|
}
|
|
2873
2900
|
});
|
|
2901
|
+
var patchApiKeysByIdResetPeriod = (options) => (options.client ?? client).patch({
|
|
2902
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2903
|
+
url: "/api_keys/{id}/reset-period",
|
|
2904
|
+
...options,
|
|
2905
|
+
headers: {
|
|
2906
|
+
"Content-Type": "application/vnd.api+json",
|
|
2907
|
+
...options.headers
|
|
2908
|
+
}
|
|
2909
|
+
});
|
|
2874
2910
|
var getTenantsByTenantIdDocumentStats = (options) => (options.client ?? client).get({
|
|
2875
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2876
2911
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2877
2912
|
url: "/tenants/{tenant_id}/document_stats",
|
|
2878
2913
|
...options
|
|
2879
2914
|
});
|
|
2915
|
+
var getSearchAnalytics = (options) => (options.client ?? client).get({
|
|
2916
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2917
|
+
url: "/search/analytics",
|
|
2918
|
+
...options
|
|
2919
|
+
});
|
|
2880
2920
|
var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post({
|
|
2881
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2882
2921
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2883
2922
|
url: "/users/auth/magic_link/request",
|
|
2884
2923
|
...options,
|
|
@@ -2887,8 +2926,26 @@ var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post
|
|
|
2887
2926
|
...options.headers
|
|
2888
2927
|
}
|
|
2889
2928
|
});
|
|
2929
|
+
var getPermissionsPresetsById = (options) => (options.client ?? client).get({
|
|
2930
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2931
|
+
url: "/permissions/presets/{id}",
|
|
2932
|
+
...options
|
|
2933
|
+
});
|
|
2934
|
+
var getPermissionsPresets = (options) => (options.client ?? client).get({
|
|
2935
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2936
|
+
url: "/permissions/presets",
|
|
2937
|
+
...options
|
|
2938
|
+
});
|
|
2939
|
+
var postWebhookDeliveriesBulkRetry = (options) => (options.client ?? client).post({
|
|
2940
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2941
|
+
url: "/webhook_deliveries/bulk_retry",
|
|
2942
|
+
...options,
|
|
2943
|
+
headers: {
|
|
2944
|
+
"Content-Type": "application/vnd.api+json",
|
|
2945
|
+
...options.headers
|
|
2946
|
+
}
|
|
2947
|
+
});
|
|
2890
2948
|
var postUsersAuthRegister = (options) => (options.client ?? client).post({
|
|
2891
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2892
2949
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2893
2950
|
url: "/users/auth/register",
|
|
2894
2951
|
...options,
|
|
@@ -2912,19 +2969,16 @@ var postAgentsByIdSchemaVersionsByVersionIdActivate = (options) => (options.clie
|
|
|
2912
2969
|
...options
|
|
2913
2970
|
});
|
|
2914
2971
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
2915
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2916
2972
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2917
2973
|
url: "/buckets/{id}",
|
|
2918
2974
|
...options
|
|
2919
2975
|
});
|
|
2920
2976
|
var getBucketsById = (options) => (options.client ?? client).get({
|
|
2921
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2922
2977
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2923
2978
|
url: "/buckets/{id}",
|
|
2924
2979
|
...options
|
|
2925
2980
|
});
|
|
2926
2981
|
var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
2927
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2928
2982
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2929
2983
|
url: "/buckets/{id}",
|
|
2930
2984
|
...options,
|
|
@@ -2933,19 +2987,41 @@ var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
|
2933
2987
|
...options.headers
|
|
2934
2988
|
}
|
|
2935
2989
|
});
|
|
2990
|
+
var getPermissionsById = (options) => (options.client ?? client).get({
|
|
2991
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2992
|
+
url: "/permissions/{id}",
|
|
2993
|
+
...options
|
|
2994
|
+
});
|
|
2995
|
+
var getAiGraphNodesBySourceNodeIdRelated = (options) => (options.client ?? client).get({
|
|
2996
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2997
|
+
url: "/ai/graph/nodes/{source_node_id}/related",
|
|
2998
|
+
...options
|
|
2999
|
+
});
|
|
2936
3000
|
var getExtractionDocumentsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
2937
|
-
querySerializer: {
|
|
2938
|
-
parameters: {
|
|
2939
|
-
filter: { object: { style: "form" } },
|
|
2940
|
-
fields: { object: { style: "form" } }
|
|
2941
|
-
}
|
|
2942
|
-
},
|
|
2943
3001
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2944
3002
|
url: "/extraction/documents/workspace/{workspace_id}",
|
|
2945
3003
|
...options
|
|
2946
3004
|
});
|
|
3005
|
+
var patchApplicationsByIdAllocateCredits = (options) => (options.client ?? client).patch({
|
|
3006
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3007
|
+
url: "/applications/{id}/allocate-credits",
|
|
3008
|
+
...options,
|
|
3009
|
+
headers: {
|
|
3010
|
+
"Content-Type": "application/vnd.api+json",
|
|
3011
|
+
...options.headers
|
|
3012
|
+
}
|
|
3013
|
+
});
|
|
3014
|
+
var getExtractionResultsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
3015
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3016
|
+
url: "/extraction/results/workspace/{workspace_id}",
|
|
3017
|
+
...options
|
|
3018
|
+
});
|
|
3019
|
+
var getSearchAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
3020
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3021
|
+
url: "/search/analytics/summary",
|
|
3022
|
+
...options
|
|
3023
|
+
});
|
|
2947
3024
|
var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client).post({
|
|
2948
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2949
3025
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2950
3026
|
url: "/extraction/documents/begin_upload",
|
|
2951
3027
|
...options,
|
|
@@ -2955,25 +3031,21 @@ var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client)
|
|
|
2955
3031
|
}
|
|
2956
3032
|
});
|
|
2957
3033
|
var deleteAiGraphEdgesById = (options) => (options.client ?? client).delete({
|
|
2958
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2959
3034
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2960
3035
|
url: "/ai/graph/edges/{id}",
|
|
2961
3036
|
...options
|
|
2962
3037
|
});
|
|
2963
3038
|
var deleteTenantsById = (options) => (options.client ?? client).delete({
|
|
2964
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2965
3039
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2966
3040
|
url: "/tenants/{id}",
|
|
2967
3041
|
...options
|
|
2968
3042
|
});
|
|
2969
3043
|
var getTenantsById = (options) => (options.client ?? client).get({
|
|
2970
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2971
3044
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2972
3045
|
url: "/tenants/{id}",
|
|
2973
3046
|
...options
|
|
2974
3047
|
});
|
|
2975
3048
|
var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
2976
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2977
3049
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2978
3050
|
url: "/tenants/{id}",
|
|
2979
3051
|
...options,
|
|
@@ -2983,19 +3055,11 @@ var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
|
2983
3055
|
}
|
|
2984
3056
|
});
|
|
2985
3057
|
var getPlans = (options) => (options.client ?? client).get({
|
|
2986
|
-
querySerializer: {
|
|
2987
|
-
parameters: {
|
|
2988
|
-
filter: { object: { style: "form" } },
|
|
2989
|
-
page: { object: { style: "form" } },
|
|
2990
|
-
fields: { object: { style: "form" } }
|
|
2991
|
-
}
|
|
2992
|
-
},
|
|
2993
3058
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2994
3059
|
url: "/plans",
|
|
2995
3060
|
...options
|
|
2996
3061
|
});
|
|
2997
3062
|
var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
2998
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2999
3063
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3000
3064
|
url: "/agents/{id}/test",
|
|
3001
3065
|
...options,
|
|
@@ -3005,24 +3069,16 @@ var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
|
3005
3069
|
}
|
|
3006
3070
|
});
|
|
3007
3071
|
var getExtractionDocuments = (options) => (options.client ?? client).get({
|
|
3008
|
-
querySerializer: {
|
|
3009
|
-
parameters: {
|
|
3010
|
-
filter: { object: { style: "form" } },
|
|
3011
|
-
fields: { object: { style: "form" } }
|
|
3012
|
-
}
|
|
3013
|
-
},
|
|
3014
3072
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3015
3073
|
url: "/extraction/documents",
|
|
3016
3074
|
...options
|
|
3017
3075
|
});
|
|
3018
3076
|
var deleteTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).delete({
|
|
3019
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3020
3077
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3021
3078
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
3022
3079
|
...options
|
|
3023
3080
|
});
|
|
3024
3081
|
var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).patch({
|
|
3025
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3026
3082
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3027
3083
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
3028
3084
|
...options,
|
|
@@ -3032,7 +3088,6 @@ var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? c
|
|
|
3032
3088
|
}
|
|
3033
3089
|
});
|
|
3034
3090
|
var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client).patch({
|
|
3035
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3036
3091
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3037
3092
|
url: "/webhook_configs/{id}/rotate_secret",
|
|
3038
3093
|
...options,
|
|
@@ -3041,8 +3096,12 @@ var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client
|
|
|
3041
3096
|
...options.headers
|
|
3042
3097
|
}
|
|
3043
3098
|
});
|
|
3099
|
+
var getAuditLogsActivity = (options) => (options.client ?? client).get({
|
|
3100
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3101
|
+
url: "/audit-logs/activity",
|
|
3102
|
+
...options
|
|
3103
|
+
});
|
|
3044
3104
|
var postUsersAuthResendConfirmation = (options) => (options.client ?? client).post({
|
|
3045
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3046
3105
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3047
3106
|
url: "/users/auth/resend-confirmation",
|
|
3048
3107
|
...options,
|
|
@@ -3052,18 +3111,11 @@ var postUsersAuthResendConfirmation = (options) => (options.client ?? client).po
|
|
|
3052
3111
|
}
|
|
3053
3112
|
});
|
|
3054
3113
|
var getFieldTemplates = (options) => (options.client ?? client).get({
|
|
3055
|
-
querySerializer: {
|
|
3056
|
-
parameters: {
|
|
3057
|
-
filter: { object: { style: "form" } },
|
|
3058
|
-
fields: { object: { style: "form" } }
|
|
3059
|
-
}
|
|
3060
|
-
},
|
|
3061
3114
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3062
3115
|
url: "/field_templates",
|
|
3063
3116
|
...options
|
|
3064
3117
|
});
|
|
3065
3118
|
var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
3066
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3067
3119
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3068
3120
|
url: "/field_templates",
|
|
3069
3121
|
...options,
|
|
@@ -3073,19 +3125,11 @@ var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
|
3073
3125
|
}
|
|
3074
3126
|
});
|
|
3075
3127
|
var getAiMessages = (options) => (options.client ?? client).get({
|
|
3076
|
-
querySerializer: {
|
|
3077
|
-
parameters: {
|
|
3078
|
-
filter: { object: { style: "form" } },
|
|
3079
|
-
page: { object: { style: "form" } },
|
|
3080
|
-
fields: { object: { style: "form" } }
|
|
3081
|
-
}
|
|
3082
|
-
},
|
|
3083
3128
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3084
3129
|
url: "/ai/messages",
|
|
3085
3130
|
...options
|
|
3086
3131
|
});
|
|
3087
3132
|
var postAiMessages = (options) => (options.client ?? client).post({
|
|
3088
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3089
3133
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3090
3134
|
url: "/ai/messages",
|
|
3091
3135
|
...options,
|
|
@@ -3094,8 +3138,21 @@ var postAiMessages = (options) => (options.client ?? client).post({
|
|
|
3094
3138
|
...options.headers
|
|
3095
3139
|
}
|
|
3096
3140
|
});
|
|
3141
|
+
var getWatcherEvents = (options) => (options.client ?? client).get({
|
|
3142
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3143
|
+
url: "/watcher/events",
|
|
3144
|
+
...options
|
|
3145
|
+
});
|
|
3146
|
+
var postWatcherEvents = (options) => (options.client ?? client).post({
|
|
3147
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3148
|
+
url: "/watcher/events",
|
|
3149
|
+
...options,
|
|
3150
|
+
headers: {
|
|
3151
|
+
"Content-Type": "application/vnd.api+json",
|
|
3152
|
+
...options.headers
|
|
3153
|
+
}
|
|
3154
|
+
});
|
|
3097
3155
|
var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
3098
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3099
3156
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3100
3157
|
url: "/storage/sign_upload",
|
|
3101
3158
|
...options,
|
|
@@ -3105,7 +3162,6 @@ var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
|
3105
3162
|
}
|
|
3106
3163
|
});
|
|
3107
3164
|
var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
|
|
3108
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3109
3165
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3110
3166
|
url: "/webhook_deliveries/{id}/retry",
|
|
3111
3167
|
...options,
|
|
@@ -3115,19 +3171,11 @@ var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).pos
|
|
|
3115
3171
|
}
|
|
3116
3172
|
});
|
|
3117
3173
|
var getNotificationMethods = (options) => (options.client ?? client).get({
|
|
3118
|
-
querySerializer: {
|
|
3119
|
-
parameters: {
|
|
3120
|
-
filter: { object: { style: "form" } },
|
|
3121
|
-
page: { object: { style: "form" } },
|
|
3122
|
-
fields: { object: { style: "form" } }
|
|
3123
|
-
}
|
|
3124
|
-
},
|
|
3125
3174
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3126
3175
|
url: "/notification_methods",
|
|
3127
3176
|
...options
|
|
3128
3177
|
});
|
|
3129
3178
|
var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
3130
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3131
3179
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3132
3180
|
url: "/notification_methods",
|
|
3133
3181
|
...options,
|
|
@@ -3137,7 +3185,6 @@ var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
|
3137
3185
|
}
|
|
3138
3186
|
});
|
|
3139
3187
|
var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
3140
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3141
3188
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3142
3189
|
url: "/threads/{id}/summarize",
|
|
3143
3190
|
...options,
|
|
@@ -3147,7 +3194,6 @@ var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
|
3147
3194
|
}
|
|
3148
3195
|
});
|
|
3149
3196
|
var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
3150
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3151
3197
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3152
3198
|
url: "/configs/{key}",
|
|
3153
3199
|
...options,
|
|
@@ -3157,7 +3203,6 @@ var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
|
3157
3203
|
}
|
|
3158
3204
|
});
|
|
3159
3205
|
var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
3160
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3161
3206
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3162
3207
|
url: "/api_keys/{id}/rotate",
|
|
3163
3208
|
...options,
|
|
@@ -3167,7 +3212,6 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
|
3167
3212
|
}
|
|
3168
3213
|
});
|
|
3169
3214
|
var postExtractionResults = (options) => (options.client ?? client).post({
|
|
3170
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3171
3215
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3172
3216
|
url: "/extraction/results",
|
|
3173
3217
|
...options,
|
|
@@ -3177,7 +3221,6 @@ var postExtractionResults = (options) => (options.client ?? client).post({
|
|
|
3177
3221
|
}
|
|
3178
3222
|
});
|
|
3179
3223
|
var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
3180
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3181
3224
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3182
3225
|
url: "/agents/{id}/clone",
|
|
3183
3226
|
...options,
|
|
@@ -3187,31 +3230,35 @@ var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
|
3187
3230
|
}
|
|
3188
3231
|
});
|
|
3189
3232
|
var deleteAiConversationsById = (options) => (options.client ?? client).delete({
|
|
3190
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3191
3233
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3192
3234
|
url: "/ai/conversations/{id}",
|
|
3193
3235
|
...options
|
|
3194
3236
|
});
|
|
3195
3237
|
var getAiConversationsById = (options) => (options.client ?? client).get({
|
|
3196
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3197
3238
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3198
3239
|
url: "/ai/conversations/{id}",
|
|
3199
3240
|
...options
|
|
3200
3241
|
});
|
|
3242
|
+
var patchAiConversationsById = (options) => (options.client ?? client).patch({
|
|
3243
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3244
|
+
url: "/ai/conversations/{id}",
|
|
3245
|
+
...options,
|
|
3246
|
+
headers: {
|
|
3247
|
+
"Content-Type": "application/vnd.api+json",
|
|
3248
|
+
...options.headers
|
|
3249
|
+
}
|
|
3250
|
+
});
|
|
3201
3251
|
var deleteUserProfilesById = (options) => (options.client ?? client).delete({
|
|
3202
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3203
3252
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3204
3253
|
url: "/user_profiles/{id}",
|
|
3205
3254
|
...options
|
|
3206
3255
|
});
|
|
3207
3256
|
var getUserProfilesById = (options) => (options.client ?? client).get({
|
|
3208
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3209
3257
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3210
3258
|
url: "/user_profiles/{id}",
|
|
3211
3259
|
...options
|
|
3212
3260
|
});
|
|
3213
3261
|
var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
3214
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3215
3262
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3216
3263
|
url: "/user_profiles/{id}",
|
|
3217
3264
|
...options,
|
|
@@ -3221,12 +3268,6 @@ var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
|
3221
3268
|
}
|
|
3222
3269
|
});
|
|
3223
3270
|
var getInvitationsMe = (options) => (options.client ?? client).get({
|
|
3224
|
-
querySerializer: {
|
|
3225
|
-
parameters: {
|
|
3226
|
-
filter: { object: { style: "form" } },
|
|
3227
|
-
fields: { object: { style: "form" } }
|
|
3228
|
-
}
|
|
3229
|
-
},
|
|
3230
3271
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3231
3272
|
url: "/invitations/me",
|
|
3232
3273
|
...options
|
|
@@ -3240,44 +3281,41 @@ var patchAgentsByIdSchemaVersionsByVersionId = (options) => (options.client ?? c
|
|
|
3240
3281
|
...options.headers
|
|
3241
3282
|
}
|
|
3242
3283
|
});
|
|
3284
|
+
var postSearchBatch = (options) => (options.client ?? client).post({
|
|
3285
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3286
|
+
url: "/search/batch",
|
|
3287
|
+
...options,
|
|
3288
|
+
headers: {
|
|
3289
|
+
"Content-Type": "application/vnd.api+json",
|
|
3290
|
+
...options.headers
|
|
3291
|
+
}
|
|
3292
|
+
});
|
|
3293
|
+
var getThreadsWorkspaceStats = (options) => (options.client ?? client).get({
|
|
3294
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3295
|
+
url: "/threads/workspace-stats",
|
|
3296
|
+
...options
|
|
3297
|
+
});
|
|
3243
3298
|
var deleteObjectsById = (options) => (options.client ?? client).delete({
|
|
3244
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3245
3299
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3246
3300
|
url: "/objects/{id}",
|
|
3247
3301
|
...options
|
|
3248
3302
|
});
|
|
3249
3303
|
var getObjectsById = (options) => (options.client ?? client).get({
|
|
3250
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3251
3304
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3252
3305
|
url: "/objects/{id}",
|
|
3253
3306
|
...options
|
|
3254
3307
|
});
|
|
3255
3308
|
var getExtractionDocumentsWorkspaceByWorkspaceIdExcluded = (options) => (options.client ?? client).get({
|
|
3256
|
-
querySerializer: {
|
|
3257
|
-
parameters: {
|
|
3258
|
-
filter: { object: { style: "form" } },
|
|
3259
|
-
page: { object: { style: "form" } },
|
|
3260
|
-
fields: { object: { style: "form" } }
|
|
3261
|
-
}
|
|
3262
|
-
},
|
|
3263
3309
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3264
3310
|
url: "/extraction/documents/workspace/{workspace_id}/excluded",
|
|
3265
3311
|
...options
|
|
3266
3312
|
});
|
|
3267
3313
|
var getWebhookConfigs = (options) => (options.client ?? client).get({
|
|
3268
|
-
querySerializer: {
|
|
3269
|
-
parameters: {
|
|
3270
|
-
filter: { object: { style: "form" } },
|
|
3271
|
-
page: { object: { style: "form" } },
|
|
3272
|
-
fields: { object: { style: "form" } }
|
|
3273
|
-
}
|
|
3274
|
-
},
|
|
3275
3314
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3276
3315
|
url: "/webhook_configs",
|
|
3277
3316
|
...options
|
|
3278
3317
|
});
|
|
3279
3318
|
var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
3280
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3281
3319
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3282
3320
|
url: "/webhook_configs",
|
|
3283
3321
|
...options,
|
|
@@ -3287,7 +3325,6 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
|
3287
3325
|
}
|
|
3288
3326
|
});
|
|
3289
3327
|
var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post({
|
|
3290
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3291
3328
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3292
3329
|
url: "/agents/{id}/publish_version",
|
|
3293
3330
|
...options,
|
|
@@ -3296,8 +3333,16 @@ var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post(
|
|
|
3296
3333
|
...options.headers
|
|
3297
3334
|
}
|
|
3298
3335
|
});
|
|
3336
|
+
var postExtractionDocumentsBulkReprocess = (options) => (options.client ?? client).post({
|
|
3337
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3338
|
+
url: "/extraction/documents/bulk-reprocess",
|
|
3339
|
+
...options,
|
|
3340
|
+
headers: {
|
|
3341
|
+
"Content-Type": "application/vnd.api+json",
|
|
3342
|
+
...options.headers
|
|
3343
|
+
}
|
|
3344
|
+
});
|
|
3299
3345
|
var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
3300
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3301
3346
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3302
3347
|
url: "/objects/bulk-destroy",
|
|
3303
3348
|
...options,
|
|
@@ -3307,42 +3352,31 @@ var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
|
3307
3352
|
}
|
|
3308
3353
|
});
|
|
3309
3354
|
var getApplicationsBySlugBySlug = (options) => (options.client ?? client).get({
|
|
3310
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3311
3355
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3312
3356
|
url: "/applications/by-slug/{slug}",
|
|
3313
3357
|
...options
|
|
3314
3358
|
});
|
|
3315
3359
|
var getNotificationLogs = (options) => (options.client ?? client).get({
|
|
3316
|
-
querySerializer: {
|
|
3317
|
-
parameters: {
|
|
3318
|
-
filter: { object: { style: "form" } },
|
|
3319
|
-
fields: { object: { style: "form" } }
|
|
3320
|
-
}
|
|
3321
|
-
},
|
|
3322
3360
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3323
3361
|
url: "/notification_logs",
|
|
3324
3362
|
...options
|
|
3325
3363
|
});
|
|
3326
3364
|
var getWallet = (options) => (options.client ?? client).get({
|
|
3327
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3328
3365
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3329
3366
|
url: "/wallet",
|
|
3330
3367
|
...options
|
|
3331
3368
|
});
|
|
3332
3369
|
var deleteMessagesById = (options) => (options.client ?? client).delete({
|
|
3333
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3334
3370
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3335
3371
|
url: "/messages/{id}",
|
|
3336
3372
|
...options
|
|
3337
3373
|
});
|
|
3338
3374
|
var getMessagesById = (options) => (options.client ?? client).get({
|
|
3339
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3340
3375
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3341
3376
|
url: "/messages/{id}",
|
|
3342
3377
|
...options
|
|
3343
3378
|
});
|
|
3344
3379
|
var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
3345
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3346
3380
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3347
3381
|
url: "/messages/{id}",
|
|
3348
3382
|
...options,
|
|
@@ -3361,36 +3395,26 @@ var postAgentsByIdDiscoverSchema = (options) => (options.client ?? client).post(
|
|
|
3361
3395
|
}
|
|
3362
3396
|
});
|
|
3363
3397
|
var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
|
|
3364
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3365
3398
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3366
3399
|
url: "/llm_analytics/usage",
|
|
3367
3400
|
...options
|
|
3368
3401
|
});
|
|
3369
3402
|
var getSearchStats = (options) => (options.client ?? client).get({
|
|
3370
|
-
querySerializer: {
|
|
3371
|
-
parameters: {
|
|
3372
|
-
filter: { object: { style: "form" } },
|
|
3373
|
-
fields: { object: { style: "form" } }
|
|
3374
|
-
}
|
|
3375
|
-
},
|
|
3376
3403
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3377
3404
|
url: "/search/stats",
|
|
3378
3405
|
...options
|
|
3379
3406
|
});
|
|
3380
3407
|
var deleteNotificationPreferencesById = (options) => (options.client ?? client).delete({
|
|
3381
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3382
3408
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3383
3409
|
url: "/notification_preferences/{id}",
|
|
3384
3410
|
...options
|
|
3385
3411
|
});
|
|
3386
3412
|
var getNotificationPreferencesById = (options) => (options.client ?? client).get({
|
|
3387
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3388
3413
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3389
3414
|
url: "/notification_preferences/{id}",
|
|
3390
3415
|
...options
|
|
3391
3416
|
});
|
|
3392
3417
|
var patchNotificationPreferencesById = (options) => (options.client ?? client).patch({
|
|
3393
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3394
3418
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3395
3419
|
url: "/notification_preferences/{id}",
|
|
3396
3420
|
...options,
|
|
@@ -3399,26 +3423,12 @@ var patchNotificationPreferencesById = (options) => (options.client ?? client).p
|
|
|
3399
3423
|
...options.headers
|
|
3400
3424
|
}
|
|
3401
3425
|
});
|
|
3402
|
-
var getSchemaDiscoveriesById = (options) => (options.client ?? client).get({
|
|
3403
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3404
|
-
security: [{ scheme: "bearer", type: "http" }],
|
|
3405
|
-
url: "/schema_discoveries/{id}",
|
|
3406
|
-
...options
|
|
3407
|
-
});
|
|
3408
3426
|
var getAiGraphNodes = (options) => (options.client ?? client).get({
|
|
3409
|
-
querySerializer: {
|
|
3410
|
-
parameters: {
|
|
3411
|
-
filter: { object: { style: "form" } },
|
|
3412
|
-
page: { object: { style: "form" } },
|
|
3413
|
-
fields: { object: { style: "form" } }
|
|
3414
|
-
}
|
|
3415
|
-
},
|
|
3416
3427
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3417
3428
|
url: "/ai/graph/nodes",
|
|
3418
3429
|
...options
|
|
3419
3430
|
});
|
|
3420
3431
|
var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
3421
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3422
3432
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3423
3433
|
url: "/ai/graph/nodes",
|
|
3424
3434
|
...options,
|
|
@@ -3428,19 +3438,11 @@ var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
|
3428
3438
|
}
|
|
3429
3439
|
});
|
|
3430
3440
|
var getAgents = (options) => (options.client ?? client).get({
|
|
3431
|
-
querySerializer: {
|
|
3432
|
-
parameters: {
|
|
3433
|
-
filter: { object: { style: "form" } },
|
|
3434
|
-
page: { object: { style: "form" } },
|
|
3435
|
-
fields: { object: { style: "form" } }
|
|
3436
|
-
}
|
|
3437
|
-
},
|
|
3438
3441
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3439
3442
|
url: "/agents",
|
|
3440
3443
|
...options
|
|
3441
3444
|
});
|
|
3442
3445
|
var postAgents = (options) => (options.client ?? client).post({
|
|
3443
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3444
3446
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3445
3447
|
url: "/agents",
|
|
3446
3448
|
...options,
|
|
@@ -3450,19 +3452,16 @@ var postAgents = (options) => (options.client ?? client).post({
|
|
|
3450
3452
|
}
|
|
3451
3453
|
});
|
|
3452
3454
|
var deleteApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).delete({
|
|
3453
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3454
3455
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3455
3456
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
3456
3457
|
...options
|
|
3457
3458
|
});
|
|
3458
3459
|
var getApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).get({
|
|
3459
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3460
3460
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3461
3461
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
3462
3462
|
...options
|
|
3463
3463
|
});
|
|
3464
3464
|
var patchApplicationsByApplicationIdEmailTemplatesBySlug = (options) => (options.client ?? client).patch({
|
|
3465
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3466
3465
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3467
3466
|
url: "/applications/{application_id}/email-templates/{slug}",
|
|
3468
3467
|
...options,
|
|
@@ -3477,7 +3476,6 @@ var postAgentsByIdExport = (options) => (options.client ?? client).post({
|
|
|
3477
3476
|
...options
|
|
3478
3477
|
});
|
|
3479
3478
|
var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
3480
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3481
3479
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3482
3480
|
url: "/users/register_isv",
|
|
3483
3481
|
...options,
|
|
@@ -3486,26 +3484,22 @@ var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
|
3486
3484
|
...options.headers
|
|
3487
3485
|
}
|
|
3488
3486
|
});
|
|
3487
|
+
var deleteExtractionBatchesById = (options) => (options.client ?? client).delete({
|
|
3488
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3489
|
+
url: "/extraction/batches/{id}",
|
|
3490
|
+
...options
|
|
3491
|
+
});
|
|
3489
3492
|
var getExtractionBatchesById = (options) => (options.client ?? client).get({
|
|
3490
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3491
3493
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3492
3494
|
url: "/extraction/batches/{id}",
|
|
3493
3495
|
...options
|
|
3494
3496
|
});
|
|
3495
3497
|
var getWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).get({
|
|
3496
|
-
querySerializer: {
|
|
3497
|
-
parameters: {
|
|
3498
|
-
filter: { object: { style: "form" } },
|
|
3499
|
-
page: { object: { style: "form" } },
|
|
3500
|
-
fields: { object: { style: "form" } }
|
|
3501
|
-
}
|
|
3502
|
-
},
|
|
3503
3498
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3504
3499
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
3505
3500
|
...options
|
|
3506
3501
|
});
|
|
3507
3502
|
var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).post({
|
|
3508
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3509
3503
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3510
3504
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
3511
3505
|
...options,
|
|
@@ -3515,13 +3509,11 @@ var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client
|
|
|
3515
3509
|
}
|
|
3516
3510
|
});
|
|
3517
3511
|
var deleteWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).delete({
|
|
3518
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3519
3512
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3520
3513
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
3521
3514
|
...options
|
|
3522
3515
|
});
|
|
3523
3516
|
var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).patch({
|
|
3524
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3525
3517
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3526
3518
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
3527
3519
|
...options,
|
|
@@ -3530,38 +3522,22 @@ var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.clien
|
|
|
3530
3522
|
...options.headers
|
|
3531
3523
|
}
|
|
3532
3524
|
});
|
|
3525
|
+
var getExtractionDocumentsWorkspaceByWorkspaceIdTrashed = (options) => (options.client ?? client).get({
|
|
3526
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
3527
|
+
url: "/extraction/documents/workspace/{workspace_id}/trashed",
|
|
3528
|
+
...options
|
|
3529
|
+
});
|
|
3533
3530
|
var getCreditPackages = (options) => (options.client ?? client).get({
|
|
3534
|
-
querySerializer: {
|
|
3535
|
-
parameters: {
|
|
3536
|
-
filter: { object: { style: "form" } },
|
|
3537
|
-
page: { object: { style: "form" } },
|
|
3538
|
-
fields: { object: { style: "form" } }
|
|
3539
|
-
}
|
|
3540
|
-
},
|
|
3541
3531
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3542
3532
|
url: "/credit-packages",
|
|
3543
3533
|
...options
|
|
3544
3534
|
});
|
|
3545
3535
|
var getUsers = (options) => (options.client ?? client).get({
|
|
3546
|
-
querySerializer: {
|
|
3547
|
-
parameters: {
|
|
3548
|
-
filter: { object: { style: "form" } },
|
|
3549
|
-
page: { object: { style: "form" } },
|
|
3550
|
-
fields: { object: { style: "form" } }
|
|
3551
|
-
}
|
|
3552
|
-
},
|
|
3553
3536
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3554
3537
|
url: "/users",
|
|
3555
3538
|
...options
|
|
3556
3539
|
});
|
|
3557
3540
|
var getObjects = (options) => (options.client ?? client).get({
|
|
3558
|
-
querySerializer: {
|
|
3559
|
-
parameters: {
|
|
3560
|
-
filter: { object: { style: "form" } },
|
|
3561
|
-
page: { object: { style: "form" } },
|
|
3562
|
-
fields: { object: { style: "form" } }
|
|
3563
|
-
}
|
|
3564
|
-
},
|
|
3565
3541
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3566
3542
|
url: "/objects",
|
|
3567
3543
|
...options
|
|
@@ -3664,9 +3640,10 @@ function handleApiError(error) {
|
|
|
3664
3640
|
case 400:
|
|
3665
3641
|
case 422:
|
|
3666
3642
|
throw new ValidationError(message, errors, errorOptions);
|
|
3667
|
-
case 429:
|
|
3643
|
+
case 429: {
|
|
3668
3644
|
const retryAfter = headers?.get?.("retry-after") || headers?.["retry-after"];
|
|
3669
3645
|
throw new RateLimitError(message, retryAfter ? parseInt(retryAfter, 10) : void 0, errorOptions);
|
|
3646
|
+
}
|
|
3670
3647
|
case 500:
|
|
3671
3648
|
case 502:
|
|
3672
3649
|
case 503:
|
|
@@ -3888,7 +3865,7 @@ async function* streamSSE(response, options = {}) {
|
|
|
3888
3865
|
try {
|
|
3889
3866
|
const parsed = JSON.parse(data);
|
|
3890
3867
|
yield parsed;
|
|
3891
|
-
} catch (
|
|
3868
|
+
} catch (_e) {
|
|
3892
3869
|
yield data;
|
|
3893
3870
|
}
|
|
3894
3871
|
}
|
|
@@ -4165,10 +4142,12 @@ export {
|
|
|
4165
4142
|
deleteAiConversationsById,
|
|
4166
4143
|
deleteAiGraphEdgesById,
|
|
4167
4144
|
deleteAiGraphNodesById,
|
|
4145
|
+
deleteAiMessagesById,
|
|
4168
4146
|
deleteApiKeysById,
|
|
4169
4147
|
deleteApplicationsByApplicationIdEmailTemplatesBySlug,
|
|
4170
4148
|
deleteApplicationsById,
|
|
4171
4149
|
deleteBucketsById,
|
|
4150
|
+
deleteExtractionBatchesById,
|
|
4172
4151
|
deleteExtractionDocumentsById,
|
|
4173
4152
|
deleteFieldTemplatesById,
|
|
4174
4153
|
deleteMessagesById,
|
|
@@ -4182,23 +4161,30 @@ export {
|
|
|
4182
4161
|
deleteTrainingExamplesById,
|
|
4183
4162
|
deleteTrainingSessionsById,
|
|
4184
4163
|
deleteUserProfilesById,
|
|
4164
|
+
deleteUsersById,
|
|
4185
4165
|
deleteWebhookConfigsById,
|
|
4186
4166
|
deleteWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
4187
4167
|
deleteWorkspacesById,
|
|
4188
4168
|
getAgentVersions,
|
|
4189
4169
|
getAgentVersionsById,
|
|
4170
|
+
getAgentVersionsByIdMetrics,
|
|
4190
4171
|
getAgents,
|
|
4191
4172
|
getAgentsById,
|
|
4192
4173
|
getAgentsByIdSchemaVersions,
|
|
4174
|
+
getAgentsByIdStats,
|
|
4193
4175
|
getAgentsByIdTrainingStats,
|
|
4194
4176
|
getAiChunksDocumentByDocumentId,
|
|
4195
4177
|
getAiConversations,
|
|
4196
4178
|
getAiConversationsById,
|
|
4197
4179
|
getAiGraphEdges,
|
|
4198
4180
|
getAiGraphNodes,
|
|
4181
|
+
getAiGraphNodesBySourceNodeIdRelated,
|
|
4182
|
+
getAiGraphNodesLabelByLabel,
|
|
4199
4183
|
getAiMessages,
|
|
4200
4184
|
getApiKeys,
|
|
4185
|
+
getApiKeysActive,
|
|
4201
4186
|
getApiKeysById,
|
|
4187
|
+
getApiKeysStats,
|
|
4202
4188
|
getApplications,
|
|
4203
4189
|
getApplicationsByApplicationIdEmailTemplates,
|
|
4204
4190
|
getApplicationsByApplicationIdEmailTemplatesBySlug,
|
|
@@ -4206,7 +4192,9 @@ export {
|
|
|
4206
4192
|
getApplicationsBySlugBySlug,
|
|
4207
4193
|
getApplicationsCurrent,
|
|
4208
4194
|
getAuditLogs,
|
|
4195
|
+
getAuditLogsActivity,
|
|
4209
4196
|
getBuckets,
|
|
4197
|
+
getBucketsAll,
|
|
4210
4198
|
getBucketsById,
|
|
4211
4199
|
getBucketsByIdObjects,
|
|
4212
4200
|
getBucketsByIdStats,
|
|
@@ -4223,11 +4211,15 @@ export {
|
|
|
4223
4211
|
getExtractionDocumentsByIdStatus,
|
|
4224
4212
|
getExtractionDocumentsByIdView,
|
|
4225
4213
|
getExtractionDocumentsWorkspaceByWorkspaceId,
|
|
4214
|
+
getExtractionDocumentsWorkspaceByWorkspaceIdByStatusByStatus,
|
|
4226
4215
|
getExtractionDocumentsWorkspaceByWorkspaceIdExcluded,
|
|
4227
4216
|
getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
|
|
4228
4217
|
getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
|
|
4218
|
+
getExtractionDocumentsWorkspaceByWorkspaceIdTrashed,
|
|
4229
4219
|
getExtractionResultsById,
|
|
4230
4220
|
getExtractionResultsDocumentByDocumentId,
|
|
4221
|
+
getExtractionResultsWorkspaceByWorkspaceId,
|
|
4222
|
+
getExtractionSchemaDiscoveriesById,
|
|
4231
4223
|
getFieldTemplates,
|
|
4232
4224
|
getFieldTemplatesById,
|
|
4233
4225
|
getInvitations,
|
|
@@ -4243,26 +4235,36 @@ export {
|
|
|
4243
4235
|
getMessages,
|
|
4244
4236
|
getMessagesById,
|
|
4245
4237
|
getMessagesSearch,
|
|
4238
|
+
getMessagesSemanticSearch,
|
|
4246
4239
|
getNotificationLogs,
|
|
4247
4240
|
getNotificationLogsById,
|
|
4241
|
+
getNotificationLogsStats,
|
|
4248
4242
|
getNotificationMethods,
|
|
4249
4243
|
getNotificationMethodsById,
|
|
4250
4244
|
getNotificationPreferences,
|
|
4251
4245
|
getNotificationPreferencesById,
|
|
4252
4246
|
getObjects,
|
|
4253
4247
|
getObjectsById,
|
|
4248
|
+
getPermissions,
|
|
4249
|
+
getPermissionsById,
|
|
4250
|
+
getPermissionsMeta,
|
|
4251
|
+
getPermissionsPresets,
|
|
4252
|
+
getPermissionsPresetsById,
|
|
4254
4253
|
getPlans,
|
|
4255
4254
|
getPlansById,
|
|
4256
4255
|
getPlansSlugBySlug,
|
|
4257
|
-
getSchemaDiscoveriesById,
|
|
4258
4256
|
getSearch,
|
|
4257
|
+
getSearchAnalytics,
|
|
4258
|
+
getSearchAnalyticsSummary,
|
|
4259
4259
|
getSearchHealth,
|
|
4260
4260
|
getSearchIndexes,
|
|
4261
4261
|
getSearchSaved,
|
|
4262
4262
|
getSearchSemantic,
|
|
4263
4263
|
getSearchStats,
|
|
4264
4264
|
getSearchStatus,
|
|
4265
|
+
getSearchSuggest,
|
|
4265
4266
|
getStorageStats,
|
|
4267
|
+
getStorageStatsTenantByTenantId,
|
|
4266
4268
|
getTenantMemberships,
|
|
4267
4269
|
getTenants,
|
|
4268
4270
|
getTenantsById,
|
|
@@ -4271,7 +4273,10 @@ export {
|
|
|
4271
4273
|
getTenantsByTenantIdWorkspaceStats,
|
|
4272
4274
|
getThreads,
|
|
4273
4275
|
getThreadsById,
|
|
4276
|
+
getThreadsByIdMessages,
|
|
4274
4277
|
getThreadsSearch,
|
|
4278
|
+
getThreadsStats,
|
|
4279
|
+
getThreadsWorkspaceStats,
|
|
4275
4280
|
getTrainingExamples,
|
|
4276
4281
|
getTrainingExamplesById,
|
|
4277
4282
|
getTrainingSessionsAgentsByAgentIdSessions,
|
|
@@ -4282,17 +4287,31 @@ export {
|
|
|
4282
4287
|
getUserProfilesById,
|
|
4283
4288
|
getUserProfilesMe,
|
|
4284
4289
|
getUsers,
|
|
4290
|
+
getUsersByEmail,
|
|
4285
4291
|
getUsersById,
|
|
4286
4292
|
getUsersMe,
|
|
4293
|
+
getUsersMeActivity,
|
|
4294
|
+
getUsersMeDashboard,
|
|
4295
|
+
getUsersMeStats,
|
|
4287
4296
|
getUsersMeTenants,
|
|
4288
4297
|
getWallet,
|
|
4298
|
+
getWalletInvoices,
|
|
4299
|
+
getWatcherClaims,
|
|
4300
|
+
getWatcherClaimsById,
|
|
4301
|
+
getWatcherClaimsStatus,
|
|
4302
|
+
getWatcherEvents,
|
|
4303
|
+
getWatcherEventsById,
|
|
4289
4304
|
getWebhookConfigs,
|
|
4290
4305
|
getWebhookConfigsById,
|
|
4306
|
+
getWebhookConfigsByIdEvents,
|
|
4307
|
+
getWebhookConfigsStats,
|
|
4291
4308
|
getWebhookDeliveries,
|
|
4292
4309
|
getWebhookDeliveriesById,
|
|
4310
|
+
getWebhookDeliveriesStats,
|
|
4293
4311
|
getWorkspaceMemberships,
|
|
4294
4312
|
getWorkspaces,
|
|
4295
4313
|
getWorkspacesById,
|
|
4314
|
+
getWorkspacesByIdMembers,
|
|
4296
4315
|
getWorkspacesByWorkspaceIdExtractionExports,
|
|
4297
4316
|
getWorkspacesByWorkspaceIdExtractionExportsById,
|
|
4298
4317
|
getWorkspacesByWorkspaceIdTrainingAnalytics,
|
|
@@ -4304,13 +4323,16 @@ export {
|
|
|
4304
4323
|
paginateToArray,
|
|
4305
4324
|
patchAgentsById,
|
|
4306
4325
|
patchAgentsByIdSchemaVersionsByVersionId,
|
|
4326
|
+
patchAiConversationsById,
|
|
4307
4327
|
patchApiKeysById,
|
|
4308
4328
|
patchApiKeysByIdAllocate,
|
|
4329
|
+
patchApiKeysByIdResetPeriod,
|
|
4309
4330
|
patchApiKeysByIdRevoke,
|
|
4310
4331
|
patchApiKeysByIdRotate,
|
|
4311
4332
|
patchApiKeysByIdSetBudget,
|
|
4312
4333
|
patchApplicationsByApplicationIdEmailTemplatesBySlug,
|
|
4313
4334
|
patchApplicationsById,
|
|
4335
|
+
patchApplicationsByIdAllocateCredits,
|
|
4314
4336
|
patchApplicationsByIdGrantCredits,
|
|
4315
4337
|
patchBucketsById,
|
|
4316
4338
|
patchConfigsByKey,
|
|
@@ -4324,6 +4346,7 @@ export {
|
|
|
4324
4346
|
patchExtractionDocumentsByIdReprocess,
|
|
4325
4347
|
patchExtractionDocumentsByIdRestore,
|
|
4326
4348
|
patchExtractionDocumentsByIdStatus,
|
|
4349
|
+
patchExtractionDocumentsByIdVerification,
|
|
4327
4350
|
patchExtractionResultsByIdCorrections,
|
|
4328
4351
|
patchExtractionResultsByIdRegenerate,
|
|
4329
4352
|
patchInvitationsByIdAccept,
|
|
@@ -4333,11 +4356,16 @@ export {
|
|
|
4333
4356
|
patchInvitationsByIdRevoke,
|
|
4334
4357
|
patchMessagesById,
|
|
4335
4358
|
patchNotificationMethodsById,
|
|
4359
|
+
patchNotificationMethodsByIdSendVerification,
|
|
4336
4360
|
patchNotificationMethodsByIdSetPrimary,
|
|
4361
|
+
patchNotificationMethodsByIdVerify,
|
|
4337
4362
|
patchNotificationPreferencesById,
|
|
4363
|
+
patchSearchSavedById,
|
|
4338
4364
|
patchTenantMembershipsByTenantIdByUserId,
|
|
4339
4365
|
patchTenantsById,
|
|
4340
4366
|
patchThreadsById,
|
|
4367
|
+
patchThreadsByIdArchive,
|
|
4368
|
+
patchThreadsByIdUnarchive,
|
|
4341
4369
|
patchTrainingExamplesById,
|
|
4342
4370
|
patchUserProfilesById,
|
|
4343
4371
|
patchUsersAuthPasswordChange,
|
|
@@ -4348,13 +4376,20 @@ export {
|
|
|
4348
4376
|
patchUsersByIdResetPassword,
|
|
4349
4377
|
patchWalletAddons,
|
|
4350
4378
|
patchWalletAddonsByAddonSlugCancel,
|
|
4379
|
+
patchWalletAutoTopUp,
|
|
4351
4380
|
patchWalletCredits,
|
|
4352
4381
|
patchWalletPlan,
|
|
4382
|
+
patchWatcherClaimsById,
|
|
4383
|
+
patchWatcherClaimsByIdRelease,
|
|
4384
|
+
patchWatcherClaimsByIdRetry,
|
|
4353
4385
|
patchWebhookConfigsById,
|
|
4354
4386
|
patchWebhookConfigsByIdRotateSecret,
|
|
4355
4387
|
patchWorkspaceMembershipsByWorkspaceIdByUserId,
|
|
4356
4388
|
patchWorkspacesById,
|
|
4357
4389
|
patchWorkspacesByIdAllocate,
|
|
4390
|
+
patchWorkspacesByIdStorageSettings,
|
|
4391
|
+
postAgentTestResults,
|
|
4392
|
+
postAgentVersionComparisons,
|
|
4358
4393
|
postAgentVersions,
|
|
4359
4394
|
postAgents,
|
|
4360
4395
|
postAgentsByIdClone,
|
|
@@ -4363,7 +4398,6 @@ export {
|
|
|
4363
4398
|
postAgentsByIdPublishVersion,
|
|
4364
4399
|
postAgentsByIdSchemaVersions,
|
|
4365
4400
|
postAgentsByIdSchemaVersionsByVersionIdActivate,
|
|
4366
|
-
postAgentsByIdStats,
|
|
4367
4401
|
postAgentsByIdTeach,
|
|
4368
4402
|
postAgentsByIdTest,
|
|
4369
4403
|
postAgentsByIdValidate,
|
|
@@ -4381,14 +4415,18 @@ export {
|
|
|
4381
4415
|
postApiKeys,
|
|
4382
4416
|
postApplications,
|
|
4383
4417
|
postApplicationsByApplicationIdEmailTemplates,
|
|
4418
|
+
postApplicationsByApplicationIdEmailTemplatesBySlugPreview,
|
|
4419
|
+
postApplicationsByApplicationIdEmailTemplatesBySlugTest,
|
|
4384
4420
|
postBuckets,
|
|
4385
4421
|
postConfigs,
|
|
4386
4422
|
postDocumentsBulkDelete,
|
|
4387
4423
|
postDocumentsPresignedUpload,
|
|
4388
4424
|
postExtractionBatches,
|
|
4389
4425
|
postExtractionDocumentsBeginUpload,
|
|
4426
|
+
postExtractionDocumentsBulkReprocess,
|
|
4390
4427
|
postExtractionDocumentsUpload,
|
|
4391
4428
|
postExtractionResults,
|
|
4429
|
+
postExtractionSchemaDiscoveries,
|
|
4392
4430
|
postFieldTemplates,
|
|
4393
4431
|
postInvitations,
|
|
4394
4432
|
postInvitationsAcceptByToken,
|
|
@@ -4397,10 +4435,14 @@ export {
|
|
|
4397
4435
|
postNotificationMethods,
|
|
4398
4436
|
postNotificationPreferences,
|
|
4399
4437
|
postObjectsBulkDestroy,
|
|
4438
|
+
postObjectsCopy,
|
|
4439
|
+
postObjectsMove,
|
|
4400
4440
|
postObjectsRegister,
|
|
4401
4441
|
postPayments,
|
|
4442
|
+
postSearchBatch,
|
|
4402
4443
|
postSearchReindex,
|
|
4403
4444
|
postSearchSaved,
|
|
4445
|
+
postSearchSavedByIdRun,
|
|
4404
4446
|
postStorageSignDownload,
|
|
4405
4447
|
postStorageSignUpload,
|
|
4406
4448
|
postTenantMemberships,
|
|
@@ -4408,9 +4450,12 @@ export {
|
|
|
4408
4450
|
postTenantsByIdBuyStorage,
|
|
4409
4451
|
postTenantsByIdCredit,
|
|
4410
4452
|
postTenantsByIdRemoveStorage,
|
|
4453
|
+
postTenantsByIdSchedulePurge,
|
|
4411
4454
|
postTenantsIsv,
|
|
4412
4455
|
postThreads,
|
|
4413
4456
|
postThreadsActive,
|
|
4457
|
+
postThreadsByIdExport,
|
|
4458
|
+
postThreadsByIdFork,
|
|
4414
4459
|
postThreadsByIdMessages,
|
|
4415
4460
|
postThreadsByIdSummarize,
|
|
4416
4461
|
postTokens,
|
|
@@ -4427,14 +4472,15 @@ export {
|
|
|
4427
4472
|
postUsersAuthRegisterWithOidc,
|
|
4428
4473
|
postUsersAuthResendConfirmation,
|
|
4429
4474
|
postUsersRegisterIsv,
|
|
4475
|
+
postWatcherClaims,
|
|
4476
|
+
postWatcherEvents,
|
|
4430
4477
|
postWebhookConfigs,
|
|
4431
4478
|
postWebhookConfigsBulkDisable,
|
|
4432
4479
|
postWebhookConfigsBulkEnable,
|
|
4480
|
+
postWebhookConfigsByIdReplay,
|
|
4433
4481
|
postWebhookConfigsByIdTest,
|
|
4434
|
-
postWebhookConfigsStats,
|
|
4435
4482
|
postWebhookDeliveriesBulkRetry,
|
|
4436
4483
|
postWebhookDeliveriesByIdRetry,
|
|
4437
|
-
postWebhookDeliveriesStats,
|
|
4438
4484
|
postWorkspaceMemberships,
|
|
4439
4485
|
postWorkspaces,
|
|
4440
4486
|
postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained,
|