@smartspace/api-client 0.1.0-dev.2b42fc5 → 0.1.0-dev.2b6278e
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 +30 -18
- package/dist/generated/chat/models/aiModel.d.ts +1 -0
- package/dist/generated/chat/models/aiModelSummary.d.ts +1 -0
- package/dist/generated/chat/models/connectorsConnectorSummary.d.ts +12 -0
- package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
- package/dist/generated/chat/models/dataSourceContainer.d.ts +2 -0
- package/dist/generated/chat/models/enumsNotificationType.d.ts +1 -0
- package/dist/generated/chat/models/enumsNotificationType.js +1 -0
- package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
- package/dist/generated/chat/models/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 +39 -0
- package/dist/generated/chat/zod.js +44 -6
- package/dist/generated/config/api.d.ts +59 -1
- package/dist/generated/config/api.js +272 -3
- package/dist/generated/config/api.msw.d.ts +47 -1
- package/dist/generated/config/api.msw.js +446 -59
- 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/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → configApiFlowRunIdentityMapRequest.d.ts} +2 -3
- package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
- package/dist/generated/config/models/connectorsConnector.js +8 -0
- package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
- package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
- package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
- package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
- package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
- package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
- package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
- package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
- package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
- package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
- package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
- package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
- package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
- package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
- package/dist/generated/config/models/containerItem.d.ts +29 -0
- package/dist/generated/config/models/containerItem.js +8 -0
- package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
- package/dist/generated/config/models/dataSetsDataSet.d.ts +2 -0
- package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
- package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
- package/dist/generated/config/models/dataSetsGetParams.d.ts +2 -0
- package/dist/generated/config/models/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/enumsActivityType.d.ts +1 -0
- package/dist/generated/config/models/enumsActivityType.js +1 -0
- package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
- package/dist/generated/config/models/enumsNotificationType.js +1 -0
- package/dist/generated/config/models/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/flowsFlowConstant.d.ts +1 -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 +33 -2
- package/dist/generated/config/models/index.js +33 -2
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiFlowValueModel.d.ts +4 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiFunctionExecutionDebugModel.d.ts +4 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
- package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
- package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
- package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
- package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
- package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
- package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
- package/dist/generated/config/models/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 +13 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSetsDataSet.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionMessageThreadMessageThreadSummary.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +13 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +13 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpaceTemplatesTemplate.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.d.ts +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +13 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
- package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
- package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
- package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
- package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
- package/dist/generated/config/models/syncsGetParams.js +8 -0
- package/dist/generated/config/models/syncsSync.d.ts +30 -0
- package/dist/generated/config/models/syncsSync.js +2 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +18 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
- package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
- package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
- package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
- package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
- package/dist/generated/config/models/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 +796 -4
- package/dist/generated/config/zod.js +722 -31
- package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.d.ts +7 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
- package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
- package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +20 -9
- package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
- package/dist/signalr.d.ts +3 -1
- package/dist/signalr.js +3 -0
- package/package.json +2 -2
- /package/dist/generated/config/models/{blocksUsedInWorkspaceRef.js → blocksUsedInRef.js} +0 -0
- /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → configApiFlowRunIdentityMapRequest.js} +0 -0
|
@@ -4,19 +4,22 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.activityGetLoggingQueryWorkSpaceIdRegExp = exports.activityExportLoggingsResponse = exports.activityExportLoggingsQueryParams = exports.activityExportLoggingsQueryWorkSpaceIdRegExp = exports.accessDeleteAccessParams = exports.accessDeleteAccessPathIdRegExp = exports.accessGetUsersInRoleUsersResponse = exports.accessGetUsersInRoleUsersQueryParams = exports.accessGetUsersInRoleUsersQueryAssignedWorkspaceIdRegExp = exports.accessGetUsersInRoleUsersQueryTakeDefault = exports.accessGetUsersInRoleUsersQuerySkipDefault = exports.accessSearchUsersResponse = exports.accessSearchUsersQueryParams = exports.accessSearchUsersQueryTakeDefault = exports.accessSearchUsersQuerySkipDefault = exports.accessSearchUsersQueryWorkspaceIdRegExp = exports.accessSearchServicePrincipalsResponse = exports.accessSearchServicePrincipalsQueryParams = exports.accessSearchServicePrincipalsQueryTakeDefault = exports.accessSearchServicePrincipalsQuerySkipDefault = exports.accessSearchServicePrincipalsQueryWorkspaceIdRegExp = exports.accessSearchGroupsResponse = exports.accessSearchGroupsQueryParams = exports.accessSearchGroupsQueryTakeDefault = exports.accessSearchGroupsQuerySkipDefault = exports.accessSearchGroupsQueryWorkspaceIdRegExp = exports.accessGetUsersInRoleRolesRoleIdUsersResponse = exports.accessGetUsersInRoleRolesRoleIdUsersQueryParams = exports.accessGetUsersInRoleRolesRoleIdUsersQueryTakeDefault = exports.accessGetUsersInRoleRolesRoleIdUsersQuerySkipDefault = exports.accessGetUsersInRoleRolesRoleIdUsersParams = exports.accessGetUsersInRoleRolesRoleIdUsersPathRoleIdRegExp = exports.accessGetAppRolesResponse = exports.accessGetAppRolesResponseItem = exports.accessGetAppRolesResponseIdRegExp = exports.accessGetGroupsResponse = exports.accessGetGroupsQueryParams = exports.accessGetGroupsQueryTakeDefault = exports.accessGetGroupsQuerySkipDefault = exports.accessAddAccessBody = exports.accessAddAccessBodyWorkSpaceIdRegExp = exports.accessGetAccessesResponse = exports.accessGetAccessesResponseDataItemWorkSpaceIdRegExp = exports.accessGetAccessesResponseDataItemMessageThreadIdRegExp = exports.accessGetAccessesResponseDataItemMessageIdRegExp = exports.accessGetAccessesResponseDataItemIdRegExp = exports.accessGetAccessesQueryParams = exports.accessGetAccessesQuerySkipDefault = exports.accessGetAccessesQueryTakeDefault = exports.accessGetAccessesQueryWorkspaceIdRegExp = void 0;
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
7
|
+
exports.containersPostResponse = exports.containersPostResponseItem = exports.containersPostResponseWorkSpaceIdRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemIdRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemIdRegExp = exports.containersPostResponseIdRegExp = exports.containersPostResponseFlowTriggersItemIdRegExp = exports.containersPostResponseFlowTriggersItemFlowIdRegExp = exports.containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp = exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp = exports.containersPostResponseFlowIdRegExp = exports.containersPostResponseFlowActiveFlowDefinitionIdRegExp = exports.containersPostResponseDataSetVersionRegExp = exports.containersPostResponseDataSetIdRegExp = exports.containersPostQueryParams = exports.containersPostQueryDataSetIdRegExp = exports.containersPostParams = exports.containersPostPathContainerIdRegExp = exports.containersReingestContainerItemParams = exports.containersReingestContainerItemPathContainerItemIdRegExp = exports.blocksGetBlockSourceResponse = exports.blocksGetBlockSourceParams = exports.blocksGetSdkBlocksResponse = exports.blocksGetSdkBlocksResponseItem = exports.blocksGetBlocksResponse = exports.blocksGetBlocksResponseBlockSetIdRegExp = exports.blocksGetBlocksQueryParams = exports.blockSetsAddBlockSetBody = exports.blockSetsAddBlockSetParams = exports.blockSetsRenameBlockSetBody = exports.blockSetsRenameBlockSetParams = exports.blockSetsDeleteBlockSetParams = exports.blockSetsGetDeployedBlockFilesParams = exports.blockSetsGetDeployedBlockCodeParams = exports.blockSetsGetBlockSetsResponse = exports.blockSetsGetBlockSetsResponseItem = exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp = exports.blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp = exports.blockSetsGetBlockSetsResponseIdRegExp = exports.blockSetsGetBlockSetsQueryParams = exports.applicationUpdateGetLatestAvailableVersionResponse = exports.applicationUpdateGetCurrentVersionResponse = exports.applicationUpdateGetLatestDeploymentResponse = exports.activityGetLoggingResponse = exports.activityGetLoggingResponseDataItemWorkSpaceIdRegExp = exports.activityGetLoggingResponseDataItemIdRegExp = exports.activityGetLoggingQueryParams = exports.activityGetLoggingQuerySkipDefault = exports.activityGetLoggingQueryTakeDefault = void 0;
|
|
8
|
+
exports.dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp = exports.dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp = exports.dataSetsGetContainerItemsRunHistoryQueryParams = exports.dataSetsGetContainerItemsRunHistoryQueryTakeDefault = exports.dataSetsGetContainerItemsRunHistoryQuerySkipDefault = exports.dataSetsGetContainerItemsRunHistoryParams = exports.dataSetsGetContainerItemsRunHistoryPathIdRegExp = exports.dataSetsClearParams = exports.dataSetsClearPathIdRegExp = exports.dataSetsPutBasicInfoBody = exports.dataSetsPutBasicInfoParams = exports.dataSetsPutBasicInfoPathIdRegExp = exports.dataSetsPutResponse = exports.dataSetsPutResponseVersionRegExp = exports.dataSetsPutResponseIdRegExp = exports.dataSetsPutResponseHonourDeletesContainerIdsItemRegExp = exports.dataSetsPutResponseFlowIdRegExp = exports.dataSetsPutResponseDataSpaceIdRegExp = exports.dataSetsPutBody = exports.dataSetsPutBodyIdRegExp = exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp = exports.dataSetsPutParams = exports.dataSetsGetByIdResponse = exports.dataSetsGetByIdResponseVersionRegExp = exports.dataSetsGetByIdResponseIdRegExp = exports.dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp = exports.dataSetsGetByIdResponseFlowIdRegExp = exports.dataSetsGetByIdResponseDataSpaceIdRegExp = exports.dataSetsGetByIdParams = exports.dataSetsGetByIdPathIdRegExp = exports.dataSetsDeleteParams = exports.dataSetsDeletePathIdRegExp = exports.dataSetsGetItemResponse = exports.dataSetsGetItemResponseMetadataFlowRunIdRegExp = exports.dataSetsGetItemResponseMetadataDataSetIdRegExp = exports.dataSetsGetItemResponseMetadataContainerItemIdRegExp = exports.dataSetsGetItemResponseMetadataContainerIdRegExp = exports.dataSetsGetItemResponseIdRegExp = exports.dataSetsGetItemParams = exports.dataSetsGetItemPathIdRegExp = exports.dataSetsGetItemPathDataSetIdRegExp = exports.dataSetsGetResponse = exports.dataSetsGetResponseDataItemVersionRegExp = exports.dataSetsGetResponseDataItemIdRegExp = exports.dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp = exports.dataSetsGetResponseDataItemFlowIdRegExp = exports.dataSetsGetResponseDataItemDataSpaceIdRegExp = exports.dataSetsGetQueryParams = exports.dataSetsGetQuerySkipDefault = exports.dataSetsGetQueryTakeDefault = void 0;
|
|
9
|
+
exports.dataSetsDeleteDataSetPropertyPathIdRegExp = exports.dataSetsAddDataSetPropertyResponse = exports.dataSetsAddDataSetPropertyBody = exports.dataSetsAddDataSetPropertyParams = exports.dataSetsAddDataSetPropertyPathIdRegExp = exports.dataSetsDeleteItemParams = exports.dataSetsDeleteItemPathItemIdRegExp = exports.dataSetsDeleteItemPathIdRegExp = exports.dataSetsSearchItemsResponse = exports.dataSetsSearchItemsResponseDataItemMetadataFlowRunIdRegExp = exports.dataSetsSearchItemsResponseDataItemMetadataDataSetIdRegExp = exports.dataSetsSearchItemsResponseDataItemMetadataContainerItemIdRegExp = exports.dataSetsSearchItemsResponseDataItemMetadataContainerIdRegExp = exports.dataSetsSearchItemsResponseDataItemIdRegExp = exports.dataSetsSearchItemsBody = exports.dataSetsSearchItemsParams = exports.dataSetsSearchItemsPathIdRegExp = exports.dataSetsAddItemBody = exports.dataSetsAddItemBodyIdRegExp = exports.dataSetsAddItemParams = exports.dataSetsAddItemPathIdRegExp = exports.dataSetsGetItemsResponse = exports.dataSetsGetItemsResponseDataItemMetadataFlowRunIdRegExp = exports.dataSetsGetItemsResponseDataItemMetadataDataSetIdRegExp = exports.dataSetsGetItemsResponseDataItemMetadataContainerItemIdRegExp = exports.dataSetsGetItemsResponseDataItemMetadataContainerIdRegExp = exports.dataSetsGetItemsResponseDataItemIdRegExp = exports.dataSetsGetItemsQueryParams = exports.dataSetsGetItemsQueryTakeDefault = exports.dataSetsGetItemsQuerySkipDefault = exports.dataSetsGetItemsParams = exports.dataSetsGetItemsPathIdRegExp = exports.dataSetsExportResponse = exports.dataSetsExportResponseWorkspaceIdRegExp = exports.dataSetsExportResponseThreadIdRegExp = exports.dataSetsExportResponseIdRegExp = exports.dataSetsExportParams = exports.dataSetsExportPathIdRegExp = exports.dataSetsSetDataspaceResponse = exports.dataSetsSetDataspaceResponseVersionRegExp = exports.dataSetsSetDataspaceResponseIdRegExp = exports.dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp = exports.dataSetsSetDataspaceResponseFlowIdRegExp = exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp = exports.dataSetsSetDataspaceBody = exports.dataSetsSetDataspaceBodyRegExp = exports.dataSetsSetDataspaceParams = exports.dataSetsSetDataspacePathIdRegExp = exports.dataSetsGetContainerItemsRunHistoryResponse = exports.dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp = void 0;
|
|
10
|
+
exports.dataSourcesContainersResponseDataSourceIdRegExp = exports.dataSourcesContainersQueryParams = exports.dataSourcesContainersParams = exports.dataSourcesContainersPathDataSourceIdRegExp = exports.dataSourcesPutBody = exports.dataSourcesPutParams = exports.dataSourcesPutPathDataSourceIdRegExp = exports.dataSourcesDeleteParams = exports.dataSourcesDeletePathDataSourceIdRegExp = exports.dataSourcesPostResponse = exports.dataSourcesPostResponseIdRegExp = exports.dataSourcesPostResponseContainersItemIdRegExp = exports.dataSourcesPostResponseContainersItemDataSourceIdRegExp = exports.dataSourcesPostBody = exports.dataSourcesGetResponse = exports.dataSourcesGetResponseDataItemIdRegExp = exports.dataSourcesGetResponseDataItemContainersItemIdRegExp = exports.dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp = exports.dataSourcesGetQueryParams = exports.dataSourcesGetQuerySkipDefault = exports.dataSourcesGetQueryTakeDefault = exports.dataSourceTypesTestConnectionResponse = exports.dataSourceTypesTestConnectionBody = exports.dataSourceTypesGetAvailableContainersResponse = exports.dataSourceTypesGetAvailableContainersResponseItem = exports.dataSourceTypesGetAvailableContainersBody = exports.dataSourceTypesGetResponse = exports.dataSourceTypesGetResponseItem = exports.dataSetsPutSourceDeletesBody = exports.dataSetsPutSourceDeletesBodyContainerIdRegExp = exports.dataSetsPutSourceDeletesParams = exports.dataSetsPutSourceDeletesPathIdRegExp = exports.dataSetsPutScopingBody = exports.dataSetsPutScopingParams = exports.dataSetsPutScopingPathIdRegExp = exports.dataSetsGetIngestionRunsResponse = exports.dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp = exports.dataSetsGetIngestionRunsResponseDataItemItemIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp = exports.dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemCausedByRegExp = exports.dataSetsGetIngestionRunsQueryParams = exports.dataSetsGetIngestionRunsQueryItemIdRegExp = exports.dataSetsGetIngestionRunsQueryTakeDefault = exports.dataSetsGetIngestionRunsQuerySkipDefault = exports.dataSetsGetIngestionRunsParams = exports.dataSetsGetIngestionRunsPathIdRegExp = exports.dataSetsDeleteDataSetPropertyParams = void 0;
|
|
11
|
+
exports.dataSpacesGetByIdResponse = exports.dataSpacesGetByIdResponseWorkSpacesItemIdRegExp = exports.dataSpacesGetByIdResponseParentWorkspaceIdRegExp = exports.dataSpacesGetByIdResponseIdRegExp = exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp = exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp = exports.dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp = exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp = exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp = exports.dataSpacesGetByIdParams = exports.dataSpacesGetByIdPathIdRegExp = exports.dataSpacesDeleteParams = exports.dataSpacesDeletePathIdRegExp = exports.dataSpacesPostBody = exports.dataSpacesPostBodyDataSetIdsItemRegExp = exports.dataSpacesGetResponse = exports.dataSpacesGetResponseDataItemWorkSpacesItemIdRegExp = exports.dataSpacesGetResponseDataItemParentWorkspaceIdRegExp = exports.dataSpacesGetResponseDataItemIdRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp = exports.dataSpacesGetQueryParams = exports.dataSpacesGetQuerySkipDefault = exports.dataSpacesGetQueryTakeDefault = exports.dataSourcesAddAdminParams = exports.dataSourcesAddAdminPathIdRegExp = exports.dataSourcesDeleteAdminParams = exports.dataSourcesDeleteAdminPathIdRegExp = exports.dataSourcesGetAdminUsersResponse = exports.dataSourcesGetAdminUsersResponseItem = exports.dataSourcesGetAdminUsersParams = exports.dataSourcesGetAdminUsersPathIdRegExp = exports.dataSourcesRequestSyncParams = exports.dataSourcesRequestSyncPathDataSourceIdRegExp = exports.dataSourcesUpdateCredentialsBody = exports.dataSourcesUpdateCredentialsParams = exports.dataSourcesUpdateCredentialsPathDataSourceIdRegExp = exports.dataSourcesContainerSchemaQueryParams = exports.dataSourcesContainerSchemaParams = exports.dataSourcesContainerSchemaPathDataSourceIdRegExp = exports.dataSourcesPreviewContainerResponse = exports.dataSourcesPreviewContainerBody = exports.dataSourcesPreviewContainerParams = exports.dataSourcesPreviewContainerPathDataSourceIdRegExp = exports.dataSourcesContainersResponse = exports.dataSourcesContainersResponseItem = exports.dataSourcesContainersResponseIdRegExp = void 0;
|
|
12
|
+
exports.draftsSaveDraftParams = exports.draftsToggleDraftBody = exports.draftsToggleDraftParams = exports.draftsGetDraftResponse = exports.draftsGetDraftParams = exports.draftsDeleteDraftParams = exports.draftsListDraftsResponse = exports.draftsListDraftsResponseItem = exports.diagnosticsGetMongoIndexesResponse = exports.debugInvokeBody = exports.debugInvokeBodyItem = exports.debugInvokeParams = exports.dataSpacesPostDatasetBody = exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = exports.dataSpacesPostDatasetParams = exports.dataSpacesPostDatasetPathIdRegExp = exports.dataSpacesGetDataSetsResponse = exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp = exports.dataSpacesGetDataSetsResponseDataItemIdRegExp = exports.dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp = exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp = exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp = exports.dataSpacesGetDataSetsQueryParams = exports.dataSpacesGetDataSetsQuerySkipDefault = exports.dataSpacesGetDataSetsQueryTakeDefault = exports.dataSpacesGetDataSetsParams = exports.dataSpacesGetDataSetsPathIdRegExp = exports.dataSpacesAddAdminParams = exports.dataSpacesAddAdminPathIdRegExp = exports.dataSpacesDeleteAdminParams = exports.dataSpacesDeleteAdminPathIdRegExp = exports.dataSpacesGetAdminUsersResponse = exports.dataSpacesGetAdminUsersResponseItem = exports.dataSpacesGetAdminUsersResponseDataSpaceIdRegExp = exports.dataSpacesGetAdminUsersParams = exports.dataSpacesGetAdminUsersPathIdRegExp = exports.dataSpacesPutResponse = exports.dataSpacesPutResponseWorkSpacesItemIdRegExp = exports.dataSpacesPutResponseParentWorkspaceIdRegExp = exports.dataSpacesPutResponseIdRegExp = exports.dataSpacesPutResponseDataSetsItemVersionRegExp = exports.dataSpacesPutResponseDataSetsItemIdRegExp = exports.dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp = exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp = exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp = exports.dataSpacesPutBody = exports.dataSpacesPutBodyIdRegExp = exports.dataSpacesPutBodyDataSetIdsItemRegExp = exports.dataSpacesPutParams = exports.dataSpacesPutPathIdRegExp = void 0;
|
|
13
|
+
exports.flowRunsGetFlowRunParams = exports.flowRunsGetFlowRunPathIdRegExp = exports.flowRunsGetFileFromFlowRunIdResponse = exports.flowRunsGetFileFromFlowRunIdResponseWorkspaceIdRegExp = exports.flowRunsGetFileFromFlowRunIdResponseThreadIdRegExp = exports.flowRunsGetFileFromFlowRunIdResponseIdRegExp = exports.flowRunsGetFileFromFlowRunIdParams = exports.flowRunsGetFileFromFlowRunIdPathFlowRunIdRegExp = exports.flowRunsSearchFlowRunsQueryParams = exports.flowRunsSearchFlowRunsQueryTakeDefault = exports.flowRunsSearchFlowRunsQuerySkipDefault = exports.flowRunsSearchFlowRunsQueryDataSetIdRegExp = exports.flowRunsCreateFlowRunBody = exports.flowRunsCreateFlowRunQueryParams = exports.flowRunsCreateFlowRunQueryFlowIdRegExp = exports.filesGetUriResponse = exports.filesGetUriQueryParams = exports.filesGetUriQueryWorkspaceIdRegExpOne = exports.filesGetUriQueryThreadIdRegExpOne = exports.filesGetUriParams = exports.filesGetUriPathIdRegExpOne = exports.filesDownloadFileQueryParams = exports.filesDownloadFileQueryWorkspaceIdRegExpOne = exports.filesDownloadFileQueryThreadIdRegExpOne = exports.filesDownloadFileParams = exports.filesDownloadFilePathIdRegExpOne = exports.filesGetFileInfoResponse = exports.filesGetFileInfoResponseWorkspaceIdRegExpOne = exports.filesGetFileInfoResponseThreadIdRegExpOne = exports.filesGetFileInfoResponseIdRegExpOne = exports.filesGetFileInfoQueryParams = exports.filesGetFileInfoQueryWorkspaceIdRegExpOne = exports.filesGetFileInfoQueryThreadIdRegExpOne = exports.filesGetFileInfoParams = exports.filesGetFileInfoPathIdRegExpOne = exports.filesUploadFilesResponse = exports.filesUploadFilesResponseItem = exports.filesUploadFilesResponseWorkspaceIdRegExpOne = exports.filesUploadFilesResponseThreadIdRegExpOne = exports.filesUploadFilesResponseIdRegExpOne = exports.filesUploadFilesBody = exports.filesUploadFilesBodyWorkspaceIdRegExpOne = exports.filesUploadFilesBodyUploadIdRegExpOne = exports.filesUploadFilesBodyThreadIdRegExpOne = exports.draftsPublishDraftResponse = exports.draftsPublishDraftResponseBlockSetIdRegExp = exports.draftsPublishDraftBody = exports.draftsPublishDraftParams = exports.draftsSaveDraftResponse = exports.draftsSaveDraftBody = void 0;
|
|
14
|
+
exports.modelProvidersGetProviderParams = exports.modelProvidersGetProviderPathIdRegExp = exports.modelProvidersGetModelProviderTypeDeployableModelsParams = exports.modelProvidersCreateProviderBody = exports.modelProvidersCreateProviderBodyIdRegExp = exports.modelProvidersGetProvidersQueryParams = exports.modelProvidersGetProvidersQuerySkipDefault = exports.modelProvidersGetProvidersQueryTakeDefault = exports.flowsSetActiveFlowDefinitionBody = exports.flowsSetActiveFlowDefinitionParams = exports.flowsSetActiveFlowDefinitionPathIdRegExp = exports.flowsGetParams = exports.flowsGetPathIdRegExp = exports.flowRunsSetVariableBody = exports.flowRunsSetVariableParams = exports.flowRunsSetVariablePathIdRegExpOne = exports.flowRunsGetVariablesResponse = exports.flowRunsGetVariablesParams = exports.flowRunsGetVariablesPathIdRegExpOne = exports.flowRunsGetFlowValueDownloadParams = exports.flowRunsGetFlowValueDownloadPathValueIdRegExp = exports.flowRunsGetFlowValueDownloadPathIdRegExp = exports.flowRunsGetStepExecutionResponse = exports.flowRunsGetStepExecutionResponseOutputsItemIdRegExp = exports.flowRunsGetStepExecutionResponseInputsItemValueIdRegExp = exports.flowRunsGetStepExecutionResponseInputsItemIdRegExp = exports.flowRunsGetStepExecutionResponseIdRegExp = exports.flowRunsGetStepExecutionParams = exports.flowRunsGetStepExecutionPathExecutionIdRegExp = exports.flowRunsGetStepExecutionPathIdRegExp = exports.flowRunsGetStepExecutionsResponse = exports.flowRunsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemIdRegExp = exports.flowRunsGetStepExecutionsQueryParams = exports.flowRunsGetStepExecutionsQuerySearchDefault = exports.flowRunsGetStepExecutionsQueryTakeDefault = exports.flowRunsGetStepExecutionsQuerySkipDefault = exports.flowRunsGetStepExecutionsParams = exports.flowRunsGetStepExecutionsPathIdRegExp = exports.flowRunsAddFileIdFilesExistingBody = exports.flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp = exports.flowRunsAddFileIdFilesExistingParams = exports.flowRunsAddFileIdFilesExistingPathIdRegExp = exports.flowRunsAddFileIdFilesBody = exports.flowRunsAddFileIdFilesParams = exports.flowRunsAddFileIdFilesPathIdRegExp = exports.flowRunsCancelFlowRunParams = exports.flowRunsCancelFlowRunPathIdRegExpOne = void 0;
|
|
15
|
+
exports.notificationPutUpdateBodyItem = exports.notificationPutUpdateBodyRegExpOne = exports.notificationGetResponse = exports.notificationGetResponseDataItemWorkSpaceIdRegExpOne = exports.notificationGetResponseDataItemThreadIdRegExpOne = exports.notificationGetResponseDataItemIdRegExpOne = exports.notificationGetQueryParams = exports.notificationGetQuerySkipDefaultOne = exports.notificationGetQueryTakeDefaultOne = exports.modelsGetModelHealthResponse = exports.modelsGetModelHealthParams = exports.modelsGetModelHealthPathIdRegExp = exports.modelsGetDeploymentDockerLogsResponse = exports.modelsGetDeploymentDockerLogsParams = exports.modelsGetDeploymentDockerLogsPathIdRegExp = exports.modelsSetDefaultModelParams = exports.modelsSetDefaultModelPathIdRegExp = exports.modelsClearDefaultModelParams = exports.modelsClearDefaultModelPathIdRegExp = exports.modelsUpsertModelBody = exports.modelsUpsertModelBodyDeploymentProviderIdRegExpOne = exports.modelsUpsertModelBodyDeploymentProviderIdRegExp = exports.modelsUpsertModelParams = exports.modelsUpsertModelPathIdRegExp = exports.modelsGetModelResponse = exports.modelsGetModelResponseIdRegExpOne = exports.modelsGetModelResponseDeploymentStepsItemIdRegExpOne = exports.modelsGetModelResponseDeploymentProviderIdRegExpOne = exports.modelsGetModelResponseDeploymentIdRegExpOne = exports.modelsGetModelParams = exports.modelsGetModelPathIdRegExpOne = exports.modelsDeleteModelParams = exports.modelsDeleteModelPathIdRegExp = exports.modelsGetDefaultDockerFileResponse = exports.modelsGetDefaultDockerFileQueryParams = exports.modelsGetDefaultModelResponse = exports.modelsGetDefaultModelResponseIdRegExp = exports.modelsCreateModelBody = exports.modelsCreateModelBodyDeploymentProviderIdRegExpOne = exports.modelsCreateModelBodyDeploymentProviderIdRegExp = exports.modelsGetModelsResponse = exports.modelsGetModelsResponseDataItemIdRegExpOne = exports.modelsGetModelsQueryParams = exports.modelsGetModelsQuerySearchDefaultOne = exports.modelsGetModelsQuerySkipDefaultOne = exports.modelsGetModelsQueryTakeDefaultOne = exports.modelProvidersUpsertProviderBody = exports.modelProvidersUpsertProviderBodyIdRegExp = exports.modelProvidersUpsertProviderParams = exports.modelProvidersUpsertProviderPathIdRegExp = void 0;
|
|
16
|
+
exports.usersRemoveUserFromAllWorkSpacesQueryUserIdRegExp = exports.usersGetMyPermissionsResponse = exports.usersGetMyPermissionsResponseItem = exports.usersGetUsersByFilterParams = exports.usersGetUsersResponse = exports.usersGetUsersQueryParams = exports.usersGetUsersQueryTakeDefault = exports.usersGetUsersQuerySkipDefault = exports.tenantIdGetResultResponse = exports.syncsGetItemsResponse = exports.syncsGetItemsResponseDataItemIdRegExp = exports.syncsGetItemsResponseDataItemContainerIdRegExp = exports.syncsGetItemsQueryParams = exports.syncsGetItemsQueryTakeDefault = exports.syncsGetItemsQuerySkipDefault = exports.syncsGetItemsParams = exports.syncsGetItemsPathContainerIdRegExp = exports.syncsGetByIdResponse = exports.syncsGetByIdResponseIdRegExp = exports.syncsGetByIdResponseDataSourceIdRegExp = exports.syncsGetByIdResponseDataSetsItemVersionRegExp = exports.syncsGetByIdResponseDataSetsItemIdRegExp = exports.syncsGetByIdParams = exports.syncsGetByIdPathContainerIdRegExp = exports.syncsDeleteParams = exports.syncsDeletePathContainerIdRegExp = exports.syncsGetQueueResponse = exports.syncsGetQueueResponseWaitingDataSourceIdsItemRegExp = exports.syncsGetResponse = exports.syncsGetResponseDataItemIdRegExp = exports.syncsGetResponseDataItemDataSourceIdRegExp = exports.syncsGetResponseDataItemDataSetsItemVersionRegExp = exports.syncsGetResponseDataItemDataSetsItemIdRegExp = exports.syncsGetQueryParams = exports.syncsGetQueryDataSourceIdRegExp = exports.syncsGetQuerySkipDefault = exports.syncsGetQueryTakeDefault = exports.servicePrincipalsGetServicePrincipalsResponse = exports.servicePrincipalsGetServicePrincipalsQueryParams = exports.servicePrincipalsGetServicePrincipalsQueryTakeDefault = exports.servicePrincipalsGetServicePrincipalsQuerySkipDefault = exports.reportingGetTokensResponse = exports.reportingGetTokensQueryParams = exports.reportingGetTokensParams = exports.reportingGetRequestsResponse = exports.reportingGetRequestsQueryParams = exports.reportingGetRequestsParams = exports.planCalculateSmartSpaceUpgradeCostBody = exports.planUpdateSmartSpaceUpgradeBody = exports.notificationPutUpdateBody = void 0;
|
|
17
|
+
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = exports.workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne = exports.workSpacesGetGetQueryParams = exports.workSpacesGetGetQuerySkipDefaultOne = exports.workSpacesGetGetQueryTakeDefaultOne = exports.workSpaceTemplatesGetResponse = exports.workSpaceTemplatesGetResponseDataItemPublisherIdRegExp = exports.workSpaceTemplatesGetResponseDataItemLatestVersionIdRegExp = exports.workSpaceTemplatesGetResponseDataItemIdRegExp = exports.workSpaceTemplatesGetQueryParams = exports.workSpaceTemplatesGetQuerySearchDefault = exports.workSpaceTemplatesGetQuerySkipDefault = exports.workSpaceTemplatesGetQueryTakeDefault = exports.virtualMachinesGetVirtualMachineSizeResponse = exports.virtualMachinesGetVirtualMachineSizeResponseItem = exports.virtualMachinesGetVirtualMachineSizeParams = exports.virtualMachinesGetVirtualMachineLocationsResponse = exports.virtualMachinesGetVirtualMachineLocationsResponseItem = exports.usersRemoveUserPermissionParams = exports.usersRemoveUserPermissionPathUserIdRegExp = exports.usersAddUserPermissionBody = exports.usersAddUserPermissionBodyItem = exports.usersAddUserPermissionParams = exports.usersAddUserPermissionPathUserIdRegExp = exports.usersAdminPermissionQueryParams = exports.usersAdminPermissionParams = exports.usersAdminPermissionPathUserIdRegExp = exports.usersGetAccessWorkSpacesResponse = exports.usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp = exports.usersGetAccessWorkSpacesResponseDataItemIdRegExp = exports.usersGetAccessWorkSpacesQueryParams = exports.usersGetAccessWorkSpacesQueryTakeDefault = exports.usersGetAccessWorkSpacesQuerySkipDefault = exports.usersGetAccessWorkSpacesParams = exports.usersGetAccessWorkSpacesPathIdRegExp = exports.usersGetUserPhotoResponse = exports.usersGetUserPhotoParams = exports.usersGetUserPhotoPathIdRegExpOne = exports.usersGetUserDetailResponse = exports.usersGetUserDetailParams = exports.usersSearchUsersResponse = exports.usersSearchUsersResponseItem = exports.usersSearchUsersQueryParams = exports.usersSearchUsersQueryTakeDefault = exports.usersRemoveUserFromAllWorkSpacesQueryParams = void 0;
|
|
18
|
+
exports.workSpacesAddWorkspaceAdminPathIdRegExp = exports.workSpacesDeleteAdminParams = exports.workSpacesDeleteAdminPathUserIdRegExp = exports.workSpacesDeleteAdminPathIdRegExp = exports.workSpacesGetWorkspaceAdminsResponse = exports.workSpacesGetWorkspaceAdminsResponseItem = exports.workSpacesGetWorkspaceAdminsParams = exports.workSpacesGetWorkspaceAdminsPathIdRegExp = exports.workSpacesGetIdResponse = exports.workSpacesGetIdResponseSandBoxThreadIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentProviderIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentIdRegExpOne = exports.workSpacesGetIdResponseIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemWorkspacesInfoItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemParentWorkspaceIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemVersionRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = exports.workSpacesGetIdResponseConnectorsItemIdRegExpOne = exports.workSpacesGetIdParams = exports.workSpacesGetIdPathIdRegExpOne = exports.workSpacesDeleteParams = exports.workSpacesDeletePathIdRegExp = exports.workSpacesPostBody = exports.workSpacesPostBodyTemplateVersionIdRegExp = exports.workSpacesPostBodyModelConfigurationsItemModelIdRegExp = exports.workSpacesPostBodyIdRegExp = exports.workSpacesPostBodyDataSpacesItemRegExp = exports.workSpacesGetGetResponse = exports.workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentProviderIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentIdRegExpOne = exports.workSpacesGetGetResponseDataItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemWorkspacesInfoItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemParentWorkspaceIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemVersionRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne = void 0;
|
|
19
|
+
exports.workSpacesWorkspaceFilesResponseItem = exports.workSpacesWorkspaceFilesResponseFileWorkspaceIdRegExp = exports.workSpacesWorkspaceFilesResponseFileThreadIdRegExp = exports.workSpacesWorkspaceFilesResponseFileIdRegExp = exports.workSpacesWorkspaceFilesBody = exports.workSpacesWorkspaceFilesParams = exports.workSpacesWorkspaceFilesPathWorkspaceIdRegExp = exports.workSpacesGetWorkspaceFilesResponse = exports.workSpacesGetWorkspaceFilesResponseDataItemFileWorkspaceIdRegExp = exports.workSpacesGetWorkspaceFilesResponseDataItemFileThreadIdRegExp = exports.workSpacesGetWorkspaceFilesResponseDataItemFileIdRegExp = exports.workSpacesGetWorkspaceFilesQueryParams = exports.workSpacesGetWorkspaceFilesQuerySkipDefault = exports.workSpacesGetWorkspaceFilesQueryTakeDefault = exports.workSpacesGetWorkspaceFilesParams = exports.workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp = exports.workSpacesAddDataSpaceParams = exports.workSpacesAddDataSpacePathDataspaceIdRegExp = exports.workSpacesAddDataSpacePathWorkspaceIdRegExp = exports.workSpacesRemoveDataSpaceParams = exports.workSpacesRemoveDataSpacePathDataspaceIdRegExp = exports.workSpacesRemoveDataSpacePathWorkspaceIdRegExp = exports.workSpacesAddConnectorParams = exports.workSpacesAddConnectorPathConnectorIdRegExp = exports.workSpacesAddConnectorPathWorkspaceIdRegExp = exports.workSpacesRemoveConnectorParams = exports.workSpacesRemoveConnectorPathConnectorIdRegExp = exports.workSpacesRemoveConnectorPathWorkspaceIdRegExp = exports.workSpacesPutModelConfigurationBody = exports.workSpacesPutModelConfigurationBodyModelIdRegExp = exports.workSpacesPutModelConfigurationParams = exports.workSpacesPutModelConfigurationPathIdRegExp = exports.workSpacesDeleteModelConfigurationParams = exports.workSpacesDeleteModelConfigurationPathIdRegExp = exports.workSpacesGetThreadsResponse = exports.workSpacesGetThreadsResponseDataItemWorkSpaceIdRegExp = exports.workSpacesGetThreadsResponseDataItemIdRegExp = exports.workSpacesGetThreadsQueryParams = exports.workSpacesGetThreadsQuerySkipDefault = exports.workSpacesGetThreadsQueryTakeDefault = exports.workSpacesGetThreadsParams = exports.workSpacesGetThreadsPathIdRegExp = exports.workSpacesSetFavoritedBody = exports.workSpacesSetFavoritedParams = exports.workSpacesSetFavoritedPathIdRegExp = exports.workSpacesPutBody = exports.workSpacesPutParams = exports.workSpacesPutPathIdRegExp = exports.workSpacesAddWorkspaceAdminParams = exports.workSpacesAddWorkspaceAdminPathUserIdRegExp = void 0;
|
|
20
|
+
exports.messageThreadsGetWorkspaceExecutionsQueryTakeDefault = exports.messageThreadsGetWorkspaceExecutionsQuerySkipDefault = exports.messageThreadsGetWorkspaceExecutionsParams = exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp = exports.managedSecretsOverwriteManagedSecretValueResponse = exports.managedSecretsOverwriteManagedSecretValueResponseIdRegExp = exports.managedSecretsOverwriteManagedSecretValueBody = exports.managedSecretsOverwriteManagedSecretValueParams = exports.managedSecretsDeleteManagedSecretParams = exports.managedSecretsCreateManagedSecretBody = exports.managedSecretsGetManagedSecretsResponse = exports.managedSecretsGetManagedSecretsResponseItem = exports.managedSecretsGetManagedSecretsResponseIdRegExp = exports.documentsGetDocumentSasResponse = exports.documentsGetDocumentSasQueryParams = exports.documentsGetDocumentSasParams = exports.documentsGetDocumentSasPathDataSpaceIdRegExpOne = exports.connectorsUpdateConnectorResponse = exports.connectorsUpdateConnectorResponseIdRegExp = exports.connectorsUpdateConnectorBody = exports.connectorsUpdateConnectorParams = exports.connectorsUpdateConnectorPathIdRegExp = exports.connectorsGetConnectorResponse = exports.connectorsGetConnectorResponseIdRegExp = exports.connectorsGetConnectorParams = exports.connectorsGetConnectorPathIdRegExp = exports.connectorsDeleteConnectorParams = exports.connectorsDeleteConnectorPathIdRegExp = exports.connectorsGetConnectorSummariesResponse = exports.connectorsGetConnectorSummariesResponseItem = exports.connectorsGetConnectorSummariesResponseIdRegExp = exports.connectorsGetConnectorSummariesQueryParams = exports.connectorsCreateConnectorBody = exports.connectorsGetConnectorsResponse = exports.connectorsGetConnectorsResponseItem = exports.connectorsGetConnectorsResponseIdRegExp = exports.connectorsGetConnectorsQueryParams = exports.workSpacesSetActiveFlowLayoutBody = exports.workSpacesSetActiveFlowLayoutParams = exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp = exports.workSpacesSetActiveFlowBody = exports.workSpacesSetActiveFlowParams = exports.workSpacesSetActiveFlowPathWorkspaceIdRegExp = exports.workSpacesGetActiveFlowResponse = exports.workSpacesGetActiveFlowParams = exports.workSpacesGetActiveFlowPathWorkspaceIdRegExp = exports.workSpacesDeleteWorkspaceFileParams = exports.workSpacesDeleteWorkspaceFilePathFileIdRegExp = exports.workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp = exports.workSpacesWorkspaceFilesResponse = void 0;
|
|
21
|
+
exports.sandBoxThreadMessagesPathWorkspaceIdRegExp = exports.sandBoxGetThreadMessagesResponse = exports.sandBoxGetThreadMessagesResponseItem = exports.sandBoxGetThreadMessagesResponseValuesItemIdRegExp = exports.sandBoxGetThreadMessagesResponseMessageThreadIdRegExp = exports.sandBoxGetThreadMessagesResponseIdRegExp = exports.sandBoxGetThreadMessagesQueryParams = exports.sandBoxGetThreadMessagesQuerySkipDefault = exports.sandBoxGetThreadMessagesQueryTakeDefault = exports.sandBoxGetThreadMessagesParams = exports.sandBoxGetThreadMessagesPathWorkspaceIdRegExp = exports.sandBoxClearSandboxMessagesParams = exports.sandBoxClearSandboxMessagesPathWorkspaceIdRegExp = exports.sandBoxThreadMessageCreateByUsersProfileImagesResponse = exports.sandBoxThreadMessageCreateByUsersProfileImagesResponseItem = exports.sandBoxThreadMessageCreateByUsersProfileImagesParams = exports.sandBoxThreadMessageCreateByUsersProfileImagesPathWorkspaceIdRegExp = exports.sandBoxGetSandboxThreadResponse = exports.sandBoxGetSandboxThreadResponseWorkSpaceIdRegExp = exports.sandBoxGetSandboxThreadResponseIdRegExp = exports.sandBoxGetSandboxThreadParams = exports.sandBoxGetSandboxThreadPathWorkspaceIdRegExp = exports.flowRunsGetWorkspaceRunsResponse = exports.flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp = exports.flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp = exports.flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp = exports.flowRunsGetWorkspaceRunsQueryParams = exports.flowRunsGetWorkspaceRunsQueryTakeDefault = exports.flowRunsGetWorkspaceRunsQuerySkipDefault = exports.flowRunsGetWorkspaceRunsParams = exports.flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp = exports.messageThreadsGetStepExecutionsResponse = exports.messageThreadsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp = exports.messageThreadsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.messageThreadsGetStepExecutionsResponseLogsItemInputsItemIdRegExp = exports.messageThreadsGetStepExecutionsResponseLogsItemIdRegExp = exports.messageThreadsGetStepExecutionsQueryParams = exports.messageThreadsGetStepExecutionsQuerySearchDefault = exports.messageThreadsGetStepExecutionsQueryTakeDefault = exports.messageThreadsGetStepExecutionsQuerySkipDefault = exports.messageThreadsGetStepExecutionsParams = exports.messageThreadsGetStepExecutionsPathMessageThreadIdRegExp = exports.messageThreadsGetStepExecutionsPathWorkSpaceIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponse = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemOutputsItemIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemIdRegExp = exports.messageThreadsGetWorkspaceExecutionsQueryParams = exports.messageThreadsGetWorkspaceExecutionsQuerySearchDefault = void 0;
|
|
22
|
+
exports.sandBoxAddValueToMessageBody = exports.sandBoxAddValueToMessageParams = exports.sandBoxAddValueToMessagePathIdRegExp = exports.sandBoxAddValueToMessagePathWorkspaceIdRegExp = exports.sandBoxStreamSandboxMessagesParams = exports.sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp = exports.sandBoxThreadMessagesResponse = exports.sandBoxThreadMessagesResponseValuesItemIdRegExp = exports.sandBoxThreadMessagesResponseMessageThreadIdRegExp = exports.sandBoxThreadMessagesResponseIdRegExp = exports.sandBoxThreadMessagesBody = exports.sandBoxThreadMessagesParams = void 0;
|
|
20
23
|
/**
|
|
21
24
|
* Generated by orval v7.13.2 🍺
|
|
22
25
|
* Do not edit manually.
|
|
@@ -54,6 +57,7 @@ exports.accessGetAccessesResponse = zod_1.default.object({
|
|
|
54
57
|
"userEmailAddress": zod_1.default.string().nullish(),
|
|
55
58
|
"workSpaceId": zod_1.default.string().regex(exports.accessGetAccessesResponseDataItemWorkSpaceIdRegExp).nullish()
|
|
56
59
|
})),
|
|
60
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
57
61
|
"total": zod_1.default.number()
|
|
58
62
|
});
|
|
59
63
|
/**
|
|
@@ -81,6 +85,7 @@ exports.accessGetGroupsResponse = zod_1.default.object({
|
|
|
81
85
|
"groupId": zod_1.default.string(),
|
|
82
86
|
"isAssigned": zod_1.default.boolean()
|
|
83
87
|
})),
|
|
88
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
84
89
|
"total": zod_1.default.number()
|
|
85
90
|
});
|
|
86
91
|
/**
|
|
@@ -114,6 +119,7 @@ exports.accessGetUsersInRoleRolesRoleIdUsersResponse = zod_1.default.object({
|
|
|
114
119
|
"isAssigned": zod_1.default.boolean(),
|
|
115
120
|
"userId": zod_1.default.string()
|
|
116
121
|
})),
|
|
122
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
117
123
|
"total": zod_1.default.number()
|
|
118
124
|
});
|
|
119
125
|
/**
|
|
@@ -134,6 +140,7 @@ exports.accessSearchGroupsResponse = zod_1.default.object({
|
|
|
134
140
|
"groupId": zod_1.default.string(),
|
|
135
141
|
"isAssigned": zod_1.default.boolean()
|
|
136
142
|
})),
|
|
143
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
137
144
|
"total": zod_1.default.number()
|
|
138
145
|
});
|
|
139
146
|
/**
|
|
@@ -154,6 +161,7 @@ exports.accessSearchServicePrincipalsResponse = zod_1.default.object({
|
|
|
154
161
|
"id": zod_1.default.string(),
|
|
155
162
|
"isAssigned": zod_1.default.boolean()
|
|
156
163
|
})),
|
|
164
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
157
165
|
"total": zod_1.default.number()
|
|
158
166
|
});
|
|
159
167
|
/**
|
|
@@ -175,6 +183,7 @@ exports.accessSearchUsersResponse = zod_1.default.object({
|
|
|
175
183
|
"isAssigned": zod_1.default.boolean(),
|
|
176
184
|
"name": zod_1.default.string()
|
|
177
185
|
})),
|
|
186
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
178
187
|
"total": zod_1.default.number()
|
|
179
188
|
});
|
|
180
189
|
/**
|
|
@@ -197,6 +206,7 @@ exports.accessGetUsersInRoleUsersResponse = zod_1.default.object({
|
|
|
197
206
|
"isAssigned": zod_1.default.boolean(),
|
|
198
207
|
"userId": zod_1.default.string()
|
|
199
208
|
})),
|
|
209
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
200
210
|
"total": zod_1.default.number()
|
|
201
211
|
});
|
|
202
212
|
/**
|
|
@@ -214,7 +224,7 @@ exports.activityExportLoggingsQueryParams = zod_1.default.strictObject({
|
|
|
214
224
|
"workSpaceId": zod_1.default.string().regex(exports.activityExportLoggingsQueryWorkSpaceIdRegExp).optional(),
|
|
215
225
|
"fromOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
216
226
|
"toOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
217
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional()
|
|
227
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional()
|
|
218
228
|
});
|
|
219
229
|
exports.activityExportLoggingsResponse = zod_1.default.string();
|
|
220
230
|
/**
|
|
@@ -227,7 +237,7 @@ exports.activityGetLoggingQueryParams = zod_1.default.strictObject({
|
|
|
227
237
|
"workSpaceId": zod_1.default.string().regex(exports.activityGetLoggingQueryWorkSpaceIdRegExp).optional(),
|
|
228
238
|
"fromOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
229
239
|
"toOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
230
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional(),
|
|
240
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional(),
|
|
231
241
|
"take": zod_1.default.number().default(exports.activityGetLoggingQueryTakeDefault),
|
|
232
242
|
"skip": zod_1.default.number().optional()
|
|
233
243
|
});
|
|
@@ -235,7 +245,7 @@ exports.activityGetLoggingResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}
|
|
|
235
245
|
exports.activityGetLoggingResponseDataItemWorkSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
236
246
|
exports.activityGetLoggingResponse = zod_1.default.object({
|
|
237
247
|
"data": zod_1.default.array(zod_1.default.object({
|
|
238
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional(),
|
|
248
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional(),
|
|
239
249
|
"durationMs": zod_1.default.number().nullish(),
|
|
240
250
|
"eventDescription": zod_1.default.string().nullish(),
|
|
241
251
|
"eventUserId": zod_1.default.string().nullish(),
|
|
@@ -258,6 +268,7 @@ exports.activityGetLoggingResponse = zod_1.default.object({
|
|
|
258
268
|
"workSpaceId": zod_1.default.string().regex(exports.activityGetLoggingResponseDataItemWorkSpaceIdRegExp).nullish(),
|
|
259
269
|
"workSpaceName": zod_1.default.string().nullish()
|
|
260
270
|
})),
|
|
271
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
261
272
|
"total": zod_1.default.number()
|
|
262
273
|
});
|
|
263
274
|
/**
|
|
@@ -292,6 +303,7 @@ exports.blockSetsGetBlockSetsQueryParams = zod_1.default.strictObject({
|
|
|
292
303
|
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.')
|
|
293
304
|
});
|
|
294
305
|
exports.blockSetsGetBlockSetsResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
306
|
+
exports.blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
295
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}$');
|
|
296
308
|
exports.blockSetsGetBlockSetsResponseItem = zod_1.default.object({
|
|
297
309
|
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -343,6 +355,10 @@ exports.blockSetsGetBlockSetsResponseItem = zod_1.default.object({
|
|
|
343
355
|
"name": zod_1.default.string().nullish(),
|
|
344
356
|
"sourceCodeUri": zod_1.default.string().nullish(),
|
|
345
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
|
+
})),
|
|
346
362
|
"usedInWorkspaces": zod_1.default.array(zod_1.default.object({
|
|
347
363
|
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp),
|
|
348
364
|
"name": zod_1.default.string()
|
|
@@ -550,6 +566,7 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
550
566
|
})
|
|
551
567
|
})).nullish(),
|
|
552
568
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
569
|
+
"secret": zod_1.default.boolean(),
|
|
553
570
|
"value": zod_1.default.any().nullish()
|
|
554
571
|
})).nullish(),
|
|
555
572
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -570,6 +587,7 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
570
587
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
571
588
|
"dataSourceContainer": zod_1.default.object({
|
|
572
589
|
"dataSourceId": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
590
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
573
591
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
574
592
|
"operator": zod_1.default.string(),
|
|
575
593
|
"propertyName": zod_1.default.string(),
|
|
@@ -580,6 +598,7 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
580
598
|
"path": zod_1.default.string()
|
|
581
599
|
}),
|
|
582
600
|
"flowId": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemFlowIdRegExp),
|
|
601
|
+
"honourSourceDeletes": zod_1.default.boolean(),
|
|
583
602
|
"id": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemIdRegExp),
|
|
584
603
|
"inputName": zod_1.default.string(),
|
|
585
604
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
@@ -613,10 +632,13 @@ exports.dataSetsGetQuerySkipDefault = 0;
|
|
|
613
632
|
exports.dataSetsGetQueryParams = zod_1.default.strictObject({
|
|
614
633
|
"take": zod_1.default.number().default(exports.dataSetsGetQueryTakeDefault),
|
|
615
634
|
"skip": zod_1.default.number().optional(),
|
|
616
|
-
"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()
|
|
617
638
|
});
|
|
618
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}$');
|
|
619
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}$');
|
|
620
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}$');
|
|
621
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}$');
|
|
622
644
|
exports.dataSetsGetResponse = zod_1.default.object({
|
|
@@ -626,6 +648,7 @@ exports.dataSetsGetResponse = zod_1.default.object({
|
|
|
626
648
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
627
649
|
"description": zod_1.default.string().nullish(),
|
|
628
650
|
"flowId": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemFlowIdRegExp).nullish(),
|
|
651
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
629
652
|
"id": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemIdRegExp),
|
|
630
653
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
631
654
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -639,6 +662,7 @@ exports.dataSetsGetResponse = zod_1.default.object({
|
|
|
639
662
|
"subjectPath": zod_1.default.string().nullish(),
|
|
640
663
|
"version": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemVersionRegExp).nullish()
|
|
641
664
|
})),
|
|
665
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
642
666
|
"total": zod_1.default.number()
|
|
643
667
|
});
|
|
644
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}$');
|
|
@@ -677,6 +701,7 @@ exports.dataSetsGetByIdParams = zod_1.default.strictObject({
|
|
|
677
701
|
});
|
|
678
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}$');
|
|
679
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}$');
|
|
680
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}$');
|
|
681
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}$');
|
|
682
707
|
exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
@@ -685,6 +710,7 @@ exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
|
685
710
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseDataSpaceIdRegExp).nullish(),
|
|
686
711
|
"description": zod_1.default.string().nullish(),
|
|
687
712
|
"flowId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseFlowIdRegExp).nullish(),
|
|
713
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
688
714
|
"id": zod_1.default.string().regex(exports.dataSetsGetByIdResponseIdRegExp),
|
|
689
715
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
690
716
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -709,6 +735,7 @@ exports.dataSetsPutBodyIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-
|
|
|
709
735
|
exports.dataSetsPutBody = zod_1.default.strictObject({
|
|
710
736
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
711
737
|
"dataSourceId": zod_1.default.string().regex(exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp),
|
|
738
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
712
739
|
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
713
740
|
"operator": zod_1.default.string(),
|
|
714
741
|
"propertyName": zod_1.default.string(),
|
|
@@ -722,6 +749,7 @@ exports.dataSetsPutBody = zod_1.default.strictObject({
|
|
|
722
749
|
});
|
|
723
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}$');
|
|
724
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}$');
|
|
725
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}$');
|
|
726
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}$');
|
|
727
755
|
exports.dataSetsPutResponse = zod_1.default.object({
|
|
@@ -730,6 +758,7 @@ exports.dataSetsPutResponse = zod_1.default.object({
|
|
|
730
758
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsPutResponseDataSpaceIdRegExp).nullish(),
|
|
731
759
|
"description": zod_1.default.string().nullish(),
|
|
732
760
|
"flowId": zod_1.default.string().regex(exports.dataSetsPutResponseFlowIdRegExp).nullish(),
|
|
761
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsPutResponseHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
733
762
|
"id": zod_1.default.string().regex(exports.dataSetsPutResponseIdRegExp),
|
|
734
763
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
735
764
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -776,6 +805,7 @@ exports.dataSetsGetContainerItemsRunHistoryResponse = zod_1.default.object({
|
|
|
776
805
|
"data": zod_1.default.array(zod_1.default.object({
|
|
777
806
|
"containerId": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp),
|
|
778
807
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
808
|
+
"deletedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
779
809
|
"flowRuns": zod_1.default.array(zod_1.default.object({
|
|
780
810
|
"errors": zod_1.default.array(zod_1.default.object({
|
|
781
811
|
"blockId": zod_1.default.string().nullish(),
|
|
@@ -784,7 +814,7 @@ exports.dataSetsGetContainerItemsRunHistoryResponse = zod_1.default.object({
|
|
|
784
814
|
})),
|
|
785
815
|
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
786
816
|
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp),
|
|
787
|
-
"runAt": zod_1.default.iso.datetime({}),
|
|
817
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
788
818
|
"status": zod_1.default.string()
|
|
789
819
|
})),
|
|
790
820
|
"id": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp),
|
|
@@ -792,6 +822,7 @@ exports.dataSetsGetContainerItemsRunHistoryResponse = zod_1.default.object({
|
|
|
792
822
|
"path": zod_1.default.string(),
|
|
793
823
|
"status": zod_1.default.string()
|
|
794
824
|
})),
|
|
825
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
795
826
|
"total": zod_1.default.number()
|
|
796
827
|
});
|
|
797
828
|
/**
|
|
@@ -805,6 +836,7 @@ exports.dataSetsSetDataspaceBodyRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
805
836
|
exports.dataSetsSetDataspaceBody = zod_1.default.string().regex(exports.dataSetsSetDataspaceBodyRegExp);
|
|
806
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}$');
|
|
807
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}$');
|
|
808
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}$');
|
|
809
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}$');
|
|
810
842
|
exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
@@ -813,6 +845,7 @@ exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
|
813
845
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp).nullish(),
|
|
814
846
|
"description": zod_1.default.string().nullish(),
|
|
815
847
|
"flowId": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseFlowIdRegExp).nullish(),
|
|
848
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
816
849
|
"id": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseIdRegExp),
|
|
817
850
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
818
851
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -875,6 +908,7 @@ exports.dataSetsGetItemsResponse = zod_1.default.object({
|
|
|
875
908
|
}),
|
|
876
909
|
"properties": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
877
910
|
})),
|
|
911
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
878
912
|
"total": zod_1.default.number()
|
|
879
913
|
});
|
|
880
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}$');
|
|
@@ -917,6 +951,7 @@ exports.dataSetsSearchItemsResponse = zod_1.default.object({
|
|
|
917
951
|
}),
|
|
918
952
|
"properties": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
919
953
|
})),
|
|
954
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
920
955
|
"total": zod_1.default.number()
|
|
921
956
|
});
|
|
922
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}$');
|
|
@@ -926,6 +961,11 @@ exports.dataSetsDeleteItemParams = zod_1.default.strictObject({
|
|
|
926
961
|
"itemId": zod_1.default.string().regex(exports.dataSetsDeleteItemPathItemIdRegExp)
|
|
927
962
|
});
|
|
928
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.
|
|
929
969
|
* @summary Upsert a single property on a dataset.
|
|
930
970
|
*/
|
|
931
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}$');
|
|
@@ -934,7 +974,7 @@ exports.dataSetsAddDataSetPropertyParams = zod_1.default.strictObject({
|
|
|
934
974
|
});
|
|
935
975
|
exports.dataSetsAddDataSetPropertyBody = zod_1.default.strictObject({
|
|
936
976
|
"description": zod_1.default.string().nullish(),
|
|
937
|
-
"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.'),
|
|
938
978
|
"name": zod_1.default.string()
|
|
939
979
|
});
|
|
940
980
|
exports.dataSetsAddDataSetPropertyResponse = zod_1.default.object({
|
|
@@ -947,6 +987,61 @@ exports.dataSetsDeleteDataSetPropertyParams = zod_1.default.strictObject({
|
|
|
947
987
|
"id": zod_1.default.string().regex(exports.dataSetsDeleteDataSetPropertyPathIdRegExp),
|
|
948
988
|
"name": zod_1.default.string()
|
|
949
989
|
});
|
|
990
|
+
/**
|
|
991
|
+
* @summary Run-centric ingestion history for the dataset (newest first), from the
|
|
992
|
+
AI API's provenance-stamped run store. `trigger` filters by cause
|
|
993
|
+
(sync / sweep / manual / reset / unknown); `itemId` narrows to one
|
|
994
|
+
container item, including runs superseded by later re-ingests.
|
|
995
|
+
*/
|
|
996
|
+
exports.dataSetsGetIngestionRunsPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
997
|
+
exports.dataSetsGetIngestionRunsParams = zod_1.default.strictObject({
|
|
998
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsPathIdRegExp)
|
|
999
|
+
});
|
|
1000
|
+
exports.dataSetsGetIngestionRunsQuerySkipDefault = 0;
|
|
1001
|
+
exports.dataSetsGetIngestionRunsQueryTakeDefault = 50;
|
|
1002
|
+
exports.dataSetsGetIngestionRunsQueryItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1003
|
+
exports.dataSetsGetIngestionRunsQueryParams = zod_1.default.strictObject({
|
|
1004
|
+
"skip": zod_1.default.number().optional(),
|
|
1005
|
+
"take": zod_1.default.number().default(exports.dataSetsGetIngestionRunsQueryTakeDefault),
|
|
1006
|
+
"trigger": zod_1.default.string().optional(),
|
|
1007
|
+
"itemId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsQueryItemIdRegExp).optional()
|
|
1008
|
+
});
|
|
1009
|
+
exports.dataSetsGetIngestionRunsResponseDataItemCausedByRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1010
|
+
exports.dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1011
|
+
exports.dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1012
|
+
exports.dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1013
|
+
exports.dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1014
|
+
exports.dataSetsGetIngestionRunsResponseDataItemItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1015
|
+
exports.dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1016
|
+
exports.dataSetsGetIngestionRunsResponse = zod_1.default.object({
|
|
1017
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
1018
|
+
"causedBy": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemCausedByRegExp).nullish(),
|
|
1019
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp).nullish(),
|
|
1020
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1021
|
+
"dataSetId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp).nullish(),
|
|
1022
|
+
"dataSetVersion": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp).nullish(),
|
|
1023
|
+
"errors": zod_1.default.array(zod_1.default.object({
|
|
1024
|
+
"blockId": zod_1.default.string().nullish(),
|
|
1025
|
+
"code": zod_1.default.number().nullish(),
|
|
1026
|
+
"message": zod_1.default.string()
|
|
1027
|
+
})),
|
|
1028
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1029
|
+
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp),
|
|
1030
|
+
"itemId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemItemIdRegExp).nullish(),
|
|
1031
|
+
"itemName": zod_1.default.string().nullish(),
|
|
1032
|
+
"itemPath": zod_1.default.string().nullish(),
|
|
1033
|
+
"itemVersion": zod_1.default.iso.datetime({}).nullish(),
|
|
1034
|
+
"retryOf": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp).nullish(),
|
|
1035
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1036
|
+
"status": zod_1.default.string(),
|
|
1037
|
+
"trigger": zod_1.default.object({
|
|
1038
|
+
"kind": zod_1.default.string(),
|
|
1039
|
+
"principal": zod_1.default.string().nullish()
|
|
1040
|
+
})
|
|
1041
|
+
})),
|
|
1042
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
1043
|
+
"total": zod_1.default.number()
|
|
1044
|
+
});
|
|
950
1045
|
/**
|
|
951
1046
|
* @summary Set the per-document scoping config (mode + subject path) on a dataset.
|
|
952
1047
|
*/
|
|
@@ -958,6 +1053,22 @@ exports.dataSetsPutScopingBody = zod_1.default.strictObject({
|
|
|
958
1053
|
"mode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
959
1054
|
"subjectPath": zod_1.default.string().nullish()
|
|
960
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
|
+
});
|
|
961
1072
|
/**
|
|
962
1073
|
* @summary Fetch a list of all available data source types in SmartSpace.
|
|
963
1074
|
*/
|
|
@@ -984,6 +1095,7 @@ exports.dataSourceTypesGetAvailableContainersBody = zod_1.default.strictObject({
|
|
|
984
1095
|
});
|
|
985
1096
|
exports.dataSourceTypesGetAvailableContainersResponseItem = zod_1.default.object({
|
|
986
1097
|
"children": zod_1.default.array(zod_1.default.any()).nullish(),
|
|
1098
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
987
1099
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
988
1100
|
"operator": zod_1.default.string(),
|
|
989
1101
|
"propertyName": zod_1.default.string(),
|
|
@@ -1029,6 +1141,7 @@ exports.dataSourcesGetResponse = zod_1.default.object({
|
|
|
1029
1141
|
"data": zod_1.default.array(zod_1.default.object({
|
|
1030
1142
|
"containers": zod_1.default.array(zod_1.default.object({
|
|
1031
1143
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp),
|
|
1144
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1032
1145
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
1033
1146
|
"operator": zod_1.default.string(),
|
|
1034
1147
|
"propertyName": zod_1.default.string(),
|
|
@@ -1048,6 +1161,7 @@ exports.dataSourcesGetResponse = zod_1.default.object({
|
|
|
1048
1161
|
"name": zod_1.default.string(),
|
|
1049
1162
|
"searchable": zod_1.default.boolean()
|
|
1050
1163
|
})),
|
|
1164
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
1051
1165
|
"total": zod_1.default.number()
|
|
1052
1166
|
});
|
|
1053
1167
|
/**
|
|
@@ -1065,6 +1179,7 @@ exports.dataSourcesPostResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F
|
|
|
1065
1179
|
exports.dataSourcesPostResponse = zod_1.default.object({
|
|
1066
1180
|
"containers": zod_1.default.array(zod_1.default.object({
|
|
1067
1181
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesPostResponseContainersItemDataSourceIdRegExp),
|
|
1182
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1068
1183
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
1069
1184
|
"operator": zod_1.default.string(),
|
|
1070
1185
|
"propertyName": zod_1.default.string(),
|
|
@@ -1116,6 +1231,7 @@ exports.dataSourcesContainersResponseDataSourceIdRegExp = new RegExp('^[0-9a-fA-
|
|
|
1116
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}$');
|
|
1117
1232
|
exports.dataSourcesContainersResponseItem = zod_1.default.object({
|
|
1118
1233
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesContainersResponseDataSourceIdRegExp),
|
|
1234
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1119
1235
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
1120
1236
|
"operator": zod_1.default.string(),
|
|
1121
1237
|
"propertyName": zod_1.default.string(),
|
|
@@ -1148,7 +1264,8 @@ exports.dataSourcesPreviewContainerResponse = zod_1.default.object({
|
|
|
1148
1264
|
});
|
|
1149
1265
|
/**
|
|
1150
1266
|
* @summary Returns a JSON Schema object for the container's properties, used to drive the filter editor UI.
|
|
1151
|
-
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).
|
|
1152
1269
|
containerPath is a query param (not a route segment) to avoid ASP.NET routing splits on paths containing '/'.
|
|
1153
1270
|
*/
|
|
1154
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}$');
|
|
@@ -1168,6 +1285,15 @@ exports.dataSourcesUpdateCredentialsParams = zod_1.default.strictObject({
|
|
|
1168
1285
|
exports.dataSourcesUpdateCredentialsBody = zod_1.default.strictObject({
|
|
1169
1286
|
"credentials": zod_1.default.record(zod_1.default.string(), zod_1.default.string().nullable())
|
|
1170
1287
|
});
|
|
1288
|
+
/**
|
|
1289
|
+
* @summary Requests an on-demand sync of a data source. The request is queued;
|
|
1290
|
+
the sync service picks it up within ~30 seconds. Repeated requests
|
|
1291
|
+
are safe — concurrent syncs of the same source collapse to one run.
|
|
1292
|
+
*/
|
|
1293
|
+
exports.dataSourcesRequestSyncPathDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1294
|
+
exports.dataSourcesRequestSyncParams = zod_1.default.strictObject({
|
|
1295
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesRequestSyncPathDataSourceIdRegExp)
|
|
1296
|
+
});
|
|
1171
1297
|
exports.dataSourcesGetAdminUsersPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1172
1298
|
exports.dataSourcesGetAdminUsersParams = zod_1.default.strictObject({
|
|
1173
1299
|
"id": zod_1.default.string().regex(exports.dataSourcesGetAdminUsersPathIdRegExp)
|
|
@@ -1198,6 +1324,7 @@ exports.dataSpacesGetQueryParams = zod_1.default.strictObject({
|
|
|
1198
1324
|
});
|
|
1199
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}$');
|
|
1200
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}$');
|
|
1201
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}$');
|
|
1202
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}$');
|
|
1203
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}$');
|
|
@@ -1213,6 +1340,7 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1213
1340
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1214
1341
|
"description": zod_1.default.string().nullish(),
|
|
1215
1342
|
"flowId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp).nullish(),
|
|
1343
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1216
1344
|
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp),
|
|
1217
1345
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1218
1346
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1236,6 +1364,7 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1236
1364
|
"name": zod_1.default.string()
|
|
1237
1365
|
}))
|
|
1238
1366
|
})),
|
|
1367
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
1239
1368
|
"total": zod_1.default.number()
|
|
1240
1369
|
});
|
|
1241
1370
|
/**
|
|
@@ -1256,6 +1385,7 @@ exports.dataSpacesGetByIdParams = zod_1.default.strictObject({
|
|
|
1256
1385
|
});
|
|
1257
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}$');
|
|
1258
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}$');
|
|
1259
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}$');
|
|
1260
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}$');
|
|
1261
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}$');
|
|
@@ -1270,6 +1400,7 @@ exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
|
1270
1400
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1271
1401
|
"description": zod_1.default.string().nullish(),
|
|
1272
1402
|
"flowId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp).nullish(),
|
|
1403
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1273
1404
|
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp),
|
|
1274
1405
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1275
1406
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1309,6 +1440,7 @@ exports.dataSpacesPutBody = zod_1.default.strictObject({
|
|
|
1309
1440
|
});
|
|
1310
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}$');
|
|
1311
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}$');
|
|
1312
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}$');
|
|
1313
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}$');
|
|
1314
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}$');
|
|
@@ -1323,6 +1455,7 @@ exports.dataSpacesPutResponse = zod_1.default.object({
|
|
|
1323
1455
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1324
1456
|
"description": zod_1.default.string().nullish(),
|
|
1325
1457
|
"flowId": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp).nullish(),
|
|
1458
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1326
1459
|
"id": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemIdRegExp),
|
|
1327
1460
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1328
1461
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1376,10 +1509,13 @@ exports.dataSpacesGetDataSetsQuerySkipDefault = 0;
|
|
|
1376
1509
|
exports.dataSpacesGetDataSetsQueryParams = zod_1.default.strictObject({
|
|
1377
1510
|
"take": zod_1.default.number().default(exports.dataSpacesGetDataSetsQueryTakeDefault),
|
|
1378
1511
|
"skip": zod_1.default.number().optional(),
|
|
1379
|
-
"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()
|
|
1380
1515
|
});
|
|
1381
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}$');
|
|
1382
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}$');
|
|
1383
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}$');
|
|
1384
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}$');
|
|
1385
1521
|
exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
@@ -1389,6 +1525,7 @@ exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
|
1389
1525
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
1390
1526
|
"description": zod_1.default.string().nullish(),
|
|
1391
1527
|
"flowId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp).nullish(),
|
|
1528
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1392
1529
|
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemIdRegExp),
|
|
1393
1530
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1394
1531
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1402,6 +1539,7 @@ exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
|
1402
1539
|
"subjectPath": zod_1.default.string().nullish(),
|
|
1403
1540
|
"version": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp).nullish()
|
|
1404
1541
|
})),
|
|
1542
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
1405
1543
|
"total": zod_1.default.number()
|
|
1406
1544
|
});
|
|
1407
1545
|
/**
|
|
@@ -1415,6 +1553,7 @@ exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = new RegEx
|
|
|
1415
1553
|
exports.dataSpacesPostDatasetBody = zod_1.default.strictObject({
|
|
1416
1554
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
1417
1555
|
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp),
|
|
1556
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1418
1557
|
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
1419
1558
|
"operator": zod_1.default.string(),
|
|
1420
1559
|
"propertyName": zod_1.default.string(),
|
|
@@ -1431,6 +1570,13 @@ exports.debugInvokeParams = zod_1.default.strictObject({
|
|
|
1431
1570
|
});
|
|
1432
1571
|
exports.debugInvokeBodyItem = zod_1.default.any();
|
|
1433
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();
|
|
1434
1580
|
/**
|
|
1435
1581
|
* @summary List the current user's drafts (without parsed interfaces — load detail to get those).
|
|
1436
1582
|
*/
|
|
@@ -1778,6 +1924,16 @@ exports.flowRunsGetFlowRunPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
1778
1924
|
exports.flowRunsGetFlowRunParams = zod_1.default.strictObject({
|
|
1779
1925
|
"id": zod_1.default.string().regex(exports.flowRunsGetFlowRunPathIdRegExp)
|
|
1780
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
|
+
});
|
|
1781
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}$');
|
|
1782
1938
|
exports.flowRunsAddFileIdFilesParams = zod_1.default.strictObject({
|
|
1783
1939
|
"id": zod_1.default.string().regex(exports.flowRunsAddFileIdFilesPathIdRegExp)
|
|
@@ -1794,18 +1950,22 @@ exports.flowRunsAddFileIdFilesExistingBody = zod_1.default.strictObject({
|
|
|
1794
1950
|
"blobUri": zod_1.default.string(),
|
|
1795
1951
|
"flowRunId": zod_1.default.string().regex(exports.flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp).nullish()
|
|
1796
1952
|
});
|
|
1953
|
+
/**
|
|
1954
|
+
* @summary Lists a run's function executions, newest first.
|
|
1955
|
+
*/
|
|
1797
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}$');
|
|
1798
1957
|
exports.flowRunsGetStepExecutionsParams = zod_1.default.strictObject({
|
|
1799
|
-
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsPathIdRegExp)
|
|
1958
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsPathIdRegExp).describe('Run whose executions to list')
|
|
1800
1959
|
});
|
|
1801
1960
|
exports.flowRunsGetStepExecutionsQuerySkipDefault = 0;
|
|
1802
1961
|
exports.flowRunsGetStepExecutionsQueryTakeDefault = 100;
|
|
1803
1962
|
exports.flowRunsGetStepExecutionsQuerySearchDefault = "";
|
|
1804
1963
|
exports.flowRunsGetStepExecutionsQueryParams = zod_1.default.strictObject({
|
|
1805
|
-
"skip": zod_1.default.number().optional(),
|
|
1806
|
-
"take": zod_1.default.number().default(exports.flowRunsGetStepExecutionsQueryTakeDefault),
|
|
1807
|
-
"search": zod_1.default.string().optional(),
|
|
1808
|
-
"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.')
|
|
1809
1969
|
});
|
|
1810
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}$');
|
|
1811
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}$');
|
|
@@ -1830,6 +1990,8 @@ exports.flowRunsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
1830
1990
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
1831
1991
|
"data": zod_1.default.any(),
|
|
1832
1992
|
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp),
|
|
1993
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
1994
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
1833
1995
|
"source": zod_1.default.object({
|
|
1834
1996
|
"node": zod_1.default.string(),
|
|
1835
1997
|
"pin": zod_1.default.string().nullish(),
|
|
@@ -1842,15 +2004,92 @@ exports.flowRunsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
1842
2004
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
1843
2005
|
"data": zod_1.default.any(),
|
|
1844
2006
|
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp),
|
|
2007
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
2008
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
1845
2009
|
"source": zod_1.default.object({
|
|
1846
2010
|
"node": zod_1.default.string(),
|
|
1847
2011
|
"pin": zod_1.default.string().nullish(),
|
|
1848
2012
|
"port": zod_1.default.string().nullish()
|
|
1849
2013
|
})
|
|
1850
|
-
}))
|
|
2014
|
+
})),
|
|
2015
|
+
"seq": zod_1.default.number().nullish(),
|
|
2016
|
+
"startedAt": zod_1.default.iso.datetime({}).nullish()
|
|
1851
2017
|
})),
|
|
1852
2018
|
"total": zod_1.default.number()
|
|
1853
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
|
+
});
|
|
1854
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}$');
|
|
1855
2094
|
exports.flowRunsGetVariablesParams = zod_1.default.strictObject({
|
|
1856
2095
|
"id": zod_1.default.string().regex(exports.flowRunsGetVariablesPathIdRegExpOne)
|
|
@@ -1905,6 +2144,7 @@ exports.flowsSetActiveFlowDefinitionBody = zod_1.default.strictObject({
|
|
|
1905
2144
|
})
|
|
1906
2145
|
})).nullish(),
|
|
1907
2146
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
2147
|
+
"secret": zod_1.default.boolean(),
|
|
1908
2148
|
"value": zod_1.default.any().nullish()
|
|
1909
2149
|
})).nullish(),
|
|
1910
2150
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
@@ -1990,6 +2230,7 @@ exports.modelsGetModelsResponse = zod_1.default.object({
|
|
|
1990
2230
|
"deploymentStatus": zod_1.default.enum(['Deploying', 'Ready', 'Failed', 'Deleting', 'Deleted']).optional(),
|
|
1991
2231
|
"displayName": zod_1.default.string(),
|
|
1992
2232
|
"id": zod_1.default.string().regex(exports.modelsGetModelsResponseDataItemIdRegExpOne),
|
|
2233
|
+
"isDefault": zod_1.default.boolean(),
|
|
1993
2234
|
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
1994
2235
|
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
1995
2236
|
"name": zod_1.default.string(),
|
|
@@ -1999,6 +2240,7 @@ exports.modelsGetModelsResponse = zod_1.default.object({
|
|
|
1999
2240
|
})),
|
|
2000
2241
|
"virtualMachineUrl": zod_1.default.string().nullish()
|
|
2001
2242
|
})),
|
|
2243
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2002
2244
|
"total": zod_1.default.number()
|
|
2003
2245
|
});
|
|
2004
2246
|
/**
|
|
@@ -2028,6 +2270,26 @@ exports.modelsCreateModelBody = zod_1.default.strictObject({
|
|
|
2028
2270
|
"name": zod_1.default.string(),
|
|
2029
2271
|
"publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
|
|
2030
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
|
+
});
|
|
2031
2293
|
exports.modelsGetDefaultDockerFileQueryParams = zod_1.default.strictObject({
|
|
2032
2294
|
"serverType": zod_1.default.enum(['TextGenerationInference', 'VLlm']).optional()
|
|
2033
2295
|
});
|
|
@@ -2082,6 +2344,7 @@ exports.modelsGetModelResponse = zod_1.default.object({
|
|
|
2082
2344
|
}).optional(),
|
|
2083
2345
|
"displayName": zod_1.default.string(),
|
|
2084
2346
|
"id": zod_1.default.string().regex(exports.modelsGetModelResponseIdRegExpOne),
|
|
2347
|
+
"isDefault": zod_1.default.boolean(),
|
|
2085
2348
|
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
2086
2349
|
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
2087
2350
|
"name": zod_1.default.string(),
|
|
@@ -2121,6 +2384,20 @@ exports.modelsUpsertModelBody = zod_1.default.strictObject({
|
|
|
2121
2384
|
"name": zod_1.default.string(),
|
|
2122
2385
|
"publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
|
|
2123
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
|
+
});
|
|
2124
2401
|
/**
|
|
2125
2402
|
* @summary Retrieves the Docker logs for a specific deployment of a model.
|
|
2126
2403
|
*/
|
|
@@ -2158,7 +2435,7 @@ exports.notificationGetResponse = zod_1.default.object({
|
|
|
2158
2435
|
"description": zod_1.default.string().nullish(),
|
|
2159
2436
|
"dismissedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2160
2437
|
"id": zod_1.default.string().regex(exports.notificationGetResponseDataItemIdRegExpOne),
|
|
2161
|
-
"notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated']),
|
|
2438
|
+
"notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated', 'AddedToThread']),
|
|
2162
2439
|
"threadId": zod_1.default.string().regex(exports.notificationGetResponseDataItemThreadIdRegExpOne).nullish(),
|
|
2163
2440
|
"workSpaceId": zod_1.default.string().regex(exports.notificationGetResponseDataItemWorkSpaceIdRegExpOne).nullish()
|
|
2164
2441
|
})),
|
|
@@ -2223,12 +2500,185 @@ exports.reportingGetTokensResponse = zod_1.default.object({
|
|
|
2223
2500
|
"name": zod_1.default.string()
|
|
2224
2501
|
}))
|
|
2225
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
|
+
*/
|
|
2530
|
+
exports.syncsGetQueryTakeDefault = 50;
|
|
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}$');
|
|
2533
|
+
exports.syncsGetQueryParams = zod_1.default.strictObject({
|
|
2534
|
+
"take": zod_1.default.number().default(exports.syncsGetQueryTakeDefault),
|
|
2535
|
+
"skip": zod_1.default.number().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()
|
|
2541
|
+
});
|
|
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}$');
|
|
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}$');
|
|
2544
|
+
exports.syncsGetResponseDataItemDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2545
|
+
exports.syncsGetResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2546
|
+
exports.syncsGetResponse = zod_1.default.object({
|
|
2547
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2548
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2549
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSetsItemIdRegExp),
|
|
2550
|
+
"name": zod_1.default.string(),
|
|
2551
|
+
"version": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSetsItemVersionRegExp).nullish()
|
|
2552
|
+
})),
|
|
2553
|
+
"dataSource": zod_1.default.object({
|
|
2554
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSourceIdRegExp),
|
|
2555
|
+
"isQueued": zod_1.default.boolean(),
|
|
2556
|
+
"isSyncing": zod_1.default.boolean(),
|
|
2557
|
+
"name": zod_1.default.string(),
|
|
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()
|
|
2561
|
+
}),
|
|
2562
|
+
"filters": zod_1.default.string().nullish(),
|
|
2563
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemIdRegExp),
|
|
2564
|
+
"latestSyncAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2565
|
+
"latestSyncIsForThisSync": zod_1.default.boolean(),
|
|
2566
|
+
"latestSyncItemCount": zod_1.default.number().nullish(),
|
|
2567
|
+
"latestSyncMessage": zod_1.default.string().nullish(),
|
|
2568
|
+
"latestSyncStatus": zod_1.default.string().nullish(),
|
|
2569
|
+
"name": zod_1.default.string(),
|
|
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()
|
|
2578
|
+
})),
|
|
2579
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2580
|
+
"total": zod_1.default.number()
|
|
2581
|
+
});
|
|
2582
|
+
/**
|
|
2583
|
+
* @summary The sync-requests queue right now: approximate depth and which data
|
|
2584
|
+
sources have a request WAITING. In-flight requests are invisible to
|
|
2585
|
+
peek (visibility timeout) — that state is each data source's
|
|
2586
|
+
isSyncing flag. Literal route wins over the {containerId} template.
|
|
2587
|
+
*/
|
|
2588
|
+
exports.syncsGetQueueResponseWaitingDataSourceIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2589
|
+
exports.syncsGetQueueResponse = zod_1.default.object({
|
|
2590
|
+
"depth": zod_1.default.number(),
|
|
2591
|
+
"waitingDataSourceIds": zod_1.default.array(zod_1.default.string().regex(exports.syncsGetQueueResponseWaitingDataSourceIdsItemRegExp))
|
|
2592
|
+
});
|
|
2593
|
+
/**
|
|
2594
|
+
* @summary Removes the sync: deletes its data source container config record, so
|
|
2595
|
+
the source selection stops being mirrored from the next sync cycle.
|
|
2596
|
+
Refused (DSC400) while any live dataset still subscribes to it via a
|
|
2597
|
+
container flow trigger. Config-only — already-landed items and copied
|
|
2598
|
+
blobs are not cleaned up here.
|
|
2599
|
+
*/
|
|
2600
|
+
exports.syncsDeletePathContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2601
|
+
exports.syncsDeleteParams = zod_1.default.strictObject({
|
|
2602
|
+
"containerId": zod_1.default.string().regex(exports.syncsDeletePathContainerIdRegExp)
|
|
2603
|
+
});
|
|
2604
|
+
exports.syncsGetByIdPathContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2605
|
+
exports.syncsGetByIdParams = zod_1.default.strictObject({
|
|
2606
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetByIdPathContainerIdRegExp)
|
|
2607
|
+
});
|
|
2608
|
+
exports.syncsGetByIdResponseDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2609
|
+
exports.syncsGetByIdResponseDataSetsItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2610
|
+
exports.syncsGetByIdResponseDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2611
|
+
exports.syncsGetByIdResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2612
|
+
exports.syncsGetByIdResponse = zod_1.default.object({
|
|
2613
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2614
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSetsItemIdRegExp),
|
|
2615
|
+
"name": zod_1.default.string(),
|
|
2616
|
+
"version": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSetsItemVersionRegExp).nullish()
|
|
2617
|
+
})),
|
|
2618
|
+
"dataSource": zod_1.default.object({
|
|
2619
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSourceIdRegExp),
|
|
2620
|
+
"isQueued": zod_1.default.boolean(),
|
|
2621
|
+
"isSyncing": zod_1.default.boolean(),
|
|
2622
|
+
"name": zod_1.default.string(),
|
|
2623
|
+
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap']),
|
|
2624
|
+
"supportsDeleteDetection": zod_1.default.boolean(),
|
|
2625
|
+
"syncStartedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2626
|
+
}),
|
|
2627
|
+
"filters": zod_1.default.string().nullish(),
|
|
2628
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseIdRegExp),
|
|
2629
|
+
"latestSyncAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2630
|
+
"latestSyncIsForThisSync": zod_1.default.boolean(),
|
|
2631
|
+
"latestSyncItemCount": zod_1.default.number().nullish(),
|
|
2632
|
+
"latestSyncMessage": zod_1.default.string().nullish(),
|
|
2633
|
+
"latestSyncStatus": zod_1.default.string().nullish(),
|
|
2634
|
+
"name": zod_1.default.string(),
|
|
2635
|
+
"path": zod_1.default.string(),
|
|
2636
|
+
"recentSyncs": zod_1.default.array(zod_1.default.object({
|
|
2637
|
+
"end": zod_1.default.iso.datetime({}),
|
|
2638
|
+
"itemCount": zod_1.default.number(),
|
|
2639
|
+
"message": zod_1.default.string().nullish(),
|
|
2640
|
+
"start": zod_1.default.iso.datetime({}),
|
|
2641
|
+
"status": zod_1.default.string()
|
|
2642
|
+
})).nullish()
|
|
2643
|
+
});
|
|
2644
|
+
/**
|
|
2645
|
+
* @summary The sync's landed items (read-only metadata), proxied from the AI API's
|
|
2646
|
+
container-items endpoint.
|
|
2647
|
+
*/
|
|
2648
|
+
exports.syncsGetItemsPathContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2649
|
+
exports.syncsGetItemsParams = zod_1.default.strictObject({
|
|
2650
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetItemsPathContainerIdRegExp)
|
|
2651
|
+
});
|
|
2652
|
+
exports.syncsGetItemsQuerySkipDefault = 0;
|
|
2653
|
+
exports.syncsGetItemsQueryTakeDefault = 50;
|
|
2654
|
+
exports.syncsGetItemsQueryParams = zod_1.default.strictObject({
|
|
2655
|
+
"skip": zod_1.default.number().optional(),
|
|
2656
|
+
"take": zod_1.default.number().default(exports.syncsGetItemsQueryTakeDefault)
|
|
2657
|
+
});
|
|
2658
|
+
exports.syncsGetItemsResponseDataItemContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2659
|
+
exports.syncsGetItemsResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2660
|
+
exports.syncsGetItemsResponse = zod_1.default.object({
|
|
2661
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2662
|
+
"blobUri": zod_1.default.string().nullish(),
|
|
2663
|
+
"bytes": zod_1.default.string().nullish(),
|
|
2664
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetItemsResponseDataItemContainerIdRegExp).nullish(),
|
|
2665
|
+
"deletedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2666
|
+
"id": zod_1.default.string().regex(exports.syncsGetItemsResponseDataItemIdRegExp),
|
|
2667
|
+
"isJson": zod_1.default.boolean().nullish(),
|
|
2668
|
+
"name": zod_1.default.string().nullish(),
|
|
2669
|
+
"path": zod_1.default.string().nullish(),
|
|
2670
|
+
"pending": zod_1.default.boolean().nullish()
|
|
2671
|
+
})),
|
|
2672
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2673
|
+
"total": zod_1.default.number()
|
|
2674
|
+
});
|
|
2226
2675
|
/**
|
|
2227
2676
|
* @summary Gets Tenant Id
|
|
2228
2677
|
*/
|
|
2229
2678
|
exports.tenantIdGetResultResponse = zod_1.default.string();
|
|
2230
2679
|
/**
|
|
2231
|
-
* @summary Retrieve
|
|
2680
|
+
* @summary Retrieve users assigned to the SmartSpace application (directly or via a group),
|
|
2681
|
+
with optional search and pagination controls take and skip.
|
|
2232
2682
|
*/
|
|
2233
2683
|
exports.usersGetUsersQuerySkipDefault = 0;
|
|
2234
2684
|
exports.usersGetUsersQueryTakeDefault = 20;
|
|
@@ -2247,6 +2697,7 @@ exports.usersGetUsersResponse = zod_1.default.object({
|
|
|
2247
2697
|
"name": zod_1.default.string(),
|
|
2248
2698
|
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
2249
2699
|
})),
|
|
2700
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2250
2701
|
"total": zod_1.default.number()
|
|
2251
2702
|
});
|
|
2252
2703
|
exports.usersGetUsersByFilterParams = zod_1.default.strictObject({
|
|
@@ -2323,6 +2774,7 @@ exports.usersGetAccessWorkSpacesResponse = zod_1.default.object({
|
|
|
2323
2774
|
"workSpaceId": zod_1.default.string().regex(exports.usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp).nullish(),
|
|
2324
2775
|
"workSpaceName": zod_1.default.string().nullish()
|
|
2325
2776
|
})),
|
|
2777
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2326
2778
|
"total": zod_1.default.number()
|
|
2327
2779
|
});
|
|
2328
2780
|
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}$');
|
|
@@ -2392,6 +2844,7 @@ exports.workSpaceTemplatesGetResponse = zod_1.default.object({
|
|
|
2392
2844
|
"name": zod_1.default.string().nullish()
|
|
2393
2845
|
}).optional()
|
|
2394
2846
|
})),
|
|
2847
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2395
2848
|
"total": zod_1.default.number()
|
|
2396
2849
|
});
|
|
2397
2850
|
/**
|
|
@@ -2406,6 +2859,7 @@ exports.workSpacesGetGetQueryParams = zod_1.default.strictObject({
|
|
|
2406
2859
|
"sortBy": zod_1.default.string().optional(),
|
|
2407
2860
|
"sortDirection": zod_1.default.string().optional()
|
|
2408
2861
|
});
|
|
2862
|
+
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}$');
|
|
2409
2863
|
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}$');
|
|
2410
2864
|
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}$');
|
|
2411
2865
|
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}$');
|
|
@@ -2426,6 +2880,11 @@ exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne
|
|
|
2426
2880
|
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}$');
|
|
2427
2881
|
exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
2428
2882
|
"data": zod_1.default.array(zod_1.default.object({
|
|
2883
|
+
"connectors": zod_1.default.array(zod_1.default.object({
|
|
2884
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne),
|
|
2885
|
+
"kind": zod_1.default.string(),
|
|
2886
|
+
"name": zod_1.default.string()
|
|
2887
|
+
})),
|
|
2429
2888
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
2430
2889
|
"createdByUserId": zod_1.default.string(),
|
|
2431
2890
|
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
@@ -2472,6 +2931,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2472
2931
|
})
|
|
2473
2932
|
})).nullish(),
|
|
2474
2933
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2934
|
+
"secret": zod_1.default.boolean(),
|
|
2475
2935
|
"value": zod_1.default.any().nullish()
|
|
2476
2936
|
})).nullish(),
|
|
2477
2937
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2492,6 +2952,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2492
2952
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2493
2953
|
"dataSourceContainer": zod_1.default.object({
|
|
2494
2954
|
"dataSourceId": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne),
|
|
2955
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2495
2956
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
2496
2957
|
"operator": zod_1.default.string(),
|
|
2497
2958
|
"propertyName": zod_1.default.string(),
|
|
@@ -2502,6 +2963,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2502
2963
|
"path": zod_1.default.string()
|
|
2503
2964
|
}),
|
|
2504
2965
|
"flowId": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne),
|
|
2966
|
+
"honourSourceDeletes": zod_1.default.boolean(),
|
|
2505
2967
|
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne),
|
|
2506
2968
|
"inputName": zod_1.default.string(),
|
|
2507
2969
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
@@ -2596,6 +3058,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2596
3058
|
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2597
3059
|
}))
|
|
2598
3060
|
})),
|
|
3061
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2599
3062
|
"total": zod_1.default.number()
|
|
2600
3063
|
});
|
|
2601
3064
|
/**
|
|
@@ -2635,6 +3098,7 @@ exports.workSpacesGetIdPathIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
2635
3098
|
exports.workSpacesGetIdParams = zod_1.default.strictObject({
|
|
2636
3099
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdPathIdRegExpOne)
|
|
2637
3100
|
});
|
|
3101
|
+
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}$');
|
|
2638
3102
|
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}$');
|
|
2639
3103
|
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}$');
|
|
2640
3104
|
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}$');
|
|
@@ -2654,6 +3118,11 @@ exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemId
|
|
|
2654
3118
|
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}$');
|
|
2655
3119
|
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}$');
|
|
2656
3120
|
exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
3121
|
+
"connectors": zod_1.default.array(zod_1.default.object({
|
|
3122
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseConnectorsItemIdRegExpOne),
|
|
3123
|
+
"kind": zod_1.default.string(),
|
|
3124
|
+
"name": zod_1.default.string()
|
|
3125
|
+
})),
|
|
2657
3126
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
2658
3127
|
"createdByUserId": zod_1.default.string(),
|
|
2659
3128
|
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
@@ -2700,6 +3169,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2700
3169
|
})
|
|
2701
3170
|
})).nullish(),
|
|
2702
3171
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
3172
|
+
"secret": zod_1.default.boolean(),
|
|
2703
3173
|
"value": zod_1.default.any().nullish()
|
|
2704
3174
|
})).nullish(),
|
|
2705
3175
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2720,6 +3190,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2720
3190
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2721
3191
|
"dataSourceContainer": zod_1.default.object({
|
|
2722
3192
|
"dataSourceId": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne),
|
|
3193
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2723
3194
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
2724
3195
|
"operator": zod_1.default.string(),
|
|
2725
3196
|
"propertyName": zod_1.default.string(),
|
|
@@ -2730,6 +3201,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2730
3201
|
"path": zod_1.default.string()
|
|
2731
3202
|
}),
|
|
2732
3203
|
"flowId": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne),
|
|
3204
|
+
"honourSourceDeletes": zod_1.default.boolean(),
|
|
2733
3205
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne),
|
|
2734
3206
|
"inputName": zod_1.default.string(),
|
|
2735
3207
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
@@ -2900,6 +3372,7 @@ exports.workSpacesGetThreadsResponse = zod_1.default.object({
|
|
|
2900
3372
|
"totalMessages": zod_1.default.number(),
|
|
2901
3373
|
"workSpaceId": zod_1.default.string().regex(exports.workSpacesGetThreadsResponseDataItemWorkSpaceIdRegExp)
|
|
2902
3374
|
})),
|
|
3375
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2903
3376
|
"total": zod_1.default.number()
|
|
2904
3377
|
});
|
|
2905
3378
|
/**
|
|
@@ -2929,6 +3402,28 @@ exports.workSpacesPutModelConfigurationBody = zod_1.default.strictObject({
|
|
|
2929
3402
|
"temperature": zod_1.default.number(),
|
|
2930
3403
|
"topP": zod_1.default.number()
|
|
2931
3404
|
});
|
|
3405
|
+
/**
|
|
3406
|
+
* @summary Detaches a connector from a workspace. Flows still referencing it
|
|
3407
|
+
fail at resolve time rather than silently keeping access.
|
|
3408
|
+
*/
|
|
3409
|
+
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}$');
|
|
3410
|
+
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}$');
|
|
3411
|
+
exports.workSpacesRemoveConnectorParams = zod_1.default.strictObject({
|
|
3412
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesRemoveConnectorPathWorkspaceIdRegExp),
|
|
3413
|
+
"connectorId": zod_1.default.string().regex(exports.workSpacesRemoveConnectorPathConnectorIdRegExp)
|
|
3414
|
+
});
|
|
3415
|
+
/**
|
|
3416
|
+
* @summary Attaches a connector to a workspace — the access model for external
|
|
3417
|
+
connectors, mirroring dataspaces. Only after this can a flow in the
|
|
3418
|
+
workspace reference the connector, and the resolve endpoint checks
|
|
3419
|
+
the same attachment at call time.
|
|
3420
|
+
*/
|
|
3421
|
+
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}$');
|
|
3422
|
+
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}$');
|
|
3423
|
+
exports.workSpacesAddConnectorParams = zod_1.default.strictObject({
|
|
3424
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesAddConnectorPathWorkspaceIdRegExp),
|
|
3425
|
+
"connectorId": zod_1.default.string().regex(exports.workSpacesAddConnectorPathConnectorIdRegExp)
|
|
3426
|
+
});
|
|
2932
3427
|
/**
|
|
2933
3428
|
* @summary Removes a data space from a workspace.
|
|
2934
3429
|
*/
|
|
@@ -2986,6 +3481,7 @@ exports.workSpacesGetWorkspaceFilesResponse = zod_1.default.object({
|
|
|
2986
3481
|
"modifiedByUserId": zod_1.default.string().nullish(),
|
|
2987
3482
|
"status": zod_1.default.enum(['Uploaded', 'Ingested', 'Ingesting'])
|
|
2988
3483
|
})),
|
|
3484
|
+
"scoped": zod_1.default.boolean().nullish(),
|
|
2989
3485
|
"total": zod_1.default.number()
|
|
2990
3486
|
});
|
|
2991
3487
|
/**
|
|
@@ -3072,6 +3568,7 @@ exports.workSpacesGetActiveFlowResponse = zod_1.default.object({
|
|
|
3072
3568
|
})
|
|
3073
3569
|
})).nullish(),
|
|
3074
3570
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
3571
|
+
"secret": zod_1.default.boolean(),
|
|
3075
3572
|
"value": zod_1.default.any().nullish()
|
|
3076
3573
|
})).nullish(),
|
|
3077
3574
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -3129,6 +3626,7 @@ exports.workSpacesSetActiveFlowBody = zod_1.default.strictObject({
|
|
|
3129
3626
|
})
|
|
3130
3627
|
})).nullish(),
|
|
3131
3628
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
3629
|
+
"secret": zod_1.default.boolean(),
|
|
3132
3630
|
"value": zod_1.default.any().nullish()
|
|
3133
3631
|
})).nullish(),
|
|
3134
3632
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
@@ -3152,6 +3650,111 @@ exports.workSpacesSetActiveFlowLayoutParams = zod_1.default.strictObject({
|
|
|
3152
3650
|
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp)
|
|
3153
3651
|
});
|
|
3154
3652
|
exports.workSpacesSetActiveFlowLayoutBody = zod_1.default.any();
|
|
3653
|
+
/**
|
|
3654
|
+
* @summary Lists connectors with their auth settings — never a credential.
|
|
3655
|
+
*/
|
|
3656
|
+
exports.connectorsGetConnectorsQueryParams = zod_1.default.strictObject({
|
|
3657
|
+
"kind": zod_1.default.string().optional()
|
|
3658
|
+
});
|
|
3659
|
+
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}$');
|
|
3660
|
+
exports.connectorsGetConnectorsResponseItem = zod_1.default.object({
|
|
3661
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3662
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3663
|
+
"authType": zod_1.default.string(),
|
|
3664
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3665
|
+
"createdByUserId": zod_1.default.string(),
|
|
3666
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3667
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorsResponseIdRegExp),
|
|
3668
|
+
"kind": zod_1.default.string(),
|
|
3669
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3670
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3671
|
+
"name": zod_1.default.string(),
|
|
3672
|
+
"url": zod_1.default.string()
|
|
3673
|
+
});
|
|
3674
|
+
exports.connectorsGetConnectorsResponse = zod_1.default.array(exports.connectorsGetConnectorsResponseItem);
|
|
3675
|
+
/**
|
|
3676
|
+
* @summary Creates a connector and its shared credential in one call: the value
|
|
3677
|
+
goes to Key Vault, the row stores only the reference.
|
|
3678
|
+
*/
|
|
3679
|
+
exports.connectorsCreateConnectorBody = zod_1.default.strictObject({
|
|
3680
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3681
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3682
|
+
"authType": zod_1.default.string(),
|
|
3683
|
+
"kind": zod_1.default.string(),
|
|
3684
|
+
"name": zod_1.default.string(),
|
|
3685
|
+
"secret": zod_1.default.string().nullish(),
|
|
3686
|
+
"url": zod_1.default.string()
|
|
3687
|
+
});
|
|
3688
|
+
/**
|
|
3689
|
+
* @summary Picker list for workspace editors: id, name and kind only. Gated on
|
|
3690
|
+
WorkspaceEdit rather than Admin because attaching a connector to a
|
|
3691
|
+
workspace is a workspace-editor action, and the picker is how they
|
|
3692
|
+
choose one. Admins pass this gate via the role bypass.
|
|
3693
|
+
*/
|
|
3694
|
+
exports.connectorsGetConnectorSummariesQueryParams = zod_1.default.strictObject({
|
|
3695
|
+
"kind": zod_1.default.string().optional()
|
|
3696
|
+
});
|
|
3697
|
+
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}$');
|
|
3698
|
+
exports.connectorsGetConnectorSummariesResponseItem = zod_1.default.object({
|
|
3699
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorSummariesResponseIdRegExp),
|
|
3700
|
+
"kind": zod_1.default.string(),
|
|
3701
|
+
"name": zod_1.default.string()
|
|
3702
|
+
});
|
|
3703
|
+
exports.connectorsGetConnectorSummariesResponse = zod_1.default.array(exports.connectorsGetConnectorSummariesResponseItem);
|
|
3704
|
+
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}$');
|
|
3705
|
+
exports.connectorsDeleteConnectorParams = zod_1.default.strictObject({
|
|
3706
|
+
"id": zod_1.default.string().regex(exports.connectorsDeleteConnectorPathIdRegExp)
|
|
3707
|
+
});
|
|
3708
|
+
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}$');
|
|
3709
|
+
exports.connectorsGetConnectorParams = zod_1.default.strictObject({
|
|
3710
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorPathIdRegExp)
|
|
3711
|
+
});
|
|
3712
|
+
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}$');
|
|
3713
|
+
exports.connectorsGetConnectorResponse = zod_1.default.object({
|
|
3714
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3715
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3716
|
+
"authType": zod_1.default.string(),
|
|
3717
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3718
|
+
"createdByUserId": zod_1.default.string(),
|
|
3719
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3720
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorResponseIdRegExp),
|
|
3721
|
+
"kind": zod_1.default.string(),
|
|
3722
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3723
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3724
|
+
"name": zod_1.default.string(),
|
|
3725
|
+
"url": zod_1.default.string()
|
|
3726
|
+
});
|
|
3727
|
+
/**
|
|
3728
|
+
* @summary Updates a connector. Omit `Secret` to leave the credential
|
|
3729
|
+
untouched; supply one to rotate it.
|
|
3730
|
+
*/
|
|
3731
|
+
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}$');
|
|
3732
|
+
exports.connectorsUpdateConnectorParams = zod_1.default.strictObject({
|
|
3733
|
+
"id": zod_1.default.string().regex(exports.connectorsUpdateConnectorPathIdRegExp)
|
|
3734
|
+
});
|
|
3735
|
+
exports.connectorsUpdateConnectorBody = zod_1.default.strictObject({
|
|
3736
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3737
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3738
|
+
"authType": zod_1.default.string(),
|
|
3739
|
+
"name": zod_1.default.string(),
|
|
3740
|
+
"secret": zod_1.default.string().nullish(),
|
|
3741
|
+
"url": zod_1.default.string()
|
|
3742
|
+
});
|
|
3743
|
+
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}$');
|
|
3744
|
+
exports.connectorsUpdateConnectorResponse = zod_1.default.object({
|
|
3745
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3746
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3747
|
+
"authType": zod_1.default.string(),
|
|
3748
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3749
|
+
"createdByUserId": zod_1.default.string(),
|
|
3750
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3751
|
+
"id": zod_1.default.string().regex(exports.connectorsUpdateConnectorResponseIdRegExp),
|
|
3752
|
+
"kind": zod_1.default.string(),
|
|
3753
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3754
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3755
|
+
"name": zod_1.default.string(),
|
|
3756
|
+
"url": zod_1.default.string()
|
|
3757
|
+
});
|
|
3155
3758
|
/**
|
|
3156
3759
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
3157
3760
|
*/
|
|
@@ -3165,6 +3768,53 @@ exports.documentsGetDocumentSasQueryParams = zod_1.default.strictObject({
|
|
|
3165
3768
|
exports.documentsGetDocumentSasResponse = zod_1.default.object({
|
|
3166
3769
|
"uri": zod_1.default.url()
|
|
3167
3770
|
});
|
|
3771
|
+
/**
|
|
3772
|
+
* @summary Lists all managed secrets — names and audit metadata only, never values.
|
|
3773
|
+
*/
|
|
3774
|
+
exports.managedSecretsGetManagedSecretsResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3775
|
+
exports.managedSecretsGetManagedSecretsResponseItem = zod_1.default.object({
|
|
3776
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3777
|
+
"createdByUserId": zod_1.default.string(),
|
|
3778
|
+
"id": zod_1.default.string().regex(exports.managedSecretsGetManagedSecretsResponseIdRegExp),
|
|
3779
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3780
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3781
|
+
"name": zod_1.default.string()
|
|
3782
|
+
});
|
|
3783
|
+
exports.managedSecretsGetManagedSecretsResponse = zod_1.default.array(exports.managedSecretsGetManagedSecretsResponseItem);
|
|
3784
|
+
/**
|
|
3785
|
+
* @summary Creates a named secret: writes the value to Key Vault and stores only
|
|
3786
|
+
the vault reference.
|
|
3787
|
+
*/
|
|
3788
|
+
exports.managedSecretsCreateManagedSecretBody = zod_1.default.strictObject({
|
|
3789
|
+
"name": zod_1.default.string(),
|
|
3790
|
+
"value": zod_1.default.string()
|
|
3791
|
+
});
|
|
3792
|
+
/**
|
|
3793
|
+
* @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
|
|
3794
|
+
*/
|
|
3795
|
+
exports.managedSecretsDeleteManagedSecretParams = zod_1.default.strictObject({
|
|
3796
|
+
"name": zod_1.default.string()
|
|
3797
|
+
});
|
|
3798
|
+
/**
|
|
3799
|
+
* @summary Overwrites (rotates) a secret's value — a new Key Vault version under
|
|
3800
|
+
the same vault key. The value is write-only; nothing is returned but
|
|
3801
|
+
audit metadata.
|
|
3802
|
+
*/
|
|
3803
|
+
exports.managedSecretsOverwriteManagedSecretValueParams = zod_1.default.strictObject({
|
|
3804
|
+
"name": zod_1.default.string()
|
|
3805
|
+
});
|
|
3806
|
+
exports.managedSecretsOverwriteManagedSecretValueBody = zod_1.default.strictObject({
|
|
3807
|
+
"value": zod_1.default.string()
|
|
3808
|
+
});
|
|
3809
|
+
exports.managedSecretsOverwriteManagedSecretValueResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3810
|
+
exports.managedSecretsOverwriteManagedSecretValueResponse = zod_1.default.object({
|
|
3811
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3812
|
+
"createdByUserId": zod_1.default.string(),
|
|
3813
|
+
"id": zod_1.default.string().regex(exports.managedSecretsOverwriteManagedSecretValueResponseIdRegExp),
|
|
3814
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3815
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3816
|
+
"name": zod_1.default.string()
|
|
3817
|
+
});
|
|
3168
3818
|
exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3169
3819
|
exports.messageThreadsGetWorkspaceExecutionsParams = zod_1.default.strictObject({
|
|
3170
3820
|
"workSpaceId": zod_1.default.string().regex(exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp)
|
|
@@ -3201,6 +3851,8 @@ exports.messageThreadsGetWorkspaceExecutionsResponse = zod_1.default.object({
|
|
|
3201
3851
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
3202
3852
|
"data": zod_1.default.any(),
|
|
3203
3853
|
"id": zod_1.default.string().regex(exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemValueIdRegExp),
|
|
3854
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
3855
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
3204
3856
|
"source": zod_1.default.object({
|
|
3205
3857
|
"node": zod_1.default.string(),
|
|
3206
3858
|
"pin": zod_1.default.string().nullish(),
|
|
@@ -3213,12 +3865,16 @@ exports.messageThreadsGetWorkspaceExecutionsResponse = zod_1.default.object({
|
|
|
3213
3865
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
3214
3866
|
"data": zod_1.default.any(),
|
|
3215
3867
|
"id": zod_1.default.string().regex(exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemOutputsItemIdRegExp),
|
|
3868
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
3869
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
3216
3870
|
"source": zod_1.default.object({
|
|
3217
3871
|
"node": zod_1.default.string(),
|
|
3218
3872
|
"pin": zod_1.default.string().nullish(),
|
|
3219
3873
|
"port": zod_1.default.string().nullish()
|
|
3220
3874
|
})
|
|
3221
|
-
}))
|
|
3875
|
+
})),
|
|
3876
|
+
"seq": zod_1.default.number().nullish(),
|
|
3877
|
+
"startedAt": zod_1.default.iso.datetime({}).nullish()
|
|
3222
3878
|
})),
|
|
3223
3879
|
"total": zod_1.default.number()
|
|
3224
3880
|
});
|
|
@@ -3260,6 +3916,8 @@ exports.messageThreadsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
3260
3916
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
3261
3917
|
"data": zod_1.default.any(),
|
|
3262
3918
|
"id": zod_1.default.string().regex(exports.messageThreadsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp),
|
|
3919
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
3920
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
3263
3921
|
"source": zod_1.default.object({
|
|
3264
3922
|
"node": zod_1.default.string(),
|
|
3265
3923
|
"pin": zod_1.default.string().nullish(),
|
|
@@ -3272,12 +3930,45 @@ exports.messageThreadsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
3272
3930
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
3273
3931
|
"data": zod_1.default.any(),
|
|
3274
3932
|
"id": zod_1.default.string().regex(exports.messageThreadsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp),
|
|
3933
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
3934
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
3275
3935
|
"source": zod_1.default.object({
|
|
3276
3936
|
"node": zod_1.default.string(),
|
|
3277
3937
|
"pin": zod_1.default.string().nullish(),
|
|
3278
3938
|
"port": zod_1.default.string().nullish()
|
|
3279
3939
|
})
|
|
3280
|
-
}))
|
|
3940
|
+
})),
|
|
3941
|
+
"seq": zod_1.default.number().nullish(),
|
|
3942
|
+
"startedAt": zod_1.default.iso.datetime({}).nullish()
|
|
3943
|
+
})),
|
|
3944
|
+
"total": zod_1.default.number()
|
|
3945
|
+
});
|
|
3946
|
+
/**
|
|
3947
|
+
* @summary Lists a workspace's flow runs, newest first (chat threads, designer
|
|
3948
|
+
runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
|
|
3949
|
+
*/
|
|
3950
|
+
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}$');
|
|
3951
|
+
exports.flowRunsGetWorkspaceRunsParams = zod_1.default.strictObject({
|
|
3952
|
+
"workspaceId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp).describe('Workspace whose runs to list')
|
|
3953
|
+
});
|
|
3954
|
+
exports.flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
|
|
3955
|
+
exports.flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
|
|
3956
|
+
exports.flowRunsGetWorkspaceRunsQueryParams = zod_1.default.strictObject({
|
|
3957
|
+
"skip": zod_1.default.number().optional().describe('Number of records to skip'),
|
|
3958
|
+
"take": zod_1.default.number().default(exports.flowRunsGetWorkspaceRunsQueryTakeDefault).describe('Number of records to take')
|
|
3959
|
+
});
|
|
3960
|
+
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}$');
|
|
3961
|
+
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}$');
|
|
3962
|
+
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}$');
|
|
3963
|
+
exports.flowRunsGetWorkspaceRunsResponse = zod_1.default.object({
|
|
3964
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
3965
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3966
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3967
|
+
"flowDefinitionId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp).nullish(),
|
|
3968
|
+
"flowId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp).nullish(),
|
|
3969
|
+
"flowRunId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp),
|
|
3970
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3971
|
+
"status": zod_1.default.string()
|
|
3281
3972
|
})),
|
|
3282
3973
|
"total": zod_1.default.number()
|
|
3283
3974
|
});
|