@smartspace/api-client 0.1.0-dev.cd3784d → 0.1.0-dev.d7a917d
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 -2
- package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → blocksRenameBlockSetRequest.d.ts} +2 -3
- package/dist/generated/config/models/{blocksUsedInWorkspaceRef.d.ts → blocksUsedInRef.d.ts} +1 -1
- 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 -2
- package/dist/generated/config/models/index.js +43 -2
- 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 +802 -64
- package/dist/generated/config/zod.js +657 -39
- 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/{blocksUsedInWorkspaceRef.js → blocksRenameBlockSetRequest.js} +0 -0
- /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → blocksUsedInRef.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,7 @@ 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;
|
|
323
327
|
export declare const blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp: RegExp;
|
|
324
328
|
export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
|
|
325
329
|
blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -390,6 +394,10 @@ export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
|
|
|
390
394
|
Custom: "Custom";
|
|
391
395
|
Debug: "Debug";
|
|
392
396
|
}>;
|
|
397
|
+
usedInDataSets: zod.ZodArray<zod.ZodObject<{
|
|
398
|
+
id: zod.ZodString;
|
|
399
|
+
name: zod.ZodString;
|
|
400
|
+
}, zod.core.$strip>>;
|
|
393
401
|
usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
|
|
394
402
|
id: zod.ZodString;
|
|
395
403
|
name: zod.ZodString;
|
|
@@ -464,6 +472,10 @@ export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
464
472
|
Custom: "Custom";
|
|
465
473
|
Debug: "Debug";
|
|
466
474
|
}>;
|
|
475
|
+
usedInDataSets: zod.ZodArray<zod.ZodObject<{
|
|
476
|
+
id: zod.ZodString;
|
|
477
|
+
name: zod.ZodString;
|
|
478
|
+
}, zod.core.$strip>>;
|
|
467
479
|
usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
|
|
468
480
|
id: zod.ZodString;
|
|
469
481
|
name: zod.ZodString;
|
|
@@ -487,6 +499,18 @@ export declare const blockSetsGetDeployedBlockFilesParams: zod.ZodObject<{
|
|
|
487
499
|
export declare const blockSetsDeleteBlockSetParams: zod.ZodObject<{
|
|
488
500
|
name: zod.ZodString;
|
|
489
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>;
|
|
490
514
|
/**
|
|
491
515
|
* @summary Adds a new custom block set.
|
|
492
516
|
*/
|
|
@@ -574,6 +598,35 @@ export declare const blocksGetBlocksResponse: zod.ZodRecord<zod.ZodString, zod.Z
|
|
|
574
598
|
}>;
|
|
575
599
|
version: zod.ZodString;
|
|
576
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>;
|
|
577
630
|
/**
|
|
578
631
|
* @summary Manually trigger reingestion of a specific container item.
|
|
579
632
|
*/
|
|
@@ -651,6 +704,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
|
|
|
651
704
|
}, zod.core.$strip>;
|
|
652
705
|
}, zod.core.$strip>>>>;
|
|
653
706
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
707
|
+
secret: zod.ZodBoolean;
|
|
654
708
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
655
709
|
}, zod.core.$strip>>>>;
|
|
656
710
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -675,6 +729,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
|
|
|
675
729
|
triggers: zod.ZodArray<zod.ZodObject<{
|
|
676
730
|
dataSourceContainer: zod.ZodObject<{
|
|
677
731
|
dataSourceId: zod.ZodString;
|
|
732
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
678
733
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
679
734
|
operator: zod.ZodString;
|
|
680
735
|
propertyName: zod.ZodString;
|
|
@@ -764,6 +819,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
764
819
|
}, zod.core.$strip>;
|
|
765
820
|
}, zod.core.$strip>>>>;
|
|
766
821
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
822
|
+
secret: zod.ZodBoolean;
|
|
767
823
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
768
824
|
}, zod.core.$strip>>>>;
|
|
769
825
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -788,6 +844,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
788
844
|
triggers: zod.ZodArray<zod.ZodObject<{
|
|
789
845
|
dataSourceContainer: zod.ZodObject<{
|
|
790
846
|
dataSourceId: zod.ZodString;
|
|
847
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
791
848
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
792
849
|
operator: zod.ZodString;
|
|
793
850
|
propertyName: zod.ZodString;
|
|
@@ -855,6 +912,11 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
|
|
|
855
912
|
isVector: zod.ZodBoolean;
|
|
856
913
|
name: zod.ZodString;
|
|
857
914
|
}, zod.core.$strip>>;
|
|
915
|
+
scopingMode: zod.ZodEnum<{
|
|
916
|
+
Unrestricted: "Unrestricted";
|
|
917
|
+
PerSubject: "PerSubject";
|
|
918
|
+
}>;
|
|
919
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
858
920
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
859
921
|
}, zod.core.$strip>>;
|
|
860
922
|
total: zod.ZodNumber;
|
|
@@ -912,6 +974,11 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
|
|
|
912
974
|
isVector: zod.ZodBoolean;
|
|
913
975
|
name: zod.ZodString;
|
|
914
976
|
}, zod.core.$strip>>;
|
|
977
|
+
scopingMode: zod.ZodEnum<{
|
|
978
|
+
Unrestricted: "Unrestricted";
|
|
979
|
+
PerSubject: "PerSubject";
|
|
980
|
+
}>;
|
|
981
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
915
982
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
916
983
|
}, zod.core.$strip>;
|
|
917
984
|
/**
|
|
@@ -925,6 +992,7 @@ export declare const dataSetsPutBodyIdRegExp: RegExp;
|
|
|
925
992
|
export declare const dataSetsPutBody: zod.ZodObject<{
|
|
926
993
|
containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
927
994
|
dataSourceId: zod.ZodString;
|
|
995
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
928
996
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
929
997
|
operator: zod.ZodString;
|
|
930
998
|
propertyName: zod.ZodString;
|
|
@@ -955,6 +1023,11 @@ export declare const dataSetsPutResponse: zod.ZodObject<{
|
|
|
955
1023
|
isVector: zod.ZodBoolean;
|
|
956
1024
|
name: zod.ZodString;
|
|
957
1025
|
}, zod.core.$strip>>;
|
|
1026
|
+
scopingMode: zod.ZodEnum<{
|
|
1027
|
+
Unrestricted: "Unrestricted";
|
|
1028
|
+
PerSubject: "PerSubject";
|
|
1029
|
+
}>;
|
|
1030
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
958
1031
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
959
1032
|
}, zod.core.$strip>;
|
|
960
1033
|
/**
|
|
@@ -998,7 +1071,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
|
|
|
998
1071
|
}, zod.core.$strip>>;
|
|
999
1072
|
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1000
1073
|
flowRunId: zod.ZodString;
|
|
1001
|
-
runAt: zod.ZodISODateTime
|
|
1074
|
+
runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1002
1075
|
status: zod.ZodString;
|
|
1003
1076
|
}, zod.core.$strip>>;
|
|
1004
1077
|
id: zod.ZodString;
|
|
@@ -1036,6 +1109,11 @@ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
|
|
|
1036
1109
|
isVector: zod.ZodBoolean;
|
|
1037
1110
|
name: zod.ZodString;
|
|
1038
1111
|
}, zod.core.$strip>>;
|
|
1112
|
+
scopingMode: zod.ZodEnum<{
|
|
1113
|
+
Unrestricted: "Unrestricted";
|
|
1114
|
+
PerSubject: "PerSubject";
|
|
1115
|
+
}>;
|
|
1116
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1039
1117
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1040
1118
|
}, zod.core.$strip>;
|
|
1041
1119
|
export declare const dataSetsExportPathIdRegExp: RegExp;
|
|
@@ -1138,6 +1216,11 @@ export declare const dataSetsDeleteItemParams: zod.ZodObject<{
|
|
|
1138
1216
|
itemId: zod.ZodString;
|
|
1139
1217
|
}, zod.core.$strict>;
|
|
1140
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.
|
|
1141
1224
|
* @summary Upsert a single property on a dataset.
|
|
1142
1225
|
*/
|
|
1143
1226
|
export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
|
|
@@ -1146,7 +1229,7 @@ export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
|
|
|
1146
1229
|
}, zod.core.$strict>;
|
|
1147
1230
|
export declare const dataSetsAddDataSetPropertyBody: zod.ZodObject<{
|
|
1148
1231
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1149
|
-
isVector: zod.ZodBoolean
|
|
1232
|
+
isVector: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
1150
1233
|
name: zod.ZodString;
|
|
1151
1234
|
}, zod.core.$strict>;
|
|
1152
1235
|
export declare const dataSetsAddDataSetPropertyResponse: zod.ZodObject<{
|
|
@@ -1159,6 +1242,74 @@ export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
|
|
|
1159
1242
|
id: zod.ZodString;
|
|
1160
1243
|
name: zod.ZodString;
|
|
1161
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>;
|
|
1162
1313
|
/**
|
|
1163
1314
|
* @summary Fetch a list of all available data source types in SmartSpace.
|
|
1164
1315
|
*/
|
|
@@ -1209,6 +1360,7 @@ export declare const dataSourceTypesGetAvailableContainersBody: zod.ZodObject<{
|
|
|
1209
1360
|
}, zod.core.$strict>;
|
|
1210
1361
|
export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodObject<{
|
|
1211
1362
|
children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
|
|
1363
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1212
1364
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1213
1365
|
operator: zod.ZodString;
|
|
1214
1366
|
propertyName: zod.ZodString;
|
|
@@ -1223,6 +1375,7 @@ export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodO
|
|
|
1223
1375
|
}, zod.core.$strip>;
|
|
1224
1376
|
export declare const dataSourceTypesGetAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
|
|
1225
1377
|
children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
|
|
1378
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1226
1379
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1227
1380
|
operator: zod.ZodString;
|
|
1228
1381
|
propertyName: zod.ZodString;
|
|
@@ -1267,6 +1420,7 @@ export declare const dataSourcesGetResponse: zod.ZodObject<{
|
|
|
1267
1420
|
data: zod.ZodArray<zod.ZodObject<{
|
|
1268
1421
|
containers: zod.ZodArray<zod.ZodObject<{
|
|
1269
1422
|
dataSourceId: zod.ZodString;
|
|
1423
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1270
1424
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1271
1425
|
operator: zod.ZodString;
|
|
1272
1426
|
propertyName: zod.ZodString;
|
|
@@ -1327,6 +1481,7 @@ export declare const dataSourcesPostResponseIdRegExp: RegExp;
|
|
|
1327
1481
|
export declare const dataSourcesPostResponse: zod.ZodObject<{
|
|
1328
1482
|
containers: zod.ZodArray<zod.ZodObject<{
|
|
1329
1483
|
dataSourceId: zod.ZodString;
|
|
1484
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1330
1485
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1331
1486
|
operator: zod.ZodString;
|
|
1332
1487
|
propertyName: zod.ZodString;
|
|
@@ -1390,6 +1545,7 @@ export declare const dataSourcesContainersResponseDataSourceIdRegExp: RegExp;
|
|
|
1390
1545
|
export declare const dataSourcesContainersResponseIdRegExp: RegExp;
|
|
1391
1546
|
export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
|
|
1392
1547
|
dataSourceId: zod.ZodString;
|
|
1548
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1393
1549
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1394
1550
|
operator: zod.ZodString;
|
|
1395
1551
|
propertyName: zod.ZodString;
|
|
@@ -1401,6 +1557,7 @@ export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
|
|
|
1401
1557
|
}, zod.core.$strip>;
|
|
1402
1558
|
export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
|
|
1403
1559
|
dataSourceId: zod.ZodString;
|
|
1560
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1404
1561
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1405
1562
|
operator: zod.ZodString;
|
|
1406
1563
|
propertyName: zod.ZodString;
|
|
@@ -1452,6 +1609,15 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
|
|
|
1452
1609
|
export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
|
|
1453
1610
|
credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
|
|
1454
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>;
|
|
1455
1621
|
export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
|
|
1456
1622
|
export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
|
|
1457
1623
|
id: zod.ZodString;
|
|
@@ -1509,6 +1675,11 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
|
|
|
1509
1675
|
isVector: zod.ZodBoolean;
|
|
1510
1676
|
name: zod.ZodString;
|
|
1511
1677
|
}, zod.core.$strip>>;
|
|
1678
|
+
scopingMode: zod.ZodEnum<{
|
|
1679
|
+
Unrestricted: "Unrestricted";
|
|
1680
|
+
PerSubject: "PerSubject";
|
|
1681
|
+
}>;
|
|
1682
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1512
1683
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1513
1684
|
}, zod.core.$strip>>;
|
|
1514
1685
|
id: zod.ZodString;
|
|
@@ -1564,6 +1735,11 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
|
|
|
1564
1735
|
isVector: zod.ZodBoolean;
|
|
1565
1736
|
name: zod.ZodString;
|
|
1566
1737
|
}, zod.core.$strip>>;
|
|
1738
|
+
scopingMode: zod.ZodEnum<{
|
|
1739
|
+
Unrestricted: "Unrestricted";
|
|
1740
|
+
PerSubject: "PerSubject";
|
|
1741
|
+
}>;
|
|
1742
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1567
1743
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1568
1744
|
}, zod.core.$strip>>;
|
|
1569
1745
|
id: zod.ZodString;
|
|
@@ -1615,6 +1791,11 @@ export declare const dataSpacesPutResponse: zod.ZodObject<{
|
|
|
1615
1791
|
isVector: zod.ZodBoolean;
|
|
1616
1792
|
name: zod.ZodString;
|
|
1617
1793
|
}, zod.core.$strip>>;
|
|
1794
|
+
scopingMode: zod.ZodEnum<{
|
|
1795
|
+
Unrestricted: "Unrestricted";
|
|
1796
|
+
PerSubject: "PerSubject";
|
|
1797
|
+
}>;
|
|
1798
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1618
1799
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1619
1800
|
}, zod.core.$strip>>;
|
|
1620
1801
|
id: zod.ZodString;
|
|
@@ -1683,6 +1864,11 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
|
|
|
1683
1864
|
isVector: zod.ZodBoolean;
|
|
1684
1865
|
name: zod.ZodString;
|
|
1685
1866
|
}, zod.core.$strip>>;
|
|
1867
|
+
scopingMode: zod.ZodEnum<{
|
|
1868
|
+
Unrestricted: "Unrestricted";
|
|
1869
|
+
PerSubject: "PerSubject";
|
|
1870
|
+
}>;
|
|
1871
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1686
1872
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1687
1873
|
}, zod.core.$strip>>;
|
|
1688
1874
|
total: zod.ZodNumber;
|
|
@@ -1698,6 +1884,7 @@ export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegEx
|
|
|
1698
1884
|
export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
|
|
1699
1885
|
containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1700
1886
|
dataSourceId: zod.ZodString;
|
|
1887
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1701
1888
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1702
1889
|
operator: zod.ZodString;
|
|
1703
1890
|
propertyName: zod.ZodString;
|
|
@@ -1714,6 +1901,13 @@ export declare const debugInvokeParams: zod.ZodObject<{
|
|
|
1714
1901
|
}, zod.core.$strict>;
|
|
1715
1902
|
export declare const debugInvokeBodyItem: zod.ZodAny;
|
|
1716
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;
|
|
1717
1911
|
/**
|
|
1718
1912
|
* @summary List the current user's drafts (without parsed interfaces — load detail to get those).
|
|
1719
1913
|
*/
|
|
@@ -2007,6 +2201,28 @@ export declare const draftsSaveDraftResponse: zod.ZodObject<{
|
|
|
2007
2201
|
parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2008
2202
|
rowVersion: zod.ZodString;
|
|
2009
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>;
|
|
2010
2226
|
/**
|
|
2011
2227
|
* @summary Upload files to be referenced in requests (supports full and chunked uploads).
|
|
2012
2228
|
*/
|
|
@@ -2158,6 +2374,16 @@ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
|
|
|
2158
2374
|
export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
|
|
2159
2375
|
id: zod.ZodString;
|
|
2160
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>;
|
|
2161
2387
|
export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
|
|
2162
2388
|
export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
|
|
2163
2389
|
id: zod.ZodString;
|
|
@@ -2285,6 +2511,7 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
|
|
|
2285
2511
|
}, zod.core.$strict>;
|
|
2286
2512
|
}, zod.core.$strict>>>>;
|
|
2287
2513
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2514
|
+
secret: zod.ZodBoolean;
|
|
2288
2515
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
2289
2516
|
}, zod.core.$strict>>>>;
|
|
2290
2517
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -2407,6 +2634,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
|
|
|
2407
2634
|
}>>;
|
|
2408
2635
|
displayName: zod.ZodString;
|
|
2409
2636
|
id: zod.ZodString;
|
|
2637
|
+
isDefault: zod.ZodBoolean;
|
|
2410
2638
|
modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
|
|
2411
2639
|
OpenAi: "OpenAi";
|
|
2412
2640
|
AzureOpenAi: "AzureOpenAi";
|
|
@@ -2495,6 +2723,59 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
|
|
|
2495
2723
|
Other: "Other";
|
|
2496
2724
|
}>>;
|
|
2497
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>;
|
|
2498
2779
|
export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
|
|
2499
2780
|
serverType: zod.ZodOptional<zod.ZodEnum<{
|
|
2500
2781
|
TextGenerationInference: "TextGenerationInference";
|
|
@@ -2567,6 +2848,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
|
|
|
2567
2848
|
}, zod.core.$strip>>;
|
|
2568
2849
|
displayName: zod.ZodString;
|
|
2569
2850
|
id: zod.ZodString;
|
|
2851
|
+
isDefault: zod.ZodBoolean;
|
|
2570
2852
|
modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
|
|
2571
2853
|
OpenAi: "OpenAi";
|
|
2572
2854
|
AzureOpenAi: "AzureOpenAi";
|
|
@@ -2656,6 +2938,20 @@ export declare const modelsUpsertModelBody: zod.ZodObject<{
|
|
|
2656
2938
|
Other: "Other";
|
|
2657
2939
|
}>>;
|
|
2658
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>;
|
|
2659
2955
|
/**
|
|
2660
2956
|
* @summary Retrieves the Docker logs for a specific deployment of a model.
|
|
2661
2957
|
*/
|
|
@@ -2701,6 +2997,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
|
|
|
2701
2997
|
WorkSpaceUpdated: "WorkSpaceUpdated";
|
|
2702
2998
|
MessageThreadUpdated: "MessageThreadUpdated";
|
|
2703
2999
|
CommentUpdated: "CommentUpdated";
|
|
3000
|
+
AddedToThread: "AddedToThread";
|
|
2704
3001
|
}>;
|
|
2705
3002
|
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2706
3003
|
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2786,12 +3083,215 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
|
|
|
2786
3083
|
name: zod.ZodString;
|
|
2787
3084
|
}, zod.core.$strip>>;
|
|
2788
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>;
|
|
2789
3288
|
/**
|
|
2790
3289
|
* @summary Gets Tenant Id
|
|
2791
3290
|
*/
|
|
2792
3291
|
export declare const tenantIdGetResultResponse: zod.ZodString;
|
|
2793
3292
|
/**
|
|
2794
|
-
* @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.
|
|
2795
3295
|
*/
|
|
2796
3296
|
export declare const usersGetUsersQuerySkipDefault = 0;
|
|
2797
3297
|
export declare const usersGetUsersQueryTakeDefault = 20;
|
|
@@ -2808,8 +3308,7 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
|
|
|
2808
3308
|
lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2809
3309
|
mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2810
3310
|
name: zod.ZodString;
|
|
2811
|
-
permissions: zod.ZodEnum<{
|
|
2812
|
-
None: "None";
|
|
3311
|
+
permissions: zod.ZodArray<zod.ZodEnum<{
|
|
2813
3312
|
WorkspaceCreate: "WorkspaceCreate";
|
|
2814
3313
|
WorkspaceEdit: "WorkspaceEdit";
|
|
2815
3314
|
WorkspaceDelete: "WorkspaceDelete";
|
|
@@ -2819,13 +3318,12 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
|
|
|
2819
3318
|
ConnectorCreate: "ConnectorCreate";
|
|
2820
3319
|
ConnectorEdit: "ConnectorEdit";
|
|
2821
3320
|
ConnectorDelete: "ConnectorDelete";
|
|
2822
|
-
}
|
|
3321
|
+
}>>;
|
|
2823
3322
|
}, zod.core.$strip>>;
|
|
2824
3323
|
total: zod.ZodNumber;
|
|
2825
3324
|
}, zod.core.$strip>;
|
|
2826
3325
|
export declare const usersGetUsersByFilterParams: zod.ZodObject<{
|
|
2827
|
-
permissions: zod.ZodEnum<{
|
|
2828
|
-
None: "None";
|
|
3326
|
+
permissions: zod.ZodArray<zod.ZodEnum<{
|
|
2829
3327
|
WorkspaceCreate: "WorkspaceCreate";
|
|
2830
3328
|
WorkspaceEdit: "WorkspaceEdit";
|
|
2831
3329
|
WorkspaceDelete: "WorkspaceDelete";
|
|
@@ -2835,10 +3333,9 @@ export declare const usersGetUsersByFilterParams: zod.ZodObject<{
|
|
|
2835
3333
|
ConnectorCreate: "ConnectorCreate";
|
|
2836
3334
|
ConnectorEdit: "ConnectorEdit";
|
|
2837
3335
|
ConnectorDelete: "ConnectorDelete";
|
|
2838
|
-
}
|
|
3336
|
+
}>>;
|
|
2839
3337
|
}, zod.core.$strict>;
|
|
2840
|
-
export declare const
|
|
2841
|
-
None: "None";
|
|
3338
|
+
export declare const usersGetMyPermissionsResponseItem: zod.ZodEnum<{
|
|
2842
3339
|
WorkspaceCreate: "WorkspaceCreate";
|
|
2843
3340
|
WorkspaceEdit: "WorkspaceEdit";
|
|
2844
3341
|
WorkspaceDelete: "WorkspaceDelete";
|
|
@@ -2849,6 +3346,17 @@ export declare const usersGetMyPermissionsResponse: zod.ZodEnum<{
|
|
|
2849
3346
|
ConnectorEdit: "ConnectorEdit";
|
|
2850
3347
|
ConnectorDelete: "ConnectorDelete";
|
|
2851
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
|
+
}>>;
|
|
2852
3360
|
/**
|
|
2853
3361
|
* @summary Disable user (Remove all assigned WorkSpaces by UserId)
|
|
2854
3362
|
*/
|
|
@@ -2886,21 +3394,8 @@ export declare const usersGetUserDetailResponse: zod.ZodObject<{
|
|
|
2886
3394
|
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2887
3395
|
id: zod.ZodString;
|
|
2888
3396
|
isAdmin: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2889
|
-
lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2890
3397
|
mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2891
3398
|
name: zod.ZodString;
|
|
2892
|
-
permissions: zod.ZodEnum<{
|
|
2893
|
-
None: "None";
|
|
2894
|
-
WorkspaceCreate: "WorkspaceCreate";
|
|
2895
|
-
WorkspaceEdit: "WorkspaceEdit";
|
|
2896
|
-
WorkspaceDelete: "WorkspaceDelete";
|
|
2897
|
-
DataSpaceCreate: "DataSpaceCreate";
|
|
2898
|
-
DataSpaceEdit: "DataSpaceEdit";
|
|
2899
|
-
DataSpaceDelete: "DataSpaceDelete";
|
|
2900
|
-
ConnectorCreate: "ConnectorCreate";
|
|
2901
|
-
ConnectorEdit: "ConnectorEdit";
|
|
2902
|
-
ConnectorDelete: "ConnectorDelete";
|
|
2903
|
-
}>;
|
|
2904
3399
|
}, zod.core.$strip>;
|
|
2905
3400
|
/**
|
|
2906
3401
|
* @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
|
|
@@ -2924,42 +3419,28 @@ export declare const usersGetAccessWorkSpacesQueryParams: zod.ZodObject<{
|
|
|
2924
3419
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
2925
3420
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2926
3421
|
}, zod.core.$strict>;
|
|
2927
|
-
export declare const
|
|
2928
|
-
export declare const
|
|
2929
|
-
export declare const
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
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;
|
|
2945
3443
|
}, zod.core.$strip>;
|
|
2946
|
-
export declare const usersGetAccessWorkSpacesResponse: zod.ZodArray<zod.ZodObject<{
|
|
2947
|
-
accessType: zod.ZodEnum<{
|
|
2948
|
-
Principal: "Principal";
|
|
2949
|
-
Group: "Group";
|
|
2950
|
-
}>;
|
|
2951
|
-
displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2952
|
-
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2953
|
-
objectId: zod.ZodString;
|
|
2954
|
-
principalType: zod.ZodOptional<zod.ZodEnum<{
|
|
2955
|
-
Unknown: "Unknown";
|
|
2956
|
-
User: "User";
|
|
2957
|
-
ServicePrincipal: "ServicePrincipal";
|
|
2958
|
-
Internal: "Internal";
|
|
2959
|
-
}>>;
|
|
2960
|
-
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2961
|
-
workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2962
|
-
}, zod.core.$strip>>;
|
|
2963
3444
|
export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
|
|
2964
3445
|
export declare const usersAdminPermissionParams: zod.ZodObject<{
|
|
2965
3446
|
userId: zod.ZodString;
|
|
@@ -2971,8 +3452,7 @@ export declare const usersAddUserPermissionPathUserIdRegExp: RegExp;
|
|
|
2971
3452
|
export declare const usersAddUserPermissionParams: zod.ZodObject<{
|
|
2972
3453
|
userId: zod.ZodString;
|
|
2973
3454
|
}, zod.core.$strict>;
|
|
2974
|
-
export declare const
|
|
2975
|
-
None: "None";
|
|
3455
|
+
export declare const usersAddUserPermissionBodyItem: zod.ZodEnum<{
|
|
2976
3456
|
WorkspaceCreate: "WorkspaceCreate";
|
|
2977
3457
|
WorkspaceEdit: "WorkspaceEdit";
|
|
2978
3458
|
WorkspaceDelete: "WorkspaceDelete";
|
|
@@ -2983,11 +3463,21 @@ export declare const usersAddUserPermissionBody: zod.ZodEnum<{
|
|
|
2983
3463
|
ConnectorEdit: "ConnectorEdit";
|
|
2984
3464
|
ConnectorDelete: "ConnectorDelete";
|
|
2985
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
|
+
}>>;
|
|
2986
3477
|
export declare const usersRemoveUserPermissionPathUserIdRegExp: RegExp;
|
|
2987
3478
|
export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
|
|
2988
3479
|
userId: zod.ZodString;
|
|
2989
|
-
permission: zod.ZodEnum<{
|
|
2990
|
-
None: "None";
|
|
3480
|
+
permission: zod.ZodArray<zod.ZodEnum<{
|
|
2991
3481
|
WorkspaceCreate: "WorkspaceCreate";
|
|
2992
3482
|
WorkspaceEdit: "WorkspaceEdit";
|
|
2993
3483
|
WorkspaceDelete: "WorkspaceDelete";
|
|
@@ -2997,7 +3487,7 @@ export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
|
|
|
2997
3487
|
ConnectorCreate: "ConnectorCreate";
|
|
2998
3488
|
ConnectorEdit: "ConnectorEdit";
|
|
2999
3489
|
ConnectorDelete: "ConnectorDelete";
|
|
3000
|
-
}
|
|
3490
|
+
}>>;
|
|
3001
3491
|
}, zod.core.$strict>;
|
|
3002
3492
|
/**
|
|
3003
3493
|
* @summary Returns a list of available Azure locations for deploying virtual machines
|
|
@@ -3067,6 +3557,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
|
|
|
3067
3557
|
sortBy: zod.ZodOptional<zod.ZodString>;
|
|
3068
3558
|
sortDirection: zod.ZodOptional<zod.ZodString>;
|
|
3069
3559
|
}, zod.core.$strict>;
|
|
3560
|
+
export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
|
|
3070
3561
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
3071
3562
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
3072
3563
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
@@ -3087,6 +3578,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
|
|
|
3087
3578
|
export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
|
|
3088
3579
|
export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
3089
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>>;
|
|
3090
3586
|
createdAt: zod.ZodISODateTime;
|
|
3091
3587
|
createdByUserId: zod.ZodString;
|
|
3092
3588
|
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
@@ -3133,6 +3629,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
|
3133
3629
|
}, zod.core.$strip>;
|
|
3134
3630
|
}, zod.core.$strip>>>>;
|
|
3135
3631
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3632
|
+
secret: zod.ZodBoolean;
|
|
3136
3633
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3137
3634
|
}, zod.core.$strip>>>>;
|
|
3138
3635
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -3157,6 +3654,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
|
3157
3654
|
triggers: zod.ZodArray<zod.ZodObject<{
|
|
3158
3655
|
dataSourceContainer: zod.ZodObject<{
|
|
3159
3656
|
dataSourceId: zod.ZodString;
|
|
3657
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3160
3658
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3161
3659
|
operator: zod.ZodString;
|
|
3162
3660
|
propertyName: zod.ZodString;
|
|
@@ -3357,6 +3855,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
|
|
|
3357
3855
|
export declare const workSpacesGetIdParams: zod.ZodObject<{
|
|
3358
3856
|
id: zod.ZodString;
|
|
3359
3857
|
}, zod.core.$strict>;
|
|
3858
|
+
export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
|
|
3360
3859
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
3361
3860
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
3362
3861
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
@@ -3376,6 +3875,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
|
|
|
3376
3875
|
export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
|
|
3377
3876
|
export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
|
|
3378
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>>;
|
|
3379
3883
|
createdAt: zod.ZodISODateTime;
|
|
3380
3884
|
createdByUserId: zod.ZodString;
|
|
3381
3885
|
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
@@ -3422,6 +3926,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
|
3422
3926
|
}, zod.core.$strip>;
|
|
3423
3927
|
}, zod.core.$strip>>>>;
|
|
3424
3928
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3929
|
+
secret: zod.ZodBoolean;
|
|
3425
3930
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3426
3931
|
}, zod.core.$strip>>>>;
|
|
3427
3932
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -3446,6 +3951,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
|
3446
3951
|
triggers: zod.ZodArray<zod.ZodObject<{
|
|
3447
3952
|
dataSourceContainer: zod.ZodObject<{
|
|
3448
3953
|
dataSourceId: zod.ZodString;
|
|
3954
|
+
fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3449
3955
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3450
3956
|
operator: zod.ZodString;
|
|
3451
3957
|
propertyName: zod.ZodString;
|
|
@@ -3724,6 +4230,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
|
|
|
3724
4230
|
temperature: zod.ZodNumber;
|
|
3725
4231
|
topP: zod.ZodNumber;
|
|
3726
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>;
|
|
3727
4255
|
/**
|
|
3728
4256
|
* @summary Removes a data space from a workspace.
|
|
3729
4257
|
*/
|
|
@@ -3900,6 +4428,7 @@ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
|
|
|
3900
4428
|
}, zod.core.$strip>;
|
|
3901
4429
|
}, zod.core.$strip>>>>;
|
|
3902
4430
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
4431
|
+
secret: zod.ZodBoolean;
|
|
3903
4432
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3904
4433
|
}, zod.core.$strip>>>>;
|
|
3905
4434
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -3961,6 +4490,7 @@ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
|
|
|
3961
4490
|
}, zod.core.$strict>;
|
|
3962
4491
|
}, zod.core.$strict>>>>;
|
|
3963
4492
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
4493
|
+
secret: zod.ZodBoolean;
|
|
3964
4494
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3965
4495
|
}, zod.core.$strict>>>>;
|
|
3966
4496
|
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -3988,6 +4518,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
|
|
|
3988
4518
|
workspaceId: zod.ZodString;
|
|
3989
4519
|
}, zod.core.$strict>;
|
|
3990
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>;
|
|
3991
4643
|
/**
|
|
3992
4644
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
3993
4645
|
*/
|
|
@@ -4001,6 +4653,60 @@ export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
|
|
|
4001
4653
|
export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
|
|
4002
4654
|
uri: zod.ZodURL;
|
|
4003
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>;
|
|
4004
4710
|
export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
|
|
4005
4711
|
export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
|
|
4006
4712
|
workSpaceId: zod.ZodString;
|
|
@@ -4117,6 +4823,35 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
|
|
|
4117
4823
|
}, zod.core.$strip>>;
|
|
4118
4824
|
total: zod.ZodNumber;
|
|
4119
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>;
|
|
4120
4855
|
/**
|
|
4121
4856
|
* @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
|
|
4122
4857
|
*/
|
|
@@ -4186,6 +4921,7 @@ export declare const sandBoxGetThreadMessagesResponseItem: zod.ZodObject<{
|
|
|
4186
4921
|
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4187
4922
|
code: zod.ZodNumber;
|
|
4188
4923
|
data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
4924
|
+
errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4189
4925
|
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4190
4926
|
}, zod.core.$strip>>;
|
|
4191
4927
|
hasComments: zod.ZodBoolean;
|
|
@@ -4213,6 +4949,7 @@ export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObjec
|
|
|
4213
4949
|
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4214
4950
|
code: zod.ZodNumber;
|
|
4215
4951
|
data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
4952
|
+
errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4216
4953
|
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4217
4954
|
}, zod.core.$strip>>;
|
|
4218
4955
|
hasComments: zod.ZodBoolean;
|
|
@@ -4263,6 +5000,7 @@ export declare const sandBoxThreadMessagesResponse: zod.ZodObject<{
|
|
|
4263
5000
|
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4264
5001
|
code: zod.ZodNumber;
|
|
4265
5002
|
data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
5003
|
+
errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4266
5004
|
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4267
5005
|
}, zod.core.$strip>>;
|
|
4268
5006
|
hasComments: zod.ZodBoolean;
|