@smartspace/api-client 0.1.0-main.2ba677e → 0.1.0-main.34c8ec0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/chat/api.d.ts +2 -0
- package/dist/generated/chat/api.js +10 -1
- package/dist/generated/chat/api.msw.d.ts +75 -0
- package/dist/generated/chat/api.msw.js +630 -0
- package/dist/generated/chat/models/connectorsConnectorSummary.d.ts +12 -0
- package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
- package/dist/generated/chat/models/dataSourceContainer.d.ts +3 -0
- package/dist/generated/chat/models/dataSourceContainer.js +0 -6
- package/dist/generated/chat/models/dataSourcesContainerFilterModel.d.ts +11 -0
- package/dist/generated/chat/models/dataSourcesContainerFilterModel.js +8 -0
- package/dist/generated/chat/models/enumsNotificationType.d.ts +1 -0
- package/dist/generated/chat/models/enumsNotificationType.js +1 -0
- package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
- package/dist/generated/chat/models/index.d.ts +2 -0
- package/dist/generated/chat/models/index.js +2 -0
- package/dist/generated/chat/models/messagesMessageError.d.ts +2 -0
- package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/chat/zod.d.ts +38 -0
- package/dist/generated/chat/zod.js +43 -6
- package/dist/generated/config/api.d.ts +71 -3
- package/dist/generated/config/api.js +303 -1
- package/dist/generated/config/api.msw.d.ts +288 -0
- package/dist/generated/config/api.msw.js +2722 -0
- package/dist/generated/config/models/blocksBlockSet.d.ts +4 -0
- package/dist/generated/config/models/blocksGetBlocksParams.d.ts +5 -0
- package/dist/generated/config/models/blocksRenameBlockSetRequest.d.ts +9 -0
- package/dist/generated/config/models/blocksRenameBlockSetRequest.js +8 -0
- package/dist/generated/config/models/blocksUsedInWorkspaceRef.d.ts +11 -0
- package/dist/generated/config/models/blocksUsedInWorkspaceRef.js +8 -0
- package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.d.ts +9 -0
- package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.js +8 -0
- package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
- package/dist/generated/config/models/connectorsConnector.js +8 -0
- package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
- package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
- package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
- package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
- package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
- package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
- package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
- package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
- package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
- package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
- package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
- package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
- package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
- package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
- package/dist/generated/config/models/containerItem.d.ts +27 -0
- package/dist/generated/config/models/containerItem.js +8 -0
- package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +3 -0
- package/dist/generated/config/models/dataSetsCreateDataSetContainer.js +0 -6
- package/dist/generated/config/models/dataSetsDataSet.d.ts +4 -0
- package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
- package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
- package/dist/generated/config/models/dataSetsSetDataSetScoping.d.ts +12 -0
- package/dist/generated/config/models/dataSetsSetDataSetScoping.js +2 -0
- package/dist/generated/config/models/dataSourceContainer.d.ts +3 -0
- package/dist/generated/config/models/dataSourceContainer.js +0 -6
- package/dist/generated/config/models/dataSourcesContainerFilter.d.ts +11 -0
- package/dist/generated/config/models/dataSourcesContainerFilter.js +8 -0
- package/dist/generated/config/models/dataSourcesContainerFilterModel.d.ts +11 -0
- package/dist/generated/config/models/dataSourcesContainerFilterModel.js +8 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModel.d.ts +11 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModel.js +2 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.d.ts +9 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.js +8 -0
- package/dist/generated/config/models/dataSourcesContainerSchemaParams.d.ts +9 -0
- package/dist/generated/config/models/dataSourcesContainerSchemaParams.js +8 -0
- package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +3 -0
- package/dist/generated/config/models/dataSourcesPreviewContainerRequest.d.ts +12 -0
- package/dist/generated/config/models/dataSourcesPreviewContainerRequest.js +2 -0
- package/dist/generated/config/models/draftsDraft.d.ts +17 -0
- package/dist/generated/config/models/draftsDraft.js +2 -0
- package/dist/generated/config/models/draftsDraftBlockInterfaces.d.ts +12 -0
- package/dist/generated/config/models/draftsDraftBlockInterfaces.js +2 -0
- package/dist/generated/config/models/draftsPublishDraftRequest.d.ts +11 -0
- package/dist/generated/config/models/draftsPublishDraftRequest.js +8 -0
- package/dist/generated/config/models/draftsPublishDraftResponse.d.ts +13 -0
- package/dist/generated/config/models/draftsPublishDraftResponse.js +2 -0
- package/dist/generated/config/models/draftsPublishedBlockRef.d.ts +10 -0
- package/dist/generated/config/models/draftsPublishedBlockRef.js +8 -0
- package/dist/generated/config/models/draftsSaveDraftRequest.d.ts +11 -0
- package/dist/generated/config/models/draftsSaveDraftRequest.js +8 -0
- package/dist/generated/config/models/draftsSaveDraftResponse.d.ts +13 -0
- package/dist/generated/config/models/draftsSaveDraftResponse.js +2 -0
- package/dist/generated/config/models/draftsSaveDraftResponseBlockInterfaces.d.ts +12 -0
- package/dist/generated/config/models/draftsSaveDraftResponseBlockInterfaces.js +2 -0
- package/dist/generated/config/models/draftsToggleDraftRequest.d.ts +9 -0
- package/dist/generated/config/models/draftsToggleDraftRequest.js +8 -0
- package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
- package/dist/generated/config/models/enumsActivityType.js +1 -0
- package/dist/generated/config/models/enumsDataSetScopingMode.d.ts +11 -0
- package/dist/generated/config/models/enumsDataSetScopingMode.js +14 -0
- package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
- package/dist/generated/config/models/enumsNotificationType.js +1 -0
- package/dist/generated/config/models/enumsPermissions.d.ts +2 -13
- package/dist/generated/config/models/enumsPermissions.js +0 -20
- package/dist/generated/config/models/enumsPermissionsItem.d.ts +18 -0
- package/dist/generated/config/models/enumsPermissionsItem.js +21 -0
- package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
- package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
- package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
- package/dist/generated/config/models/flowsFlowRun.d.ts +2 -0
- package/dist/generated/config/models/index.d.ts +52 -0
- package/dist/generated/config/models/index.js +52 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.js +8 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.d.ts +10 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.js +8 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
- package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
- package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
- package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
- package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
- package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
- package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
- package/dist/generated/config/models/messagesMessageError.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
- package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
- package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
- package/dist/generated/config/models/syncsGetParams.js +8 -0
- package/dist/generated/config/models/syncsSync.d.ts +33 -0
- package/dist/generated/config/models/syncsSync.js +2 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +17 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
- package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
- package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
- package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
- package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
- package/dist/generated/config/models/usersAppUserSummary.d.ts +16 -0
- package/dist/generated/config/models/usersAppUserSummary.js +8 -0
- package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/config/zod.d.ts +1091 -86
- package/dist/generated/config/zod.js +844 -39
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
- package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
- package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +11 -0
- package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
- package/dist/mocks.d.ts +2 -0
- package/dist/mocks.js +42 -0
- package/dist/signalr.d.ts +2 -0
- package/dist/signalr.js +3 -0
- package/package.json +25 -3
|
@@ -4,19 +4,21 @@ 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.dataSetsGetQueryTakeDefault = 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.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.dataSetsSetDataspaceParams = exports.dataSetsSetDataspacePathIdRegExp = exports.dataSetsGetContainerItemsRunHistoryResponse = exports.dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp = 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.dataSetsPutResponseFlowIdRegExp = exports.dataSetsPutResponseDataSpaceIdRegExp = exports.dataSetsPutBody = exports.dataSetsPutBodyIdRegExp = exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp = exports.dataSetsPutParams = exports.dataSetsGetByIdResponse = exports.dataSetsGetByIdResponseVersionRegExp = exports.dataSetsGetByIdResponseIdRegExp = 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.dataSetsGetResponseDataItemFlowIdRegExp = exports.dataSetsGetResponseDataItemDataSpaceIdRegExp = exports.dataSetsGetQueryParams = exports.dataSetsGetQuerySkipDefault = void 0;
|
|
9
|
+
exports.dataSetsGetIngestionRunsQueryTakeDefault = exports.dataSetsGetIngestionRunsQuerySkipDefault = exports.dataSetsGetIngestionRunsParams = exports.dataSetsGetIngestionRunsPathIdRegExp = exports.dataSetsDeleteDataSetPropertyParams = 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.dataSetsSetDataspaceResponseFlowIdRegExp = exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp = exports.dataSetsSetDataspaceBody = exports.dataSetsSetDataspaceBodyRegExp = void 0;
|
|
10
|
+
exports.dataSourcesContainerSchemaParams = exports.dataSourcesContainerSchemaPathDataSourceIdRegExp = exports.dataSourcesPreviewContainerResponse = exports.dataSourcesPreviewContainerBody = exports.dataSourcesPreviewContainerParams = exports.dataSourcesPreviewContainerPathDataSourceIdRegExp = exports.dataSourcesContainersResponse = exports.dataSourcesContainersResponseItem = exports.dataSourcesContainersResponseIdRegExp = 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.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 = void 0;
|
|
11
|
+
exports.dataSpacesPutResponseParentWorkspaceIdRegExp = exports.dataSpacesPutResponseIdRegExp = exports.dataSpacesPutResponseDataSetsItemVersionRegExp = exports.dataSpacesPutResponseDataSetsItemIdRegExp = exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp = exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp = exports.dataSpacesPutBody = exports.dataSpacesPutBodyIdRegExp = exports.dataSpacesPutBodyDataSetIdsItemRegExp = exports.dataSpacesPutParams = exports.dataSpacesPutPathIdRegExp = exports.dataSpacesGetByIdResponse = exports.dataSpacesGetByIdResponseWorkSpacesItemIdRegExp = exports.dataSpacesGetByIdResponseParentWorkspaceIdRegExp = exports.dataSpacesGetByIdResponseIdRegExp = exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp = exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp = 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.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 = void 0;
|
|
12
|
+
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 = exports.draftsSaveDraftParams = exports.draftsToggleDraftBody = exports.draftsToggleDraftParams = exports.draftsGetDraftResponse = exports.draftsGetDraftParams = exports.draftsDeleteDraftParams = exports.draftsListDraftsResponse = exports.draftsListDraftsResponseItem = exports.debugInvokeBody = exports.debugInvokeBodyItem = exports.debugInvokeParams = exports.dataSpacesPostDatasetBody = exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = exports.dataSpacesPostDatasetParams = exports.dataSpacesPostDatasetPathIdRegExp = exports.dataSpacesGetDataSetsResponse = exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp = exports.dataSpacesGetDataSetsResponseDataItemIdRegExp = 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 = void 0;
|
|
13
|
+
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 = 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 = void 0;
|
|
14
|
+
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.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 = 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.flowRunsGetStepExecutionsResponse = exports.flowRunsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemIdRegExp = exports.flowRunsGetStepExecutionsQueryParams = void 0;
|
|
15
|
+
exports.syncsGetItemsQueryTakeDefault = exports.syncsGetItemsQuerySkipDefault = exports.syncsGetItemsParams = exports.syncsGetItemsPathContainerIdRegExp = exports.syncsGetByIdResponse = exports.syncsGetByIdResponseIdRegExp = exports.syncsGetByIdResponseDataSourceIdRegExp = exports.syncsGetByIdResponseDataSetsItemVersionRegExp = exports.syncsGetByIdResponseDataSetsItemIdRegExp = exports.syncsGetByIdParams = exports.syncsGetByIdPathContainerIdRegExp = exports.syncsGetQueueResponse = exports.syncsGetQueueResponseWaitingDataSourceIdsItemRegExp = exports.syncsGetResponse = exports.syncsGetResponseDataItemIdRegExp = exports.syncsGetResponseDataItemDataSourceIdRegExp = exports.syncsGetResponseDataItemDataSetsItemVersionRegExp = exports.syncsGetResponseDataItemDataSetsItemIdRegExp = exports.syncsGetQueryParams = exports.syncsGetQueryDataSourceIdRegExp = exports.syncsGetQuerySkipDefault = exports.syncsGetQueryTakeDefault = exports.reportingGetTokensResponse = exports.reportingGetTokensQueryParams = exports.reportingGetTokensParams = exports.reportingGetRequestsResponse = exports.reportingGetRequestsQueryParams = exports.reportingGetRequestsParams = exports.planCalculateSmartSpaceUpgradeCostBody = exports.planUpdateSmartSpaceUpgradeBody = exports.notificationPutUpdateBody = 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.modelsUpsertModelBody = exports.modelsUpsertModelBodyDeploymentProviderIdRegExpOne = exports.modelsUpsertModelBodyDeploymentProviderIdRegExp = exports.modelsUpsertModelParams = void 0;
|
|
16
|
+
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 = 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 = void 0;
|
|
17
|
+
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 = 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 = void 0;
|
|
18
|
+
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 = 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 = void 0;
|
|
19
|
+
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 = 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 = void 0;
|
|
20
|
+
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 = 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 = void 0;
|
|
21
|
+
exports.sandBoxAddValueToMessageBody = exports.sandBoxAddValueToMessageParams = exports.sandBoxAddValueToMessagePathIdRegExp = exports.sandBoxAddValueToMessagePathWorkspaceIdRegExp = exports.sandBoxStreamSandboxMessagesParams = exports.sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp = exports.sandBoxThreadMessagesResponse = exports.sandBoxThreadMessagesResponseValuesItemIdRegExp = exports.sandBoxThreadMessagesResponseMessageThreadIdRegExp = exports.sandBoxThreadMessagesResponseIdRegExp = exports.sandBoxThreadMessagesBody = exports.sandBoxThreadMessagesParams = 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 = void 0;
|
|
20
22
|
/**
|
|
21
23
|
* Generated by orval v7.13.2 🍺
|
|
22
24
|
* Do not edit manually.
|
|
@@ -214,7 +216,7 @@ exports.activityExportLoggingsQueryParams = zod_1.default.strictObject({
|
|
|
214
216
|
"workSpaceId": zod_1.default.string().regex(exports.activityExportLoggingsQueryWorkSpaceIdRegExp).optional(),
|
|
215
217
|
"fromOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
216
218
|
"toOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
217
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional()
|
|
219
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional()
|
|
218
220
|
});
|
|
219
221
|
exports.activityExportLoggingsResponse = zod_1.default.string();
|
|
220
222
|
/**
|
|
@@ -227,7 +229,7 @@ exports.activityGetLoggingQueryParams = zod_1.default.strictObject({
|
|
|
227
229
|
"workSpaceId": zod_1.default.string().regex(exports.activityGetLoggingQueryWorkSpaceIdRegExp).optional(),
|
|
228
230
|
"fromOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
229
231
|
"toOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
230
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional(),
|
|
232
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional(),
|
|
231
233
|
"take": zod_1.default.number().default(exports.activityGetLoggingQueryTakeDefault),
|
|
232
234
|
"skip": zod_1.default.number().optional()
|
|
233
235
|
});
|
|
@@ -235,7 +237,7 @@ exports.activityGetLoggingResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}
|
|
|
235
237
|
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
238
|
exports.activityGetLoggingResponse = zod_1.default.object({
|
|
237
239
|
"data": zod_1.default.array(zod_1.default.object({
|
|
238
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional(),
|
|
240
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional(),
|
|
239
241
|
"durationMs": zod_1.default.number().nullish(),
|
|
240
242
|
"eventDescription": zod_1.default.string().nullish(),
|
|
241
243
|
"eventUserId": zod_1.default.string().nullish(),
|
|
@@ -292,6 +294,7 @@ exports.blockSetsGetBlockSetsQueryParams = zod_1.default.strictObject({
|
|
|
292
294
|
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.')
|
|
293
295
|
});
|
|
294
296
|
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}$');
|
|
297
|
+
exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
295
298
|
exports.blockSetsGetBlockSetsResponseItem = zod_1.default.object({
|
|
296
299
|
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
297
300
|
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
@@ -338,17 +341,46 @@ exports.blockSetsGetBlockSetsResponseItem = zod_1.default.object({
|
|
|
338
341
|
"connectionId": zod_1.default.string().nullish(),
|
|
339
342
|
"createdByUserId": zod_1.default.string().nullish(),
|
|
340
343
|
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseIdRegExp),
|
|
344
|
+
"modifiedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
341
345
|
"name": zod_1.default.string().nullish(),
|
|
342
346
|
"sourceCodeUri": zod_1.default.string().nullish(),
|
|
343
|
-
"type": zod_1.default.enum(['Native', 'Custom', 'Debug'])
|
|
347
|
+
"type": zod_1.default.enum(['Native', 'Custom', 'Debug']),
|
|
348
|
+
"usedInWorkspaces": zod_1.default.array(zod_1.default.object({
|
|
349
|
+
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp),
|
|
350
|
+
"name": zod_1.default.string()
|
|
351
|
+
}))
|
|
344
352
|
});
|
|
345
353
|
exports.blockSetsGetBlockSetsResponse = zod_1.default.array(exports.blockSetsGetBlockSetsResponseItem);
|
|
354
|
+
/**
|
|
355
|
+
* @summary Get the saved Python source code for a deployed custom block set.
|
|
356
|
+
*/
|
|
357
|
+
exports.blockSetsGetDeployedBlockCodeParams = zod_1.default.strictObject({
|
|
358
|
+
"blockSetName": zod_1.default.string().describe('The name of the deployed block set.')
|
|
359
|
+
});
|
|
360
|
+
/**
|
|
361
|
+
* @summary Get the raw zip file for a deployed custom block set.
|
|
362
|
+
*/
|
|
363
|
+
exports.blockSetsGetDeployedBlockFilesParams = zod_1.default.strictObject({
|
|
364
|
+
"blockSetName": zod_1.default.string().describe('The name of the deployed block set.')
|
|
365
|
+
});
|
|
346
366
|
/**
|
|
347
367
|
* @summary Deletes an existing custom block set.
|
|
348
368
|
*/
|
|
349
369
|
exports.blockSetsDeleteBlockSetParams = zod_1.default.strictObject({
|
|
350
370
|
"name": zod_1.default.string().describe('The name of the block set to delete.')
|
|
351
371
|
});
|
|
372
|
+
/**
|
|
373
|
+
* @summary Rename a published custom block set (all versions). Set names are
|
|
374
|
+
organizational — flows bind to block (class) names, so renaming never
|
|
375
|
+
breaks a flow. Admin-only (the attribute must be method-level: the
|
|
376
|
+
Admin policy handler ignores class-level `[AuthorizeAdmin]`).
|
|
377
|
+
*/
|
|
378
|
+
exports.blockSetsRenameBlockSetParams = zod_1.default.strictObject({
|
|
379
|
+
"name": zod_1.default.string()
|
|
380
|
+
});
|
|
381
|
+
exports.blockSetsRenameBlockSetBody = zod_1.default.strictObject({
|
|
382
|
+
"newName": zod_1.default.string()
|
|
383
|
+
});
|
|
352
384
|
/**
|
|
353
385
|
* @summary Adds a new custom block set.
|
|
354
386
|
*/
|
|
@@ -362,7 +394,8 @@ exports.blockSetsAddBlockSetBody = zod_1.default.strictObject({
|
|
|
362
394
|
* @summary Get a list of all block interfaces
|
|
363
395
|
*/
|
|
364
396
|
exports.blocksGetBlocksQueryParams = zod_1.default.strictObject({
|
|
365
|
-
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.')
|
|
397
|
+
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.'),
|
|
398
|
+
"onBehalfOfUserId": zod_1.default.string().optional().describe('Flow-run user for draft resolution (ADR-0002). Only honoured when the\r\ncaller is a service principal (ssaiKey); ignored for user tokens.')
|
|
366
399
|
});
|
|
367
400
|
exports.blocksGetBlocksResponseBlockSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
368
401
|
exports.blocksGetBlocksResponse = zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -416,6 +449,32 @@ exports.blocksGetBlocksResponse = zod_1.default.record(zod_1.default.string(), z
|
|
|
416
449
|
"type": zod_1.default.enum(['Native', 'Custom', 'Debug']),
|
|
417
450
|
"version": zod_1.default.string()
|
|
418
451
|
})));
|
|
452
|
+
/**
|
|
453
|
+
* @summary List the SDK's built-in blocks (smartspace.* modules) for the
|
|
454
|
+
custom-blocks draft picker. App-native blocks (LLMs etc.) are
|
|
455
|
+
excluded upstream. Admin-only (method-level attribute — the Admin
|
|
456
|
+
policy handler ignores class-level `[AuthorizeAdmin]`).
|
|
457
|
+
*/
|
|
458
|
+
exports.blocksGetSdkBlocksResponseItem = zod_1.default.object({
|
|
459
|
+
"name": zod_1.default.string(),
|
|
460
|
+
"version": zod_1.default.string()
|
|
461
|
+
});
|
|
462
|
+
exports.blocksGetSdkBlocksResponse = zod_1.default.array(exports.blocksGetSdkBlocksResponseItem);
|
|
463
|
+
/**
|
|
464
|
+
* @summary Get the Python source of a native/SDK block — used by the custom-blocks
|
|
465
|
+
page as a starting scaffold when creating a draft. Admin-only (the
|
|
466
|
+
attribute must be method-level: the Admin policy handler ignores
|
|
467
|
+
class-level `[AuthorizeAdmin]`).
|
|
468
|
+
*/
|
|
469
|
+
exports.blocksGetBlockSourceParams = zod_1.default.strictObject({
|
|
470
|
+
"name": zod_1.default.string(),
|
|
471
|
+
"version": zod_1.default.string()
|
|
472
|
+
});
|
|
473
|
+
exports.blocksGetBlockSourceResponse = zod_1.default.object({
|
|
474
|
+
"code": zod_1.default.string(),
|
|
475
|
+
"name": zod_1.default.string(),
|
|
476
|
+
"version": zod_1.default.string()
|
|
477
|
+
});
|
|
419
478
|
/**
|
|
420
479
|
* @summary Manually trigger reingestion of a specific container item.
|
|
421
480
|
*/
|
|
@@ -445,6 +504,7 @@ exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp =
|
|
|
445
504
|
exports.containersPostResponseWorkSpaceDataSpacesItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
446
505
|
exports.containersPostResponseWorkSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
447
506
|
exports.containersPostResponseItem = zod_1.default.object({
|
|
507
|
+
"createdByUserId": zod_1.default.string().nullish(),
|
|
448
508
|
"dataSet": zod_1.default.object({
|
|
449
509
|
"id": zod_1.default.string().regex(exports.containersPostResponseDataSetIdRegExp),
|
|
450
510
|
"name": zod_1.default.string(),
|
|
@@ -492,6 +552,7 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
492
552
|
})
|
|
493
553
|
})).nullish(),
|
|
494
554
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
555
|
+
"secret": zod_1.default.boolean(),
|
|
495
556
|
"value": zod_1.default.any().nullish()
|
|
496
557
|
})).nullish(),
|
|
497
558
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -512,6 +573,11 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
512
573
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
513
574
|
"dataSourceContainer": zod_1.default.object({
|
|
514
575
|
"dataSourceId": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
576
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
577
|
+
"operator": zod_1.default.string(),
|
|
578
|
+
"propertyName": zod_1.default.string(),
|
|
579
|
+
"value": zod_1.default.string()
|
|
580
|
+
})).nullish(),
|
|
515
581
|
"id": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp),
|
|
516
582
|
"name": zod_1.default.string(),
|
|
517
583
|
"path": zod_1.default.string()
|
|
@@ -572,6 +638,8 @@ exports.dataSetsGetResponse = zod_1.default.object({
|
|
|
572
638
|
"isVector": zod_1.default.boolean(),
|
|
573
639
|
"name": zod_1.default.string()
|
|
574
640
|
})),
|
|
641
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
642
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
575
643
|
"version": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemVersionRegExp).nullish()
|
|
576
644
|
})),
|
|
577
645
|
"total": zod_1.default.number()
|
|
@@ -629,6 +697,8 @@ exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
|
629
697
|
"isVector": zod_1.default.boolean(),
|
|
630
698
|
"name": zod_1.default.string()
|
|
631
699
|
})),
|
|
700
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
701
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
632
702
|
"version": zod_1.default.string().regex(exports.dataSetsGetByIdResponseVersionRegExp).nullish()
|
|
633
703
|
});
|
|
634
704
|
/**
|
|
@@ -642,6 +712,11 @@ exports.dataSetsPutBodyIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-
|
|
|
642
712
|
exports.dataSetsPutBody = zod_1.default.strictObject({
|
|
643
713
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
644
714
|
"dataSourceId": zod_1.default.string().regex(exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp),
|
|
715
|
+
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
716
|
+
"operator": zod_1.default.string(),
|
|
717
|
+
"propertyName": zod_1.default.string(),
|
|
718
|
+
"value": zod_1.default.string()
|
|
719
|
+
})).nullish(),
|
|
645
720
|
"path": zod_1.default.string()
|
|
646
721
|
})).nullish(),
|
|
647
722
|
"description": zod_1.default.string().nullish(),
|
|
@@ -667,6 +742,8 @@ exports.dataSetsPutResponse = zod_1.default.object({
|
|
|
667
742
|
"isVector": zod_1.default.boolean(),
|
|
668
743
|
"name": zod_1.default.string()
|
|
669
744
|
})),
|
|
745
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
746
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
670
747
|
"version": zod_1.default.string().regex(exports.dataSetsPutResponseVersionRegExp).nullish()
|
|
671
748
|
});
|
|
672
749
|
/**
|
|
@@ -710,7 +787,7 @@ exports.dataSetsGetContainerItemsRunHistoryResponse = zod_1.default.object({
|
|
|
710
787
|
})),
|
|
711
788
|
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
712
789
|
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp),
|
|
713
|
-
"runAt": zod_1.default.iso.datetime({}),
|
|
790
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
714
791
|
"status": zod_1.default.string()
|
|
715
792
|
})),
|
|
716
793
|
"id": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp),
|
|
@@ -748,6 +825,8 @@ exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
|
748
825
|
"isVector": zod_1.default.boolean(),
|
|
749
826
|
"name": zod_1.default.string()
|
|
750
827
|
})),
|
|
828
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
829
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
751
830
|
"version": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseVersionRegExp).nullish()
|
|
752
831
|
});
|
|
753
832
|
exports.dataSetsExportPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -871,6 +950,71 @@ exports.dataSetsDeleteDataSetPropertyParams = zod_1.default.strictObject({
|
|
|
871
950
|
"id": zod_1.default.string().regex(exports.dataSetsDeleteDataSetPropertyPathIdRegExp),
|
|
872
951
|
"name": zod_1.default.string()
|
|
873
952
|
});
|
|
953
|
+
/**
|
|
954
|
+
* @summary Run-centric ingestion history for the dataset (newest first), from the
|
|
955
|
+
AI API's provenance-stamped run store. `trigger` filters by cause
|
|
956
|
+
(sync / sweep / manual / reset / unknown); `itemId` narrows to one
|
|
957
|
+
container item, including runs superseded by later re-ingests.
|
|
958
|
+
*/
|
|
959
|
+
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}$');
|
|
960
|
+
exports.dataSetsGetIngestionRunsParams = zod_1.default.strictObject({
|
|
961
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsPathIdRegExp)
|
|
962
|
+
});
|
|
963
|
+
exports.dataSetsGetIngestionRunsQuerySkipDefault = 0;
|
|
964
|
+
exports.dataSetsGetIngestionRunsQueryTakeDefault = 50;
|
|
965
|
+
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}$');
|
|
966
|
+
exports.dataSetsGetIngestionRunsQueryParams = zod_1.default.strictObject({
|
|
967
|
+
"skip": zod_1.default.number().optional(),
|
|
968
|
+
"take": zod_1.default.number().default(exports.dataSetsGetIngestionRunsQueryTakeDefault),
|
|
969
|
+
"trigger": zod_1.default.string().optional(),
|
|
970
|
+
"itemId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsQueryItemIdRegExp).optional()
|
|
971
|
+
});
|
|
972
|
+
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}$');
|
|
973
|
+
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}$');
|
|
974
|
+
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}$');
|
|
975
|
+
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}$');
|
|
976
|
+
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}$');
|
|
977
|
+
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}$');
|
|
978
|
+
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}$');
|
|
979
|
+
exports.dataSetsGetIngestionRunsResponse = zod_1.default.object({
|
|
980
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
981
|
+
"causedBy": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemCausedByRegExp).nullish(),
|
|
982
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp).nullish(),
|
|
983
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
984
|
+
"dataSetId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp).nullish(),
|
|
985
|
+
"dataSetVersion": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp).nullish(),
|
|
986
|
+
"errors": zod_1.default.array(zod_1.default.object({
|
|
987
|
+
"blockId": zod_1.default.string().nullish(),
|
|
988
|
+
"code": zod_1.default.number().nullish(),
|
|
989
|
+
"message": zod_1.default.string()
|
|
990
|
+
})),
|
|
991
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
992
|
+
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp),
|
|
993
|
+
"itemId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemItemIdRegExp).nullish(),
|
|
994
|
+
"itemName": zod_1.default.string().nullish(),
|
|
995
|
+
"itemPath": zod_1.default.string().nullish(),
|
|
996
|
+
"itemVersion": zod_1.default.iso.datetime({}).nullish(),
|
|
997
|
+
"retryOf": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp).nullish(),
|
|
998
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
999
|
+
"status": zod_1.default.string(),
|
|
1000
|
+
"trigger": zod_1.default.object({
|
|
1001
|
+
"kind": zod_1.default.string(),
|
|
1002
|
+
"principal": zod_1.default.string().nullish()
|
|
1003
|
+
})
|
|
1004
|
+
})),
|
|
1005
|
+
"total": zod_1.default.number()
|
|
1006
|
+
});
|
|
1007
|
+
/**
|
|
1008
|
+
* @summary Set the per-document scoping config (mode + subject path) on a dataset.
|
|
1009
|
+
*/
|
|
1010
|
+
exports.dataSetsPutScopingPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1011
|
+
exports.dataSetsPutScopingParams = zod_1.default.strictObject({
|
|
1012
|
+
"id": zod_1.default.string().regex(exports.dataSetsPutScopingPathIdRegExp)
|
|
1013
|
+
});
|
|
1014
|
+
exports.dataSetsPutScopingBody = zod_1.default.strictObject({
|
|
1015
|
+
"mode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1016
|
+
"subjectPath": zod_1.default.string().nullish()
|
|
1017
|
+
});
|
|
874
1018
|
/**
|
|
875
1019
|
* @summary Fetch a list of all available data source types in SmartSpace.
|
|
876
1020
|
*/
|
|
@@ -897,6 +1041,11 @@ exports.dataSourceTypesGetAvailableContainersBody = zod_1.default.strictObject({
|
|
|
897
1041
|
});
|
|
898
1042
|
exports.dataSourceTypesGetAvailableContainersResponseItem = zod_1.default.object({
|
|
899
1043
|
"children": zod_1.default.array(zod_1.default.any()).nullish(),
|
|
1044
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1045
|
+
"operator": zod_1.default.string(),
|
|
1046
|
+
"propertyName": zod_1.default.string(),
|
|
1047
|
+
"value": zod_1.default.string()
|
|
1048
|
+
})).nullish(),
|
|
900
1049
|
"name": zod_1.default.string(),
|
|
901
1050
|
"path": zod_1.default.string(),
|
|
902
1051
|
"properties": zod_1.default.array(zod_1.default.object({
|
|
@@ -937,6 +1086,11 @@ exports.dataSourcesGetResponse = zod_1.default.object({
|
|
|
937
1086
|
"data": zod_1.default.array(zod_1.default.object({
|
|
938
1087
|
"containers": zod_1.default.array(zod_1.default.object({
|
|
939
1088
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp),
|
|
1089
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1090
|
+
"operator": zod_1.default.string(),
|
|
1091
|
+
"propertyName": zod_1.default.string(),
|
|
1092
|
+
"value": zod_1.default.string()
|
|
1093
|
+
})).nullish(),
|
|
940
1094
|
"id": zod_1.default.string().regex(exports.dataSourcesGetResponseDataItemContainersItemIdRegExp),
|
|
941
1095
|
"name": zod_1.default.string(),
|
|
942
1096
|
"path": zod_1.default.string()
|
|
@@ -968,6 +1122,11 @@ exports.dataSourcesPostResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F
|
|
|
968
1122
|
exports.dataSourcesPostResponse = zod_1.default.object({
|
|
969
1123
|
"containers": zod_1.default.array(zod_1.default.object({
|
|
970
1124
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesPostResponseContainersItemDataSourceIdRegExp),
|
|
1125
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1126
|
+
"operator": zod_1.default.string(),
|
|
1127
|
+
"propertyName": zod_1.default.string(),
|
|
1128
|
+
"value": zod_1.default.string()
|
|
1129
|
+
})).nullish(),
|
|
971
1130
|
"id": zod_1.default.string().regex(exports.dataSourcesPostResponseContainersItemIdRegExp),
|
|
972
1131
|
"name": zod_1.default.string(),
|
|
973
1132
|
"path": zod_1.default.string()
|
|
@@ -1014,11 +1173,48 @@ exports.dataSourcesContainersResponseDataSourceIdRegExp = new RegExp('^[0-9a-fA-
|
|
|
1014
1173
|
exports.dataSourcesContainersResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1015
1174
|
exports.dataSourcesContainersResponseItem = zod_1.default.object({
|
|
1016
1175
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesContainersResponseDataSourceIdRegExp),
|
|
1176
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1177
|
+
"operator": zod_1.default.string(),
|
|
1178
|
+
"propertyName": zod_1.default.string(),
|
|
1179
|
+
"value": zod_1.default.string()
|
|
1180
|
+
})).nullish(),
|
|
1017
1181
|
"id": zod_1.default.string().regex(exports.dataSourcesContainersResponseIdRegExp),
|
|
1018
1182
|
"name": zod_1.default.string(),
|
|
1019
1183
|
"path": zod_1.default.string()
|
|
1020
1184
|
});
|
|
1021
1185
|
exports.dataSourcesContainersResponse = zod_1.default.array(exports.dataSourcesContainersResponseItem);
|
|
1186
|
+
/**
|
|
1187
|
+
* @summary Runs a preview search against the data source using the supplied filters and returns
|
|
1188
|
+
a total record count without persisting any state.
|
|
1189
|
+
*/
|
|
1190
|
+
exports.dataSourcesPreviewContainerPathDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1191
|
+
exports.dataSourcesPreviewContainerParams = zod_1.default.strictObject({
|
|
1192
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesPreviewContainerPathDataSourceIdRegExp)
|
|
1193
|
+
});
|
|
1194
|
+
exports.dataSourcesPreviewContainerBody = zod_1.default.strictObject({
|
|
1195
|
+
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
1196
|
+
"operator": zod_1.default.string(),
|
|
1197
|
+
"propertyName": zod_1.default.string(),
|
|
1198
|
+
"value": zod_1.default.string()
|
|
1199
|
+
})).nullish(),
|
|
1200
|
+
"path": zod_1.default.string()
|
|
1201
|
+
});
|
|
1202
|
+
exports.dataSourcesPreviewContainerResponse = zod_1.default.object({
|
|
1203
|
+
"samples": zod_1.default.array(zod_1.default.record(zod_1.default.string(), zod_1.default.any())),
|
|
1204
|
+
"total": zod_1.default.number()
|
|
1205
|
+
});
|
|
1206
|
+
/**
|
|
1207
|
+
* @summary Returns a JSON Schema object for the container's properties, used to drive the filter editor UI.
|
|
1208
|
+
Schema shape: { type: "object", properties: { [name]: { type, title, enum? } } }
|
|
1209
|
+
containerPath is a query param (not a route segment) to avoid ASP.NET routing splits on paths containing '/'.
|
|
1210
|
+
*/
|
|
1211
|
+
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}$');
|
|
1212
|
+
exports.dataSourcesContainerSchemaParams = zod_1.default.strictObject({
|
|
1213
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesContainerSchemaPathDataSourceIdRegExp)
|
|
1214
|
+
});
|
|
1215
|
+
exports.dataSourcesContainerSchemaQueryParams = zod_1.default.strictObject({
|
|
1216
|
+
"containerPath": zod_1.default.string().optional()
|
|
1217
|
+
});
|
|
1022
1218
|
/**
|
|
1023
1219
|
* @summary Update the credentials for an existing data source in SmartSpace by specifying its ID.
|
|
1024
1220
|
*/
|
|
@@ -1029,6 +1225,15 @@ exports.dataSourcesUpdateCredentialsParams = zod_1.default.strictObject({
|
|
|
1029
1225
|
exports.dataSourcesUpdateCredentialsBody = zod_1.default.strictObject({
|
|
1030
1226
|
"credentials": zod_1.default.record(zod_1.default.string(), zod_1.default.string().nullable())
|
|
1031
1227
|
});
|
|
1228
|
+
/**
|
|
1229
|
+
* @summary Requests an on-demand sync of a data source. The request is queued;
|
|
1230
|
+
the sync service picks it up within ~30 seconds. Repeated requests
|
|
1231
|
+
are safe — concurrent syncs of the same source collapse to one run.
|
|
1232
|
+
*/
|
|
1233
|
+
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}$');
|
|
1234
|
+
exports.dataSourcesRequestSyncParams = zod_1.default.strictObject({
|
|
1235
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesRequestSyncPathDataSourceIdRegExp)
|
|
1236
|
+
});
|
|
1032
1237
|
exports.dataSourcesGetAdminUsersPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1033
1238
|
exports.dataSourcesGetAdminUsersParams = zod_1.default.strictObject({
|
|
1034
1239
|
"id": zod_1.default.string().regex(exports.dataSourcesGetAdminUsersPathIdRegExp)
|
|
@@ -1083,6 +1288,8 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1083
1288
|
"isVector": zod_1.default.boolean(),
|
|
1084
1289
|
"name": zod_1.default.string()
|
|
1085
1290
|
})),
|
|
1291
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1292
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1086
1293
|
"version": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp).nullish()
|
|
1087
1294
|
})),
|
|
1088
1295
|
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemIdRegExp),
|
|
@@ -1138,6 +1345,8 @@ exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
|
1138
1345
|
"isVector": zod_1.default.boolean(),
|
|
1139
1346
|
"name": zod_1.default.string()
|
|
1140
1347
|
})),
|
|
1348
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1349
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1141
1350
|
"version": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp).nullish()
|
|
1142
1351
|
})),
|
|
1143
1352
|
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseIdRegExp),
|
|
@@ -1189,6 +1398,8 @@ exports.dataSpacesPutResponse = zod_1.default.object({
|
|
|
1189
1398
|
"isVector": zod_1.default.boolean(),
|
|
1190
1399
|
"name": zod_1.default.string()
|
|
1191
1400
|
})),
|
|
1401
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1402
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1192
1403
|
"version": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemVersionRegExp).nullish()
|
|
1193
1404
|
})),
|
|
1194
1405
|
"id": zod_1.default.string().regex(exports.dataSpacesPutResponseIdRegExp),
|
|
@@ -1253,6 +1464,8 @@ exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
|
1253
1464
|
"isVector": zod_1.default.boolean(),
|
|
1254
1465
|
"name": zod_1.default.string()
|
|
1255
1466
|
})),
|
|
1467
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1468
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1256
1469
|
"version": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp).nullish()
|
|
1257
1470
|
})),
|
|
1258
1471
|
"total": zod_1.default.number()
|
|
@@ -1268,6 +1481,11 @@ exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = new RegEx
|
|
|
1268
1481
|
exports.dataSpacesPostDatasetBody = zod_1.default.strictObject({
|
|
1269
1482
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
1270
1483
|
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp),
|
|
1484
|
+
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
1485
|
+
"operator": zod_1.default.string(),
|
|
1486
|
+
"propertyName": zod_1.default.string(),
|
|
1487
|
+
"value": zod_1.default.string()
|
|
1488
|
+
})).nullish(),
|
|
1271
1489
|
"path": zod_1.default.string()
|
|
1272
1490
|
})).nullish(),
|
|
1273
1491
|
"description": zod_1.default.string().nullish(),
|
|
@@ -1279,6 +1497,212 @@ exports.debugInvokeParams = zod_1.default.strictObject({
|
|
|
1279
1497
|
});
|
|
1280
1498
|
exports.debugInvokeBodyItem = zod_1.default.any();
|
|
1281
1499
|
exports.debugInvokeBody = zod_1.default.array(exports.debugInvokeBodyItem);
|
|
1500
|
+
/**
|
|
1501
|
+
* @summary List the current user's drafts (without parsed interfaces — load detail to get those).
|
|
1502
|
+
*/
|
|
1503
|
+
exports.draftsListDraftsResponseItem = zod_1.default.object({
|
|
1504
|
+
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1505
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1506
|
+
"ports": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1507
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1508
|
+
"channel": zod_1.default.boolean(),
|
|
1509
|
+
"default": zod_1.default.any().nullish(),
|
|
1510
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1511
|
+
"pin": zod_1.default.string(),
|
|
1512
|
+
"port": zod_1.default.string()
|
|
1513
|
+
})),
|
|
1514
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1515
|
+
"required": zod_1.default.boolean(),
|
|
1516
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1517
|
+
"sticky": zod_1.default.boolean(),
|
|
1518
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary']),
|
|
1519
|
+
"virtual": zod_1.default.boolean()
|
|
1520
|
+
})),
|
|
1521
|
+
"isFunction": zod_1.default.boolean(),
|
|
1522
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1523
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1524
|
+
"channel": zod_1.default.boolean(),
|
|
1525
|
+
"channelGroupId": zod_1.default.string().nullish(),
|
|
1526
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1527
|
+
"pin": zod_1.default.string(),
|
|
1528
|
+
"port": zod_1.default.string()
|
|
1529
|
+
})),
|
|
1530
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1531
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1532
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1533
|
+
})),
|
|
1534
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1535
|
+
})),
|
|
1536
|
+
"scopes": zod_1.default.array(zod_1.default.enum(['WorkSpace', 'DataSet'])).nullish(),
|
|
1537
|
+
"state": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1538
|
+
"default": zod_1.default.any().nullish(),
|
|
1539
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1540
|
+
"scope": zod_1.default.array(zod_1.default.object({
|
|
1541
|
+
"pin": zod_1.default.string(),
|
|
1542
|
+
"port": zod_1.default.string()
|
|
1543
|
+
}))
|
|
1544
|
+
}))
|
|
1545
|
+
}))),
|
|
1546
|
+
"isActive": zod_1.default.boolean(),
|
|
1547
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1548
|
+
"name": zod_1.default.string(),
|
|
1549
|
+
"parseError": zod_1.default.string().nullish(),
|
|
1550
|
+
"rowVersion": zod_1.default.string(),
|
|
1551
|
+
"sourceText": zod_1.default.string()
|
|
1552
|
+
});
|
|
1553
|
+
exports.draftsListDraftsResponse = zod_1.default.array(exports.draftsListDraftsResponseItem);
|
|
1554
|
+
/**
|
|
1555
|
+
* @summary Delete a draft (row + blob). Does not touch any published Custom of the same name.
|
|
1556
|
+
*/
|
|
1557
|
+
exports.draftsDeleteDraftParams = zod_1.default.strictObject({
|
|
1558
|
+
"name": zod_1.default.string()
|
|
1559
|
+
});
|
|
1560
|
+
/**
|
|
1561
|
+
* @summary Fetch a specific draft (source text, parsed interfaces, RowVersion, IsActive).
|
|
1562
|
+
*/
|
|
1563
|
+
exports.draftsGetDraftParams = zod_1.default.strictObject({
|
|
1564
|
+
"name": zod_1.default.string()
|
|
1565
|
+
});
|
|
1566
|
+
exports.draftsGetDraftResponse = zod_1.default.object({
|
|
1567
|
+
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1568
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1569
|
+
"ports": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1570
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1571
|
+
"channel": zod_1.default.boolean(),
|
|
1572
|
+
"default": zod_1.default.any().nullish(),
|
|
1573
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1574
|
+
"pin": zod_1.default.string(),
|
|
1575
|
+
"port": zod_1.default.string()
|
|
1576
|
+
})),
|
|
1577
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1578
|
+
"required": zod_1.default.boolean(),
|
|
1579
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1580
|
+
"sticky": zod_1.default.boolean(),
|
|
1581
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary']),
|
|
1582
|
+
"virtual": zod_1.default.boolean()
|
|
1583
|
+
})),
|
|
1584
|
+
"isFunction": zod_1.default.boolean(),
|
|
1585
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1586
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1587
|
+
"channel": zod_1.default.boolean(),
|
|
1588
|
+
"channelGroupId": zod_1.default.string().nullish(),
|
|
1589
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1590
|
+
"pin": zod_1.default.string(),
|
|
1591
|
+
"port": zod_1.default.string()
|
|
1592
|
+
})),
|
|
1593
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1594
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1595
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1596
|
+
})),
|
|
1597
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1598
|
+
})),
|
|
1599
|
+
"scopes": zod_1.default.array(zod_1.default.enum(['WorkSpace', 'DataSet'])).nullish(),
|
|
1600
|
+
"state": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1601
|
+
"default": zod_1.default.any().nullish(),
|
|
1602
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1603
|
+
"scope": zod_1.default.array(zod_1.default.object({
|
|
1604
|
+
"pin": zod_1.default.string(),
|
|
1605
|
+
"port": zod_1.default.string()
|
|
1606
|
+
}))
|
|
1607
|
+
}))
|
|
1608
|
+
}))),
|
|
1609
|
+
"isActive": zod_1.default.boolean(),
|
|
1610
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1611
|
+
"name": zod_1.default.string(),
|
|
1612
|
+
"parseError": zod_1.default.string().nullish(),
|
|
1613
|
+
"rowVersion": zod_1.default.string(),
|
|
1614
|
+
"sourceText": zod_1.default.string()
|
|
1615
|
+
});
|
|
1616
|
+
/**
|
|
1617
|
+
* @summary Toggle the draft's "Start testing" flag. See ADR-0002 — owner's active draft
|
|
1618
|
+
overrides the published Custom at the same `(name, version)` for them only.
|
|
1619
|
+
*/
|
|
1620
|
+
exports.draftsToggleDraftParams = zod_1.default.strictObject({
|
|
1621
|
+
"name": zod_1.default.string()
|
|
1622
|
+
});
|
|
1623
|
+
exports.draftsToggleDraftBody = zod_1.default.strictObject({
|
|
1624
|
+
"isActive": zod_1.default.boolean()
|
|
1625
|
+
});
|
|
1626
|
+
/**
|
|
1627
|
+
* @summary Create or update a draft. Pass `ExpectedRowVersion` for optimistic
|
|
1628
|
+
concurrency on update (null for first-time create). Returns 409 with the
|
|
1629
|
+
current `RowVersion` if another session has saved in the interim.
|
|
1630
|
+
*/
|
|
1631
|
+
exports.draftsSaveDraftParams = zod_1.default.strictObject({
|
|
1632
|
+
"name": zod_1.default.string()
|
|
1633
|
+
});
|
|
1634
|
+
exports.draftsSaveDraftBody = zod_1.default.strictObject({
|
|
1635
|
+
"expectedRowVersion": zod_1.default.string().nullish(),
|
|
1636
|
+
"source": zod_1.default.string()
|
|
1637
|
+
});
|
|
1638
|
+
exports.draftsSaveDraftResponse = zod_1.default.object({
|
|
1639
|
+
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1640
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1641
|
+
"ports": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1642
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1643
|
+
"channel": zod_1.default.boolean(),
|
|
1644
|
+
"default": zod_1.default.any().nullish(),
|
|
1645
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1646
|
+
"pin": zod_1.default.string(),
|
|
1647
|
+
"port": zod_1.default.string()
|
|
1648
|
+
})),
|
|
1649
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1650
|
+
"required": zod_1.default.boolean(),
|
|
1651
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1652
|
+
"sticky": zod_1.default.boolean(),
|
|
1653
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary']),
|
|
1654
|
+
"virtual": zod_1.default.boolean()
|
|
1655
|
+
})),
|
|
1656
|
+
"isFunction": zod_1.default.boolean(),
|
|
1657
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1658
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1659
|
+
"channel": zod_1.default.boolean(),
|
|
1660
|
+
"channelGroupId": zod_1.default.string().nullish(),
|
|
1661
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1662
|
+
"pin": zod_1.default.string(),
|
|
1663
|
+
"port": zod_1.default.string()
|
|
1664
|
+
})),
|
|
1665
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1666
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1667
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1668
|
+
})),
|
|
1669
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1670
|
+
})),
|
|
1671
|
+
"scopes": zod_1.default.array(zod_1.default.enum(['WorkSpace', 'DataSet'])).nullish(),
|
|
1672
|
+
"state": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1673
|
+
"default": zod_1.default.any().nullish(),
|
|
1674
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1675
|
+
"scope": zod_1.default.array(zod_1.default.object({
|
|
1676
|
+
"pin": zod_1.default.string(),
|
|
1677
|
+
"port": zod_1.default.string()
|
|
1678
|
+
}))
|
|
1679
|
+
}))
|
|
1680
|
+
}))),
|
|
1681
|
+
"parseError": zod_1.default.string().nullish(),
|
|
1682
|
+
"rowVersion": zod_1.default.string()
|
|
1683
|
+
});
|
|
1684
|
+
/**
|
|
1685
|
+
* @summary Publish the draft's saved source as a tenant-visible Custom block set.
|
|
1686
|
+
When a published set of the same name exists, the first call returns 409
|
|
1687
|
+
with the impact details; retry with `confirmOverwrite: true` to
|
|
1688
|
+
replace it (a new row supersedes the old per newest-wins resolution).
|
|
1689
|
+
*/
|
|
1690
|
+
exports.draftsPublishDraftParams = zod_1.default.strictObject({
|
|
1691
|
+
"name": zod_1.default.string()
|
|
1692
|
+
});
|
|
1693
|
+
exports.draftsPublishDraftBody = zod_1.default.strictObject({
|
|
1694
|
+
"confirmOverwrite": zod_1.default.boolean(),
|
|
1695
|
+
"publishAs": zod_1.default.string().nullish()
|
|
1696
|
+
});
|
|
1697
|
+
exports.draftsPublishDraftResponseBlockSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1698
|
+
exports.draftsPublishDraftResponse = zod_1.default.object({
|
|
1699
|
+
"blockSetId": zod_1.default.string().regex(exports.draftsPublishDraftResponseBlockSetIdRegExp),
|
|
1700
|
+
"blocks": zod_1.default.array(zod_1.default.object({
|
|
1701
|
+
"name": zod_1.default.string(),
|
|
1702
|
+
"version": zod_1.default.string()
|
|
1703
|
+
})),
|
|
1704
|
+
"name": zod_1.default.string()
|
|
1705
|
+
});
|
|
1282
1706
|
/**
|
|
1283
1707
|
* @summary Upload files to be referenced in requests (supports full and chunked uploads).
|
|
1284
1708
|
*/
|
|
@@ -1420,6 +1844,16 @@ exports.flowRunsGetFlowRunPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
1420
1844
|
exports.flowRunsGetFlowRunParams = zod_1.default.strictObject({
|
|
1421
1845
|
"id": zod_1.default.string().regex(exports.flowRunsGetFlowRunPathIdRegExp)
|
|
1422
1846
|
});
|
|
1847
|
+
/**
|
|
1848
|
+
* @summary Requests cancellation of a queued or running flow run. Cancellation
|
|
1849
|
+
is cooperative: a queued run is stamped cancelled before it starts;
|
|
1850
|
+
a running flow stops between block executions, typically within
|
|
1851
|
+
seconds. Cancelled runs carry cancelledAt in their basic info.
|
|
1852
|
+
*/
|
|
1853
|
+
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}$');
|
|
1854
|
+
exports.flowRunsCancelFlowRunParams = zod_1.default.strictObject({
|
|
1855
|
+
"id": zod_1.default.string().regex(exports.flowRunsCancelFlowRunPathIdRegExpOne)
|
|
1856
|
+
});
|
|
1423
1857
|
exports.flowRunsAddFileIdFilesPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1424
1858
|
exports.flowRunsAddFileIdFilesParams = zod_1.default.strictObject({
|
|
1425
1859
|
"id": zod_1.default.string().regex(exports.flowRunsAddFileIdFilesPathIdRegExp)
|
|
@@ -1547,6 +1981,7 @@ exports.flowsSetActiveFlowDefinitionBody = zod_1.default.strictObject({
|
|
|
1547
1981
|
})
|
|
1548
1982
|
})).nullish(),
|
|
1549
1983
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
1984
|
+
"secret": zod_1.default.boolean(),
|
|
1550
1985
|
"value": zod_1.default.any().nullish()
|
|
1551
1986
|
})).nullish(),
|
|
1552
1987
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
@@ -1800,7 +2235,7 @@ exports.notificationGetResponse = zod_1.default.object({
|
|
|
1800
2235
|
"description": zod_1.default.string().nullish(),
|
|
1801
2236
|
"dismissedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1802
2237
|
"id": zod_1.default.string().regex(exports.notificationGetResponseDataItemIdRegExpOne),
|
|
1803
|
-
"notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated']),
|
|
2238
|
+
"notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated', 'AddedToThread']),
|
|
1804
2239
|
"threadId": zod_1.default.string().regex(exports.notificationGetResponseDataItemThreadIdRegExpOne).nullish(),
|
|
1805
2240
|
"workSpaceId": zod_1.default.string().regex(exports.notificationGetResponseDataItemWorkSpaceIdRegExpOne).nullish()
|
|
1806
2241
|
})),
|
|
@@ -1865,6 +2300,143 @@ exports.reportingGetTokensResponse = zod_1.default.object({
|
|
|
1865
2300
|
"name": zod_1.default.string()
|
|
1866
2301
|
}))
|
|
1867
2302
|
});
|
|
2303
|
+
/**
|
|
2304
|
+
* @summary List configured syncs. status matches the data
|
|
2305
|
+
source's latest completed sync (e.g. Success / Failure), or "never"
|
|
2306
|
+
for sources with no recorded sync. sortBy:
|
|
2307
|
+
name | connector | lastSync (default: path).
|
|
2308
|
+
*/
|
|
2309
|
+
exports.syncsGetQueryTakeDefault = 50;
|
|
2310
|
+
exports.syncsGetQuerySkipDefault = 0;
|
|
2311
|
+
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}$');
|
|
2312
|
+
exports.syncsGetQueryParams = zod_1.default.strictObject({
|
|
2313
|
+
"take": zod_1.default.number().default(exports.syncsGetQueryTakeDefault),
|
|
2314
|
+
"skip": zod_1.default.number().optional(),
|
|
2315
|
+
"search": zod_1.default.string().optional(),
|
|
2316
|
+
"dataSourceId": zod_1.default.string().regex(exports.syncsGetQueryDataSourceIdRegExp).optional(),
|
|
2317
|
+
"status": zod_1.default.string().optional(),
|
|
2318
|
+
"sortBy": zod_1.default.string().optional(),
|
|
2319
|
+
"sortDirection": zod_1.default.string().optional()
|
|
2320
|
+
});
|
|
2321
|
+
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}$');
|
|
2322
|
+
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}$');
|
|
2323
|
+
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}$');
|
|
2324
|
+
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}$');
|
|
2325
|
+
exports.syncsGetResponse = zod_1.default.object({
|
|
2326
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2327
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2328
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSetsItemIdRegExp),
|
|
2329
|
+
"name": zod_1.default.string(),
|
|
2330
|
+
"version": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSetsItemVersionRegExp).nullish()
|
|
2331
|
+
})),
|
|
2332
|
+
"dataSource": zod_1.default.object({
|
|
2333
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSourceIdRegExp),
|
|
2334
|
+
"isQueued": zod_1.default.boolean(),
|
|
2335
|
+
"isSyncing": zod_1.default.boolean(),
|
|
2336
|
+
"name": zod_1.default.string(),
|
|
2337
|
+
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap']),
|
|
2338
|
+
"syncStartedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2339
|
+
}),
|
|
2340
|
+
"filters": zod_1.default.string().nullish(),
|
|
2341
|
+
"highwaterMark": zod_1.default.iso.datetime({}).nullish(),
|
|
2342
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemIdRegExp),
|
|
2343
|
+
"latestSyncAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2344
|
+
"latestSyncItemCount": zod_1.default.number().nullish(),
|
|
2345
|
+
"latestSyncMessage": zod_1.default.string().nullish(),
|
|
2346
|
+
"latestSyncStatus": zod_1.default.string().nullish(),
|
|
2347
|
+
"name": zod_1.default.string(),
|
|
2348
|
+
"path": zod_1.default.string(),
|
|
2349
|
+
"recentSyncs": zod_1.default.array(zod_1.default.object({
|
|
2350
|
+
"end": zod_1.default.iso.datetime({}),
|
|
2351
|
+
"itemCount": zod_1.default.number(),
|
|
2352
|
+
"message": zod_1.default.string().nullish(),
|
|
2353
|
+
"start": zod_1.default.iso.datetime({}),
|
|
2354
|
+
"status": zod_1.default.string()
|
|
2355
|
+
})).nullish(),
|
|
2356
|
+
"statusMessage": zod_1.default.string().nullish()
|
|
2357
|
+
})),
|
|
2358
|
+
"total": zod_1.default.number()
|
|
2359
|
+
});
|
|
2360
|
+
/**
|
|
2361
|
+
* @summary The sync-requests queue right now: approximate depth and which data
|
|
2362
|
+
sources have a request WAITING. In-flight requests are invisible to
|
|
2363
|
+
peek (visibility timeout) — that state is each data source's
|
|
2364
|
+
isSyncing flag. Literal route wins over the {containerId} template.
|
|
2365
|
+
*/
|
|
2366
|
+
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}$');
|
|
2367
|
+
exports.syncsGetQueueResponse = zod_1.default.object({
|
|
2368
|
+
"depth": zod_1.default.number(),
|
|
2369
|
+
"waitingDataSourceIds": zod_1.default.array(zod_1.default.string().regex(exports.syncsGetQueueResponseWaitingDataSourceIdsItemRegExp))
|
|
2370
|
+
});
|
|
2371
|
+
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}$');
|
|
2372
|
+
exports.syncsGetByIdParams = zod_1.default.strictObject({
|
|
2373
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetByIdPathContainerIdRegExp)
|
|
2374
|
+
});
|
|
2375
|
+
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}$');
|
|
2376
|
+
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}$');
|
|
2377
|
+
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}$');
|
|
2378
|
+
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}$');
|
|
2379
|
+
exports.syncsGetByIdResponse = zod_1.default.object({
|
|
2380
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2381
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSetsItemIdRegExp),
|
|
2382
|
+
"name": zod_1.default.string(),
|
|
2383
|
+
"version": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSetsItemVersionRegExp).nullish()
|
|
2384
|
+
})),
|
|
2385
|
+
"dataSource": zod_1.default.object({
|
|
2386
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSourceIdRegExp),
|
|
2387
|
+
"isQueued": zod_1.default.boolean(),
|
|
2388
|
+
"isSyncing": zod_1.default.boolean(),
|
|
2389
|
+
"name": zod_1.default.string(),
|
|
2390
|
+
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap']),
|
|
2391
|
+
"syncStartedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2392
|
+
}),
|
|
2393
|
+
"filters": zod_1.default.string().nullish(),
|
|
2394
|
+
"highwaterMark": zod_1.default.iso.datetime({}).nullish(),
|
|
2395
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseIdRegExp),
|
|
2396
|
+
"latestSyncAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2397
|
+
"latestSyncItemCount": zod_1.default.number().nullish(),
|
|
2398
|
+
"latestSyncMessage": zod_1.default.string().nullish(),
|
|
2399
|
+
"latestSyncStatus": zod_1.default.string().nullish(),
|
|
2400
|
+
"name": zod_1.default.string(),
|
|
2401
|
+
"path": zod_1.default.string(),
|
|
2402
|
+
"recentSyncs": zod_1.default.array(zod_1.default.object({
|
|
2403
|
+
"end": zod_1.default.iso.datetime({}),
|
|
2404
|
+
"itemCount": zod_1.default.number(),
|
|
2405
|
+
"message": zod_1.default.string().nullish(),
|
|
2406
|
+
"start": zod_1.default.iso.datetime({}),
|
|
2407
|
+
"status": zod_1.default.string()
|
|
2408
|
+
})).nullish(),
|
|
2409
|
+
"statusMessage": zod_1.default.string().nullish()
|
|
2410
|
+
});
|
|
2411
|
+
/**
|
|
2412
|
+
* @summary The sync's landed items (read-only metadata), proxied from the AI API's
|
|
2413
|
+
container-items endpoint.
|
|
2414
|
+
*/
|
|
2415
|
+
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}$');
|
|
2416
|
+
exports.syncsGetItemsParams = zod_1.default.strictObject({
|
|
2417
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetItemsPathContainerIdRegExp)
|
|
2418
|
+
});
|
|
2419
|
+
exports.syncsGetItemsQuerySkipDefault = 0;
|
|
2420
|
+
exports.syncsGetItemsQueryTakeDefault = 50;
|
|
2421
|
+
exports.syncsGetItemsQueryParams = zod_1.default.strictObject({
|
|
2422
|
+
"skip": zod_1.default.number().optional(),
|
|
2423
|
+
"take": zod_1.default.number().default(exports.syncsGetItemsQueryTakeDefault)
|
|
2424
|
+
});
|
|
2425
|
+
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}$');
|
|
2426
|
+
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}$');
|
|
2427
|
+
exports.syncsGetItemsResponse = zod_1.default.object({
|
|
2428
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2429
|
+
"blobUri": zod_1.default.string().nullish(),
|
|
2430
|
+
"bytes": zod_1.default.string().nullish(),
|
|
2431
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetItemsResponseDataItemContainerIdRegExp).nullish(),
|
|
2432
|
+
"id": zod_1.default.string().regex(exports.syncsGetItemsResponseDataItemIdRegExp),
|
|
2433
|
+
"isJson": zod_1.default.boolean().nullish(),
|
|
2434
|
+
"name": zod_1.default.string().nullish(),
|
|
2435
|
+
"path": zod_1.default.string().nullish(),
|
|
2436
|
+
"pending": zod_1.default.boolean().nullish()
|
|
2437
|
+
})),
|
|
2438
|
+
"total": zod_1.default.number()
|
|
2439
|
+
});
|
|
1868
2440
|
/**
|
|
1869
2441
|
* @summary Gets Tenant Id
|
|
1870
2442
|
*/
|
|
@@ -1887,14 +2459,15 @@ exports.usersGetUsersResponse = zod_1.default.object({
|
|
|
1887
2459
|
"lastActiveAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1888
2460
|
"mobilePhone": zod_1.default.string().nullish(),
|
|
1889
2461
|
"name": zod_1.default.string(),
|
|
1890
|
-
"permissions": zod_1.default.enum(['
|
|
2462
|
+
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
1891
2463
|
})),
|
|
1892
2464
|
"total": zod_1.default.number()
|
|
1893
2465
|
});
|
|
1894
2466
|
exports.usersGetUsersByFilterParams = zod_1.default.strictObject({
|
|
1895
|
-
"permissions": zod_1.default.enum(['
|
|
2467
|
+
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
1896
2468
|
});
|
|
1897
|
-
exports.
|
|
2469
|
+
exports.usersGetMyPermissionsResponseItem = zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']);
|
|
2470
|
+
exports.usersGetMyPermissionsResponse = zod_1.default.array(exports.usersGetMyPermissionsResponseItem);
|
|
1898
2471
|
/**
|
|
1899
2472
|
* @summary Disable user (Remove all assigned WorkSpaces by UserId)
|
|
1900
2473
|
*/
|
|
@@ -1927,10 +2500,8 @@ exports.usersGetUserDetailResponse = zod_1.default.object({
|
|
|
1927
2500
|
"emailAddress": zod_1.default.string().nullish(),
|
|
1928
2501
|
"id": zod_1.default.string(),
|
|
1929
2502
|
"isAdmin": zod_1.default.boolean().nullish(),
|
|
1930
|
-
"lastActiveAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1931
2503
|
"mobilePhone": zod_1.default.string().nullish(),
|
|
1932
|
-
"name": zod_1.default.string()
|
|
1933
|
-
"permissions": zod_1.default.enum(['None', 'WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete'])
|
|
2504
|
+
"name": zod_1.default.string()
|
|
1934
2505
|
});
|
|
1935
2506
|
/**
|
|
1936
2507
|
* @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
|
|
@@ -1954,18 +2525,20 @@ exports.usersGetAccessWorkSpacesQueryParams = zod_1.default.strictObject({
|
|
|
1954
2525
|
"skip": zod_1.default.number().optional().describe('number of workspaces to get'),
|
|
1955
2526
|
"take": zod_1.default.number().default(exports.usersGetAccessWorkSpacesQueryTakeDefault).describe('number of workspaces to skip')
|
|
1956
2527
|
});
|
|
1957
|
-
exports.
|
|
1958
|
-
exports.
|
|
1959
|
-
exports.
|
|
1960
|
-
"
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
2528
|
+
exports.usersGetAccessWorkSpacesResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2529
|
+
exports.usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2530
|
+
exports.usersGetAccessWorkSpacesResponse = zod_1.default.object({
|
|
2531
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2532
|
+
"accessType": zod_1.default.enum(['Principal', 'Group']),
|
|
2533
|
+
"displayName": zod_1.default.string().nullish(),
|
|
2534
|
+
"id": zod_1.default.string().regex(exports.usersGetAccessWorkSpacesResponseDataItemIdRegExp).nullish(),
|
|
2535
|
+
"objectId": zod_1.default.string(),
|
|
2536
|
+
"principalType": zod_1.default.enum(['Unknown', 'User', 'ServicePrincipal', 'Internal']).optional(),
|
|
2537
|
+
"workSpaceId": zod_1.default.string().regex(exports.usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp).nullish(),
|
|
2538
|
+
"workSpaceName": zod_1.default.string().nullish()
|
|
2539
|
+
})),
|
|
2540
|
+
"total": zod_1.default.number()
|
|
1967
2541
|
});
|
|
1968
|
-
exports.usersGetAccessWorkSpacesResponse = zod_1.default.array(exports.usersGetAccessWorkSpacesResponseItem);
|
|
1969
2542
|
exports.usersAdminPermissionPathUserIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1970
2543
|
exports.usersAdminPermissionParams = zod_1.default.strictObject({
|
|
1971
2544
|
"userId": zod_1.default.string().regex(exports.usersAdminPermissionPathUserIdRegExp)
|
|
@@ -1977,11 +2550,12 @@ exports.usersAddUserPermissionPathUserIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-
|
|
|
1977
2550
|
exports.usersAddUserPermissionParams = zod_1.default.strictObject({
|
|
1978
2551
|
"userId": zod_1.default.string().regex(exports.usersAddUserPermissionPathUserIdRegExp)
|
|
1979
2552
|
});
|
|
1980
|
-
exports.
|
|
2553
|
+
exports.usersAddUserPermissionBodyItem = zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']);
|
|
2554
|
+
exports.usersAddUserPermissionBody = zod_1.default.array(exports.usersAddUserPermissionBodyItem);
|
|
1981
2555
|
exports.usersRemoveUserPermissionPathUserIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1982
2556
|
exports.usersRemoveUserPermissionParams = zod_1.default.strictObject({
|
|
1983
2557
|
"userId": zod_1.default.string().regex(exports.usersRemoveUserPermissionPathUserIdRegExp),
|
|
1984
|
-
"permission": zod_1.default.enum(['
|
|
2558
|
+
"permission": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
1985
2559
|
});
|
|
1986
2560
|
/**
|
|
1987
2561
|
* @summary Returns a list of available Azure locations for deploying virtual machines
|
|
@@ -2046,6 +2620,7 @@ exports.workSpacesGetGetQueryParams = zod_1.default.strictObject({
|
|
|
2046
2620
|
"sortBy": zod_1.default.string().optional(),
|
|
2047
2621
|
"sortDirection": zod_1.default.string().optional()
|
|
2048
2622
|
});
|
|
2623
|
+
exports.workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2049
2624
|
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2050
2625
|
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2051
2626
|
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -2066,6 +2641,11 @@ exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne
|
|
|
2066
2641
|
exports.workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2067
2642
|
exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
2068
2643
|
"data": zod_1.default.array(zod_1.default.object({
|
|
2644
|
+
"connectors": zod_1.default.array(zod_1.default.object({
|
|
2645
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne),
|
|
2646
|
+
"kind": zod_1.default.string(),
|
|
2647
|
+
"name": zod_1.default.string()
|
|
2648
|
+
})),
|
|
2069
2649
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
2070
2650
|
"createdByUserId": zod_1.default.string(),
|
|
2071
2651
|
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
@@ -2112,6 +2692,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2112
2692
|
})
|
|
2113
2693
|
})).nullish(),
|
|
2114
2694
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2695
|
+
"secret": zod_1.default.boolean(),
|
|
2115
2696
|
"value": zod_1.default.any().nullish()
|
|
2116
2697
|
})).nullish(),
|
|
2117
2698
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2132,6 +2713,11 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2132
2713
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2133
2714
|
"dataSourceContainer": zod_1.default.object({
|
|
2134
2715
|
"dataSourceId": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne),
|
|
2716
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
2717
|
+
"operator": zod_1.default.string(),
|
|
2718
|
+
"propertyName": zod_1.default.string(),
|
|
2719
|
+
"value": zod_1.default.string()
|
|
2720
|
+
})).nullish(),
|
|
2135
2721
|
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne),
|
|
2136
2722
|
"name": zod_1.default.string(),
|
|
2137
2723
|
"path": zod_1.default.string()
|
|
@@ -2270,6 +2856,7 @@ exports.workSpacesGetIdPathIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
2270
2856
|
exports.workSpacesGetIdParams = zod_1.default.strictObject({
|
|
2271
2857
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdPathIdRegExpOne)
|
|
2272
2858
|
});
|
|
2859
|
+
exports.workSpacesGetIdResponseConnectorsItemIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2273
2860
|
exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2274
2861
|
exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2275
2862
|
exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -2289,6 +2876,11 @@ exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemId
|
|
|
2289
2876
|
exports.workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2290
2877
|
exports.workSpacesGetIdResponseSandBoxThreadIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2291
2878
|
exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
2879
|
+
"connectors": zod_1.default.array(zod_1.default.object({
|
|
2880
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseConnectorsItemIdRegExpOne),
|
|
2881
|
+
"kind": zod_1.default.string(),
|
|
2882
|
+
"name": zod_1.default.string()
|
|
2883
|
+
})),
|
|
2292
2884
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
2293
2885
|
"createdByUserId": zod_1.default.string(),
|
|
2294
2886
|
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
@@ -2335,6 +2927,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2335
2927
|
})
|
|
2336
2928
|
})).nullish(),
|
|
2337
2929
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2930
|
+
"secret": zod_1.default.boolean(),
|
|
2338
2931
|
"value": zod_1.default.any().nullish()
|
|
2339
2932
|
})).nullish(),
|
|
2340
2933
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2355,6 +2948,11 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2355
2948
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2356
2949
|
"dataSourceContainer": zod_1.default.object({
|
|
2357
2950
|
"dataSourceId": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne),
|
|
2951
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
2952
|
+
"operator": zod_1.default.string(),
|
|
2953
|
+
"propertyName": zod_1.default.string(),
|
|
2954
|
+
"value": zod_1.default.string()
|
|
2955
|
+
})).nullish(),
|
|
2358
2956
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne),
|
|
2359
2957
|
"name": zod_1.default.string(),
|
|
2360
2958
|
"path": zod_1.default.string()
|
|
@@ -2559,6 +3157,28 @@ exports.workSpacesPutModelConfigurationBody = zod_1.default.strictObject({
|
|
|
2559
3157
|
"temperature": zod_1.default.number(),
|
|
2560
3158
|
"topP": zod_1.default.number()
|
|
2561
3159
|
});
|
|
3160
|
+
/**
|
|
3161
|
+
* @summary Detaches a connector from a workspace. Flows still referencing it
|
|
3162
|
+
fail at resolve time rather than silently keeping access.
|
|
3163
|
+
*/
|
|
3164
|
+
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}$');
|
|
3165
|
+
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}$');
|
|
3166
|
+
exports.workSpacesRemoveConnectorParams = zod_1.default.strictObject({
|
|
3167
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesRemoveConnectorPathWorkspaceIdRegExp),
|
|
3168
|
+
"connectorId": zod_1.default.string().regex(exports.workSpacesRemoveConnectorPathConnectorIdRegExp)
|
|
3169
|
+
});
|
|
3170
|
+
/**
|
|
3171
|
+
* @summary Attaches a connector to a workspace — the access model for external
|
|
3172
|
+
connectors, mirroring dataspaces. Only after this can a flow in the
|
|
3173
|
+
workspace reference the connector, and the resolve endpoint checks
|
|
3174
|
+
the same attachment at call time.
|
|
3175
|
+
*/
|
|
3176
|
+
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}$');
|
|
3177
|
+
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}$');
|
|
3178
|
+
exports.workSpacesAddConnectorParams = zod_1.default.strictObject({
|
|
3179
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesAddConnectorPathWorkspaceIdRegExp),
|
|
3180
|
+
"connectorId": zod_1.default.string().regex(exports.workSpacesAddConnectorPathConnectorIdRegExp)
|
|
3181
|
+
});
|
|
2562
3182
|
/**
|
|
2563
3183
|
* @summary Removes a data space from a workspace.
|
|
2564
3184
|
*/
|
|
@@ -2702,6 +3322,7 @@ exports.workSpacesGetActiveFlowResponse = zod_1.default.object({
|
|
|
2702
3322
|
})
|
|
2703
3323
|
})).nullish(),
|
|
2704
3324
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
3325
|
+
"secret": zod_1.default.boolean(),
|
|
2705
3326
|
"value": zod_1.default.any().nullish()
|
|
2706
3327
|
})).nullish(),
|
|
2707
3328
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2759,6 +3380,7 @@ exports.workSpacesSetActiveFlowBody = zod_1.default.strictObject({
|
|
|
2759
3380
|
})
|
|
2760
3381
|
})).nullish(),
|
|
2761
3382
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
3383
|
+
"secret": zod_1.default.boolean(),
|
|
2762
3384
|
"value": zod_1.default.any().nullish()
|
|
2763
3385
|
})).nullish(),
|
|
2764
3386
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
@@ -2782,6 +3404,111 @@ exports.workSpacesSetActiveFlowLayoutParams = zod_1.default.strictObject({
|
|
|
2782
3404
|
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp)
|
|
2783
3405
|
});
|
|
2784
3406
|
exports.workSpacesSetActiveFlowLayoutBody = zod_1.default.any();
|
|
3407
|
+
/**
|
|
3408
|
+
* @summary Lists connectors with their auth settings — never a credential.
|
|
3409
|
+
*/
|
|
3410
|
+
exports.connectorsGetConnectorsQueryParams = zod_1.default.strictObject({
|
|
3411
|
+
"kind": zod_1.default.string().optional()
|
|
3412
|
+
});
|
|
3413
|
+
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}$');
|
|
3414
|
+
exports.connectorsGetConnectorsResponseItem = zod_1.default.object({
|
|
3415
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3416
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3417
|
+
"authType": zod_1.default.string(),
|
|
3418
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3419
|
+
"createdByUserId": zod_1.default.string(),
|
|
3420
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3421
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorsResponseIdRegExp),
|
|
3422
|
+
"kind": zod_1.default.string(),
|
|
3423
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3424
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3425
|
+
"name": zod_1.default.string(),
|
|
3426
|
+
"url": zod_1.default.string()
|
|
3427
|
+
});
|
|
3428
|
+
exports.connectorsGetConnectorsResponse = zod_1.default.array(exports.connectorsGetConnectorsResponseItem);
|
|
3429
|
+
/**
|
|
3430
|
+
* @summary Creates a connector and its shared credential in one call: the value
|
|
3431
|
+
goes to Key Vault, the row stores only the reference.
|
|
3432
|
+
*/
|
|
3433
|
+
exports.connectorsCreateConnectorBody = zod_1.default.strictObject({
|
|
3434
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3435
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3436
|
+
"authType": zod_1.default.string(),
|
|
3437
|
+
"kind": zod_1.default.string(),
|
|
3438
|
+
"name": zod_1.default.string(),
|
|
3439
|
+
"secret": zod_1.default.string().nullish(),
|
|
3440
|
+
"url": zod_1.default.string()
|
|
3441
|
+
});
|
|
3442
|
+
/**
|
|
3443
|
+
* @summary Picker list for workspace editors: id, name and kind only. Gated on
|
|
3444
|
+
WorkspaceEdit rather than Admin because attaching a connector to a
|
|
3445
|
+
workspace is a workspace-editor action, and the picker is how they
|
|
3446
|
+
choose one. Admins pass this gate via the role bypass.
|
|
3447
|
+
*/
|
|
3448
|
+
exports.connectorsGetConnectorSummariesQueryParams = zod_1.default.strictObject({
|
|
3449
|
+
"kind": zod_1.default.string().optional()
|
|
3450
|
+
});
|
|
3451
|
+
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}$');
|
|
3452
|
+
exports.connectorsGetConnectorSummariesResponseItem = zod_1.default.object({
|
|
3453
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorSummariesResponseIdRegExp),
|
|
3454
|
+
"kind": zod_1.default.string(),
|
|
3455
|
+
"name": zod_1.default.string()
|
|
3456
|
+
});
|
|
3457
|
+
exports.connectorsGetConnectorSummariesResponse = zod_1.default.array(exports.connectorsGetConnectorSummariesResponseItem);
|
|
3458
|
+
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}$');
|
|
3459
|
+
exports.connectorsDeleteConnectorParams = zod_1.default.strictObject({
|
|
3460
|
+
"id": zod_1.default.string().regex(exports.connectorsDeleteConnectorPathIdRegExp)
|
|
3461
|
+
});
|
|
3462
|
+
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}$');
|
|
3463
|
+
exports.connectorsGetConnectorParams = zod_1.default.strictObject({
|
|
3464
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorPathIdRegExp)
|
|
3465
|
+
});
|
|
3466
|
+
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}$');
|
|
3467
|
+
exports.connectorsGetConnectorResponse = zod_1.default.object({
|
|
3468
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3469
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3470
|
+
"authType": zod_1.default.string(),
|
|
3471
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3472
|
+
"createdByUserId": zod_1.default.string(),
|
|
3473
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3474
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorResponseIdRegExp),
|
|
3475
|
+
"kind": zod_1.default.string(),
|
|
3476
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3477
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3478
|
+
"name": zod_1.default.string(),
|
|
3479
|
+
"url": zod_1.default.string()
|
|
3480
|
+
});
|
|
3481
|
+
/**
|
|
3482
|
+
* @summary Updates a connector. Omit `Secret` to leave the credential
|
|
3483
|
+
untouched; supply one to rotate it.
|
|
3484
|
+
*/
|
|
3485
|
+
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}$');
|
|
3486
|
+
exports.connectorsUpdateConnectorParams = zod_1.default.strictObject({
|
|
3487
|
+
"id": zod_1.default.string().regex(exports.connectorsUpdateConnectorPathIdRegExp)
|
|
3488
|
+
});
|
|
3489
|
+
exports.connectorsUpdateConnectorBody = zod_1.default.strictObject({
|
|
3490
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3491
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3492
|
+
"authType": zod_1.default.string(),
|
|
3493
|
+
"name": zod_1.default.string(),
|
|
3494
|
+
"secret": zod_1.default.string().nullish(),
|
|
3495
|
+
"url": zod_1.default.string()
|
|
3496
|
+
});
|
|
3497
|
+
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}$');
|
|
3498
|
+
exports.connectorsUpdateConnectorResponse = zod_1.default.object({
|
|
3499
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3500
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3501
|
+
"authType": zod_1.default.string(),
|
|
3502
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3503
|
+
"createdByUserId": zod_1.default.string(),
|
|
3504
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3505
|
+
"id": zod_1.default.string().regex(exports.connectorsUpdateConnectorResponseIdRegExp),
|
|
3506
|
+
"kind": zod_1.default.string(),
|
|
3507
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3508
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3509
|
+
"name": zod_1.default.string(),
|
|
3510
|
+
"url": zod_1.default.string()
|
|
3511
|
+
});
|
|
2785
3512
|
/**
|
|
2786
3513
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
2787
3514
|
*/
|
|
@@ -2795,6 +3522,53 @@ exports.documentsGetDocumentSasQueryParams = zod_1.default.strictObject({
|
|
|
2795
3522
|
exports.documentsGetDocumentSasResponse = zod_1.default.object({
|
|
2796
3523
|
"uri": zod_1.default.url()
|
|
2797
3524
|
});
|
|
3525
|
+
/**
|
|
3526
|
+
* @summary Lists all managed secrets — names and audit metadata only, never values.
|
|
3527
|
+
*/
|
|
3528
|
+
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}$');
|
|
3529
|
+
exports.managedSecretsGetManagedSecretsResponseItem = zod_1.default.object({
|
|
3530
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3531
|
+
"createdByUserId": zod_1.default.string(),
|
|
3532
|
+
"id": zod_1.default.string().regex(exports.managedSecretsGetManagedSecretsResponseIdRegExp),
|
|
3533
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3534
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3535
|
+
"name": zod_1.default.string()
|
|
3536
|
+
});
|
|
3537
|
+
exports.managedSecretsGetManagedSecretsResponse = zod_1.default.array(exports.managedSecretsGetManagedSecretsResponseItem);
|
|
3538
|
+
/**
|
|
3539
|
+
* @summary Creates a named secret: writes the value to Key Vault and stores only
|
|
3540
|
+
the vault reference.
|
|
3541
|
+
*/
|
|
3542
|
+
exports.managedSecretsCreateManagedSecretBody = zod_1.default.strictObject({
|
|
3543
|
+
"name": zod_1.default.string(),
|
|
3544
|
+
"value": zod_1.default.string()
|
|
3545
|
+
});
|
|
3546
|
+
/**
|
|
3547
|
+
* @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
|
|
3548
|
+
*/
|
|
3549
|
+
exports.managedSecretsDeleteManagedSecretParams = zod_1.default.strictObject({
|
|
3550
|
+
"name": zod_1.default.string()
|
|
3551
|
+
});
|
|
3552
|
+
/**
|
|
3553
|
+
* @summary Overwrites (rotates) a secret's value — a new Key Vault version under
|
|
3554
|
+
the same vault key. The value is write-only; nothing is returned but
|
|
3555
|
+
audit metadata.
|
|
3556
|
+
*/
|
|
3557
|
+
exports.managedSecretsOverwriteManagedSecretValueParams = zod_1.default.strictObject({
|
|
3558
|
+
"name": zod_1.default.string()
|
|
3559
|
+
});
|
|
3560
|
+
exports.managedSecretsOverwriteManagedSecretValueBody = zod_1.default.strictObject({
|
|
3561
|
+
"value": zod_1.default.string()
|
|
3562
|
+
});
|
|
3563
|
+
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}$');
|
|
3564
|
+
exports.managedSecretsOverwriteManagedSecretValueResponse = zod_1.default.object({
|
|
3565
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3566
|
+
"createdByUserId": zod_1.default.string(),
|
|
3567
|
+
"id": zod_1.default.string().regex(exports.managedSecretsOverwriteManagedSecretValueResponseIdRegExp),
|
|
3568
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3569
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3570
|
+
"name": zod_1.default.string()
|
|
3571
|
+
});
|
|
2798
3572
|
exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2799
3573
|
exports.messageThreadsGetWorkspaceExecutionsParams = zod_1.default.strictObject({
|
|
2800
3574
|
"workSpaceId": zod_1.default.string().regex(exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp)
|
|
@@ -2911,6 +3685,35 @@ exports.messageThreadsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
2911
3685
|
})),
|
|
2912
3686
|
"total": zod_1.default.number()
|
|
2913
3687
|
});
|
|
3688
|
+
/**
|
|
3689
|
+
* @summary Lists a workspace's flow runs, newest first (chat threads, designer
|
|
3690
|
+
runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
|
|
3691
|
+
*/
|
|
3692
|
+
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}$');
|
|
3693
|
+
exports.flowRunsGetWorkspaceRunsParams = zod_1.default.strictObject({
|
|
3694
|
+
"workspaceId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp).describe('Workspace whose runs to list')
|
|
3695
|
+
});
|
|
3696
|
+
exports.flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
|
|
3697
|
+
exports.flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
|
|
3698
|
+
exports.flowRunsGetWorkspaceRunsQueryParams = zod_1.default.strictObject({
|
|
3699
|
+
"skip": zod_1.default.number().optional().describe('Number of records to skip'),
|
|
3700
|
+
"take": zod_1.default.number().default(exports.flowRunsGetWorkspaceRunsQueryTakeDefault).describe('Number of records to take')
|
|
3701
|
+
});
|
|
3702
|
+
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}$');
|
|
3703
|
+
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}$');
|
|
3704
|
+
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}$');
|
|
3705
|
+
exports.flowRunsGetWorkspaceRunsResponse = zod_1.default.object({
|
|
3706
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
3707
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3708
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3709
|
+
"flowDefinitionId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp).nullish(),
|
|
3710
|
+
"flowId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp).nullish(),
|
|
3711
|
+
"flowRunId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp),
|
|
3712
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3713
|
+
"status": zod_1.default.string()
|
|
3714
|
+
})),
|
|
3715
|
+
"total": zod_1.default.number()
|
|
3716
|
+
});
|
|
2914
3717
|
/**
|
|
2915
3718
|
* @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
|
|
2916
3719
|
*/
|
|
@@ -2977,6 +3780,7 @@ exports.sandBoxGetThreadMessagesResponseItem = zod_1.default.object({
|
|
|
2977
3780
|
"blockId": zod_1.default.string().nullish(),
|
|
2978
3781
|
"code": zod_1.default.number(),
|
|
2979
3782
|
"data": zod_1.default.any().nullish(),
|
|
3783
|
+
"errorCode": zod_1.default.string().nullish(),
|
|
2980
3784
|
"message": zod_1.default.string().nullish()
|
|
2981
3785
|
})),
|
|
2982
3786
|
"hasComments": zod_1.default.boolean(),
|
|
@@ -3025,6 +3829,7 @@ exports.sandBoxThreadMessagesResponse = zod_1.default.object({
|
|
|
3025
3829
|
"blockId": zod_1.default.string().nullish(),
|
|
3026
3830
|
"code": zod_1.default.number(),
|
|
3027
3831
|
"data": zod_1.default.any().nullish(),
|
|
3832
|
+
"errorCode": zod_1.default.string().nullish(),
|
|
3028
3833
|
"message": zod_1.default.string().nullish()
|
|
3029
3834
|
})),
|
|
3030
3835
|
"hasComments": zod_1.default.boolean(),
|