@smartspace/api-client 0.1.0-dev.8810e17 → 0.1.0-dev.8a11931
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/chat/api.d.ts +2 -0
- package/dist/generated/chat/api.js +10 -1
- package/dist/generated/chat/api.msw.d.ts +1 -0
- package/dist/generated/chat/api.msw.js +18 -6
- package/dist/generated/chat/models/connectorsConnectorSummary.d.ts +12 -0
- package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
- package/dist/generated/chat/models/enumsNotificationType.d.ts +1 -0
- package/dist/generated/chat/models/enumsNotificationType.js +1 -0
- package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
- package/dist/generated/chat/models/index.d.ts +1 -0
- package/dist/generated/chat/models/index.js +1 -0
- package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/chat/zod.d.ts +24 -0
- package/dist/generated/chat/zod.js +29 -6
- package/dist/generated/config/api.d.ts +45 -1
- package/dist/generated/config/api.js +200 -1
- package/dist/generated/config/api.msw.d.ts +37 -1
- package/dist/generated/config/api.msw.js +309 -16
- package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.d.ts +9 -0
- package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.js +8 -0
- package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
- package/dist/generated/config/models/connectorsConnector.js +8 -0
- package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
- package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
- package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
- package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
- package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
- package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
- package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
- package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
- package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
- package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
- package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
- package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
- package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
- package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
- package/dist/generated/config/models/containerItem.d.ts +27 -0
- package/dist/generated/config/models/containerItem.js +8 -0
- package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
- package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
- package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
- package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
- package/dist/generated/config/models/enumsActivityType.js +1 -0
- package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
- package/dist/generated/config/models/enumsNotificationType.js +1 -0
- package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
- package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
- package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
- package/dist/generated/config/models/index.d.ts +28 -0
- package/dist/generated/config/models/index.js +28 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
- package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
- package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
- package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
- package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
- package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
- package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
- package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
- package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
- package/dist/generated/config/models/syncsGetParams.js +8 -0
- package/dist/generated/config/models/syncsSync.d.ts +33 -0
- package/dist/generated/config/models/syncsSync.js +2 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +17 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
- package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
- package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
- package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
- package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
- package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/config/zod.d.ts +509 -2
- package/dist/generated/config/zod.js +473 -17
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
- package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
- package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +11 -0
- package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
- package/dist/signalr.d.ts +2 -0
- package/dist/signalr.js +3 -0
- package/package.json +2 -2
|
@@ -224,6 +224,7 @@ export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
|
|
|
224
224
|
Created: "Created";
|
|
225
225
|
Updated: "Updated";
|
|
226
226
|
Chat: "Chat";
|
|
227
|
+
Resolved: "Resolved";
|
|
227
228
|
}>>;
|
|
228
229
|
}, zod.core.$strict>;
|
|
229
230
|
export declare const activityExportLoggingsResponse: zod.ZodString;
|
|
@@ -243,6 +244,7 @@ export declare const activityGetLoggingQueryParams: zod.ZodObject<{
|
|
|
243
244
|
Created: "Created";
|
|
244
245
|
Updated: "Updated";
|
|
245
246
|
Chat: "Chat";
|
|
247
|
+
Resolved: "Resolved";
|
|
246
248
|
}>>;
|
|
247
249
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
248
250
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -257,6 +259,7 @@ export declare const activityGetLoggingResponse: zod.ZodObject<{
|
|
|
257
259
|
Created: "Created";
|
|
258
260
|
Updated: "Updated";
|
|
259
261
|
Chat: "Chat";
|
|
262
|
+
Resolved: "Resolved";
|
|
260
263
|
}>>;
|
|
261
264
|
durationMs: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
262
265
|
eventDescription: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -692,6 +695,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
|
|
|
692
695
|
}, zod.core.$strip>;
|
|
693
696
|
}, zod.core.$strip>>>>;
|
|
694
697
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
698
|
+
secret: zod.ZodBoolean;
|
|
695
699
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
696
700
|
}, zod.core.$strip>>>>;
|
|
697
701
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -805,6 +809,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
805
809
|
}, zod.core.$strip>;
|
|
806
810
|
}, zod.core.$strip>>>>;
|
|
807
811
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
812
|
+
secret: zod.ZodBoolean;
|
|
808
813
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
809
814
|
}, zod.core.$strip>>>>;
|
|
810
815
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -1054,7 +1059,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
|
|
|
1054
1059
|
}, zod.core.$strip>>;
|
|
1055
1060
|
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1056
1061
|
flowRunId: zod.ZodString;
|
|
1057
|
-
runAt: zod.ZodISODateTime
|
|
1062
|
+
runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1058
1063
|
status: zod.ZodString;
|
|
1059
1064
|
}, zod.core.$strip>>;
|
|
1060
1065
|
id: zod.ZodString;
|
|
@@ -1199,6 +1204,11 @@ export declare const dataSetsDeleteItemParams: zod.ZodObject<{
|
|
|
1199
1204
|
itemId: zod.ZodString;
|
|
1200
1205
|
}, zod.core.$strict>;
|
|
1201
1206
|
/**
|
|
1207
|
+
* The `isVector` field is deprecated: the platform no longer uses it,
|
|
1208
|
+
and it has no effect on ingestion or querying. It remains available as an
|
|
1209
|
+
optional field for backward compatibility with existing integrations —
|
|
1210
|
+
new integrations should omit it. When omitted, the stored value is
|
|
1211
|
+
preserved on update and defaults to `false` on create.
|
|
1202
1212
|
* @summary Upsert a single property on a dataset.
|
|
1203
1213
|
*/
|
|
1204
1214
|
export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
|
|
@@ -1207,7 +1217,7 @@ export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
|
|
|
1207
1217
|
}, zod.core.$strict>;
|
|
1208
1218
|
export declare const dataSetsAddDataSetPropertyBody: zod.ZodObject<{
|
|
1209
1219
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1210
|
-
isVector: zod.ZodBoolean
|
|
1220
|
+
isVector: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
1211
1221
|
name: zod.ZodString;
|
|
1212
1222
|
}, zod.core.$strict>;
|
|
1213
1223
|
export declare const dataSetsAddDataSetPropertyResponse: zod.ZodObject<{
|
|
@@ -1220,6 +1230,60 @@ export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
|
|
|
1220
1230
|
id: zod.ZodString;
|
|
1221
1231
|
name: zod.ZodString;
|
|
1222
1232
|
}, zod.core.$strict>;
|
|
1233
|
+
/**
|
|
1234
|
+
* @summary Run-centric ingestion history for the dataset (newest first), from the
|
|
1235
|
+
AI API's provenance-stamped run store. `trigger` filters by cause
|
|
1236
|
+
(sync / sweep / manual / reset / unknown); `itemId` narrows to one
|
|
1237
|
+
container item, including runs superseded by later re-ingests.
|
|
1238
|
+
*/
|
|
1239
|
+
export declare const dataSetsGetIngestionRunsPathIdRegExp: RegExp;
|
|
1240
|
+
export declare const dataSetsGetIngestionRunsParams: zod.ZodObject<{
|
|
1241
|
+
id: zod.ZodString;
|
|
1242
|
+
}, zod.core.$strict>;
|
|
1243
|
+
export declare const dataSetsGetIngestionRunsQuerySkipDefault = 0;
|
|
1244
|
+
export declare const dataSetsGetIngestionRunsQueryTakeDefault = 50;
|
|
1245
|
+
export declare const dataSetsGetIngestionRunsQueryItemIdRegExp: RegExp;
|
|
1246
|
+
export declare const dataSetsGetIngestionRunsQueryParams: zod.ZodObject<{
|
|
1247
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1248
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1249
|
+
trigger: zod.ZodOptional<zod.ZodString>;
|
|
1250
|
+
itemId: zod.ZodOptional<zod.ZodString>;
|
|
1251
|
+
}, zod.core.$strict>;
|
|
1252
|
+
export declare const dataSetsGetIngestionRunsResponseDataItemCausedByRegExp: RegExp;
|
|
1253
|
+
export declare const dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp: RegExp;
|
|
1254
|
+
export declare const dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp: RegExp;
|
|
1255
|
+
export declare const dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp: RegExp;
|
|
1256
|
+
export declare const dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp: RegExp;
|
|
1257
|
+
export declare const dataSetsGetIngestionRunsResponseDataItemItemIdRegExp: RegExp;
|
|
1258
|
+
export declare const dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp: RegExp;
|
|
1259
|
+
export declare const dataSetsGetIngestionRunsResponse: zod.ZodObject<{
|
|
1260
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
1261
|
+
causedBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1262
|
+
containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1263
|
+
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1264
|
+
dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1265
|
+
dataSetVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1266
|
+
errors: zod.ZodArray<zod.ZodObject<{
|
|
1267
|
+
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1268
|
+
code: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
1269
|
+
message: zod.ZodString;
|
|
1270
|
+
}, zod.core.$strip>>;
|
|
1271
|
+
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1272
|
+
flowRunId: zod.ZodString;
|
|
1273
|
+
itemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1274
|
+
itemName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1275
|
+
itemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1276
|
+
itemVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1277
|
+
retryOf: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1278
|
+
runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1279
|
+
status: zod.ZodString;
|
|
1280
|
+
trigger: zod.ZodObject<{
|
|
1281
|
+
kind: zod.ZodString;
|
|
1282
|
+
principal: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1283
|
+
}, zod.core.$strip>;
|
|
1284
|
+
}, zod.core.$strip>>;
|
|
1285
|
+
total: zod.ZodNumber;
|
|
1286
|
+
}, zod.core.$strip>;
|
|
1223
1287
|
/**
|
|
1224
1288
|
* @summary Set the per-document scoping config (mode + subject path) on a dataset.
|
|
1225
1289
|
*/
|
|
@@ -1527,6 +1591,15 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
|
|
|
1527
1591
|
export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
|
|
1528
1592
|
credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
|
|
1529
1593
|
}, zod.core.$strict>;
|
|
1594
|
+
/**
|
|
1595
|
+
* @summary Requests an on-demand sync of a data source. The request is queued;
|
|
1596
|
+
the sync service picks it up within ~30 seconds. Repeated requests
|
|
1597
|
+
are safe — concurrent syncs of the same source collapse to one run.
|
|
1598
|
+
*/
|
|
1599
|
+
export declare const dataSourcesRequestSyncPathDataSourceIdRegExp: RegExp;
|
|
1600
|
+
export declare const dataSourcesRequestSyncParams: zod.ZodObject<{
|
|
1601
|
+
dataSourceId: zod.ZodString;
|
|
1602
|
+
}, zod.core.$strict>;
|
|
1530
1603
|
export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
|
|
1531
1604
|
export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
|
|
1532
1605
|
id: zod.ZodString;
|
|
@@ -1809,6 +1882,13 @@ export declare const debugInvokeParams: zod.ZodObject<{
|
|
|
1809
1882
|
}, zod.core.$strict>;
|
|
1810
1883
|
export declare const debugInvokeBodyItem: zod.ZodAny;
|
|
1811
1884
|
export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
|
|
1885
|
+
/**
|
|
1886
|
+
* @summary Mongo index health for the flow-runs store: planned-vs-existing
|
|
1887
|
+
indexes per collection, the latest index-ensure outcome per index
|
|
1888
|
+
(including repeated failures), and any in-flight index
|
|
1889
|
+
transformations with their progress (currentOp).
|
|
1890
|
+
*/
|
|
1891
|
+
export declare const diagnosticsGetMongoIndexesResponse: zod.ZodAny;
|
|
1812
1892
|
/**
|
|
1813
1893
|
* @summary List the current user's drafts (without parsed interfaces — load detail to get those).
|
|
1814
1894
|
*/
|
|
@@ -2275,6 +2355,16 @@ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
|
|
|
2275
2355
|
export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
|
|
2276
2356
|
id: zod.ZodString;
|
|
2277
2357
|
}, zod.core.$strict>;
|
|
2358
|
+
/**
|
|
2359
|
+
* @summary Requests cancellation of a queued or running flow run. Cancellation
|
|
2360
|
+
is cooperative: a queued run is stamped cancelled before it starts;
|
|
2361
|
+
a running flow stops between block executions, typically within
|
|
2362
|
+
seconds. Cancelled runs carry cancelledAt in their basic info.
|
|
2363
|
+
*/
|
|
2364
|
+
export declare const flowRunsCancelFlowRunPathIdRegExpOne: RegExp;
|
|
2365
|
+
export declare const flowRunsCancelFlowRunParams: zod.ZodObject<{
|
|
2366
|
+
id: zod.ZodString;
|
|
2367
|
+
}, zod.core.$strict>;
|
|
2278
2368
|
export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
|
|
2279
2369
|
export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
|
|
2280
2370
|
id: zod.ZodString;
|
|
@@ -2402,6 +2492,7 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
|
|
|
2402
2492
|
}, zod.core.$strict>;
|
|
2403
2493
|
}, zod.core.$strict>>>>;
|
|
2404
2494
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2495
|
+
secret: zod.ZodBoolean;
|
|
2405
2496
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
2406
2497
|
}, zod.core.$strict>>>>;
|
|
2407
2498
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -2818,6 +2909,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
|
|
|
2818
2909
|
WorkSpaceUpdated: "WorkSpaceUpdated";
|
|
2819
2910
|
MessageThreadUpdated: "MessageThreadUpdated";
|
|
2820
2911
|
CommentUpdated: "CommentUpdated";
|
|
2912
|
+
AddedToThread: "AddedToThread";
|
|
2821
2913
|
}>;
|
|
2822
2914
|
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2823
2915
|
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2903,6 +2995,178 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
|
|
|
2903
2995
|
name: zod.ZodString;
|
|
2904
2996
|
}, zod.core.$strip>>;
|
|
2905
2997
|
}, zod.core.$strip>;
|
|
2998
|
+
/**
|
|
2999
|
+
* @summary List configured syncs. status matches the data
|
|
3000
|
+
source's latest completed sync (e.g. Success / Failure), or "never"
|
|
3001
|
+
for sources with no recorded sync. sortBy:
|
|
3002
|
+
name | connector | lastSync (default: path).
|
|
3003
|
+
*/
|
|
3004
|
+
export declare const syncsGetQueryTakeDefault = 50;
|
|
3005
|
+
export declare const syncsGetQuerySkipDefault = 0;
|
|
3006
|
+
export declare const syncsGetQueryDataSourceIdRegExp: RegExp;
|
|
3007
|
+
export declare const syncsGetQueryParams: zod.ZodObject<{
|
|
3008
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3009
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3010
|
+
search: zod.ZodOptional<zod.ZodString>;
|
|
3011
|
+
dataSourceId: zod.ZodOptional<zod.ZodString>;
|
|
3012
|
+
status: zod.ZodOptional<zod.ZodString>;
|
|
3013
|
+
sortBy: zod.ZodOptional<zod.ZodString>;
|
|
3014
|
+
sortDirection: zod.ZodOptional<zod.ZodString>;
|
|
3015
|
+
}, zod.core.$strict>;
|
|
3016
|
+
export declare const syncsGetResponseDataItemDataSetsItemIdRegExp: RegExp;
|
|
3017
|
+
export declare const syncsGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
|
|
3018
|
+
export declare const syncsGetResponseDataItemDataSourceIdRegExp: RegExp;
|
|
3019
|
+
export declare const syncsGetResponseDataItemIdRegExp: RegExp;
|
|
3020
|
+
export declare const syncsGetResponse: zod.ZodObject<{
|
|
3021
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
3022
|
+
dataSets: zod.ZodArray<zod.ZodObject<{
|
|
3023
|
+
id: zod.ZodString;
|
|
3024
|
+
name: zod.ZodString;
|
|
3025
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3026
|
+
}, zod.core.$strip>>;
|
|
3027
|
+
dataSource: zod.ZodObject<{
|
|
3028
|
+
id: zod.ZodString;
|
|
3029
|
+
isQueued: zod.ZodBoolean;
|
|
3030
|
+
isSyncing: zod.ZodBoolean;
|
|
3031
|
+
name: zod.ZodString;
|
|
3032
|
+
sourceType: zod.ZodEnum<{
|
|
3033
|
+
BlobStorage: "BlobStorage";
|
|
3034
|
+
SqlServer: "SqlServer";
|
|
3035
|
+
AzureSql: "AzureSql";
|
|
3036
|
+
Cosmos: "Cosmos";
|
|
3037
|
+
GoogleDrive: "GoogleDrive";
|
|
3038
|
+
SharePoint: "SharePoint";
|
|
3039
|
+
SharePointSite: "SharePointSite";
|
|
3040
|
+
HubSpot: "HubSpot";
|
|
3041
|
+
AzureStorage: "AzureStorage";
|
|
3042
|
+
File: "File";
|
|
3043
|
+
Sitemap: "Sitemap";
|
|
3044
|
+
}>;
|
|
3045
|
+
syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3046
|
+
}, zod.core.$strip>;
|
|
3047
|
+
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3048
|
+
highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3049
|
+
id: zod.ZodString;
|
|
3050
|
+
latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3051
|
+
latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
3052
|
+
latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3053
|
+
latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3054
|
+
name: zod.ZodString;
|
|
3055
|
+
path: zod.ZodString;
|
|
3056
|
+
recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3057
|
+
end: zod.ZodISODateTime;
|
|
3058
|
+
itemCount: zod.ZodNumber;
|
|
3059
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3060
|
+
start: zod.ZodISODateTime;
|
|
3061
|
+
status: zod.ZodString;
|
|
3062
|
+
}, zod.core.$strip>>>>;
|
|
3063
|
+
statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3064
|
+
}, zod.core.$strip>>;
|
|
3065
|
+
total: zod.ZodNumber;
|
|
3066
|
+
}, zod.core.$strip>;
|
|
3067
|
+
/**
|
|
3068
|
+
* @summary The sync-requests queue right now: approximate depth and which data
|
|
3069
|
+
sources have a request WAITING. In-flight requests are invisible to
|
|
3070
|
+
peek (visibility timeout) — that state is each data source's
|
|
3071
|
+
isSyncing flag. Literal route wins over the {containerId} template.
|
|
3072
|
+
*/
|
|
3073
|
+
export declare const syncsGetQueueResponseWaitingDataSourceIdsItemRegExp: RegExp;
|
|
3074
|
+
export declare const syncsGetQueueResponse: zod.ZodObject<{
|
|
3075
|
+
depth: zod.ZodNumber;
|
|
3076
|
+
waitingDataSourceIds: zod.ZodArray<zod.ZodString>;
|
|
3077
|
+
}, zod.core.$strip>;
|
|
3078
|
+
/**
|
|
3079
|
+
* @summary Removes the sync: deletes its data source container config record, so
|
|
3080
|
+
the source selection stops being mirrored from the next sync cycle.
|
|
3081
|
+
Refused (DSC400) while any live dataset still subscribes to it via a
|
|
3082
|
+
container flow trigger. Config-only — already-landed items and copied
|
|
3083
|
+
blobs are not cleaned up here.
|
|
3084
|
+
*/
|
|
3085
|
+
export declare const syncsDeletePathContainerIdRegExp: RegExp;
|
|
3086
|
+
export declare const syncsDeleteParams: zod.ZodObject<{
|
|
3087
|
+
containerId: zod.ZodString;
|
|
3088
|
+
}, zod.core.$strict>;
|
|
3089
|
+
export declare const syncsGetByIdPathContainerIdRegExp: RegExp;
|
|
3090
|
+
export declare const syncsGetByIdParams: zod.ZodObject<{
|
|
3091
|
+
containerId: zod.ZodString;
|
|
3092
|
+
}, zod.core.$strict>;
|
|
3093
|
+
export declare const syncsGetByIdResponseDataSetsItemIdRegExp: RegExp;
|
|
3094
|
+
export declare const syncsGetByIdResponseDataSetsItemVersionRegExp: RegExp;
|
|
3095
|
+
export declare const syncsGetByIdResponseDataSourceIdRegExp: RegExp;
|
|
3096
|
+
export declare const syncsGetByIdResponseIdRegExp: RegExp;
|
|
3097
|
+
export declare const syncsGetByIdResponse: zod.ZodObject<{
|
|
3098
|
+
dataSets: zod.ZodArray<zod.ZodObject<{
|
|
3099
|
+
id: zod.ZodString;
|
|
3100
|
+
name: zod.ZodString;
|
|
3101
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3102
|
+
}, zod.core.$strip>>;
|
|
3103
|
+
dataSource: zod.ZodObject<{
|
|
3104
|
+
id: zod.ZodString;
|
|
3105
|
+
isQueued: zod.ZodBoolean;
|
|
3106
|
+
isSyncing: zod.ZodBoolean;
|
|
3107
|
+
name: zod.ZodString;
|
|
3108
|
+
sourceType: zod.ZodEnum<{
|
|
3109
|
+
BlobStorage: "BlobStorage";
|
|
3110
|
+
SqlServer: "SqlServer";
|
|
3111
|
+
AzureSql: "AzureSql";
|
|
3112
|
+
Cosmos: "Cosmos";
|
|
3113
|
+
GoogleDrive: "GoogleDrive";
|
|
3114
|
+
SharePoint: "SharePoint";
|
|
3115
|
+
SharePointSite: "SharePointSite";
|
|
3116
|
+
HubSpot: "HubSpot";
|
|
3117
|
+
AzureStorage: "AzureStorage";
|
|
3118
|
+
File: "File";
|
|
3119
|
+
Sitemap: "Sitemap";
|
|
3120
|
+
}>;
|
|
3121
|
+
syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3122
|
+
}, zod.core.$strip>;
|
|
3123
|
+
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3124
|
+
highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3125
|
+
id: zod.ZodString;
|
|
3126
|
+
latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3127
|
+
latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
3128
|
+
latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3129
|
+
latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3130
|
+
name: zod.ZodString;
|
|
3131
|
+
path: zod.ZodString;
|
|
3132
|
+
recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3133
|
+
end: zod.ZodISODateTime;
|
|
3134
|
+
itemCount: zod.ZodNumber;
|
|
3135
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3136
|
+
start: zod.ZodISODateTime;
|
|
3137
|
+
status: zod.ZodString;
|
|
3138
|
+
}, zod.core.$strip>>>>;
|
|
3139
|
+
statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3140
|
+
}, zod.core.$strip>;
|
|
3141
|
+
/**
|
|
3142
|
+
* @summary The sync's landed items (read-only metadata), proxied from the AI API's
|
|
3143
|
+
container-items endpoint.
|
|
3144
|
+
*/
|
|
3145
|
+
export declare const syncsGetItemsPathContainerIdRegExp: RegExp;
|
|
3146
|
+
export declare const syncsGetItemsParams: zod.ZodObject<{
|
|
3147
|
+
containerId: zod.ZodString;
|
|
3148
|
+
}, zod.core.$strict>;
|
|
3149
|
+
export declare const syncsGetItemsQuerySkipDefault = 0;
|
|
3150
|
+
export declare const syncsGetItemsQueryTakeDefault = 50;
|
|
3151
|
+
export declare const syncsGetItemsQueryParams: zod.ZodObject<{
|
|
3152
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3153
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3154
|
+
}, zod.core.$strict>;
|
|
3155
|
+
export declare const syncsGetItemsResponseDataItemContainerIdRegExp: RegExp;
|
|
3156
|
+
export declare const syncsGetItemsResponseDataItemIdRegExp: RegExp;
|
|
3157
|
+
export declare const syncsGetItemsResponse: zod.ZodObject<{
|
|
3158
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
3159
|
+
blobUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3160
|
+
bytes: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3161
|
+
containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3162
|
+
id: zod.ZodString;
|
|
3163
|
+
isJson: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
3164
|
+
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3165
|
+
path: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3166
|
+
pending: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
3167
|
+
}, zod.core.$strip>>;
|
|
3168
|
+
total: zod.ZodNumber;
|
|
3169
|
+
}, zod.core.$strip>;
|
|
2906
3170
|
/**
|
|
2907
3171
|
* @summary Gets Tenant Id
|
|
2908
3172
|
*/
|
|
@@ -3174,6 +3438,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
|
|
|
3174
3438
|
sortBy: zod.ZodOptional<zod.ZodString>;
|
|
3175
3439
|
sortDirection: zod.ZodOptional<zod.ZodString>;
|
|
3176
3440
|
}, zod.core.$strict>;
|
|
3441
|
+
export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
|
|
3177
3442
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
3178
3443
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
3179
3444
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
@@ -3194,6 +3459,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
|
|
|
3194
3459
|
export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
|
|
3195
3460
|
export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
3196
3461
|
data: zod.ZodArray<zod.ZodObject<{
|
|
3462
|
+
connectors: zod.ZodArray<zod.ZodObject<{
|
|
3463
|
+
id: zod.ZodString;
|
|
3464
|
+
kind: zod.ZodString;
|
|
3465
|
+
name: zod.ZodString;
|
|
3466
|
+
}, zod.core.$strip>>;
|
|
3197
3467
|
createdAt: zod.ZodISODateTime;
|
|
3198
3468
|
createdByUserId: zod.ZodString;
|
|
3199
3469
|
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
@@ -3240,6 +3510,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
|
3240
3510
|
}, zod.core.$strip>;
|
|
3241
3511
|
}, zod.core.$strip>>>>;
|
|
3242
3512
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3513
|
+
secret: zod.ZodBoolean;
|
|
3243
3514
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3244
3515
|
}, zod.core.$strip>>>>;
|
|
3245
3516
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -3464,6 +3735,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
|
|
|
3464
3735
|
export declare const workSpacesGetIdParams: zod.ZodObject<{
|
|
3465
3736
|
id: zod.ZodString;
|
|
3466
3737
|
}, zod.core.$strict>;
|
|
3738
|
+
export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
|
|
3467
3739
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
3468
3740
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
3469
3741
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
@@ -3483,6 +3755,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
|
|
|
3483
3755
|
export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
|
|
3484
3756
|
export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
|
|
3485
3757
|
export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
3758
|
+
connectors: zod.ZodArray<zod.ZodObject<{
|
|
3759
|
+
id: zod.ZodString;
|
|
3760
|
+
kind: zod.ZodString;
|
|
3761
|
+
name: zod.ZodString;
|
|
3762
|
+
}, zod.core.$strip>>;
|
|
3486
3763
|
createdAt: zod.ZodISODateTime;
|
|
3487
3764
|
createdByUserId: zod.ZodString;
|
|
3488
3765
|
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
@@ -3529,6 +3806,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
|
3529
3806
|
}, zod.core.$strip>;
|
|
3530
3807
|
}, zod.core.$strip>>>>;
|
|
3531
3808
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3809
|
+
secret: zod.ZodBoolean;
|
|
3532
3810
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3533
3811
|
}, zod.core.$strip>>>>;
|
|
3534
3812
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -3831,6 +4109,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
|
|
|
3831
4109
|
temperature: zod.ZodNumber;
|
|
3832
4110
|
topP: zod.ZodNumber;
|
|
3833
4111
|
}, zod.core.$strict>;
|
|
4112
|
+
/**
|
|
4113
|
+
* @summary Detaches a connector from a workspace. Flows still referencing it
|
|
4114
|
+
fail at resolve time rather than silently keeping access.
|
|
4115
|
+
*/
|
|
4116
|
+
export declare const workSpacesRemoveConnectorPathWorkspaceIdRegExp: RegExp;
|
|
4117
|
+
export declare const workSpacesRemoveConnectorPathConnectorIdRegExp: RegExp;
|
|
4118
|
+
export declare const workSpacesRemoveConnectorParams: zod.ZodObject<{
|
|
4119
|
+
workspaceId: zod.ZodString;
|
|
4120
|
+
connectorId: zod.ZodString;
|
|
4121
|
+
}, zod.core.$strict>;
|
|
4122
|
+
/**
|
|
4123
|
+
* @summary Attaches a connector to a workspace — the access model for external
|
|
4124
|
+
connectors, mirroring dataspaces. Only after this can a flow in the
|
|
4125
|
+
workspace reference the connector, and the resolve endpoint checks
|
|
4126
|
+
the same attachment at call time.
|
|
4127
|
+
*/
|
|
4128
|
+
export declare const workSpacesAddConnectorPathWorkspaceIdRegExp: RegExp;
|
|
4129
|
+
export declare const workSpacesAddConnectorPathConnectorIdRegExp: RegExp;
|
|
4130
|
+
export declare const workSpacesAddConnectorParams: zod.ZodObject<{
|
|
4131
|
+
workspaceId: zod.ZodString;
|
|
4132
|
+
connectorId: zod.ZodString;
|
|
4133
|
+
}, zod.core.$strict>;
|
|
3834
4134
|
/**
|
|
3835
4135
|
* @summary Removes a data space from a workspace.
|
|
3836
4136
|
*/
|
|
@@ -4007,6 +4307,7 @@ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
|
|
|
4007
4307
|
}, zod.core.$strip>;
|
|
4008
4308
|
}, zod.core.$strip>>>>;
|
|
4009
4309
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
4310
|
+
secret: zod.ZodBoolean;
|
|
4010
4311
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
4011
4312
|
}, zod.core.$strip>>>>;
|
|
4012
4313
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -4068,6 +4369,7 @@ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
|
|
|
4068
4369
|
}, zod.core.$strict>;
|
|
4069
4370
|
}, zod.core.$strict>>>>;
|
|
4070
4371
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
4372
|
+
secret: zod.ZodBoolean;
|
|
4071
4373
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
4072
4374
|
}, zod.core.$strict>>>>;
|
|
4073
4375
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -4095,6 +4397,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
|
|
|
4095
4397
|
workspaceId: zod.ZodString;
|
|
4096
4398
|
}, zod.core.$strict>;
|
|
4097
4399
|
export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
|
|
4400
|
+
/**
|
|
4401
|
+
* @summary Lists connectors with their auth settings — never a credential.
|
|
4402
|
+
*/
|
|
4403
|
+
export declare const connectorsGetConnectorsQueryParams: zod.ZodObject<{
|
|
4404
|
+
kind: zod.ZodOptional<zod.ZodString>;
|
|
4405
|
+
}, zod.core.$strict>;
|
|
4406
|
+
export declare const connectorsGetConnectorsResponseIdRegExp: RegExp;
|
|
4407
|
+
export declare const connectorsGetConnectorsResponseItem: zod.ZodObject<{
|
|
4408
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4409
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4410
|
+
authType: zod.ZodString;
|
|
4411
|
+
createdAt: zod.ZodISODateTime;
|
|
4412
|
+
createdByUserId: zod.ZodString;
|
|
4413
|
+
hasSecret: zod.ZodBoolean;
|
|
4414
|
+
id: zod.ZodString;
|
|
4415
|
+
kind: zod.ZodString;
|
|
4416
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4417
|
+
modifiedByUserId: zod.ZodString;
|
|
4418
|
+
name: zod.ZodString;
|
|
4419
|
+
url: zod.ZodString;
|
|
4420
|
+
}, zod.core.$strip>;
|
|
4421
|
+
export declare const connectorsGetConnectorsResponse: zod.ZodArray<zod.ZodObject<{
|
|
4422
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4423
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4424
|
+
authType: zod.ZodString;
|
|
4425
|
+
createdAt: zod.ZodISODateTime;
|
|
4426
|
+
createdByUserId: zod.ZodString;
|
|
4427
|
+
hasSecret: zod.ZodBoolean;
|
|
4428
|
+
id: zod.ZodString;
|
|
4429
|
+
kind: zod.ZodString;
|
|
4430
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4431
|
+
modifiedByUserId: zod.ZodString;
|
|
4432
|
+
name: zod.ZodString;
|
|
4433
|
+
url: zod.ZodString;
|
|
4434
|
+
}, zod.core.$strip>>;
|
|
4435
|
+
/**
|
|
4436
|
+
* @summary Creates a connector and its shared credential in one call: the value
|
|
4437
|
+
goes to Key Vault, the row stores only the reference.
|
|
4438
|
+
*/
|
|
4439
|
+
export declare const connectorsCreateConnectorBody: zod.ZodObject<{
|
|
4440
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4441
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4442
|
+
authType: zod.ZodString;
|
|
4443
|
+
kind: zod.ZodString;
|
|
4444
|
+
name: zod.ZodString;
|
|
4445
|
+
secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4446
|
+
url: zod.ZodString;
|
|
4447
|
+
}, zod.core.$strict>;
|
|
4448
|
+
/**
|
|
4449
|
+
* @summary Picker list for workspace editors: id, name and kind only. Gated on
|
|
4450
|
+
WorkspaceEdit rather than Admin because attaching a connector to a
|
|
4451
|
+
workspace is a workspace-editor action, and the picker is how they
|
|
4452
|
+
choose one. Admins pass this gate via the role bypass.
|
|
4453
|
+
*/
|
|
4454
|
+
export declare const connectorsGetConnectorSummariesQueryParams: zod.ZodObject<{
|
|
4455
|
+
kind: zod.ZodOptional<zod.ZodString>;
|
|
4456
|
+
}, zod.core.$strict>;
|
|
4457
|
+
export declare const connectorsGetConnectorSummariesResponseIdRegExp: RegExp;
|
|
4458
|
+
export declare const connectorsGetConnectorSummariesResponseItem: zod.ZodObject<{
|
|
4459
|
+
id: zod.ZodString;
|
|
4460
|
+
kind: zod.ZodString;
|
|
4461
|
+
name: zod.ZodString;
|
|
4462
|
+
}, zod.core.$strip>;
|
|
4463
|
+
export declare const connectorsGetConnectorSummariesResponse: zod.ZodArray<zod.ZodObject<{
|
|
4464
|
+
id: zod.ZodString;
|
|
4465
|
+
kind: zod.ZodString;
|
|
4466
|
+
name: zod.ZodString;
|
|
4467
|
+
}, zod.core.$strip>>;
|
|
4468
|
+
export declare const connectorsDeleteConnectorPathIdRegExp: RegExp;
|
|
4469
|
+
export declare const connectorsDeleteConnectorParams: zod.ZodObject<{
|
|
4470
|
+
id: zod.ZodString;
|
|
4471
|
+
}, zod.core.$strict>;
|
|
4472
|
+
export declare const connectorsGetConnectorPathIdRegExp: RegExp;
|
|
4473
|
+
export declare const connectorsGetConnectorParams: zod.ZodObject<{
|
|
4474
|
+
id: zod.ZodString;
|
|
4475
|
+
}, zod.core.$strict>;
|
|
4476
|
+
export declare const connectorsGetConnectorResponseIdRegExp: RegExp;
|
|
4477
|
+
export declare const connectorsGetConnectorResponse: zod.ZodObject<{
|
|
4478
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4479
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4480
|
+
authType: zod.ZodString;
|
|
4481
|
+
createdAt: zod.ZodISODateTime;
|
|
4482
|
+
createdByUserId: zod.ZodString;
|
|
4483
|
+
hasSecret: zod.ZodBoolean;
|
|
4484
|
+
id: zod.ZodString;
|
|
4485
|
+
kind: zod.ZodString;
|
|
4486
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4487
|
+
modifiedByUserId: zod.ZodString;
|
|
4488
|
+
name: zod.ZodString;
|
|
4489
|
+
url: zod.ZodString;
|
|
4490
|
+
}, zod.core.$strip>;
|
|
4491
|
+
/**
|
|
4492
|
+
* @summary Updates a connector. Omit `Secret` to leave the credential
|
|
4493
|
+
untouched; supply one to rotate it.
|
|
4494
|
+
*/
|
|
4495
|
+
export declare const connectorsUpdateConnectorPathIdRegExp: RegExp;
|
|
4496
|
+
export declare const connectorsUpdateConnectorParams: zod.ZodObject<{
|
|
4497
|
+
id: zod.ZodString;
|
|
4498
|
+
}, zod.core.$strict>;
|
|
4499
|
+
export declare const connectorsUpdateConnectorBody: zod.ZodObject<{
|
|
4500
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4501
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4502
|
+
authType: zod.ZodString;
|
|
4503
|
+
name: zod.ZodString;
|
|
4504
|
+
secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4505
|
+
url: zod.ZodString;
|
|
4506
|
+
}, zod.core.$strict>;
|
|
4507
|
+
export declare const connectorsUpdateConnectorResponseIdRegExp: RegExp;
|
|
4508
|
+
export declare const connectorsUpdateConnectorResponse: zod.ZodObject<{
|
|
4509
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4510
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4511
|
+
authType: zod.ZodString;
|
|
4512
|
+
createdAt: zod.ZodISODateTime;
|
|
4513
|
+
createdByUserId: zod.ZodString;
|
|
4514
|
+
hasSecret: zod.ZodBoolean;
|
|
4515
|
+
id: zod.ZodString;
|
|
4516
|
+
kind: zod.ZodString;
|
|
4517
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4518
|
+
modifiedByUserId: zod.ZodString;
|
|
4519
|
+
name: zod.ZodString;
|
|
4520
|
+
url: zod.ZodString;
|
|
4521
|
+
}, zod.core.$strip>;
|
|
4098
4522
|
/**
|
|
4099
4523
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
4100
4524
|
*/
|
|
@@ -4108,6 +4532,60 @@ export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
|
|
|
4108
4532
|
export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
|
|
4109
4533
|
uri: zod.ZodURL;
|
|
4110
4534
|
}, zod.core.$strip>;
|
|
4535
|
+
/**
|
|
4536
|
+
* @summary Lists all managed secrets — names and audit metadata only, never values.
|
|
4537
|
+
*/
|
|
4538
|
+
export declare const managedSecretsGetManagedSecretsResponseIdRegExp: RegExp;
|
|
4539
|
+
export declare const managedSecretsGetManagedSecretsResponseItem: zod.ZodObject<{
|
|
4540
|
+
createdAt: zod.ZodISODateTime;
|
|
4541
|
+
createdByUserId: zod.ZodString;
|
|
4542
|
+
id: zod.ZodString;
|
|
4543
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4544
|
+
modifiedByUserId: zod.ZodString;
|
|
4545
|
+
name: zod.ZodString;
|
|
4546
|
+
}, zod.core.$strip>;
|
|
4547
|
+
export declare const managedSecretsGetManagedSecretsResponse: zod.ZodArray<zod.ZodObject<{
|
|
4548
|
+
createdAt: zod.ZodISODateTime;
|
|
4549
|
+
createdByUserId: zod.ZodString;
|
|
4550
|
+
id: zod.ZodString;
|
|
4551
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4552
|
+
modifiedByUserId: zod.ZodString;
|
|
4553
|
+
name: zod.ZodString;
|
|
4554
|
+
}, zod.core.$strip>>;
|
|
4555
|
+
/**
|
|
4556
|
+
* @summary Creates a named secret: writes the value to Key Vault and stores only
|
|
4557
|
+
the vault reference.
|
|
4558
|
+
*/
|
|
4559
|
+
export declare const managedSecretsCreateManagedSecretBody: zod.ZodObject<{
|
|
4560
|
+
name: zod.ZodString;
|
|
4561
|
+
value: zod.ZodString;
|
|
4562
|
+
}, zod.core.$strict>;
|
|
4563
|
+
/**
|
|
4564
|
+
* @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
|
|
4565
|
+
*/
|
|
4566
|
+
export declare const managedSecretsDeleteManagedSecretParams: zod.ZodObject<{
|
|
4567
|
+
name: zod.ZodString;
|
|
4568
|
+
}, zod.core.$strict>;
|
|
4569
|
+
/**
|
|
4570
|
+
* @summary Overwrites (rotates) a secret's value — a new Key Vault version under
|
|
4571
|
+
the same vault key. The value is write-only; nothing is returned but
|
|
4572
|
+
audit metadata.
|
|
4573
|
+
*/
|
|
4574
|
+
export declare const managedSecretsOverwriteManagedSecretValueParams: zod.ZodObject<{
|
|
4575
|
+
name: zod.ZodString;
|
|
4576
|
+
}, zod.core.$strict>;
|
|
4577
|
+
export declare const managedSecretsOverwriteManagedSecretValueBody: zod.ZodObject<{
|
|
4578
|
+
value: zod.ZodString;
|
|
4579
|
+
}, zod.core.$strict>;
|
|
4580
|
+
export declare const managedSecretsOverwriteManagedSecretValueResponseIdRegExp: RegExp;
|
|
4581
|
+
export declare const managedSecretsOverwriteManagedSecretValueResponse: zod.ZodObject<{
|
|
4582
|
+
createdAt: zod.ZodISODateTime;
|
|
4583
|
+
createdByUserId: zod.ZodString;
|
|
4584
|
+
id: zod.ZodString;
|
|
4585
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4586
|
+
modifiedByUserId: zod.ZodString;
|
|
4587
|
+
name: zod.ZodString;
|
|
4588
|
+
}, zod.core.$strip>;
|
|
4111
4589
|
export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
|
|
4112
4590
|
export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
|
|
4113
4591
|
workSpaceId: zod.ZodString;
|
|
@@ -4224,6 +4702,35 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
|
|
|
4224
4702
|
}, zod.core.$strip>>;
|
|
4225
4703
|
total: zod.ZodNumber;
|
|
4226
4704
|
}, zod.core.$strip>;
|
|
4705
|
+
/**
|
|
4706
|
+
* @summary Lists a workspace's flow runs, newest first (chat threads, designer
|
|
4707
|
+
runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
|
|
4708
|
+
*/
|
|
4709
|
+
export declare const flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp: RegExp;
|
|
4710
|
+
export declare const flowRunsGetWorkspaceRunsParams: zod.ZodObject<{
|
|
4711
|
+
workspaceId: zod.ZodString;
|
|
4712
|
+
}, zod.core.$strict>;
|
|
4713
|
+
export declare const flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
|
|
4714
|
+
export declare const flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
|
|
4715
|
+
export declare const flowRunsGetWorkspaceRunsQueryParams: zod.ZodObject<{
|
|
4716
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
4717
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
4718
|
+
}, zod.core.$strict>;
|
|
4719
|
+
export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp: RegExp;
|
|
4720
|
+
export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp: RegExp;
|
|
4721
|
+
export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp: RegExp;
|
|
4722
|
+
export declare const flowRunsGetWorkspaceRunsResponse: zod.ZodObject<{
|
|
4723
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
4724
|
+
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
4725
|
+
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
4726
|
+
flowDefinitionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4727
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4728
|
+
flowRunId: zod.ZodString;
|
|
4729
|
+
runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
4730
|
+
status: zod.ZodString;
|
|
4731
|
+
}, zod.core.$strip>>;
|
|
4732
|
+
total: zod.ZodNumber;
|
|
4733
|
+
}, zod.core.$strip>;
|
|
4227
4734
|
/**
|
|
4228
4735
|
* @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
|
|
4229
4736
|
*/
|