@smartspace/api-client 0.1.0-dev.6388c2e → 0.1.0-dev.6798e1d
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 -2
- package/dist/generated/chat/api.js +10 -8
- 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 +5 -0
- package/dist/generated/chat/models/dataSourceContainer.js +0 -6
- package/dist/generated/chat/models/dataSourcesContainerFilterModel.d.ts +11 -0
- package/dist/generated/chat/models/dataSourcesContainerFilterModel.js +8 -0
- package/dist/generated/chat/models/enumsNotificationType.d.ts +1 -0
- package/dist/generated/chat/models/enumsNotificationType.js +1 -0
- package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
- package/dist/generated/chat/models/flowsFlowTrigger.d.ts +1 -0
- package/dist/generated/chat/models/index.d.ts +2 -0
- package/dist/generated/chat/models/index.js +2 -0
- package/dist/generated/chat/models/messagesMessageError.d.ts +2 -0
- package/dist/generated/chat/models/pagedDataCollectionAccessAccess.d.ts +2 -0
- package/dist/generated/chat/models/pagedDataCollectionAiModelSummary.d.ts +2 -0
- package/dist/generated/chat/models/pagedDataCollectionCommentCommentSummary.d.ts +2 -0
- package/dist/generated/chat/models/pagedDataCollectionMessageThreadMessageThreadSummary.d.ts +2 -0
- package/dist/generated/chat/models/pagedDataCollectionMessagesMessage.d.ts +2 -0
- package/dist/generated/chat/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/chat/zod.d.ts +53 -8
- package/dist/generated/chat/zod.js +58 -14
- package/dist/generated/config/api.d.ts +89 -3
- package/dist/generated/config/api.js +400 -3
- package/dist/generated/config/api.msw.d.ts +300 -0
- package/dist/generated/config/api.msw.js +2840 -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 +5 -0
- package/dist/generated/config/models/blocksGetBlocksParams.d.ts +5 -0
- 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 +29 -0
- package/dist/generated/config/models/containerItem.js +8 -0
- package/dist/generated/config/models/coreManagementInstallParameterDefinitionModel.d.ts +16 -0
- package/dist/generated/config/models/coreManagementInstallParameterDefinitionModel.js +2 -0
- package/dist/generated/config/models/coreManagementInstallParameterDefinitionModelDefault.d.ts +10 -0
- package/dist/generated/config/models/coreManagementInstallParameterDefinitionModelDefault.js +8 -0
- package/dist/generated/config/models/coreManagementInstallParameterModel.d.ts +15 -0
- package/dist/generated/config/models/coreManagementInstallParameterModel.js +2 -0
- package/dist/generated/config/models/coreManagementInstallParameterModelActiveValue.d.ts +10 -0
- package/dist/generated/config/models/coreManagementInstallParameterModelActiveValue.js +8 -0
- package/dist/generated/config/models/coreManagementInstallParameterModelConfiguredValue.d.ts +10 -0
- package/dist/generated/config/models/coreManagementInstallParameterModelConfiguredValue.js +8 -0
- package/dist/generated/config/models/coreManagementInstallParameterType.d.ts +12 -0
- package/dist/generated/config/models/coreManagementInstallParameterType.js +15 -0
- package/dist/generated/config/models/coreManagementUpsertInstallParameterModel.d.ts +9 -0
- package/dist/generated/config/models/coreManagementUpsertInstallParameterModel.js +8 -0
- package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +5 -0
- package/dist/generated/config/models/dataSetsCreateDataSetContainer.js +0 -6
- package/dist/generated/config/models/dataSetsDataSet.d.ts +6 -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/dataSetsGetParams.d.ts +2 -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/dataSetsSetDataSetSourceDeletes.d.ts +11 -0
- package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.js +8 -0
- package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
- package/dist/generated/config/models/dataSourceContainer.d.ts +5 -0
- package/dist/generated/config/models/dataSourceContainer.js +0 -6
- package/dist/generated/config/models/dataSourcesContainerFilter.d.ts +11 -0
- package/dist/generated/config/models/dataSourcesContainerFilter.js +8 -0
- package/dist/generated/config/models/dataSourcesContainerFilterModel.d.ts +11 -0
- package/dist/generated/config/models/dataSourcesContainerFilterModel.js +8 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModel.d.ts +11 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModel.js +2 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.d.ts +9 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.js +8 -0
- package/dist/generated/config/models/dataSourcesContainerSchemaParams.d.ts +9 -0
- package/dist/generated/config/models/dataSourcesContainerSchemaParams.js +8 -0
- package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +5 -0
- package/dist/generated/config/models/dataSourcesGetParams.d.ts +2 -9
- package/dist/generated/config/models/dataSourcesPreviewContainerRequest.d.ts +12 -0
- package/dist/generated/config/models/dataSourcesPreviewContainerRequest.js +2 -0
- package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +2 -0
- package/dist/generated/config/models/dataSpacesGetParams.d.ts +2 -0
- package/dist/generated/config/models/draftsDraft.d.ts +17 -0
- package/dist/generated/config/models/draftsDraft.js +2 -0
- package/dist/generated/config/models/draftsDraftBlockInterfaces.d.ts +12 -0
- package/dist/generated/config/models/draftsDraftBlockInterfaces.js +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/draftsSaveDraftRequest.d.ts +11 -0
- package/dist/generated/config/models/draftsSaveDraftRequest.js +8 -0
- package/dist/generated/config/models/draftsSaveDraftResponse.d.ts +13 -0
- package/dist/generated/config/models/draftsSaveDraftResponse.js +2 -0
- package/dist/generated/config/models/draftsSaveDraftResponseBlockInterfaces.d.ts +12 -0
- package/dist/generated/config/models/draftsSaveDraftResponseBlockInterfaces.js +2 -0
- package/dist/generated/config/models/draftsToggleDraftRequest.d.ts +9 -0
- package/dist/generated/config/models/draftsToggleDraftRequest.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/flowRunsGetStepExecutionsParams.d.ts +19 -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/flowsFlowRun.d.ts +2 -0
- package/dist/generated/config/models/flowsFlowTrigger.d.ts +1 -0
- package/dist/generated/config/models/functionExecutionDebugModel.d.ts +4 -0
- package/dist/generated/config/models/index.d.ts +63 -1
- package/dist/generated/config/models/index.js +63 -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/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiFlowValueModel.d.ts +4 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiFunctionExecutionDebugModel.d.ts +4 -0
- 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/pagedDataCollectionAccessAccess.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +13 -0
- package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionAiModelSummary.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionAzureADGroup.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +13 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSetsDataSet.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionMessageThreadMessageThreadSummary.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +13 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +13 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpaceTemplatesTemplate.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.d.ts +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +13 -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 +18 -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/workSpacesGetGetParams.d.ts +2 -0
- package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/config/zod.d.ts +1490 -178
- package/dist/generated/config/zod.js +1119 -57
- 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
|
@@ -4,19 +4,22 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.activityGetLoggingQueryWorkSpaceIdRegExp = exports.activityExportLoggingsResponse = exports.activityExportLoggingsQueryParams = exports.activityExportLoggingsQueryWorkSpaceIdRegExp = exports.accessDeleteAccessParams = exports.accessDeleteAccessPathIdRegExp = exports.accessGetUsersInRoleUsersResponse = exports.accessGetUsersInRoleUsersQueryParams = exports.accessGetUsersInRoleUsersQueryAssignedWorkspaceIdRegExp = exports.accessGetUsersInRoleUsersQueryTakeDefault = exports.accessGetUsersInRoleUsersQuerySkipDefault = exports.accessSearchUsersResponse = exports.accessSearchUsersQueryParams = exports.accessSearchUsersQueryTakeDefault = exports.accessSearchUsersQuerySkipDefault = exports.accessSearchUsersQueryWorkspaceIdRegExp = exports.accessSearchServicePrincipalsResponse = exports.accessSearchServicePrincipalsQueryParams = exports.accessSearchServicePrincipalsQueryTakeDefault = exports.accessSearchServicePrincipalsQuerySkipDefault = exports.accessSearchServicePrincipalsQueryWorkspaceIdRegExp = exports.accessSearchGroupsResponse = exports.accessSearchGroupsQueryParams = exports.accessSearchGroupsQueryTakeDefault = exports.accessSearchGroupsQuerySkipDefault = exports.accessSearchGroupsQueryWorkspaceIdRegExp = exports.accessGetUsersInRoleRolesRoleIdUsersResponse = exports.accessGetUsersInRoleRolesRoleIdUsersQueryParams = exports.accessGetUsersInRoleRolesRoleIdUsersQueryTakeDefault = exports.accessGetUsersInRoleRolesRoleIdUsersQuerySkipDefault = exports.accessGetUsersInRoleRolesRoleIdUsersParams = exports.accessGetUsersInRoleRolesRoleIdUsersPathRoleIdRegExp = exports.accessGetAppRolesResponse = exports.accessGetAppRolesResponseItem = exports.accessGetAppRolesResponseIdRegExp = exports.accessGetGroupsResponse = exports.accessGetGroupsQueryParams = exports.accessGetGroupsQueryTakeDefault = exports.accessGetGroupsQuerySkipDefault = exports.accessAddAccessBody = exports.accessAddAccessBodyWorkSpaceIdRegExp = exports.accessGetAccessesResponse = exports.accessGetAccessesResponseDataItemWorkSpaceIdRegExp = exports.accessGetAccessesResponseDataItemMessageThreadIdRegExp = exports.accessGetAccessesResponseDataItemMessageIdRegExp = exports.accessGetAccessesResponseDataItemIdRegExp = exports.accessGetAccessesQueryParams = exports.accessGetAccessesQuerySkipDefault = exports.accessGetAccessesQueryTakeDefault = exports.accessGetAccessesQueryWorkspaceIdRegExp = void 0;
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
7
|
+
exports.containersPostResponse = exports.containersPostResponseItem = exports.containersPostResponseWorkSpaceIdRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemIdRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemIdRegExp = exports.containersPostResponseIdRegExp = exports.containersPostResponseFlowTriggersItemIdRegExp = exports.containersPostResponseFlowTriggersItemFlowIdRegExp = exports.containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp = exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp = exports.containersPostResponseFlowIdRegExp = exports.containersPostResponseFlowActiveFlowDefinitionIdRegExp = exports.containersPostResponseDataSetVersionRegExp = exports.containersPostResponseDataSetIdRegExp = exports.containersPostQueryParams = exports.containersPostQueryDataSetIdRegExp = exports.containersPostParams = exports.containersPostPathContainerIdRegExp = exports.containersReingestContainerItemParams = exports.containersReingestContainerItemPathContainerItemIdRegExp = exports.blocksGetBlockSourceResponse = exports.blocksGetBlockSourceParams = exports.blocksGetSdkBlocksResponse = exports.blocksGetSdkBlocksResponseItem = exports.blocksGetBlocksResponse = exports.blocksGetBlocksResponseBlockSetIdRegExp = exports.blocksGetBlocksQueryParams = exports.blockSetsAddBlockSetBody = exports.blockSetsAddBlockSetParams = exports.blockSetsRenameBlockSetBody = exports.blockSetsRenameBlockSetParams = exports.blockSetsDeleteBlockSetParams = exports.blockSetsGetDeployedBlockFilesParams = exports.blockSetsGetDeployedBlockCodeParams = exports.blockSetsGetBlockSetsResponse = exports.blockSetsGetBlockSetsResponseItem = exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp = exports.blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp = exports.blockSetsGetBlockSetsResponseIdRegExp = exports.blockSetsGetBlockSetsQueryParams = exports.applicationUpdateGetLatestAvailableVersionResponse = exports.applicationUpdateGetCurrentVersionResponse = exports.applicationUpdateGetLatestDeploymentResponse = exports.activityGetLoggingResponse = exports.activityGetLoggingResponseDataItemWorkSpaceIdRegExp = exports.activityGetLoggingResponseDataItemIdRegExp = exports.activityGetLoggingQueryParams = exports.activityGetLoggingQuerySkipDefault = exports.activityGetLoggingQueryTakeDefault = void 0;
|
|
8
|
+
exports.dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp = exports.dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp = exports.dataSetsGetContainerItemsRunHistoryQueryParams = exports.dataSetsGetContainerItemsRunHistoryQueryTakeDefault = exports.dataSetsGetContainerItemsRunHistoryQuerySkipDefault = exports.dataSetsGetContainerItemsRunHistoryParams = exports.dataSetsGetContainerItemsRunHistoryPathIdRegExp = exports.dataSetsClearParams = exports.dataSetsClearPathIdRegExp = exports.dataSetsPutBasicInfoBody = exports.dataSetsPutBasicInfoParams = exports.dataSetsPutBasicInfoPathIdRegExp = exports.dataSetsPutResponse = exports.dataSetsPutResponseVersionRegExp = exports.dataSetsPutResponseIdRegExp = exports.dataSetsPutResponseHonourDeletesContainerIdsItemRegExp = exports.dataSetsPutResponseFlowIdRegExp = exports.dataSetsPutResponseDataSpaceIdRegExp = exports.dataSetsPutBody = exports.dataSetsPutBodyIdRegExp = exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp = exports.dataSetsPutParams = exports.dataSetsGetByIdResponse = exports.dataSetsGetByIdResponseVersionRegExp = exports.dataSetsGetByIdResponseIdRegExp = exports.dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp = exports.dataSetsGetByIdResponseFlowIdRegExp = exports.dataSetsGetByIdResponseDataSpaceIdRegExp = exports.dataSetsGetByIdParams = exports.dataSetsGetByIdPathIdRegExp = exports.dataSetsDeleteParams = exports.dataSetsDeletePathIdRegExp = exports.dataSetsGetItemResponse = exports.dataSetsGetItemResponseMetadataFlowRunIdRegExp = exports.dataSetsGetItemResponseMetadataDataSetIdRegExp = exports.dataSetsGetItemResponseMetadataContainerItemIdRegExp = exports.dataSetsGetItemResponseMetadataContainerIdRegExp = exports.dataSetsGetItemResponseIdRegExp = exports.dataSetsGetItemParams = exports.dataSetsGetItemPathIdRegExp = exports.dataSetsGetItemPathDataSetIdRegExp = exports.dataSetsGetResponse = exports.dataSetsGetResponseDataItemVersionRegExp = exports.dataSetsGetResponseDataItemIdRegExp = exports.dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp = exports.dataSetsGetResponseDataItemFlowIdRegExp = exports.dataSetsGetResponseDataItemDataSpaceIdRegExp = exports.dataSetsGetQueryParams = exports.dataSetsGetQuerySkipDefault = exports.dataSetsGetQueryTakeDefault = void 0;
|
|
9
|
+
exports.dataSetsDeleteDataSetPropertyPathIdRegExp = exports.dataSetsAddDataSetPropertyResponse = exports.dataSetsAddDataSetPropertyBody = exports.dataSetsAddDataSetPropertyParams = exports.dataSetsAddDataSetPropertyPathIdRegExp = exports.dataSetsDeleteItemParams = exports.dataSetsDeleteItemPathItemIdRegExp = exports.dataSetsDeleteItemPathIdRegExp = exports.dataSetsSearchItemsResponse = exports.dataSetsSearchItemsResponseDataItemMetadataFlowRunIdRegExp = exports.dataSetsSearchItemsResponseDataItemMetadataDataSetIdRegExp = exports.dataSetsSearchItemsResponseDataItemMetadataContainerItemIdRegExp = exports.dataSetsSearchItemsResponseDataItemMetadataContainerIdRegExp = exports.dataSetsSearchItemsResponseDataItemIdRegExp = exports.dataSetsSearchItemsBody = exports.dataSetsSearchItemsParams = exports.dataSetsSearchItemsPathIdRegExp = exports.dataSetsAddItemBody = exports.dataSetsAddItemBodyIdRegExp = exports.dataSetsAddItemParams = exports.dataSetsAddItemPathIdRegExp = exports.dataSetsGetItemsResponse = exports.dataSetsGetItemsResponseDataItemMetadataFlowRunIdRegExp = exports.dataSetsGetItemsResponseDataItemMetadataDataSetIdRegExp = exports.dataSetsGetItemsResponseDataItemMetadataContainerItemIdRegExp = exports.dataSetsGetItemsResponseDataItemMetadataContainerIdRegExp = exports.dataSetsGetItemsResponseDataItemIdRegExp = exports.dataSetsGetItemsQueryParams = exports.dataSetsGetItemsQueryTakeDefault = exports.dataSetsGetItemsQuerySkipDefault = exports.dataSetsGetItemsParams = exports.dataSetsGetItemsPathIdRegExp = exports.dataSetsExportResponse = exports.dataSetsExportResponseWorkspaceIdRegExp = exports.dataSetsExportResponseThreadIdRegExp = exports.dataSetsExportResponseIdRegExp = exports.dataSetsExportParams = exports.dataSetsExportPathIdRegExp = exports.dataSetsSetDataspaceResponse = exports.dataSetsSetDataspaceResponseVersionRegExp = exports.dataSetsSetDataspaceResponseIdRegExp = exports.dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp = exports.dataSetsSetDataspaceResponseFlowIdRegExp = exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp = exports.dataSetsSetDataspaceBody = exports.dataSetsSetDataspaceBodyRegExp = exports.dataSetsSetDataspaceParams = exports.dataSetsSetDataspacePathIdRegExp = exports.dataSetsGetContainerItemsRunHistoryResponse = exports.dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp = void 0;
|
|
10
|
+
exports.dataSourcesContainersResponseDataSourceIdRegExp = exports.dataSourcesContainersQueryParams = exports.dataSourcesContainersParams = exports.dataSourcesContainersPathDataSourceIdRegExp = exports.dataSourcesPutBody = exports.dataSourcesPutParams = exports.dataSourcesPutPathDataSourceIdRegExp = exports.dataSourcesDeleteParams = exports.dataSourcesDeletePathDataSourceIdRegExp = exports.dataSourcesPostResponse = exports.dataSourcesPostResponseIdRegExp = exports.dataSourcesPostResponseContainersItemIdRegExp = exports.dataSourcesPostResponseContainersItemDataSourceIdRegExp = exports.dataSourcesPostBody = exports.dataSourcesGetResponse = exports.dataSourcesGetResponseDataItemIdRegExp = exports.dataSourcesGetResponseDataItemContainersItemIdRegExp = exports.dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp = exports.dataSourcesGetQueryParams = exports.dataSourcesGetQuerySkipDefault = exports.dataSourcesGetQueryTakeDefault = exports.dataSourceTypesTestConnectionResponse = exports.dataSourceTypesTestConnectionBody = exports.dataSourceTypesGetAvailableContainersResponse = exports.dataSourceTypesGetAvailableContainersResponseItem = exports.dataSourceTypesGetAvailableContainersBody = exports.dataSourceTypesGetResponse = exports.dataSourceTypesGetResponseItem = exports.dataSetsPutSourceDeletesBody = exports.dataSetsPutSourceDeletesBodyContainerIdRegExp = exports.dataSetsPutSourceDeletesParams = exports.dataSetsPutSourceDeletesPathIdRegExp = exports.dataSetsPutScopingBody = exports.dataSetsPutScopingParams = exports.dataSetsPutScopingPathIdRegExp = exports.dataSetsGetIngestionRunsResponse = exports.dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp = exports.dataSetsGetIngestionRunsResponseDataItemItemIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp = exports.dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemCausedByRegExp = exports.dataSetsGetIngestionRunsQueryParams = exports.dataSetsGetIngestionRunsQueryItemIdRegExp = exports.dataSetsGetIngestionRunsQueryTakeDefault = exports.dataSetsGetIngestionRunsQuerySkipDefault = exports.dataSetsGetIngestionRunsParams = exports.dataSetsGetIngestionRunsPathIdRegExp = exports.dataSetsDeleteDataSetPropertyParams = void 0;
|
|
11
|
+
exports.dataSpacesGetByIdResponse = exports.dataSpacesGetByIdResponseWorkSpacesItemIdRegExp = exports.dataSpacesGetByIdResponseParentWorkspaceIdRegExp = exports.dataSpacesGetByIdResponseIdRegExp = exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp = exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp = exports.dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp = exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp = exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp = exports.dataSpacesGetByIdParams = exports.dataSpacesGetByIdPathIdRegExp = exports.dataSpacesDeleteParams = exports.dataSpacesDeletePathIdRegExp = exports.dataSpacesPostBody = exports.dataSpacesPostBodyDataSetIdsItemRegExp = exports.dataSpacesGetResponse = exports.dataSpacesGetResponseDataItemWorkSpacesItemIdRegExp = exports.dataSpacesGetResponseDataItemParentWorkspaceIdRegExp = exports.dataSpacesGetResponseDataItemIdRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp = exports.dataSpacesGetQueryParams = exports.dataSpacesGetQuerySkipDefault = exports.dataSpacesGetQueryTakeDefault = exports.dataSourcesAddAdminParams = exports.dataSourcesAddAdminPathIdRegExp = exports.dataSourcesDeleteAdminParams = exports.dataSourcesDeleteAdminPathIdRegExp = exports.dataSourcesGetAdminUsersResponse = exports.dataSourcesGetAdminUsersResponseItem = exports.dataSourcesGetAdminUsersParams = exports.dataSourcesGetAdminUsersPathIdRegExp = exports.dataSourcesRequestSyncParams = exports.dataSourcesRequestSyncPathDataSourceIdRegExp = exports.dataSourcesUpdateCredentialsBody = exports.dataSourcesUpdateCredentialsParams = exports.dataSourcesUpdateCredentialsPathDataSourceIdRegExp = exports.dataSourcesContainerSchemaQueryParams = exports.dataSourcesContainerSchemaParams = exports.dataSourcesContainerSchemaPathDataSourceIdRegExp = exports.dataSourcesPreviewContainerResponse = exports.dataSourcesPreviewContainerBody = exports.dataSourcesPreviewContainerParams = exports.dataSourcesPreviewContainerPathDataSourceIdRegExp = exports.dataSourcesContainersResponse = exports.dataSourcesContainersResponseItem = exports.dataSourcesContainersResponseIdRegExp = void 0;
|
|
12
|
+
exports.draftsSaveDraftParams = exports.draftsToggleDraftBody = exports.draftsToggleDraftParams = exports.draftsGetDraftResponse = exports.draftsGetDraftParams = exports.draftsDeleteDraftParams = exports.draftsListDraftsResponse = exports.draftsListDraftsResponseItem = exports.diagnosticsGetMongoIndexesResponse = exports.debugInvokeBody = exports.debugInvokeBodyItem = exports.debugInvokeParams = exports.dataSpacesPostDatasetBody = exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = exports.dataSpacesPostDatasetParams = exports.dataSpacesPostDatasetPathIdRegExp = exports.dataSpacesGetDataSetsResponse = exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp = exports.dataSpacesGetDataSetsResponseDataItemIdRegExp = exports.dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp = exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp = exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp = exports.dataSpacesGetDataSetsQueryParams = exports.dataSpacesGetDataSetsQuerySkipDefault = exports.dataSpacesGetDataSetsQueryTakeDefault = exports.dataSpacesGetDataSetsParams = exports.dataSpacesGetDataSetsPathIdRegExp = exports.dataSpacesAddAdminParams = exports.dataSpacesAddAdminPathIdRegExp = exports.dataSpacesDeleteAdminParams = exports.dataSpacesDeleteAdminPathIdRegExp = exports.dataSpacesGetAdminUsersResponse = exports.dataSpacesGetAdminUsersResponseItem = exports.dataSpacesGetAdminUsersResponseDataSpaceIdRegExp = exports.dataSpacesGetAdminUsersParams = exports.dataSpacesGetAdminUsersPathIdRegExp = exports.dataSpacesPutResponse = exports.dataSpacesPutResponseWorkSpacesItemIdRegExp = exports.dataSpacesPutResponseParentWorkspaceIdRegExp = exports.dataSpacesPutResponseIdRegExp = exports.dataSpacesPutResponseDataSetsItemVersionRegExp = exports.dataSpacesPutResponseDataSetsItemIdRegExp = exports.dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp = exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp = exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp = exports.dataSpacesPutBody = exports.dataSpacesPutBodyIdRegExp = exports.dataSpacesPutBodyDataSetIdsItemRegExp = exports.dataSpacesPutParams = exports.dataSpacesPutPathIdRegExp = void 0;
|
|
13
|
+
exports.flowRunsGetFlowRunParams = exports.flowRunsGetFlowRunPathIdRegExp = exports.flowRunsGetFileFromFlowRunIdResponse = exports.flowRunsGetFileFromFlowRunIdResponseWorkspaceIdRegExp = exports.flowRunsGetFileFromFlowRunIdResponseThreadIdRegExp = exports.flowRunsGetFileFromFlowRunIdResponseIdRegExp = exports.flowRunsGetFileFromFlowRunIdParams = exports.flowRunsGetFileFromFlowRunIdPathFlowRunIdRegExp = exports.flowRunsSearchFlowRunsQueryParams = exports.flowRunsSearchFlowRunsQueryTakeDefault = exports.flowRunsSearchFlowRunsQuerySkipDefault = exports.flowRunsSearchFlowRunsQueryDataSetIdRegExp = exports.flowRunsCreateFlowRunBody = exports.flowRunsCreateFlowRunQueryParams = exports.flowRunsCreateFlowRunQueryFlowIdRegExp = exports.filesGetUriResponse = exports.filesGetUriQueryParams = exports.filesGetUriQueryWorkspaceIdRegExpOne = exports.filesGetUriQueryThreadIdRegExpOne = exports.filesGetUriParams = exports.filesGetUriPathIdRegExpOne = exports.filesDownloadFileQueryParams = exports.filesDownloadFileQueryWorkspaceIdRegExpOne = exports.filesDownloadFileQueryThreadIdRegExpOne = exports.filesDownloadFileParams = exports.filesDownloadFilePathIdRegExpOne = exports.filesGetFileInfoResponse = exports.filesGetFileInfoResponseWorkspaceIdRegExpOne = exports.filesGetFileInfoResponseThreadIdRegExpOne = exports.filesGetFileInfoResponseIdRegExpOne = exports.filesGetFileInfoQueryParams = exports.filesGetFileInfoQueryWorkspaceIdRegExpOne = exports.filesGetFileInfoQueryThreadIdRegExpOne = exports.filesGetFileInfoParams = exports.filesGetFileInfoPathIdRegExpOne = exports.filesUploadFilesResponse = exports.filesUploadFilesResponseItem = exports.filesUploadFilesResponseWorkspaceIdRegExpOne = exports.filesUploadFilesResponseThreadIdRegExpOne = exports.filesUploadFilesResponseIdRegExpOne = exports.filesUploadFilesBody = exports.filesUploadFilesBodyWorkspaceIdRegExpOne = exports.filesUploadFilesBodyUploadIdRegExpOne = exports.filesUploadFilesBodyThreadIdRegExpOne = exports.draftsPublishDraftResponse = exports.draftsPublishDraftResponseBlockSetIdRegExp = exports.draftsPublishDraftBody = exports.draftsPublishDraftParams = exports.draftsSaveDraftResponse = exports.draftsSaveDraftBody = void 0;
|
|
14
|
+
exports.modelProvidersGetProviderParams = exports.modelProvidersGetProviderPathIdRegExp = exports.modelProvidersGetModelProviderTypeDeployableModelsParams = exports.modelProvidersCreateProviderBody = exports.modelProvidersCreateProviderBodyIdRegExp = exports.modelProvidersGetProvidersQueryParams = exports.modelProvidersGetProvidersQuerySkipDefault = exports.modelProvidersGetProvidersQueryTakeDefault = exports.flowsSetActiveFlowDefinitionBody = exports.flowsSetActiveFlowDefinitionParams = exports.flowsSetActiveFlowDefinitionPathIdRegExp = exports.flowsGetParams = exports.flowsGetPathIdRegExp = exports.flowRunsSetVariableBody = exports.flowRunsSetVariableParams = exports.flowRunsSetVariablePathIdRegExpOne = exports.flowRunsGetVariablesResponse = exports.flowRunsGetVariablesParams = exports.flowRunsGetVariablesPathIdRegExpOne = exports.flowRunsGetFlowValueDownloadParams = exports.flowRunsGetFlowValueDownloadPathValueIdRegExp = exports.flowRunsGetFlowValueDownloadPathIdRegExp = exports.flowRunsGetStepExecutionResponse = exports.flowRunsGetStepExecutionResponseOutputsItemIdRegExp = exports.flowRunsGetStepExecutionResponseInputsItemValueIdRegExp = exports.flowRunsGetStepExecutionResponseInputsItemIdRegExp = exports.flowRunsGetStepExecutionResponseIdRegExp = exports.flowRunsGetStepExecutionParams = exports.flowRunsGetStepExecutionPathExecutionIdRegExp = exports.flowRunsGetStepExecutionPathIdRegExp = exports.flowRunsGetStepExecutionsResponse = exports.flowRunsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemIdRegExp = exports.flowRunsGetStepExecutionsQueryParams = exports.flowRunsGetStepExecutionsQuerySearchDefault = exports.flowRunsGetStepExecutionsQueryTakeDefault = exports.flowRunsGetStepExecutionsQuerySkipDefault = exports.flowRunsGetStepExecutionsParams = exports.flowRunsGetStepExecutionsPathIdRegExp = exports.flowRunsAddFileIdFilesExistingBody = exports.flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp = exports.flowRunsAddFileIdFilesExistingParams = exports.flowRunsAddFileIdFilesExistingPathIdRegExp = exports.flowRunsAddFileIdFilesBody = exports.flowRunsAddFileIdFilesParams = exports.flowRunsAddFileIdFilesPathIdRegExp = exports.flowRunsCancelFlowRunParams = exports.flowRunsCancelFlowRunPathIdRegExpOne = void 0;
|
|
15
|
+
exports.notificationPutUpdateBodyItem = exports.notificationPutUpdateBodyRegExpOne = exports.notificationGetResponse = exports.notificationGetResponseDataItemWorkSpaceIdRegExpOne = exports.notificationGetResponseDataItemThreadIdRegExpOne = exports.notificationGetResponseDataItemIdRegExpOne = exports.notificationGetQueryParams = exports.notificationGetQuerySkipDefaultOne = exports.notificationGetQueryTakeDefaultOne = exports.modelsGetModelHealthResponse = exports.modelsGetModelHealthParams = exports.modelsGetModelHealthPathIdRegExp = exports.modelsGetDeploymentDockerLogsResponse = exports.modelsGetDeploymentDockerLogsParams = exports.modelsGetDeploymentDockerLogsPathIdRegExp = exports.modelsSetDefaultModelParams = exports.modelsSetDefaultModelPathIdRegExp = exports.modelsClearDefaultModelParams = exports.modelsClearDefaultModelPathIdRegExp = exports.modelsUpsertModelBody = exports.modelsUpsertModelBodyDeploymentProviderIdRegExpOne = exports.modelsUpsertModelBodyDeploymentProviderIdRegExp = exports.modelsUpsertModelParams = exports.modelsUpsertModelPathIdRegExp = exports.modelsGetModelResponse = exports.modelsGetModelResponseIdRegExpOne = exports.modelsGetModelResponseDeploymentStepsItemIdRegExpOne = exports.modelsGetModelResponseDeploymentProviderIdRegExpOne = exports.modelsGetModelResponseDeploymentIdRegExpOne = exports.modelsGetModelParams = exports.modelsGetModelPathIdRegExpOne = exports.modelsDeleteModelParams = exports.modelsDeleteModelPathIdRegExp = exports.modelsGetDefaultDockerFileResponse = exports.modelsGetDefaultDockerFileQueryParams = exports.modelsGetDefaultModelResponse = exports.modelsGetDefaultModelResponseIdRegExp = exports.modelsCreateModelBody = exports.modelsCreateModelBodyDeploymentProviderIdRegExpOne = exports.modelsCreateModelBodyDeploymentProviderIdRegExp = exports.modelsGetModelsResponse = exports.modelsGetModelsResponseDataItemIdRegExpOne = exports.modelsGetModelsQueryParams = exports.modelsGetModelsQuerySearchDefaultOne = exports.modelsGetModelsQuerySkipDefaultOne = exports.modelsGetModelsQueryTakeDefaultOne = exports.modelProvidersUpsertProviderBody = exports.modelProvidersUpsertProviderBodyIdRegExp = exports.modelProvidersUpsertProviderParams = exports.modelProvidersUpsertProviderPathIdRegExp = void 0;
|
|
16
|
+
exports.usersRemoveUserFromAllWorkSpacesQueryUserIdRegExp = exports.usersGetMyPermissionsResponse = exports.usersGetMyPermissionsResponseItem = exports.usersGetUsersByFilterParams = exports.usersGetUsersResponse = exports.usersGetUsersQueryParams = exports.usersGetUsersQueryTakeDefault = exports.usersGetUsersQuerySkipDefault = exports.tenantIdGetResultResponse = exports.syncsGetItemsResponse = exports.syncsGetItemsResponseDataItemIdRegExp = exports.syncsGetItemsResponseDataItemContainerIdRegExp = exports.syncsGetItemsQueryParams = exports.syncsGetItemsQueryTakeDefault = exports.syncsGetItemsQuerySkipDefault = exports.syncsGetItemsParams = exports.syncsGetItemsPathContainerIdRegExp = exports.syncsGetByIdResponse = exports.syncsGetByIdResponseIdRegExp = exports.syncsGetByIdResponseDataSourceIdRegExp = exports.syncsGetByIdResponseDataSetsItemVersionRegExp = exports.syncsGetByIdResponseDataSetsItemIdRegExp = exports.syncsGetByIdParams = exports.syncsGetByIdPathContainerIdRegExp = exports.syncsDeleteParams = exports.syncsDeletePathContainerIdRegExp = exports.syncsGetQueueResponse = exports.syncsGetQueueResponseWaitingDataSourceIdsItemRegExp = exports.syncsGetResponse = exports.syncsGetResponseDataItemIdRegExp = exports.syncsGetResponseDataItemDataSourceIdRegExp = exports.syncsGetResponseDataItemDataSetsItemVersionRegExp = exports.syncsGetResponseDataItemDataSetsItemIdRegExp = exports.syncsGetQueryParams = exports.syncsGetQueryDataSourceIdRegExp = exports.syncsGetQuerySkipDefault = exports.syncsGetQueryTakeDefault = exports.servicePrincipalsGetServicePrincipalsResponse = exports.servicePrincipalsGetServicePrincipalsQueryParams = exports.servicePrincipalsGetServicePrincipalsQueryTakeDefault = exports.servicePrincipalsGetServicePrincipalsQuerySkipDefault = exports.reportingGetTokensResponse = exports.reportingGetTokensQueryParams = exports.reportingGetTokensParams = exports.reportingGetRequestsResponse = exports.reportingGetRequestsQueryParams = exports.reportingGetRequestsParams = exports.planCalculateSmartSpaceUpgradeCostBody = exports.planUpdateSmartSpaceUpgradeBody = exports.notificationPutUpdateBody = void 0;
|
|
17
|
+
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = exports.workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne = exports.workSpacesGetGetQueryParams = exports.workSpacesGetGetQuerySkipDefaultOne = exports.workSpacesGetGetQueryTakeDefaultOne = exports.workSpaceTemplatesGetResponse = exports.workSpaceTemplatesGetResponseDataItemPublisherIdRegExp = exports.workSpaceTemplatesGetResponseDataItemLatestVersionIdRegExp = exports.workSpaceTemplatesGetResponseDataItemIdRegExp = exports.workSpaceTemplatesGetQueryParams = exports.workSpaceTemplatesGetQuerySearchDefault = exports.workSpaceTemplatesGetQuerySkipDefault = exports.workSpaceTemplatesGetQueryTakeDefault = exports.virtualMachinesGetVirtualMachineSizeResponse = exports.virtualMachinesGetVirtualMachineSizeResponseItem = exports.virtualMachinesGetVirtualMachineSizeParams = exports.virtualMachinesGetVirtualMachineLocationsResponse = exports.virtualMachinesGetVirtualMachineLocationsResponseItem = exports.usersRemoveUserPermissionParams = exports.usersRemoveUserPermissionPathUserIdRegExp = exports.usersAddUserPermissionBody = exports.usersAddUserPermissionBodyItem = exports.usersAddUserPermissionParams = exports.usersAddUserPermissionPathUserIdRegExp = exports.usersAdminPermissionQueryParams = exports.usersAdminPermissionParams = exports.usersAdminPermissionPathUserIdRegExp = exports.usersGetAccessWorkSpacesResponse = exports.usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp = exports.usersGetAccessWorkSpacesResponseDataItemIdRegExp = exports.usersGetAccessWorkSpacesQueryParams = exports.usersGetAccessWorkSpacesQueryTakeDefault = exports.usersGetAccessWorkSpacesQuerySkipDefault = exports.usersGetAccessWorkSpacesParams = exports.usersGetAccessWorkSpacesPathIdRegExp = exports.usersGetUserPhotoResponse = exports.usersGetUserPhotoParams = exports.usersGetUserPhotoPathIdRegExpOne = exports.usersGetUserDetailResponse = exports.usersGetUserDetailParams = exports.usersSearchUsersResponse = exports.usersSearchUsersResponseItem = exports.usersSearchUsersQueryParams = exports.usersSearchUsersQueryTakeDefault = exports.usersRemoveUserFromAllWorkSpacesQueryParams = void 0;
|
|
18
|
+
exports.workSpacesAddWorkspaceAdminPathIdRegExp = exports.workSpacesDeleteAdminParams = exports.workSpacesDeleteAdminPathUserIdRegExp = exports.workSpacesDeleteAdminPathIdRegExp = exports.workSpacesGetWorkspaceAdminsResponse = exports.workSpacesGetWorkspaceAdminsResponseItem = exports.workSpacesGetWorkspaceAdminsParams = exports.workSpacesGetWorkspaceAdminsPathIdRegExp = exports.workSpacesGetIdResponse = exports.workSpacesGetIdResponseSandBoxThreadIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentProviderIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentIdRegExpOne = exports.workSpacesGetIdResponseIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemWorkspacesInfoItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemParentWorkspaceIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemVersionRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = exports.workSpacesGetIdResponseConnectorsItemIdRegExpOne = exports.workSpacesGetIdParams = exports.workSpacesGetIdPathIdRegExpOne = exports.workSpacesDeleteParams = exports.workSpacesDeletePathIdRegExp = exports.workSpacesPostBody = exports.workSpacesPostBodyTemplateVersionIdRegExp = exports.workSpacesPostBodyModelConfigurationsItemModelIdRegExp = exports.workSpacesPostBodyIdRegExp = exports.workSpacesPostBodyDataSpacesItemRegExp = exports.workSpacesGetGetResponse = exports.workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentProviderIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentIdRegExpOne = exports.workSpacesGetGetResponseDataItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemWorkspacesInfoItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemParentWorkspaceIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemVersionRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne = void 0;
|
|
19
|
+
exports.workSpacesWorkspaceFilesResponseItem = exports.workSpacesWorkspaceFilesResponseFileWorkspaceIdRegExp = exports.workSpacesWorkspaceFilesResponseFileThreadIdRegExp = exports.workSpacesWorkspaceFilesResponseFileIdRegExp = exports.workSpacesWorkspaceFilesBody = exports.workSpacesWorkspaceFilesParams = exports.workSpacesWorkspaceFilesPathWorkspaceIdRegExp = exports.workSpacesGetWorkspaceFilesResponse = exports.workSpacesGetWorkspaceFilesResponseDataItemFileWorkspaceIdRegExp = exports.workSpacesGetWorkspaceFilesResponseDataItemFileThreadIdRegExp = exports.workSpacesGetWorkspaceFilesResponseDataItemFileIdRegExp = exports.workSpacesGetWorkspaceFilesQueryParams = exports.workSpacesGetWorkspaceFilesQuerySkipDefault = exports.workSpacesGetWorkspaceFilesQueryTakeDefault = exports.workSpacesGetWorkspaceFilesParams = exports.workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp = exports.workSpacesAddDataSpaceParams = exports.workSpacesAddDataSpacePathDataspaceIdRegExp = exports.workSpacesAddDataSpacePathWorkspaceIdRegExp = exports.workSpacesRemoveDataSpaceParams = exports.workSpacesRemoveDataSpacePathDataspaceIdRegExp = exports.workSpacesRemoveDataSpacePathWorkspaceIdRegExp = exports.workSpacesAddConnectorParams = exports.workSpacesAddConnectorPathConnectorIdRegExp = exports.workSpacesAddConnectorPathWorkspaceIdRegExp = exports.workSpacesRemoveConnectorParams = exports.workSpacesRemoveConnectorPathConnectorIdRegExp = exports.workSpacesRemoveConnectorPathWorkspaceIdRegExp = exports.workSpacesPutModelConfigurationBody = exports.workSpacesPutModelConfigurationBodyModelIdRegExp = exports.workSpacesPutModelConfigurationParams = exports.workSpacesPutModelConfigurationPathIdRegExp = exports.workSpacesDeleteModelConfigurationParams = exports.workSpacesDeleteModelConfigurationPathIdRegExp = exports.workSpacesGetThreadsResponse = exports.workSpacesGetThreadsResponseDataItemWorkSpaceIdRegExp = exports.workSpacesGetThreadsResponseDataItemIdRegExp = exports.workSpacesGetThreadsQueryParams = exports.workSpacesGetThreadsQuerySkipDefault = exports.workSpacesGetThreadsQueryTakeDefault = exports.workSpacesGetThreadsParams = exports.workSpacesGetThreadsPathIdRegExp = exports.workSpacesSetFavoritedBody = exports.workSpacesSetFavoritedParams = exports.workSpacesSetFavoritedPathIdRegExp = exports.workSpacesPutBody = exports.workSpacesPutParams = exports.workSpacesPutPathIdRegExp = exports.workSpacesAddWorkspaceAdminParams = exports.workSpacesAddWorkspaceAdminPathUserIdRegExp = void 0;
|
|
20
|
+
exports.messageThreadsGetWorkspaceExecutionsQueryTakeDefault = exports.messageThreadsGetWorkspaceExecutionsQuerySkipDefault = exports.messageThreadsGetWorkspaceExecutionsParams = exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp = exports.managedSecretsOverwriteManagedSecretValueResponse = exports.managedSecretsOverwriteManagedSecretValueResponseIdRegExp = exports.managedSecretsOverwriteManagedSecretValueBody = exports.managedSecretsOverwriteManagedSecretValueParams = exports.managedSecretsDeleteManagedSecretParams = exports.managedSecretsCreateManagedSecretBody = exports.managedSecretsGetManagedSecretsResponse = exports.managedSecretsGetManagedSecretsResponseItem = exports.managedSecretsGetManagedSecretsResponseIdRegExp = exports.documentsGetDocumentSasResponse = exports.documentsGetDocumentSasQueryParams = exports.documentsGetDocumentSasParams = exports.documentsGetDocumentSasPathDataSpaceIdRegExpOne = exports.connectorsUpdateConnectorResponse = exports.connectorsUpdateConnectorResponseIdRegExp = exports.connectorsUpdateConnectorBody = exports.connectorsUpdateConnectorParams = exports.connectorsUpdateConnectorPathIdRegExp = exports.connectorsGetConnectorResponse = exports.connectorsGetConnectorResponseIdRegExp = exports.connectorsGetConnectorParams = exports.connectorsGetConnectorPathIdRegExp = exports.connectorsDeleteConnectorParams = exports.connectorsDeleteConnectorPathIdRegExp = exports.connectorsGetConnectorSummariesResponse = exports.connectorsGetConnectorSummariesResponseItem = exports.connectorsGetConnectorSummariesResponseIdRegExp = exports.connectorsGetConnectorSummariesQueryParams = exports.connectorsCreateConnectorBody = exports.connectorsGetConnectorsResponse = exports.connectorsGetConnectorsResponseItem = exports.connectorsGetConnectorsResponseIdRegExp = exports.connectorsGetConnectorsQueryParams = exports.workSpacesSetActiveFlowLayoutBody = exports.workSpacesSetActiveFlowLayoutParams = exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp = exports.workSpacesSetActiveFlowBody = exports.workSpacesSetActiveFlowParams = exports.workSpacesSetActiveFlowPathWorkspaceIdRegExp = exports.workSpacesGetActiveFlowResponse = exports.workSpacesGetActiveFlowParams = exports.workSpacesGetActiveFlowPathWorkspaceIdRegExp = exports.workSpacesDeleteWorkspaceFileParams = exports.workSpacesDeleteWorkspaceFilePathFileIdRegExp = exports.workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp = exports.workSpacesWorkspaceFilesResponse = void 0;
|
|
21
|
+
exports.sandBoxThreadMessagesPathWorkspaceIdRegExp = exports.sandBoxGetThreadMessagesResponse = exports.sandBoxGetThreadMessagesResponseItem = exports.sandBoxGetThreadMessagesResponseValuesItemIdRegExp = exports.sandBoxGetThreadMessagesResponseMessageThreadIdRegExp = exports.sandBoxGetThreadMessagesResponseIdRegExp = exports.sandBoxGetThreadMessagesQueryParams = exports.sandBoxGetThreadMessagesQuerySkipDefault = exports.sandBoxGetThreadMessagesQueryTakeDefault = exports.sandBoxGetThreadMessagesParams = exports.sandBoxGetThreadMessagesPathWorkspaceIdRegExp = exports.sandBoxClearSandboxMessagesParams = exports.sandBoxClearSandboxMessagesPathWorkspaceIdRegExp = exports.sandBoxThreadMessageCreateByUsersProfileImagesResponse = exports.sandBoxThreadMessageCreateByUsersProfileImagesResponseItem = exports.sandBoxThreadMessageCreateByUsersProfileImagesParams = exports.sandBoxThreadMessageCreateByUsersProfileImagesPathWorkspaceIdRegExp = exports.sandBoxGetSandboxThreadResponse = exports.sandBoxGetSandboxThreadResponseWorkSpaceIdRegExp = exports.sandBoxGetSandboxThreadResponseIdRegExp = exports.sandBoxGetSandboxThreadParams = exports.sandBoxGetSandboxThreadPathWorkspaceIdRegExp = exports.flowRunsGetWorkspaceRunsResponse = exports.flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp = exports.flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp = exports.flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp = exports.flowRunsGetWorkspaceRunsQueryParams = exports.flowRunsGetWorkspaceRunsQueryTakeDefault = exports.flowRunsGetWorkspaceRunsQuerySkipDefault = exports.flowRunsGetWorkspaceRunsParams = exports.flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp = exports.messageThreadsGetStepExecutionsResponse = exports.messageThreadsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp = exports.messageThreadsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.messageThreadsGetStepExecutionsResponseLogsItemInputsItemIdRegExp = exports.messageThreadsGetStepExecutionsResponseLogsItemIdRegExp = exports.messageThreadsGetStepExecutionsQueryParams = exports.messageThreadsGetStepExecutionsQuerySearchDefault = exports.messageThreadsGetStepExecutionsQueryTakeDefault = exports.messageThreadsGetStepExecutionsQuerySkipDefault = exports.messageThreadsGetStepExecutionsParams = exports.messageThreadsGetStepExecutionsPathMessageThreadIdRegExp = exports.messageThreadsGetStepExecutionsPathWorkSpaceIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponse = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemOutputsItemIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemIdRegExp = exports.messageThreadsGetWorkspaceExecutionsQueryParams = exports.messageThreadsGetWorkspaceExecutionsQuerySearchDefault = void 0;
|
|
22
|
+
exports.sandBoxAddValueToMessageBody = exports.sandBoxAddValueToMessageParams = exports.sandBoxAddValueToMessagePathIdRegExp = exports.sandBoxAddValueToMessagePathWorkspaceIdRegExp = exports.sandBoxStreamSandboxMessagesParams = exports.sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp = exports.sandBoxThreadMessagesResponse = exports.sandBoxThreadMessagesResponseValuesItemIdRegExp = exports.sandBoxThreadMessagesResponseMessageThreadIdRegExp = exports.sandBoxThreadMessagesResponseIdRegExp = exports.sandBoxThreadMessagesBody = exports.sandBoxThreadMessagesParams = void 0;
|
|
20
23
|
/**
|
|
21
24
|
* Generated by orval v7.13.2 🍺
|
|
22
25
|
* Do not edit manually.
|
|
@@ -54,6 +57,7 @@ exports.accessGetAccessesResponse = zod_1.default.object({
|
|
|
54
57
|
"userEmailAddress": zod_1.default.string().nullish(),
|
|
55
58
|
"workSpaceId": zod_1.default.string().regex(exports.accessGetAccessesResponseDataItemWorkSpaceIdRegExp).nullish()
|
|
56
59
|
})),
|
|
60
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
57
61
|
"total": zod_1.default.number()
|
|
58
62
|
});
|
|
59
63
|
/**
|
|
@@ -81,6 +85,7 @@ exports.accessGetGroupsResponse = zod_1.default.object({
|
|
|
81
85
|
"groupId": zod_1.default.string(),
|
|
82
86
|
"isAssigned": zod_1.default.boolean()
|
|
83
87
|
})),
|
|
88
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
84
89
|
"total": zod_1.default.number()
|
|
85
90
|
});
|
|
86
91
|
/**
|
|
@@ -114,6 +119,7 @@ exports.accessGetUsersInRoleRolesRoleIdUsersResponse = zod_1.default.object({
|
|
|
114
119
|
"isAssigned": zod_1.default.boolean(),
|
|
115
120
|
"userId": zod_1.default.string()
|
|
116
121
|
})),
|
|
122
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
117
123
|
"total": zod_1.default.number()
|
|
118
124
|
});
|
|
119
125
|
/**
|
|
@@ -134,6 +140,7 @@ exports.accessSearchGroupsResponse = zod_1.default.object({
|
|
|
134
140
|
"groupId": zod_1.default.string(),
|
|
135
141
|
"isAssigned": zod_1.default.boolean()
|
|
136
142
|
})),
|
|
143
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
137
144
|
"total": zod_1.default.number()
|
|
138
145
|
});
|
|
139
146
|
/**
|
|
@@ -154,6 +161,7 @@ exports.accessSearchServicePrincipalsResponse = zod_1.default.object({
|
|
|
154
161
|
"id": zod_1.default.string(),
|
|
155
162
|
"isAssigned": zod_1.default.boolean()
|
|
156
163
|
})),
|
|
164
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
157
165
|
"total": zod_1.default.number()
|
|
158
166
|
});
|
|
159
167
|
/**
|
|
@@ -175,6 +183,7 @@ exports.accessSearchUsersResponse = zod_1.default.object({
|
|
|
175
183
|
"isAssigned": zod_1.default.boolean(),
|
|
176
184
|
"name": zod_1.default.string()
|
|
177
185
|
})),
|
|
186
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
178
187
|
"total": zod_1.default.number()
|
|
179
188
|
});
|
|
180
189
|
/**
|
|
@@ -197,6 +206,7 @@ exports.accessGetUsersInRoleUsersResponse = zod_1.default.object({
|
|
|
197
206
|
"isAssigned": zod_1.default.boolean(),
|
|
198
207
|
"userId": zod_1.default.string()
|
|
199
208
|
})),
|
|
209
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
200
210
|
"total": zod_1.default.number()
|
|
201
211
|
});
|
|
202
212
|
/**
|
|
@@ -214,7 +224,7 @@ exports.activityExportLoggingsQueryParams = zod_1.default.strictObject({
|
|
|
214
224
|
"workSpaceId": zod_1.default.string().regex(exports.activityExportLoggingsQueryWorkSpaceIdRegExp).optional(),
|
|
215
225
|
"fromOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
216
226
|
"toOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
217
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional()
|
|
227
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional()
|
|
218
228
|
});
|
|
219
229
|
exports.activityExportLoggingsResponse = zod_1.default.string();
|
|
220
230
|
/**
|
|
@@ -227,7 +237,7 @@ exports.activityGetLoggingQueryParams = zod_1.default.strictObject({
|
|
|
227
237
|
"workSpaceId": zod_1.default.string().regex(exports.activityGetLoggingQueryWorkSpaceIdRegExp).optional(),
|
|
228
238
|
"fromOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
229
239
|
"toOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
230
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional(),
|
|
240
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional(),
|
|
231
241
|
"take": zod_1.default.number().default(exports.activityGetLoggingQueryTakeDefault),
|
|
232
242
|
"skip": zod_1.default.number().optional()
|
|
233
243
|
});
|
|
@@ -235,7 +245,7 @@ exports.activityGetLoggingResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}
|
|
|
235
245
|
exports.activityGetLoggingResponseDataItemWorkSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
236
246
|
exports.activityGetLoggingResponse = zod_1.default.object({
|
|
237
247
|
"data": zod_1.default.array(zod_1.default.object({
|
|
238
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional(),
|
|
248
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional(),
|
|
239
249
|
"durationMs": zod_1.default.number().nullish(),
|
|
240
250
|
"eventDescription": zod_1.default.string().nullish(),
|
|
241
251
|
"eventUserId": zod_1.default.string().nullish(),
|
|
@@ -258,6 +268,7 @@ exports.activityGetLoggingResponse = zod_1.default.object({
|
|
|
258
268
|
"workSpaceId": zod_1.default.string().regex(exports.activityGetLoggingResponseDataItemWorkSpaceIdRegExp).nullish(),
|
|
259
269
|
"workSpaceName": zod_1.default.string().nullish()
|
|
260
270
|
})),
|
|
271
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
261
272
|
"total": zod_1.default.number()
|
|
262
273
|
});
|
|
263
274
|
/**
|
|
@@ -292,6 +303,8 @@ exports.blockSetsGetBlockSetsQueryParams = zod_1.default.strictObject({
|
|
|
292
303
|
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.')
|
|
293
304
|
});
|
|
294
305
|
exports.blockSetsGetBlockSetsResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
306
|
+
exports.blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
307
|
+
exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
295
308
|
exports.blockSetsGetBlockSetsResponseItem = zod_1.default.object({
|
|
296
309
|
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
297
310
|
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
@@ -338,17 +351,50 @@ exports.blockSetsGetBlockSetsResponseItem = zod_1.default.object({
|
|
|
338
351
|
"connectionId": zod_1.default.string().nullish(),
|
|
339
352
|
"createdByUserId": zod_1.default.string().nullish(),
|
|
340
353
|
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseIdRegExp),
|
|
354
|
+
"modifiedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
341
355
|
"name": zod_1.default.string().nullish(),
|
|
342
356
|
"sourceCodeUri": zod_1.default.string().nullish(),
|
|
343
|
-
"type": zod_1.default.enum(['Native', 'Custom', 'Debug'])
|
|
357
|
+
"type": zod_1.default.enum(['Native', 'Custom', 'Debug']),
|
|
358
|
+
"usedInDataSets": zod_1.default.array(zod_1.default.object({
|
|
359
|
+
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp),
|
|
360
|
+
"name": zod_1.default.string()
|
|
361
|
+
})),
|
|
362
|
+
"usedInWorkspaces": zod_1.default.array(zod_1.default.object({
|
|
363
|
+
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp),
|
|
364
|
+
"name": zod_1.default.string()
|
|
365
|
+
}))
|
|
344
366
|
});
|
|
345
367
|
exports.blockSetsGetBlockSetsResponse = zod_1.default.array(exports.blockSetsGetBlockSetsResponseItem);
|
|
368
|
+
/**
|
|
369
|
+
* @summary Get the saved Python source code for a deployed custom block set.
|
|
370
|
+
*/
|
|
371
|
+
exports.blockSetsGetDeployedBlockCodeParams = zod_1.default.strictObject({
|
|
372
|
+
"blockSetName": zod_1.default.string().describe('The name of the deployed block set.')
|
|
373
|
+
});
|
|
374
|
+
/**
|
|
375
|
+
* @summary Get the raw zip file for a deployed custom block set.
|
|
376
|
+
*/
|
|
377
|
+
exports.blockSetsGetDeployedBlockFilesParams = zod_1.default.strictObject({
|
|
378
|
+
"blockSetName": zod_1.default.string().describe('The name of the deployed block set.')
|
|
379
|
+
});
|
|
346
380
|
/**
|
|
347
381
|
* @summary Deletes an existing custom block set.
|
|
348
382
|
*/
|
|
349
383
|
exports.blockSetsDeleteBlockSetParams = zod_1.default.strictObject({
|
|
350
384
|
"name": zod_1.default.string().describe('The name of the block set to delete.')
|
|
351
385
|
});
|
|
386
|
+
/**
|
|
387
|
+
* @summary Rename a published custom block set (all versions). Set names are
|
|
388
|
+
organizational — flows bind to block (class) names, so renaming never
|
|
389
|
+
breaks a flow. Admin-only (the attribute must be method-level: the
|
|
390
|
+
Admin policy handler ignores class-level `[AuthorizeAdmin]`).
|
|
391
|
+
*/
|
|
392
|
+
exports.blockSetsRenameBlockSetParams = zod_1.default.strictObject({
|
|
393
|
+
"name": zod_1.default.string()
|
|
394
|
+
});
|
|
395
|
+
exports.blockSetsRenameBlockSetBody = zod_1.default.strictObject({
|
|
396
|
+
"newName": zod_1.default.string()
|
|
397
|
+
});
|
|
352
398
|
/**
|
|
353
399
|
* @summary Adds a new custom block set.
|
|
354
400
|
*/
|
|
@@ -362,7 +408,8 @@ exports.blockSetsAddBlockSetBody = zod_1.default.strictObject({
|
|
|
362
408
|
* @summary Get a list of all block interfaces
|
|
363
409
|
*/
|
|
364
410
|
exports.blocksGetBlocksQueryParams = zod_1.default.strictObject({
|
|
365
|
-
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.')
|
|
411
|
+
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.'),
|
|
412
|
+
"onBehalfOfUserId": zod_1.default.string().optional().describe('Flow-run user for draft resolution (ADR-0002). Only honoured when the\r\ncaller is a service principal (ssaiKey); ignored for user tokens.')
|
|
366
413
|
});
|
|
367
414
|
exports.blocksGetBlocksResponseBlockSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
368
415
|
exports.blocksGetBlocksResponse = zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -416,6 +463,32 @@ exports.blocksGetBlocksResponse = zod_1.default.record(zod_1.default.string(), z
|
|
|
416
463
|
"type": zod_1.default.enum(['Native', 'Custom', 'Debug']),
|
|
417
464
|
"version": zod_1.default.string()
|
|
418
465
|
})));
|
|
466
|
+
/**
|
|
467
|
+
* @summary List the SDK's built-in blocks (smartspace.* modules) for the
|
|
468
|
+
custom-blocks draft picker. App-native blocks (LLMs etc.) are
|
|
469
|
+
excluded upstream. Admin-only (method-level attribute — the Admin
|
|
470
|
+
policy handler ignores class-level `[AuthorizeAdmin]`).
|
|
471
|
+
*/
|
|
472
|
+
exports.blocksGetSdkBlocksResponseItem = zod_1.default.object({
|
|
473
|
+
"name": zod_1.default.string(),
|
|
474
|
+
"version": zod_1.default.string()
|
|
475
|
+
});
|
|
476
|
+
exports.blocksGetSdkBlocksResponse = zod_1.default.array(exports.blocksGetSdkBlocksResponseItem);
|
|
477
|
+
/**
|
|
478
|
+
* @summary Get the Python source of a native/SDK block — used by the custom-blocks
|
|
479
|
+
page as a starting scaffold when creating a draft. Admin-only (the
|
|
480
|
+
attribute must be method-level: the Admin policy handler ignores
|
|
481
|
+
class-level `[AuthorizeAdmin]`).
|
|
482
|
+
*/
|
|
483
|
+
exports.blocksGetBlockSourceParams = zod_1.default.strictObject({
|
|
484
|
+
"name": zod_1.default.string(),
|
|
485
|
+
"version": zod_1.default.string()
|
|
486
|
+
});
|
|
487
|
+
exports.blocksGetBlockSourceResponse = zod_1.default.object({
|
|
488
|
+
"code": zod_1.default.string(),
|
|
489
|
+
"name": zod_1.default.string(),
|
|
490
|
+
"version": zod_1.default.string()
|
|
491
|
+
});
|
|
419
492
|
/**
|
|
420
493
|
* @summary Manually trigger reingestion of a specific container item.
|
|
421
494
|
*/
|
|
@@ -445,6 +518,7 @@ exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp =
|
|
|
445
518
|
exports.containersPostResponseWorkSpaceDataSpacesItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
446
519
|
exports.containersPostResponseWorkSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
447
520
|
exports.containersPostResponseItem = zod_1.default.object({
|
|
521
|
+
"createdByUserId": zod_1.default.string().nullish(),
|
|
448
522
|
"dataSet": zod_1.default.object({
|
|
449
523
|
"id": zod_1.default.string().regex(exports.containersPostResponseDataSetIdRegExp),
|
|
450
524
|
"name": zod_1.default.string(),
|
|
@@ -492,6 +566,7 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
492
566
|
})
|
|
493
567
|
})).nullish(),
|
|
494
568
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
569
|
+
"secret": zod_1.default.boolean(),
|
|
495
570
|
"value": zod_1.default.any().nullish()
|
|
496
571
|
})).nullish(),
|
|
497
572
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -512,11 +587,18 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
512
587
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
513
588
|
"dataSourceContainer": zod_1.default.object({
|
|
514
589
|
"dataSourceId": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
590
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
591
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
592
|
+
"operator": zod_1.default.string(),
|
|
593
|
+
"propertyName": zod_1.default.string(),
|
|
594
|
+
"value": zod_1.default.string()
|
|
595
|
+
})).nullish(),
|
|
515
596
|
"id": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp),
|
|
516
597
|
"name": zod_1.default.string(),
|
|
517
598
|
"path": zod_1.default.string()
|
|
518
599
|
}),
|
|
519
600
|
"flowId": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemFlowIdRegExp),
|
|
601
|
+
"honourSourceDeletes": zod_1.default.boolean(),
|
|
520
602
|
"id": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemIdRegExp),
|
|
521
603
|
"inputName": zod_1.default.string(),
|
|
522
604
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
@@ -550,10 +632,13 @@ exports.dataSetsGetQuerySkipDefault = 0;
|
|
|
550
632
|
exports.dataSetsGetQueryParams = zod_1.default.strictObject({
|
|
551
633
|
"take": zod_1.default.number().default(exports.dataSetsGetQueryTakeDefault),
|
|
552
634
|
"skip": zod_1.default.number().optional(),
|
|
553
|
-
"search": zod_1.default.string().optional()
|
|
635
|
+
"search": zod_1.default.string().optional(),
|
|
636
|
+
"sortBy": zod_1.default.string().optional(),
|
|
637
|
+
"sortDirection": zod_1.default.string().optional()
|
|
554
638
|
});
|
|
555
639
|
exports.dataSetsGetResponseDataItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
556
640
|
exports.dataSetsGetResponseDataItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
641
|
+
exports.dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
557
642
|
exports.dataSetsGetResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
558
643
|
exports.dataSetsGetResponseDataItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
559
644
|
exports.dataSetsGetResponse = zod_1.default.object({
|
|
@@ -563,6 +648,7 @@ exports.dataSetsGetResponse = zod_1.default.object({
|
|
|
563
648
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
564
649
|
"description": zod_1.default.string().nullish(),
|
|
565
650
|
"flowId": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemFlowIdRegExp).nullish(),
|
|
651
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
566
652
|
"id": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemIdRegExp),
|
|
567
653
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
568
654
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -572,8 +658,11 @@ exports.dataSetsGetResponse = zod_1.default.object({
|
|
|
572
658
|
"isVector": zod_1.default.boolean(),
|
|
573
659
|
"name": zod_1.default.string()
|
|
574
660
|
})),
|
|
661
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
662
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
575
663
|
"version": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemVersionRegExp).nullish()
|
|
576
664
|
})),
|
|
665
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
577
666
|
"total": zod_1.default.number()
|
|
578
667
|
});
|
|
579
668
|
exports.dataSetsGetItemPathDataSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -612,6 +701,7 @@ exports.dataSetsGetByIdParams = zod_1.default.strictObject({
|
|
|
612
701
|
});
|
|
613
702
|
exports.dataSetsGetByIdResponseDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
614
703
|
exports.dataSetsGetByIdResponseFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
704
|
+
exports.dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
615
705
|
exports.dataSetsGetByIdResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
616
706
|
exports.dataSetsGetByIdResponseVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
617
707
|
exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
@@ -620,6 +710,7 @@ exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
|
620
710
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseDataSpaceIdRegExp).nullish(),
|
|
621
711
|
"description": zod_1.default.string().nullish(),
|
|
622
712
|
"flowId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseFlowIdRegExp).nullish(),
|
|
713
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
623
714
|
"id": zod_1.default.string().regex(exports.dataSetsGetByIdResponseIdRegExp),
|
|
624
715
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
625
716
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -629,6 +720,8 @@ exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
|
629
720
|
"isVector": zod_1.default.boolean(),
|
|
630
721
|
"name": zod_1.default.string()
|
|
631
722
|
})),
|
|
723
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
724
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
632
725
|
"version": zod_1.default.string().regex(exports.dataSetsGetByIdResponseVersionRegExp).nullish()
|
|
633
726
|
});
|
|
634
727
|
/**
|
|
@@ -642,6 +735,12 @@ exports.dataSetsPutBodyIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-
|
|
|
642
735
|
exports.dataSetsPutBody = zod_1.default.strictObject({
|
|
643
736
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
644
737
|
"dataSourceId": zod_1.default.string().regex(exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp),
|
|
738
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
739
|
+
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
740
|
+
"operator": zod_1.default.string(),
|
|
741
|
+
"propertyName": zod_1.default.string(),
|
|
742
|
+
"value": zod_1.default.string()
|
|
743
|
+
})).nullish(),
|
|
645
744
|
"path": zod_1.default.string()
|
|
646
745
|
})).nullish(),
|
|
647
746
|
"description": zod_1.default.string().nullish(),
|
|
@@ -650,6 +749,7 @@ exports.dataSetsPutBody = zod_1.default.strictObject({
|
|
|
650
749
|
});
|
|
651
750
|
exports.dataSetsPutResponseDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
652
751
|
exports.dataSetsPutResponseFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
752
|
+
exports.dataSetsPutResponseHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
653
753
|
exports.dataSetsPutResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
654
754
|
exports.dataSetsPutResponseVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
655
755
|
exports.dataSetsPutResponse = zod_1.default.object({
|
|
@@ -658,6 +758,7 @@ exports.dataSetsPutResponse = zod_1.default.object({
|
|
|
658
758
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsPutResponseDataSpaceIdRegExp).nullish(),
|
|
659
759
|
"description": zod_1.default.string().nullish(),
|
|
660
760
|
"flowId": zod_1.default.string().regex(exports.dataSetsPutResponseFlowIdRegExp).nullish(),
|
|
761
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsPutResponseHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
661
762
|
"id": zod_1.default.string().regex(exports.dataSetsPutResponseIdRegExp),
|
|
662
763
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
663
764
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -667,6 +768,8 @@ exports.dataSetsPutResponse = zod_1.default.object({
|
|
|
667
768
|
"isVector": zod_1.default.boolean(),
|
|
668
769
|
"name": zod_1.default.string()
|
|
669
770
|
})),
|
|
771
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
772
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
670
773
|
"version": zod_1.default.string().regex(exports.dataSetsPutResponseVersionRegExp).nullish()
|
|
671
774
|
});
|
|
672
775
|
/**
|
|
@@ -702,6 +805,7 @@ exports.dataSetsGetContainerItemsRunHistoryResponse = zod_1.default.object({
|
|
|
702
805
|
"data": zod_1.default.array(zod_1.default.object({
|
|
703
806
|
"containerId": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp),
|
|
704
807
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
808
|
+
"deletedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
705
809
|
"flowRuns": zod_1.default.array(zod_1.default.object({
|
|
706
810
|
"errors": zod_1.default.array(zod_1.default.object({
|
|
707
811
|
"blockId": zod_1.default.string().nullish(),
|
|
@@ -710,7 +814,7 @@ exports.dataSetsGetContainerItemsRunHistoryResponse = zod_1.default.object({
|
|
|
710
814
|
})),
|
|
711
815
|
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
712
816
|
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp),
|
|
713
|
-
"runAt": zod_1.default.iso.datetime({}),
|
|
817
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
714
818
|
"status": zod_1.default.string()
|
|
715
819
|
})),
|
|
716
820
|
"id": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp),
|
|
@@ -718,6 +822,7 @@ exports.dataSetsGetContainerItemsRunHistoryResponse = zod_1.default.object({
|
|
|
718
822
|
"path": zod_1.default.string(),
|
|
719
823
|
"status": zod_1.default.string()
|
|
720
824
|
})),
|
|
825
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
721
826
|
"total": zod_1.default.number()
|
|
722
827
|
});
|
|
723
828
|
/**
|
|
@@ -731,6 +836,7 @@ exports.dataSetsSetDataspaceBodyRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
731
836
|
exports.dataSetsSetDataspaceBody = zod_1.default.string().regex(exports.dataSetsSetDataspaceBodyRegExp);
|
|
732
837
|
exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
733
838
|
exports.dataSetsSetDataspaceResponseFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
839
|
+
exports.dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
734
840
|
exports.dataSetsSetDataspaceResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
735
841
|
exports.dataSetsSetDataspaceResponseVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
736
842
|
exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
@@ -739,6 +845,7 @@ exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
|
739
845
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp).nullish(),
|
|
740
846
|
"description": zod_1.default.string().nullish(),
|
|
741
847
|
"flowId": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseFlowIdRegExp).nullish(),
|
|
848
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
742
849
|
"id": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseIdRegExp),
|
|
743
850
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
744
851
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -748,6 +855,8 @@ exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
|
748
855
|
"isVector": zod_1.default.boolean(),
|
|
749
856
|
"name": zod_1.default.string()
|
|
750
857
|
})),
|
|
858
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
859
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
751
860
|
"version": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseVersionRegExp).nullish()
|
|
752
861
|
});
|
|
753
862
|
exports.dataSetsExportPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -799,6 +908,7 @@ exports.dataSetsGetItemsResponse = zod_1.default.object({
|
|
|
799
908
|
}),
|
|
800
909
|
"properties": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
801
910
|
})),
|
|
911
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
802
912
|
"total": zod_1.default.number()
|
|
803
913
|
});
|
|
804
914
|
exports.dataSetsAddItemPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -841,6 +951,7 @@ exports.dataSetsSearchItemsResponse = zod_1.default.object({
|
|
|
841
951
|
}),
|
|
842
952
|
"properties": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
843
953
|
})),
|
|
954
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
844
955
|
"total": zod_1.default.number()
|
|
845
956
|
});
|
|
846
957
|
exports.dataSetsDeleteItemPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -850,6 +961,11 @@ exports.dataSetsDeleteItemParams = zod_1.default.strictObject({
|
|
|
850
961
|
"itemId": zod_1.default.string().regex(exports.dataSetsDeleteItemPathItemIdRegExp)
|
|
851
962
|
});
|
|
852
963
|
/**
|
|
964
|
+
* The `isVector` field is deprecated: the platform no longer uses it,
|
|
965
|
+
and it has no effect on ingestion or querying. It remains available as an
|
|
966
|
+
optional field for backward compatibility with existing integrations —
|
|
967
|
+
new integrations should omit it. When omitted, the stored value is
|
|
968
|
+
preserved on update and defaults to `false` on create.
|
|
853
969
|
* @summary Upsert a single property on a dataset.
|
|
854
970
|
*/
|
|
855
971
|
exports.dataSetsAddDataSetPropertyPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -858,7 +974,7 @@ exports.dataSetsAddDataSetPropertyParams = zod_1.default.strictObject({
|
|
|
858
974
|
});
|
|
859
975
|
exports.dataSetsAddDataSetPropertyBody = zod_1.default.strictObject({
|
|
860
976
|
"description": zod_1.default.string().nullish(),
|
|
861
|
-
"isVector": zod_1.default.boolean(),
|
|
977
|
+
"isVector": zod_1.default.boolean().nullish().describe('Unused — the platform no longer reads this field and it has no effect on ingestion or querying. It is retained as an optional property purely for backward compatibility; omit it in new integrations. When omitted, the stored value is preserved on update and it defaults to false on create.'),
|
|
862
978
|
"name": zod_1.default.string()
|
|
863
979
|
});
|
|
864
980
|
exports.dataSetsAddDataSetPropertyResponse = zod_1.default.object({
|
|
@@ -871,6 +987,88 @@ exports.dataSetsDeleteDataSetPropertyParams = zod_1.default.strictObject({
|
|
|
871
987
|
"id": zod_1.default.string().regex(exports.dataSetsDeleteDataSetPropertyPathIdRegExp),
|
|
872
988
|
"name": zod_1.default.string()
|
|
873
989
|
});
|
|
990
|
+
/**
|
|
991
|
+
* @summary Run-centric ingestion history for the dataset (newest first), from the
|
|
992
|
+
AI API's provenance-stamped run store. `trigger` filters by cause
|
|
993
|
+
(sync / sweep / manual / reset / unknown); `itemId` narrows to one
|
|
994
|
+
container item, including runs superseded by later re-ingests.
|
|
995
|
+
*/
|
|
996
|
+
exports.dataSetsGetIngestionRunsPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
997
|
+
exports.dataSetsGetIngestionRunsParams = zod_1.default.strictObject({
|
|
998
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsPathIdRegExp)
|
|
999
|
+
});
|
|
1000
|
+
exports.dataSetsGetIngestionRunsQuerySkipDefault = 0;
|
|
1001
|
+
exports.dataSetsGetIngestionRunsQueryTakeDefault = 50;
|
|
1002
|
+
exports.dataSetsGetIngestionRunsQueryItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1003
|
+
exports.dataSetsGetIngestionRunsQueryParams = zod_1.default.strictObject({
|
|
1004
|
+
"skip": zod_1.default.number().optional(),
|
|
1005
|
+
"take": zod_1.default.number().default(exports.dataSetsGetIngestionRunsQueryTakeDefault),
|
|
1006
|
+
"trigger": zod_1.default.string().optional(),
|
|
1007
|
+
"itemId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsQueryItemIdRegExp).optional()
|
|
1008
|
+
});
|
|
1009
|
+
exports.dataSetsGetIngestionRunsResponseDataItemCausedByRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1010
|
+
exports.dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1011
|
+
exports.dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1012
|
+
exports.dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1013
|
+
exports.dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1014
|
+
exports.dataSetsGetIngestionRunsResponseDataItemItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1015
|
+
exports.dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1016
|
+
exports.dataSetsGetIngestionRunsResponse = zod_1.default.object({
|
|
1017
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
1018
|
+
"causedBy": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemCausedByRegExp).nullish(),
|
|
1019
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp).nullish(),
|
|
1020
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1021
|
+
"dataSetId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp).nullish(),
|
|
1022
|
+
"dataSetVersion": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp).nullish(),
|
|
1023
|
+
"errors": zod_1.default.array(zod_1.default.object({
|
|
1024
|
+
"blockId": zod_1.default.string().nullish(),
|
|
1025
|
+
"code": zod_1.default.number().nullish(),
|
|
1026
|
+
"message": zod_1.default.string()
|
|
1027
|
+
})),
|
|
1028
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1029
|
+
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp),
|
|
1030
|
+
"itemId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemItemIdRegExp).nullish(),
|
|
1031
|
+
"itemName": zod_1.default.string().nullish(),
|
|
1032
|
+
"itemPath": zod_1.default.string().nullish(),
|
|
1033
|
+
"itemVersion": zod_1.default.iso.datetime({}).nullish(),
|
|
1034
|
+
"retryOf": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp).nullish(),
|
|
1035
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1036
|
+
"status": zod_1.default.string(),
|
|
1037
|
+
"trigger": zod_1.default.object({
|
|
1038
|
+
"kind": zod_1.default.string(),
|
|
1039
|
+
"principal": zod_1.default.string().nullish()
|
|
1040
|
+
})
|
|
1041
|
+
})),
|
|
1042
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
1043
|
+
"total": zod_1.default.number()
|
|
1044
|
+
});
|
|
1045
|
+
/**
|
|
1046
|
+
* @summary Set the per-document scoping config (mode + subject path) on a dataset.
|
|
1047
|
+
*/
|
|
1048
|
+
exports.dataSetsPutScopingPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1049
|
+
exports.dataSetsPutScopingParams = zod_1.default.strictObject({
|
|
1050
|
+
"id": zod_1.default.string().regex(exports.dataSetsPutScopingPathIdRegExp)
|
|
1051
|
+
});
|
|
1052
|
+
exports.dataSetsPutScopingBody = zod_1.default.strictObject({
|
|
1053
|
+
"mode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1054
|
+
"subjectPath": zod_1.default.string().nullish()
|
|
1055
|
+
});
|
|
1056
|
+
/**
|
|
1057
|
+
* @summary Whether this dataset hides items whose source file was deleted in the given
|
|
1058
|
+
container. Per container, because the setting belongs to that subscription.
|
|
1059
|
+
Off is the default and does not disable detection — deletions are always
|
|
1060
|
+
recorded and always marked on the affected rows; this only decides whether a
|
|
1061
|
+
marked row is returned. Nothing here deletes anything.
|
|
1062
|
+
*/
|
|
1063
|
+
exports.dataSetsPutSourceDeletesPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1064
|
+
exports.dataSetsPutSourceDeletesParams = zod_1.default.strictObject({
|
|
1065
|
+
"id": zod_1.default.string().regex(exports.dataSetsPutSourceDeletesPathIdRegExp)
|
|
1066
|
+
});
|
|
1067
|
+
exports.dataSetsPutSourceDeletesBodyContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1068
|
+
exports.dataSetsPutSourceDeletesBody = zod_1.default.strictObject({
|
|
1069
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsPutSourceDeletesBodyContainerIdRegExp),
|
|
1070
|
+
"honourSourceDeletes": zod_1.default.boolean()
|
|
1071
|
+
});
|
|
874
1072
|
/**
|
|
875
1073
|
* @summary Fetch a list of all available data source types in SmartSpace.
|
|
876
1074
|
*/
|
|
@@ -897,6 +1095,12 @@ exports.dataSourceTypesGetAvailableContainersBody = zod_1.default.strictObject({
|
|
|
897
1095
|
});
|
|
898
1096
|
exports.dataSourceTypesGetAvailableContainersResponseItem = zod_1.default.object({
|
|
899
1097
|
"children": zod_1.default.array(zod_1.default.any()).nullish(),
|
|
1098
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1099
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1100
|
+
"operator": zod_1.default.string(),
|
|
1101
|
+
"propertyName": zod_1.default.string(),
|
|
1102
|
+
"value": zod_1.default.string()
|
|
1103
|
+
})).nullish(),
|
|
900
1104
|
"name": zod_1.default.string(),
|
|
901
1105
|
"path": zod_1.default.string(),
|
|
902
1106
|
"properties": zod_1.default.array(zod_1.default.object({
|
|
@@ -919,14 +1123,16 @@ exports.dataSourceTypesTestConnectionResponse = zod_1.default.object({
|
|
|
919
1123
|
"statusCode": zod_1.default.number().nullish()
|
|
920
1124
|
});
|
|
921
1125
|
/**
|
|
922
|
-
* @summary
|
|
1126
|
+
* @summary Retrieves a collection of data sources.
|
|
923
1127
|
*/
|
|
924
1128
|
exports.dataSourcesGetQueryTakeDefault = 20;
|
|
925
1129
|
exports.dataSourcesGetQuerySkipDefault = 0;
|
|
926
1130
|
exports.dataSourcesGetQueryParams = zod_1.default.strictObject({
|
|
927
|
-
"take": zod_1.default.number().default(exports.dataSourcesGetQueryTakeDefault)
|
|
928
|
-
"skip": zod_1.default.number().optional()
|
|
929
|
-
"search": zod_1.default.string().optional()
|
|
1131
|
+
"take": zod_1.default.number().default(exports.dataSourcesGetQueryTakeDefault),
|
|
1132
|
+
"skip": zod_1.default.number().optional(),
|
|
1133
|
+
"search": zod_1.default.string().optional(),
|
|
1134
|
+
"sortBy": zod_1.default.string().optional(),
|
|
1135
|
+
"sortDirection": zod_1.default.string().optional()
|
|
930
1136
|
});
|
|
931
1137
|
exports.dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
932
1138
|
exports.dataSourcesGetResponseDataItemContainersItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -935,6 +1141,12 @@ exports.dataSourcesGetResponse = zod_1.default.object({
|
|
|
935
1141
|
"data": zod_1.default.array(zod_1.default.object({
|
|
936
1142
|
"containers": zod_1.default.array(zod_1.default.object({
|
|
937
1143
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp),
|
|
1144
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1145
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1146
|
+
"operator": zod_1.default.string(),
|
|
1147
|
+
"propertyName": zod_1.default.string(),
|
|
1148
|
+
"value": zod_1.default.string()
|
|
1149
|
+
})).nullish(),
|
|
938
1150
|
"id": zod_1.default.string().regex(exports.dataSourcesGetResponseDataItemContainersItemIdRegExp),
|
|
939
1151
|
"name": zod_1.default.string(),
|
|
940
1152
|
"path": zod_1.default.string()
|
|
@@ -949,6 +1161,7 @@ exports.dataSourcesGetResponse = zod_1.default.object({
|
|
|
949
1161
|
"name": zod_1.default.string(),
|
|
950
1162
|
"searchable": zod_1.default.boolean()
|
|
951
1163
|
})),
|
|
1164
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
952
1165
|
"total": zod_1.default.number()
|
|
953
1166
|
});
|
|
954
1167
|
/**
|
|
@@ -966,6 +1179,12 @@ exports.dataSourcesPostResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F
|
|
|
966
1179
|
exports.dataSourcesPostResponse = zod_1.default.object({
|
|
967
1180
|
"containers": zod_1.default.array(zod_1.default.object({
|
|
968
1181
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesPostResponseContainersItemDataSourceIdRegExp),
|
|
1182
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1183
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1184
|
+
"operator": zod_1.default.string(),
|
|
1185
|
+
"propertyName": zod_1.default.string(),
|
|
1186
|
+
"value": zod_1.default.string()
|
|
1187
|
+
})).nullish(),
|
|
969
1188
|
"id": zod_1.default.string().regex(exports.dataSourcesPostResponseContainersItemIdRegExp),
|
|
970
1189
|
"name": zod_1.default.string(),
|
|
971
1190
|
"path": zod_1.default.string()
|
|
@@ -1012,11 +1231,49 @@ exports.dataSourcesContainersResponseDataSourceIdRegExp = new RegExp('^[0-9a-fA-
|
|
|
1012
1231
|
exports.dataSourcesContainersResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1013
1232
|
exports.dataSourcesContainersResponseItem = zod_1.default.object({
|
|
1014
1233
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesContainersResponseDataSourceIdRegExp),
|
|
1234
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1235
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1236
|
+
"operator": zod_1.default.string(),
|
|
1237
|
+
"propertyName": zod_1.default.string(),
|
|
1238
|
+
"value": zod_1.default.string()
|
|
1239
|
+
})).nullish(),
|
|
1015
1240
|
"id": zod_1.default.string().regex(exports.dataSourcesContainersResponseIdRegExp),
|
|
1016
1241
|
"name": zod_1.default.string(),
|
|
1017
1242
|
"path": zod_1.default.string()
|
|
1018
1243
|
});
|
|
1019
1244
|
exports.dataSourcesContainersResponse = zod_1.default.array(exports.dataSourcesContainersResponseItem);
|
|
1245
|
+
/**
|
|
1246
|
+
* @summary Runs a preview search against the data source using the supplied filters and returns
|
|
1247
|
+
a total record count without persisting any state.
|
|
1248
|
+
*/
|
|
1249
|
+
exports.dataSourcesPreviewContainerPathDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1250
|
+
exports.dataSourcesPreviewContainerParams = zod_1.default.strictObject({
|
|
1251
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesPreviewContainerPathDataSourceIdRegExp)
|
|
1252
|
+
});
|
|
1253
|
+
exports.dataSourcesPreviewContainerBody = zod_1.default.strictObject({
|
|
1254
|
+
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
1255
|
+
"operator": zod_1.default.string(),
|
|
1256
|
+
"propertyName": zod_1.default.string(),
|
|
1257
|
+
"value": zod_1.default.string()
|
|
1258
|
+
})).nullish(),
|
|
1259
|
+
"path": zod_1.default.string()
|
|
1260
|
+
});
|
|
1261
|
+
exports.dataSourcesPreviewContainerResponse = zod_1.default.object({
|
|
1262
|
+
"samples": zod_1.default.array(zod_1.default.record(zod_1.default.string(), zod_1.default.any())),
|
|
1263
|
+
"total": zod_1.default.number()
|
|
1264
|
+
});
|
|
1265
|
+
/**
|
|
1266
|
+
* @summary Returns a JSON Schema object for the container's properties, used to drive the filter editor UI.
|
|
1267
|
+
Schema shape: { type: "object", properties: { [name]: { type, title, enum? } } }
|
|
1268
|
+
containerPath is a query param (not a route segment) to avoid ASP.NET routing splits on paths containing '/'.
|
|
1269
|
+
*/
|
|
1270
|
+
exports.dataSourcesContainerSchemaPathDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1271
|
+
exports.dataSourcesContainerSchemaParams = zod_1.default.strictObject({
|
|
1272
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesContainerSchemaPathDataSourceIdRegExp)
|
|
1273
|
+
});
|
|
1274
|
+
exports.dataSourcesContainerSchemaQueryParams = zod_1.default.strictObject({
|
|
1275
|
+
"containerPath": zod_1.default.string().optional()
|
|
1276
|
+
});
|
|
1020
1277
|
/**
|
|
1021
1278
|
* @summary Update the credentials for an existing data source in SmartSpace by specifying its ID.
|
|
1022
1279
|
*/
|
|
@@ -1027,6 +1284,15 @@ exports.dataSourcesUpdateCredentialsParams = zod_1.default.strictObject({
|
|
|
1027
1284
|
exports.dataSourcesUpdateCredentialsBody = zod_1.default.strictObject({
|
|
1028
1285
|
"credentials": zod_1.default.record(zod_1.default.string(), zod_1.default.string().nullable())
|
|
1029
1286
|
});
|
|
1287
|
+
/**
|
|
1288
|
+
* @summary Requests an on-demand sync of a data source. The request is queued;
|
|
1289
|
+
the sync service picks it up within ~30 seconds. Repeated requests
|
|
1290
|
+
are safe — concurrent syncs of the same source collapse to one run.
|
|
1291
|
+
*/
|
|
1292
|
+
exports.dataSourcesRequestSyncPathDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1293
|
+
exports.dataSourcesRequestSyncParams = zod_1.default.strictObject({
|
|
1294
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesRequestSyncPathDataSourceIdRegExp)
|
|
1295
|
+
});
|
|
1030
1296
|
exports.dataSourcesGetAdminUsersPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1031
1297
|
exports.dataSourcesGetAdminUsersParams = zod_1.default.strictObject({
|
|
1032
1298
|
"id": zod_1.default.string().regex(exports.dataSourcesGetAdminUsersPathIdRegExp)
|
|
@@ -1051,10 +1317,13 @@ exports.dataSpacesGetQuerySkipDefault = 0;
|
|
|
1051
1317
|
exports.dataSpacesGetQueryParams = zod_1.default.strictObject({
|
|
1052
1318
|
"take": zod_1.default.number().default(exports.dataSpacesGetQueryTakeDefault),
|
|
1053
1319
|
"skip": zod_1.default.number().optional(),
|
|
1054
|
-
"search": zod_1.default.string().optional()
|
|
1320
|
+
"search": zod_1.default.string().optional(),
|
|
1321
|
+
"sortBy": zod_1.default.string().optional(),
|
|
1322
|
+
"sortDirection": zod_1.default.string().optional()
|
|
1055
1323
|
});
|
|
1056
1324
|
exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1057
1325
|
exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1326
|
+
exports.dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1058
1327
|
exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1059
1328
|
exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1060
1329
|
exports.dataSpacesGetResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -1070,6 +1339,7 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1070
1339
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1071
1340
|
"description": zod_1.default.string().nullish(),
|
|
1072
1341
|
"flowId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp).nullish(),
|
|
1342
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1073
1343
|
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp),
|
|
1074
1344
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1075
1345
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1079,6 +1349,8 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1079
1349
|
"isVector": zod_1.default.boolean(),
|
|
1080
1350
|
"name": zod_1.default.string()
|
|
1081
1351
|
})),
|
|
1352
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1353
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1082
1354
|
"version": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp).nullish()
|
|
1083
1355
|
})),
|
|
1084
1356
|
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemIdRegExp),
|
|
@@ -1091,6 +1363,7 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1091
1363
|
"name": zod_1.default.string()
|
|
1092
1364
|
}))
|
|
1093
1365
|
})),
|
|
1366
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
1094
1367
|
"total": zod_1.default.number()
|
|
1095
1368
|
});
|
|
1096
1369
|
/**
|
|
@@ -1111,6 +1384,7 @@ exports.dataSpacesGetByIdParams = zod_1.default.strictObject({
|
|
|
1111
1384
|
});
|
|
1112
1385
|
exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1113
1386
|
exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1387
|
+
exports.dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1114
1388
|
exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1115
1389
|
exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1116
1390
|
exports.dataSpacesGetByIdResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -1125,6 +1399,7 @@ exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
|
1125
1399
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1126
1400
|
"description": zod_1.default.string().nullish(),
|
|
1127
1401
|
"flowId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp).nullish(),
|
|
1402
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1128
1403
|
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp),
|
|
1129
1404
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1130
1405
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1134,6 +1409,8 @@ exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
|
1134
1409
|
"isVector": zod_1.default.boolean(),
|
|
1135
1410
|
"name": zod_1.default.string()
|
|
1136
1411
|
})),
|
|
1412
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1413
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1137
1414
|
"version": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp).nullish()
|
|
1138
1415
|
})),
|
|
1139
1416
|
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseIdRegExp),
|
|
@@ -1162,6 +1439,7 @@ exports.dataSpacesPutBody = zod_1.default.strictObject({
|
|
|
1162
1439
|
});
|
|
1163
1440
|
exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1164
1441
|
exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1442
|
+
exports.dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1165
1443
|
exports.dataSpacesPutResponseDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1166
1444
|
exports.dataSpacesPutResponseDataSetsItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1167
1445
|
exports.dataSpacesPutResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -1176,6 +1454,7 @@ exports.dataSpacesPutResponse = zod_1.default.object({
|
|
|
1176
1454
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1177
1455
|
"description": zod_1.default.string().nullish(),
|
|
1178
1456
|
"flowId": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp).nullish(),
|
|
1457
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1179
1458
|
"id": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemIdRegExp),
|
|
1180
1459
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1181
1460
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1185,6 +1464,8 @@ exports.dataSpacesPutResponse = zod_1.default.object({
|
|
|
1185
1464
|
"isVector": zod_1.default.boolean(),
|
|
1186
1465
|
"name": zod_1.default.string()
|
|
1187
1466
|
})),
|
|
1467
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1468
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1188
1469
|
"version": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemVersionRegExp).nullish()
|
|
1189
1470
|
})),
|
|
1190
1471
|
"id": zod_1.default.string().regex(exports.dataSpacesPutResponseIdRegExp),
|
|
@@ -1227,10 +1508,13 @@ exports.dataSpacesGetDataSetsQuerySkipDefault = 0;
|
|
|
1227
1508
|
exports.dataSpacesGetDataSetsQueryParams = zod_1.default.strictObject({
|
|
1228
1509
|
"take": zod_1.default.number().default(exports.dataSpacesGetDataSetsQueryTakeDefault),
|
|
1229
1510
|
"skip": zod_1.default.number().optional(),
|
|
1230
|
-
"search": zod_1.default.string().optional()
|
|
1511
|
+
"search": zod_1.default.string().optional(),
|
|
1512
|
+
"sortBy": zod_1.default.string().optional(),
|
|
1513
|
+
"sortDirection": zod_1.default.string().optional()
|
|
1231
1514
|
});
|
|
1232
1515
|
exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1233
1516
|
exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1517
|
+
exports.dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1234
1518
|
exports.dataSpacesGetDataSetsResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1235
1519
|
exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1236
1520
|
exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
@@ -1240,6 +1524,7 @@ exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
|
1240
1524
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
1241
1525
|
"description": zod_1.default.string().nullish(),
|
|
1242
1526
|
"flowId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp).nullish(),
|
|
1527
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1243
1528
|
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemIdRegExp),
|
|
1244
1529
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1245
1530
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1249,8 +1534,11 @@ exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
|
1249
1534
|
"isVector": zod_1.default.boolean(),
|
|
1250
1535
|
"name": zod_1.default.string()
|
|
1251
1536
|
})),
|
|
1537
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1538
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1252
1539
|
"version": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp).nullish()
|
|
1253
1540
|
})),
|
|
1541
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
1254
1542
|
"total": zod_1.default.number()
|
|
1255
1543
|
});
|
|
1256
1544
|
/**
|
|
@@ -1264,6 +1552,12 @@ exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = new RegEx
|
|
|
1264
1552
|
exports.dataSpacesPostDatasetBody = zod_1.default.strictObject({
|
|
1265
1553
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
1266
1554
|
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp),
|
|
1555
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1556
|
+
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
1557
|
+
"operator": zod_1.default.string(),
|
|
1558
|
+
"propertyName": zod_1.default.string(),
|
|
1559
|
+
"value": zod_1.default.string()
|
|
1560
|
+
})).nullish(),
|
|
1267
1561
|
"path": zod_1.default.string()
|
|
1268
1562
|
})).nullish(),
|
|
1269
1563
|
"description": zod_1.default.string().nullish(),
|
|
@@ -1275,6 +1569,219 @@ exports.debugInvokeParams = zod_1.default.strictObject({
|
|
|
1275
1569
|
});
|
|
1276
1570
|
exports.debugInvokeBodyItem = zod_1.default.any();
|
|
1277
1571
|
exports.debugInvokeBody = zod_1.default.array(exports.debugInvokeBodyItem);
|
|
1572
|
+
/**
|
|
1573
|
+
* @summary Mongo index health for the flow-runs store: planned-vs-existing
|
|
1574
|
+
indexes per collection, the latest index-ensure outcome per index
|
|
1575
|
+
(including repeated failures), and any in-flight index
|
|
1576
|
+
transformations with their progress (currentOp).
|
|
1577
|
+
*/
|
|
1578
|
+
exports.diagnosticsGetMongoIndexesResponse = zod_1.default.any();
|
|
1579
|
+
/**
|
|
1580
|
+
* @summary List the current user's drafts (without parsed interfaces — load detail to get those).
|
|
1581
|
+
*/
|
|
1582
|
+
exports.draftsListDraftsResponseItem = zod_1.default.object({
|
|
1583
|
+
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1584
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1585
|
+
"ports": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1586
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1587
|
+
"channel": zod_1.default.boolean(),
|
|
1588
|
+
"default": zod_1.default.any().nullish(),
|
|
1589
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1590
|
+
"pin": zod_1.default.string(),
|
|
1591
|
+
"port": zod_1.default.string()
|
|
1592
|
+
})),
|
|
1593
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1594
|
+
"required": zod_1.default.boolean(),
|
|
1595
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1596
|
+
"sticky": zod_1.default.boolean(),
|
|
1597
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary']),
|
|
1598
|
+
"virtual": zod_1.default.boolean()
|
|
1599
|
+
})),
|
|
1600
|
+
"isFunction": zod_1.default.boolean(),
|
|
1601
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1602
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1603
|
+
"channel": zod_1.default.boolean(),
|
|
1604
|
+
"channelGroupId": zod_1.default.string().nullish(),
|
|
1605
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1606
|
+
"pin": zod_1.default.string(),
|
|
1607
|
+
"port": zod_1.default.string()
|
|
1608
|
+
})),
|
|
1609
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1610
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1611
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1612
|
+
})),
|
|
1613
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1614
|
+
})),
|
|
1615
|
+
"scopes": zod_1.default.array(zod_1.default.enum(['WorkSpace', 'DataSet'])).nullish(),
|
|
1616
|
+
"state": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1617
|
+
"default": zod_1.default.any().nullish(),
|
|
1618
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1619
|
+
"scope": zod_1.default.array(zod_1.default.object({
|
|
1620
|
+
"pin": zod_1.default.string(),
|
|
1621
|
+
"port": zod_1.default.string()
|
|
1622
|
+
}))
|
|
1623
|
+
}))
|
|
1624
|
+
}))),
|
|
1625
|
+
"isActive": zod_1.default.boolean(),
|
|
1626
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1627
|
+
"name": zod_1.default.string(),
|
|
1628
|
+
"parseError": zod_1.default.string().nullish(),
|
|
1629
|
+
"rowVersion": zod_1.default.string(),
|
|
1630
|
+
"sourceText": zod_1.default.string()
|
|
1631
|
+
});
|
|
1632
|
+
exports.draftsListDraftsResponse = zod_1.default.array(exports.draftsListDraftsResponseItem);
|
|
1633
|
+
/**
|
|
1634
|
+
* @summary Delete a draft (row + blob). Does not touch any published Custom of the same name.
|
|
1635
|
+
*/
|
|
1636
|
+
exports.draftsDeleteDraftParams = zod_1.default.strictObject({
|
|
1637
|
+
"name": zod_1.default.string()
|
|
1638
|
+
});
|
|
1639
|
+
/**
|
|
1640
|
+
* @summary Fetch a specific draft (source text, parsed interfaces, RowVersion, IsActive).
|
|
1641
|
+
*/
|
|
1642
|
+
exports.draftsGetDraftParams = zod_1.default.strictObject({
|
|
1643
|
+
"name": zod_1.default.string()
|
|
1644
|
+
});
|
|
1645
|
+
exports.draftsGetDraftResponse = zod_1.default.object({
|
|
1646
|
+
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1647
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1648
|
+
"ports": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1649
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1650
|
+
"channel": zod_1.default.boolean(),
|
|
1651
|
+
"default": zod_1.default.any().nullish(),
|
|
1652
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1653
|
+
"pin": zod_1.default.string(),
|
|
1654
|
+
"port": zod_1.default.string()
|
|
1655
|
+
})),
|
|
1656
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1657
|
+
"required": zod_1.default.boolean(),
|
|
1658
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1659
|
+
"sticky": zod_1.default.boolean(),
|
|
1660
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary']),
|
|
1661
|
+
"virtual": zod_1.default.boolean()
|
|
1662
|
+
})),
|
|
1663
|
+
"isFunction": zod_1.default.boolean(),
|
|
1664
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1665
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1666
|
+
"channel": zod_1.default.boolean(),
|
|
1667
|
+
"channelGroupId": zod_1.default.string().nullish(),
|
|
1668
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1669
|
+
"pin": zod_1.default.string(),
|
|
1670
|
+
"port": zod_1.default.string()
|
|
1671
|
+
})),
|
|
1672
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1673
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1674
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1675
|
+
})),
|
|
1676
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1677
|
+
})),
|
|
1678
|
+
"scopes": zod_1.default.array(zod_1.default.enum(['WorkSpace', 'DataSet'])).nullish(),
|
|
1679
|
+
"state": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1680
|
+
"default": zod_1.default.any().nullish(),
|
|
1681
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1682
|
+
"scope": zod_1.default.array(zod_1.default.object({
|
|
1683
|
+
"pin": zod_1.default.string(),
|
|
1684
|
+
"port": zod_1.default.string()
|
|
1685
|
+
}))
|
|
1686
|
+
}))
|
|
1687
|
+
}))),
|
|
1688
|
+
"isActive": zod_1.default.boolean(),
|
|
1689
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1690
|
+
"name": zod_1.default.string(),
|
|
1691
|
+
"parseError": zod_1.default.string().nullish(),
|
|
1692
|
+
"rowVersion": zod_1.default.string(),
|
|
1693
|
+
"sourceText": zod_1.default.string()
|
|
1694
|
+
});
|
|
1695
|
+
/**
|
|
1696
|
+
* @summary Toggle the draft's "Start testing" flag. See ADR-0002 — owner's active draft
|
|
1697
|
+
overrides the published Custom at the same `(name, version)` for them only.
|
|
1698
|
+
*/
|
|
1699
|
+
exports.draftsToggleDraftParams = zod_1.default.strictObject({
|
|
1700
|
+
"name": zod_1.default.string()
|
|
1701
|
+
});
|
|
1702
|
+
exports.draftsToggleDraftBody = zod_1.default.strictObject({
|
|
1703
|
+
"isActive": zod_1.default.boolean()
|
|
1704
|
+
});
|
|
1705
|
+
/**
|
|
1706
|
+
* @summary Create or update a draft. Pass `ExpectedRowVersion` for optimistic
|
|
1707
|
+
concurrency on update (null for first-time create). Returns 409 with the
|
|
1708
|
+
current `RowVersion` if another session has saved in the interim.
|
|
1709
|
+
*/
|
|
1710
|
+
exports.draftsSaveDraftParams = zod_1.default.strictObject({
|
|
1711
|
+
"name": zod_1.default.string()
|
|
1712
|
+
});
|
|
1713
|
+
exports.draftsSaveDraftBody = zod_1.default.strictObject({
|
|
1714
|
+
"expectedRowVersion": zod_1.default.string().nullish(),
|
|
1715
|
+
"source": zod_1.default.string()
|
|
1716
|
+
});
|
|
1717
|
+
exports.draftsSaveDraftResponse = zod_1.default.object({
|
|
1718
|
+
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1719
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1720
|
+
"ports": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1721
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1722
|
+
"channel": zod_1.default.boolean(),
|
|
1723
|
+
"default": zod_1.default.any().nullish(),
|
|
1724
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1725
|
+
"pin": zod_1.default.string(),
|
|
1726
|
+
"port": zod_1.default.string()
|
|
1727
|
+
})),
|
|
1728
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1729
|
+
"required": zod_1.default.boolean(),
|
|
1730
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1731
|
+
"sticky": zod_1.default.boolean(),
|
|
1732
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary']),
|
|
1733
|
+
"virtual": zod_1.default.boolean()
|
|
1734
|
+
})),
|
|
1735
|
+
"isFunction": zod_1.default.boolean(),
|
|
1736
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1737
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1738
|
+
"channel": zod_1.default.boolean(),
|
|
1739
|
+
"channelGroupId": zod_1.default.string().nullish(),
|
|
1740
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1741
|
+
"pin": zod_1.default.string(),
|
|
1742
|
+
"port": zod_1.default.string()
|
|
1743
|
+
})),
|
|
1744
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1745
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1746
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1747
|
+
})),
|
|
1748
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1749
|
+
})),
|
|
1750
|
+
"scopes": zod_1.default.array(zod_1.default.enum(['WorkSpace', 'DataSet'])).nullish(),
|
|
1751
|
+
"state": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1752
|
+
"default": zod_1.default.any().nullish(),
|
|
1753
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1754
|
+
"scope": zod_1.default.array(zod_1.default.object({
|
|
1755
|
+
"pin": zod_1.default.string(),
|
|
1756
|
+
"port": zod_1.default.string()
|
|
1757
|
+
}))
|
|
1758
|
+
}))
|
|
1759
|
+
}))),
|
|
1760
|
+
"parseError": zod_1.default.string().nullish(),
|
|
1761
|
+
"rowVersion": zod_1.default.string()
|
|
1762
|
+
});
|
|
1763
|
+
/**
|
|
1764
|
+
* @summary Publish the draft's saved source as a tenant-visible Custom block set.
|
|
1765
|
+
When a published set of the same name exists, the first call returns 409
|
|
1766
|
+
with the impact details; retry with `confirmOverwrite: true` to
|
|
1767
|
+
replace it (a new row supersedes the old per newest-wins resolution).
|
|
1768
|
+
*/
|
|
1769
|
+
exports.draftsPublishDraftParams = zod_1.default.strictObject({
|
|
1770
|
+
"name": zod_1.default.string()
|
|
1771
|
+
});
|
|
1772
|
+
exports.draftsPublishDraftBody = zod_1.default.strictObject({
|
|
1773
|
+
"confirmOverwrite": zod_1.default.boolean(),
|
|
1774
|
+
"publishAs": zod_1.default.string().nullish()
|
|
1775
|
+
});
|
|
1776
|
+
exports.draftsPublishDraftResponseBlockSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1777
|
+
exports.draftsPublishDraftResponse = zod_1.default.object({
|
|
1778
|
+
"blockSetId": zod_1.default.string().regex(exports.draftsPublishDraftResponseBlockSetIdRegExp),
|
|
1779
|
+
"blocks": zod_1.default.array(zod_1.default.object({
|
|
1780
|
+
"name": zod_1.default.string(),
|
|
1781
|
+
"version": zod_1.default.string()
|
|
1782
|
+
})),
|
|
1783
|
+
"name": zod_1.default.string()
|
|
1784
|
+
});
|
|
1278
1785
|
/**
|
|
1279
1786
|
* @summary Upload files to be referenced in requests (supports full and chunked uploads).
|
|
1280
1787
|
*/
|
|
@@ -1416,6 +1923,16 @@ exports.flowRunsGetFlowRunPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
1416
1923
|
exports.flowRunsGetFlowRunParams = zod_1.default.strictObject({
|
|
1417
1924
|
"id": zod_1.default.string().regex(exports.flowRunsGetFlowRunPathIdRegExp)
|
|
1418
1925
|
});
|
|
1926
|
+
/**
|
|
1927
|
+
* @summary Requests cancellation of a queued or running flow run. Cancellation
|
|
1928
|
+
is cooperative: a queued run is stamped cancelled before it starts;
|
|
1929
|
+
a running flow stops between block executions, typically within
|
|
1930
|
+
seconds. Cancelled runs carry cancelledAt in their basic info.
|
|
1931
|
+
*/
|
|
1932
|
+
exports.flowRunsCancelFlowRunPathIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1933
|
+
exports.flowRunsCancelFlowRunParams = zod_1.default.strictObject({
|
|
1934
|
+
"id": zod_1.default.string().regex(exports.flowRunsCancelFlowRunPathIdRegExpOne)
|
|
1935
|
+
});
|
|
1419
1936
|
exports.flowRunsAddFileIdFilesPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1420
1937
|
exports.flowRunsAddFileIdFilesParams = zod_1.default.strictObject({
|
|
1421
1938
|
"id": zod_1.default.string().regex(exports.flowRunsAddFileIdFilesPathIdRegExp)
|
|
@@ -1432,18 +1949,22 @@ exports.flowRunsAddFileIdFilesExistingBody = zod_1.default.strictObject({
|
|
|
1432
1949
|
"blobUri": zod_1.default.string(),
|
|
1433
1950
|
"flowRunId": zod_1.default.string().regex(exports.flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp).nullish()
|
|
1434
1951
|
});
|
|
1952
|
+
/**
|
|
1953
|
+
* @summary Lists a run's function executions, newest first.
|
|
1954
|
+
*/
|
|
1435
1955
|
exports.flowRunsGetStepExecutionsPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1436
1956
|
exports.flowRunsGetStepExecutionsParams = zod_1.default.strictObject({
|
|
1437
|
-
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsPathIdRegExp)
|
|
1957
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsPathIdRegExp).describe('Run whose executions to list')
|
|
1438
1958
|
});
|
|
1439
1959
|
exports.flowRunsGetStepExecutionsQuerySkipDefault = 0;
|
|
1440
1960
|
exports.flowRunsGetStepExecutionsQueryTakeDefault = 100;
|
|
1441
1961
|
exports.flowRunsGetStepExecutionsQuerySearchDefault = "";
|
|
1442
1962
|
exports.flowRunsGetStepExecutionsQueryParams = zod_1.default.strictObject({
|
|
1443
|
-
"skip": zod_1.default.number().optional(),
|
|
1444
|
-
"take": zod_1.default.number().default(exports.flowRunsGetStepExecutionsQueryTakeDefault),
|
|
1445
|
-
"search": zod_1.default.string().optional(),
|
|
1446
|
-
"blockIds[]": zod_1.default.array(zod_1.default.string()).optional()
|
|
1963
|
+
"skip": zod_1.default.number().optional().describe('Number of records to skip'),
|
|
1964
|
+
"take": zod_1.default.number().default(exports.flowRunsGetStepExecutionsQueryTakeDefault).describe('Number of records to take'),
|
|
1965
|
+
"search": zod_1.default.string().optional().describe('Free-text match across block ids and value payloads'),
|
|
1966
|
+
"blockIds[]": zod_1.default.array(zod_1.default.string()).optional().describe('Restrict to these block ids (canvas selection)'),
|
|
1967
|
+
"includeValues": zod_1.default.boolean().optional().describe('Pass `false` for the timeline/polled view: the same rows come back\r\nwithout input/output payloads and without rehydrating blob-spilled values,\r\nwhich is the dominant cost of this read. Fetch one execution\'s values with\r\nM:SmartSpace.App.ConfigApi.Controllers.FlowRunsController.GetStepExecution(System.Guid,System.Guid) when the user expands a step.')
|
|
1447
1968
|
});
|
|
1448
1969
|
exports.flowRunsGetStepExecutionsResponseLogsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1449
1970
|
exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -1468,6 +1989,8 @@ exports.flowRunsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
1468
1989
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
1469
1990
|
"data": zod_1.default.any(),
|
|
1470
1991
|
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp),
|
|
1992
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
1993
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
1471
1994
|
"source": zod_1.default.object({
|
|
1472
1995
|
"node": zod_1.default.string(),
|
|
1473
1996
|
"pin": zod_1.default.string().nullish(),
|
|
@@ -1480,15 +2003,92 @@ exports.flowRunsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
1480
2003
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
1481
2004
|
"data": zod_1.default.any(),
|
|
1482
2005
|
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp),
|
|
2006
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
2007
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
1483
2008
|
"source": zod_1.default.object({
|
|
1484
2009
|
"node": zod_1.default.string(),
|
|
1485
2010
|
"pin": zod_1.default.string().nullish(),
|
|
1486
2011
|
"port": zod_1.default.string().nullish()
|
|
1487
2012
|
})
|
|
1488
|
-
}))
|
|
2013
|
+
})),
|
|
2014
|
+
"seq": zod_1.default.number().nullish(),
|
|
2015
|
+
"startedAt": zod_1.default.iso.datetime({}).nullish()
|
|
1489
2016
|
})),
|
|
1490
2017
|
"total": zod_1.default.number()
|
|
1491
2018
|
});
|
|
2019
|
+
/**
|
|
2020
|
+
* Inline values are returned as stored. Values spilled to blob storage come
|
|
2021
|
+
back by reference (`isBlob`, `sizeBytes`, `data` null) and are
|
|
2022
|
+
fetched with M:SmartSpace.App.ConfigApi.Controllers.FlowRunsController.GetFlowValueDownload(System.Guid,System.Guid); they are never downloaded on
|
|
2023
|
+
this read, so expanding a large step costs the same as a small one.
|
|
2024
|
+
* @summary Gets one execution of a run with its input/output values — the detail read
|
|
2025
|
+
behind `functionexecutions?includeValues=false`.
|
|
2026
|
+
*/
|
|
2027
|
+
exports.flowRunsGetStepExecutionPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2028
|
+
exports.flowRunsGetStepExecutionPathExecutionIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2029
|
+
exports.flowRunsGetStepExecutionParams = zod_1.default.strictObject({
|
|
2030
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionPathIdRegExp),
|
|
2031
|
+
"executionId": zod_1.default.string().regex(exports.flowRunsGetStepExecutionPathExecutionIdRegExp)
|
|
2032
|
+
});
|
|
2033
|
+
exports.flowRunsGetStepExecutionResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2034
|
+
exports.flowRunsGetStepExecutionResponseInputsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2035
|
+
exports.flowRunsGetStepExecutionResponseInputsItemValueIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2036
|
+
exports.flowRunsGetStepExecutionResponseOutputsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2037
|
+
exports.flowRunsGetStepExecutionResponse = zod_1.default.object({
|
|
2038
|
+
"blockId": zod_1.default.string(),
|
|
2039
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2040
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2041
|
+
"functionName": zod_1.default.string(),
|
|
2042
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionResponseIdRegExp),
|
|
2043
|
+
"inputs": zod_1.default.array(zod_1.default.object({
|
|
2044
|
+
"blockId": zod_1.default.string(),
|
|
2045
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2046
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionResponseInputsItemIdRegExp),
|
|
2047
|
+
"pin": zod_1.default.string(),
|
|
2048
|
+
"port": zod_1.default.string(),
|
|
2049
|
+
"sticky": zod_1.default.boolean(),
|
|
2050
|
+
"value": zod_1.default.object({
|
|
2051
|
+
"channels": zod_1.default.record(zod_1.default.string(), zod_1.default.number()),
|
|
2052
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2053
|
+
"data": zod_1.default.any(),
|
|
2054
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionResponseInputsItemValueIdRegExp),
|
|
2055
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
2056
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
2057
|
+
"source": zod_1.default.object({
|
|
2058
|
+
"node": zod_1.default.string(),
|
|
2059
|
+
"pin": zod_1.default.string().nullish(),
|
|
2060
|
+
"port": zod_1.default.string().nullish()
|
|
2061
|
+
})
|
|
2062
|
+
})
|
|
2063
|
+
})),
|
|
2064
|
+
"outputs": zod_1.default.array(zod_1.default.object({
|
|
2065
|
+
"channels": zod_1.default.record(zod_1.default.string(), zod_1.default.number()),
|
|
2066
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2067
|
+
"data": zod_1.default.any(),
|
|
2068
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionResponseOutputsItemIdRegExp),
|
|
2069
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
2070
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
2071
|
+
"source": zod_1.default.object({
|
|
2072
|
+
"node": zod_1.default.string(),
|
|
2073
|
+
"pin": zod_1.default.string().nullish(),
|
|
2074
|
+
"port": zod_1.default.string().nullish()
|
|
2075
|
+
})
|
|
2076
|
+
})),
|
|
2077
|
+
"seq": zod_1.default.number().nullish(),
|
|
2078
|
+
"startedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2079
|
+
});
|
|
2080
|
+
/**
|
|
2081
|
+
* Redirects to short-lived direct-from-storage link, so the payload never
|
|
2082
|
+
transits this service — the same pattern as file downloads. Only values the
|
|
2083
|
+
per-execution read returned by reference resolve here.
|
|
2084
|
+
* @summary Downloads a blob-spilled value's payload.
|
|
2085
|
+
*/
|
|
2086
|
+
exports.flowRunsGetFlowValueDownloadPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2087
|
+
exports.flowRunsGetFlowValueDownloadPathValueIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2088
|
+
exports.flowRunsGetFlowValueDownloadParams = zod_1.default.strictObject({
|
|
2089
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetFlowValueDownloadPathIdRegExp),
|
|
2090
|
+
"valueId": zod_1.default.string().regex(exports.flowRunsGetFlowValueDownloadPathValueIdRegExp)
|
|
2091
|
+
});
|
|
1492
2092
|
exports.flowRunsGetVariablesPathIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1493
2093
|
exports.flowRunsGetVariablesParams = zod_1.default.strictObject({
|
|
1494
2094
|
"id": zod_1.default.string().regex(exports.flowRunsGetVariablesPathIdRegExpOne)
|
|
@@ -1543,6 +2143,7 @@ exports.flowsSetActiveFlowDefinitionBody = zod_1.default.strictObject({
|
|
|
1543
2143
|
})
|
|
1544
2144
|
})).nullish(),
|
|
1545
2145
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
2146
|
+
"secret": zod_1.default.boolean(),
|
|
1546
2147
|
"value": zod_1.default.any().nullish()
|
|
1547
2148
|
})).nullish(),
|
|
1548
2149
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
@@ -1628,6 +2229,7 @@ exports.modelsGetModelsResponse = zod_1.default.object({
|
|
|
1628
2229
|
"deploymentStatus": zod_1.default.enum(['Deploying', 'Ready', 'Failed', 'Deleting', 'Deleted']).optional(),
|
|
1629
2230
|
"displayName": zod_1.default.string(),
|
|
1630
2231
|
"id": zod_1.default.string().regex(exports.modelsGetModelsResponseDataItemIdRegExpOne),
|
|
2232
|
+
"isDefault": zod_1.default.boolean(),
|
|
1631
2233
|
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
1632
2234
|
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
1633
2235
|
"name": zod_1.default.string(),
|
|
@@ -1637,6 +2239,7 @@ exports.modelsGetModelsResponse = zod_1.default.object({
|
|
|
1637
2239
|
})),
|
|
1638
2240
|
"virtualMachineUrl": zod_1.default.string().nullish()
|
|
1639
2241
|
})),
|
|
2242
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
1640
2243
|
"total": zod_1.default.number()
|
|
1641
2244
|
});
|
|
1642
2245
|
/**
|
|
@@ -1666,6 +2269,26 @@ exports.modelsCreateModelBody = zod_1.default.strictObject({
|
|
|
1666
2269
|
"name": zod_1.default.string(),
|
|
1667
2270
|
"publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
|
|
1668
2271
|
});
|
|
2272
|
+
/**
|
|
2273
|
+
* @summary Retrieves the instance-wide default model — the one pre-selected on new LLM blocks and the default workspace flow.
|
|
2274
|
+
*/
|
|
2275
|
+
exports.modelsGetDefaultModelResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2276
|
+
exports.modelsGetDefaultModelResponse = zod_1.default.object({
|
|
2277
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2278
|
+
"createdByUserId": zod_1.default.string().nullish(),
|
|
2279
|
+
"deploymentStatus": zod_1.default.enum(['Deploying', 'Ready', 'Failed', 'Deleting', 'Deleted']).optional(),
|
|
2280
|
+
"displayName": zod_1.default.string(),
|
|
2281
|
+
"id": zod_1.default.string().regex(exports.modelsGetDefaultModelResponseIdRegExp),
|
|
2282
|
+
"isDefault": zod_1.default.boolean(),
|
|
2283
|
+
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
2284
|
+
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
2285
|
+
"name": zod_1.default.string(),
|
|
2286
|
+
"properties": zod_1.default.array(zod_1.default.object({
|
|
2287
|
+
"name": zod_1.default.string(),
|
|
2288
|
+
"type": zod_1.default.enum(['Boolean', 'Number', 'String'])
|
|
2289
|
+
})),
|
|
2290
|
+
"virtualMachineUrl": zod_1.default.string().nullish()
|
|
2291
|
+
});
|
|
1669
2292
|
exports.modelsGetDefaultDockerFileQueryParams = zod_1.default.strictObject({
|
|
1670
2293
|
"serverType": zod_1.default.enum(['TextGenerationInference', 'VLlm']).optional()
|
|
1671
2294
|
});
|
|
@@ -1720,6 +2343,7 @@ exports.modelsGetModelResponse = zod_1.default.object({
|
|
|
1720
2343
|
}).optional(),
|
|
1721
2344
|
"displayName": zod_1.default.string(),
|
|
1722
2345
|
"id": zod_1.default.string().regex(exports.modelsGetModelResponseIdRegExpOne),
|
|
2346
|
+
"isDefault": zod_1.default.boolean(),
|
|
1723
2347
|
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
1724
2348
|
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
1725
2349
|
"name": zod_1.default.string(),
|
|
@@ -1759,6 +2383,20 @@ exports.modelsUpsertModelBody = zod_1.default.strictObject({
|
|
|
1759
2383
|
"name": zod_1.default.string(),
|
|
1760
2384
|
"publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
|
|
1761
2385
|
});
|
|
2386
|
+
/**
|
|
2387
|
+
* @summary Clears the default flag from the specified model, leaving the instance with no default.
|
|
2388
|
+
*/
|
|
2389
|
+
exports.modelsClearDefaultModelPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2390
|
+
exports.modelsClearDefaultModelParams = zod_1.default.strictObject({
|
|
2391
|
+
"id": zod_1.default.string().regex(exports.modelsClearDefaultModelPathIdRegExp).describe('The ID of the model.')
|
|
2392
|
+
});
|
|
2393
|
+
/**
|
|
2394
|
+
* @summary Makes the specified model the instance-wide default, replacing any previous default.
|
|
2395
|
+
*/
|
|
2396
|
+
exports.modelsSetDefaultModelPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2397
|
+
exports.modelsSetDefaultModelParams = zod_1.default.strictObject({
|
|
2398
|
+
"id": zod_1.default.string().regex(exports.modelsSetDefaultModelPathIdRegExp).describe('The ID of the model to make default.')
|
|
2399
|
+
});
|
|
1762
2400
|
/**
|
|
1763
2401
|
* @summary Retrieves the Docker logs for a specific deployment of a model.
|
|
1764
2402
|
*/
|
|
@@ -1796,7 +2434,7 @@ exports.notificationGetResponse = zod_1.default.object({
|
|
|
1796
2434
|
"description": zod_1.default.string().nullish(),
|
|
1797
2435
|
"dismissedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1798
2436
|
"id": zod_1.default.string().regex(exports.notificationGetResponseDataItemIdRegExpOne),
|
|
1799
|
-
"notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated']),
|
|
2437
|
+
"notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated', 'AddedToThread']),
|
|
1800
2438
|
"threadId": zod_1.default.string().regex(exports.notificationGetResponseDataItemThreadIdRegExpOne).nullish(),
|
|
1801
2439
|
"workSpaceId": zod_1.default.string().regex(exports.notificationGetResponseDataItemWorkSpaceIdRegExpOne).nullish()
|
|
1802
2440
|
})),
|
|
@@ -1861,12 +2499,187 @@ exports.reportingGetTokensResponse = zod_1.default.object({
|
|
|
1861
2499
|
"name": zod_1.default.string()
|
|
1862
2500
|
}))
|
|
1863
2501
|
});
|
|
2502
|
+
/**
|
|
2503
|
+
* @summary List API accounts: service principals holding the SmartSpace integration
|
|
2504
|
+
role, with their permission flags and last recorded activity.
|
|
2505
|
+
*/
|
|
2506
|
+
exports.servicePrincipalsGetServicePrincipalsQuerySkipDefault = 0;
|
|
2507
|
+
exports.servicePrincipalsGetServicePrincipalsQueryTakeDefault = 20;
|
|
2508
|
+
exports.servicePrincipalsGetServicePrincipalsQueryParams = zod_1.default.strictObject({
|
|
2509
|
+
"skip": zod_1.default.number().optional(),
|
|
2510
|
+
"take": zod_1.default.number().default(exports.servicePrincipalsGetServicePrincipalsQueryTakeDefault),
|
|
2511
|
+
"search": zod_1.default.string().optional()
|
|
2512
|
+
});
|
|
2513
|
+
exports.servicePrincipalsGetServicePrincipalsResponse = zod_1.default.object({
|
|
2514
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2515
|
+
"id": zod_1.default.string(),
|
|
2516
|
+
"lastActiveAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2517
|
+
"name": zod_1.default.string(),
|
|
2518
|
+
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
2519
|
+
})),
|
|
2520
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2521
|
+
"total": zod_1.default.number()
|
|
2522
|
+
});
|
|
2523
|
+
/**
|
|
2524
|
+
* @summary List configured syncs. status matches the data
|
|
2525
|
+
source's latest completed sync (e.g. Success / Failure), or "never"
|
|
2526
|
+
for sources with no recorded sync. sortBy:
|
|
2527
|
+
name | connector | lastSync (default: path).
|
|
2528
|
+
*/
|
|
2529
|
+
exports.syncsGetQueryTakeDefault = 50;
|
|
2530
|
+
exports.syncsGetQuerySkipDefault = 0;
|
|
2531
|
+
exports.syncsGetQueryDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2532
|
+
exports.syncsGetQueryParams = zod_1.default.strictObject({
|
|
2533
|
+
"take": zod_1.default.number().default(exports.syncsGetQueryTakeDefault),
|
|
2534
|
+
"skip": zod_1.default.number().optional(),
|
|
2535
|
+
"search": zod_1.default.string().optional(),
|
|
2536
|
+
"dataSourceId": zod_1.default.string().regex(exports.syncsGetQueryDataSourceIdRegExp).optional(),
|
|
2537
|
+
"status": zod_1.default.string().optional(),
|
|
2538
|
+
"sortBy": zod_1.default.string().optional(),
|
|
2539
|
+
"sortDirection": zod_1.default.string().optional()
|
|
2540
|
+
});
|
|
2541
|
+
exports.syncsGetResponseDataItemDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2542
|
+
exports.syncsGetResponseDataItemDataSetsItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2543
|
+
exports.syncsGetResponseDataItemDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2544
|
+
exports.syncsGetResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2545
|
+
exports.syncsGetResponse = zod_1.default.object({
|
|
2546
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2547
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2548
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSetsItemIdRegExp),
|
|
2549
|
+
"name": zod_1.default.string(),
|
|
2550
|
+
"version": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSetsItemVersionRegExp).nullish()
|
|
2551
|
+
})),
|
|
2552
|
+
"dataSource": zod_1.default.object({
|
|
2553
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSourceIdRegExp),
|
|
2554
|
+
"isQueued": zod_1.default.boolean(),
|
|
2555
|
+
"isSyncing": zod_1.default.boolean(),
|
|
2556
|
+
"name": zod_1.default.string(),
|
|
2557
|
+
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap']),
|
|
2558
|
+
"supportsDeleteDetection": zod_1.default.boolean(),
|
|
2559
|
+
"syncStartedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2560
|
+
}),
|
|
2561
|
+
"filters": zod_1.default.string().nullish(),
|
|
2562
|
+
"highwaterMark": zod_1.default.iso.datetime({}).nullish(),
|
|
2563
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemIdRegExp),
|
|
2564
|
+
"latestSyncAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2565
|
+
"latestSyncItemCount": zod_1.default.number().nullish(),
|
|
2566
|
+
"latestSyncMessage": zod_1.default.string().nullish(),
|
|
2567
|
+
"latestSyncStatus": zod_1.default.string().nullish(),
|
|
2568
|
+
"name": zod_1.default.string(),
|
|
2569
|
+
"path": zod_1.default.string(),
|
|
2570
|
+
"recentSyncs": zod_1.default.array(zod_1.default.object({
|
|
2571
|
+
"end": zod_1.default.iso.datetime({}),
|
|
2572
|
+
"itemCount": zod_1.default.number(),
|
|
2573
|
+
"message": zod_1.default.string().nullish(),
|
|
2574
|
+
"start": zod_1.default.iso.datetime({}),
|
|
2575
|
+
"status": zod_1.default.string()
|
|
2576
|
+
})).nullish(),
|
|
2577
|
+
"statusMessage": zod_1.default.string().nullish()
|
|
2578
|
+
})),
|
|
2579
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2580
|
+
"total": zod_1.default.number()
|
|
2581
|
+
});
|
|
2582
|
+
/**
|
|
2583
|
+
* @summary The sync-requests queue right now: approximate depth and which data
|
|
2584
|
+
sources have a request WAITING. In-flight requests are invisible to
|
|
2585
|
+
peek (visibility timeout) — that state is each data source's
|
|
2586
|
+
isSyncing flag. Literal route wins over the {containerId} template.
|
|
2587
|
+
*/
|
|
2588
|
+
exports.syncsGetQueueResponseWaitingDataSourceIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2589
|
+
exports.syncsGetQueueResponse = zod_1.default.object({
|
|
2590
|
+
"depth": zod_1.default.number(),
|
|
2591
|
+
"waitingDataSourceIds": zod_1.default.array(zod_1.default.string().regex(exports.syncsGetQueueResponseWaitingDataSourceIdsItemRegExp))
|
|
2592
|
+
});
|
|
2593
|
+
/**
|
|
2594
|
+
* @summary Removes the sync: deletes its data source container config record, so
|
|
2595
|
+
the source selection stops being mirrored from the next sync cycle.
|
|
2596
|
+
Refused (DSC400) while any live dataset still subscribes to it via a
|
|
2597
|
+
container flow trigger. Config-only — already-landed items and copied
|
|
2598
|
+
blobs are not cleaned up here.
|
|
2599
|
+
*/
|
|
2600
|
+
exports.syncsDeletePathContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2601
|
+
exports.syncsDeleteParams = zod_1.default.strictObject({
|
|
2602
|
+
"containerId": zod_1.default.string().regex(exports.syncsDeletePathContainerIdRegExp)
|
|
2603
|
+
});
|
|
2604
|
+
exports.syncsGetByIdPathContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2605
|
+
exports.syncsGetByIdParams = zod_1.default.strictObject({
|
|
2606
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetByIdPathContainerIdRegExp)
|
|
2607
|
+
});
|
|
2608
|
+
exports.syncsGetByIdResponseDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2609
|
+
exports.syncsGetByIdResponseDataSetsItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2610
|
+
exports.syncsGetByIdResponseDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2611
|
+
exports.syncsGetByIdResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2612
|
+
exports.syncsGetByIdResponse = zod_1.default.object({
|
|
2613
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2614
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSetsItemIdRegExp),
|
|
2615
|
+
"name": zod_1.default.string(),
|
|
2616
|
+
"version": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSetsItemVersionRegExp).nullish()
|
|
2617
|
+
})),
|
|
2618
|
+
"dataSource": zod_1.default.object({
|
|
2619
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSourceIdRegExp),
|
|
2620
|
+
"isQueued": zod_1.default.boolean(),
|
|
2621
|
+
"isSyncing": zod_1.default.boolean(),
|
|
2622
|
+
"name": zod_1.default.string(),
|
|
2623
|
+
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap']),
|
|
2624
|
+
"supportsDeleteDetection": zod_1.default.boolean(),
|
|
2625
|
+
"syncStartedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2626
|
+
}),
|
|
2627
|
+
"filters": zod_1.default.string().nullish(),
|
|
2628
|
+
"highwaterMark": zod_1.default.iso.datetime({}).nullish(),
|
|
2629
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseIdRegExp),
|
|
2630
|
+
"latestSyncAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2631
|
+
"latestSyncItemCount": zod_1.default.number().nullish(),
|
|
2632
|
+
"latestSyncMessage": zod_1.default.string().nullish(),
|
|
2633
|
+
"latestSyncStatus": zod_1.default.string().nullish(),
|
|
2634
|
+
"name": zod_1.default.string(),
|
|
2635
|
+
"path": zod_1.default.string(),
|
|
2636
|
+
"recentSyncs": zod_1.default.array(zod_1.default.object({
|
|
2637
|
+
"end": zod_1.default.iso.datetime({}),
|
|
2638
|
+
"itemCount": zod_1.default.number(),
|
|
2639
|
+
"message": zod_1.default.string().nullish(),
|
|
2640
|
+
"start": zod_1.default.iso.datetime({}),
|
|
2641
|
+
"status": zod_1.default.string()
|
|
2642
|
+
})).nullish(),
|
|
2643
|
+
"statusMessage": zod_1.default.string().nullish()
|
|
2644
|
+
});
|
|
2645
|
+
/**
|
|
2646
|
+
* @summary The sync's landed items (read-only metadata), proxied from the AI API's
|
|
2647
|
+
container-items endpoint.
|
|
2648
|
+
*/
|
|
2649
|
+
exports.syncsGetItemsPathContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2650
|
+
exports.syncsGetItemsParams = zod_1.default.strictObject({
|
|
2651
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetItemsPathContainerIdRegExp)
|
|
2652
|
+
});
|
|
2653
|
+
exports.syncsGetItemsQuerySkipDefault = 0;
|
|
2654
|
+
exports.syncsGetItemsQueryTakeDefault = 50;
|
|
2655
|
+
exports.syncsGetItemsQueryParams = zod_1.default.strictObject({
|
|
2656
|
+
"skip": zod_1.default.number().optional(),
|
|
2657
|
+
"take": zod_1.default.number().default(exports.syncsGetItemsQueryTakeDefault)
|
|
2658
|
+
});
|
|
2659
|
+
exports.syncsGetItemsResponseDataItemContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2660
|
+
exports.syncsGetItemsResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2661
|
+
exports.syncsGetItemsResponse = zod_1.default.object({
|
|
2662
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2663
|
+
"blobUri": zod_1.default.string().nullish(),
|
|
2664
|
+
"bytes": zod_1.default.string().nullish(),
|
|
2665
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetItemsResponseDataItemContainerIdRegExp).nullish(),
|
|
2666
|
+
"deletedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2667
|
+
"id": zod_1.default.string().regex(exports.syncsGetItemsResponseDataItemIdRegExp),
|
|
2668
|
+
"isJson": zod_1.default.boolean().nullish(),
|
|
2669
|
+
"name": zod_1.default.string().nullish(),
|
|
2670
|
+
"path": zod_1.default.string().nullish(),
|
|
2671
|
+
"pending": zod_1.default.boolean().nullish()
|
|
2672
|
+
})),
|
|
2673
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2674
|
+
"total": zod_1.default.number()
|
|
2675
|
+
});
|
|
1864
2676
|
/**
|
|
1865
2677
|
* @summary Gets Tenant Id
|
|
1866
2678
|
*/
|
|
1867
2679
|
exports.tenantIdGetResultResponse = zod_1.default.string();
|
|
1868
2680
|
/**
|
|
1869
|
-
* @summary Retrieve
|
|
2681
|
+
* @summary Retrieve users assigned to the SmartSpace application (directly or via a group),
|
|
2682
|
+
with optional search and pagination controls take and skip.
|
|
1870
2683
|
*/
|
|
1871
2684
|
exports.usersGetUsersQuerySkipDefault = 0;
|
|
1872
2685
|
exports.usersGetUsersQueryTakeDefault = 20;
|
|
@@ -1883,14 +2696,16 @@ exports.usersGetUsersResponse = zod_1.default.object({
|
|
|
1883
2696
|
"lastActiveAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1884
2697
|
"mobilePhone": zod_1.default.string().nullish(),
|
|
1885
2698
|
"name": zod_1.default.string(),
|
|
1886
|
-
"permissions": zod_1.default.enum(['
|
|
2699
|
+
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
1887
2700
|
})),
|
|
2701
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
1888
2702
|
"total": zod_1.default.number()
|
|
1889
2703
|
});
|
|
1890
2704
|
exports.usersGetUsersByFilterParams = zod_1.default.strictObject({
|
|
1891
|
-
"permissions": zod_1.default.enum(['
|
|
2705
|
+
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
1892
2706
|
});
|
|
1893
|
-
exports.
|
|
2707
|
+
exports.usersGetMyPermissionsResponseItem = zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']);
|
|
2708
|
+
exports.usersGetMyPermissionsResponse = zod_1.default.array(exports.usersGetMyPermissionsResponseItem);
|
|
1894
2709
|
/**
|
|
1895
2710
|
* @summary Disable user (Remove all assigned WorkSpaces by UserId)
|
|
1896
2711
|
*/
|
|
@@ -1923,10 +2738,8 @@ exports.usersGetUserDetailResponse = zod_1.default.object({
|
|
|
1923
2738
|
"emailAddress": zod_1.default.string().nullish(),
|
|
1924
2739
|
"id": zod_1.default.string(),
|
|
1925
2740
|
"isAdmin": zod_1.default.boolean().nullish(),
|
|
1926
|
-
"lastActiveAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1927
2741
|
"mobilePhone": zod_1.default.string().nullish(),
|
|
1928
|
-
"name": zod_1.default.string()
|
|
1929
|
-
"permissions": zod_1.default.enum(['None', 'WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete'])
|
|
2742
|
+
"name": zod_1.default.string()
|
|
1930
2743
|
});
|
|
1931
2744
|
/**
|
|
1932
2745
|
* @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
|
|
@@ -1950,18 +2763,21 @@ exports.usersGetAccessWorkSpacesQueryParams = zod_1.default.strictObject({
|
|
|
1950
2763
|
"skip": zod_1.default.number().optional().describe('number of workspaces to get'),
|
|
1951
2764
|
"take": zod_1.default.number().default(exports.usersGetAccessWorkSpacesQueryTakeDefault).describe('number of workspaces to skip')
|
|
1952
2765
|
});
|
|
1953
|
-
exports.
|
|
1954
|
-
exports.
|
|
1955
|
-
exports.
|
|
1956
|
-
"
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
2766
|
+
exports.usersGetAccessWorkSpacesResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2767
|
+
exports.usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2768
|
+
exports.usersGetAccessWorkSpacesResponse = zod_1.default.object({
|
|
2769
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2770
|
+
"accessType": zod_1.default.enum(['Principal', 'Group']),
|
|
2771
|
+
"displayName": zod_1.default.string().nullish(),
|
|
2772
|
+
"id": zod_1.default.string().regex(exports.usersGetAccessWorkSpacesResponseDataItemIdRegExp).nullish(),
|
|
2773
|
+
"objectId": zod_1.default.string(),
|
|
2774
|
+
"principalType": zod_1.default.enum(['Unknown', 'User', 'ServicePrincipal', 'Internal']).optional(),
|
|
2775
|
+
"workSpaceId": zod_1.default.string().regex(exports.usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp).nullish(),
|
|
2776
|
+
"workSpaceName": zod_1.default.string().nullish()
|
|
2777
|
+
})),
|
|
2778
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2779
|
+
"total": zod_1.default.number()
|
|
1963
2780
|
});
|
|
1964
|
-
exports.usersGetAccessWorkSpacesResponse = zod_1.default.array(exports.usersGetAccessWorkSpacesResponseItem);
|
|
1965
2781
|
exports.usersAdminPermissionPathUserIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1966
2782
|
exports.usersAdminPermissionParams = zod_1.default.strictObject({
|
|
1967
2783
|
"userId": zod_1.default.string().regex(exports.usersAdminPermissionPathUserIdRegExp)
|
|
@@ -1973,11 +2789,12 @@ exports.usersAddUserPermissionPathUserIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-
|
|
|
1973
2789
|
exports.usersAddUserPermissionParams = zod_1.default.strictObject({
|
|
1974
2790
|
"userId": zod_1.default.string().regex(exports.usersAddUserPermissionPathUserIdRegExp)
|
|
1975
2791
|
});
|
|
1976
|
-
exports.
|
|
2792
|
+
exports.usersAddUserPermissionBodyItem = zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']);
|
|
2793
|
+
exports.usersAddUserPermissionBody = zod_1.default.array(exports.usersAddUserPermissionBodyItem);
|
|
1977
2794
|
exports.usersRemoveUserPermissionPathUserIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1978
2795
|
exports.usersRemoveUserPermissionParams = zod_1.default.strictObject({
|
|
1979
2796
|
"userId": zod_1.default.string().regex(exports.usersRemoveUserPermissionPathUserIdRegExp),
|
|
1980
|
-
"permission": zod_1.default.enum(['
|
|
2797
|
+
"permission": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
1981
2798
|
});
|
|
1982
2799
|
/**
|
|
1983
2800
|
* @summary Returns a list of available Azure locations for deploying virtual machines
|
|
@@ -2028,6 +2845,7 @@ exports.workSpaceTemplatesGetResponse = zod_1.default.object({
|
|
|
2028
2845
|
"name": zod_1.default.string().nullish()
|
|
2029
2846
|
}).optional()
|
|
2030
2847
|
})),
|
|
2848
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2031
2849
|
"total": zod_1.default.number()
|
|
2032
2850
|
});
|
|
2033
2851
|
/**
|
|
@@ -2038,8 +2856,11 @@ exports.workSpacesGetGetQuerySkipDefaultOne = 0;
|
|
|
2038
2856
|
exports.workSpacesGetGetQueryParams = zod_1.default.strictObject({
|
|
2039
2857
|
"take": zod_1.default.number().default(exports.workSpacesGetGetQueryTakeDefaultOne),
|
|
2040
2858
|
"skip": zod_1.default.number().optional(),
|
|
2041
|
-
"search": zod_1.default.string().optional()
|
|
2859
|
+
"search": zod_1.default.string().optional(),
|
|
2860
|
+
"sortBy": zod_1.default.string().optional(),
|
|
2861
|
+
"sortDirection": zod_1.default.string().optional()
|
|
2042
2862
|
});
|
|
2863
|
+
exports.workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2043
2864
|
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2044
2865
|
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2045
2866
|
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -2060,6 +2881,11 @@ exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne
|
|
|
2060
2881
|
exports.workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2061
2882
|
exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
2062
2883
|
"data": zod_1.default.array(zod_1.default.object({
|
|
2884
|
+
"connectors": zod_1.default.array(zod_1.default.object({
|
|
2885
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne),
|
|
2886
|
+
"kind": zod_1.default.string(),
|
|
2887
|
+
"name": zod_1.default.string()
|
|
2888
|
+
})),
|
|
2063
2889
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
2064
2890
|
"createdByUserId": zod_1.default.string(),
|
|
2065
2891
|
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
@@ -2106,6 +2932,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2106
2932
|
})
|
|
2107
2933
|
})).nullish(),
|
|
2108
2934
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2935
|
+
"secret": zod_1.default.boolean(),
|
|
2109
2936
|
"value": zod_1.default.any().nullish()
|
|
2110
2937
|
})).nullish(),
|
|
2111
2938
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2126,11 +2953,18 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2126
2953
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2127
2954
|
"dataSourceContainer": zod_1.default.object({
|
|
2128
2955
|
"dataSourceId": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne),
|
|
2956
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2957
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
2958
|
+
"operator": zod_1.default.string(),
|
|
2959
|
+
"propertyName": zod_1.default.string(),
|
|
2960
|
+
"value": zod_1.default.string()
|
|
2961
|
+
})).nullish(),
|
|
2129
2962
|
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne),
|
|
2130
2963
|
"name": zod_1.default.string(),
|
|
2131
2964
|
"path": zod_1.default.string()
|
|
2132
2965
|
}),
|
|
2133
2966
|
"flowId": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne),
|
|
2967
|
+
"honourSourceDeletes": zod_1.default.boolean(),
|
|
2134
2968
|
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne),
|
|
2135
2969
|
"inputName": zod_1.default.string(),
|
|
2136
2970
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
@@ -2225,6 +3059,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2225
3059
|
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2226
3060
|
}))
|
|
2227
3061
|
})),
|
|
3062
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2228
3063
|
"total": zod_1.default.number()
|
|
2229
3064
|
});
|
|
2230
3065
|
/**
|
|
@@ -2264,6 +3099,7 @@ exports.workSpacesGetIdPathIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
2264
3099
|
exports.workSpacesGetIdParams = zod_1.default.strictObject({
|
|
2265
3100
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdPathIdRegExpOne)
|
|
2266
3101
|
});
|
|
3102
|
+
exports.workSpacesGetIdResponseConnectorsItemIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2267
3103
|
exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2268
3104
|
exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2269
3105
|
exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -2283,6 +3119,11 @@ exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemId
|
|
|
2283
3119
|
exports.workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2284
3120
|
exports.workSpacesGetIdResponseSandBoxThreadIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2285
3121
|
exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
3122
|
+
"connectors": zod_1.default.array(zod_1.default.object({
|
|
3123
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseConnectorsItemIdRegExpOne),
|
|
3124
|
+
"kind": zod_1.default.string(),
|
|
3125
|
+
"name": zod_1.default.string()
|
|
3126
|
+
})),
|
|
2286
3127
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
2287
3128
|
"createdByUserId": zod_1.default.string(),
|
|
2288
3129
|
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
@@ -2329,6 +3170,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2329
3170
|
})
|
|
2330
3171
|
})).nullish(),
|
|
2331
3172
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
3173
|
+
"secret": zod_1.default.boolean(),
|
|
2332
3174
|
"value": zod_1.default.any().nullish()
|
|
2333
3175
|
})).nullish(),
|
|
2334
3176
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2349,11 +3191,18 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2349
3191
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2350
3192
|
"dataSourceContainer": zod_1.default.object({
|
|
2351
3193
|
"dataSourceId": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne),
|
|
3194
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
3195
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
3196
|
+
"operator": zod_1.default.string(),
|
|
3197
|
+
"propertyName": zod_1.default.string(),
|
|
3198
|
+
"value": zod_1.default.string()
|
|
3199
|
+
})).nullish(),
|
|
2352
3200
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne),
|
|
2353
3201
|
"name": zod_1.default.string(),
|
|
2354
3202
|
"path": zod_1.default.string()
|
|
2355
3203
|
}),
|
|
2356
3204
|
"flowId": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne),
|
|
3205
|
+
"honourSourceDeletes": zod_1.default.boolean(),
|
|
2357
3206
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne),
|
|
2358
3207
|
"inputName": zod_1.default.string(),
|
|
2359
3208
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
@@ -2524,6 +3373,7 @@ exports.workSpacesGetThreadsResponse = zod_1.default.object({
|
|
|
2524
3373
|
"totalMessages": zod_1.default.number(),
|
|
2525
3374
|
"workSpaceId": zod_1.default.string().regex(exports.workSpacesGetThreadsResponseDataItemWorkSpaceIdRegExp)
|
|
2526
3375
|
})),
|
|
3376
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2527
3377
|
"total": zod_1.default.number()
|
|
2528
3378
|
});
|
|
2529
3379
|
/**
|
|
@@ -2553,6 +3403,28 @@ exports.workSpacesPutModelConfigurationBody = zod_1.default.strictObject({
|
|
|
2553
3403
|
"temperature": zod_1.default.number(),
|
|
2554
3404
|
"topP": zod_1.default.number()
|
|
2555
3405
|
});
|
|
3406
|
+
/**
|
|
3407
|
+
* @summary Detaches a connector from a workspace. Flows still referencing it
|
|
3408
|
+
fail at resolve time rather than silently keeping access.
|
|
3409
|
+
*/
|
|
3410
|
+
exports.workSpacesRemoveConnectorPathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3411
|
+
exports.workSpacesRemoveConnectorPathConnectorIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3412
|
+
exports.workSpacesRemoveConnectorParams = zod_1.default.strictObject({
|
|
3413
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesRemoveConnectorPathWorkspaceIdRegExp),
|
|
3414
|
+
"connectorId": zod_1.default.string().regex(exports.workSpacesRemoveConnectorPathConnectorIdRegExp)
|
|
3415
|
+
});
|
|
3416
|
+
/**
|
|
3417
|
+
* @summary Attaches a connector to a workspace — the access model for external
|
|
3418
|
+
connectors, mirroring dataspaces. Only after this can a flow in the
|
|
3419
|
+
workspace reference the connector, and the resolve endpoint checks
|
|
3420
|
+
the same attachment at call time.
|
|
3421
|
+
*/
|
|
3422
|
+
exports.workSpacesAddConnectorPathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3423
|
+
exports.workSpacesAddConnectorPathConnectorIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3424
|
+
exports.workSpacesAddConnectorParams = zod_1.default.strictObject({
|
|
3425
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesAddConnectorPathWorkspaceIdRegExp),
|
|
3426
|
+
"connectorId": zod_1.default.string().regex(exports.workSpacesAddConnectorPathConnectorIdRegExp)
|
|
3427
|
+
});
|
|
2556
3428
|
/**
|
|
2557
3429
|
* @summary Removes a data space from a workspace.
|
|
2558
3430
|
*/
|
|
@@ -2610,6 +3482,7 @@ exports.workSpacesGetWorkspaceFilesResponse = zod_1.default.object({
|
|
|
2610
3482
|
"modifiedByUserId": zod_1.default.string().nullish(),
|
|
2611
3483
|
"status": zod_1.default.enum(['Uploaded', 'Ingested', 'Ingesting'])
|
|
2612
3484
|
})),
|
|
3485
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2613
3486
|
"total": zod_1.default.number()
|
|
2614
3487
|
});
|
|
2615
3488
|
/**
|
|
@@ -2696,6 +3569,7 @@ exports.workSpacesGetActiveFlowResponse = zod_1.default.object({
|
|
|
2696
3569
|
})
|
|
2697
3570
|
})).nullish(),
|
|
2698
3571
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
3572
|
+
"secret": zod_1.default.boolean(),
|
|
2699
3573
|
"value": zod_1.default.any().nullish()
|
|
2700
3574
|
})).nullish(),
|
|
2701
3575
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2753,6 +3627,7 @@ exports.workSpacesSetActiveFlowBody = zod_1.default.strictObject({
|
|
|
2753
3627
|
})
|
|
2754
3628
|
})).nullish(),
|
|
2755
3629
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
3630
|
+
"secret": zod_1.default.boolean(),
|
|
2756
3631
|
"value": zod_1.default.any().nullish()
|
|
2757
3632
|
})).nullish(),
|
|
2758
3633
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
@@ -2776,6 +3651,111 @@ exports.workSpacesSetActiveFlowLayoutParams = zod_1.default.strictObject({
|
|
|
2776
3651
|
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp)
|
|
2777
3652
|
});
|
|
2778
3653
|
exports.workSpacesSetActiveFlowLayoutBody = zod_1.default.any();
|
|
3654
|
+
/**
|
|
3655
|
+
* @summary Lists connectors with their auth settings — never a credential.
|
|
3656
|
+
*/
|
|
3657
|
+
exports.connectorsGetConnectorsQueryParams = zod_1.default.strictObject({
|
|
3658
|
+
"kind": zod_1.default.string().optional()
|
|
3659
|
+
});
|
|
3660
|
+
exports.connectorsGetConnectorsResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3661
|
+
exports.connectorsGetConnectorsResponseItem = zod_1.default.object({
|
|
3662
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3663
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3664
|
+
"authType": zod_1.default.string(),
|
|
3665
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3666
|
+
"createdByUserId": zod_1.default.string(),
|
|
3667
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3668
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorsResponseIdRegExp),
|
|
3669
|
+
"kind": zod_1.default.string(),
|
|
3670
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3671
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3672
|
+
"name": zod_1.default.string(),
|
|
3673
|
+
"url": zod_1.default.string()
|
|
3674
|
+
});
|
|
3675
|
+
exports.connectorsGetConnectorsResponse = zod_1.default.array(exports.connectorsGetConnectorsResponseItem);
|
|
3676
|
+
/**
|
|
3677
|
+
* @summary Creates a connector and its shared credential in one call: the value
|
|
3678
|
+
goes to Key Vault, the row stores only the reference.
|
|
3679
|
+
*/
|
|
3680
|
+
exports.connectorsCreateConnectorBody = zod_1.default.strictObject({
|
|
3681
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3682
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3683
|
+
"authType": zod_1.default.string(),
|
|
3684
|
+
"kind": zod_1.default.string(),
|
|
3685
|
+
"name": zod_1.default.string(),
|
|
3686
|
+
"secret": zod_1.default.string().nullish(),
|
|
3687
|
+
"url": zod_1.default.string()
|
|
3688
|
+
});
|
|
3689
|
+
/**
|
|
3690
|
+
* @summary Picker list for workspace editors: id, name and kind only. Gated on
|
|
3691
|
+
WorkspaceEdit rather than Admin because attaching a connector to a
|
|
3692
|
+
workspace is a workspace-editor action, and the picker is how they
|
|
3693
|
+
choose one. Admins pass this gate via the role bypass.
|
|
3694
|
+
*/
|
|
3695
|
+
exports.connectorsGetConnectorSummariesQueryParams = zod_1.default.strictObject({
|
|
3696
|
+
"kind": zod_1.default.string().optional()
|
|
3697
|
+
});
|
|
3698
|
+
exports.connectorsGetConnectorSummariesResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3699
|
+
exports.connectorsGetConnectorSummariesResponseItem = zod_1.default.object({
|
|
3700
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorSummariesResponseIdRegExp),
|
|
3701
|
+
"kind": zod_1.default.string(),
|
|
3702
|
+
"name": zod_1.default.string()
|
|
3703
|
+
});
|
|
3704
|
+
exports.connectorsGetConnectorSummariesResponse = zod_1.default.array(exports.connectorsGetConnectorSummariesResponseItem);
|
|
3705
|
+
exports.connectorsDeleteConnectorPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3706
|
+
exports.connectorsDeleteConnectorParams = zod_1.default.strictObject({
|
|
3707
|
+
"id": zod_1.default.string().regex(exports.connectorsDeleteConnectorPathIdRegExp)
|
|
3708
|
+
});
|
|
3709
|
+
exports.connectorsGetConnectorPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3710
|
+
exports.connectorsGetConnectorParams = zod_1.default.strictObject({
|
|
3711
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorPathIdRegExp)
|
|
3712
|
+
});
|
|
3713
|
+
exports.connectorsGetConnectorResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3714
|
+
exports.connectorsGetConnectorResponse = zod_1.default.object({
|
|
3715
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3716
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3717
|
+
"authType": zod_1.default.string(),
|
|
3718
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3719
|
+
"createdByUserId": zod_1.default.string(),
|
|
3720
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3721
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorResponseIdRegExp),
|
|
3722
|
+
"kind": zod_1.default.string(),
|
|
3723
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3724
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3725
|
+
"name": zod_1.default.string(),
|
|
3726
|
+
"url": zod_1.default.string()
|
|
3727
|
+
});
|
|
3728
|
+
/**
|
|
3729
|
+
* @summary Updates a connector. Omit `Secret` to leave the credential
|
|
3730
|
+
untouched; supply one to rotate it.
|
|
3731
|
+
*/
|
|
3732
|
+
exports.connectorsUpdateConnectorPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3733
|
+
exports.connectorsUpdateConnectorParams = zod_1.default.strictObject({
|
|
3734
|
+
"id": zod_1.default.string().regex(exports.connectorsUpdateConnectorPathIdRegExp)
|
|
3735
|
+
});
|
|
3736
|
+
exports.connectorsUpdateConnectorBody = zod_1.default.strictObject({
|
|
3737
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3738
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3739
|
+
"authType": zod_1.default.string(),
|
|
3740
|
+
"name": zod_1.default.string(),
|
|
3741
|
+
"secret": zod_1.default.string().nullish(),
|
|
3742
|
+
"url": zod_1.default.string()
|
|
3743
|
+
});
|
|
3744
|
+
exports.connectorsUpdateConnectorResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3745
|
+
exports.connectorsUpdateConnectorResponse = zod_1.default.object({
|
|
3746
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3747
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3748
|
+
"authType": zod_1.default.string(),
|
|
3749
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3750
|
+
"createdByUserId": zod_1.default.string(),
|
|
3751
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3752
|
+
"id": zod_1.default.string().regex(exports.connectorsUpdateConnectorResponseIdRegExp),
|
|
3753
|
+
"kind": zod_1.default.string(),
|
|
3754
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3755
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3756
|
+
"name": zod_1.default.string(),
|
|
3757
|
+
"url": zod_1.default.string()
|
|
3758
|
+
});
|
|
2779
3759
|
/**
|
|
2780
3760
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
2781
3761
|
*/
|
|
@@ -2789,6 +3769,53 @@ exports.documentsGetDocumentSasQueryParams = zod_1.default.strictObject({
|
|
|
2789
3769
|
exports.documentsGetDocumentSasResponse = zod_1.default.object({
|
|
2790
3770
|
"uri": zod_1.default.url()
|
|
2791
3771
|
});
|
|
3772
|
+
/**
|
|
3773
|
+
* @summary Lists all managed secrets — names and audit metadata only, never values.
|
|
3774
|
+
*/
|
|
3775
|
+
exports.managedSecretsGetManagedSecretsResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3776
|
+
exports.managedSecretsGetManagedSecretsResponseItem = zod_1.default.object({
|
|
3777
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3778
|
+
"createdByUserId": zod_1.default.string(),
|
|
3779
|
+
"id": zod_1.default.string().regex(exports.managedSecretsGetManagedSecretsResponseIdRegExp),
|
|
3780
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3781
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3782
|
+
"name": zod_1.default.string()
|
|
3783
|
+
});
|
|
3784
|
+
exports.managedSecretsGetManagedSecretsResponse = zod_1.default.array(exports.managedSecretsGetManagedSecretsResponseItem);
|
|
3785
|
+
/**
|
|
3786
|
+
* @summary Creates a named secret: writes the value to Key Vault and stores only
|
|
3787
|
+
the vault reference.
|
|
3788
|
+
*/
|
|
3789
|
+
exports.managedSecretsCreateManagedSecretBody = zod_1.default.strictObject({
|
|
3790
|
+
"name": zod_1.default.string(),
|
|
3791
|
+
"value": zod_1.default.string()
|
|
3792
|
+
});
|
|
3793
|
+
/**
|
|
3794
|
+
* @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
|
|
3795
|
+
*/
|
|
3796
|
+
exports.managedSecretsDeleteManagedSecretParams = zod_1.default.strictObject({
|
|
3797
|
+
"name": zod_1.default.string()
|
|
3798
|
+
});
|
|
3799
|
+
/**
|
|
3800
|
+
* @summary Overwrites (rotates) a secret's value — a new Key Vault version under
|
|
3801
|
+
the same vault key. The value is write-only; nothing is returned but
|
|
3802
|
+
audit metadata.
|
|
3803
|
+
*/
|
|
3804
|
+
exports.managedSecretsOverwriteManagedSecretValueParams = zod_1.default.strictObject({
|
|
3805
|
+
"name": zod_1.default.string()
|
|
3806
|
+
});
|
|
3807
|
+
exports.managedSecretsOverwriteManagedSecretValueBody = zod_1.default.strictObject({
|
|
3808
|
+
"value": zod_1.default.string()
|
|
3809
|
+
});
|
|
3810
|
+
exports.managedSecretsOverwriteManagedSecretValueResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3811
|
+
exports.managedSecretsOverwriteManagedSecretValueResponse = zod_1.default.object({
|
|
3812
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3813
|
+
"createdByUserId": zod_1.default.string(),
|
|
3814
|
+
"id": zod_1.default.string().regex(exports.managedSecretsOverwriteManagedSecretValueResponseIdRegExp),
|
|
3815
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3816
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3817
|
+
"name": zod_1.default.string()
|
|
3818
|
+
});
|
|
2792
3819
|
exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2793
3820
|
exports.messageThreadsGetWorkspaceExecutionsParams = zod_1.default.strictObject({
|
|
2794
3821
|
"workSpaceId": zod_1.default.string().regex(exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp)
|
|
@@ -2842,7 +3869,9 @@ exports.messageThreadsGetWorkspaceExecutionsResponse = zod_1.default.object({
|
|
|
2842
3869
|
"pin": zod_1.default.string().nullish(),
|
|
2843
3870
|
"port": zod_1.default.string().nullish()
|
|
2844
3871
|
})
|
|
2845
|
-
}))
|
|
3872
|
+
})),
|
|
3873
|
+
"seq": zod_1.default.number().nullish(),
|
|
3874
|
+
"startedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2846
3875
|
})),
|
|
2847
3876
|
"total": zod_1.default.number()
|
|
2848
3877
|
});
|
|
@@ -2901,7 +3930,38 @@ exports.messageThreadsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
2901
3930
|
"pin": zod_1.default.string().nullish(),
|
|
2902
3931
|
"port": zod_1.default.string().nullish()
|
|
2903
3932
|
})
|
|
2904
|
-
}))
|
|
3933
|
+
})),
|
|
3934
|
+
"seq": zod_1.default.number().nullish(),
|
|
3935
|
+
"startedAt": zod_1.default.iso.datetime({}).nullish()
|
|
3936
|
+
})),
|
|
3937
|
+
"total": zod_1.default.number()
|
|
3938
|
+
});
|
|
3939
|
+
/**
|
|
3940
|
+
* @summary Lists a workspace's flow runs, newest first (chat threads, designer
|
|
3941
|
+
runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
|
|
3942
|
+
*/
|
|
3943
|
+
exports.flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3944
|
+
exports.flowRunsGetWorkspaceRunsParams = zod_1.default.strictObject({
|
|
3945
|
+
"workspaceId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp).describe('Workspace whose runs to list')
|
|
3946
|
+
});
|
|
3947
|
+
exports.flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
|
|
3948
|
+
exports.flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
|
|
3949
|
+
exports.flowRunsGetWorkspaceRunsQueryParams = zod_1.default.strictObject({
|
|
3950
|
+
"skip": zod_1.default.number().optional().describe('Number of records to skip'),
|
|
3951
|
+
"take": zod_1.default.number().default(exports.flowRunsGetWorkspaceRunsQueryTakeDefault).describe('Number of records to take')
|
|
3952
|
+
});
|
|
3953
|
+
exports.flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3954
|
+
exports.flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3955
|
+
exports.flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3956
|
+
exports.flowRunsGetWorkspaceRunsResponse = zod_1.default.object({
|
|
3957
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
3958
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3959
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3960
|
+
"flowDefinitionId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp).nullish(),
|
|
3961
|
+
"flowId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp).nullish(),
|
|
3962
|
+
"flowRunId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp),
|
|
3963
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3964
|
+
"status": zod_1.default.string()
|
|
2905
3965
|
})),
|
|
2906
3966
|
"total": zod_1.default.number()
|
|
2907
3967
|
});
|
|
@@ -2971,6 +4031,7 @@ exports.sandBoxGetThreadMessagesResponseItem = zod_1.default.object({
|
|
|
2971
4031
|
"blockId": zod_1.default.string().nullish(),
|
|
2972
4032
|
"code": zod_1.default.number(),
|
|
2973
4033
|
"data": zod_1.default.any().nullish(),
|
|
4034
|
+
"errorCode": zod_1.default.string().nullish(),
|
|
2974
4035
|
"message": zod_1.default.string().nullish()
|
|
2975
4036
|
})),
|
|
2976
4037
|
"hasComments": zod_1.default.boolean(),
|
|
@@ -3019,6 +4080,7 @@ exports.sandBoxThreadMessagesResponse = zod_1.default.object({
|
|
|
3019
4080
|
"blockId": zod_1.default.string().nullish(),
|
|
3020
4081
|
"code": zod_1.default.number(),
|
|
3021
4082
|
"data": zod_1.default.any().nullish(),
|
|
4083
|
+
"errorCode": zod_1.default.string().nullish(),
|
|
3022
4084
|
"message": zod_1.default.string().nullish()
|
|
3023
4085
|
})),
|
|
3024
4086
|
"hasComments": zod_1.default.boolean(),
|