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