@smartspace/api-client 0.1.0-dev.49afd9b → 0.1.0-dev.4c8085b
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 +75 -0
- package/dist/generated/chat/api.msw.js +630 -0
- package/dist/generated/chat/models/aiModel.d.ts +1 -0
- package/dist/generated/chat/models/aiModelSummary.d.ts +1 -0
- package/dist/generated/chat/models/connectorsConnectorSummary.d.ts +12 -0
- package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
- package/dist/generated/chat/models/dataSourceContainer.d.ts +2 -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/messagesMessageError.d.ts +2 -0
- package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/chat/zod.d.ts +32 -0
- package/dist/generated/chat/zod.js +37 -6
- package/dist/generated/config/api.d.ts +65 -3
- package/dist/generated/config/api.js +285 -2
- package/dist/generated/config/api.msw.d.ts +296 -0
- package/dist/generated/config/api.msw.js +2798 -0
- package/dist/generated/config/models/aiModel.d.ts +1 -0
- package/dist/generated/config/models/aiModelSummary.d.ts +1 -0
- package/dist/generated/config/models/blocksBlockSet.d.ts +3 -1
- package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → blocksRenameBlockSetRequest.d.ts} +2 -3
- package/dist/generated/config/models/blocksUsedInRef.d.ts +11 -0
- package/dist/generated/config/models/blocksUsedInRef.js +8 -0
- 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/dataSetsCreateDataSetContainer.d.ts +2 -0
- package/dist/generated/config/models/dataSetsDataSet.d.ts +4 -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/dataSetsSetDataSetScoping.d.ts +12 -0
- package/dist/generated/config/models/dataSetsSetDataSetScoping.js +2 -0
- package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
- package/dist/generated/config/models/dataSourceContainer.d.ts +2 -0
- package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
- package/dist/generated/config/models/draftsPublishDraftRequest.d.ts +11 -0
- package/dist/generated/config/models/draftsPublishDraftRequest.js +8 -0
- package/dist/generated/config/models/draftsPublishDraftResponse.d.ts +13 -0
- package/dist/generated/config/models/draftsPublishDraftResponse.js +2 -0
- package/dist/generated/config/models/draftsPublishedBlockRef.d.ts +10 -0
- package/dist/generated/config/models/draftsPublishedBlockRef.js +8 -0
- package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
- package/dist/generated/config/models/enumsActivityType.js +1 -0
- package/dist/generated/config/models/enumsDataSetScopingMode.d.ts +11 -0
- package/dist/generated/config/models/enumsDataSetScopingMode.js +14 -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/enumsPermissions.d.ts +2 -13
- package/dist/generated/config/models/enumsPermissions.js +0 -20
- package/dist/generated/config/models/enumsPermissionsItem.d.ts +18 -0
- package/dist/generated/config/models/enumsPermissionsItem.js +21 -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 +43 -1
- package/dist/generated/config/models/index.js +43 -1
- package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.js +8 -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/integrationsSmartSpaceAiSdkBlockRef.d.ts +10 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.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/messagesMessageError.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.js +2 -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/pagedDataCollectionUsersServicePrincipalDetail.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.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/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
- package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -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/usersAppUserSummary.d.ts +16 -0
- package/dist/generated/config/models/usersAppUserSummary.js +8 -0
- package/dist/generated/config/models/usersServicePrincipalDetail.d.ts +14 -0
- package/dist/generated/config/models/usersServicePrincipalDetail.js +2 -0
- package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/config/zod.d.ts +811 -66
- package/dist/generated/config/zod.js +662 -40
- 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/mocks.d.ts +2 -0
- package/dist/mocks.js +42 -0
- package/dist/signalr.d.ts +2 -0
- package/dist/signalr.js +3 -0
- package/package.json +25 -3
- /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → blocksRenameBlockSetRequest.js} +0 -0
|
@@ -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>>;
|
|
@@ -320,6 +323,8 @@ export declare const blockSetsGetBlockSetsQueryParams: zod.ZodObject<{
|
|
|
320
323
|
types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
321
324
|
}, zod.core.$strict>;
|
|
322
325
|
export declare const blockSetsGetBlockSetsResponseIdRegExp: RegExp;
|
|
326
|
+
export declare const blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp: RegExp;
|
|
327
|
+
export declare const blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp: RegExp;
|
|
323
328
|
export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
|
|
324
329
|
blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
325
330
|
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
@@ -389,7 +394,14 @@ export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
|
|
|
389
394
|
Custom: "Custom";
|
|
390
395
|
Debug: "Debug";
|
|
391
396
|
}>;
|
|
392
|
-
|
|
397
|
+
usedInDataSets: zod.ZodArray<zod.ZodObject<{
|
|
398
|
+
id: zod.ZodString;
|
|
399
|
+
name: zod.ZodString;
|
|
400
|
+
}, zod.core.$strip>>;
|
|
401
|
+
usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
|
|
402
|
+
id: zod.ZodString;
|
|
403
|
+
name: zod.ZodString;
|
|
404
|
+
}, zod.core.$strip>>;
|
|
393
405
|
}, zod.core.$strip>;
|
|
394
406
|
export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
|
|
395
407
|
blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -460,7 +472,14 @@ export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
460
472
|
Custom: "Custom";
|
|
461
473
|
Debug: "Debug";
|
|
462
474
|
}>;
|
|
463
|
-
|
|
475
|
+
usedInDataSets: zod.ZodArray<zod.ZodObject<{
|
|
476
|
+
id: zod.ZodString;
|
|
477
|
+
name: zod.ZodString;
|
|
478
|
+
}, zod.core.$strip>>;
|
|
479
|
+
usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
|
|
480
|
+
id: zod.ZodString;
|
|
481
|
+
name: zod.ZodString;
|
|
482
|
+
}, zod.core.$strip>>;
|
|
464
483
|
}, zod.core.$strip>>;
|
|
465
484
|
/**
|
|
466
485
|
* @summary Get the saved Python source code for a deployed custom block set.
|
|
@@ -480,6 +499,18 @@ export declare const blockSetsGetDeployedBlockFilesParams: zod.ZodObject<{
|
|
|
480
499
|
export declare const blockSetsDeleteBlockSetParams: zod.ZodObject<{
|
|
481
500
|
name: zod.ZodString;
|
|
482
501
|
}, zod.core.$strict>;
|
|
502
|
+
/**
|
|
503
|
+
* @summary Rename a published custom block set (all versions). Set names are
|
|
504
|
+
organizational — flows bind to block (class) names, so renaming never
|
|
505
|
+
breaks a flow. Admin-only (the attribute must be method-level: the
|
|
506
|
+
Admin policy handler ignores class-level `[AuthorizeAdmin]`).
|
|
507
|
+
*/
|
|
508
|
+
export declare const blockSetsRenameBlockSetParams: zod.ZodObject<{
|
|
509
|
+
name: zod.ZodString;
|
|
510
|
+
}, zod.core.$strict>;
|
|
511
|
+
export declare const blockSetsRenameBlockSetBody: zod.ZodObject<{
|
|
512
|
+
newName: zod.ZodString;
|
|
513
|
+
}, zod.core.$strict>;
|
|
483
514
|
/**
|
|
484
515
|
* @summary Adds a new custom block set.
|
|
485
516
|
*/
|
|
@@ -567,6 +598,35 @@ export declare const blocksGetBlocksResponse: zod.ZodRecord<zod.ZodString, zod.Z
|
|
|
567
598
|
}>;
|
|
568
599
|
version: zod.ZodString;
|
|
569
600
|
}, zod.core.$strip>>>;
|
|
601
|
+
/**
|
|
602
|
+
* @summary List the SDK's built-in blocks (smartspace.* modules) for the
|
|
603
|
+
custom-blocks draft picker. App-native blocks (LLMs etc.) are
|
|
604
|
+
excluded upstream. Admin-only (method-level attribute — the Admin
|
|
605
|
+
policy handler ignores class-level `[AuthorizeAdmin]`).
|
|
606
|
+
*/
|
|
607
|
+
export declare const blocksGetSdkBlocksResponseItem: zod.ZodObject<{
|
|
608
|
+
name: zod.ZodString;
|
|
609
|
+
version: zod.ZodString;
|
|
610
|
+
}, zod.core.$strip>;
|
|
611
|
+
export declare const blocksGetSdkBlocksResponse: zod.ZodArray<zod.ZodObject<{
|
|
612
|
+
name: zod.ZodString;
|
|
613
|
+
version: zod.ZodString;
|
|
614
|
+
}, zod.core.$strip>>;
|
|
615
|
+
/**
|
|
616
|
+
* @summary Get the Python source of a native/SDK block — used by the custom-blocks
|
|
617
|
+
page as a starting scaffold when creating a draft. Admin-only (the
|
|
618
|
+
attribute must be method-level: the Admin policy handler ignores
|
|
619
|
+
class-level `[AuthorizeAdmin]`).
|
|
620
|
+
*/
|
|
621
|
+
export declare const blocksGetBlockSourceParams: zod.ZodObject<{
|
|
622
|
+
name: zod.ZodString;
|
|
623
|
+
version: zod.ZodString;
|
|
624
|
+
}, zod.core.$strict>;
|
|
625
|
+
export declare const blocksGetBlockSourceResponse: zod.ZodObject<{
|
|
626
|
+
code: zod.ZodString;
|
|
627
|
+
name: zod.ZodString;
|
|
628
|
+
version: zod.ZodString;
|
|
629
|
+
}, zod.core.$strip>;
|
|
570
630
|
/**
|
|
571
631
|
* @summary Manually trigger reingestion of a specific container item.
|
|
572
632
|
*/
|
|
@@ -644,6 +704,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
|
|
|
644
704
|
}, zod.core.$strip>;
|
|
645
705
|
}, zod.core.$strip>>>>;
|
|
646
706
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
707
|
+
secret: zod.ZodBoolean;
|
|
647
708
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
648
709
|
}, zod.core.$strip>>>>;
|
|
649
710
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -668,6 +729,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
|
|
|
668
729
|
triggers: zod.ZodArray<zod.ZodObject<{
|
|
669
730
|
dataSourceContainer: zod.ZodObject<{
|
|
670
731
|
dataSourceId: zod.ZodString;
|
|
732
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
671
733
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
672
734
|
operator: zod.ZodString;
|
|
673
735
|
propertyName: zod.ZodString;
|
|
@@ -757,6 +819,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
757
819
|
}, zod.core.$strip>;
|
|
758
820
|
}, zod.core.$strip>>>>;
|
|
759
821
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
822
|
+
secret: zod.ZodBoolean;
|
|
760
823
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
761
824
|
}, zod.core.$strip>>>>;
|
|
762
825
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -781,6 +844,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
781
844
|
triggers: zod.ZodArray<zod.ZodObject<{
|
|
782
845
|
dataSourceContainer: zod.ZodObject<{
|
|
783
846
|
dataSourceId: zod.ZodString;
|
|
847
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
784
848
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
785
849
|
operator: zod.ZodString;
|
|
786
850
|
propertyName: zod.ZodString;
|
|
@@ -848,6 +912,11 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
|
|
|
848
912
|
isVector: zod.ZodBoolean;
|
|
849
913
|
name: zod.ZodString;
|
|
850
914
|
}, zod.core.$strip>>;
|
|
915
|
+
scopingMode: zod.ZodEnum<{
|
|
916
|
+
Unrestricted: "Unrestricted";
|
|
917
|
+
PerSubject: "PerSubject";
|
|
918
|
+
}>;
|
|
919
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
851
920
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
852
921
|
}, zod.core.$strip>>;
|
|
853
922
|
total: zod.ZodNumber;
|
|
@@ -905,6 +974,11 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
|
|
|
905
974
|
isVector: zod.ZodBoolean;
|
|
906
975
|
name: zod.ZodString;
|
|
907
976
|
}, zod.core.$strip>>;
|
|
977
|
+
scopingMode: zod.ZodEnum<{
|
|
978
|
+
Unrestricted: "Unrestricted";
|
|
979
|
+
PerSubject: "PerSubject";
|
|
980
|
+
}>;
|
|
981
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
908
982
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
909
983
|
}, zod.core.$strip>;
|
|
910
984
|
/**
|
|
@@ -918,6 +992,7 @@ export declare const dataSetsPutBodyIdRegExp: RegExp;
|
|
|
918
992
|
export declare const dataSetsPutBody: zod.ZodObject<{
|
|
919
993
|
containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
920
994
|
dataSourceId: zod.ZodString;
|
|
995
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
921
996
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
922
997
|
operator: zod.ZodString;
|
|
923
998
|
propertyName: zod.ZodString;
|
|
@@ -948,6 +1023,11 @@ export declare const dataSetsPutResponse: zod.ZodObject<{
|
|
|
948
1023
|
isVector: zod.ZodBoolean;
|
|
949
1024
|
name: zod.ZodString;
|
|
950
1025
|
}, zod.core.$strip>>;
|
|
1026
|
+
scopingMode: zod.ZodEnum<{
|
|
1027
|
+
Unrestricted: "Unrestricted";
|
|
1028
|
+
PerSubject: "PerSubject";
|
|
1029
|
+
}>;
|
|
1030
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
951
1031
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
952
1032
|
}, zod.core.$strip>;
|
|
953
1033
|
/**
|
|
@@ -991,7 +1071,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
|
|
|
991
1071
|
}, zod.core.$strip>>;
|
|
992
1072
|
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
993
1073
|
flowRunId: zod.ZodString;
|
|
994
|
-
runAt: zod.ZodISODateTime
|
|
1074
|
+
runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
995
1075
|
status: zod.ZodString;
|
|
996
1076
|
}, zod.core.$strip>>;
|
|
997
1077
|
id: zod.ZodString;
|
|
@@ -1029,6 +1109,11 @@ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
|
|
|
1029
1109
|
isVector: zod.ZodBoolean;
|
|
1030
1110
|
name: zod.ZodString;
|
|
1031
1111
|
}, zod.core.$strip>>;
|
|
1112
|
+
scopingMode: zod.ZodEnum<{
|
|
1113
|
+
Unrestricted: "Unrestricted";
|
|
1114
|
+
PerSubject: "PerSubject";
|
|
1115
|
+
}>;
|
|
1116
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1032
1117
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1033
1118
|
}, zod.core.$strip>;
|
|
1034
1119
|
export declare const dataSetsExportPathIdRegExp: RegExp;
|
|
@@ -1131,6 +1216,11 @@ export declare const dataSetsDeleteItemParams: zod.ZodObject<{
|
|
|
1131
1216
|
itemId: zod.ZodString;
|
|
1132
1217
|
}, zod.core.$strict>;
|
|
1133
1218
|
/**
|
|
1219
|
+
* The `isVector` field is deprecated: the platform no longer uses it,
|
|
1220
|
+
and it has no effect on ingestion or querying. It remains available as an
|
|
1221
|
+
optional field for backward compatibility with existing integrations —
|
|
1222
|
+
new integrations should omit it. When omitted, the stored value is
|
|
1223
|
+
preserved on update and defaults to `false` on create.
|
|
1134
1224
|
* @summary Upsert a single property on a dataset.
|
|
1135
1225
|
*/
|
|
1136
1226
|
export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
|
|
@@ -1139,7 +1229,7 @@ export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
|
|
|
1139
1229
|
}, zod.core.$strict>;
|
|
1140
1230
|
export declare const dataSetsAddDataSetPropertyBody: zod.ZodObject<{
|
|
1141
1231
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1142
|
-
isVector: zod.ZodBoolean
|
|
1232
|
+
isVector: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
1143
1233
|
name: zod.ZodString;
|
|
1144
1234
|
}, zod.core.$strict>;
|
|
1145
1235
|
export declare const dataSetsAddDataSetPropertyResponse: zod.ZodObject<{
|
|
@@ -1152,6 +1242,74 @@ export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
|
|
|
1152
1242
|
id: zod.ZodString;
|
|
1153
1243
|
name: zod.ZodString;
|
|
1154
1244
|
}, zod.core.$strict>;
|
|
1245
|
+
/**
|
|
1246
|
+
* @summary Run-centric ingestion history for the dataset (newest first), from the
|
|
1247
|
+
AI API's provenance-stamped run store. `trigger` filters by cause
|
|
1248
|
+
(sync / sweep / manual / reset / unknown); `itemId` narrows to one
|
|
1249
|
+
container item, including runs superseded by later re-ingests.
|
|
1250
|
+
*/
|
|
1251
|
+
export declare const dataSetsGetIngestionRunsPathIdRegExp: RegExp;
|
|
1252
|
+
export declare const dataSetsGetIngestionRunsParams: zod.ZodObject<{
|
|
1253
|
+
id: zod.ZodString;
|
|
1254
|
+
}, zod.core.$strict>;
|
|
1255
|
+
export declare const dataSetsGetIngestionRunsQuerySkipDefault = 0;
|
|
1256
|
+
export declare const dataSetsGetIngestionRunsQueryTakeDefault = 50;
|
|
1257
|
+
export declare const dataSetsGetIngestionRunsQueryItemIdRegExp: RegExp;
|
|
1258
|
+
export declare const dataSetsGetIngestionRunsQueryParams: zod.ZodObject<{
|
|
1259
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1260
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1261
|
+
trigger: zod.ZodOptional<zod.ZodString>;
|
|
1262
|
+
itemId: zod.ZodOptional<zod.ZodString>;
|
|
1263
|
+
}, zod.core.$strict>;
|
|
1264
|
+
export declare const dataSetsGetIngestionRunsResponseDataItemCausedByRegExp: RegExp;
|
|
1265
|
+
export declare const dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp: RegExp;
|
|
1266
|
+
export declare const dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp: RegExp;
|
|
1267
|
+
export declare const dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp: RegExp;
|
|
1268
|
+
export declare const dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp: RegExp;
|
|
1269
|
+
export declare const dataSetsGetIngestionRunsResponseDataItemItemIdRegExp: RegExp;
|
|
1270
|
+
export declare const dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp: RegExp;
|
|
1271
|
+
export declare const dataSetsGetIngestionRunsResponse: zod.ZodObject<{
|
|
1272
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
1273
|
+
causedBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1274
|
+
containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1275
|
+
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1276
|
+
dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1277
|
+
dataSetVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1278
|
+
errors: zod.ZodArray<zod.ZodObject<{
|
|
1279
|
+
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1280
|
+
code: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
1281
|
+
message: zod.ZodString;
|
|
1282
|
+
}, zod.core.$strip>>;
|
|
1283
|
+
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1284
|
+
flowRunId: zod.ZodString;
|
|
1285
|
+
itemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1286
|
+
itemName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1287
|
+
itemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1288
|
+
itemVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1289
|
+
retryOf: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1290
|
+
runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1291
|
+
status: zod.ZodString;
|
|
1292
|
+
trigger: zod.ZodObject<{
|
|
1293
|
+
kind: zod.ZodString;
|
|
1294
|
+
principal: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1295
|
+
}, zod.core.$strip>;
|
|
1296
|
+
}, zod.core.$strip>>;
|
|
1297
|
+
total: zod.ZodNumber;
|
|
1298
|
+
}, zod.core.$strip>;
|
|
1299
|
+
/**
|
|
1300
|
+
* @summary Set the per-document scoping config (mode + subject path) on a dataset.
|
|
1301
|
+
*/
|
|
1302
|
+
export declare const dataSetsPutScopingPathIdRegExp: RegExp;
|
|
1303
|
+
export declare const dataSetsPutScopingParams: zod.ZodObject<{
|
|
1304
|
+
id: zod.ZodString;
|
|
1305
|
+
}, zod.core.$strict>;
|
|
1306
|
+
export declare const dataSetsPutScopingBody: zod.ZodObject<{
|
|
1307
|
+
mode: zod.ZodEnum<{
|
|
1308
|
+
Unrestricted: "Unrestricted";
|
|
1309
|
+
PerSubject: "PerSubject";
|
|
1310
|
+
}>;
|
|
1311
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1312
|
+
}, zod.core.$strict>;
|
|
1155
1313
|
/**
|
|
1156
1314
|
* @summary Fetch a list of all available data source types in SmartSpace.
|
|
1157
1315
|
*/
|
|
@@ -1202,6 +1360,7 @@ export declare const dataSourceTypesGetAvailableContainersBody: zod.ZodObject<{
|
|
|
1202
1360
|
}, zod.core.$strict>;
|
|
1203
1361
|
export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodObject<{
|
|
1204
1362
|
children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
|
|
1363
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1205
1364
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1206
1365
|
operator: zod.ZodString;
|
|
1207
1366
|
propertyName: zod.ZodString;
|
|
@@ -1216,6 +1375,7 @@ export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodO
|
|
|
1216
1375
|
}, zod.core.$strip>;
|
|
1217
1376
|
export declare const dataSourceTypesGetAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
|
|
1218
1377
|
children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
|
|
1378
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1219
1379
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1220
1380
|
operator: zod.ZodString;
|
|
1221
1381
|
propertyName: zod.ZodString;
|
|
@@ -1260,6 +1420,7 @@ export declare const dataSourcesGetResponse: zod.ZodObject<{
|
|
|
1260
1420
|
data: zod.ZodArray<zod.ZodObject<{
|
|
1261
1421
|
containers: zod.ZodArray<zod.ZodObject<{
|
|
1262
1422
|
dataSourceId: zod.ZodString;
|
|
1423
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1263
1424
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1264
1425
|
operator: zod.ZodString;
|
|
1265
1426
|
propertyName: zod.ZodString;
|
|
@@ -1320,6 +1481,7 @@ export declare const dataSourcesPostResponseIdRegExp: RegExp;
|
|
|
1320
1481
|
export declare const dataSourcesPostResponse: zod.ZodObject<{
|
|
1321
1482
|
containers: zod.ZodArray<zod.ZodObject<{
|
|
1322
1483
|
dataSourceId: zod.ZodString;
|
|
1484
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1323
1485
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1324
1486
|
operator: zod.ZodString;
|
|
1325
1487
|
propertyName: zod.ZodString;
|
|
@@ -1383,6 +1545,7 @@ export declare const dataSourcesContainersResponseDataSourceIdRegExp: RegExp;
|
|
|
1383
1545
|
export declare const dataSourcesContainersResponseIdRegExp: RegExp;
|
|
1384
1546
|
export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
|
|
1385
1547
|
dataSourceId: zod.ZodString;
|
|
1548
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1386
1549
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1387
1550
|
operator: zod.ZodString;
|
|
1388
1551
|
propertyName: zod.ZodString;
|
|
@@ -1394,6 +1557,7 @@ export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
|
|
|
1394
1557
|
}, zod.core.$strip>;
|
|
1395
1558
|
export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
|
|
1396
1559
|
dataSourceId: zod.ZodString;
|
|
1560
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1397
1561
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1398
1562
|
operator: zod.ZodString;
|
|
1399
1563
|
propertyName: zod.ZodString;
|
|
@@ -1445,6 +1609,15 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
|
|
|
1445
1609
|
export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
|
|
1446
1610
|
credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
|
|
1447
1611
|
}, zod.core.$strict>;
|
|
1612
|
+
/**
|
|
1613
|
+
* @summary Requests an on-demand sync of a data source. The request is queued;
|
|
1614
|
+
the sync service picks it up within ~30 seconds. Repeated requests
|
|
1615
|
+
are safe — concurrent syncs of the same source collapse to one run.
|
|
1616
|
+
*/
|
|
1617
|
+
export declare const dataSourcesRequestSyncPathDataSourceIdRegExp: RegExp;
|
|
1618
|
+
export declare const dataSourcesRequestSyncParams: zod.ZodObject<{
|
|
1619
|
+
dataSourceId: zod.ZodString;
|
|
1620
|
+
}, zod.core.$strict>;
|
|
1448
1621
|
export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
|
|
1449
1622
|
export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
|
|
1450
1623
|
id: zod.ZodString;
|
|
@@ -1502,6 +1675,11 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
|
|
|
1502
1675
|
isVector: zod.ZodBoolean;
|
|
1503
1676
|
name: zod.ZodString;
|
|
1504
1677
|
}, zod.core.$strip>>;
|
|
1678
|
+
scopingMode: zod.ZodEnum<{
|
|
1679
|
+
Unrestricted: "Unrestricted";
|
|
1680
|
+
PerSubject: "PerSubject";
|
|
1681
|
+
}>;
|
|
1682
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1505
1683
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1506
1684
|
}, zod.core.$strip>>;
|
|
1507
1685
|
id: zod.ZodString;
|
|
@@ -1557,6 +1735,11 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
|
|
|
1557
1735
|
isVector: zod.ZodBoolean;
|
|
1558
1736
|
name: zod.ZodString;
|
|
1559
1737
|
}, zod.core.$strip>>;
|
|
1738
|
+
scopingMode: zod.ZodEnum<{
|
|
1739
|
+
Unrestricted: "Unrestricted";
|
|
1740
|
+
PerSubject: "PerSubject";
|
|
1741
|
+
}>;
|
|
1742
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1560
1743
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1561
1744
|
}, zod.core.$strip>>;
|
|
1562
1745
|
id: zod.ZodString;
|
|
@@ -1608,6 +1791,11 @@ export declare const dataSpacesPutResponse: zod.ZodObject<{
|
|
|
1608
1791
|
isVector: zod.ZodBoolean;
|
|
1609
1792
|
name: zod.ZodString;
|
|
1610
1793
|
}, zod.core.$strip>>;
|
|
1794
|
+
scopingMode: zod.ZodEnum<{
|
|
1795
|
+
Unrestricted: "Unrestricted";
|
|
1796
|
+
PerSubject: "PerSubject";
|
|
1797
|
+
}>;
|
|
1798
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1611
1799
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1612
1800
|
}, zod.core.$strip>>;
|
|
1613
1801
|
id: zod.ZodString;
|
|
@@ -1676,6 +1864,11 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
|
|
|
1676
1864
|
isVector: zod.ZodBoolean;
|
|
1677
1865
|
name: zod.ZodString;
|
|
1678
1866
|
}, zod.core.$strip>>;
|
|
1867
|
+
scopingMode: zod.ZodEnum<{
|
|
1868
|
+
Unrestricted: "Unrestricted";
|
|
1869
|
+
PerSubject: "PerSubject";
|
|
1870
|
+
}>;
|
|
1871
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1679
1872
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1680
1873
|
}, zod.core.$strip>>;
|
|
1681
1874
|
total: zod.ZodNumber;
|
|
@@ -1691,6 +1884,7 @@ export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegEx
|
|
|
1691
1884
|
export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
|
|
1692
1885
|
containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1693
1886
|
dataSourceId: zod.ZodString;
|
|
1887
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1694
1888
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1695
1889
|
operator: zod.ZodString;
|
|
1696
1890
|
propertyName: zod.ZodString;
|
|
@@ -1707,6 +1901,13 @@ export declare const debugInvokeParams: zod.ZodObject<{
|
|
|
1707
1901
|
}, zod.core.$strict>;
|
|
1708
1902
|
export declare const debugInvokeBodyItem: zod.ZodAny;
|
|
1709
1903
|
export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
|
|
1904
|
+
/**
|
|
1905
|
+
* @summary Mongo index health for the flow-runs store: planned-vs-existing
|
|
1906
|
+
indexes per collection, the latest index-ensure outcome per index
|
|
1907
|
+
(including repeated failures), and any in-flight index
|
|
1908
|
+
transformations with their progress (currentOp).
|
|
1909
|
+
*/
|
|
1910
|
+
export declare const diagnosticsGetMongoIndexesResponse: zod.ZodAny;
|
|
1710
1911
|
/**
|
|
1711
1912
|
* @summary List the current user's drafts (without parsed interfaces — load detail to get those).
|
|
1712
1913
|
*/
|
|
@@ -2000,6 +2201,28 @@ export declare const draftsSaveDraftResponse: zod.ZodObject<{
|
|
|
2000
2201
|
parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2001
2202
|
rowVersion: zod.ZodString;
|
|
2002
2203
|
}, zod.core.$strip>;
|
|
2204
|
+
/**
|
|
2205
|
+
* @summary Publish the draft's saved source as a tenant-visible Custom block set.
|
|
2206
|
+
When a published set of the same name exists, the first call returns 409
|
|
2207
|
+
with the impact details; retry with `confirmOverwrite: true` to
|
|
2208
|
+
replace it (a new row supersedes the old per newest-wins resolution).
|
|
2209
|
+
*/
|
|
2210
|
+
export declare const draftsPublishDraftParams: zod.ZodObject<{
|
|
2211
|
+
name: zod.ZodString;
|
|
2212
|
+
}, zod.core.$strict>;
|
|
2213
|
+
export declare const draftsPublishDraftBody: zod.ZodObject<{
|
|
2214
|
+
confirmOverwrite: zod.ZodBoolean;
|
|
2215
|
+
publishAs: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2216
|
+
}, zod.core.$strict>;
|
|
2217
|
+
export declare const draftsPublishDraftResponseBlockSetIdRegExp: RegExp;
|
|
2218
|
+
export declare const draftsPublishDraftResponse: zod.ZodObject<{
|
|
2219
|
+
blockSetId: zod.ZodString;
|
|
2220
|
+
blocks: zod.ZodArray<zod.ZodObject<{
|
|
2221
|
+
name: zod.ZodString;
|
|
2222
|
+
version: zod.ZodString;
|
|
2223
|
+
}, zod.core.$strip>>;
|
|
2224
|
+
name: zod.ZodString;
|
|
2225
|
+
}, zod.core.$strip>;
|
|
2003
2226
|
/**
|
|
2004
2227
|
* @summary Upload files to be referenced in requests (supports full and chunked uploads).
|
|
2005
2228
|
*/
|
|
@@ -2151,6 +2374,16 @@ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
|
|
|
2151
2374
|
export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
|
|
2152
2375
|
id: zod.ZodString;
|
|
2153
2376
|
}, zod.core.$strict>;
|
|
2377
|
+
/**
|
|
2378
|
+
* @summary Requests cancellation of a queued or running flow run. Cancellation
|
|
2379
|
+
is cooperative: a queued run is stamped cancelled before it starts;
|
|
2380
|
+
a running flow stops between block executions, typically within
|
|
2381
|
+
seconds. Cancelled runs carry cancelledAt in their basic info.
|
|
2382
|
+
*/
|
|
2383
|
+
export declare const flowRunsCancelFlowRunPathIdRegExpOne: RegExp;
|
|
2384
|
+
export declare const flowRunsCancelFlowRunParams: zod.ZodObject<{
|
|
2385
|
+
id: zod.ZodString;
|
|
2386
|
+
}, zod.core.$strict>;
|
|
2154
2387
|
export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
|
|
2155
2388
|
export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
|
|
2156
2389
|
id: zod.ZodString;
|
|
@@ -2278,6 +2511,7 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
|
|
|
2278
2511
|
}, zod.core.$strict>;
|
|
2279
2512
|
}, zod.core.$strict>>>>;
|
|
2280
2513
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2514
|
+
secret: zod.ZodBoolean;
|
|
2281
2515
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
2282
2516
|
}, zod.core.$strict>>>>;
|
|
2283
2517
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -2400,6 +2634,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
|
|
|
2400
2634
|
}>>;
|
|
2401
2635
|
displayName: zod.ZodString;
|
|
2402
2636
|
id: zod.ZodString;
|
|
2637
|
+
isDefault: zod.ZodBoolean;
|
|
2403
2638
|
modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
|
|
2404
2639
|
OpenAi: "OpenAi";
|
|
2405
2640
|
AzureOpenAi: "AzureOpenAi";
|
|
@@ -2488,6 +2723,59 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
|
|
|
2488
2723
|
Other: "Other";
|
|
2489
2724
|
}>>;
|
|
2490
2725
|
}, zod.core.$strict>;
|
|
2726
|
+
/**
|
|
2727
|
+
* @summary Retrieves the instance-wide default model — the one pre-selected on new LLM blocks and the default workspace flow.
|
|
2728
|
+
*/
|
|
2729
|
+
export declare const modelsGetDefaultModelResponseIdRegExp: RegExp;
|
|
2730
|
+
export declare const modelsGetDefaultModelResponse: zod.ZodObject<{
|
|
2731
|
+
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2732
|
+
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2733
|
+
deploymentStatus: zod.ZodOptional<zod.ZodEnum<{
|
|
2734
|
+
Deploying: "Deploying";
|
|
2735
|
+
Ready: "Ready";
|
|
2736
|
+
Failed: "Failed";
|
|
2737
|
+
Deleting: "Deleting";
|
|
2738
|
+
Deleted: "Deleted";
|
|
2739
|
+
}>>;
|
|
2740
|
+
displayName: zod.ZodString;
|
|
2741
|
+
id: zod.ZodString;
|
|
2742
|
+
isDefault: zod.ZodBoolean;
|
|
2743
|
+
modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
|
|
2744
|
+
OpenAi: "OpenAi";
|
|
2745
|
+
AzureOpenAi: "AzureOpenAi";
|
|
2746
|
+
HuggingFace: "HuggingFace";
|
|
2747
|
+
Cohere: "Cohere";
|
|
2748
|
+
Anthropic: "Anthropic";
|
|
2749
|
+
Gemini: "Gemini";
|
|
2750
|
+
VertexAi: "VertexAi";
|
|
2751
|
+
AzureFoundry: "AzureFoundry";
|
|
2752
|
+
}>>;
|
|
2753
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2754
|
+
OpenAi: "OpenAi";
|
|
2755
|
+
HuggingFace: "HuggingFace";
|
|
2756
|
+
Cohere: "Cohere";
|
|
2757
|
+
Anthropic: "Anthropic";
|
|
2758
|
+
Google: "Google";
|
|
2759
|
+
Meta: "Meta";
|
|
2760
|
+
Mistral: "Mistral";
|
|
2761
|
+
Microsoft: "Microsoft";
|
|
2762
|
+
DeepSeek: "DeepSeek";
|
|
2763
|
+
XAi: "XAi";
|
|
2764
|
+
Amazon: "Amazon";
|
|
2765
|
+
Qwen: "Qwen";
|
|
2766
|
+
Other: "Other";
|
|
2767
|
+
}>>;
|
|
2768
|
+
name: zod.ZodString;
|
|
2769
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
2770
|
+
name: zod.ZodString;
|
|
2771
|
+
type: zod.ZodEnum<{
|
|
2772
|
+
Boolean: "Boolean";
|
|
2773
|
+
Number: "Number";
|
|
2774
|
+
String: "String";
|
|
2775
|
+
}>;
|
|
2776
|
+
}, zod.core.$strip>>;
|
|
2777
|
+
virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2778
|
+
}, zod.core.$strip>;
|
|
2491
2779
|
export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
|
|
2492
2780
|
serverType: zod.ZodOptional<zod.ZodEnum<{
|
|
2493
2781
|
TextGenerationInference: "TextGenerationInference";
|
|
@@ -2560,6 +2848,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
|
|
|
2560
2848
|
}, zod.core.$strip>>;
|
|
2561
2849
|
displayName: zod.ZodString;
|
|
2562
2850
|
id: zod.ZodString;
|
|
2851
|
+
isDefault: zod.ZodBoolean;
|
|
2563
2852
|
modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
|
|
2564
2853
|
OpenAi: "OpenAi";
|
|
2565
2854
|
AzureOpenAi: "AzureOpenAi";
|
|
@@ -2649,6 +2938,20 @@ export declare const modelsUpsertModelBody: zod.ZodObject<{
|
|
|
2649
2938
|
Other: "Other";
|
|
2650
2939
|
}>>;
|
|
2651
2940
|
}, zod.core.$strict>;
|
|
2941
|
+
/**
|
|
2942
|
+
* @summary Clears the default flag from the specified model, leaving the instance with no default.
|
|
2943
|
+
*/
|
|
2944
|
+
export declare const modelsClearDefaultModelPathIdRegExp: RegExp;
|
|
2945
|
+
export declare const modelsClearDefaultModelParams: zod.ZodObject<{
|
|
2946
|
+
id: zod.ZodString;
|
|
2947
|
+
}, zod.core.$strict>;
|
|
2948
|
+
/**
|
|
2949
|
+
* @summary Makes the specified model the instance-wide default, replacing any previous default.
|
|
2950
|
+
*/
|
|
2951
|
+
export declare const modelsSetDefaultModelPathIdRegExp: RegExp;
|
|
2952
|
+
export declare const modelsSetDefaultModelParams: zod.ZodObject<{
|
|
2953
|
+
id: zod.ZodString;
|
|
2954
|
+
}, zod.core.$strict>;
|
|
2652
2955
|
/**
|
|
2653
2956
|
* @summary Retrieves the Docker logs for a specific deployment of a model.
|
|
2654
2957
|
*/
|
|
@@ -2694,6 +2997,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
|
|
|
2694
2997
|
WorkSpaceUpdated: "WorkSpaceUpdated";
|
|
2695
2998
|
MessageThreadUpdated: "MessageThreadUpdated";
|
|
2696
2999
|
CommentUpdated: "CommentUpdated";
|
|
3000
|
+
AddedToThread: "AddedToThread";
|
|
2697
3001
|
}>;
|
|
2698
3002
|
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2699
3003
|
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2779,12 +3083,215 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
|
|
|
2779
3083
|
name: zod.ZodString;
|
|
2780
3084
|
}, zod.core.$strip>>;
|
|
2781
3085
|
}, zod.core.$strip>;
|
|
3086
|
+
/**
|
|
3087
|
+
* @summary List API accounts: service principals holding the SmartSpace integration
|
|
3088
|
+
role, with their permission flags and last recorded activity.
|
|
3089
|
+
*/
|
|
3090
|
+
export declare const servicePrincipalsGetServicePrincipalsQuerySkipDefault = 0;
|
|
3091
|
+
export declare const servicePrincipalsGetServicePrincipalsQueryTakeDefault = 20;
|
|
3092
|
+
export declare const servicePrincipalsGetServicePrincipalsQueryParams: zod.ZodObject<{
|
|
3093
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3094
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3095
|
+
search: zod.ZodOptional<zod.ZodString>;
|
|
3096
|
+
}, zod.core.$strict>;
|
|
3097
|
+
export declare const servicePrincipalsGetServicePrincipalsResponse: zod.ZodObject<{
|
|
3098
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
3099
|
+
id: zod.ZodString;
|
|
3100
|
+
lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3101
|
+
name: zod.ZodString;
|
|
3102
|
+
permissions: zod.ZodArray<zod.ZodEnum<{
|
|
3103
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
3104
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
3105
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
3106
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
3107
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
3108
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
3109
|
+
ConnectorCreate: "ConnectorCreate";
|
|
3110
|
+
ConnectorEdit: "ConnectorEdit";
|
|
3111
|
+
ConnectorDelete: "ConnectorDelete";
|
|
3112
|
+
}>>;
|
|
3113
|
+
}, zod.core.$strip>>;
|
|
3114
|
+
total: zod.ZodNumber;
|
|
3115
|
+
}, zod.core.$strip>;
|
|
3116
|
+
/**
|
|
3117
|
+
* @summary List configured syncs. status matches the data
|
|
3118
|
+
source's latest completed sync (e.g. Success / Failure), or "never"
|
|
3119
|
+
for sources with no recorded sync. sortBy:
|
|
3120
|
+
name | connector | lastSync (default: path).
|
|
3121
|
+
*/
|
|
3122
|
+
export declare const syncsGetQueryTakeDefault = 50;
|
|
3123
|
+
export declare const syncsGetQuerySkipDefault = 0;
|
|
3124
|
+
export declare const syncsGetQueryDataSourceIdRegExp: RegExp;
|
|
3125
|
+
export declare const syncsGetQueryParams: zod.ZodObject<{
|
|
3126
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3127
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3128
|
+
search: zod.ZodOptional<zod.ZodString>;
|
|
3129
|
+
dataSourceId: zod.ZodOptional<zod.ZodString>;
|
|
3130
|
+
status: zod.ZodOptional<zod.ZodString>;
|
|
3131
|
+
sortBy: zod.ZodOptional<zod.ZodString>;
|
|
3132
|
+
sortDirection: zod.ZodOptional<zod.ZodString>;
|
|
3133
|
+
}, zod.core.$strict>;
|
|
3134
|
+
export declare const syncsGetResponseDataItemDataSetsItemIdRegExp: RegExp;
|
|
3135
|
+
export declare const syncsGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
|
|
3136
|
+
export declare const syncsGetResponseDataItemDataSourceIdRegExp: RegExp;
|
|
3137
|
+
export declare const syncsGetResponseDataItemIdRegExp: RegExp;
|
|
3138
|
+
export declare const syncsGetResponse: zod.ZodObject<{
|
|
3139
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
3140
|
+
dataSets: zod.ZodArray<zod.ZodObject<{
|
|
3141
|
+
id: zod.ZodString;
|
|
3142
|
+
name: zod.ZodString;
|
|
3143
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3144
|
+
}, zod.core.$strip>>;
|
|
3145
|
+
dataSource: zod.ZodObject<{
|
|
3146
|
+
id: zod.ZodString;
|
|
3147
|
+
isQueued: zod.ZodBoolean;
|
|
3148
|
+
isSyncing: zod.ZodBoolean;
|
|
3149
|
+
name: zod.ZodString;
|
|
3150
|
+
sourceType: zod.ZodEnum<{
|
|
3151
|
+
BlobStorage: "BlobStorage";
|
|
3152
|
+
SqlServer: "SqlServer";
|
|
3153
|
+
AzureSql: "AzureSql";
|
|
3154
|
+
Cosmos: "Cosmos";
|
|
3155
|
+
GoogleDrive: "GoogleDrive";
|
|
3156
|
+
SharePoint: "SharePoint";
|
|
3157
|
+
SharePointSite: "SharePointSite";
|
|
3158
|
+
HubSpot: "HubSpot";
|
|
3159
|
+
AzureStorage: "AzureStorage";
|
|
3160
|
+
File: "File";
|
|
3161
|
+
Sitemap: "Sitemap";
|
|
3162
|
+
}>;
|
|
3163
|
+
syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3164
|
+
}, zod.core.$strip>;
|
|
3165
|
+
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3166
|
+
highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3167
|
+
id: zod.ZodString;
|
|
3168
|
+
latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3169
|
+
latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
3170
|
+
latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3171
|
+
latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3172
|
+
name: zod.ZodString;
|
|
3173
|
+
path: zod.ZodString;
|
|
3174
|
+
recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3175
|
+
end: zod.ZodISODateTime;
|
|
3176
|
+
itemCount: zod.ZodNumber;
|
|
3177
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3178
|
+
start: zod.ZodISODateTime;
|
|
3179
|
+
status: zod.ZodString;
|
|
3180
|
+
}, zod.core.$strip>>>>;
|
|
3181
|
+
statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3182
|
+
}, zod.core.$strip>>;
|
|
3183
|
+
total: zod.ZodNumber;
|
|
3184
|
+
}, zod.core.$strip>;
|
|
3185
|
+
/**
|
|
3186
|
+
* @summary The sync-requests queue right now: approximate depth and which data
|
|
3187
|
+
sources have a request WAITING. In-flight requests are invisible to
|
|
3188
|
+
peek (visibility timeout) — that state is each data source's
|
|
3189
|
+
isSyncing flag. Literal route wins over the {containerId} template.
|
|
3190
|
+
*/
|
|
3191
|
+
export declare const syncsGetQueueResponseWaitingDataSourceIdsItemRegExp: RegExp;
|
|
3192
|
+
export declare const syncsGetQueueResponse: zod.ZodObject<{
|
|
3193
|
+
depth: zod.ZodNumber;
|
|
3194
|
+
waitingDataSourceIds: zod.ZodArray<zod.ZodString>;
|
|
3195
|
+
}, zod.core.$strip>;
|
|
3196
|
+
/**
|
|
3197
|
+
* @summary Removes the sync: deletes its data source container config record, so
|
|
3198
|
+
the source selection stops being mirrored from the next sync cycle.
|
|
3199
|
+
Refused (DSC400) while any live dataset still subscribes to it via a
|
|
3200
|
+
container flow trigger. Config-only — already-landed items and copied
|
|
3201
|
+
blobs are not cleaned up here.
|
|
3202
|
+
*/
|
|
3203
|
+
export declare const syncsDeletePathContainerIdRegExp: RegExp;
|
|
3204
|
+
export declare const syncsDeleteParams: zod.ZodObject<{
|
|
3205
|
+
containerId: zod.ZodString;
|
|
3206
|
+
}, zod.core.$strict>;
|
|
3207
|
+
export declare const syncsGetByIdPathContainerIdRegExp: RegExp;
|
|
3208
|
+
export declare const syncsGetByIdParams: zod.ZodObject<{
|
|
3209
|
+
containerId: zod.ZodString;
|
|
3210
|
+
}, zod.core.$strict>;
|
|
3211
|
+
export declare const syncsGetByIdResponseDataSetsItemIdRegExp: RegExp;
|
|
3212
|
+
export declare const syncsGetByIdResponseDataSetsItemVersionRegExp: RegExp;
|
|
3213
|
+
export declare const syncsGetByIdResponseDataSourceIdRegExp: RegExp;
|
|
3214
|
+
export declare const syncsGetByIdResponseIdRegExp: RegExp;
|
|
3215
|
+
export declare const syncsGetByIdResponse: zod.ZodObject<{
|
|
3216
|
+
dataSets: zod.ZodArray<zod.ZodObject<{
|
|
3217
|
+
id: zod.ZodString;
|
|
3218
|
+
name: zod.ZodString;
|
|
3219
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3220
|
+
}, zod.core.$strip>>;
|
|
3221
|
+
dataSource: zod.ZodObject<{
|
|
3222
|
+
id: zod.ZodString;
|
|
3223
|
+
isQueued: zod.ZodBoolean;
|
|
3224
|
+
isSyncing: zod.ZodBoolean;
|
|
3225
|
+
name: zod.ZodString;
|
|
3226
|
+
sourceType: zod.ZodEnum<{
|
|
3227
|
+
BlobStorage: "BlobStorage";
|
|
3228
|
+
SqlServer: "SqlServer";
|
|
3229
|
+
AzureSql: "AzureSql";
|
|
3230
|
+
Cosmos: "Cosmos";
|
|
3231
|
+
GoogleDrive: "GoogleDrive";
|
|
3232
|
+
SharePoint: "SharePoint";
|
|
3233
|
+
SharePointSite: "SharePointSite";
|
|
3234
|
+
HubSpot: "HubSpot";
|
|
3235
|
+
AzureStorage: "AzureStorage";
|
|
3236
|
+
File: "File";
|
|
3237
|
+
Sitemap: "Sitemap";
|
|
3238
|
+
}>;
|
|
3239
|
+
syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3240
|
+
}, zod.core.$strip>;
|
|
3241
|
+
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3242
|
+
highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3243
|
+
id: zod.ZodString;
|
|
3244
|
+
latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3245
|
+
latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
3246
|
+
latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3247
|
+
latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3248
|
+
name: zod.ZodString;
|
|
3249
|
+
path: zod.ZodString;
|
|
3250
|
+
recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3251
|
+
end: zod.ZodISODateTime;
|
|
3252
|
+
itemCount: zod.ZodNumber;
|
|
3253
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3254
|
+
start: zod.ZodISODateTime;
|
|
3255
|
+
status: zod.ZodString;
|
|
3256
|
+
}, zod.core.$strip>>>>;
|
|
3257
|
+
statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3258
|
+
}, zod.core.$strip>;
|
|
3259
|
+
/**
|
|
3260
|
+
* @summary The sync's landed items (read-only metadata), proxied from the AI API's
|
|
3261
|
+
container-items endpoint.
|
|
3262
|
+
*/
|
|
3263
|
+
export declare const syncsGetItemsPathContainerIdRegExp: RegExp;
|
|
3264
|
+
export declare const syncsGetItemsParams: zod.ZodObject<{
|
|
3265
|
+
containerId: zod.ZodString;
|
|
3266
|
+
}, zod.core.$strict>;
|
|
3267
|
+
export declare const syncsGetItemsQuerySkipDefault = 0;
|
|
3268
|
+
export declare const syncsGetItemsQueryTakeDefault = 50;
|
|
3269
|
+
export declare const syncsGetItemsQueryParams: zod.ZodObject<{
|
|
3270
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3271
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3272
|
+
}, zod.core.$strict>;
|
|
3273
|
+
export declare const syncsGetItemsResponseDataItemContainerIdRegExp: RegExp;
|
|
3274
|
+
export declare const syncsGetItemsResponseDataItemIdRegExp: RegExp;
|
|
3275
|
+
export declare const syncsGetItemsResponse: zod.ZodObject<{
|
|
3276
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
3277
|
+
blobUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3278
|
+
bytes: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3279
|
+
containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3280
|
+
id: zod.ZodString;
|
|
3281
|
+
isJson: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
3282
|
+
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3283
|
+
path: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3284
|
+
pending: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
3285
|
+
}, zod.core.$strip>>;
|
|
3286
|
+
total: zod.ZodNumber;
|
|
3287
|
+
}, zod.core.$strip>;
|
|
2782
3288
|
/**
|
|
2783
3289
|
* @summary Gets Tenant Id
|
|
2784
3290
|
*/
|
|
2785
3291
|
export declare const tenantIdGetResultResponse: zod.ZodString;
|
|
2786
3292
|
/**
|
|
2787
|
-
* @summary Retrieve
|
|
3293
|
+
* @summary Retrieve users assigned to the SmartSpace application (directly or via a group),
|
|
3294
|
+
with optional search and pagination controls take and skip.
|
|
2788
3295
|
*/
|
|
2789
3296
|
export declare const usersGetUsersQuerySkipDefault = 0;
|
|
2790
3297
|
export declare const usersGetUsersQueryTakeDefault = 20;
|
|
@@ -2801,8 +3308,7 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
|
|
|
2801
3308
|
lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2802
3309
|
mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2803
3310
|
name: zod.ZodString;
|
|
2804
|
-
permissions: zod.ZodEnum<{
|
|
2805
|
-
None: "None";
|
|
3311
|
+
permissions: zod.ZodArray<zod.ZodEnum<{
|
|
2806
3312
|
WorkspaceCreate: "WorkspaceCreate";
|
|
2807
3313
|
WorkspaceEdit: "WorkspaceEdit";
|
|
2808
3314
|
WorkspaceDelete: "WorkspaceDelete";
|
|
@@ -2812,13 +3318,12 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
|
|
|
2812
3318
|
ConnectorCreate: "ConnectorCreate";
|
|
2813
3319
|
ConnectorEdit: "ConnectorEdit";
|
|
2814
3320
|
ConnectorDelete: "ConnectorDelete";
|
|
2815
|
-
}
|
|
3321
|
+
}>>;
|
|
2816
3322
|
}, zod.core.$strip>>;
|
|
2817
3323
|
total: zod.ZodNumber;
|
|
2818
3324
|
}, zod.core.$strip>;
|
|
2819
3325
|
export declare const usersGetUsersByFilterParams: zod.ZodObject<{
|
|
2820
|
-
permissions: zod.ZodEnum<{
|
|
2821
|
-
None: "None";
|
|
3326
|
+
permissions: zod.ZodArray<zod.ZodEnum<{
|
|
2822
3327
|
WorkspaceCreate: "WorkspaceCreate";
|
|
2823
3328
|
WorkspaceEdit: "WorkspaceEdit";
|
|
2824
3329
|
WorkspaceDelete: "WorkspaceDelete";
|
|
@@ -2828,10 +3333,9 @@ export declare const usersGetUsersByFilterParams: zod.ZodObject<{
|
|
|
2828
3333
|
ConnectorCreate: "ConnectorCreate";
|
|
2829
3334
|
ConnectorEdit: "ConnectorEdit";
|
|
2830
3335
|
ConnectorDelete: "ConnectorDelete";
|
|
2831
|
-
}
|
|
3336
|
+
}>>;
|
|
2832
3337
|
}, zod.core.$strict>;
|
|
2833
|
-
export declare const
|
|
2834
|
-
None: "None";
|
|
3338
|
+
export declare const usersGetMyPermissionsResponseItem: zod.ZodEnum<{
|
|
2835
3339
|
WorkspaceCreate: "WorkspaceCreate";
|
|
2836
3340
|
WorkspaceEdit: "WorkspaceEdit";
|
|
2837
3341
|
WorkspaceDelete: "WorkspaceDelete";
|
|
@@ -2842,6 +3346,17 @@ export declare const usersGetMyPermissionsResponse: zod.ZodEnum<{
|
|
|
2842
3346
|
ConnectorEdit: "ConnectorEdit";
|
|
2843
3347
|
ConnectorDelete: "ConnectorDelete";
|
|
2844
3348
|
}>;
|
|
3349
|
+
export declare const usersGetMyPermissionsResponse: zod.ZodArray<zod.ZodEnum<{
|
|
3350
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
3351
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
3352
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
3353
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
3354
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
3355
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
3356
|
+
ConnectorCreate: "ConnectorCreate";
|
|
3357
|
+
ConnectorEdit: "ConnectorEdit";
|
|
3358
|
+
ConnectorDelete: "ConnectorDelete";
|
|
3359
|
+
}>>;
|
|
2845
3360
|
/**
|
|
2846
3361
|
* @summary Disable user (Remove all assigned WorkSpaces by UserId)
|
|
2847
3362
|
*/
|
|
@@ -2879,21 +3394,8 @@ export declare const usersGetUserDetailResponse: zod.ZodObject<{
|
|
|
2879
3394
|
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2880
3395
|
id: zod.ZodString;
|
|
2881
3396
|
isAdmin: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2882
|
-
lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2883
3397
|
mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2884
3398
|
name: zod.ZodString;
|
|
2885
|
-
permissions: zod.ZodEnum<{
|
|
2886
|
-
None: "None";
|
|
2887
|
-
WorkspaceCreate: "WorkspaceCreate";
|
|
2888
|
-
WorkspaceEdit: "WorkspaceEdit";
|
|
2889
|
-
WorkspaceDelete: "WorkspaceDelete";
|
|
2890
|
-
DataSpaceCreate: "DataSpaceCreate";
|
|
2891
|
-
DataSpaceEdit: "DataSpaceEdit";
|
|
2892
|
-
DataSpaceDelete: "DataSpaceDelete";
|
|
2893
|
-
ConnectorCreate: "ConnectorCreate";
|
|
2894
|
-
ConnectorEdit: "ConnectorEdit";
|
|
2895
|
-
ConnectorDelete: "ConnectorDelete";
|
|
2896
|
-
}>;
|
|
2897
3399
|
}, zod.core.$strip>;
|
|
2898
3400
|
/**
|
|
2899
3401
|
* @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
|
|
@@ -2917,42 +3419,28 @@ export declare const usersGetAccessWorkSpacesQueryParams: zod.ZodObject<{
|
|
|
2917
3419
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
2918
3420
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2919
3421
|
}, zod.core.$strict>;
|
|
2920
|
-
export declare const
|
|
2921
|
-
export declare const
|
|
2922
|
-
export declare const
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
3422
|
+
export declare const usersGetAccessWorkSpacesResponseDataItemIdRegExp: RegExp;
|
|
3423
|
+
export declare const usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp: RegExp;
|
|
3424
|
+
export declare const usersGetAccessWorkSpacesResponse: zod.ZodObject<{
|
|
3425
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
3426
|
+
accessType: zod.ZodEnum<{
|
|
3427
|
+
Principal: "Principal";
|
|
3428
|
+
Group: "Group";
|
|
3429
|
+
}>;
|
|
3430
|
+
displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3431
|
+
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3432
|
+
objectId: zod.ZodString;
|
|
3433
|
+
principalType: zod.ZodOptional<zod.ZodEnum<{
|
|
3434
|
+
Unknown: "Unknown";
|
|
3435
|
+
User: "User";
|
|
3436
|
+
ServicePrincipal: "ServicePrincipal";
|
|
3437
|
+
Internal: "Internal";
|
|
3438
|
+
}>>;
|
|
3439
|
+
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3440
|
+
workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3441
|
+
}, zod.core.$strip>>;
|
|
3442
|
+
total: zod.ZodNumber;
|
|
2938
3443
|
}, zod.core.$strip>;
|
|
2939
|
-
export declare const usersGetAccessWorkSpacesResponse: zod.ZodArray<zod.ZodObject<{
|
|
2940
|
-
accessType: zod.ZodEnum<{
|
|
2941
|
-
Principal: "Principal";
|
|
2942
|
-
Group: "Group";
|
|
2943
|
-
}>;
|
|
2944
|
-
displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2945
|
-
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2946
|
-
objectId: zod.ZodString;
|
|
2947
|
-
principalType: zod.ZodOptional<zod.ZodEnum<{
|
|
2948
|
-
Unknown: "Unknown";
|
|
2949
|
-
User: "User";
|
|
2950
|
-
ServicePrincipal: "ServicePrincipal";
|
|
2951
|
-
Internal: "Internal";
|
|
2952
|
-
}>>;
|
|
2953
|
-
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2954
|
-
workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2955
|
-
}, zod.core.$strip>>;
|
|
2956
3444
|
export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
|
|
2957
3445
|
export declare const usersAdminPermissionParams: zod.ZodObject<{
|
|
2958
3446
|
userId: zod.ZodString;
|
|
@@ -2964,8 +3452,7 @@ export declare const usersAddUserPermissionPathUserIdRegExp: RegExp;
|
|
|
2964
3452
|
export declare const usersAddUserPermissionParams: zod.ZodObject<{
|
|
2965
3453
|
userId: zod.ZodString;
|
|
2966
3454
|
}, zod.core.$strict>;
|
|
2967
|
-
export declare const
|
|
2968
|
-
None: "None";
|
|
3455
|
+
export declare const usersAddUserPermissionBodyItem: zod.ZodEnum<{
|
|
2969
3456
|
WorkspaceCreate: "WorkspaceCreate";
|
|
2970
3457
|
WorkspaceEdit: "WorkspaceEdit";
|
|
2971
3458
|
WorkspaceDelete: "WorkspaceDelete";
|
|
@@ -2976,11 +3463,21 @@ export declare const usersAddUserPermissionBody: zod.ZodEnum<{
|
|
|
2976
3463
|
ConnectorEdit: "ConnectorEdit";
|
|
2977
3464
|
ConnectorDelete: "ConnectorDelete";
|
|
2978
3465
|
}>;
|
|
3466
|
+
export declare const usersAddUserPermissionBody: zod.ZodArray<zod.ZodEnum<{
|
|
3467
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
3468
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
3469
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
3470
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
3471
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
3472
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
3473
|
+
ConnectorCreate: "ConnectorCreate";
|
|
3474
|
+
ConnectorEdit: "ConnectorEdit";
|
|
3475
|
+
ConnectorDelete: "ConnectorDelete";
|
|
3476
|
+
}>>;
|
|
2979
3477
|
export declare const usersRemoveUserPermissionPathUserIdRegExp: RegExp;
|
|
2980
3478
|
export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
|
|
2981
3479
|
userId: zod.ZodString;
|
|
2982
|
-
permission: zod.ZodEnum<{
|
|
2983
|
-
None: "None";
|
|
3480
|
+
permission: zod.ZodArray<zod.ZodEnum<{
|
|
2984
3481
|
WorkspaceCreate: "WorkspaceCreate";
|
|
2985
3482
|
WorkspaceEdit: "WorkspaceEdit";
|
|
2986
3483
|
WorkspaceDelete: "WorkspaceDelete";
|
|
@@ -2990,7 +3487,7 @@ export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
|
|
|
2990
3487
|
ConnectorCreate: "ConnectorCreate";
|
|
2991
3488
|
ConnectorEdit: "ConnectorEdit";
|
|
2992
3489
|
ConnectorDelete: "ConnectorDelete";
|
|
2993
|
-
}
|
|
3490
|
+
}>>;
|
|
2994
3491
|
}, zod.core.$strict>;
|
|
2995
3492
|
/**
|
|
2996
3493
|
* @summary Returns a list of available Azure locations for deploying virtual machines
|
|
@@ -3060,6 +3557,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
|
|
|
3060
3557
|
sortBy: zod.ZodOptional<zod.ZodString>;
|
|
3061
3558
|
sortDirection: zod.ZodOptional<zod.ZodString>;
|
|
3062
3559
|
}, zod.core.$strict>;
|
|
3560
|
+
export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
|
|
3063
3561
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
3064
3562
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
3065
3563
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
@@ -3080,6 +3578,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
|
|
|
3080
3578
|
export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
|
|
3081
3579
|
export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
3082
3580
|
data: zod.ZodArray<zod.ZodObject<{
|
|
3581
|
+
connectors: zod.ZodArray<zod.ZodObject<{
|
|
3582
|
+
id: zod.ZodString;
|
|
3583
|
+
kind: zod.ZodString;
|
|
3584
|
+
name: zod.ZodString;
|
|
3585
|
+
}, zod.core.$strip>>;
|
|
3083
3586
|
createdAt: zod.ZodISODateTime;
|
|
3084
3587
|
createdByUserId: zod.ZodString;
|
|
3085
3588
|
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
@@ -3126,6 +3629,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
|
3126
3629
|
}, zod.core.$strip>;
|
|
3127
3630
|
}, zod.core.$strip>>>>;
|
|
3128
3631
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3632
|
+
secret: zod.ZodBoolean;
|
|
3129
3633
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3130
3634
|
}, zod.core.$strip>>>>;
|
|
3131
3635
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -3150,6 +3654,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
|
3150
3654
|
triggers: zod.ZodArray<zod.ZodObject<{
|
|
3151
3655
|
dataSourceContainer: zod.ZodObject<{
|
|
3152
3656
|
dataSourceId: zod.ZodString;
|
|
3657
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3153
3658
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3154
3659
|
operator: zod.ZodString;
|
|
3155
3660
|
propertyName: zod.ZodString;
|
|
@@ -3350,6 +3855,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
|
|
|
3350
3855
|
export declare const workSpacesGetIdParams: zod.ZodObject<{
|
|
3351
3856
|
id: zod.ZodString;
|
|
3352
3857
|
}, zod.core.$strict>;
|
|
3858
|
+
export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
|
|
3353
3859
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
3354
3860
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
3355
3861
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
@@ -3369,6 +3875,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
|
|
|
3369
3875
|
export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
|
|
3370
3876
|
export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
|
|
3371
3877
|
export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
3878
|
+
connectors: zod.ZodArray<zod.ZodObject<{
|
|
3879
|
+
id: zod.ZodString;
|
|
3880
|
+
kind: zod.ZodString;
|
|
3881
|
+
name: zod.ZodString;
|
|
3882
|
+
}, zod.core.$strip>>;
|
|
3372
3883
|
createdAt: zod.ZodISODateTime;
|
|
3373
3884
|
createdByUserId: zod.ZodString;
|
|
3374
3885
|
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
@@ -3415,6 +3926,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
|
3415
3926
|
}, zod.core.$strip>;
|
|
3416
3927
|
}, zod.core.$strip>>>>;
|
|
3417
3928
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3929
|
+
secret: zod.ZodBoolean;
|
|
3418
3930
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3419
3931
|
}, zod.core.$strip>>>>;
|
|
3420
3932
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -3439,6 +3951,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
|
3439
3951
|
triggers: zod.ZodArray<zod.ZodObject<{
|
|
3440
3952
|
dataSourceContainer: zod.ZodObject<{
|
|
3441
3953
|
dataSourceId: zod.ZodString;
|
|
3954
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3442
3955
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3443
3956
|
operator: zod.ZodString;
|
|
3444
3957
|
propertyName: zod.ZodString;
|
|
@@ -3717,6 +4230,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
|
|
|
3717
4230
|
temperature: zod.ZodNumber;
|
|
3718
4231
|
topP: zod.ZodNumber;
|
|
3719
4232
|
}, zod.core.$strict>;
|
|
4233
|
+
/**
|
|
4234
|
+
* @summary Detaches a connector from a workspace. Flows still referencing it
|
|
4235
|
+
fail at resolve time rather than silently keeping access.
|
|
4236
|
+
*/
|
|
4237
|
+
export declare const workSpacesRemoveConnectorPathWorkspaceIdRegExp: RegExp;
|
|
4238
|
+
export declare const workSpacesRemoveConnectorPathConnectorIdRegExp: RegExp;
|
|
4239
|
+
export declare const workSpacesRemoveConnectorParams: zod.ZodObject<{
|
|
4240
|
+
workspaceId: zod.ZodString;
|
|
4241
|
+
connectorId: zod.ZodString;
|
|
4242
|
+
}, zod.core.$strict>;
|
|
4243
|
+
/**
|
|
4244
|
+
* @summary Attaches a connector to a workspace — the access model for external
|
|
4245
|
+
connectors, mirroring dataspaces. Only after this can a flow in the
|
|
4246
|
+
workspace reference the connector, and the resolve endpoint checks
|
|
4247
|
+
the same attachment at call time.
|
|
4248
|
+
*/
|
|
4249
|
+
export declare const workSpacesAddConnectorPathWorkspaceIdRegExp: RegExp;
|
|
4250
|
+
export declare const workSpacesAddConnectorPathConnectorIdRegExp: RegExp;
|
|
4251
|
+
export declare const workSpacesAddConnectorParams: zod.ZodObject<{
|
|
4252
|
+
workspaceId: zod.ZodString;
|
|
4253
|
+
connectorId: zod.ZodString;
|
|
4254
|
+
}, zod.core.$strict>;
|
|
3720
4255
|
/**
|
|
3721
4256
|
* @summary Removes a data space from a workspace.
|
|
3722
4257
|
*/
|
|
@@ -3893,6 +4428,7 @@ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
|
|
|
3893
4428
|
}, zod.core.$strip>;
|
|
3894
4429
|
}, zod.core.$strip>>>>;
|
|
3895
4430
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
4431
|
+
secret: zod.ZodBoolean;
|
|
3896
4432
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3897
4433
|
}, zod.core.$strip>>>>;
|
|
3898
4434
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -3954,6 +4490,7 @@ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
|
|
|
3954
4490
|
}, zod.core.$strict>;
|
|
3955
4491
|
}, zod.core.$strict>>>>;
|
|
3956
4492
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
4493
|
+
secret: zod.ZodBoolean;
|
|
3957
4494
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3958
4495
|
}, zod.core.$strict>>>>;
|
|
3959
4496
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -3981,6 +4518,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
|
|
|
3981
4518
|
workspaceId: zod.ZodString;
|
|
3982
4519
|
}, zod.core.$strict>;
|
|
3983
4520
|
export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
|
|
4521
|
+
/**
|
|
4522
|
+
* @summary Lists connectors with their auth settings — never a credential.
|
|
4523
|
+
*/
|
|
4524
|
+
export declare const connectorsGetConnectorsQueryParams: zod.ZodObject<{
|
|
4525
|
+
kind: zod.ZodOptional<zod.ZodString>;
|
|
4526
|
+
}, zod.core.$strict>;
|
|
4527
|
+
export declare const connectorsGetConnectorsResponseIdRegExp: RegExp;
|
|
4528
|
+
export declare const connectorsGetConnectorsResponseItem: zod.ZodObject<{
|
|
4529
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4530
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4531
|
+
authType: zod.ZodString;
|
|
4532
|
+
createdAt: zod.ZodISODateTime;
|
|
4533
|
+
createdByUserId: zod.ZodString;
|
|
4534
|
+
hasSecret: zod.ZodBoolean;
|
|
4535
|
+
id: zod.ZodString;
|
|
4536
|
+
kind: zod.ZodString;
|
|
4537
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4538
|
+
modifiedByUserId: zod.ZodString;
|
|
4539
|
+
name: zod.ZodString;
|
|
4540
|
+
url: zod.ZodString;
|
|
4541
|
+
}, zod.core.$strip>;
|
|
4542
|
+
export declare const connectorsGetConnectorsResponse: zod.ZodArray<zod.ZodObject<{
|
|
4543
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4544
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4545
|
+
authType: zod.ZodString;
|
|
4546
|
+
createdAt: zod.ZodISODateTime;
|
|
4547
|
+
createdByUserId: zod.ZodString;
|
|
4548
|
+
hasSecret: zod.ZodBoolean;
|
|
4549
|
+
id: zod.ZodString;
|
|
4550
|
+
kind: zod.ZodString;
|
|
4551
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4552
|
+
modifiedByUserId: zod.ZodString;
|
|
4553
|
+
name: zod.ZodString;
|
|
4554
|
+
url: zod.ZodString;
|
|
4555
|
+
}, zod.core.$strip>>;
|
|
4556
|
+
/**
|
|
4557
|
+
* @summary Creates a connector and its shared credential in one call: the value
|
|
4558
|
+
goes to Key Vault, the row stores only the reference.
|
|
4559
|
+
*/
|
|
4560
|
+
export declare const connectorsCreateConnectorBody: zod.ZodObject<{
|
|
4561
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4562
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4563
|
+
authType: zod.ZodString;
|
|
4564
|
+
kind: zod.ZodString;
|
|
4565
|
+
name: zod.ZodString;
|
|
4566
|
+
secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4567
|
+
url: zod.ZodString;
|
|
4568
|
+
}, zod.core.$strict>;
|
|
4569
|
+
/**
|
|
4570
|
+
* @summary Picker list for workspace editors: id, name and kind only. Gated on
|
|
4571
|
+
WorkspaceEdit rather than Admin because attaching a connector to a
|
|
4572
|
+
workspace is a workspace-editor action, and the picker is how they
|
|
4573
|
+
choose one. Admins pass this gate via the role bypass.
|
|
4574
|
+
*/
|
|
4575
|
+
export declare const connectorsGetConnectorSummariesQueryParams: zod.ZodObject<{
|
|
4576
|
+
kind: zod.ZodOptional<zod.ZodString>;
|
|
4577
|
+
}, zod.core.$strict>;
|
|
4578
|
+
export declare const connectorsGetConnectorSummariesResponseIdRegExp: RegExp;
|
|
4579
|
+
export declare const connectorsGetConnectorSummariesResponseItem: zod.ZodObject<{
|
|
4580
|
+
id: zod.ZodString;
|
|
4581
|
+
kind: zod.ZodString;
|
|
4582
|
+
name: zod.ZodString;
|
|
4583
|
+
}, zod.core.$strip>;
|
|
4584
|
+
export declare const connectorsGetConnectorSummariesResponse: zod.ZodArray<zod.ZodObject<{
|
|
4585
|
+
id: zod.ZodString;
|
|
4586
|
+
kind: zod.ZodString;
|
|
4587
|
+
name: zod.ZodString;
|
|
4588
|
+
}, zod.core.$strip>>;
|
|
4589
|
+
export declare const connectorsDeleteConnectorPathIdRegExp: RegExp;
|
|
4590
|
+
export declare const connectorsDeleteConnectorParams: zod.ZodObject<{
|
|
4591
|
+
id: zod.ZodString;
|
|
4592
|
+
}, zod.core.$strict>;
|
|
4593
|
+
export declare const connectorsGetConnectorPathIdRegExp: RegExp;
|
|
4594
|
+
export declare const connectorsGetConnectorParams: zod.ZodObject<{
|
|
4595
|
+
id: zod.ZodString;
|
|
4596
|
+
}, zod.core.$strict>;
|
|
4597
|
+
export declare const connectorsGetConnectorResponseIdRegExp: RegExp;
|
|
4598
|
+
export declare const connectorsGetConnectorResponse: zod.ZodObject<{
|
|
4599
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4600
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4601
|
+
authType: zod.ZodString;
|
|
4602
|
+
createdAt: zod.ZodISODateTime;
|
|
4603
|
+
createdByUserId: zod.ZodString;
|
|
4604
|
+
hasSecret: zod.ZodBoolean;
|
|
4605
|
+
id: zod.ZodString;
|
|
4606
|
+
kind: zod.ZodString;
|
|
4607
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4608
|
+
modifiedByUserId: zod.ZodString;
|
|
4609
|
+
name: zod.ZodString;
|
|
4610
|
+
url: zod.ZodString;
|
|
4611
|
+
}, zod.core.$strip>;
|
|
4612
|
+
/**
|
|
4613
|
+
* @summary Updates a connector. Omit `Secret` to leave the credential
|
|
4614
|
+
untouched; supply one to rotate it.
|
|
4615
|
+
*/
|
|
4616
|
+
export declare const connectorsUpdateConnectorPathIdRegExp: RegExp;
|
|
4617
|
+
export declare const connectorsUpdateConnectorParams: zod.ZodObject<{
|
|
4618
|
+
id: zod.ZodString;
|
|
4619
|
+
}, zod.core.$strict>;
|
|
4620
|
+
export declare const connectorsUpdateConnectorBody: zod.ZodObject<{
|
|
4621
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4622
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4623
|
+
authType: zod.ZodString;
|
|
4624
|
+
name: zod.ZodString;
|
|
4625
|
+
secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4626
|
+
url: zod.ZodString;
|
|
4627
|
+
}, zod.core.$strict>;
|
|
4628
|
+
export declare const connectorsUpdateConnectorResponseIdRegExp: RegExp;
|
|
4629
|
+
export declare const connectorsUpdateConnectorResponse: zod.ZodObject<{
|
|
4630
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4631
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4632
|
+
authType: zod.ZodString;
|
|
4633
|
+
createdAt: zod.ZodISODateTime;
|
|
4634
|
+
createdByUserId: zod.ZodString;
|
|
4635
|
+
hasSecret: zod.ZodBoolean;
|
|
4636
|
+
id: zod.ZodString;
|
|
4637
|
+
kind: zod.ZodString;
|
|
4638
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4639
|
+
modifiedByUserId: zod.ZodString;
|
|
4640
|
+
name: zod.ZodString;
|
|
4641
|
+
url: zod.ZodString;
|
|
4642
|
+
}, zod.core.$strip>;
|
|
3984
4643
|
/**
|
|
3985
4644
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
3986
4645
|
*/
|
|
@@ -3994,6 +4653,60 @@ export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
|
|
|
3994
4653
|
export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
|
|
3995
4654
|
uri: zod.ZodURL;
|
|
3996
4655
|
}, zod.core.$strip>;
|
|
4656
|
+
/**
|
|
4657
|
+
* @summary Lists all managed secrets — names and audit metadata only, never values.
|
|
4658
|
+
*/
|
|
4659
|
+
export declare const managedSecretsGetManagedSecretsResponseIdRegExp: RegExp;
|
|
4660
|
+
export declare const managedSecretsGetManagedSecretsResponseItem: zod.ZodObject<{
|
|
4661
|
+
createdAt: zod.ZodISODateTime;
|
|
4662
|
+
createdByUserId: zod.ZodString;
|
|
4663
|
+
id: zod.ZodString;
|
|
4664
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4665
|
+
modifiedByUserId: zod.ZodString;
|
|
4666
|
+
name: zod.ZodString;
|
|
4667
|
+
}, zod.core.$strip>;
|
|
4668
|
+
export declare const managedSecretsGetManagedSecretsResponse: zod.ZodArray<zod.ZodObject<{
|
|
4669
|
+
createdAt: zod.ZodISODateTime;
|
|
4670
|
+
createdByUserId: zod.ZodString;
|
|
4671
|
+
id: zod.ZodString;
|
|
4672
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4673
|
+
modifiedByUserId: zod.ZodString;
|
|
4674
|
+
name: zod.ZodString;
|
|
4675
|
+
}, zod.core.$strip>>;
|
|
4676
|
+
/**
|
|
4677
|
+
* @summary Creates a named secret: writes the value to Key Vault and stores only
|
|
4678
|
+
the vault reference.
|
|
4679
|
+
*/
|
|
4680
|
+
export declare const managedSecretsCreateManagedSecretBody: zod.ZodObject<{
|
|
4681
|
+
name: zod.ZodString;
|
|
4682
|
+
value: zod.ZodString;
|
|
4683
|
+
}, zod.core.$strict>;
|
|
4684
|
+
/**
|
|
4685
|
+
* @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
|
|
4686
|
+
*/
|
|
4687
|
+
export declare const managedSecretsDeleteManagedSecretParams: zod.ZodObject<{
|
|
4688
|
+
name: zod.ZodString;
|
|
4689
|
+
}, zod.core.$strict>;
|
|
4690
|
+
/**
|
|
4691
|
+
* @summary Overwrites (rotates) a secret's value — a new Key Vault version under
|
|
4692
|
+
the same vault key. The value is write-only; nothing is returned but
|
|
4693
|
+
audit metadata.
|
|
4694
|
+
*/
|
|
4695
|
+
export declare const managedSecretsOverwriteManagedSecretValueParams: zod.ZodObject<{
|
|
4696
|
+
name: zod.ZodString;
|
|
4697
|
+
}, zod.core.$strict>;
|
|
4698
|
+
export declare const managedSecretsOverwriteManagedSecretValueBody: zod.ZodObject<{
|
|
4699
|
+
value: zod.ZodString;
|
|
4700
|
+
}, zod.core.$strict>;
|
|
4701
|
+
export declare const managedSecretsOverwriteManagedSecretValueResponseIdRegExp: RegExp;
|
|
4702
|
+
export declare const managedSecretsOverwriteManagedSecretValueResponse: zod.ZodObject<{
|
|
4703
|
+
createdAt: zod.ZodISODateTime;
|
|
4704
|
+
createdByUserId: zod.ZodString;
|
|
4705
|
+
id: zod.ZodString;
|
|
4706
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4707
|
+
modifiedByUserId: zod.ZodString;
|
|
4708
|
+
name: zod.ZodString;
|
|
4709
|
+
}, zod.core.$strip>;
|
|
3997
4710
|
export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
|
|
3998
4711
|
export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
|
|
3999
4712
|
workSpaceId: zod.ZodString;
|
|
@@ -4110,6 +4823,35 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
|
|
|
4110
4823
|
}, zod.core.$strip>>;
|
|
4111
4824
|
total: zod.ZodNumber;
|
|
4112
4825
|
}, zod.core.$strip>;
|
|
4826
|
+
/**
|
|
4827
|
+
* @summary Lists a workspace's flow runs, newest first (chat threads, designer
|
|
4828
|
+
runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
|
|
4829
|
+
*/
|
|
4830
|
+
export declare const flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp: RegExp;
|
|
4831
|
+
export declare const flowRunsGetWorkspaceRunsParams: zod.ZodObject<{
|
|
4832
|
+
workspaceId: zod.ZodString;
|
|
4833
|
+
}, zod.core.$strict>;
|
|
4834
|
+
export declare const flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
|
|
4835
|
+
export declare const flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
|
|
4836
|
+
export declare const flowRunsGetWorkspaceRunsQueryParams: zod.ZodObject<{
|
|
4837
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
4838
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
4839
|
+
}, zod.core.$strict>;
|
|
4840
|
+
export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp: RegExp;
|
|
4841
|
+
export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp: RegExp;
|
|
4842
|
+
export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp: RegExp;
|
|
4843
|
+
export declare const flowRunsGetWorkspaceRunsResponse: zod.ZodObject<{
|
|
4844
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
4845
|
+
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
4846
|
+
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
4847
|
+
flowDefinitionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4848
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4849
|
+
flowRunId: zod.ZodString;
|
|
4850
|
+
runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
4851
|
+
status: zod.ZodString;
|
|
4852
|
+
}, zod.core.$strip>>;
|
|
4853
|
+
total: zod.ZodNumber;
|
|
4854
|
+
}, zod.core.$strip>;
|
|
4113
4855
|
/**
|
|
4114
4856
|
* @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
|
|
4115
4857
|
*/
|
|
@@ -4179,6 +4921,7 @@ export declare const sandBoxGetThreadMessagesResponseItem: zod.ZodObject<{
|
|
|
4179
4921
|
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4180
4922
|
code: zod.ZodNumber;
|
|
4181
4923
|
data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
4924
|
+
errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4182
4925
|
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4183
4926
|
}, zod.core.$strip>>;
|
|
4184
4927
|
hasComments: zod.ZodBoolean;
|
|
@@ -4206,6 +4949,7 @@ export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObjec
|
|
|
4206
4949
|
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4207
4950
|
code: zod.ZodNumber;
|
|
4208
4951
|
data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
4952
|
+
errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4209
4953
|
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4210
4954
|
}, zod.core.$strip>>;
|
|
4211
4955
|
hasComments: zod.ZodBoolean;
|
|
@@ -4256,6 +5000,7 @@ export declare const sandBoxThreadMessagesResponse: zod.ZodObject<{
|
|
|
4256
5000
|
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4257
5001
|
code: zod.ZodNumber;
|
|
4258
5002
|
data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
5003
|
+
errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4259
5004
|
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4260
5005
|
}, zod.core.$strip>>;
|
|
4261
5006
|
hasComments: zod.ZodBoolean;
|