@smartspace/api-client 0.1.0-dev.1717bf5 → 0.1.0-dev.1a56cc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/chat/api.d.ts +2 -0
- package/dist/generated/chat/api.js +10 -1
- package/dist/generated/chat/api.msw.d.ts +1 -0
- package/dist/generated/chat/api.msw.js +28 -16
- package/dist/generated/chat/models/aiModel.d.ts +1 -0
- package/dist/generated/chat/models/aiModelSummary.d.ts +1 -0
- package/dist/generated/chat/models/connectorsConnectorSummary.d.ts +12 -0
- package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
- package/dist/generated/chat/models/dataSourceContainer.d.ts +2 -0
- package/dist/generated/chat/models/flowsFlowTrigger.d.ts +1 -0
- package/dist/generated/chat/models/index.d.ts +1 -0
- package/dist/generated/chat/models/index.js +1 -0
- package/dist/generated/chat/models/pagedDataCollectionAccessAccess.d.ts +2 -0
- package/dist/generated/chat/models/pagedDataCollectionAiModelSummary.d.ts +2 -0
- package/dist/generated/chat/models/pagedDataCollectionCommentCommentSummary.d.ts +2 -0
- package/dist/generated/chat/models/pagedDataCollectionMessageThreadMessageThreadSummary.d.ts +2 -0
- package/dist/generated/chat/models/pagedDataCollectionMessagesMessage.d.ts +2 -0
- package/dist/generated/chat/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/chat/zod.d.ts +36 -0
- package/dist/generated/chat/zod.js +41 -5
- package/dist/generated/config/api.d.ts +41 -1
- package/dist/generated/config/api.js +199 -3
- package/dist/generated/config/api.msw.d.ts +31 -1
- package/dist/generated/config/api.msw.js +322 -58
- package/dist/generated/config/models/aiModel.d.ts +1 -0
- package/dist/generated/config/models/aiModelSummary.d.ts +1 -0
- package/dist/generated/config/models/blocksBlockSet.d.ts +3 -2
- package/dist/generated/config/models/{blocksUsedInWorkspaceRef.d.ts → blocksUsedInRef.d.ts} +1 -1
- package/dist/generated/config/models/connectorsConnector.d.ts +23 -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 +2 -0
- package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
- package/dist/generated/config/models/dataSetsDataSet.d.ts +2 -0
- package/dist/generated/config/models/dataSetsGetParams.d.ts +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 +2 -0
- package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
- package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +2 -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/flowValueModel.d.ts +4 -0
- package/dist/generated/config/models/flowsFlowTrigger.d.ts +1 -0
- package/dist/generated/config/models/functionExecutionDebugModel.d.ts +4 -0
- package/dist/generated/config/models/index.d.ts +18 -2
- package/dist/generated/config/models/index.js +18 -2
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiFlowValueModel.d.ts +4 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiFunctionExecutionDebugModel.d.ts +4 -0
- package/dist/generated/config/models/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/pagedDataCollectionAccessAccess.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionAiModelSummary.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionAzureADGroup.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSetsDataSet.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionMessageThreadMessageThreadSummary.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +13 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpaceTemplatesTemplate.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.d.ts +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +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/syncsGetParams.d.ts +7 -0
- package/dist/generated/config/models/syncsSync.d.ts +11 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +4 -0
- package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → syncsSyncQueueState.d.ts} +3 -3
- 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/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 +556 -3
- package/dist/generated/config/zod.js +517 -30
- package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.d.ts +7 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +9 -9
- package/dist/signalr.d.ts +1 -1
- package/package.json +1 -1
- /package/dist/generated/config/models/{blocksUsedInWorkspaceRef.js → blocksUsedInRef.js} +0 -0
- /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → connectorsConnector.js} +0 -0
|
@@ -4,20 +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.
|
|
20
|
-
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;
|
|
21
23
|
/**
|
|
22
24
|
* Generated by orval v7.13.2 🍺
|
|
23
25
|
* Do not edit manually.
|
|
@@ -55,6 +57,7 @@ exports.accessGetAccessesResponse = zod_1.default.object({
|
|
|
55
57
|
"userEmailAddress": zod_1.default.string().nullish(),
|
|
56
58
|
"workSpaceId": zod_1.default.string().regex(exports.accessGetAccessesResponseDataItemWorkSpaceIdRegExp).nullish()
|
|
57
59
|
})),
|
|
60
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
58
61
|
"total": zod_1.default.number()
|
|
59
62
|
});
|
|
60
63
|
/**
|
|
@@ -82,6 +85,7 @@ exports.accessGetGroupsResponse = zod_1.default.object({
|
|
|
82
85
|
"groupId": zod_1.default.string(),
|
|
83
86
|
"isAssigned": zod_1.default.boolean()
|
|
84
87
|
})),
|
|
88
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
85
89
|
"total": zod_1.default.number()
|
|
86
90
|
});
|
|
87
91
|
/**
|
|
@@ -115,6 +119,7 @@ exports.accessGetUsersInRoleRolesRoleIdUsersResponse = zod_1.default.object({
|
|
|
115
119
|
"isAssigned": zod_1.default.boolean(),
|
|
116
120
|
"userId": zod_1.default.string()
|
|
117
121
|
})),
|
|
122
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
118
123
|
"total": zod_1.default.number()
|
|
119
124
|
});
|
|
120
125
|
/**
|
|
@@ -135,6 +140,7 @@ exports.accessSearchGroupsResponse = zod_1.default.object({
|
|
|
135
140
|
"groupId": zod_1.default.string(),
|
|
136
141
|
"isAssigned": zod_1.default.boolean()
|
|
137
142
|
})),
|
|
143
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
138
144
|
"total": zod_1.default.number()
|
|
139
145
|
});
|
|
140
146
|
/**
|
|
@@ -155,6 +161,7 @@ exports.accessSearchServicePrincipalsResponse = zod_1.default.object({
|
|
|
155
161
|
"id": zod_1.default.string(),
|
|
156
162
|
"isAssigned": zod_1.default.boolean()
|
|
157
163
|
})),
|
|
164
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
158
165
|
"total": zod_1.default.number()
|
|
159
166
|
});
|
|
160
167
|
/**
|
|
@@ -176,6 +183,7 @@ exports.accessSearchUsersResponse = zod_1.default.object({
|
|
|
176
183
|
"isAssigned": zod_1.default.boolean(),
|
|
177
184
|
"name": zod_1.default.string()
|
|
178
185
|
})),
|
|
186
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
179
187
|
"total": zod_1.default.number()
|
|
180
188
|
});
|
|
181
189
|
/**
|
|
@@ -198,6 +206,7 @@ exports.accessGetUsersInRoleUsersResponse = zod_1.default.object({
|
|
|
198
206
|
"isAssigned": zod_1.default.boolean(),
|
|
199
207
|
"userId": zod_1.default.string()
|
|
200
208
|
})),
|
|
209
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
201
210
|
"total": zod_1.default.number()
|
|
202
211
|
});
|
|
203
212
|
/**
|
|
@@ -259,6 +268,7 @@ exports.activityGetLoggingResponse = zod_1.default.object({
|
|
|
259
268
|
"workSpaceId": zod_1.default.string().regex(exports.activityGetLoggingResponseDataItemWorkSpaceIdRegExp).nullish(),
|
|
260
269
|
"workSpaceName": zod_1.default.string().nullish()
|
|
261
270
|
})),
|
|
271
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
262
272
|
"total": zod_1.default.number()
|
|
263
273
|
});
|
|
264
274
|
/**
|
|
@@ -293,6 +303,7 @@ exports.blockSetsGetBlockSetsQueryParams = zod_1.default.strictObject({
|
|
|
293
303
|
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.')
|
|
294
304
|
});
|
|
295
305
|
exports.blockSetsGetBlockSetsResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
306
|
+
exports.blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
296
307
|
exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
297
308
|
exports.blockSetsGetBlockSetsResponseItem = zod_1.default.object({
|
|
298
309
|
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -344,6 +355,10 @@ exports.blockSetsGetBlockSetsResponseItem = zod_1.default.object({
|
|
|
344
355
|
"name": zod_1.default.string().nullish(),
|
|
345
356
|
"sourceCodeUri": zod_1.default.string().nullish(),
|
|
346
357
|
"type": zod_1.default.enum(['Native', 'Custom', 'Debug']),
|
|
358
|
+
"usedInDataSets": zod_1.default.array(zod_1.default.object({
|
|
359
|
+
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp),
|
|
360
|
+
"name": zod_1.default.string()
|
|
361
|
+
})),
|
|
347
362
|
"usedInWorkspaces": zod_1.default.array(zod_1.default.object({
|
|
348
363
|
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp),
|
|
349
364
|
"name": zod_1.default.string()
|
|
@@ -572,6 +587,7 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
572
587
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
573
588
|
"dataSourceContainer": zod_1.default.object({
|
|
574
589
|
"dataSourceId": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
590
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
575
591
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
576
592
|
"operator": zod_1.default.string(),
|
|
577
593
|
"propertyName": zod_1.default.string(),
|
|
@@ -582,6 +598,7 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
582
598
|
"path": zod_1.default.string()
|
|
583
599
|
}),
|
|
584
600
|
"flowId": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemFlowIdRegExp),
|
|
601
|
+
"honourSourceDeletes": zod_1.default.boolean(),
|
|
585
602
|
"id": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemIdRegExp),
|
|
586
603
|
"inputName": zod_1.default.string(),
|
|
587
604
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
@@ -615,10 +632,13 @@ exports.dataSetsGetQuerySkipDefault = 0;
|
|
|
615
632
|
exports.dataSetsGetQueryParams = zod_1.default.strictObject({
|
|
616
633
|
"take": zod_1.default.number().default(exports.dataSetsGetQueryTakeDefault),
|
|
617
634
|
"skip": zod_1.default.number().optional(),
|
|
618
|
-
"search": zod_1.default.string().optional()
|
|
635
|
+
"search": zod_1.default.string().optional(),
|
|
636
|
+
"sortBy": zod_1.default.string().optional(),
|
|
637
|
+
"sortDirection": zod_1.default.string().optional()
|
|
619
638
|
});
|
|
620
639
|
exports.dataSetsGetResponseDataItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
621
640
|
exports.dataSetsGetResponseDataItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
641
|
+
exports.dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
622
642
|
exports.dataSetsGetResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
623
643
|
exports.dataSetsGetResponseDataItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
624
644
|
exports.dataSetsGetResponse = zod_1.default.object({
|
|
@@ -628,6 +648,7 @@ exports.dataSetsGetResponse = zod_1.default.object({
|
|
|
628
648
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
629
649
|
"description": zod_1.default.string().nullish(),
|
|
630
650
|
"flowId": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemFlowIdRegExp).nullish(),
|
|
651
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
631
652
|
"id": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemIdRegExp),
|
|
632
653
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
633
654
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -641,6 +662,7 @@ exports.dataSetsGetResponse = zod_1.default.object({
|
|
|
641
662
|
"subjectPath": zod_1.default.string().nullish(),
|
|
642
663
|
"version": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemVersionRegExp).nullish()
|
|
643
664
|
})),
|
|
665
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
644
666
|
"total": zod_1.default.number()
|
|
645
667
|
});
|
|
646
668
|
exports.dataSetsGetItemPathDataSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -679,6 +701,7 @@ exports.dataSetsGetByIdParams = zod_1.default.strictObject({
|
|
|
679
701
|
});
|
|
680
702
|
exports.dataSetsGetByIdResponseDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
681
703
|
exports.dataSetsGetByIdResponseFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
704
|
+
exports.dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
682
705
|
exports.dataSetsGetByIdResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
683
706
|
exports.dataSetsGetByIdResponseVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
684
707
|
exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
@@ -687,6 +710,7 @@ exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
|
687
710
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseDataSpaceIdRegExp).nullish(),
|
|
688
711
|
"description": zod_1.default.string().nullish(),
|
|
689
712
|
"flowId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseFlowIdRegExp).nullish(),
|
|
713
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
690
714
|
"id": zod_1.default.string().regex(exports.dataSetsGetByIdResponseIdRegExp),
|
|
691
715
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
692
716
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -711,6 +735,7 @@ exports.dataSetsPutBodyIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-
|
|
|
711
735
|
exports.dataSetsPutBody = zod_1.default.strictObject({
|
|
712
736
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
713
737
|
"dataSourceId": zod_1.default.string().regex(exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp),
|
|
738
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
714
739
|
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
715
740
|
"operator": zod_1.default.string(),
|
|
716
741
|
"propertyName": zod_1.default.string(),
|
|
@@ -724,6 +749,7 @@ exports.dataSetsPutBody = zod_1.default.strictObject({
|
|
|
724
749
|
});
|
|
725
750
|
exports.dataSetsPutResponseDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
726
751
|
exports.dataSetsPutResponseFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
752
|
+
exports.dataSetsPutResponseHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
727
753
|
exports.dataSetsPutResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
728
754
|
exports.dataSetsPutResponseVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
729
755
|
exports.dataSetsPutResponse = zod_1.default.object({
|
|
@@ -732,6 +758,7 @@ exports.dataSetsPutResponse = zod_1.default.object({
|
|
|
732
758
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsPutResponseDataSpaceIdRegExp).nullish(),
|
|
733
759
|
"description": zod_1.default.string().nullish(),
|
|
734
760
|
"flowId": zod_1.default.string().regex(exports.dataSetsPutResponseFlowIdRegExp).nullish(),
|
|
761
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsPutResponseHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
735
762
|
"id": zod_1.default.string().regex(exports.dataSetsPutResponseIdRegExp),
|
|
736
763
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
737
764
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -778,6 +805,7 @@ exports.dataSetsGetContainerItemsRunHistoryResponse = zod_1.default.object({
|
|
|
778
805
|
"data": zod_1.default.array(zod_1.default.object({
|
|
779
806
|
"containerId": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp),
|
|
780
807
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
808
|
+
"deletedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
781
809
|
"flowRuns": zod_1.default.array(zod_1.default.object({
|
|
782
810
|
"errors": zod_1.default.array(zod_1.default.object({
|
|
783
811
|
"blockId": zod_1.default.string().nullish(),
|
|
@@ -794,6 +822,7 @@ exports.dataSetsGetContainerItemsRunHistoryResponse = zod_1.default.object({
|
|
|
794
822
|
"path": zod_1.default.string(),
|
|
795
823
|
"status": zod_1.default.string()
|
|
796
824
|
})),
|
|
825
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
797
826
|
"total": zod_1.default.number()
|
|
798
827
|
});
|
|
799
828
|
/**
|
|
@@ -807,6 +836,7 @@ exports.dataSetsSetDataspaceBodyRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
807
836
|
exports.dataSetsSetDataspaceBody = zod_1.default.string().regex(exports.dataSetsSetDataspaceBodyRegExp);
|
|
808
837
|
exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
809
838
|
exports.dataSetsSetDataspaceResponseFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
839
|
+
exports.dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
810
840
|
exports.dataSetsSetDataspaceResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
811
841
|
exports.dataSetsSetDataspaceResponseVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
812
842
|
exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
@@ -815,6 +845,7 @@ exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
|
815
845
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp).nullish(),
|
|
816
846
|
"description": zod_1.default.string().nullish(),
|
|
817
847
|
"flowId": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseFlowIdRegExp).nullish(),
|
|
848
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
818
849
|
"id": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseIdRegExp),
|
|
819
850
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
820
851
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -877,6 +908,7 @@ exports.dataSetsGetItemsResponse = zod_1.default.object({
|
|
|
877
908
|
}),
|
|
878
909
|
"properties": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
879
910
|
})),
|
|
911
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
880
912
|
"total": zod_1.default.number()
|
|
881
913
|
});
|
|
882
914
|
exports.dataSetsAddItemPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -919,6 +951,7 @@ exports.dataSetsSearchItemsResponse = zod_1.default.object({
|
|
|
919
951
|
}),
|
|
920
952
|
"properties": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
921
953
|
})),
|
|
954
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
922
955
|
"total": zod_1.default.number()
|
|
923
956
|
});
|
|
924
957
|
exports.dataSetsDeleteItemPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -928,6 +961,11 @@ exports.dataSetsDeleteItemParams = zod_1.default.strictObject({
|
|
|
928
961
|
"itemId": zod_1.default.string().regex(exports.dataSetsDeleteItemPathItemIdRegExp)
|
|
929
962
|
});
|
|
930
963
|
/**
|
|
964
|
+
* The `isVector` field is deprecated: the platform no longer uses it,
|
|
965
|
+
and it has no effect on ingestion or querying. It remains available as an
|
|
966
|
+
optional field for backward compatibility with existing integrations —
|
|
967
|
+
new integrations should omit it. When omitted, the stored value is
|
|
968
|
+
preserved on update and defaults to `false` on create.
|
|
931
969
|
* @summary Upsert a single property on a dataset.
|
|
932
970
|
*/
|
|
933
971
|
exports.dataSetsAddDataSetPropertyPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -936,7 +974,7 @@ exports.dataSetsAddDataSetPropertyParams = zod_1.default.strictObject({
|
|
|
936
974
|
});
|
|
937
975
|
exports.dataSetsAddDataSetPropertyBody = zod_1.default.strictObject({
|
|
938
976
|
"description": zod_1.default.string().nullish(),
|
|
939
|
-
"isVector": zod_1.default.boolean(),
|
|
977
|
+
"isVector": zod_1.default.boolean().nullish().describe('Unused — the platform no longer reads this field and it has no effect on ingestion or querying. It is retained as an optional property purely for backward compatibility; omit it in new integrations. When omitted, the stored value is preserved on update and it defaults to false on create.'),
|
|
940
978
|
"name": zod_1.default.string()
|
|
941
979
|
});
|
|
942
980
|
exports.dataSetsAddDataSetPropertyResponse = zod_1.default.object({
|
|
@@ -1001,6 +1039,7 @@ exports.dataSetsGetIngestionRunsResponse = zod_1.default.object({
|
|
|
1001
1039
|
"principal": zod_1.default.string().nullish()
|
|
1002
1040
|
})
|
|
1003
1041
|
})),
|
|
1042
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
1004
1043
|
"total": zod_1.default.number()
|
|
1005
1044
|
});
|
|
1006
1045
|
/**
|
|
@@ -1014,6 +1053,22 @@ exports.dataSetsPutScopingBody = zod_1.default.strictObject({
|
|
|
1014
1053
|
"mode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1015
1054
|
"subjectPath": zod_1.default.string().nullish()
|
|
1016
1055
|
});
|
|
1056
|
+
/**
|
|
1057
|
+
* @summary Whether this dataset hides items whose source file was deleted in the given
|
|
1058
|
+
container. Per container, because the setting belongs to that subscription.
|
|
1059
|
+
Off is the default and does not disable detection — deletions are always
|
|
1060
|
+
recorded and always marked on the affected rows; this only decides whether a
|
|
1061
|
+
marked row is returned. Nothing here deletes anything.
|
|
1062
|
+
*/
|
|
1063
|
+
exports.dataSetsPutSourceDeletesPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1064
|
+
exports.dataSetsPutSourceDeletesParams = zod_1.default.strictObject({
|
|
1065
|
+
"id": zod_1.default.string().regex(exports.dataSetsPutSourceDeletesPathIdRegExp)
|
|
1066
|
+
});
|
|
1067
|
+
exports.dataSetsPutSourceDeletesBodyContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1068
|
+
exports.dataSetsPutSourceDeletesBody = zod_1.default.strictObject({
|
|
1069
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsPutSourceDeletesBodyContainerIdRegExp),
|
|
1070
|
+
"honourSourceDeletes": zod_1.default.boolean()
|
|
1071
|
+
});
|
|
1017
1072
|
/**
|
|
1018
1073
|
* @summary Fetch a list of all available data source types in SmartSpace.
|
|
1019
1074
|
*/
|
|
@@ -1040,6 +1095,7 @@ exports.dataSourceTypesGetAvailableContainersBody = zod_1.default.strictObject({
|
|
|
1040
1095
|
});
|
|
1041
1096
|
exports.dataSourceTypesGetAvailableContainersResponseItem = zod_1.default.object({
|
|
1042
1097
|
"children": zod_1.default.array(zod_1.default.any()).nullish(),
|
|
1098
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1043
1099
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
1044
1100
|
"operator": zod_1.default.string(),
|
|
1045
1101
|
"propertyName": zod_1.default.string(),
|
|
@@ -1085,6 +1141,7 @@ exports.dataSourcesGetResponse = zod_1.default.object({
|
|
|
1085
1141
|
"data": zod_1.default.array(zod_1.default.object({
|
|
1086
1142
|
"containers": zod_1.default.array(zod_1.default.object({
|
|
1087
1143
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp),
|
|
1144
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1088
1145
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
1089
1146
|
"operator": zod_1.default.string(),
|
|
1090
1147
|
"propertyName": zod_1.default.string(),
|
|
@@ -1104,6 +1161,7 @@ exports.dataSourcesGetResponse = zod_1.default.object({
|
|
|
1104
1161
|
"name": zod_1.default.string(),
|
|
1105
1162
|
"searchable": zod_1.default.boolean()
|
|
1106
1163
|
})),
|
|
1164
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
1107
1165
|
"total": zod_1.default.number()
|
|
1108
1166
|
});
|
|
1109
1167
|
/**
|
|
@@ -1121,6 +1179,7 @@ exports.dataSourcesPostResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F
|
|
|
1121
1179
|
exports.dataSourcesPostResponse = zod_1.default.object({
|
|
1122
1180
|
"containers": zod_1.default.array(zod_1.default.object({
|
|
1123
1181
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesPostResponseContainersItemDataSourceIdRegExp),
|
|
1182
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1124
1183
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
1125
1184
|
"operator": zod_1.default.string(),
|
|
1126
1185
|
"propertyName": zod_1.default.string(),
|
|
@@ -1172,6 +1231,7 @@ exports.dataSourcesContainersResponseDataSourceIdRegExp = new RegExp('^[0-9a-fA-
|
|
|
1172
1231
|
exports.dataSourcesContainersResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1173
1232
|
exports.dataSourcesContainersResponseItem = zod_1.default.object({
|
|
1174
1233
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesContainersResponseDataSourceIdRegExp),
|
|
1234
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1175
1235
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
1176
1236
|
"operator": zod_1.default.string(),
|
|
1177
1237
|
"propertyName": zod_1.default.string(),
|
|
@@ -1204,7 +1264,8 @@ exports.dataSourcesPreviewContainerResponse = zod_1.default.object({
|
|
|
1204
1264
|
});
|
|
1205
1265
|
/**
|
|
1206
1266
|
* @summary Returns a JSON Schema object for the container's properties, used to drive the filter editor UI.
|
|
1207
|
-
Schema shape: { type: "object", properties: { [name]: { type, title, enum? } } }
|
|
1267
|
+
Schema shape: { type: "object", properties: { [name]: { type, title, enum?, format? } } }
|
|
1268
|
+
format "date"/"date-time" marks date-valued properties (their filter values remain epoch-millisecond strings).
|
|
1208
1269
|
containerPath is a query param (not a route segment) to avoid ASP.NET routing splits on paths containing '/'.
|
|
1209
1270
|
*/
|
|
1210
1271
|
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}$');
|
|
@@ -1263,6 +1324,7 @@ exports.dataSpacesGetQueryParams = zod_1.default.strictObject({
|
|
|
1263
1324
|
});
|
|
1264
1325
|
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}$');
|
|
1265
1326
|
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}$');
|
|
1327
|
+
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}$');
|
|
1266
1328
|
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}$');
|
|
1267
1329
|
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}$');
|
|
1268
1330
|
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}$');
|
|
@@ -1278,6 +1340,7 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1278
1340
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1279
1341
|
"description": zod_1.default.string().nullish(),
|
|
1280
1342
|
"flowId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp).nullish(),
|
|
1343
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1281
1344
|
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp),
|
|
1282
1345
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1283
1346
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1301,6 +1364,7 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1301
1364
|
"name": zod_1.default.string()
|
|
1302
1365
|
}))
|
|
1303
1366
|
})),
|
|
1367
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
1304
1368
|
"total": zod_1.default.number()
|
|
1305
1369
|
});
|
|
1306
1370
|
/**
|
|
@@ -1321,6 +1385,7 @@ exports.dataSpacesGetByIdParams = zod_1.default.strictObject({
|
|
|
1321
1385
|
});
|
|
1322
1386
|
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}$');
|
|
1323
1387
|
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}$');
|
|
1388
|
+
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}$');
|
|
1324
1389
|
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}$');
|
|
1325
1390
|
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}$');
|
|
1326
1391
|
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}$');
|
|
@@ -1335,6 +1400,7 @@ exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
|
1335
1400
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1336
1401
|
"description": zod_1.default.string().nullish(),
|
|
1337
1402
|
"flowId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp).nullish(),
|
|
1403
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1338
1404
|
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp),
|
|
1339
1405
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1340
1406
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1374,6 +1440,7 @@ exports.dataSpacesPutBody = zod_1.default.strictObject({
|
|
|
1374
1440
|
});
|
|
1375
1441
|
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}$');
|
|
1376
1442
|
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}$');
|
|
1443
|
+
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}$');
|
|
1377
1444
|
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}$');
|
|
1378
1445
|
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}$');
|
|
1379
1446
|
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}$');
|
|
@@ -1388,6 +1455,7 @@ exports.dataSpacesPutResponse = zod_1.default.object({
|
|
|
1388
1455
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1389
1456
|
"description": zod_1.default.string().nullish(),
|
|
1390
1457
|
"flowId": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp).nullish(),
|
|
1458
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1391
1459
|
"id": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemIdRegExp),
|
|
1392
1460
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1393
1461
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1441,10 +1509,13 @@ exports.dataSpacesGetDataSetsQuerySkipDefault = 0;
|
|
|
1441
1509
|
exports.dataSpacesGetDataSetsQueryParams = zod_1.default.strictObject({
|
|
1442
1510
|
"take": zod_1.default.number().default(exports.dataSpacesGetDataSetsQueryTakeDefault),
|
|
1443
1511
|
"skip": zod_1.default.number().optional(),
|
|
1444
|
-
"search": zod_1.default.string().optional()
|
|
1512
|
+
"search": zod_1.default.string().optional(),
|
|
1513
|
+
"sortBy": zod_1.default.string().optional(),
|
|
1514
|
+
"sortDirection": zod_1.default.string().optional()
|
|
1445
1515
|
});
|
|
1446
1516
|
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}$');
|
|
1447
1517
|
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}$');
|
|
1518
|
+
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}$');
|
|
1448
1519
|
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}$');
|
|
1449
1520
|
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}$');
|
|
1450
1521
|
exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
@@ -1454,6 +1525,7 @@ exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
|
1454
1525
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
1455
1526
|
"description": zod_1.default.string().nullish(),
|
|
1456
1527
|
"flowId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp).nullish(),
|
|
1528
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1457
1529
|
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemIdRegExp),
|
|
1458
1530
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1459
1531
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1467,6 +1539,7 @@ exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
|
1467
1539
|
"subjectPath": zod_1.default.string().nullish(),
|
|
1468
1540
|
"version": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp).nullish()
|
|
1469
1541
|
})),
|
|
1542
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
1470
1543
|
"total": zod_1.default.number()
|
|
1471
1544
|
});
|
|
1472
1545
|
/**
|
|
@@ -1480,6 +1553,7 @@ exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = new RegEx
|
|
|
1480
1553
|
exports.dataSpacesPostDatasetBody = zod_1.default.strictObject({
|
|
1481
1554
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
1482
1555
|
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp),
|
|
1556
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1483
1557
|
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
1484
1558
|
"operator": zod_1.default.string(),
|
|
1485
1559
|
"propertyName": zod_1.default.string(),
|
|
@@ -1496,6 +1570,13 @@ exports.debugInvokeParams = zod_1.default.strictObject({
|
|
|
1496
1570
|
});
|
|
1497
1571
|
exports.debugInvokeBodyItem = zod_1.default.any();
|
|
1498
1572
|
exports.debugInvokeBody = zod_1.default.array(exports.debugInvokeBodyItem);
|
|
1573
|
+
/**
|
|
1574
|
+
* @summary Mongo index health for the flow-runs store: planned-vs-existing
|
|
1575
|
+
indexes per collection, the latest index-ensure outcome per index
|
|
1576
|
+
(including repeated failures), and any in-flight index
|
|
1577
|
+
transformations with their progress (currentOp).
|
|
1578
|
+
*/
|
|
1579
|
+
exports.diagnosticsGetMongoIndexesResponse = zod_1.default.any();
|
|
1499
1580
|
/**
|
|
1500
1581
|
* @summary List the current user's drafts (without parsed interfaces — load detail to get those).
|
|
1501
1582
|
*/
|
|
@@ -1843,6 +1924,16 @@ exports.flowRunsGetFlowRunPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
1843
1924
|
exports.flowRunsGetFlowRunParams = zod_1.default.strictObject({
|
|
1844
1925
|
"id": zod_1.default.string().regex(exports.flowRunsGetFlowRunPathIdRegExp)
|
|
1845
1926
|
});
|
|
1927
|
+
/**
|
|
1928
|
+
* @summary Requests cancellation of a queued or running flow run. Cancellation
|
|
1929
|
+
is cooperative: a queued run is stamped cancelled before it starts;
|
|
1930
|
+
a running flow stops between block executions, typically within
|
|
1931
|
+
seconds. Cancelled runs carry cancelledAt in their basic info.
|
|
1932
|
+
*/
|
|
1933
|
+
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}$');
|
|
1934
|
+
exports.flowRunsCancelFlowRunParams = zod_1.default.strictObject({
|
|
1935
|
+
"id": zod_1.default.string().regex(exports.flowRunsCancelFlowRunPathIdRegExpOne)
|
|
1936
|
+
});
|
|
1846
1937
|
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}$');
|
|
1847
1938
|
exports.flowRunsAddFileIdFilesParams = zod_1.default.strictObject({
|
|
1848
1939
|
"id": zod_1.default.string().regex(exports.flowRunsAddFileIdFilesPathIdRegExp)
|
|
@@ -1859,18 +1950,22 @@ exports.flowRunsAddFileIdFilesExistingBody = zod_1.default.strictObject({
|
|
|
1859
1950
|
"blobUri": zod_1.default.string(),
|
|
1860
1951
|
"flowRunId": zod_1.default.string().regex(exports.flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp).nullish()
|
|
1861
1952
|
});
|
|
1953
|
+
/**
|
|
1954
|
+
* @summary Lists a run's function executions, newest first.
|
|
1955
|
+
*/
|
|
1862
1956
|
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}$');
|
|
1863
1957
|
exports.flowRunsGetStepExecutionsParams = zod_1.default.strictObject({
|
|
1864
|
-
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsPathIdRegExp)
|
|
1958
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsPathIdRegExp).describe('Run whose executions to list')
|
|
1865
1959
|
});
|
|
1866
1960
|
exports.flowRunsGetStepExecutionsQuerySkipDefault = 0;
|
|
1867
1961
|
exports.flowRunsGetStepExecutionsQueryTakeDefault = 100;
|
|
1868
1962
|
exports.flowRunsGetStepExecutionsQuerySearchDefault = "";
|
|
1869
1963
|
exports.flowRunsGetStepExecutionsQueryParams = zod_1.default.strictObject({
|
|
1870
|
-
"skip": zod_1.default.number().optional(),
|
|
1871
|
-
"take": zod_1.default.number().default(exports.flowRunsGetStepExecutionsQueryTakeDefault),
|
|
1872
|
-
"search": zod_1.default.string().optional(),
|
|
1873
|
-
"blockIds[]": zod_1.default.array(zod_1.default.string()).optional()
|
|
1964
|
+
"skip": zod_1.default.number().optional().describe('Number of records to skip'),
|
|
1965
|
+
"take": zod_1.default.number().default(exports.flowRunsGetStepExecutionsQueryTakeDefault).describe('Number of records to take'),
|
|
1966
|
+
"search": zod_1.default.string().optional().describe('Free-text match across block ids and value payloads'),
|
|
1967
|
+
"blockIds[]": zod_1.default.array(zod_1.default.string()).optional().describe('Restrict to these block ids (canvas selection)'),
|
|
1968
|
+
"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.')
|
|
1874
1969
|
});
|
|
1875
1970
|
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}$');
|
|
1876
1971
|
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}$');
|
|
@@ -1895,6 +1990,8 @@ exports.flowRunsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
1895
1990
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
1896
1991
|
"data": zod_1.default.any(),
|
|
1897
1992
|
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp),
|
|
1993
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
1994
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
1898
1995
|
"source": zod_1.default.object({
|
|
1899
1996
|
"node": zod_1.default.string(),
|
|
1900
1997
|
"pin": zod_1.default.string().nullish(),
|
|
@@ -1907,15 +2004,92 @@ exports.flowRunsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
1907
2004
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
1908
2005
|
"data": zod_1.default.any(),
|
|
1909
2006
|
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp),
|
|
2007
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
2008
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
1910
2009
|
"source": zod_1.default.object({
|
|
1911
2010
|
"node": zod_1.default.string(),
|
|
1912
2011
|
"pin": zod_1.default.string().nullish(),
|
|
1913
2012
|
"port": zod_1.default.string().nullish()
|
|
1914
2013
|
})
|
|
1915
|
-
}))
|
|
2014
|
+
})),
|
|
2015
|
+
"seq": zod_1.default.number().nullish(),
|
|
2016
|
+
"startedAt": zod_1.default.iso.datetime({}).nullish()
|
|
1916
2017
|
})),
|
|
1917
2018
|
"total": zod_1.default.number()
|
|
1918
2019
|
});
|
|
2020
|
+
/**
|
|
2021
|
+
* Inline values are returned as stored. Values spilled to blob storage come
|
|
2022
|
+
back by reference (`isBlob`, `sizeBytes`, `data` null) and are
|
|
2023
|
+
fetched with M:SmartSpace.App.ConfigApi.Controllers.FlowRunsController.GetFlowValueDownload(System.Guid,System.Guid); they are never downloaded on
|
|
2024
|
+
this read, so expanding a large step costs the same as a small one.
|
|
2025
|
+
* @summary Gets one execution of a run with its input/output values — the detail read
|
|
2026
|
+
behind `functionexecutions?includeValues=false`.
|
|
2027
|
+
*/
|
|
2028
|
+
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}$');
|
|
2029
|
+
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}$');
|
|
2030
|
+
exports.flowRunsGetStepExecutionParams = zod_1.default.strictObject({
|
|
2031
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionPathIdRegExp),
|
|
2032
|
+
"executionId": zod_1.default.string().regex(exports.flowRunsGetStepExecutionPathExecutionIdRegExp)
|
|
2033
|
+
});
|
|
2034
|
+
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}$');
|
|
2035
|
+
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}$');
|
|
2036
|
+
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}$');
|
|
2037
|
+
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}$');
|
|
2038
|
+
exports.flowRunsGetStepExecutionResponse = zod_1.default.object({
|
|
2039
|
+
"blockId": zod_1.default.string(),
|
|
2040
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2041
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2042
|
+
"functionName": zod_1.default.string(),
|
|
2043
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionResponseIdRegExp),
|
|
2044
|
+
"inputs": zod_1.default.array(zod_1.default.object({
|
|
2045
|
+
"blockId": zod_1.default.string(),
|
|
2046
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2047
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionResponseInputsItemIdRegExp),
|
|
2048
|
+
"pin": zod_1.default.string(),
|
|
2049
|
+
"port": zod_1.default.string(),
|
|
2050
|
+
"sticky": zod_1.default.boolean(),
|
|
2051
|
+
"value": zod_1.default.object({
|
|
2052
|
+
"channels": zod_1.default.record(zod_1.default.string(), zod_1.default.number()),
|
|
2053
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2054
|
+
"data": zod_1.default.any(),
|
|
2055
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionResponseInputsItemValueIdRegExp),
|
|
2056
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
2057
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
2058
|
+
"source": zod_1.default.object({
|
|
2059
|
+
"node": zod_1.default.string(),
|
|
2060
|
+
"pin": zod_1.default.string().nullish(),
|
|
2061
|
+
"port": zod_1.default.string().nullish()
|
|
2062
|
+
})
|
|
2063
|
+
})
|
|
2064
|
+
})),
|
|
2065
|
+
"outputs": zod_1.default.array(zod_1.default.object({
|
|
2066
|
+
"channels": zod_1.default.record(zod_1.default.string(), zod_1.default.number()),
|
|
2067
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2068
|
+
"data": zod_1.default.any(),
|
|
2069
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionResponseOutputsItemIdRegExp),
|
|
2070
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
2071
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
2072
|
+
"source": zod_1.default.object({
|
|
2073
|
+
"node": zod_1.default.string(),
|
|
2074
|
+
"pin": zod_1.default.string().nullish(),
|
|
2075
|
+
"port": zod_1.default.string().nullish()
|
|
2076
|
+
})
|
|
2077
|
+
})),
|
|
2078
|
+
"seq": zod_1.default.number().nullish(),
|
|
2079
|
+
"startedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2080
|
+
});
|
|
2081
|
+
/**
|
|
2082
|
+
* Redirects to short-lived direct-from-storage link, so the payload never
|
|
2083
|
+
transits this service — the same pattern as file downloads. Only values the
|
|
2084
|
+
per-execution read returned by reference resolve here.
|
|
2085
|
+
* @summary Downloads a blob-spilled value's payload.
|
|
2086
|
+
*/
|
|
2087
|
+
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}$');
|
|
2088
|
+
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}$');
|
|
2089
|
+
exports.flowRunsGetFlowValueDownloadParams = zod_1.default.strictObject({
|
|
2090
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetFlowValueDownloadPathIdRegExp),
|
|
2091
|
+
"valueId": zod_1.default.string().regex(exports.flowRunsGetFlowValueDownloadPathValueIdRegExp)
|
|
2092
|
+
});
|
|
1919
2093
|
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}$');
|
|
1920
2094
|
exports.flowRunsGetVariablesParams = zod_1.default.strictObject({
|
|
1921
2095
|
"id": zod_1.default.string().regex(exports.flowRunsGetVariablesPathIdRegExpOne)
|
|
@@ -2056,6 +2230,7 @@ exports.modelsGetModelsResponse = zod_1.default.object({
|
|
|
2056
2230
|
"deploymentStatus": zod_1.default.enum(['Deploying', 'Ready', 'Failed', 'Deleting', 'Deleted']).optional(),
|
|
2057
2231
|
"displayName": zod_1.default.string(),
|
|
2058
2232
|
"id": zod_1.default.string().regex(exports.modelsGetModelsResponseDataItemIdRegExpOne),
|
|
2233
|
+
"isDefault": zod_1.default.boolean(),
|
|
2059
2234
|
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
2060
2235
|
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
2061
2236
|
"name": zod_1.default.string(),
|
|
@@ -2065,6 +2240,7 @@ exports.modelsGetModelsResponse = zod_1.default.object({
|
|
|
2065
2240
|
})),
|
|
2066
2241
|
"virtualMachineUrl": zod_1.default.string().nullish()
|
|
2067
2242
|
})),
|
|
2243
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2068
2244
|
"total": zod_1.default.number()
|
|
2069
2245
|
});
|
|
2070
2246
|
/**
|
|
@@ -2094,6 +2270,26 @@ exports.modelsCreateModelBody = zod_1.default.strictObject({
|
|
|
2094
2270
|
"name": zod_1.default.string(),
|
|
2095
2271
|
"publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
|
|
2096
2272
|
});
|
|
2273
|
+
/**
|
|
2274
|
+
* @summary Retrieves the instance-wide default model — the one pre-selected on new LLM blocks and the default workspace flow.
|
|
2275
|
+
*/
|
|
2276
|
+
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}$');
|
|
2277
|
+
exports.modelsGetDefaultModelResponse = zod_1.default.object({
|
|
2278
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2279
|
+
"createdByUserId": zod_1.default.string().nullish(),
|
|
2280
|
+
"deploymentStatus": zod_1.default.enum(['Deploying', 'Ready', 'Failed', 'Deleting', 'Deleted']).optional(),
|
|
2281
|
+
"displayName": zod_1.default.string(),
|
|
2282
|
+
"id": zod_1.default.string().regex(exports.modelsGetDefaultModelResponseIdRegExp),
|
|
2283
|
+
"isDefault": zod_1.default.boolean(),
|
|
2284
|
+
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
2285
|
+
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
2286
|
+
"name": zod_1.default.string(),
|
|
2287
|
+
"properties": zod_1.default.array(zod_1.default.object({
|
|
2288
|
+
"name": zod_1.default.string(),
|
|
2289
|
+
"type": zod_1.default.enum(['Boolean', 'Number', 'String'])
|
|
2290
|
+
})),
|
|
2291
|
+
"virtualMachineUrl": zod_1.default.string().nullish()
|
|
2292
|
+
});
|
|
2097
2293
|
exports.modelsGetDefaultDockerFileQueryParams = zod_1.default.strictObject({
|
|
2098
2294
|
"serverType": zod_1.default.enum(['TextGenerationInference', 'VLlm']).optional()
|
|
2099
2295
|
});
|
|
@@ -2148,6 +2344,7 @@ exports.modelsGetModelResponse = zod_1.default.object({
|
|
|
2148
2344
|
}).optional(),
|
|
2149
2345
|
"displayName": zod_1.default.string(),
|
|
2150
2346
|
"id": zod_1.default.string().regex(exports.modelsGetModelResponseIdRegExpOne),
|
|
2347
|
+
"isDefault": zod_1.default.boolean(),
|
|
2151
2348
|
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
2152
2349
|
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
2153
2350
|
"name": zod_1.default.string(),
|
|
@@ -2187,6 +2384,20 @@ exports.modelsUpsertModelBody = zod_1.default.strictObject({
|
|
|
2187
2384
|
"name": zod_1.default.string(),
|
|
2188
2385
|
"publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
|
|
2189
2386
|
});
|
|
2387
|
+
/**
|
|
2388
|
+
* @summary Clears the default flag from the specified model, leaving the instance with no default.
|
|
2389
|
+
*/
|
|
2390
|
+
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}$');
|
|
2391
|
+
exports.modelsClearDefaultModelParams = zod_1.default.strictObject({
|
|
2392
|
+
"id": zod_1.default.string().regex(exports.modelsClearDefaultModelPathIdRegExp).describe('The ID of the model.')
|
|
2393
|
+
});
|
|
2394
|
+
/**
|
|
2395
|
+
* @summary Makes the specified model the instance-wide default, replacing any previous default.
|
|
2396
|
+
*/
|
|
2397
|
+
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}$');
|
|
2398
|
+
exports.modelsSetDefaultModelParams = zod_1.default.strictObject({
|
|
2399
|
+
"id": zod_1.default.string().regex(exports.modelsSetDefaultModelPathIdRegExp).describe('The ID of the model to make default.')
|
|
2400
|
+
});
|
|
2190
2401
|
/**
|
|
2191
2402
|
* @summary Retrieves the Docker logs for a specific deployment of a model.
|
|
2192
2403
|
*/
|
|
@@ -2289,12 +2500,44 @@ exports.reportingGetTokensResponse = zod_1.default.object({
|
|
|
2289
2500
|
"name": zod_1.default.string()
|
|
2290
2501
|
}))
|
|
2291
2502
|
});
|
|
2503
|
+
/**
|
|
2504
|
+
* @summary List API accounts: service principals holding the SmartSpace integration
|
|
2505
|
+
role, with their permission flags and last recorded activity.
|
|
2506
|
+
*/
|
|
2507
|
+
exports.servicePrincipalsGetServicePrincipalsQuerySkipDefault = 0;
|
|
2508
|
+
exports.servicePrincipalsGetServicePrincipalsQueryTakeDefault = 20;
|
|
2509
|
+
exports.servicePrincipalsGetServicePrincipalsQueryParams = zod_1.default.strictObject({
|
|
2510
|
+
"skip": zod_1.default.number().optional(),
|
|
2511
|
+
"take": zod_1.default.number().default(exports.servicePrincipalsGetServicePrincipalsQueryTakeDefault),
|
|
2512
|
+
"search": zod_1.default.string().optional()
|
|
2513
|
+
});
|
|
2514
|
+
exports.servicePrincipalsGetServicePrincipalsResponse = zod_1.default.object({
|
|
2515
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2516
|
+
"id": zod_1.default.string(),
|
|
2517
|
+
"lastActiveAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2518
|
+
"name": zod_1.default.string(),
|
|
2519
|
+
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
2520
|
+
})),
|
|
2521
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2522
|
+
"total": zod_1.default.number()
|
|
2523
|
+
});
|
|
2524
|
+
/**
|
|
2525
|
+
* @summary List configured syncs. status matches the data
|
|
2526
|
+
source's latest completed sync (e.g. Success / Failure), or "never"
|
|
2527
|
+
for sources with no recorded sync. sortBy:
|
|
2528
|
+
name | connector | lastSync (default: path).
|
|
2529
|
+
*/
|
|
2292
2530
|
exports.syncsGetQueryTakeDefault = 50;
|
|
2293
2531
|
exports.syncsGetQuerySkipDefault = 0;
|
|
2532
|
+
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}$');
|
|
2294
2533
|
exports.syncsGetQueryParams = zod_1.default.strictObject({
|
|
2295
2534
|
"take": zod_1.default.number().default(exports.syncsGetQueryTakeDefault),
|
|
2296
2535
|
"skip": zod_1.default.number().optional(),
|
|
2297
|
-
"search": zod_1.default.string().optional()
|
|
2536
|
+
"search": zod_1.default.string().optional(),
|
|
2537
|
+
"dataSourceId": zod_1.default.string().regex(exports.syncsGetQueryDataSourceIdRegExp).optional(),
|
|
2538
|
+
"status": zod_1.default.string().optional(),
|
|
2539
|
+
"sortBy": zod_1.default.string().optional(),
|
|
2540
|
+
"sortDirection": zod_1.default.string().optional()
|
|
2298
2541
|
});
|
|
2299
2542
|
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}$');
|
|
2300
2543
|
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}$');
|
|
@@ -2309,19 +2552,56 @@ exports.syncsGetResponse = zod_1.default.object({
|
|
|
2309
2552
|
})),
|
|
2310
2553
|
"dataSource": zod_1.default.object({
|
|
2311
2554
|
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSourceIdRegExp),
|
|
2555
|
+
"isQueued": zod_1.default.boolean(),
|
|
2312
2556
|
"isSyncing": zod_1.default.boolean(),
|
|
2313
2557
|
"name": zod_1.default.string(),
|
|
2314
|
-
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap'])
|
|
2558
|
+
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap']),
|
|
2559
|
+
"supportsDeleteDetection": zod_1.default.boolean(),
|
|
2560
|
+
"syncStartedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2315
2561
|
}),
|
|
2316
2562
|
"filters": zod_1.default.string().nullish(),
|
|
2317
2563
|
"highwaterMark": zod_1.default.iso.datetime({}).nullish(),
|
|
2318
2564
|
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemIdRegExp),
|
|
2565
|
+
"latestSyncAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2566
|
+
"latestSyncItemCount": zod_1.default.number().nullish(),
|
|
2567
|
+
"latestSyncMessage": zod_1.default.string().nullish(),
|
|
2568
|
+
"latestSyncStatus": zod_1.default.string().nullish(),
|
|
2319
2569
|
"name": zod_1.default.string(),
|
|
2320
2570
|
"path": zod_1.default.string(),
|
|
2571
|
+
"recentSyncs": zod_1.default.array(zod_1.default.object({
|
|
2572
|
+
"end": zod_1.default.iso.datetime({}),
|
|
2573
|
+
"itemCount": zod_1.default.number(),
|
|
2574
|
+
"message": zod_1.default.string().nullish(),
|
|
2575
|
+
"start": zod_1.default.iso.datetime({}),
|
|
2576
|
+
"status": zod_1.default.string()
|
|
2577
|
+
})).nullish(),
|
|
2321
2578
|
"statusMessage": zod_1.default.string().nullish()
|
|
2322
2579
|
})),
|
|
2580
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2323
2581
|
"total": zod_1.default.number()
|
|
2324
2582
|
});
|
|
2583
|
+
/**
|
|
2584
|
+
* @summary The sync-requests queue right now: approximate depth and which data
|
|
2585
|
+
sources have a request WAITING. In-flight requests are invisible to
|
|
2586
|
+
peek (visibility timeout) — that state is each data source's
|
|
2587
|
+
isSyncing flag. Literal route wins over the {containerId} template.
|
|
2588
|
+
*/
|
|
2589
|
+
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}$');
|
|
2590
|
+
exports.syncsGetQueueResponse = zod_1.default.object({
|
|
2591
|
+
"depth": zod_1.default.number(),
|
|
2592
|
+
"waitingDataSourceIds": zod_1.default.array(zod_1.default.string().regex(exports.syncsGetQueueResponseWaitingDataSourceIdsItemRegExp))
|
|
2593
|
+
});
|
|
2594
|
+
/**
|
|
2595
|
+
* @summary Removes the sync: deletes its data source container config record, so
|
|
2596
|
+
the source selection stops being mirrored from the next sync cycle.
|
|
2597
|
+
Refused (DSC400) while any live dataset still subscribes to it via a
|
|
2598
|
+
container flow trigger. Config-only — already-landed items and copied
|
|
2599
|
+
blobs are not cleaned up here.
|
|
2600
|
+
*/
|
|
2601
|
+
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}$');
|
|
2602
|
+
exports.syncsDeleteParams = zod_1.default.strictObject({
|
|
2603
|
+
"containerId": zod_1.default.string().regex(exports.syncsDeletePathContainerIdRegExp)
|
|
2604
|
+
});
|
|
2325
2605
|
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}$');
|
|
2326
2606
|
exports.syncsGetByIdParams = zod_1.default.strictObject({
|
|
2327
2607
|
"containerId": zod_1.default.string().regex(exports.syncsGetByIdPathContainerIdRegExp)
|
|
@@ -2338,15 +2618,29 @@ exports.syncsGetByIdResponse = zod_1.default.object({
|
|
|
2338
2618
|
})),
|
|
2339
2619
|
"dataSource": zod_1.default.object({
|
|
2340
2620
|
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSourceIdRegExp),
|
|
2621
|
+
"isQueued": zod_1.default.boolean(),
|
|
2341
2622
|
"isSyncing": zod_1.default.boolean(),
|
|
2342
2623
|
"name": zod_1.default.string(),
|
|
2343
|
-
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap'])
|
|
2624
|
+
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap']),
|
|
2625
|
+
"supportsDeleteDetection": zod_1.default.boolean(),
|
|
2626
|
+
"syncStartedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2344
2627
|
}),
|
|
2345
2628
|
"filters": zod_1.default.string().nullish(),
|
|
2346
2629
|
"highwaterMark": zod_1.default.iso.datetime({}).nullish(),
|
|
2347
2630
|
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseIdRegExp),
|
|
2631
|
+
"latestSyncAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2632
|
+
"latestSyncItemCount": zod_1.default.number().nullish(),
|
|
2633
|
+
"latestSyncMessage": zod_1.default.string().nullish(),
|
|
2634
|
+
"latestSyncStatus": zod_1.default.string().nullish(),
|
|
2348
2635
|
"name": zod_1.default.string(),
|
|
2349
2636
|
"path": zod_1.default.string(),
|
|
2637
|
+
"recentSyncs": zod_1.default.array(zod_1.default.object({
|
|
2638
|
+
"end": zod_1.default.iso.datetime({}),
|
|
2639
|
+
"itemCount": zod_1.default.number(),
|
|
2640
|
+
"message": zod_1.default.string().nullish(),
|
|
2641
|
+
"start": zod_1.default.iso.datetime({}),
|
|
2642
|
+
"status": zod_1.default.string()
|
|
2643
|
+
})).nullish(),
|
|
2350
2644
|
"statusMessage": zod_1.default.string().nullish()
|
|
2351
2645
|
});
|
|
2352
2646
|
/**
|
|
@@ -2370,12 +2664,14 @@ exports.syncsGetItemsResponse = zod_1.default.object({
|
|
|
2370
2664
|
"blobUri": zod_1.default.string().nullish(),
|
|
2371
2665
|
"bytes": zod_1.default.string().nullish(),
|
|
2372
2666
|
"containerId": zod_1.default.string().regex(exports.syncsGetItemsResponseDataItemContainerIdRegExp).nullish(),
|
|
2667
|
+
"deletedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2373
2668
|
"id": zod_1.default.string().regex(exports.syncsGetItemsResponseDataItemIdRegExp),
|
|
2374
2669
|
"isJson": zod_1.default.boolean().nullish(),
|
|
2375
2670
|
"name": zod_1.default.string().nullish(),
|
|
2376
2671
|
"path": zod_1.default.string().nullish(),
|
|
2377
2672
|
"pending": zod_1.default.boolean().nullish()
|
|
2378
2673
|
})),
|
|
2674
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2379
2675
|
"total": zod_1.default.number()
|
|
2380
2676
|
});
|
|
2381
2677
|
/**
|
|
@@ -2383,7 +2679,8 @@ exports.syncsGetItemsResponse = zod_1.default.object({
|
|
|
2383
2679
|
*/
|
|
2384
2680
|
exports.tenantIdGetResultResponse = zod_1.default.string();
|
|
2385
2681
|
/**
|
|
2386
|
-
* @summary Retrieve
|
|
2682
|
+
* @summary Retrieve users assigned to the SmartSpace application (directly or via a group),
|
|
2683
|
+
with optional search and pagination controls take and skip.
|
|
2387
2684
|
*/
|
|
2388
2685
|
exports.usersGetUsersQuerySkipDefault = 0;
|
|
2389
2686
|
exports.usersGetUsersQueryTakeDefault = 20;
|
|
@@ -2402,6 +2699,7 @@ exports.usersGetUsersResponse = zod_1.default.object({
|
|
|
2402
2699
|
"name": zod_1.default.string(),
|
|
2403
2700
|
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
2404
2701
|
})),
|
|
2702
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2405
2703
|
"total": zod_1.default.number()
|
|
2406
2704
|
});
|
|
2407
2705
|
exports.usersGetUsersByFilterParams = zod_1.default.strictObject({
|
|
@@ -2478,6 +2776,7 @@ exports.usersGetAccessWorkSpacesResponse = zod_1.default.object({
|
|
|
2478
2776
|
"workSpaceId": zod_1.default.string().regex(exports.usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp).nullish(),
|
|
2479
2777
|
"workSpaceName": zod_1.default.string().nullish()
|
|
2480
2778
|
})),
|
|
2779
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2481
2780
|
"total": zod_1.default.number()
|
|
2482
2781
|
});
|
|
2483
2782
|
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}$');
|
|
@@ -2547,6 +2846,7 @@ exports.workSpaceTemplatesGetResponse = zod_1.default.object({
|
|
|
2547
2846
|
"name": zod_1.default.string().nullish()
|
|
2548
2847
|
}).optional()
|
|
2549
2848
|
})),
|
|
2849
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2550
2850
|
"total": zod_1.default.number()
|
|
2551
2851
|
});
|
|
2552
2852
|
/**
|
|
@@ -2561,6 +2861,7 @@ exports.workSpacesGetGetQueryParams = zod_1.default.strictObject({
|
|
|
2561
2861
|
"sortBy": zod_1.default.string().optional(),
|
|
2562
2862
|
"sortDirection": zod_1.default.string().optional()
|
|
2563
2863
|
});
|
|
2864
|
+
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}$');
|
|
2564
2865
|
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}$');
|
|
2565
2866
|
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}$');
|
|
2566
2867
|
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}$');
|
|
@@ -2581,6 +2882,11 @@ exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne
|
|
|
2581
2882
|
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}$');
|
|
2582
2883
|
exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
2583
2884
|
"data": zod_1.default.array(zod_1.default.object({
|
|
2885
|
+
"connectors": zod_1.default.array(zod_1.default.object({
|
|
2886
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne),
|
|
2887
|
+
"kind": zod_1.default.string(),
|
|
2888
|
+
"name": zod_1.default.string()
|
|
2889
|
+
})),
|
|
2584
2890
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
2585
2891
|
"createdByUserId": zod_1.default.string(),
|
|
2586
2892
|
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
@@ -2648,6 +2954,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2648
2954
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2649
2955
|
"dataSourceContainer": zod_1.default.object({
|
|
2650
2956
|
"dataSourceId": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne),
|
|
2957
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2651
2958
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
2652
2959
|
"operator": zod_1.default.string(),
|
|
2653
2960
|
"propertyName": zod_1.default.string(),
|
|
@@ -2658,6 +2965,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2658
2965
|
"path": zod_1.default.string()
|
|
2659
2966
|
}),
|
|
2660
2967
|
"flowId": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne),
|
|
2968
|
+
"honourSourceDeletes": zod_1.default.boolean(),
|
|
2661
2969
|
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne),
|
|
2662
2970
|
"inputName": zod_1.default.string(),
|
|
2663
2971
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
@@ -2752,6 +3060,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2752
3060
|
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2753
3061
|
}))
|
|
2754
3062
|
})),
|
|
3063
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2755
3064
|
"total": zod_1.default.number()
|
|
2756
3065
|
});
|
|
2757
3066
|
/**
|
|
@@ -2791,6 +3100,7 @@ exports.workSpacesGetIdPathIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
2791
3100
|
exports.workSpacesGetIdParams = zod_1.default.strictObject({
|
|
2792
3101
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdPathIdRegExpOne)
|
|
2793
3102
|
});
|
|
3103
|
+
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}$');
|
|
2794
3104
|
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}$');
|
|
2795
3105
|
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}$');
|
|
2796
3106
|
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}$');
|
|
@@ -2810,6 +3120,11 @@ exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemId
|
|
|
2810
3120
|
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}$');
|
|
2811
3121
|
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}$');
|
|
2812
3122
|
exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
3123
|
+
"connectors": zod_1.default.array(zod_1.default.object({
|
|
3124
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseConnectorsItemIdRegExpOne),
|
|
3125
|
+
"kind": zod_1.default.string(),
|
|
3126
|
+
"name": zod_1.default.string()
|
|
3127
|
+
})),
|
|
2813
3128
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
2814
3129
|
"createdByUserId": zod_1.default.string(),
|
|
2815
3130
|
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
@@ -2877,6 +3192,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2877
3192
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2878
3193
|
"dataSourceContainer": zod_1.default.object({
|
|
2879
3194
|
"dataSourceId": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne),
|
|
3195
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2880
3196
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
2881
3197
|
"operator": zod_1.default.string(),
|
|
2882
3198
|
"propertyName": zod_1.default.string(),
|
|
@@ -2887,6 +3203,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2887
3203
|
"path": zod_1.default.string()
|
|
2888
3204
|
}),
|
|
2889
3205
|
"flowId": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne),
|
|
3206
|
+
"honourSourceDeletes": zod_1.default.boolean(),
|
|
2890
3207
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne),
|
|
2891
3208
|
"inputName": zod_1.default.string(),
|
|
2892
3209
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
@@ -3057,6 +3374,7 @@ exports.workSpacesGetThreadsResponse = zod_1.default.object({
|
|
|
3057
3374
|
"totalMessages": zod_1.default.number(),
|
|
3058
3375
|
"workSpaceId": zod_1.default.string().regex(exports.workSpacesGetThreadsResponseDataItemWorkSpaceIdRegExp)
|
|
3059
3376
|
})),
|
|
3377
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
3060
3378
|
"total": zod_1.default.number()
|
|
3061
3379
|
});
|
|
3062
3380
|
/**
|
|
@@ -3086,6 +3404,28 @@ exports.workSpacesPutModelConfigurationBody = zod_1.default.strictObject({
|
|
|
3086
3404
|
"temperature": zod_1.default.number(),
|
|
3087
3405
|
"topP": zod_1.default.number()
|
|
3088
3406
|
});
|
|
3407
|
+
/**
|
|
3408
|
+
* @summary Detaches a connector from a workspace. Flows still referencing it
|
|
3409
|
+
fail at resolve time rather than silently keeping access.
|
|
3410
|
+
*/
|
|
3411
|
+
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}$');
|
|
3412
|
+
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}$');
|
|
3413
|
+
exports.workSpacesRemoveConnectorParams = zod_1.default.strictObject({
|
|
3414
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesRemoveConnectorPathWorkspaceIdRegExp),
|
|
3415
|
+
"connectorId": zod_1.default.string().regex(exports.workSpacesRemoveConnectorPathConnectorIdRegExp)
|
|
3416
|
+
});
|
|
3417
|
+
/**
|
|
3418
|
+
* @summary Attaches a connector to a workspace — the access model for external
|
|
3419
|
+
connectors, mirroring dataspaces. Only after this can a flow in the
|
|
3420
|
+
workspace reference the connector, and the resolve endpoint checks
|
|
3421
|
+
the same attachment at call time.
|
|
3422
|
+
*/
|
|
3423
|
+
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}$');
|
|
3424
|
+
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}$');
|
|
3425
|
+
exports.workSpacesAddConnectorParams = zod_1.default.strictObject({
|
|
3426
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesAddConnectorPathWorkspaceIdRegExp),
|
|
3427
|
+
"connectorId": zod_1.default.string().regex(exports.workSpacesAddConnectorPathConnectorIdRegExp)
|
|
3428
|
+
});
|
|
3089
3429
|
/**
|
|
3090
3430
|
* @summary Removes a data space from a workspace.
|
|
3091
3431
|
*/
|
|
@@ -3143,6 +3483,7 @@ exports.workSpacesGetWorkspaceFilesResponse = zod_1.default.object({
|
|
|
3143
3483
|
"modifiedByUserId": zod_1.default.string().nullish(),
|
|
3144
3484
|
"status": zod_1.default.enum(['Uploaded', 'Ingested', 'Ingesting'])
|
|
3145
3485
|
})),
|
|
3486
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
3146
3487
|
"total": zod_1.default.number()
|
|
3147
3488
|
});
|
|
3148
3489
|
/**
|
|
@@ -3311,6 +3652,111 @@ exports.workSpacesSetActiveFlowLayoutParams = zod_1.default.strictObject({
|
|
|
3311
3652
|
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp)
|
|
3312
3653
|
});
|
|
3313
3654
|
exports.workSpacesSetActiveFlowLayoutBody = zod_1.default.any();
|
|
3655
|
+
/**
|
|
3656
|
+
* @summary Lists connectors with their auth settings — never a credential.
|
|
3657
|
+
*/
|
|
3658
|
+
exports.connectorsGetConnectorsQueryParams = zod_1.default.strictObject({
|
|
3659
|
+
"kind": zod_1.default.string().optional()
|
|
3660
|
+
});
|
|
3661
|
+
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}$');
|
|
3662
|
+
exports.connectorsGetConnectorsResponseItem = zod_1.default.object({
|
|
3663
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3664
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3665
|
+
"authType": zod_1.default.string(),
|
|
3666
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3667
|
+
"createdByUserId": zod_1.default.string(),
|
|
3668
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3669
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorsResponseIdRegExp),
|
|
3670
|
+
"kind": zod_1.default.string(),
|
|
3671
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3672
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3673
|
+
"name": zod_1.default.string(),
|
|
3674
|
+
"url": zod_1.default.string()
|
|
3675
|
+
});
|
|
3676
|
+
exports.connectorsGetConnectorsResponse = zod_1.default.array(exports.connectorsGetConnectorsResponseItem);
|
|
3677
|
+
/**
|
|
3678
|
+
* @summary Creates a connector and its shared credential in one call: the value
|
|
3679
|
+
goes to Key Vault, the row stores only the reference.
|
|
3680
|
+
*/
|
|
3681
|
+
exports.connectorsCreateConnectorBody = zod_1.default.strictObject({
|
|
3682
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3683
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3684
|
+
"authType": zod_1.default.string(),
|
|
3685
|
+
"kind": zod_1.default.string(),
|
|
3686
|
+
"name": zod_1.default.string(),
|
|
3687
|
+
"secret": zod_1.default.string().nullish(),
|
|
3688
|
+
"url": zod_1.default.string()
|
|
3689
|
+
});
|
|
3690
|
+
/**
|
|
3691
|
+
* @summary Picker list for workspace editors: id, name and kind only. Gated on
|
|
3692
|
+
WorkspaceEdit rather than Admin because attaching a connector to a
|
|
3693
|
+
workspace is a workspace-editor action, and the picker is how they
|
|
3694
|
+
choose one. Admins pass this gate via the role bypass.
|
|
3695
|
+
*/
|
|
3696
|
+
exports.connectorsGetConnectorSummariesQueryParams = zod_1.default.strictObject({
|
|
3697
|
+
"kind": zod_1.default.string().optional()
|
|
3698
|
+
});
|
|
3699
|
+
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}$');
|
|
3700
|
+
exports.connectorsGetConnectorSummariesResponseItem = zod_1.default.object({
|
|
3701
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorSummariesResponseIdRegExp),
|
|
3702
|
+
"kind": zod_1.default.string(),
|
|
3703
|
+
"name": zod_1.default.string()
|
|
3704
|
+
});
|
|
3705
|
+
exports.connectorsGetConnectorSummariesResponse = zod_1.default.array(exports.connectorsGetConnectorSummariesResponseItem);
|
|
3706
|
+
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}$');
|
|
3707
|
+
exports.connectorsDeleteConnectorParams = zod_1.default.strictObject({
|
|
3708
|
+
"id": zod_1.default.string().regex(exports.connectorsDeleteConnectorPathIdRegExp)
|
|
3709
|
+
});
|
|
3710
|
+
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}$');
|
|
3711
|
+
exports.connectorsGetConnectorParams = zod_1.default.strictObject({
|
|
3712
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorPathIdRegExp)
|
|
3713
|
+
});
|
|
3714
|
+
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}$');
|
|
3715
|
+
exports.connectorsGetConnectorResponse = 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.connectorsGetConnectorResponseIdRegExp),
|
|
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
|
+
});
|
|
3729
|
+
/**
|
|
3730
|
+
* @summary Updates a connector. Omit `Secret` to leave the credential
|
|
3731
|
+
untouched; supply one to rotate it.
|
|
3732
|
+
*/
|
|
3733
|
+
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}$');
|
|
3734
|
+
exports.connectorsUpdateConnectorParams = zod_1.default.strictObject({
|
|
3735
|
+
"id": zod_1.default.string().regex(exports.connectorsUpdateConnectorPathIdRegExp)
|
|
3736
|
+
});
|
|
3737
|
+
exports.connectorsUpdateConnectorBody = zod_1.default.strictObject({
|
|
3738
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3739
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3740
|
+
"authType": zod_1.default.string(),
|
|
3741
|
+
"name": zod_1.default.string(),
|
|
3742
|
+
"secret": zod_1.default.string().nullish(),
|
|
3743
|
+
"url": zod_1.default.string()
|
|
3744
|
+
});
|
|
3745
|
+
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}$');
|
|
3746
|
+
exports.connectorsUpdateConnectorResponse = zod_1.default.object({
|
|
3747
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3748
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3749
|
+
"authType": zod_1.default.string(),
|
|
3750
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3751
|
+
"createdByUserId": zod_1.default.string(),
|
|
3752
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3753
|
+
"id": zod_1.default.string().regex(exports.connectorsUpdateConnectorResponseIdRegExp),
|
|
3754
|
+
"kind": zod_1.default.string(),
|
|
3755
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3756
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3757
|
+
"name": zod_1.default.string(),
|
|
3758
|
+
"url": zod_1.default.string()
|
|
3759
|
+
});
|
|
3314
3760
|
/**
|
|
3315
3761
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
3316
3762
|
*/
|
|
@@ -3407,6 +3853,8 @@ exports.messageThreadsGetWorkspaceExecutionsResponse = zod_1.default.object({
|
|
|
3407
3853
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
3408
3854
|
"data": zod_1.default.any(),
|
|
3409
3855
|
"id": zod_1.default.string().regex(exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemValueIdRegExp),
|
|
3856
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
3857
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
3410
3858
|
"source": zod_1.default.object({
|
|
3411
3859
|
"node": zod_1.default.string(),
|
|
3412
3860
|
"pin": zod_1.default.string().nullish(),
|
|
@@ -3419,12 +3867,16 @@ exports.messageThreadsGetWorkspaceExecutionsResponse = zod_1.default.object({
|
|
|
3419
3867
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
3420
3868
|
"data": zod_1.default.any(),
|
|
3421
3869
|
"id": zod_1.default.string().regex(exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemOutputsItemIdRegExp),
|
|
3870
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
3871
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
3422
3872
|
"source": zod_1.default.object({
|
|
3423
3873
|
"node": zod_1.default.string(),
|
|
3424
3874
|
"pin": zod_1.default.string().nullish(),
|
|
3425
3875
|
"port": zod_1.default.string().nullish()
|
|
3426
3876
|
})
|
|
3427
|
-
}))
|
|
3877
|
+
})),
|
|
3878
|
+
"seq": zod_1.default.number().nullish(),
|
|
3879
|
+
"startedAt": zod_1.default.iso.datetime({}).nullish()
|
|
3428
3880
|
})),
|
|
3429
3881
|
"total": zod_1.default.number()
|
|
3430
3882
|
});
|
|
@@ -3466,6 +3918,8 @@ exports.messageThreadsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
3466
3918
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
3467
3919
|
"data": zod_1.default.any(),
|
|
3468
3920
|
"id": zod_1.default.string().regex(exports.messageThreadsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp),
|
|
3921
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
3922
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
3469
3923
|
"source": zod_1.default.object({
|
|
3470
3924
|
"node": zod_1.default.string(),
|
|
3471
3925
|
"pin": zod_1.default.string().nullish(),
|
|
@@ -3478,12 +3932,45 @@ exports.messageThreadsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
3478
3932
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
3479
3933
|
"data": zod_1.default.any(),
|
|
3480
3934
|
"id": zod_1.default.string().regex(exports.messageThreadsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp),
|
|
3935
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
3936
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
3481
3937
|
"source": zod_1.default.object({
|
|
3482
3938
|
"node": zod_1.default.string(),
|
|
3483
3939
|
"pin": zod_1.default.string().nullish(),
|
|
3484
3940
|
"port": zod_1.default.string().nullish()
|
|
3485
3941
|
})
|
|
3486
|
-
}))
|
|
3942
|
+
})),
|
|
3943
|
+
"seq": zod_1.default.number().nullish(),
|
|
3944
|
+
"startedAt": zod_1.default.iso.datetime({}).nullish()
|
|
3945
|
+
})),
|
|
3946
|
+
"total": zod_1.default.number()
|
|
3947
|
+
});
|
|
3948
|
+
/**
|
|
3949
|
+
* @summary Lists a workspace's flow runs, newest first (chat threads, designer
|
|
3950
|
+
runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
|
|
3951
|
+
*/
|
|
3952
|
+
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}$');
|
|
3953
|
+
exports.flowRunsGetWorkspaceRunsParams = zod_1.default.strictObject({
|
|
3954
|
+
"workspaceId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp).describe('Workspace whose runs to list')
|
|
3955
|
+
});
|
|
3956
|
+
exports.flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
|
|
3957
|
+
exports.flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
|
|
3958
|
+
exports.flowRunsGetWorkspaceRunsQueryParams = zod_1.default.strictObject({
|
|
3959
|
+
"skip": zod_1.default.number().optional().describe('Number of records to skip'),
|
|
3960
|
+
"take": zod_1.default.number().default(exports.flowRunsGetWorkspaceRunsQueryTakeDefault).describe('Number of records to take')
|
|
3961
|
+
});
|
|
3962
|
+
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}$');
|
|
3963
|
+
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}$');
|
|
3964
|
+
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}$');
|
|
3965
|
+
exports.flowRunsGetWorkspaceRunsResponse = zod_1.default.object({
|
|
3966
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
3967
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3968
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3969
|
+
"flowDefinitionId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp).nullish(),
|
|
3970
|
+
"flowId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp).nullish(),
|
|
3971
|
+
"flowRunId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp),
|
|
3972
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3973
|
+
"status": zod_1.default.string()
|
|
3487
3974
|
})),
|
|
3488
3975
|
"total": zod_1.default.number()
|
|
3489
3976
|
});
|