@smartspace/api-client 0.1.0-dev.a574f7e → 0.1.0-dev.a8fe659
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/chat/api.d.ts +2 -0
- package/dist/generated/chat/api.js +10 -1
- package/dist/generated/chat/api.msw.d.ts +75 -0
- package/dist/generated/chat/api.msw.js +630 -0
- package/dist/generated/chat/models/aiModel.d.ts +1 -0
- package/dist/generated/chat/models/aiModelSummary.d.ts +1 -0
- package/dist/generated/chat/models/connectorsConnectorSummary.d.ts +12 -0
- package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
- package/dist/generated/chat/models/dataSourceContainer.d.ts +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/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/chat/zod.d.ts +44 -0
- package/dist/generated/chat/zod.js +49 -6
- package/dist/generated/config/api.d.ts +89 -3
- package/dist/generated/config/api.js +399 -2
- 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/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/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/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/index.d.ts +56 -1
- package/dist/generated/config/models/index.js +56 -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/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.d.ts +10 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.js +8 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
- package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
- package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
- package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
- package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
- package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
- package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
- package/dist/generated/config/models/messagesMessageError.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
- package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
- package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
- package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
- package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
- package/dist/generated/config/models/syncsGetParams.js +8 -0
- package/dist/generated/config/models/syncsSync.d.ts +33 -0
- package/dist/generated/config/models/syncsSync.js +2 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +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/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/config/zod.d.ts +1445 -173
- package/dist/generated/config/zod.js +1070 -48
- 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.
|
|
@@ -214,7 +217,7 @@ exports.activityExportLoggingsQueryParams = zod_1.default.strictObject({
|
|
|
214
217
|
"workSpaceId": zod_1.default.string().regex(exports.activityExportLoggingsQueryWorkSpaceIdRegExp).optional(),
|
|
215
218
|
"fromOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
216
219
|
"toOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
217
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional()
|
|
220
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional()
|
|
218
221
|
});
|
|
219
222
|
exports.activityExportLoggingsResponse = zod_1.default.string();
|
|
220
223
|
/**
|
|
@@ -227,7 +230,7 @@ exports.activityGetLoggingQueryParams = zod_1.default.strictObject({
|
|
|
227
230
|
"workSpaceId": zod_1.default.string().regex(exports.activityGetLoggingQueryWorkSpaceIdRegExp).optional(),
|
|
228
231
|
"fromOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
229
232
|
"toOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
230
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional(),
|
|
233
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional(),
|
|
231
234
|
"take": zod_1.default.number().default(exports.activityGetLoggingQueryTakeDefault),
|
|
232
235
|
"skip": zod_1.default.number().optional()
|
|
233
236
|
});
|
|
@@ -235,7 +238,7 @@ exports.activityGetLoggingResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}
|
|
|
235
238
|
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
239
|
exports.activityGetLoggingResponse = zod_1.default.object({
|
|
237
240
|
"data": zod_1.default.array(zod_1.default.object({
|
|
238
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional(),
|
|
241
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional(),
|
|
239
242
|
"durationMs": zod_1.default.number().nullish(),
|
|
240
243
|
"eventDescription": zod_1.default.string().nullish(),
|
|
241
244
|
"eventUserId": zod_1.default.string().nullish(),
|
|
@@ -292,6 +295,8 @@ exports.blockSetsGetBlockSetsQueryParams = zod_1.default.strictObject({
|
|
|
292
295
|
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.')
|
|
293
296
|
});
|
|
294
297
|
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}$');
|
|
298
|
+
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}$');
|
|
299
|
+
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
300
|
exports.blockSetsGetBlockSetsResponseItem = zod_1.default.object({
|
|
296
301
|
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
297
302
|
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
@@ -338,17 +343,50 @@ exports.blockSetsGetBlockSetsResponseItem = zod_1.default.object({
|
|
|
338
343
|
"connectionId": zod_1.default.string().nullish(),
|
|
339
344
|
"createdByUserId": zod_1.default.string().nullish(),
|
|
340
345
|
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseIdRegExp),
|
|
346
|
+
"modifiedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
341
347
|
"name": zod_1.default.string().nullish(),
|
|
342
348
|
"sourceCodeUri": zod_1.default.string().nullish(),
|
|
343
|
-
"type": zod_1.default.enum(['Native', 'Custom', 'Debug'])
|
|
349
|
+
"type": zod_1.default.enum(['Native', 'Custom', 'Debug']),
|
|
350
|
+
"usedInDataSets": zod_1.default.array(zod_1.default.object({
|
|
351
|
+
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp),
|
|
352
|
+
"name": zod_1.default.string()
|
|
353
|
+
})),
|
|
354
|
+
"usedInWorkspaces": zod_1.default.array(zod_1.default.object({
|
|
355
|
+
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp),
|
|
356
|
+
"name": zod_1.default.string()
|
|
357
|
+
}))
|
|
344
358
|
});
|
|
345
359
|
exports.blockSetsGetBlockSetsResponse = zod_1.default.array(exports.blockSetsGetBlockSetsResponseItem);
|
|
360
|
+
/**
|
|
361
|
+
* @summary Get the saved Python source code for a deployed custom block set.
|
|
362
|
+
*/
|
|
363
|
+
exports.blockSetsGetDeployedBlockCodeParams = zod_1.default.strictObject({
|
|
364
|
+
"blockSetName": zod_1.default.string().describe('The name of the deployed block set.')
|
|
365
|
+
});
|
|
366
|
+
/**
|
|
367
|
+
* @summary Get the raw zip file for a deployed custom block set.
|
|
368
|
+
*/
|
|
369
|
+
exports.blockSetsGetDeployedBlockFilesParams = zod_1.default.strictObject({
|
|
370
|
+
"blockSetName": zod_1.default.string().describe('The name of the deployed block set.')
|
|
371
|
+
});
|
|
346
372
|
/**
|
|
347
373
|
* @summary Deletes an existing custom block set.
|
|
348
374
|
*/
|
|
349
375
|
exports.blockSetsDeleteBlockSetParams = zod_1.default.strictObject({
|
|
350
376
|
"name": zod_1.default.string().describe('The name of the block set to delete.')
|
|
351
377
|
});
|
|
378
|
+
/**
|
|
379
|
+
* @summary Rename a published custom block set (all versions). Set names are
|
|
380
|
+
organizational — flows bind to block (class) names, so renaming never
|
|
381
|
+
breaks a flow. Admin-only (the attribute must be method-level: the
|
|
382
|
+
Admin policy handler ignores class-level `[AuthorizeAdmin]`).
|
|
383
|
+
*/
|
|
384
|
+
exports.blockSetsRenameBlockSetParams = zod_1.default.strictObject({
|
|
385
|
+
"name": zod_1.default.string()
|
|
386
|
+
});
|
|
387
|
+
exports.blockSetsRenameBlockSetBody = zod_1.default.strictObject({
|
|
388
|
+
"newName": zod_1.default.string()
|
|
389
|
+
});
|
|
352
390
|
/**
|
|
353
391
|
* @summary Adds a new custom block set.
|
|
354
392
|
*/
|
|
@@ -362,7 +400,8 @@ exports.blockSetsAddBlockSetBody = zod_1.default.strictObject({
|
|
|
362
400
|
* @summary Get a list of all block interfaces
|
|
363
401
|
*/
|
|
364
402
|
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.')
|
|
403
|
+
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.'),
|
|
404
|
+
"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
405
|
});
|
|
367
406
|
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
407
|
exports.blocksGetBlocksResponse = zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -416,6 +455,32 @@ exports.blocksGetBlocksResponse = zod_1.default.record(zod_1.default.string(), z
|
|
|
416
455
|
"type": zod_1.default.enum(['Native', 'Custom', 'Debug']),
|
|
417
456
|
"version": zod_1.default.string()
|
|
418
457
|
})));
|
|
458
|
+
/**
|
|
459
|
+
* @summary List the SDK's built-in blocks (smartspace.* modules) for the
|
|
460
|
+
custom-blocks draft picker. App-native blocks (LLMs etc.) are
|
|
461
|
+
excluded upstream. Admin-only (method-level attribute — the Admin
|
|
462
|
+
policy handler ignores class-level `[AuthorizeAdmin]`).
|
|
463
|
+
*/
|
|
464
|
+
exports.blocksGetSdkBlocksResponseItem = zod_1.default.object({
|
|
465
|
+
"name": zod_1.default.string(),
|
|
466
|
+
"version": zod_1.default.string()
|
|
467
|
+
});
|
|
468
|
+
exports.blocksGetSdkBlocksResponse = zod_1.default.array(exports.blocksGetSdkBlocksResponseItem);
|
|
469
|
+
/**
|
|
470
|
+
* @summary Get the Python source of a native/SDK block — used by the custom-blocks
|
|
471
|
+
page as a starting scaffold when creating a draft. Admin-only (the
|
|
472
|
+
attribute must be method-level: the Admin policy handler ignores
|
|
473
|
+
class-level `[AuthorizeAdmin]`).
|
|
474
|
+
*/
|
|
475
|
+
exports.blocksGetBlockSourceParams = zod_1.default.strictObject({
|
|
476
|
+
"name": zod_1.default.string(),
|
|
477
|
+
"version": zod_1.default.string()
|
|
478
|
+
});
|
|
479
|
+
exports.blocksGetBlockSourceResponse = zod_1.default.object({
|
|
480
|
+
"code": zod_1.default.string(),
|
|
481
|
+
"name": zod_1.default.string(),
|
|
482
|
+
"version": zod_1.default.string()
|
|
483
|
+
});
|
|
419
484
|
/**
|
|
420
485
|
* @summary Manually trigger reingestion of a specific container item.
|
|
421
486
|
*/
|
|
@@ -445,6 +510,7 @@ exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp =
|
|
|
445
510
|
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
511
|
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
512
|
exports.containersPostResponseItem = zod_1.default.object({
|
|
513
|
+
"createdByUserId": zod_1.default.string().nullish(),
|
|
448
514
|
"dataSet": zod_1.default.object({
|
|
449
515
|
"id": zod_1.default.string().regex(exports.containersPostResponseDataSetIdRegExp),
|
|
450
516
|
"name": zod_1.default.string(),
|
|
@@ -492,6 +558,7 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
492
558
|
})
|
|
493
559
|
})).nullish(),
|
|
494
560
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
561
|
+
"secret": zod_1.default.boolean(),
|
|
495
562
|
"value": zod_1.default.any().nullish()
|
|
496
563
|
})).nullish(),
|
|
497
564
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -512,11 +579,18 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
512
579
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
513
580
|
"dataSourceContainer": zod_1.default.object({
|
|
514
581
|
"dataSourceId": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
582
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
583
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
584
|
+
"operator": zod_1.default.string(),
|
|
585
|
+
"propertyName": zod_1.default.string(),
|
|
586
|
+
"value": zod_1.default.string()
|
|
587
|
+
})).nullish(),
|
|
515
588
|
"id": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp),
|
|
516
589
|
"name": zod_1.default.string(),
|
|
517
590
|
"path": zod_1.default.string()
|
|
518
591
|
}),
|
|
519
592
|
"flowId": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemFlowIdRegExp),
|
|
593
|
+
"honourSourceDeletes": zod_1.default.boolean(),
|
|
520
594
|
"id": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemIdRegExp),
|
|
521
595
|
"inputName": zod_1.default.string(),
|
|
522
596
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
@@ -550,10 +624,13 @@ exports.dataSetsGetQuerySkipDefault = 0;
|
|
|
550
624
|
exports.dataSetsGetQueryParams = zod_1.default.strictObject({
|
|
551
625
|
"take": zod_1.default.number().default(exports.dataSetsGetQueryTakeDefault),
|
|
552
626
|
"skip": zod_1.default.number().optional(),
|
|
553
|
-
"search": zod_1.default.string().optional()
|
|
627
|
+
"search": zod_1.default.string().optional(),
|
|
628
|
+
"sortBy": zod_1.default.string().optional(),
|
|
629
|
+
"sortDirection": zod_1.default.string().optional()
|
|
554
630
|
});
|
|
555
631
|
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
632
|
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}$');
|
|
633
|
+
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
634
|
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
635
|
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
636
|
exports.dataSetsGetResponse = zod_1.default.object({
|
|
@@ -563,6 +640,7 @@ exports.dataSetsGetResponse = zod_1.default.object({
|
|
|
563
640
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
564
641
|
"description": zod_1.default.string().nullish(),
|
|
565
642
|
"flowId": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemFlowIdRegExp).nullish(),
|
|
643
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
566
644
|
"id": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemIdRegExp),
|
|
567
645
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
568
646
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -572,6 +650,8 @@ exports.dataSetsGetResponse = zod_1.default.object({
|
|
|
572
650
|
"isVector": zod_1.default.boolean(),
|
|
573
651
|
"name": zod_1.default.string()
|
|
574
652
|
})),
|
|
653
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
654
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
575
655
|
"version": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemVersionRegExp).nullish()
|
|
576
656
|
})),
|
|
577
657
|
"total": zod_1.default.number()
|
|
@@ -612,6 +692,7 @@ exports.dataSetsGetByIdParams = zod_1.default.strictObject({
|
|
|
612
692
|
});
|
|
613
693
|
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
694
|
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}$');
|
|
695
|
+
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
696
|
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
697
|
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
698
|
exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
@@ -620,6 +701,7 @@ exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
|
620
701
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseDataSpaceIdRegExp).nullish(),
|
|
621
702
|
"description": zod_1.default.string().nullish(),
|
|
622
703
|
"flowId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseFlowIdRegExp).nullish(),
|
|
704
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
623
705
|
"id": zod_1.default.string().regex(exports.dataSetsGetByIdResponseIdRegExp),
|
|
624
706
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
625
707
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -629,6 +711,8 @@ exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
|
629
711
|
"isVector": zod_1.default.boolean(),
|
|
630
712
|
"name": zod_1.default.string()
|
|
631
713
|
})),
|
|
714
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
715
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
632
716
|
"version": zod_1.default.string().regex(exports.dataSetsGetByIdResponseVersionRegExp).nullish()
|
|
633
717
|
});
|
|
634
718
|
/**
|
|
@@ -642,6 +726,12 @@ exports.dataSetsPutBodyIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-
|
|
|
642
726
|
exports.dataSetsPutBody = zod_1.default.strictObject({
|
|
643
727
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
644
728
|
"dataSourceId": zod_1.default.string().regex(exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp),
|
|
729
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
730
|
+
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
731
|
+
"operator": zod_1.default.string(),
|
|
732
|
+
"propertyName": zod_1.default.string(),
|
|
733
|
+
"value": zod_1.default.string()
|
|
734
|
+
})).nullish(),
|
|
645
735
|
"path": zod_1.default.string()
|
|
646
736
|
})).nullish(),
|
|
647
737
|
"description": zod_1.default.string().nullish(),
|
|
@@ -650,6 +740,7 @@ exports.dataSetsPutBody = zod_1.default.strictObject({
|
|
|
650
740
|
});
|
|
651
741
|
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
742
|
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}$');
|
|
743
|
+
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
744
|
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
745
|
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
746
|
exports.dataSetsPutResponse = zod_1.default.object({
|
|
@@ -658,6 +749,7 @@ exports.dataSetsPutResponse = zod_1.default.object({
|
|
|
658
749
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsPutResponseDataSpaceIdRegExp).nullish(),
|
|
659
750
|
"description": zod_1.default.string().nullish(),
|
|
660
751
|
"flowId": zod_1.default.string().regex(exports.dataSetsPutResponseFlowIdRegExp).nullish(),
|
|
752
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsPutResponseHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
661
753
|
"id": zod_1.default.string().regex(exports.dataSetsPutResponseIdRegExp),
|
|
662
754
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
663
755
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -667,6 +759,8 @@ exports.dataSetsPutResponse = zod_1.default.object({
|
|
|
667
759
|
"isVector": zod_1.default.boolean(),
|
|
668
760
|
"name": zod_1.default.string()
|
|
669
761
|
})),
|
|
762
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
763
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
670
764
|
"version": zod_1.default.string().regex(exports.dataSetsPutResponseVersionRegExp).nullish()
|
|
671
765
|
});
|
|
672
766
|
/**
|
|
@@ -702,6 +796,7 @@ exports.dataSetsGetContainerItemsRunHistoryResponse = zod_1.default.object({
|
|
|
702
796
|
"data": zod_1.default.array(zod_1.default.object({
|
|
703
797
|
"containerId": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp),
|
|
704
798
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
799
|
+
"deletedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
705
800
|
"flowRuns": zod_1.default.array(zod_1.default.object({
|
|
706
801
|
"errors": zod_1.default.array(zod_1.default.object({
|
|
707
802
|
"blockId": zod_1.default.string().nullish(),
|
|
@@ -710,7 +805,7 @@ exports.dataSetsGetContainerItemsRunHistoryResponse = zod_1.default.object({
|
|
|
710
805
|
})),
|
|
711
806
|
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
712
807
|
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp),
|
|
713
|
-
"runAt": zod_1.default.iso.datetime({}),
|
|
808
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
714
809
|
"status": zod_1.default.string()
|
|
715
810
|
})),
|
|
716
811
|
"id": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp),
|
|
@@ -731,6 +826,7 @@ exports.dataSetsSetDataspaceBodyRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
731
826
|
exports.dataSetsSetDataspaceBody = zod_1.default.string().regex(exports.dataSetsSetDataspaceBodyRegExp);
|
|
732
827
|
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
828
|
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}$');
|
|
829
|
+
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
830
|
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
831
|
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
832
|
exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
@@ -739,6 +835,7 @@ exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
|
739
835
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp).nullish(),
|
|
740
836
|
"description": zod_1.default.string().nullish(),
|
|
741
837
|
"flowId": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseFlowIdRegExp).nullish(),
|
|
838
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
742
839
|
"id": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseIdRegExp),
|
|
743
840
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
744
841
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -748,6 +845,8 @@ exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
|
748
845
|
"isVector": zod_1.default.boolean(),
|
|
749
846
|
"name": zod_1.default.string()
|
|
750
847
|
})),
|
|
848
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
849
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
751
850
|
"version": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseVersionRegExp).nullish()
|
|
752
851
|
});
|
|
753
852
|
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}$');
|
|
@@ -850,6 +949,11 @@ exports.dataSetsDeleteItemParams = zod_1.default.strictObject({
|
|
|
850
949
|
"itemId": zod_1.default.string().regex(exports.dataSetsDeleteItemPathItemIdRegExp)
|
|
851
950
|
});
|
|
852
951
|
/**
|
|
952
|
+
* The `isVector` field is deprecated: the platform no longer uses it,
|
|
953
|
+
and it has no effect on ingestion or querying. It remains available as an
|
|
954
|
+
optional field for backward compatibility with existing integrations —
|
|
955
|
+
new integrations should omit it. When omitted, the stored value is
|
|
956
|
+
preserved on update and defaults to `false` on create.
|
|
853
957
|
* @summary Upsert a single property on a dataset.
|
|
854
958
|
*/
|
|
855
959
|
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 +962,7 @@ exports.dataSetsAddDataSetPropertyParams = zod_1.default.strictObject({
|
|
|
858
962
|
});
|
|
859
963
|
exports.dataSetsAddDataSetPropertyBody = zod_1.default.strictObject({
|
|
860
964
|
"description": zod_1.default.string().nullish(),
|
|
861
|
-
"isVector": zod_1.default.boolean(),
|
|
965
|
+
"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
966
|
"name": zod_1.default.string()
|
|
863
967
|
});
|
|
864
968
|
exports.dataSetsAddDataSetPropertyResponse = zod_1.default.object({
|
|
@@ -871,6 +975,87 @@ exports.dataSetsDeleteDataSetPropertyParams = zod_1.default.strictObject({
|
|
|
871
975
|
"id": zod_1.default.string().regex(exports.dataSetsDeleteDataSetPropertyPathIdRegExp),
|
|
872
976
|
"name": zod_1.default.string()
|
|
873
977
|
});
|
|
978
|
+
/**
|
|
979
|
+
* @summary Run-centric ingestion history for the dataset (newest first), from the
|
|
980
|
+
AI API's provenance-stamped run store. `trigger` filters by cause
|
|
981
|
+
(sync / sweep / manual / reset / unknown); `itemId` narrows to one
|
|
982
|
+
container item, including runs superseded by later re-ingests.
|
|
983
|
+
*/
|
|
984
|
+
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}$');
|
|
985
|
+
exports.dataSetsGetIngestionRunsParams = zod_1.default.strictObject({
|
|
986
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsPathIdRegExp)
|
|
987
|
+
});
|
|
988
|
+
exports.dataSetsGetIngestionRunsQuerySkipDefault = 0;
|
|
989
|
+
exports.dataSetsGetIngestionRunsQueryTakeDefault = 50;
|
|
990
|
+
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}$');
|
|
991
|
+
exports.dataSetsGetIngestionRunsQueryParams = zod_1.default.strictObject({
|
|
992
|
+
"skip": zod_1.default.number().optional(),
|
|
993
|
+
"take": zod_1.default.number().default(exports.dataSetsGetIngestionRunsQueryTakeDefault),
|
|
994
|
+
"trigger": zod_1.default.string().optional(),
|
|
995
|
+
"itemId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsQueryItemIdRegExp).optional()
|
|
996
|
+
});
|
|
997
|
+
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}$');
|
|
998
|
+
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}$');
|
|
999
|
+
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}$');
|
|
1000
|
+
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}$');
|
|
1001
|
+
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}$');
|
|
1002
|
+
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}$');
|
|
1003
|
+
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}$');
|
|
1004
|
+
exports.dataSetsGetIngestionRunsResponse = zod_1.default.object({
|
|
1005
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
1006
|
+
"causedBy": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemCausedByRegExp).nullish(),
|
|
1007
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp).nullish(),
|
|
1008
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1009
|
+
"dataSetId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp).nullish(),
|
|
1010
|
+
"dataSetVersion": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp).nullish(),
|
|
1011
|
+
"errors": zod_1.default.array(zod_1.default.object({
|
|
1012
|
+
"blockId": zod_1.default.string().nullish(),
|
|
1013
|
+
"code": zod_1.default.number().nullish(),
|
|
1014
|
+
"message": zod_1.default.string()
|
|
1015
|
+
})),
|
|
1016
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1017
|
+
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp),
|
|
1018
|
+
"itemId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemItemIdRegExp).nullish(),
|
|
1019
|
+
"itemName": zod_1.default.string().nullish(),
|
|
1020
|
+
"itemPath": zod_1.default.string().nullish(),
|
|
1021
|
+
"itemVersion": zod_1.default.iso.datetime({}).nullish(),
|
|
1022
|
+
"retryOf": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp).nullish(),
|
|
1023
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1024
|
+
"status": zod_1.default.string(),
|
|
1025
|
+
"trigger": zod_1.default.object({
|
|
1026
|
+
"kind": zod_1.default.string(),
|
|
1027
|
+
"principal": zod_1.default.string().nullish()
|
|
1028
|
+
})
|
|
1029
|
+
})),
|
|
1030
|
+
"total": zod_1.default.number()
|
|
1031
|
+
});
|
|
1032
|
+
/**
|
|
1033
|
+
* @summary Set the per-document scoping config (mode + subject path) on a dataset.
|
|
1034
|
+
*/
|
|
1035
|
+
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}$');
|
|
1036
|
+
exports.dataSetsPutScopingParams = zod_1.default.strictObject({
|
|
1037
|
+
"id": zod_1.default.string().regex(exports.dataSetsPutScopingPathIdRegExp)
|
|
1038
|
+
});
|
|
1039
|
+
exports.dataSetsPutScopingBody = zod_1.default.strictObject({
|
|
1040
|
+
"mode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1041
|
+
"subjectPath": zod_1.default.string().nullish()
|
|
1042
|
+
});
|
|
1043
|
+
/**
|
|
1044
|
+
* @summary Whether this dataset hides items whose source file was deleted in the given
|
|
1045
|
+
container. Per container, because the setting belongs to that subscription.
|
|
1046
|
+
Off is the default and does not disable detection — deletions are always
|
|
1047
|
+
recorded and always marked on the affected rows; this only decides whether a
|
|
1048
|
+
marked row is returned. Nothing here deletes anything.
|
|
1049
|
+
*/
|
|
1050
|
+
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}$');
|
|
1051
|
+
exports.dataSetsPutSourceDeletesParams = zod_1.default.strictObject({
|
|
1052
|
+
"id": zod_1.default.string().regex(exports.dataSetsPutSourceDeletesPathIdRegExp)
|
|
1053
|
+
});
|
|
1054
|
+
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}$');
|
|
1055
|
+
exports.dataSetsPutSourceDeletesBody = zod_1.default.strictObject({
|
|
1056
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsPutSourceDeletesBodyContainerIdRegExp),
|
|
1057
|
+
"honourSourceDeletes": zod_1.default.boolean()
|
|
1058
|
+
});
|
|
874
1059
|
/**
|
|
875
1060
|
* @summary Fetch a list of all available data source types in SmartSpace.
|
|
876
1061
|
*/
|
|
@@ -897,6 +1082,12 @@ exports.dataSourceTypesGetAvailableContainersBody = zod_1.default.strictObject({
|
|
|
897
1082
|
});
|
|
898
1083
|
exports.dataSourceTypesGetAvailableContainersResponseItem = zod_1.default.object({
|
|
899
1084
|
"children": zod_1.default.array(zod_1.default.any()).nullish(),
|
|
1085
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1086
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1087
|
+
"operator": zod_1.default.string(),
|
|
1088
|
+
"propertyName": zod_1.default.string(),
|
|
1089
|
+
"value": zod_1.default.string()
|
|
1090
|
+
})).nullish(),
|
|
900
1091
|
"name": zod_1.default.string(),
|
|
901
1092
|
"path": zod_1.default.string(),
|
|
902
1093
|
"properties": zod_1.default.array(zod_1.default.object({
|
|
@@ -937,6 +1128,12 @@ exports.dataSourcesGetResponse = zod_1.default.object({
|
|
|
937
1128
|
"data": zod_1.default.array(zod_1.default.object({
|
|
938
1129
|
"containers": zod_1.default.array(zod_1.default.object({
|
|
939
1130
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp),
|
|
1131
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1132
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1133
|
+
"operator": zod_1.default.string(),
|
|
1134
|
+
"propertyName": zod_1.default.string(),
|
|
1135
|
+
"value": zod_1.default.string()
|
|
1136
|
+
})).nullish(),
|
|
940
1137
|
"id": zod_1.default.string().regex(exports.dataSourcesGetResponseDataItemContainersItemIdRegExp),
|
|
941
1138
|
"name": zod_1.default.string(),
|
|
942
1139
|
"path": zod_1.default.string()
|
|
@@ -968,6 +1165,12 @@ exports.dataSourcesPostResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F
|
|
|
968
1165
|
exports.dataSourcesPostResponse = zod_1.default.object({
|
|
969
1166
|
"containers": zod_1.default.array(zod_1.default.object({
|
|
970
1167
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesPostResponseContainersItemDataSourceIdRegExp),
|
|
1168
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1169
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1170
|
+
"operator": zod_1.default.string(),
|
|
1171
|
+
"propertyName": zod_1.default.string(),
|
|
1172
|
+
"value": zod_1.default.string()
|
|
1173
|
+
})).nullish(),
|
|
971
1174
|
"id": zod_1.default.string().regex(exports.dataSourcesPostResponseContainersItemIdRegExp),
|
|
972
1175
|
"name": zod_1.default.string(),
|
|
973
1176
|
"path": zod_1.default.string()
|
|
@@ -1014,11 +1217,49 @@ exports.dataSourcesContainersResponseDataSourceIdRegExp = new RegExp('^[0-9a-fA-
|
|
|
1014
1217
|
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}$');
|
|
1015
1218
|
exports.dataSourcesContainersResponseItem = zod_1.default.object({
|
|
1016
1219
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesContainersResponseDataSourceIdRegExp),
|
|
1220
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1221
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1222
|
+
"operator": zod_1.default.string(),
|
|
1223
|
+
"propertyName": zod_1.default.string(),
|
|
1224
|
+
"value": zod_1.default.string()
|
|
1225
|
+
})).nullish(),
|
|
1017
1226
|
"id": zod_1.default.string().regex(exports.dataSourcesContainersResponseIdRegExp),
|
|
1018
1227
|
"name": zod_1.default.string(),
|
|
1019
1228
|
"path": zod_1.default.string()
|
|
1020
1229
|
});
|
|
1021
1230
|
exports.dataSourcesContainersResponse = zod_1.default.array(exports.dataSourcesContainersResponseItem);
|
|
1231
|
+
/**
|
|
1232
|
+
* @summary Runs a preview search against the data source using the supplied filters and returns
|
|
1233
|
+
a total record count without persisting any state.
|
|
1234
|
+
*/
|
|
1235
|
+
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}$');
|
|
1236
|
+
exports.dataSourcesPreviewContainerParams = zod_1.default.strictObject({
|
|
1237
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesPreviewContainerPathDataSourceIdRegExp)
|
|
1238
|
+
});
|
|
1239
|
+
exports.dataSourcesPreviewContainerBody = zod_1.default.strictObject({
|
|
1240
|
+
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
1241
|
+
"operator": zod_1.default.string(),
|
|
1242
|
+
"propertyName": zod_1.default.string(),
|
|
1243
|
+
"value": zod_1.default.string()
|
|
1244
|
+
})).nullish(),
|
|
1245
|
+
"path": zod_1.default.string()
|
|
1246
|
+
});
|
|
1247
|
+
exports.dataSourcesPreviewContainerResponse = zod_1.default.object({
|
|
1248
|
+
"samples": zod_1.default.array(zod_1.default.record(zod_1.default.string(), zod_1.default.any())),
|
|
1249
|
+
"total": zod_1.default.number()
|
|
1250
|
+
});
|
|
1251
|
+
/**
|
|
1252
|
+
* @summary Returns a JSON Schema object for the container's properties, used to drive the filter editor UI.
|
|
1253
|
+
Schema shape: { type: "object", properties: { [name]: { type, title, enum? } } }
|
|
1254
|
+
containerPath is a query param (not a route segment) to avoid ASP.NET routing splits on paths containing '/'.
|
|
1255
|
+
*/
|
|
1256
|
+
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}$');
|
|
1257
|
+
exports.dataSourcesContainerSchemaParams = zod_1.default.strictObject({
|
|
1258
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesContainerSchemaPathDataSourceIdRegExp)
|
|
1259
|
+
});
|
|
1260
|
+
exports.dataSourcesContainerSchemaQueryParams = zod_1.default.strictObject({
|
|
1261
|
+
"containerPath": zod_1.default.string().optional()
|
|
1262
|
+
});
|
|
1022
1263
|
/**
|
|
1023
1264
|
* @summary Update the credentials for an existing data source in SmartSpace by specifying its ID.
|
|
1024
1265
|
*/
|
|
@@ -1029,6 +1270,15 @@ exports.dataSourcesUpdateCredentialsParams = zod_1.default.strictObject({
|
|
|
1029
1270
|
exports.dataSourcesUpdateCredentialsBody = zod_1.default.strictObject({
|
|
1030
1271
|
"credentials": zod_1.default.record(zod_1.default.string(), zod_1.default.string().nullable())
|
|
1031
1272
|
});
|
|
1273
|
+
/**
|
|
1274
|
+
* @summary Requests an on-demand sync of a data source. The request is queued;
|
|
1275
|
+
the sync service picks it up within ~30 seconds. Repeated requests
|
|
1276
|
+
are safe — concurrent syncs of the same source collapse to one run.
|
|
1277
|
+
*/
|
|
1278
|
+
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}$');
|
|
1279
|
+
exports.dataSourcesRequestSyncParams = zod_1.default.strictObject({
|
|
1280
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesRequestSyncPathDataSourceIdRegExp)
|
|
1281
|
+
});
|
|
1032
1282
|
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}$');
|
|
1033
1283
|
exports.dataSourcesGetAdminUsersParams = zod_1.default.strictObject({
|
|
1034
1284
|
"id": zod_1.default.string().regex(exports.dataSourcesGetAdminUsersPathIdRegExp)
|
|
@@ -1059,6 +1309,7 @@ exports.dataSpacesGetQueryParams = zod_1.default.strictObject({
|
|
|
1059
1309
|
});
|
|
1060
1310
|
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}$');
|
|
1061
1311
|
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}$');
|
|
1312
|
+
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}$');
|
|
1062
1313
|
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}$');
|
|
1063
1314
|
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}$');
|
|
1064
1315
|
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}$');
|
|
@@ -1074,6 +1325,7 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1074
1325
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1075
1326
|
"description": zod_1.default.string().nullish(),
|
|
1076
1327
|
"flowId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp).nullish(),
|
|
1328
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1077
1329
|
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp),
|
|
1078
1330
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1079
1331
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1083,6 +1335,8 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1083
1335
|
"isVector": zod_1.default.boolean(),
|
|
1084
1336
|
"name": zod_1.default.string()
|
|
1085
1337
|
})),
|
|
1338
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1339
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1086
1340
|
"version": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp).nullish()
|
|
1087
1341
|
})),
|
|
1088
1342
|
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemIdRegExp),
|
|
@@ -1115,6 +1369,7 @@ exports.dataSpacesGetByIdParams = zod_1.default.strictObject({
|
|
|
1115
1369
|
});
|
|
1116
1370
|
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}$');
|
|
1117
1371
|
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}$');
|
|
1372
|
+
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}$');
|
|
1118
1373
|
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}$');
|
|
1119
1374
|
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}$');
|
|
1120
1375
|
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}$');
|
|
@@ -1129,6 +1384,7 @@ exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
|
1129
1384
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1130
1385
|
"description": zod_1.default.string().nullish(),
|
|
1131
1386
|
"flowId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp).nullish(),
|
|
1387
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1132
1388
|
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp),
|
|
1133
1389
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1134
1390
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1138,6 +1394,8 @@ exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
|
1138
1394
|
"isVector": zod_1.default.boolean(),
|
|
1139
1395
|
"name": zod_1.default.string()
|
|
1140
1396
|
})),
|
|
1397
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1398
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1141
1399
|
"version": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp).nullish()
|
|
1142
1400
|
})),
|
|
1143
1401
|
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseIdRegExp),
|
|
@@ -1166,6 +1424,7 @@ exports.dataSpacesPutBody = zod_1.default.strictObject({
|
|
|
1166
1424
|
});
|
|
1167
1425
|
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}$');
|
|
1168
1426
|
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}$');
|
|
1427
|
+
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}$');
|
|
1169
1428
|
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}$');
|
|
1170
1429
|
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}$');
|
|
1171
1430
|
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}$');
|
|
@@ -1180,6 +1439,7 @@ exports.dataSpacesPutResponse = zod_1.default.object({
|
|
|
1180
1439
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1181
1440
|
"description": zod_1.default.string().nullish(),
|
|
1182
1441
|
"flowId": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp).nullish(),
|
|
1442
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1183
1443
|
"id": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemIdRegExp),
|
|
1184
1444
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1185
1445
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1189,6 +1449,8 @@ exports.dataSpacesPutResponse = zod_1.default.object({
|
|
|
1189
1449
|
"isVector": zod_1.default.boolean(),
|
|
1190
1450
|
"name": zod_1.default.string()
|
|
1191
1451
|
})),
|
|
1452
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1453
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1192
1454
|
"version": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemVersionRegExp).nullish()
|
|
1193
1455
|
})),
|
|
1194
1456
|
"id": zod_1.default.string().regex(exports.dataSpacesPutResponseIdRegExp),
|
|
@@ -1231,10 +1493,13 @@ exports.dataSpacesGetDataSetsQuerySkipDefault = 0;
|
|
|
1231
1493
|
exports.dataSpacesGetDataSetsQueryParams = zod_1.default.strictObject({
|
|
1232
1494
|
"take": zod_1.default.number().default(exports.dataSpacesGetDataSetsQueryTakeDefault),
|
|
1233
1495
|
"skip": zod_1.default.number().optional(),
|
|
1234
|
-
"search": zod_1.default.string().optional()
|
|
1496
|
+
"search": zod_1.default.string().optional(),
|
|
1497
|
+
"sortBy": zod_1.default.string().optional(),
|
|
1498
|
+
"sortDirection": zod_1.default.string().optional()
|
|
1235
1499
|
});
|
|
1236
1500
|
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}$');
|
|
1237
1501
|
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}$');
|
|
1502
|
+
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}$');
|
|
1238
1503
|
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}$');
|
|
1239
1504
|
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}$');
|
|
1240
1505
|
exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
@@ -1244,6 +1509,7 @@ exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
|
1244
1509
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
1245
1510
|
"description": zod_1.default.string().nullish(),
|
|
1246
1511
|
"flowId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp).nullish(),
|
|
1512
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1247
1513
|
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemIdRegExp),
|
|
1248
1514
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1249
1515
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1253,6 +1519,8 @@ exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
|
1253
1519
|
"isVector": zod_1.default.boolean(),
|
|
1254
1520
|
"name": zod_1.default.string()
|
|
1255
1521
|
})),
|
|
1522
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1523
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1256
1524
|
"version": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp).nullish()
|
|
1257
1525
|
})),
|
|
1258
1526
|
"total": zod_1.default.number()
|
|
@@ -1268,6 +1536,12 @@ exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = new RegEx
|
|
|
1268
1536
|
exports.dataSpacesPostDatasetBody = zod_1.default.strictObject({
|
|
1269
1537
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
1270
1538
|
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp),
|
|
1539
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1540
|
+
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
1541
|
+
"operator": zod_1.default.string(),
|
|
1542
|
+
"propertyName": zod_1.default.string(),
|
|
1543
|
+
"value": zod_1.default.string()
|
|
1544
|
+
})).nullish(),
|
|
1271
1545
|
"path": zod_1.default.string()
|
|
1272
1546
|
})).nullish(),
|
|
1273
1547
|
"description": zod_1.default.string().nullish(),
|
|
@@ -1279,6 +1553,219 @@ exports.debugInvokeParams = zod_1.default.strictObject({
|
|
|
1279
1553
|
});
|
|
1280
1554
|
exports.debugInvokeBodyItem = zod_1.default.any();
|
|
1281
1555
|
exports.debugInvokeBody = zod_1.default.array(exports.debugInvokeBodyItem);
|
|
1556
|
+
/**
|
|
1557
|
+
* @summary Mongo index health for the flow-runs store: planned-vs-existing
|
|
1558
|
+
indexes per collection, the latest index-ensure outcome per index
|
|
1559
|
+
(including repeated failures), and any in-flight index
|
|
1560
|
+
transformations with their progress (currentOp).
|
|
1561
|
+
*/
|
|
1562
|
+
exports.diagnosticsGetMongoIndexesResponse = zod_1.default.any();
|
|
1563
|
+
/**
|
|
1564
|
+
* @summary List the current user's drafts (without parsed interfaces — load detail to get those).
|
|
1565
|
+
*/
|
|
1566
|
+
exports.draftsListDraftsResponseItem = zod_1.default.object({
|
|
1567
|
+
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1568
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1569
|
+
"ports": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1570
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1571
|
+
"channel": zod_1.default.boolean(),
|
|
1572
|
+
"default": zod_1.default.any().nullish(),
|
|
1573
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1574
|
+
"pin": zod_1.default.string(),
|
|
1575
|
+
"port": zod_1.default.string()
|
|
1576
|
+
})),
|
|
1577
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1578
|
+
"required": zod_1.default.boolean(),
|
|
1579
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1580
|
+
"sticky": zod_1.default.boolean(),
|
|
1581
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary']),
|
|
1582
|
+
"virtual": zod_1.default.boolean()
|
|
1583
|
+
})),
|
|
1584
|
+
"isFunction": zod_1.default.boolean(),
|
|
1585
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1586
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1587
|
+
"channel": zod_1.default.boolean(),
|
|
1588
|
+
"channelGroupId": zod_1.default.string().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
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1595
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1596
|
+
})),
|
|
1597
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1598
|
+
})),
|
|
1599
|
+
"scopes": zod_1.default.array(zod_1.default.enum(['WorkSpace', 'DataSet'])).nullish(),
|
|
1600
|
+
"state": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1601
|
+
"default": zod_1.default.any().nullish(),
|
|
1602
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1603
|
+
"scope": zod_1.default.array(zod_1.default.object({
|
|
1604
|
+
"pin": zod_1.default.string(),
|
|
1605
|
+
"port": zod_1.default.string()
|
|
1606
|
+
}))
|
|
1607
|
+
}))
|
|
1608
|
+
}))),
|
|
1609
|
+
"isActive": zod_1.default.boolean(),
|
|
1610
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1611
|
+
"name": zod_1.default.string(),
|
|
1612
|
+
"parseError": zod_1.default.string().nullish(),
|
|
1613
|
+
"rowVersion": zod_1.default.string(),
|
|
1614
|
+
"sourceText": zod_1.default.string()
|
|
1615
|
+
});
|
|
1616
|
+
exports.draftsListDraftsResponse = zod_1.default.array(exports.draftsListDraftsResponseItem);
|
|
1617
|
+
/**
|
|
1618
|
+
* @summary Delete a draft (row + blob). Does not touch any published Custom of the same name.
|
|
1619
|
+
*/
|
|
1620
|
+
exports.draftsDeleteDraftParams = zod_1.default.strictObject({
|
|
1621
|
+
"name": zod_1.default.string()
|
|
1622
|
+
});
|
|
1623
|
+
/**
|
|
1624
|
+
* @summary Fetch a specific draft (source text, parsed interfaces, RowVersion, IsActive).
|
|
1625
|
+
*/
|
|
1626
|
+
exports.draftsGetDraftParams = zod_1.default.strictObject({
|
|
1627
|
+
"name": zod_1.default.string()
|
|
1628
|
+
});
|
|
1629
|
+
exports.draftsGetDraftResponse = zod_1.default.object({
|
|
1630
|
+
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1631
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1632
|
+
"ports": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1633
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1634
|
+
"channel": zod_1.default.boolean(),
|
|
1635
|
+
"default": zod_1.default.any().nullish(),
|
|
1636
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1637
|
+
"pin": zod_1.default.string(),
|
|
1638
|
+
"port": zod_1.default.string()
|
|
1639
|
+
})),
|
|
1640
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1641
|
+
"required": zod_1.default.boolean(),
|
|
1642
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1643
|
+
"sticky": zod_1.default.boolean(),
|
|
1644
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary']),
|
|
1645
|
+
"virtual": zod_1.default.boolean()
|
|
1646
|
+
})),
|
|
1647
|
+
"isFunction": zod_1.default.boolean(),
|
|
1648
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1649
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1650
|
+
"channel": zod_1.default.boolean(),
|
|
1651
|
+
"channelGroupId": zod_1.default.string().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
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1658
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1659
|
+
})),
|
|
1660
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1661
|
+
})),
|
|
1662
|
+
"scopes": zod_1.default.array(zod_1.default.enum(['WorkSpace', 'DataSet'])).nullish(),
|
|
1663
|
+
"state": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1664
|
+
"default": zod_1.default.any().nullish(),
|
|
1665
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1666
|
+
"scope": zod_1.default.array(zod_1.default.object({
|
|
1667
|
+
"pin": zod_1.default.string(),
|
|
1668
|
+
"port": zod_1.default.string()
|
|
1669
|
+
}))
|
|
1670
|
+
}))
|
|
1671
|
+
}))),
|
|
1672
|
+
"isActive": zod_1.default.boolean(),
|
|
1673
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1674
|
+
"name": zod_1.default.string(),
|
|
1675
|
+
"parseError": zod_1.default.string().nullish(),
|
|
1676
|
+
"rowVersion": zod_1.default.string(),
|
|
1677
|
+
"sourceText": zod_1.default.string()
|
|
1678
|
+
});
|
|
1679
|
+
/**
|
|
1680
|
+
* @summary Toggle the draft's "Start testing" flag. See ADR-0002 — owner's active draft
|
|
1681
|
+
overrides the published Custom at the same `(name, version)` for them only.
|
|
1682
|
+
*/
|
|
1683
|
+
exports.draftsToggleDraftParams = zod_1.default.strictObject({
|
|
1684
|
+
"name": zod_1.default.string()
|
|
1685
|
+
});
|
|
1686
|
+
exports.draftsToggleDraftBody = zod_1.default.strictObject({
|
|
1687
|
+
"isActive": zod_1.default.boolean()
|
|
1688
|
+
});
|
|
1689
|
+
/**
|
|
1690
|
+
* @summary Create or update a draft. Pass `ExpectedRowVersion` for optimistic
|
|
1691
|
+
concurrency on update (null for first-time create). Returns 409 with the
|
|
1692
|
+
current `RowVersion` if another session has saved in the interim.
|
|
1693
|
+
*/
|
|
1694
|
+
exports.draftsSaveDraftParams = zod_1.default.strictObject({
|
|
1695
|
+
"name": zod_1.default.string()
|
|
1696
|
+
});
|
|
1697
|
+
exports.draftsSaveDraftBody = zod_1.default.strictObject({
|
|
1698
|
+
"expectedRowVersion": zod_1.default.string().nullish(),
|
|
1699
|
+
"source": zod_1.default.string()
|
|
1700
|
+
});
|
|
1701
|
+
exports.draftsSaveDraftResponse = zod_1.default.object({
|
|
1702
|
+
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1703
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1704
|
+
"ports": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1705
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1706
|
+
"channel": zod_1.default.boolean(),
|
|
1707
|
+
"default": zod_1.default.any().nullish(),
|
|
1708
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1709
|
+
"pin": zod_1.default.string(),
|
|
1710
|
+
"port": zod_1.default.string()
|
|
1711
|
+
})),
|
|
1712
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1713
|
+
"required": zod_1.default.boolean(),
|
|
1714
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1715
|
+
"sticky": zod_1.default.boolean(),
|
|
1716
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary']),
|
|
1717
|
+
"virtual": zod_1.default.boolean()
|
|
1718
|
+
})),
|
|
1719
|
+
"isFunction": zod_1.default.boolean(),
|
|
1720
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1721
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1722
|
+
"channel": zod_1.default.boolean(),
|
|
1723
|
+
"channelGroupId": zod_1.default.string().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
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1730
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1731
|
+
})),
|
|
1732
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1733
|
+
})),
|
|
1734
|
+
"scopes": zod_1.default.array(zod_1.default.enum(['WorkSpace', 'DataSet'])).nullish(),
|
|
1735
|
+
"state": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1736
|
+
"default": zod_1.default.any().nullish(),
|
|
1737
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1738
|
+
"scope": zod_1.default.array(zod_1.default.object({
|
|
1739
|
+
"pin": zod_1.default.string(),
|
|
1740
|
+
"port": zod_1.default.string()
|
|
1741
|
+
}))
|
|
1742
|
+
}))
|
|
1743
|
+
}))),
|
|
1744
|
+
"parseError": zod_1.default.string().nullish(),
|
|
1745
|
+
"rowVersion": zod_1.default.string()
|
|
1746
|
+
});
|
|
1747
|
+
/**
|
|
1748
|
+
* @summary Publish the draft's saved source as a tenant-visible Custom block set.
|
|
1749
|
+
When a published set of the same name exists, the first call returns 409
|
|
1750
|
+
with the impact details; retry with `confirmOverwrite: true` to
|
|
1751
|
+
replace it (a new row supersedes the old per newest-wins resolution).
|
|
1752
|
+
*/
|
|
1753
|
+
exports.draftsPublishDraftParams = zod_1.default.strictObject({
|
|
1754
|
+
"name": zod_1.default.string()
|
|
1755
|
+
});
|
|
1756
|
+
exports.draftsPublishDraftBody = zod_1.default.strictObject({
|
|
1757
|
+
"confirmOverwrite": zod_1.default.boolean(),
|
|
1758
|
+
"publishAs": zod_1.default.string().nullish()
|
|
1759
|
+
});
|
|
1760
|
+
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}$');
|
|
1761
|
+
exports.draftsPublishDraftResponse = zod_1.default.object({
|
|
1762
|
+
"blockSetId": zod_1.default.string().regex(exports.draftsPublishDraftResponseBlockSetIdRegExp),
|
|
1763
|
+
"blocks": zod_1.default.array(zod_1.default.object({
|
|
1764
|
+
"name": zod_1.default.string(),
|
|
1765
|
+
"version": zod_1.default.string()
|
|
1766
|
+
})),
|
|
1767
|
+
"name": zod_1.default.string()
|
|
1768
|
+
});
|
|
1282
1769
|
/**
|
|
1283
1770
|
* @summary Upload files to be referenced in requests (supports full and chunked uploads).
|
|
1284
1771
|
*/
|
|
@@ -1420,6 +1907,16 @@ exports.flowRunsGetFlowRunPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
1420
1907
|
exports.flowRunsGetFlowRunParams = zod_1.default.strictObject({
|
|
1421
1908
|
"id": zod_1.default.string().regex(exports.flowRunsGetFlowRunPathIdRegExp)
|
|
1422
1909
|
});
|
|
1910
|
+
/**
|
|
1911
|
+
* @summary Requests cancellation of a queued or running flow run. Cancellation
|
|
1912
|
+
is cooperative: a queued run is stamped cancelled before it starts;
|
|
1913
|
+
a running flow stops between block executions, typically within
|
|
1914
|
+
seconds. Cancelled runs carry cancelledAt in their basic info.
|
|
1915
|
+
*/
|
|
1916
|
+
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}$');
|
|
1917
|
+
exports.flowRunsCancelFlowRunParams = zod_1.default.strictObject({
|
|
1918
|
+
"id": zod_1.default.string().regex(exports.flowRunsCancelFlowRunPathIdRegExpOne)
|
|
1919
|
+
});
|
|
1423
1920
|
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}$');
|
|
1424
1921
|
exports.flowRunsAddFileIdFilesParams = zod_1.default.strictObject({
|
|
1425
1922
|
"id": zod_1.default.string().regex(exports.flowRunsAddFileIdFilesPathIdRegExp)
|
|
@@ -1436,18 +1933,22 @@ exports.flowRunsAddFileIdFilesExistingBody = zod_1.default.strictObject({
|
|
|
1436
1933
|
"blobUri": zod_1.default.string(),
|
|
1437
1934
|
"flowRunId": zod_1.default.string().regex(exports.flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp).nullish()
|
|
1438
1935
|
});
|
|
1936
|
+
/**
|
|
1937
|
+
* @summary Lists a run's function executions, newest first.
|
|
1938
|
+
*/
|
|
1439
1939
|
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}$');
|
|
1440
1940
|
exports.flowRunsGetStepExecutionsParams = zod_1.default.strictObject({
|
|
1441
|
-
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsPathIdRegExp)
|
|
1941
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsPathIdRegExp).describe('Run whose executions to list')
|
|
1442
1942
|
});
|
|
1443
1943
|
exports.flowRunsGetStepExecutionsQuerySkipDefault = 0;
|
|
1444
1944
|
exports.flowRunsGetStepExecutionsQueryTakeDefault = 100;
|
|
1445
1945
|
exports.flowRunsGetStepExecutionsQuerySearchDefault = "";
|
|
1446
1946
|
exports.flowRunsGetStepExecutionsQueryParams = zod_1.default.strictObject({
|
|
1447
|
-
"skip": zod_1.default.number().optional(),
|
|
1448
|
-
"take": zod_1.default.number().default(exports.flowRunsGetStepExecutionsQueryTakeDefault),
|
|
1449
|
-
"search": zod_1.default.string().optional(),
|
|
1450
|
-
"blockIds[]": zod_1.default.array(zod_1.default.string()).optional()
|
|
1947
|
+
"skip": zod_1.default.number().optional().describe('Number of records to skip'),
|
|
1948
|
+
"take": zod_1.default.number().default(exports.flowRunsGetStepExecutionsQueryTakeDefault).describe('Number of records to take'),
|
|
1949
|
+
"search": zod_1.default.string().optional().describe('Free-text match across block ids and value payloads'),
|
|
1950
|
+
"blockIds[]": zod_1.default.array(zod_1.default.string()).optional().describe('Restrict to these block ids (canvas selection)'),
|
|
1951
|
+
"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.')
|
|
1451
1952
|
});
|
|
1452
1953
|
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}$');
|
|
1453
1954
|
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}$');
|
|
@@ -1472,6 +1973,8 @@ exports.flowRunsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
1472
1973
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
1473
1974
|
"data": zod_1.default.any(),
|
|
1474
1975
|
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp),
|
|
1976
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
1977
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
1475
1978
|
"source": zod_1.default.object({
|
|
1476
1979
|
"node": zod_1.default.string(),
|
|
1477
1980
|
"pin": zod_1.default.string().nullish(),
|
|
@@ -1484,6 +1987,8 @@ exports.flowRunsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
1484
1987
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
1485
1988
|
"data": zod_1.default.any(),
|
|
1486
1989
|
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp),
|
|
1990
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
1991
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
1487
1992
|
"source": zod_1.default.object({
|
|
1488
1993
|
"node": zod_1.default.string(),
|
|
1489
1994
|
"pin": zod_1.default.string().nullish(),
|
|
@@ -1493,6 +1998,77 @@ exports.flowRunsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
1493
1998
|
})),
|
|
1494
1999
|
"total": zod_1.default.number()
|
|
1495
2000
|
});
|
|
2001
|
+
/**
|
|
2002
|
+
* Inline values are returned as stored. Values spilled to blob storage come
|
|
2003
|
+
back by reference (`isBlob`, `sizeBytes`, `data` null) and are
|
|
2004
|
+
fetched with M:SmartSpace.App.ConfigApi.Controllers.FlowRunsController.GetFlowValueDownload(System.Guid,System.Guid); they are never downloaded on
|
|
2005
|
+
this read, so expanding a large step costs the same as a small one.
|
|
2006
|
+
* @summary Gets one execution of a run with its input/output values — the detail read
|
|
2007
|
+
behind `functionexecutions?includeValues=false`.
|
|
2008
|
+
*/
|
|
2009
|
+
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}$');
|
|
2010
|
+
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}$');
|
|
2011
|
+
exports.flowRunsGetStepExecutionParams = zod_1.default.strictObject({
|
|
2012
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionPathIdRegExp),
|
|
2013
|
+
"executionId": zod_1.default.string().regex(exports.flowRunsGetStepExecutionPathExecutionIdRegExp)
|
|
2014
|
+
});
|
|
2015
|
+
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}$');
|
|
2016
|
+
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}$');
|
|
2017
|
+
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}$');
|
|
2018
|
+
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}$');
|
|
2019
|
+
exports.flowRunsGetStepExecutionResponse = zod_1.default.object({
|
|
2020
|
+
"blockId": zod_1.default.string(),
|
|
2021
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2022
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2023
|
+
"functionName": zod_1.default.string(),
|
|
2024
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionResponseIdRegExp),
|
|
2025
|
+
"inputs": zod_1.default.array(zod_1.default.object({
|
|
2026
|
+
"blockId": zod_1.default.string(),
|
|
2027
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2028
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionResponseInputsItemIdRegExp),
|
|
2029
|
+
"pin": zod_1.default.string(),
|
|
2030
|
+
"port": zod_1.default.string(),
|
|
2031
|
+
"sticky": zod_1.default.boolean(),
|
|
2032
|
+
"value": zod_1.default.object({
|
|
2033
|
+
"channels": zod_1.default.record(zod_1.default.string(), zod_1.default.number()),
|
|
2034
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2035
|
+
"data": zod_1.default.any(),
|
|
2036
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionResponseInputsItemValueIdRegExp),
|
|
2037
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
2038
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
2039
|
+
"source": zod_1.default.object({
|
|
2040
|
+
"node": zod_1.default.string(),
|
|
2041
|
+
"pin": zod_1.default.string().nullish(),
|
|
2042
|
+
"port": zod_1.default.string().nullish()
|
|
2043
|
+
})
|
|
2044
|
+
})
|
|
2045
|
+
})),
|
|
2046
|
+
"outputs": zod_1.default.array(zod_1.default.object({
|
|
2047
|
+
"channels": zod_1.default.record(zod_1.default.string(), zod_1.default.number()),
|
|
2048
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2049
|
+
"data": zod_1.default.any(),
|
|
2050
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionResponseOutputsItemIdRegExp),
|
|
2051
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
2052
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
2053
|
+
"source": zod_1.default.object({
|
|
2054
|
+
"node": zod_1.default.string(),
|
|
2055
|
+
"pin": zod_1.default.string().nullish(),
|
|
2056
|
+
"port": zod_1.default.string().nullish()
|
|
2057
|
+
})
|
|
2058
|
+
}))
|
|
2059
|
+
});
|
|
2060
|
+
/**
|
|
2061
|
+
* Redirects to short-lived direct-from-storage link, so the payload never
|
|
2062
|
+
transits this service — the same pattern as file downloads. Only values the
|
|
2063
|
+
per-execution read returned by reference resolve here.
|
|
2064
|
+
* @summary Downloads a blob-spilled value's payload.
|
|
2065
|
+
*/
|
|
2066
|
+
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}$');
|
|
2067
|
+
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}$');
|
|
2068
|
+
exports.flowRunsGetFlowValueDownloadParams = zod_1.default.strictObject({
|
|
2069
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetFlowValueDownloadPathIdRegExp),
|
|
2070
|
+
"valueId": zod_1.default.string().regex(exports.flowRunsGetFlowValueDownloadPathValueIdRegExp)
|
|
2071
|
+
});
|
|
1496
2072
|
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}$');
|
|
1497
2073
|
exports.flowRunsGetVariablesParams = zod_1.default.strictObject({
|
|
1498
2074
|
"id": zod_1.default.string().regex(exports.flowRunsGetVariablesPathIdRegExpOne)
|
|
@@ -1547,6 +2123,7 @@ exports.flowsSetActiveFlowDefinitionBody = zod_1.default.strictObject({
|
|
|
1547
2123
|
})
|
|
1548
2124
|
})).nullish(),
|
|
1549
2125
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
2126
|
+
"secret": zod_1.default.boolean(),
|
|
1550
2127
|
"value": zod_1.default.any().nullish()
|
|
1551
2128
|
})).nullish(),
|
|
1552
2129
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
@@ -1632,6 +2209,7 @@ exports.modelsGetModelsResponse = zod_1.default.object({
|
|
|
1632
2209
|
"deploymentStatus": zod_1.default.enum(['Deploying', 'Ready', 'Failed', 'Deleting', 'Deleted']).optional(),
|
|
1633
2210
|
"displayName": zod_1.default.string(),
|
|
1634
2211
|
"id": zod_1.default.string().regex(exports.modelsGetModelsResponseDataItemIdRegExpOne),
|
|
2212
|
+
"isDefault": zod_1.default.boolean(),
|
|
1635
2213
|
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
1636
2214
|
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
1637
2215
|
"name": zod_1.default.string(),
|
|
@@ -1670,6 +2248,26 @@ exports.modelsCreateModelBody = zod_1.default.strictObject({
|
|
|
1670
2248
|
"name": zod_1.default.string(),
|
|
1671
2249
|
"publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
|
|
1672
2250
|
});
|
|
2251
|
+
/**
|
|
2252
|
+
* @summary Retrieves the instance-wide default model — the one pre-selected on new LLM blocks and the default workspace flow.
|
|
2253
|
+
*/
|
|
2254
|
+
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}$');
|
|
2255
|
+
exports.modelsGetDefaultModelResponse = zod_1.default.object({
|
|
2256
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2257
|
+
"createdByUserId": zod_1.default.string().nullish(),
|
|
2258
|
+
"deploymentStatus": zod_1.default.enum(['Deploying', 'Ready', 'Failed', 'Deleting', 'Deleted']).optional(),
|
|
2259
|
+
"displayName": zod_1.default.string(),
|
|
2260
|
+
"id": zod_1.default.string().regex(exports.modelsGetDefaultModelResponseIdRegExp),
|
|
2261
|
+
"isDefault": zod_1.default.boolean(),
|
|
2262
|
+
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
2263
|
+
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
2264
|
+
"name": zod_1.default.string(),
|
|
2265
|
+
"properties": zod_1.default.array(zod_1.default.object({
|
|
2266
|
+
"name": zod_1.default.string(),
|
|
2267
|
+
"type": zod_1.default.enum(['Boolean', 'Number', 'String'])
|
|
2268
|
+
})),
|
|
2269
|
+
"virtualMachineUrl": zod_1.default.string().nullish()
|
|
2270
|
+
});
|
|
1673
2271
|
exports.modelsGetDefaultDockerFileQueryParams = zod_1.default.strictObject({
|
|
1674
2272
|
"serverType": zod_1.default.enum(['TextGenerationInference', 'VLlm']).optional()
|
|
1675
2273
|
});
|
|
@@ -1724,6 +2322,7 @@ exports.modelsGetModelResponse = zod_1.default.object({
|
|
|
1724
2322
|
}).optional(),
|
|
1725
2323
|
"displayName": zod_1.default.string(),
|
|
1726
2324
|
"id": zod_1.default.string().regex(exports.modelsGetModelResponseIdRegExpOne),
|
|
2325
|
+
"isDefault": zod_1.default.boolean(),
|
|
1727
2326
|
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
1728
2327
|
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
1729
2328
|
"name": zod_1.default.string(),
|
|
@@ -1763,6 +2362,20 @@ exports.modelsUpsertModelBody = zod_1.default.strictObject({
|
|
|
1763
2362
|
"name": zod_1.default.string(),
|
|
1764
2363
|
"publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
|
|
1765
2364
|
});
|
|
2365
|
+
/**
|
|
2366
|
+
* @summary Clears the default flag from the specified model, leaving the instance with no default.
|
|
2367
|
+
*/
|
|
2368
|
+
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}$');
|
|
2369
|
+
exports.modelsClearDefaultModelParams = zod_1.default.strictObject({
|
|
2370
|
+
"id": zod_1.default.string().regex(exports.modelsClearDefaultModelPathIdRegExp).describe('The ID of the model.')
|
|
2371
|
+
});
|
|
2372
|
+
/**
|
|
2373
|
+
* @summary Makes the specified model the instance-wide default, replacing any previous default.
|
|
2374
|
+
*/
|
|
2375
|
+
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}$');
|
|
2376
|
+
exports.modelsSetDefaultModelParams = zod_1.default.strictObject({
|
|
2377
|
+
"id": zod_1.default.string().regex(exports.modelsSetDefaultModelPathIdRegExp).describe('The ID of the model to make default.')
|
|
2378
|
+
});
|
|
1766
2379
|
/**
|
|
1767
2380
|
* @summary Retrieves the Docker logs for a specific deployment of a model.
|
|
1768
2381
|
*/
|
|
@@ -1800,7 +2413,7 @@ exports.notificationGetResponse = zod_1.default.object({
|
|
|
1800
2413
|
"description": zod_1.default.string().nullish(),
|
|
1801
2414
|
"dismissedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1802
2415
|
"id": zod_1.default.string().regex(exports.notificationGetResponseDataItemIdRegExpOne),
|
|
1803
|
-
"notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated']),
|
|
2416
|
+
"notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated', 'AddedToThread']),
|
|
1804
2417
|
"threadId": zod_1.default.string().regex(exports.notificationGetResponseDataItemThreadIdRegExpOne).nullish(),
|
|
1805
2418
|
"workSpaceId": zod_1.default.string().regex(exports.notificationGetResponseDataItemWorkSpaceIdRegExpOne).nullish()
|
|
1806
2419
|
})),
|
|
@@ -1865,12 +2478,184 @@ exports.reportingGetTokensResponse = zod_1.default.object({
|
|
|
1865
2478
|
"name": zod_1.default.string()
|
|
1866
2479
|
}))
|
|
1867
2480
|
});
|
|
2481
|
+
/**
|
|
2482
|
+
* @summary List API accounts: service principals holding the SmartSpace integration
|
|
2483
|
+
role, with their permission flags and last recorded activity.
|
|
2484
|
+
*/
|
|
2485
|
+
exports.servicePrincipalsGetServicePrincipalsQuerySkipDefault = 0;
|
|
2486
|
+
exports.servicePrincipalsGetServicePrincipalsQueryTakeDefault = 20;
|
|
2487
|
+
exports.servicePrincipalsGetServicePrincipalsQueryParams = zod_1.default.strictObject({
|
|
2488
|
+
"skip": zod_1.default.number().optional(),
|
|
2489
|
+
"take": zod_1.default.number().default(exports.servicePrincipalsGetServicePrincipalsQueryTakeDefault),
|
|
2490
|
+
"search": zod_1.default.string().optional()
|
|
2491
|
+
});
|
|
2492
|
+
exports.servicePrincipalsGetServicePrincipalsResponse = zod_1.default.object({
|
|
2493
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2494
|
+
"id": zod_1.default.string(),
|
|
2495
|
+
"lastActiveAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2496
|
+
"name": zod_1.default.string(),
|
|
2497
|
+
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
2498
|
+
})),
|
|
2499
|
+
"total": zod_1.default.number()
|
|
2500
|
+
});
|
|
2501
|
+
/**
|
|
2502
|
+
* @summary List configured syncs. status matches the data
|
|
2503
|
+
source's latest completed sync (e.g. Success / Failure), or "never"
|
|
2504
|
+
for sources with no recorded sync. sortBy:
|
|
2505
|
+
name | connector | lastSync (default: path).
|
|
2506
|
+
*/
|
|
2507
|
+
exports.syncsGetQueryTakeDefault = 50;
|
|
2508
|
+
exports.syncsGetQuerySkipDefault = 0;
|
|
2509
|
+
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}$');
|
|
2510
|
+
exports.syncsGetQueryParams = zod_1.default.strictObject({
|
|
2511
|
+
"take": zod_1.default.number().default(exports.syncsGetQueryTakeDefault),
|
|
2512
|
+
"skip": zod_1.default.number().optional(),
|
|
2513
|
+
"search": zod_1.default.string().optional(),
|
|
2514
|
+
"dataSourceId": zod_1.default.string().regex(exports.syncsGetQueryDataSourceIdRegExp).optional(),
|
|
2515
|
+
"status": zod_1.default.string().optional(),
|
|
2516
|
+
"sortBy": zod_1.default.string().optional(),
|
|
2517
|
+
"sortDirection": zod_1.default.string().optional()
|
|
2518
|
+
});
|
|
2519
|
+
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}$');
|
|
2520
|
+
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}$');
|
|
2521
|
+
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}$');
|
|
2522
|
+
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}$');
|
|
2523
|
+
exports.syncsGetResponse = zod_1.default.object({
|
|
2524
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2525
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2526
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSetsItemIdRegExp),
|
|
2527
|
+
"name": zod_1.default.string(),
|
|
2528
|
+
"version": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSetsItemVersionRegExp).nullish()
|
|
2529
|
+
})),
|
|
2530
|
+
"dataSource": zod_1.default.object({
|
|
2531
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSourceIdRegExp),
|
|
2532
|
+
"isQueued": zod_1.default.boolean(),
|
|
2533
|
+
"isSyncing": zod_1.default.boolean(),
|
|
2534
|
+
"name": zod_1.default.string(),
|
|
2535
|
+
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap']),
|
|
2536
|
+
"supportsDeleteDetection": zod_1.default.boolean(),
|
|
2537
|
+
"syncStartedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2538
|
+
}),
|
|
2539
|
+
"filters": zod_1.default.string().nullish(),
|
|
2540
|
+
"highwaterMark": zod_1.default.iso.datetime({}).nullish(),
|
|
2541
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemIdRegExp),
|
|
2542
|
+
"latestSyncAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2543
|
+
"latestSyncItemCount": zod_1.default.number().nullish(),
|
|
2544
|
+
"latestSyncMessage": zod_1.default.string().nullish(),
|
|
2545
|
+
"latestSyncStatus": zod_1.default.string().nullish(),
|
|
2546
|
+
"name": zod_1.default.string(),
|
|
2547
|
+
"path": zod_1.default.string(),
|
|
2548
|
+
"recentSyncs": zod_1.default.array(zod_1.default.object({
|
|
2549
|
+
"end": zod_1.default.iso.datetime({}),
|
|
2550
|
+
"itemCount": zod_1.default.number(),
|
|
2551
|
+
"message": zod_1.default.string().nullish(),
|
|
2552
|
+
"start": zod_1.default.iso.datetime({}),
|
|
2553
|
+
"status": zod_1.default.string()
|
|
2554
|
+
})).nullish(),
|
|
2555
|
+
"statusMessage": zod_1.default.string().nullish()
|
|
2556
|
+
})),
|
|
2557
|
+
"total": zod_1.default.number()
|
|
2558
|
+
});
|
|
2559
|
+
/**
|
|
2560
|
+
* @summary The sync-requests queue right now: approximate depth and which data
|
|
2561
|
+
sources have a request WAITING. In-flight requests are invisible to
|
|
2562
|
+
peek (visibility timeout) — that state is each data source's
|
|
2563
|
+
isSyncing flag. Literal route wins over the {containerId} template.
|
|
2564
|
+
*/
|
|
2565
|
+
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}$');
|
|
2566
|
+
exports.syncsGetQueueResponse = zod_1.default.object({
|
|
2567
|
+
"depth": zod_1.default.number(),
|
|
2568
|
+
"waitingDataSourceIds": zod_1.default.array(zod_1.default.string().regex(exports.syncsGetQueueResponseWaitingDataSourceIdsItemRegExp))
|
|
2569
|
+
});
|
|
2570
|
+
/**
|
|
2571
|
+
* @summary Removes the sync: deletes its data source container config record, so
|
|
2572
|
+
the source selection stops being mirrored from the next sync cycle.
|
|
2573
|
+
Refused (DSC400) while any live dataset still subscribes to it via a
|
|
2574
|
+
container flow trigger. Config-only — already-landed items and copied
|
|
2575
|
+
blobs are not cleaned up here.
|
|
2576
|
+
*/
|
|
2577
|
+
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}$');
|
|
2578
|
+
exports.syncsDeleteParams = zod_1.default.strictObject({
|
|
2579
|
+
"containerId": zod_1.default.string().regex(exports.syncsDeletePathContainerIdRegExp)
|
|
2580
|
+
});
|
|
2581
|
+
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}$');
|
|
2582
|
+
exports.syncsGetByIdParams = zod_1.default.strictObject({
|
|
2583
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetByIdPathContainerIdRegExp)
|
|
2584
|
+
});
|
|
2585
|
+
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}$');
|
|
2586
|
+
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}$');
|
|
2587
|
+
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}$');
|
|
2588
|
+
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}$');
|
|
2589
|
+
exports.syncsGetByIdResponse = zod_1.default.object({
|
|
2590
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2591
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSetsItemIdRegExp),
|
|
2592
|
+
"name": zod_1.default.string(),
|
|
2593
|
+
"version": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSetsItemVersionRegExp).nullish()
|
|
2594
|
+
})),
|
|
2595
|
+
"dataSource": zod_1.default.object({
|
|
2596
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSourceIdRegExp),
|
|
2597
|
+
"isQueued": zod_1.default.boolean(),
|
|
2598
|
+
"isSyncing": zod_1.default.boolean(),
|
|
2599
|
+
"name": zod_1.default.string(),
|
|
2600
|
+
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap']),
|
|
2601
|
+
"supportsDeleteDetection": zod_1.default.boolean(),
|
|
2602
|
+
"syncStartedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2603
|
+
}),
|
|
2604
|
+
"filters": zod_1.default.string().nullish(),
|
|
2605
|
+
"highwaterMark": zod_1.default.iso.datetime({}).nullish(),
|
|
2606
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseIdRegExp),
|
|
2607
|
+
"latestSyncAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2608
|
+
"latestSyncItemCount": zod_1.default.number().nullish(),
|
|
2609
|
+
"latestSyncMessage": zod_1.default.string().nullish(),
|
|
2610
|
+
"latestSyncStatus": zod_1.default.string().nullish(),
|
|
2611
|
+
"name": zod_1.default.string(),
|
|
2612
|
+
"path": zod_1.default.string(),
|
|
2613
|
+
"recentSyncs": zod_1.default.array(zod_1.default.object({
|
|
2614
|
+
"end": zod_1.default.iso.datetime({}),
|
|
2615
|
+
"itemCount": zod_1.default.number(),
|
|
2616
|
+
"message": zod_1.default.string().nullish(),
|
|
2617
|
+
"start": zod_1.default.iso.datetime({}),
|
|
2618
|
+
"status": zod_1.default.string()
|
|
2619
|
+
})).nullish(),
|
|
2620
|
+
"statusMessage": zod_1.default.string().nullish()
|
|
2621
|
+
});
|
|
2622
|
+
/**
|
|
2623
|
+
* @summary The sync's landed items (read-only metadata), proxied from the AI API's
|
|
2624
|
+
container-items endpoint.
|
|
2625
|
+
*/
|
|
2626
|
+
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}$');
|
|
2627
|
+
exports.syncsGetItemsParams = zod_1.default.strictObject({
|
|
2628
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetItemsPathContainerIdRegExp)
|
|
2629
|
+
});
|
|
2630
|
+
exports.syncsGetItemsQuerySkipDefault = 0;
|
|
2631
|
+
exports.syncsGetItemsQueryTakeDefault = 50;
|
|
2632
|
+
exports.syncsGetItemsQueryParams = zod_1.default.strictObject({
|
|
2633
|
+
"skip": zod_1.default.number().optional(),
|
|
2634
|
+
"take": zod_1.default.number().default(exports.syncsGetItemsQueryTakeDefault)
|
|
2635
|
+
});
|
|
2636
|
+
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}$');
|
|
2637
|
+
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}$');
|
|
2638
|
+
exports.syncsGetItemsResponse = zod_1.default.object({
|
|
2639
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2640
|
+
"blobUri": zod_1.default.string().nullish(),
|
|
2641
|
+
"bytes": zod_1.default.string().nullish(),
|
|
2642
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetItemsResponseDataItemContainerIdRegExp).nullish(),
|
|
2643
|
+
"deletedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2644
|
+
"id": zod_1.default.string().regex(exports.syncsGetItemsResponseDataItemIdRegExp),
|
|
2645
|
+
"isJson": zod_1.default.boolean().nullish(),
|
|
2646
|
+
"name": zod_1.default.string().nullish(),
|
|
2647
|
+
"path": zod_1.default.string().nullish(),
|
|
2648
|
+
"pending": zod_1.default.boolean().nullish()
|
|
2649
|
+
})),
|
|
2650
|
+
"total": zod_1.default.number()
|
|
2651
|
+
});
|
|
1868
2652
|
/**
|
|
1869
2653
|
* @summary Gets Tenant Id
|
|
1870
2654
|
*/
|
|
1871
2655
|
exports.tenantIdGetResultResponse = zod_1.default.string();
|
|
1872
2656
|
/**
|
|
1873
|
-
* @summary Retrieve
|
|
2657
|
+
* @summary Retrieve users assigned to the SmartSpace application (directly or via a group),
|
|
2658
|
+
with optional search and pagination controls take and skip.
|
|
1874
2659
|
*/
|
|
1875
2660
|
exports.usersGetUsersQuerySkipDefault = 0;
|
|
1876
2661
|
exports.usersGetUsersQueryTakeDefault = 20;
|
|
@@ -1887,14 +2672,15 @@ exports.usersGetUsersResponse = zod_1.default.object({
|
|
|
1887
2672
|
"lastActiveAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1888
2673
|
"mobilePhone": zod_1.default.string().nullish(),
|
|
1889
2674
|
"name": zod_1.default.string(),
|
|
1890
|
-
"permissions": zod_1.default.enum(['
|
|
2675
|
+
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
1891
2676
|
})),
|
|
1892
2677
|
"total": zod_1.default.number()
|
|
1893
2678
|
});
|
|
1894
2679
|
exports.usersGetUsersByFilterParams = zod_1.default.strictObject({
|
|
1895
|
-
"permissions": zod_1.default.enum(['
|
|
2680
|
+
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
1896
2681
|
});
|
|
1897
|
-
exports.
|
|
2682
|
+
exports.usersGetMyPermissionsResponseItem = zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']);
|
|
2683
|
+
exports.usersGetMyPermissionsResponse = zod_1.default.array(exports.usersGetMyPermissionsResponseItem);
|
|
1898
2684
|
/**
|
|
1899
2685
|
* @summary Disable user (Remove all assigned WorkSpaces by UserId)
|
|
1900
2686
|
*/
|
|
@@ -1927,10 +2713,8 @@ exports.usersGetUserDetailResponse = zod_1.default.object({
|
|
|
1927
2713
|
"emailAddress": zod_1.default.string().nullish(),
|
|
1928
2714
|
"id": zod_1.default.string(),
|
|
1929
2715
|
"isAdmin": zod_1.default.boolean().nullish(),
|
|
1930
|
-
"lastActiveAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1931
2716
|
"mobilePhone": zod_1.default.string().nullish(),
|
|
1932
|
-
"name": zod_1.default.string()
|
|
1933
|
-
"permissions": zod_1.default.enum(['None', 'WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete'])
|
|
2717
|
+
"name": zod_1.default.string()
|
|
1934
2718
|
});
|
|
1935
2719
|
/**
|
|
1936
2720
|
* @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
|
|
@@ -1954,18 +2738,20 @@ exports.usersGetAccessWorkSpacesQueryParams = zod_1.default.strictObject({
|
|
|
1954
2738
|
"skip": zod_1.default.number().optional().describe('number of workspaces to get'),
|
|
1955
2739
|
"take": zod_1.default.number().default(exports.usersGetAccessWorkSpacesQueryTakeDefault).describe('number of workspaces to skip')
|
|
1956
2740
|
});
|
|
1957
|
-
exports.
|
|
1958
|
-
exports.
|
|
1959
|
-
exports.
|
|
1960
|
-
"
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
2741
|
+
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}$');
|
|
2742
|
+
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}$');
|
|
2743
|
+
exports.usersGetAccessWorkSpacesResponse = zod_1.default.object({
|
|
2744
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2745
|
+
"accessType": zod_1.default.enum(['Principal', 'Group']),
|
|
2746
|
+
"displayName": zod_1.default.string().nullish(),
|
|
2747
|
+
"id": zod_1.default.string().regex(exports.usersGetAccessWorkSpacesResponseDataItemIdRegExp).nullish(),
|
|
2748
|
+
"objectId": zod_1.default.string(),
|
|
2749
|
+
"principalType": zod_1.default.enum(['Unknown', 'User', 'ServicePrincipal', 'Internal']).optional(),
|
|
2750
|
+
"workSpaceId": zod_1.default.string().regex(exports.usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp).nullish(),
|
|
2751
|
+
"workSpaceName": zod_1.default.string().nullish()
|
|
2752
|
+
})),
|
|
2753
|
+
"total": zod_1.default.number()
|
|
1967
2754
|
});
|
|
1968
|
-
exports.usersGetAccessWorkSpacesResponse = zod_1.default.array(exports.usersGetAccessWorkSpacesResponseItem);
|
|
1969
2755
|
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}$');
|
|
1970
2756
|
exports.usersAdminPermissionParams = zod_1.default.strictObject({
|
|
1971
2757
|
"userId": zod_1.default.string().regex(exports.usersAdminPermissionPathUserIdRegExp)
|
|
@@ -1977,11 +2763,12 @@ exports.usersAddUserPermissionPathUserIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-
|
|
|
1977
2763
|
exports.usersAddUserPermissionParams = zod_1.default.strictObject({
|
|
1978
2764
|
"userId": zod_1.default.string().regex(exports.usersAddUserPermissionPathUserIdRegExp)
|
|
1979
2765
|
});
|
|
1980
|
-
exports.
|
|
2766
|
+
exports.usersAddUserPermissionBodyItem = zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']);
|
|
2767
|
+
exports.usersAddUserPermissionBody = zod_1.default.array(exports.usersAddUserPermissionBodyItem);
|
|
1981
2768
|
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}$');
|
|
1982
2769
|
exports.usersRemoveUserPermissionParams = zod_1.default.strictObject({
|
|
1983
2770
|
"userId": zod_1.default.string().regex(exports.usersRemoveUserPermissionPathUserIdRegExp),
|
|
1984
|
-
"permission": zod_1.default.enum(['
|
|
2771
|
+
"permission": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
1985
2772
|
});
|
|
1986
2773
|
/**
|
|
1987
2774
|
* @summary Returns a list of available Azure locations for deploying virtual machines
|
|
@@ -2046,6 +2833,7 @@ exports.workSpacesGetGetQueryParams = zod_1.default.strictObject({
|
|
|
2046
2833
|
"sortBy": zod_1.default.string().optional(),
|
|
2047
2834
|
"sortDirection": zod_1.default.string().optional()
|
|
2048
2835
|
});
|
|
2836
|
+
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}$');
|
|
2049
2837
|
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}$');
|
|
2050
2838
|
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}$');
|
|
2051
2839
|
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}$');
|
|
@@ -2066,6 +2854,11 @@ exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne
|
|
|
2066
2854
|
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}$');
|
|
2067
2855
|
exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
2068
2856
|
"data": zod_1.default.array(zod_1.default.object({
|
|
2857
|
+
"connectors": zod_1.default.array(zod_1.default.object({
|
|
2858
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne),
|
|
2859
|
+
"kind": zod_1.default.string(),
|
|
2860
|
+
"name": zod_1.default.string()
|
|
2861
|
+
})),
|
|
2069
2862
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
2070
2863
|
"createdByUserId": zod_1.default.string(),
|
|
2071
2864
|
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
@@ -2112,6 +2905,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2112
2905
|
})
|
|
2113
2906
|
})).nullish(),
|
|
2114
2907
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2908
|
+
"secret": zod_1.default.boolean(),
|
|
2115
2909
|
"value": zod_1.default.any().nullish()
|
|
2116
2910
|
})).nullish(),
|
|
2117
2911
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2132,11 +2926,18 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2132
2926
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2133
2927
|
"dataSourceContainer": zod_1.default.object({
|
|
2134
2928
|
"dataSourceId": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne),
|
|
2929
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2930
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
2931
|
+
"operator": zod_1.default.string(),
|
|
2932
|
+
"propertyName": zod_1.default.string(),
|
|
2933
|
+
"value": zod_1.default.string()
|
|
2934
|
+
})).nullish(),
|
|
2135
2935
|
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne),
|
|
2136
2936
|
"name": zod_1.default.string(),
|
|
2137
2937
|
"path": zod_1.default.string()
|
|
2138
2938
|
}),
|
|
2139
2939
|
"flowId": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne),
|
|
2940
|
+
"honourSourceDeletes": zod_1.default.boolean(),
|
|
2140
2941
|
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne),
|
|
2141
2942
|
"inputName": zod_1.default.string(),
|
|
2142
2943
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
@@ -2270,6 +3071,7 @@ exports.workSpacesGetIdPathIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
2270
3071
|
exports.workSpacesGetIdParams = zod_1.default.strictObject({
|
|
2271
3072
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdPathIdRegExpOne)
|
|
2272
3073
|
});
|
|
3074
|
+
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}$');
|
|
2273
3075
|
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}$');
|
|
2274
3076
|
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}$');
|
|
2275
3077
|
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}$');
|
|
@@ -2289,6 +3091,11 @@ exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemId
|
|
|
2289
3091
|
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}$');
|
|
2290
3092
|
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}$');
|
|
2291
3093
|
exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
3094
|
+
"connectors": zod_1.default.array(zod_1.default.object({
|
|
3095
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseConnectorsItemIdRegExpOne),
|
|
3096
|
+
"kind": zod_1.default.string(),
|
|
3097
|
+
"name": zod_1.default.string()
|
|
3098
|
+
})),
|
|
2292
3099
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
2293
3100
|
"createdByUserId": zod_1.default.string(),
|
|
2294
3101
|
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
@@ -2335,6 +3142,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2335
3142
|
})
|
|
2336
3143
|
})).nullish(),
|
|
2337
3144
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
3145
|
+
"secret": zod_1.default.boolean(),
|
|
2338
3146
|
"value": zod_1.default.any().nullish()
|
|
2339
3147
|
})).nullish(),
|
|
2340
3148
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2355,11 +3163,18 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2355
3163
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2356
3164
|
"dataSourceContainer": zod_1.default.object({
|
|
2357
3165
|
"dataSourceId": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne),
|
|
3166
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
3167
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
3168
|
+
"operator": zod_1.default.string(),
|
|
3169
|
+
"propertyName": zod_1.default.string(),
|
|
3170
|
+
"value": zod_1.default.string()
|
|
3171
|
+
})).nullish(),
|
|
2358
3172
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne),
|
|
2359
3173
|
"name": zod_1.default.string(),
|
|
2360
3174
|
"path": zod_1.default.string()
|
|
2361
3175
|
}),
|
|
2362
3176
|
"flowId": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne),
|
|
3177
|
+
"honourSourceDeletes": zod_1.default.boolean(),
|
|
2363
3178
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne),
|
|
2364
3179
|
"inputName": zod_1.default.string(),
|
|
2365
3180
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
@@ -2559,6 +3374,28 @@ exports.workSpacesPutModelConfigurationBody = zod_1.default.strictObject({
|
|
|
2559
3374
|
"temperature": zod_1.default.number(),
|
|
2560
3375
|
"topP": zod_1.default.number()
|
|
2561
3376
|
});
|
|
3377
|
+
/**
|
|
3378
|
+
* @summary Detaches a connector from a workspace. Flows still referencing it
|
|
3379
|
+
fail at resolve time rather than silently keeping access.
|
|
3380
|
+
*/
|
|
3381
|
+
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}$');
|
|
3382
|
+
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}$');
|
|
3383
|
+
exports.workSpacesRemoveConnectorParams = zod_1.default.strictObject({
|
|
3384
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesRemoveConnectorPathWorkspaceIdRegExp),
|
|
3385
|
+
"connectorId": zod_1.default.string().regex(exports.workSpacesRemoveConnectorPathConnectorIdRegExp)
|
|
3386
|
+
});
|
|
3387
|
+
/**
|
|
3388
|
+
* @summary Attaches a connector to a workspace — the access model for external
|
|
3389
|
+
connectors, mirroring dataspaces. Only after this can a flow in the
|
|
3390
|
+
workspace reference the connector, and the resolve endpoint checks
|
|
3391
|
+
the same attachment at call time.
|
|
3392
|
+
*/
|
|
3393
|
+
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}$');
|
|
3394
|
+
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}$');
|
|
3395
|
+
exports.workSpacesAddConnectorParams = zod_1.default.strictObject({
|
|
3396
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesAddConnectorPathWorkspaceIdRegExp),
|
|
3397
|
+
"connectorId": zod_1.default.string().regex(exports.workSpacesAddConnectorPathConnectorIdRegExp)
|
|
3398
|
+
});
|
|
2562
3399
|
/**
|
|
2563
3400
|
* @summary Removes a data space from a workspace.
|
|
2564
3401
|
*/
|
|
@@ -2702,6 +3539,7 @@ exports.workSpacesGetActiveFlowResponse = zod_1.default.object({
|
|
|
2702
3539
|
})
|
|
2703
3540
|
})).nullish(),
|
|
2704
3541
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
3542
|
+
"secret": zod_1.default.boolean(),
|
|
2705
3543
|
"value": zod_1.default.any().nullish()
|
|
2706
3544
|
})).nullish(),
|
|
2707
3545
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2759,6 +3597,7 @@ exports.workSpacesSetActiveFlowBody = zod_1.default.strictObject({
|
|
|
2759
3597
|
})
|
|
2760
3598
|
})).nullish(),
|
|
2761
3599
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
3600
|
+
"secret": zod_1.default.boolean(),
|
|
2762
3601
|
"value": zod_1.default.any().nullish()
|
|
2763
3602
|
})).nullish(),
|
|
2764
3603
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
@@ -2782,6 +3621,111 @@ exports.workSpacesSetActiveFlowLayoutParams = zod_1.default.strictObject({
|
|
|
2782
3621
|
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp)
|
|
2783
3622
|
});
|
|
2784
3623
|
exports.workSpacesSetActiveFlowLayoutBody = zod_1.default.any();
|
|
3624
|
+
/**
|
|
3625
|
+
* @summary Lists connectors with their auth settings — never a credential.
|
|
3626
|
+
*/
|
|
3627
|
+
exports.connectorsGetConnectorsQueryParams = zod_1.default.strictObject({
|
|
3628
|
+
"kind": zod_1.default.string().optional()
|
|
3629
|
+
});
|
|
3630
|
+
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}$');
|
|
3631
|
+
exports.connectorsGetConnectorsResponseItem = zod_1.default.object({
|
|
3632
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3633
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3634
|
+
"authType": zod_1.default.string(),
|
|
3635
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3636
|
+
"createdByUserId": zod_1.default.string(),
|
|
3637
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3638
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorsResponseIdRegExp),
|
|
3639
|
+
"kind": zod_1.default.string(),
|
|
3640
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3641
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3642
|
+
"name": zod_1.default.string(),
|
|
3643
|
+
"url": zod_1.default.string()
|
|
3644
|
+
});
|
|
3645
|
+
exports.connectorsGetConnectorsResponse = zod_1.default.array(exports.connectorsGetConnectorsResponseItem);
|
|
3646
|
+
/**
|
|
3647
|
+
* @summary Creates a connector and its shared credential in one call: the value
|
|
3648
|
+
goes to Key Vault, the row stores only the reference.
|
|
3649
|
+
*/
|
|
3650
|
+
exports.connectorsCreateConnectorBody = zod_1.default.strictObject({
|
|
3651
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3652
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3653
|
+
"authType": zod_1.default.string(),
|
|
3654
|
+
"kind": zod_1.default.string(),
|
|
3655
|
+
"name": zod_1.default.string(),
|
|
3656
|
+
"secret": zod_1.default.string().nullish(),
|
|
3657
|
+
"url": zod_1.default.string()
|
|
3658
|
+
});
|
|
3659
|
+
/**
|
|
3660
|
+
* @summary Picker list for workspace editors: id, name and kind only. Gated on
|
|
3661
|
+
WorkspaceEdit rather than Admin because attaching a connector to a
|
|
3662
|
+
workspace is a workspace-editor action, and the picker is how they
|
|
3663
|
+
choose one. Admins pass this gate via the role bypass.
|
|
3664
|
+
*/
|
|
3665
|
+
exports.connectorsGetConnectorSummariesQueryParams = zod_1.default.strictObject({
|
|
3666
|
+
"kind": zod_1.default.string().optional()
|
|
3667
|
+
});
|
|
3668
|
+
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}$');
|
|
3669
|
+
exports.connectorsGetConnectorSummariesResponseItem = zod_1.default.object({
|
|
3670
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorSummariesResponseIdRegExp),
|
|
3671
|
+
"kind": zod_1.default.string(),
|
|
3672
|
+
"name": zod_1.default.string()
|
|
3673
|
+
});
|
|
3674
|
+
exports.connectorsGetConnectorSummariesResponse = zod_1.default.array(exports.connectorsGetConnectorSummariesResponseItem);
|
|
3675
|
+
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}$');
|
|
3676
|
+
exports.connectorsDeleteConnectorParams = zod_1.default.strictObject({
|
|
3677
|
+
"id": zod_1.default.string().regex(exports.connectorsDeleteConnectorPathIdRegExp)
|
|
3678
|
+
});
|
|
3679
|
+
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}$');
|
|
3680
|
+
exports.connectorsGetConnectorParams = zod_1.default.strictObject({
|
|
3681
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorPathIdRegExp)
|
|
3682
|
+
});
|
|
3683
|
+
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}$');
|
|
3684
|
+
exports.connectorsGetConnectorResponse = zod_1.default.object({
|
|
3685
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3686
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3687
|
+
"authType": zod_1.default.string(),
|
|
3688
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3689
|
+
"createdByUserId": zod_1.default.string(),
|
|
3690
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3691
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorResponseIdRegExp),
|
|
3692
|
+
"kind": zod_1.default.string(),
|
|
3693
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3694
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3695
|
+
"name": zod_1.default.string(),
|
|
3696
|
+
"url": zod_1.default.string()
|
|
3697
|
+
});
|
|
3698
|
+
/**
|
|
3699
|
+
* @summary Updates a connector. Omit `Secret` to leave the credential
|
|
3700
|
+
untouched; supply one to rotate it.
|
|
3701
|
+
*/
|
|
3702
|
+
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}$');
|
|
3703
|
+
exports.connectorsUpdateConnectorParams = zod_1.default.strictObject({
|
|
3704
|
+
"id": zod_1.default.string().regex(exports.connectorsUpdateConnectorPathIdRegExp)
|
|
3705
|
+
});
|
|
3706
|
+
exports.connectorsUpdateConnectorBody = zod_1.default.strictObject({
|
|
3707
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3708
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3709
|
+
"authType": zod_1.default.string(),
|
|
3710
|
+
"name": zod_1.default.string(),
|
|
3711
|
+
"secret": zod_1.default.string().nullish(),
|
|
3712
|
+
"url": zod_1.default.string()
|
|
3713
|
+
});
|
|
3714
|
+
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}$');
|
|
3715
|
+
exports.connectorsUpdateConnectorResponse = zod_1.default.object({
|
|
3716
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3717
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3718
|
+
"authType": zod_1.default.string(),
|
|
3719
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3720
|
+
"createdByUserId": zod_1.default.string(),
|
|
3721
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3722
|
+
"id": zod_1.default.string().regex(exports.connectorsUpdateConnectorResponseIdRegExp),
|
|
3723
|
+
"kind": zod_1.default.string(),
|
|
3724
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3725
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3726
|
+
"name": zod_1.default.string(),
|
|
3727
|
+
"url": zod_1.default.string()
|
|
3728
|
+
});
|
|
2785
3729
|
/**
|
|
2786
3730
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
2787
3731
|
*/
|
|
@@ -2795,6 +3739,53 @@ exports.documentsGetDocumentSasQueryParams = zod_1.default.strictObject({
|
|
|
2795
3739
|
exports.documentsGetDocumentSasResponse = zod_1.default.object({
|
|
2796
3740
|
"uri": zod_1.default.url()
|
|
2797
3741
|
});
|
|
3742
|
+
/**
|
|
3743
|
+
* @summary Lists all managed secrets — names and audit metadata only, never values.
|
|
3744
|
+
*/
|
|
3745
|
+
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}$');
|
|
3746
|
+
exports.managedSecretsGetManagedSecretsResponseItem = zod_1.default.object({
|
|
3747
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3748
|
+
"createdByUserId": zod_1.default.string(),
|
|
3749
|
+
"id": zod_1.default.string().regex(exports.managedSecretsGetManagedSecretsResponseIdRegExp),
|
|
3750
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3751
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3752
|
+
"name": zod_1.default.string()
|
|
3753
|
+
});
|
|
3754
|
+
exports.managedSecretsGetManagedSecretsResponse = zod_1.default.array(exports.managedSecretsGetManagedSecretsResponseItem);
|
|
3755
|
+
/**
|
|
3756
|
+
* @summary Creates a named secret: writes the value to Key Vault and stores only
|
|
3757
|
+
the vault reference.
|
|
3758
|
+
*/
|
|
3759
|
+
exports.managedSecretsCreateManagedSecretBody = zod_1.default.strictObject({
|
|
3760
|
+
"name": zod_1.default.string(),
|
|
3761
|
+
"value": zod_1.default.string()
|
|
3762
|
+
});
|
|
3763
|
+
/**
|
|
3764
|
+
* @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
|
|
3765
|
+
*/
|
|
3766
|
+
exports.managedSecretsDeleteManagedSecretParams = zod_1.default.strictObject({
|
|
3767
|
+
"name": zod_1.default.string()
|
|
3768
|
+
});
|
|
3769
|
+
/**
|
|
3770
|
+
* @summary Overwrites (rotates) a secret's value — a new Key Vault version under
|
|
3771
|
+
the same vault key. The value is write-only; nothing is returned but
|
|
3772
|
+
audit metadata.
|
|
3773
|
+
*/
|
|
3774
|
+
exports.managedSecretsOverwriteManagedSecretValueParams = zod_1.default.strictObject({
|
|
3775
|
+
"name": zod_1.default.string()
|
|
3776
|
+
});
|
|
3777
|
+
exports.managedSecretsOverwriteManagedSecretValueBody = zod_1.default.strictObject({
|
|
3778
|
+
"value": zod_1.default.string()
|
|
3779
|
+
});
|
|
3780
|
+
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}$');
|
|
3781
|
+
exports.managedSecretsOverwriteManagedSecretValueResponse = zod_1.default.object({
|
|
3782
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3783
|
+
"createdByUserId": zod_1.default.string(),
|
|
3784
|
+
"id": zod_1.default.string().regex(exports.managedSecretsOverwriteManagedSecretValueResponseIdRegExp),
|
|
3785
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3786
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3787
|
+
"name": zod_1.default.string()
|
|
3788
|
+
});
|
|
2798
3789
|
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}$');
|
|
2799
3790
|
exports.messageThreadsGetWorkspaceExecutionsParams = zod_1.default.strictObject({
|
|
2800
3791
|
"workSpaceId": zod_1.default.string().regex(exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp)
|
|
@@ -2911,6 +3902,35 @@ exports.messageThreadsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
2911
3902
|
})),
|
|
2912
3903
|
"total": zod_1.default.number()
|
|
2913
3904
|
});
|
|
3905
|
+
/**
|
|
3906
|
+
* @summary Lists a workspace's flow runs, newest first (chat threads, designer
|
|
3907
|
+
runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
|
|
3908
|
+
*/
|
|
3909
|
+
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}$');
|
|
3910
|
+
exports.flowRunsGetWorkspaceRunsParams = zod_1.default.strictObject({
|
|
3911
|
+
"workspaceId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp).describe('Workspace whose runs to list')
|
|
3912
|
+
});
|
|
3913
|
+
exports.flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
|
|
3914
|
+
exports.flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
|
|
3915
|
+
exports.flowRunsGetWorkspaceRunsQueryParams = zod_1.default.strictObject({
|
|
3916
|
+
"skip": zod_1.default.number().optional().describe('Number of records to skip'),
|
|
3917
|
+
"take": zod_1.default.number().default(exports.flowRunsGetWorkspaceRunsQueryTakeDefault).describe('Number of records to take')
|
|
3918
|
+
});
|
|
3919
|
+
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}$');
|
|
3920
|
+
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}$');
|
|
3921
|
+
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}$');
|
|
3922
|
+
exports.flowRunsGetWorkspaceRunsResponse = zod_1.default.object({
|
|
3923
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
3924
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3925
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3926
|
+
"flowDefinitionId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp).nullish(),
|
|
3927
|
+
"flowId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp).nullish(),
|
|
3928
|
+
"flowRunId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp),
|
|
3929
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3930
|
+
"status": zod_1.default.string()
|
|
3931
|
+
})),
|
|
3932
|
+
"total": zod_1.default.number()
|
|
3933
|
+
});
|
|
2914
3934
|
/**
|
|
2915
3935
|
* @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
|
|
2916
3936
|
*/
|
|
@@ -2977,6 +3997,7 @@ exports.sandBoxGetThreadMessagesResponseItem = zod_1.default.object({
|
|
|
2977
3997
|
"blockId": zod_1.default.string().nullish(),
|
|
2978
3998
|
"code": zod_1.default.number(),
|
|
2979
3999
|
"data": zod_1.default.any().nullish(),
|
|
4000
|
+
"errorCode": zod_1.default.string().nullish(),
|
|
2980
4001
|
"message": zod_1.default.string().nullish()
|
|
2981
4002
|
})),
|
|
2982
4003
|
"hasComments": zod_1.default.boolean(),
|
|
@@ -3025,6 +4046,7 @@ exports.sandBoxThreadMessagesResponse = zod_1.default.object({
|
|
|
3025
4046
|
"blockId": zod_1.default.string().nullish(),
|
|
3026
4047
|
"code": zod_1.default.number(),
|
|
3027
4048
|
"data": zod_1.default.any().nullish(),
|
|
4049
|
+
"errorCode": zod_1.default.string().nullish(),
|
|
3028
4050
|
"message": zod_1.default.string().nullish()
|
|
3029
4051
|
})),
|
|
3030
4052
|
"hasComments": zod_1.default.boolean(),
|