@smartspace/api-client 0.1.0-dev.a3e2f61 → 0.1.0-dev.a8fe659
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/chat/api.d.ts +2 -0
- package/dist/generated/chat/api.js +10 -1
- package/dist/generated/chat/api.msw.d.ts +1 -0
- package/dist/generated/chat/api.msw.js +27 -15
- package/dist/generated/chat/models/aiModel.d.ts +1 -0
- package/dist/generated/chat/models/aiModelSummary.d.ts +1 -0
- package/dist/generated/chat/models/connectorsConnectorSummary.d.ts +12 -0
- package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
- package/dist/generated/chat/models/dataSourceContainer.d.ts +2 -0
- package/dist/generated/chat/models/enumsNotificationType.d.ts +1 -0
- package/dist/generated/chat/models/enumsNotificationType.js +1 -0
- package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
- package/dist/generated/chat/models/flowsFlowTrigger.d.ts +1 -0
- package/dist/generated/chat/models/index.d.ts +1 -0
- package/dist/generated/chat/models/index.js +1 -0
- package/dist/generated/chat/models/messagesMessageError.d.ts +2 -0
- package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/chat/zod.d.ts +34 -0
- package/dist/generated/chat/zod.js +39 -6
- package/dist/generated/config/api.d.ts +61 -1
- package/dist/generated/config/api.js +279 -2
- package/dist/generated/config/api.msw.d.ts +48 -1
- package/dist/generated/config/api.msw.js +441 -42
- package/dist/generated/config/models/aiModel.d.ts +1 -0
- package/dist/generated/config/models/aiModelSummary.d.ts +1 -0
- package/dist/generated/config/models/blocksBlockSet.d.ts +3 -2
- package/dist/generated/config/models/{blocksUsedInWorkspaceRef.d.ts → blocksUsedInRef.d.ts} +1 -1
- package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → configApiFlowRunIdentityMapRequest.d.ts} +2 -3
- package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
- package/dist/generated/config/models/connectorsConnector.js +8 -0
- package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
- package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
- package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
- package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
- package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
- package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
- package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
- package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
- package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
- package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
- package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
- package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
- package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
- package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
- package/dist/generated/config/models/containerItem.d.ts +29 -0
- package/dist/generated/config/models/containerItem.js +8 -0
- package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
- package/dist/generated/config/models/dataSetsDataSet.d.ts +6 -0
- package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
- package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
- package/dist/generated/config/models/dataSetsGetParams.d.ts +2 -0
- package/dist/generated/config/models/dataSetsSetDataSetScoping.d.ts +12 -0
- package/dist/generated/config/models/dataSetsSetDataSetScoping.js +2 -0
- package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.d.ts +11 -0
- package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.js +8 -0
- package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
- package/dist/generated/config/models/dataSourceContainer.d.ts +2 -0
- package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
- package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +2 -0
- package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
- package/dist/generated/config/models/enumsActivityType.js +1 -0
- package/dist/generated/config/models/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/flowRunsGetStepExecutionsParams.d.ts +19 -0
- package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
- package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
- package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
- package/dist/generated/config/models/flowsFlowTrigger.d.ts +1 -0
- package/dist/generated/config/models/index.d.ts +35 -2
- package/dist/generated/config/models/index.js +35 -2
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiFlowValueModel.d.ts +4 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
- package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
- package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
- package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
- package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
- package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
- package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
- package/dist/generated/config/models/messagesMessageError.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
- package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
- package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
- package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
- package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
- package/dist/generated/config/models/syncsGetParams.js +8 -0
- package/dist/generated/config/models/syncsSync.d.ts +33 -0
- package/dist/generated/config/models/syncsSync.js +2 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +18 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
- package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
- package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
- package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
- package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
- package/dist/generated/config/models/usersServicePrincipalDetail.d.ts +14 -0
- package/dist/generated/config/models/usersServicePrincipalDetail.js +2 -0
- package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/config/zod.d.ts +811 -3
- package/dist/generated/config/zod.js +706 -27
- 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/signalr.d.ts +2 -0
- package/dist/signalr.js +3 -0
- package/package.json +2 -2
- /package/dist/generated/config/models/{blocksUsedInWorkspaceRef.js → blocksUsedInRef.js} +0 -0
- /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → configApiFlowRunIdentityMapRequest.js} +0 -0
|
@@ -4,19 +4,22 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.activityGetLoggingQueryWorkSpaceIdRegExp = exports.activityExportLoggingsResponse = exports.activityExportLoggingsQueryParams = exports.activityExportLoggingsQueryWorkSpaceIdRegExp = exports.accessDeleteAccessParams = exports.accessDeleteAccessPathIdRegExp = exports.accessGetUsersInRoleUsersResponse = exports.accessGetUsersInRoleUsersQueryParams = exports.accessGetUsersInRoleUsersQueryAssignedWorkspaceIdRegExp = exports.accessGetUsersInRoleUsersQueryTakeDefault = exports.accessGetUsersInRoleUsersQuerySkipDefault = exports.accessSearchUsersResponse = exports.accessSearchUsersQueryParams = exports.accessSearchUsersQueryTakeDefault = exports.accessSearchUsersQuerySkipDefault = exports.accessSearchUsersQueryWorkspaceIdRegExp = exports.accessSearchServicePrincipalsResponse = exports.accessSearchServicePrincipalsQueryParams = exports.accessSearchServicePrincipalsQueryTakeDefault = exports.accessSearchServicePrincipalsQuerySkipDefault = exports.accessSearchServicePrincipalsQueryWorkspaceIdRegExp = exports.accessSearchGroupsResponse = exports.accessSearchGroupsQueryParams = exports.accessSearchGroupsQueryTakeDefault = exports.accessSearchGroupsQuerySkipDefault = exports.accessSearchGroupsQueryWorkspaceIdRegExp = exports.accessGetUsersInRoleRolesRoleIdUsersResponse = exports.accessGetUsersInRoleRolesRoleIdUsersQueryParams = exports.accessGetUsersInRoleRolesRoleIdUsersQueryTakeDefault = exports.accessGetUsersInRoleRolesRoleIdUsersQuerySkipDefault = exports.accessGetUsersInRoleRolesRoleIdUsersParams = exports.accessGetUsersInRoleRolesRoleIdUsersPathRoleIdRegExp = exports.accessGetAppRolesResponse = exports.accessGetAppRolesResponseItem = exports.accessGetAppRolesResponseIdRegExp = exports.accessGetGroupsResponse = exports.accessGetGroupsQueryParams = exports.accessGetGroupsQueryTakeDefault = exports.accessGetGroupsQuerySkipDefault = exports.accessAddAccessBody = exports.accessAddAccessBodyWorkSpaceIdRegExp = exports.accessGetAccessesResponse = exports.accessGetAccessesResponseDataItemWorkSpaceIdRegExp = exports.accessGetAccessesResponseDataItemMessageThreadIdRegExp = exports.accessGetAccessesResponseDataItemMessageIdRegExp = exports.accessGetAccessesResponseDataItemIdRegExp = exports.accessGetAccessesQueryParams = exports.accessGetAccessesQuerySkipDefault = exports.accessGetAccessesQueryTakeDefault = exports.accessGetAccessesQueryWorkspaceIdRegExp = void 0;
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
7
|
+
exports.containersPostResponse = exports.containersPostResponseItem = exports.containersPostResponseWorkSpaceIdRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemIdRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemIdRegExp = exports.containersPostResponseIdRegExp = exports.containersPostResponseFlowTriggersItemIdRegExp = exports.containersPostResponseFlowTriggersItemFlowIdRegExp = exports.containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp = exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp = exports.containersPostResponseFlowIdRegExp = exports.containersPostResponseFlowActiveFlowDefinitionIdRegExp = exports.containersPostResponseDataSetVersionRegExp = exports.containersPostResponseDataSetIdRegExp = exports.containersPostQueryParams = exports.containersPostQueryDataSetIdRegExp = exports.containersPostParams = exports.containersPostPathContainerIdRegExp = exports.containersReingestContainerItemParams = exports.containersReingestContainerItemPathContainerItemIdRegExp = exports.blocksGetBlockSourceResponse = exports.blocksGetBlockSourceParams = exports.blocksGetSdkBlocksResponse = exports.blocksGetSdkBlocksResponseItem = exports.blocksGetBlocksResponse = exports.blocksGetBlocksResponseBlockSetIdRegExp = exports.blocksGetBlocksQueryParams = exports.blockSetsAddBlockSetBody = exports.blockSetsAddBlockSetParams = exports.blockSetsRenameBlockSetBody = exports.blockSetsRenameBlockSetParams = exports.blockSetsDeleteBlockSetParams = exports.blockSetsGetDeployedBlockFilesParams = exports.blockSetsGetDeployedBlockCodeParams = exports.blockSetsGetBlockSetsResponse = exports.blockSetsGetBlockSetsResponseItem = exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp = exports.blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp = exports.blockSetsGetBlockSetsResponseIdRegExp = exports.blockSetsGetBlockSetsQueryParams = exports.applicationUpdateGetLatestAvailableVersionResponse = exports.applicationUpdateGetCurrentVersionResponse = exports.applicationUpdateGetLatestDeploymentResponse = exports.activityGetLoggingResponse = exports.activityGetLoggingResponseDataItemWorkSpaceIdRegExp = exports.activityGetLoggingResponseDataItemIdRegExp = exports.activityGetLoggingQueryParams = exports.activityGetLoggingQuerySkipDefault = exports.activityGetLoggingQueryTakeDefault = void 0;
|
|
8
|
+
exports.dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp = exports.dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp = exports.dataSetsGetContainerItemsRunHistoryQueryParams = exports.dataSetsGetContainerItemsRunHistoryQueryTakeDefault = exports.dataSetsGetContainerItemsRunHistoryQuerySkipDefault = exports.dataSetsGetContainerItemsRunHistoryParams = exports.dataSetsGetContainerItemsRunHistoryPathIdRegExp = exports.dataSetsClearParams = exports.dataSetsClearPathIdRegExp = exports.dataSetsPutBasicInfoBody = exports.dataSetsPutBasicInfoParams = exports.dataSetsPutBasicInfoPathIdRegExp = exports.dataSetsPutResponse = exports.dataSetsPutResponseVersionRegExp = exports.dataSetsPutResponseIdRegExp = exports.dataSetsPutResponseHonourDeletesContainerIdsItemRegExp = exports.dataSetsPutResponseFlowIdRegExp = exports.dataSetsPutResponseDataSpaceIdRegExp = exports.dataSetsPutBody = exports.dataSetsPutBodyIdRegExp = exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp = exports.dataSetsPutParams = exports.dataSetsGetByIdResponse = exports.dataSetsGetByIdResponseVersionRegExp = exports.dataSetsGetByIdResponseIdRegExp = exports.dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp = exports.dataSetsGetByIdResponseFlowIdRegExp = exports.dataSetsGetByIdResponseDataSpaceIdRegExp = exports.dataSetsGetByIdParams = exports.dataSetsGetByIdPathIdRegExp = exports.dataSetsDeleteParams = exports.dataSetsDeletePathIdRegExp = exports.dataSetsGetItemResponse = exports.dataSetsGetItemResponseMetadataFlowRunIdRegExp = exports.dataSetsGetItemResponseMetadataDataSetIdRegExp = exports.dataSetsGetItemResponseMetadataContainerItemIdRegExp = exports.dataSetsGetItemResponseMetadataContainerIdRegExp = exports.dataSetsGetItemResponseIdRegExp = exports.dataSetsGetItemParams = exports.dataSetsGetItemPathIdRegExp = exports.dataSetsGetItemPathDataSetIdRegExp = exports.dataSetsGetResponse = exports.dataSetsGetResponseDataItemVersionRegExp = exports.dataSetsGetResponseDataItemIdRegExp = exports.dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp = exports.dataSetsGetResponseDataItemFlowIdRegExp = exports.dataSetsGetResponseDataItemDataSpaceIdRegExp = exports.dataSetsGetQueryParams = exports.dataSetsGetQuerySkipDefault = exports.dataSetsGetQueryTakeDefault = void 0;
|
|
9
|
+
exports.dataSetsDeleteDataSetPropertyPathIdRegExp = exports.dataSetsAddDataSetPropertyResponse = exports.dataSetsAddDataSetPropertyBody = exports.dataSetsAddDataSetPropertyParams = exports.dataSetsAddDataSetPropertyPathIdRegExp = exports.dataSetsDeleteItemParams = exports.dataSetsDeleteItemPathItemIdRegExp = exports.dataSetsDeleteItemPathIdRegExp = exports.dataSetsSearchItemsResponse = exports.dataSetsSearchItemsResponseDataItemMetadataFlowRunIdRegExp = exports.dataSetsSearchItemsResponseDataItemMetadataDataSetIdRegExp = exports.dataSetsSearchItemsResponseDataItemMetadataContainerItemIdRegExp = exports.dataSetsSearchItemsResponseDataItemMetadataContainerIdRegExp = exports.dataSetsSearchItemsResponseDataItemIdRegExp = exports.dataSetsSearchItemsBody = exports.dataSetsSearchItemsParams = exports.dataSetsSearchItemsPathIdRegExp = exports.dataSetsAddItemBody = exports.dataSetsAddItemBodyIdRegExp = exports.dataSetsAddItemParams = exports.dataSetsAddItemPathIdRegExp = exports.dataSetsGetItemsResponse = exports.dataSetsGetItemsResponseDataItemMetadataFlowRunIdRegExp = exports.dataSetsGetItemsResponseDataItemMetadataDataSetIdRegExp = exports.dataSetsGetItemsResponseDataItemMetadataContainerItemIdRegExp = exports.dataSetsGetItemsResponseDataItemMetadataContainerIdRegExp = exports.dataSetsGetItemsResponseDataItemIdRegExp = exports.dataSetsGetItemsQueryParams = exports.dataSetsGetItemsQueryTakeDefault = exports.dataSetsGetItemsQuerySkipDefault = exports.dataSetsGetItemsParams = exports.dataSetsGetItemsPathIdRegExp = exports.dataSetsExportResponse = exports.dataSetsExportResponseWorkspaceIdRegExp = exports.dataSetsExportResponseThreadIdRegExp = exports.dataSetsExportResponseIdRegExp = exports.dataSetsExportParams = exports.dataSetsExportPathIdRegExp = exports.dataSetsSetDataspaceResponse = exports.dataSetsSetDataspaceResponseVersionRegExp = exports.dataSetsSetDataspaceResponseIdRegExp = exports.dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp = exports.dataSetsSetDataspaceResponseFlowIdRegExp = exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp = exports.dataSetsSetDataspaceBody = exports.dataSetsSetDataspaceBodyRegExp = exports.dataSetsSetDataspaceParams = exports.dataSetsSetDataspacePathIdRegExp = exports.dataSetsGetContainerItemsRunHistoryResponse = exports.dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp = void 0;
|
|
10
|
+
exports.dataSourcesContainersResponseDataSourceIdRegExp = exports.dataSourcesContainersQueryParams = exports.dataSourcesContainersParams = exports.dataSourcesContainersPathDataSourceIdRegExp = exports.dataSourcesPutBody = exports.dataSourcesPutParams = exports.dataSourcesPutPathDataSourceIdRegExp = exports.dataSourcesDeleteParams = exports.dataSourcesDeletePathDataSourceIdRegExp = exports.dataSourcesPostResponse = exports.dataSourcesPostResponseIdRegExp = exports.dataSourcesPostResponseContainersItemIdRegExp = exports.dataSourcesPostResponseContainersItemDataSourceIdRegExp = exports.dataSourcesPostBody = exports.dataSourcesGetResponse = exports.dataSourcesGetResponseDataItemIdRegExp = exports.dataSourcesGetResponseDataItemContainersItemIdRegExp = exports.dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp = exports.dataSourcesGetQueryParams = exports.dataSourcesGetQuerySkipDefault = exports.dataSourcesGetQueryTakeDefault = exports.dataSourceTypesTestConnectionResponse = exports.dataSourceTypesTestConnectionBody = exports.dataSourceTypesGetAvailableContainersResponse = exports.dataSourceTypesGetAvailableContainersResponseItem = exports.dataSourceTypesGetAvailableContainersBody = exports.dataSourceTypesGetResponse = exports.dataSourceTypesGetResponseItem = exports.dataSetsPutSourceDeletesBody = exports.dataSetsPutSourceDeletesBodyContainerIdRegExp = exports.dataSetsPutSourceDeletesParams = exports.dataSetsPutSourceDeletesPathIdRegExp = exports.dataSetsPutScopingBody = exports.dataSetsPutScopingParams = exports.dataSetsPutScopingPathIdRegExp = exports.dataSetsGetIngestionRunsResponse = exports.dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp = exports.dataSetsGetIngestionRunsResponseDataItemItemIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp = exports.dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemCausedByRegExp = exports.dataSetsGetIngestionRunsQueryParams = exports.dataSetsGetIngestionRunsQueryItemIdRegExp = exports.dataSetsGetIngestionRunsQueryTakeDefault = exports.dataSetsGetIngestionRunsQuerySkipDefault = exports.dataSetsGetIngestionRunsParams = exports.dataSetsGetIngestionRunsPathIdRegExp = exports.dataSetsDeleteDataSetPropertyParams = void 0;
|
|
11
|
+
exports.dataSpacesGetByIdResponse = exports.dataSpacesGetByIdResponseWorkSpacesItemIdRegExp = exports.dataSpacesGetByIdResponseParentWorkspaceIdRegExp = exports.dataSpacesGetByIdResponseIdRegExp = exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp = exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp = exports.dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp = exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp = exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp = exports.dataSpacesGetByIdParams = exports.dataSpacesGetByIdPathIdRegExp = exports.dataSpacesDeleteParams = exports.dataSpacesDeletePathIdRegExp = exports.dataSpacesPostBody = exports.dataSpacesPostBodyDataSetIdsItemRegExp = exports.dataSpacesGetResponse = exports.dataSpacesGetResponseDataItemWorkSpacesItemIdRegExp = exports.dataSpacesGetResponseDataItemParentWorkspaceIdRegExp = exports.dataSpacesGetResponseDataItemIdRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp = exports.dataSpacesGetQueryParams = exports.dataSpacesGetQuerySkipDefault = exports.dataSpacesGetQueryTakeDefault = exports.dataSourcesAddAdminParams = exports.dataSourcesAddAdminPathIdRegExp = exports.dataSourcesDeleteAdminParams = exports.dataSourcesDeleteAdminPathIdRegExp = exports.dataSourcesGetAdminUsersResponse = exports.dataSourcesGetAdminUsersResponseItem = exports.dataSourcesGetAdminUsersParams = exports.dataSourcesGetAdminUsersPathIdRegExp = exports.dataSourcesRequestSyncParams = exports.dataSourcesRequestSyncPathDataSourceIdRegExp = exports.dataSourcesUpdateCredentialsBody = exports.dataSourcesUpdateCredentialsParams = exports.dataSourcesUpdateCredentialsPathDataSourceIdRegExp = exports.dataSourcesContainerSchemaQueryParams = exports.dataSourcesContainerSchemaParams = exports.dataSourcesContainerSchemaPathDataSourceIdRegExp = exports.dataSourcesPreviewContainerResponse = exports.dataSourcesPreviewContainerBody = exports.dataSourcesPreviewContainerParams = exports.dataSourcesPreviewContainerPathDataSourceIdRegExp = exports.dataSourcesContainersResponse = exports.dataSourcesContainersResponseItem = exports.dataSourcesContainersResponseIdRegExp = void 0;
|
|
12
|
+
exports.draftsSaveDraftParams = exports.draftsToggleDraftBody = exports.draftsToggleDraftParams = exports.draftsGetDraftResponse = exports.draftsGetDraftParams = exports.draftsDeleteDraftParams = exports.draftsListDraftsResponse = exports.draftsListDraftsResponseItem = exports.diagnosticsGetMongoIndexesResponse = exports.debugInvokeBody = exports.debugInvokeBodyItem = exports.debugInvokeParams = exports.dataSpacesPostDatasetBody = exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = exports.dataSpacesPostDatasetParams = exports.dataSpacesPostDatasetPathIdRegExp = exports.dataSpacesGetDataSetsResponse = exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp = exports.dataSpacesGetDataSetsResponseDataItemIdRegExp = exports.dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp = exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp = exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp = exports.dataSpacesGetDataSetsQueryParams = exports.dataSpacesGetDataSetsQuerySkipDefault = exports.dataSpacesGetDataSetsQueryTakeDefault = exports.dataSpacesGetDataSetsParams = exports.dataSpacesGetDataSetsPathIdRegExp = exports.dataSpacesAddAdminParams = exports.dataSpacesAddAdminPathIdRegExp = exports.dataSpacesDeleteAdminParams = exports.dataSpacesDeleteAdminPathIdRegExp = exports.dataSpacesGetAdminUsersResponse = exports.dataSpacesGetAdminUsersResponseItem = exports.dataSpacesGetAdminUsersResponseDataSpaceIdRegExp = exports.dataSpacesGetAdminUsersParams = exports.dataSpacesGetAdminUsersPathIdRegExp = exports.dataSpacesPutResponse = exports.dataSpacesPutResponseWorkSpacesItemIdRegExp = exports.dataSpacesPutResponseParentWorkspaceIdRegExp = exports.dataSpacesPutResponseIdRegExp = exports.dataSpacesPutResponseDataSetsItemVersionRegExp = exports.dataSpacesPutResponseDataSetsItemIdRegExp = exports.dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp = exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp = exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp = exports.dataSpacesPutBody = exports.dataSpacesPutBodyIdRegExp = exports.dataSpacesPutBodyDataSetIdsItemRegExp = exports.dataSpacesPutParams = exports.dataSpacesPutPathIdRegExp = void 0;
|
|
13
|
+
exports.flowRunsGetFlowRunParams = exports.flowRunsGetFlowRunPathIdRegExp = exports.flowRunsGetFileFromFlowRunIdResponse = exports.flowRunsGetFileFromFlowRunIdResponseWorkspaceIdRegExp = exports.flowRunsGetFileFromFlowRunIdResponseThreadIdRegExp = exports.flowRunsGetFileFromFlowRunIdResponseIdRegExp = exports.flowRunsGetFileFromFlowRunIdParams = exports.flowRunsGetFileFromFlowRunIdPathFlowRunIdRegExp = exports.flowRunsSearchFlowRunsQueryParams = exports.flowRunsSearchFlowRunsQueryTakeDefault = exports.flowRunsSearchFlowRunsQuerySkipDefault = exports.flowRunsSearchFlowRunsQueryDataSetIdRegExp = exports.flowRunsCreateFlowRunBody = exports.flowRunsCreateFlowRunQueryParams = exports.flowRunsCreateFlowRunQueryFlowIdRegExp = exports.filesGetUriResponse = exports.filesGetUriQueryParams = exports.filesGetUriQueryWorkspaceIdRegExpOne = exports.filesGetUriQueryThreadIdRegExpOne = exports.filesGetUriParams = exports.filesGetUriPathIdRegExpOne = exports.filesDownloadFileQueryParams = exports.filesDownloadFileQueryWorkspaceIdRegExpOne = exports.filesDownloadFileQueryThreadIdRegExpOne = exports.filesDownloadFileParams = exports.filesDownloadFilePathIdRegExpOne = exports.filesGetFileInfoResponse = exports.filesGetFileInfoResponseWorkspaceIdRegExpOne = exports.filesGetFileInfoResponseThreadIdRegExpOne = exports.filesGetFileInfoResponseIdRegExpOne = exports.filesGetFileInfoQueryParams = exports.filesGetFileInfoQueryWorkspaceIdRegExpOne = exports.filesGetFileInfoQueryThreadIdRegExpOne = exports.filesGetFileInfoParams = exports.filesGetFileInfoPathIdRegExpOne = exports.filesUploadFilesResponse = exports.filesUploadFilesResponseItem = exports.filesUploadFilesResponseWorkspaceIdRegExpOne = exports.filesUploadFilesResponseThreadIdRegExpOne = exports.filesUploadFilesResponseIdRegExpOne = exports.filesUploadFilesBody = exports.filesUploadFilesBodyWorkspaceIdRegExpOne = exports.filesUploadFilesBodyUploadIdRegExpOne = exports.filesUploadFilesBodyThreadIdRegExpOne = exports.draftsPublishDraftResponse = exports.draftsPublishDraftResponseBlockSetIdRegExp = exports.draftsPublishDraftBody = exports.draftsPublishDraftParams = exports.draftsSaveDraftResponse = exports.draftsSaveDraftBody = void 0;
|
|
14
|
+
exports.modelProvidersGetProviderParams = exports.modelProvidersGetProviderPathIdRegExp = exports.modelProvidersGetModelProviderTypeDeployableModelsParams = exports.modelProvidersCreateProviderBody = exports.modelProvidersCreateProviderBodyIdRegExp = exports.modelProvidersGetProvidersQueryParams = exports.modelProvidersGetProvidersQuerySkipDefault = exports.modelProvidersGetProvidersQueryTakeDefault = exports.flowsSetActiveFlowDefinitionBody = exports.flowsSetActiveFlowDefinitionParams = exports.flowsSetActiveFlowDefinitionPathIdRegExp = exports.flowsGetParams = exports.flowsGetPathIdRegExp = exports.flowRunsSetVariableBody = exports.flowRunsSetVariableParams = exports.flowRunsSetVariablePathIdRegExpOne = exports.flowRunsGetVariablesResponse = exports.flowRunsGetVariablesParams = exports.flowRunsGetVariablesPathIdRegExpOne = exports.flowRunsGetFlowValueDownloadParams = exports.flowRunsGetFlowValueDownloadPathValueIdRegExp = exports.flowRunsGetFlowValueDownloadPathIdRegExp = exports.flowRunsGetStepExecutionResponse = exports.flowRunsGetStepExecutionResponseOutputsItemIdRegExp = exports.flowRunsGetStepExecutionResponseInputsItemValueIdRegExp = exports.flowRunsGetStepExecutionResponseInputsItemIdRegExp = exports.flowRunsGetStepExecutionResponseIdRegExp = exports.flowRunsGetStepExecutionParams = exports.flowRunsGetStepExecutionPathExecutionIdRegExp = exports.flowRunsGetStepExecutionPathIdRegExp = exports.flowRunsGetStepExecutionsResponse = exports.flowRunsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemIdRegExp = exports.flowRunsGetStepExecutionsQueryParams = exports.flowRunsGetStepExecutionsQuerySearchDefault = exports.flowRunsGetStepExecutionsQueryTakeDefault = exports.flowRunsGetStepExecutionsQuerySkipDefault = exports.flowRunsGetStepExecutionsParams = exports.flowRunsGetStepExecutionsPathIdRegExp = exports.flowRunsAddFileIdFilesExistingBody = exports.flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp = exports.flowRunsAddFileIdFilesExistingParams = exports.flowRunsAddFileIdFilesExistingPathIdRegExp = exports.flowRunsAddFileIdFilesBody = exports.flowRunsAddFileIdFilesParams = exports.flowRunsAddFileIdFilesPathIdRegExp = exports.flowRunsCancelFlowRunParams = exports.flowRunsCancelFlowRunPathIdRegExpOne = void 0;
|
|
15
|
+
exports.notificationPutUpdateBodyItem = exports.notificationPutUpdateBodyRegExpOne = exports.notificationGetResponse = exports.notificationGetResponseDataItemWorkSpaceIdRegExpOne = exports.notificationGetResponseDataItemThreadIdRegExpOne = exports.notificationGetResponseDataItemIdRegExpOne = exports.notificationGetQueryParams = exports.notificationGetQuerySkipDefaultOne = exports.notificationGetQueryTakeDefaultOne = exports.modelsGetModelHealthResponse = exports.modelsGetModelHealthParams = exports.modelsGetModelHealthPathIdRegExp = exports.modelsGetDeploymentDockerLogsResponse = exports.modelsGetDeploymentDockerLogsParams = exports.modelsGetDeploymentDockerLogsPathIdRegExp = exports.modelsSetDefaultModelParams = exports.modelsSetDefaultModelPathIdRegExp = exports.modelsClearDefaultModelParams = exports.modelsClearDefaultModelPathIdRegExp = exports.modelsUpsertModelBody = exports.modelsUpsertModelBodyDeploymentProviderIdRegExpOne = exports.modelsUpsertModelBodyDeploymentProviderIdRegExp = exports.modelsUpsertModelParams = exports.modelsUpsertModelPathIdRegExp = exports.modelsGetModelResponse = exports.modelsGetModelResponseIdRegExpOne = exports.modelsGetModelResponseDeploymentStepsItemIdRegExpOne = exports.modelsGetModelResponseDeploymentProviderIdRegExpOne = exports.modelsGetModelResponseDeploymentIdRegExpOne = exports.modelsGetModelParams = exports.modelsGetModelPathIdRegExpOne = exports.modelsDeleteModelParams = exports.modelsDeleteModelPathIdRegExp = exports.modelsGetDefaultDockerFileResponse = exports.modelsGetDefaultDockerFileQueryParams = exports.modelsGetDefaultModelResponse = exports.modelsGetDefaultModelResponseIdRegExp = exports.modelsCreateModelBody = exports.modelsCreateModelBodyDeploymentProviderIdRegExpOne = exports.modelsCreateModelBodyDeploymentProviderIdRegExp = exports.modelsGetModelsResponse = exports.modelsGetModelsResponseDataItemIdRegExpOne = exports.modelsGetModelsQueryParams = exports.modelsGetModelsQuerySearchDefaultOne = exports.modelsGetModelsQuerySkipDefaultOne = exports.modelsGetModelsQueryTakeDefaultOne = exports.modelProvidersUpsertProviderBody = exports.modelProvidersUpsertProviderBodyIdRegExp = exports.modelProvidersUpsertProviderParams = exports.modelProvidersUpsertProviderPathIdRegExp = void 0;
|
|
16
|
+
exports.usersRemoveUserFromAllWorkSpacesQueryUserIdRegExp = exports.usersGetMyPermissionsResponse = exports.usersGetMyPermissionsResponseItem = exports.usersGetUsersByFilterParams = exports.usersGetUsersResponse = exports.usersGetUsersQueryParams = exports.usersGetUsersQueryTakeDefault = exports.usersGetUsersQuerySkipDefault = exports.tenantIdGetResultResponse = exports.syncsGetItemsResponse = exports.syncsGetItemsResponseDataItemIdRegExp = exports.syncsGetItemsResponseDataItemContainerIdRegExp = exports.syncsGetItemsQueryParams = exports.syncsGetItemsQueryTakeDefault = exports.syncsGetItemsQuerySkipDefault = exports.syncsGetItemsParams = exports.syncsGetItemsPathContainerIdRegExp = exports.syncsGetByIdResponse = exports.syncsGetByIdResponseIdRegExp = exports.syncsGetByIdResponseDataSourceIdRegExp = exports.syncsGetByIdResponseDataSetsItemVersionRegExp = exports.syncsGetByIdResponseDataSetsItemIdRegExp = exports.syncsGetByIdParams = exports.syncsGetByIdPathContainerIdRegExp = exports.syncsDeleteParams = exports.syncsDeletePathContainerIdRegExp = exports.syncsGetQueueResponse = exports.syncsGetQueueResponseWaitingDataSourceIdsItemRegExp = exports.syncsGetResponse = exports.syncsGetResponseDataItemIdRegExp = exports.syncsGetResponseDataItemDataSourceIdRegExp = exports.syncsGetResponseDataItemDataSetsItemVersionRegExp = exports.syncsGetResponseDataItemDataSetsItemIdRegExp = exports.syncsGetQueryParams = exports.syncsGetQueryDataSourceIdRegExp = exports.syncsGetQuerySkipDefault = exports.syncsGetQueryTakeDefault = exports.servicePrincipalsGetServicePrincipalsResponse = exports.servicePrincipalsGetServicePrincipalsQueryParams = exports.servicePrincipalsGetServicePrincipalsQueryTakeDefault = exports.servicePrincipalsGetServicePrincipalsQuerySkipDefault = exports.reportingGetTokensResponse = exports.reportingGetTokensQueryParams = exports.reportingGetTokensParams = exports.reportingGetRequestsResponse = exports.reportingGetRequestsQueryParams = exports.reportingGetRequestsParams = exports.planCalculateSmartSpaceUpgradeCostBody = exports.planUpdateSmartSpaceUpgradeBody = exports.notificationPutUpdateBody = void 0;
|
|
17
|
+
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = exports.workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne = exports.workSpacesGetGetQueryParams = exports.workSpacesGetGetQuerySkipDefaultOne = exports.workSpacesGetGetQueryTakeDefaultOne = exports.workSpaceTemplatesGetResponse = exports.workSpaceTemplatesGetResponseDataItemPublisherIdRegExp = exports.workSpaceTemplatesGetResponseDataItemLatestVersionIdRegExp = exports.workSpaceTemplatesGetResponseDataItemIdRegExp = exports.workSpaceTemplatesGetQueryParams = exports.workSpaceTemplatesGetQuerySearchDefault = exports.workSpaceTemplatesGetQuerySkipDefault = exports.workSpaceTemplatesGetQueryTakeDefault = exports.virtualMachinesGetVirtualMachineSizeResponse = exports.virtualMachinesGetVirtualMachineSizeResponseItem = exports.virtualMachinesGetVirtualMachineSizeParams = exports.virtualMachinesGetVirtualMachineLocationsResponse = exports.virtualMachinesGetVirtualMachineLocationsResponseItem = exports.usersRemoveUserPermissionParams = exports.usersRemoveUserPermissionPathUserIdRegExp = exports.usersAddUserPermissionBody = exports.usersAddUserPermissionBodyItem = exports.usersAddUserPermissionParams = exports.usersAddUserPermissionPathUserIdRegExp = exports.usersAdminPermissionQueryParams = exports.usersAdminPermissionParams = exports.usersAdminPermissionPathUserIdRegExp = exports.usersGetAccessWorkSpacesResponse = exports.usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp = exports.usersGetAccessWorkSpacesResponseDataItemIdRegExp = exports.usersGetAccessWorkSpacesQueryParams = exports.usersGetAccessWorkSpacesQueryTakeDefault = exports.usersGetAccessWorkSpacesQuerySkipDefault = exports.usersGetAccessWorkSpacesParams = exports.usersGetAccessWorkSpacesPathIdRegExp = exports.usersGetUserPhotoResponse = exports.usersGetUserPhotoParams = exports.usersGetUserPhotoPathIdRegExpOne = exports.usersGetUserDetailResponse = exports.usersGetUserDetailParams = exports.usersSearchUsersResponse = exports.usersSearchUsersResponseItem = exports.usersSearchUsersQueryParams = exports.usersSearchUsersQueryTakeDefault = exports.usersRemoveUserFromAllWorkSpacesQueryParams = void 0;
|
|
18
|
+
exports.workSpacesAddWorkspaceAdminPathIdRegExp = exports.workSpacesDeleteAdminParams = exports.workSpacesDeleteAdminPathUserIdRegExp = exports.workSpacesDeleteAdminPathIdRegExp = exports.workSpacesGetWorkspaceAdminsResponse = exports.workSpacesGetWorkspaceAdminsResponseItem = exports.workSpacesGetWorkspaceAdminsParams = exports.workSpacesGetWorkspaceAdminsPathIdRegExp = exports.workSpacesGetIdResponse = exports.workSpacesGetIdResponseSandBoxThreadIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentProviderIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentIdRegExpOne = exports.workSpacesGetIdResponseIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemWorkspacesInfoItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemParentWorkspaceIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemVersionRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = exports.workSpacesGetIdResponseConnectorsItemIdRegExpOne = exports.workSpacesGetIdParams = exports.workSpacesGetIdPathIdRegExpOne = exports.workSpacesDeleteParams = exports.workSpacesDeletePathIdRegExp = exports.workSpacesPostBody = exports.workSpacesPostBodyTemplateVersionIdRegExp = exports.workSpacesPostBodyModelConfigurationsItemModelIdRegExp = exports.workSpacesPostBodyIdRegExp = exports.workSpacesPostBodyDataSpacesItemRegExp = exports.workSpacesGetGetResponse = exports.workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentProviderIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentIdRegExpOne = exports.workSpacesGetGetResponseDataItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemWorkspacesInfoItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemParentWorkspaceIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemVersionRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne = void 0;
|
|
19
|
+
exports.workSpacesWorkspaceFilesResponseItem = exports.workSpacesWorkspaceFilesResponseFileWorkspaceIdRegExp = exports.workSpacesWorkspaceFilesResponseFileThreadIdRegExp = exports.workSpacesWorkspaceFilesResponseFileIdRegExp = exports.workSpacesWorkspaceFilesBody = exports.workSpacesWorkspaceFilesParams = exports.workSpacesWorkspaceFilesPathWorkspaceIdRegExp = exports.workSpacesGetWorkspaceFilesResponse = exports.workSpacesGetWorkspaceFilesResponseDataItemFileWorkspaceIdRegExp = exports.workSpacesGetWorkspaceFilesResponseDataItemFileThreadIdRegExp = exports.workSpacesGetWorkspaceFilesResponseDataItemFileIdRegExp = exports.workSpacesGetWorkspaceFilesQueryParams = exports.workSpacesGetWorkspaceFilesQuerySkipDefault = exports.workSpacesGetWorkspaceFilesQueryTakeDefault = exports.workSpacesGetWorkspaceFilesParams = exports.workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp = exports.workSpacesAddDataSpaceParams = exports.workSpacesAddDataSpacePathDataspaceIdRegExp = exports.workSpacesAddDataSpacePathWorkspaceIdRegExp = exports.workSpacesRemoveDataSpaceParams = exports.workSpacesRemoveDataSpacePathDataspaceIdRegExp = exports.workSpacesRemoveDataSpacePathWorkspaceIdRegExp = exports.workSpacesAddConnectorParams = exports.workSpacesAddConnectorPathConnectorIdRegExp = exports.workSpacesAddConnectorPathWorkspaceIdRegExp = exports.workSpacesRemoveConnectorParams = exports.workSpacesRemoveConnectorPathConnectorIdRegExp = exports.workSpacesRemoveConnectorPathWorkspaceIdRegExp = exports.workSpacesPutModelConfigurationBody = exports.workSpacesPutModelConfigurationBodyModelIdRegExp = exports.workSpacesPutModelConfigurationParams = exports.workSpacesPutModelConfigurationPathIdRegExp = exports.workSpacesDeleteModelConfigurationParams = exports.workSpacesDeleteModelConfigurationPathIdRegExp = exports.workSpacesGetThreadsResponse = exports.workSpacesGetThreadsResponseDataItemWorkSpaceIdRegExp = exports.workSpacesGetThreadsResponseDataItemIdRegExp = exports.workSpacesGetThreadsQueryParams = exports.workSpacesGetThreadsQuerySkipDefault = exports.workSpacesGetThreadsQueryTakeDefault = exports.workSpacesGetThreadsParams = exports.workSpacesGetThreadsPathIdRegExp = exports.workSpacesSetFavoritedBody = exports.workSpacesSetFavoritedParams = exports.workSpacesSetFavoritedPathIdRegExp = exports.workSpacesPutBody = exports.workSpacesPutParams = exports.workSpacesPutPathIdRegExp = exports.workSpacesAddWorkspaceAdminParams = exports.workSpacesAddWorkspaceAdminPathUserIdRegExp = void 0;
|
|
20
|
+
exports.messageThreadsGetWorkspaceExecutionsQueryTakeDefault = exports.messageThreadsGetWorkspaceExecutionsQuerySkipDefault = exports.messageThreadsGetWorkspaceExecutionsParams = exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp = exports.managedSecretsOverwriteManagedSecretValueResponse = exports.managedSecretsOverwriteManagedSecretValueResponseIdRegExp = exports.managedSecretsOverwriteManagedSecretValueBody = exports.managedSecretsOverwriteManagedSecretValueParams = exports.managedSecretsDeleteManagedSecretParams = exports.managedSecretsCreateManagedSecretBody = exports.managedSecretsGetManagedSecretsResponse = exports.managedSecretsGetManagedSecretsResponseItem = exports.managedSecretsGetManagedSecretsResponseIdRegExp = exports.documentsGetDocumentSasResponse = exports.documentsGetDocumentSasQueryParams = exports.documentsGetDocumentSasParams = exports.documentsGetDocumentSasPathDataSpaceIdRegExpOne = exports.connectorsUpdateConnectorResponse = exports.connectorsUpdateConnectorResponseIdRegExp = exports.connectorsUpdateConnectorBody = exports.connectorsUpdateConnectorParams = exports.connectorsUpdateConnectorPathIdRegExp = exports.connectorsGetConnectorResponse = exports.connectorsGetConnectorResponseIdRegExp = exports.connectorsGetConnectorParams = exports.connectorsGetConnectorPathIdRegExp = exports.connectorsDeleteConnectorParams = exports.connectorsDeleteConnectorPathIdRegExp = exports.connectorsGetConnectorSummariesResponse = exports.connectorsGetConnectorSummariesResponseItem = exports.connectorsGetConnectorSummariesResponseIdRegExp = exports.connectorsGetConnectorSummariesQueryParams = exports.connectorsCreateConnectorBody = exports.connectorsGetConnectorsResponse = exports.connectorsGetConnectorsResponseItem = exports.connectorsGetConnectorsResponseIdRegExp = exports.connectorsGetConnectorsQueryParams = exports.workSpacesSetActiveFlowLayoutBody = exports.workSpacesSetActiveFlowLayoutParams = exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp = exports.workSpacesSetActiveFlowBody = exports.workSpacesSetActiveFlowParams = exports.workSpacesSetActiveFlowPathWorkspaceIdRegExp = exports.workSpacesGetActiveFlowResponse = exports.workSpacesGetActiveFlowParams = exports.workSpacesGetActiveFlowPathWorkspaceIdRegExp = exports.workSpacesDeleteWorkspaceFileParams = exports.workSpacesDeleteWorkspaceFilePathFileIdRegExp = exports.workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp = exports.workSpacesWorkspaceFilesResponse = void 0;
|
|
21
|
+
exports.sandBoxThreadMessagesPathWorkspaceIdRegExp = exports.sandBoxGetThreadMessagesResponse = exports.sandBoxGetThreadMessagesResponseItem = exports.sandBoxGetThreadMessagesResponseValuesItemIdRegExp = exports.sandBoxGetThreadMessagesResponseMessageThreadIdRegExp = exports.sandBoxGetThreadMessagesResponseIdRegExp = exports.sandBoxGetThreadMessagesQueryParams = exports.sandBoxGetThreadMessagesQuerySkipDefault = exports.sandBoxGetThreadMessagesQueryTakeDefault = exports.sandBoxGetThreadMessagesParams = exports.sandBoxGetThreadMessagesPathWorkspaceIdRegExp = exports.sandBoxClearSandboxMessagesParams = exports.sandBoxClearSandboxMessagesPathWorkspaceIdRegExp = exports.sandBoxThreadMessageCreateByUsersProfileImagesResponse = exports.sandBoxThreadMessageCreateByUsersProfileImagesResponseItem = exports.sandBoxThreadMessageCreateByUsersProfileImagesParams = exports.sandBoxThreadMessageCreateByUsersProfileImagesPathWorkspaceIdRegExp = exports.sandBoxGetSandboxThreadResponse = exports.sandBoxGetSandboxThreadResponseWorkSpaceIdRegExp = exports.sandBoxGetSandboxThreadResponseIdRegExp = exports.sandBoxGetSandboxThreadParams = exports.sandBoxGetSandboxThreadPathWorkspaceIdRegExp = exports.flowRunsGetWorkspaceRunsResponse = exports.flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp = exports.flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp = exports.flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp = exports.flowRunsGetWorkspaceRunsQueryParams = exports.flowRunsGetWorkspaceRunsQueryTakeDefault = exports.flowRunsGetWorkspaceRunsQuerySkipDefault = exports.flowRunsGetWorkspaceRunsParams = exports.flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp = exports.messageThreadsGetStepExecutionsResponse = exports.messageThreadsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp = exports.messageThreadsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.messageThreadsGetStepExecutionsResponseLogsItemInputsItemIdRegExp = exports.messageThreadsGetStepExecutionsResponseLogsItemIdRegExp = exports.messageThreadsGetStepExecutionsQueryParams = exports.messageThreadsGetStepExecutionsQuerySearchDefault = exports.messageThreadsGetStepExecutionsQueryTakeDefault = exports.messageThreadsGetStepExecutionsQuerySkipDefault = exports.messageThreadsGetStepExecutionsParams = exports.messageThreadsGetStepExecutionsPathMessageThreadIdRegExp = exports.messageThreadsGetStepExecutionsPathWorkSpaceIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponse = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemOutputsItemIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemIdRegExp = exports.messageThreadsGetWorkspaceExecutionsQueryParams = exports.messageThreadsGetWorkspaceExecutionsQuerySearchDefault = void 0;
|
|
22
|
+
exports.sandBoxAddValueToMessageBody = exports.sandBoxAddValueToMessageParams = exports.sandBoxAddValueToMessagePathIdRegExp = exports.sandBoxAddValueToMessagePathWorkspaceIdRegExp = exports.sandBoxStreamSandboxMessagesParams = exports.sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp = exports.sandBoxThreadMessagesResponse = exports.sandBoxThreadMessagesResponseValuesItemIdRegExp = exports.sandBoxThreadMessagesResponseMessageThreadIdRegExp = exports.sandBoxThreadMessagesResponseIdRegExp = exports.sandBoxThreadMessagesBody = exports.sandBoxThreadMessagesParams = void 0;
|
|
20
23
|
/**
|
|
21
24
|
* Generated by orval v7.13.2 🍺
|
|
22
25
|
* Do not edit manually.
|
|
@@ -214,7 +217,7 @@ exports.activityExportLoggingsQueryParams = zod_1.default.strictObject({
|
|
|
214
217
|
"workSpaceId": zod_1.default.string().regex(exports.activityExportLoggingsQueryWorkSpaceIdRegExp).optional(),
|
|
215
218
|
"fromOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
216
219
|
"toOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
217
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional()
|
|
220
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional()
|
|
218
221
|
});
|
|
219
222
|
exports.activityExportLoggingsResponse = zod_1.default.string();
|
|
220
223
|
/**
|
|
@@ -227,7 +230,7 @@ exports.activityGetLoggingQueryParams = zod_1.default.strictObject({
|
|
|
227
230
|
"workSpaceId": zod_1.default.string().regex(exports.activityGetLoggingQueryWorkSpaceIdRegExp).optional(),
|
|
228
231
|
"fromOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
229
232
|
"toOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
230
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional(),
|
|
233
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional(),
|
|
231
234
|
"take": zod_1.default.number().default(exports.activityGetLoggingQueryTakeDefault),
|
|
232
235
|
"skip": zod_1.default.number().optional()
|
|
233
236
|
});
|
|
@@ -235,7 +238,7 @@ exports.activityGetLoggingResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}
|
|
|
235
238
|
exports.activityGetLoggingResponseDataItemWorkSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
236
239
|
exports.activityGetLoggingResponse = zod_1.default.object({
|
|
237
240
|
"data": zod_1.default.array(zod_1.default.object({
|
|
238
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional(),
|
|
241
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional(),
|
|
239
242
|
"durationMs": zod_1.default.number().nullish(),
|
|
240
243
|
"eventDescription": zod_1.default.string().nullish(),
|
|
241
244
|
"eventUserId": zod_1.default.string().nullish(),
|
|
@@ -292,6 +295,7 @@ exports.blockSetsGetBlockSetsQueryParams = zod_1.default.strictObject({
|
|
|
292
295
|
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.')
|
|
293
296
|
});
|
|
294
297
|
exports.blockSetsGetBlockSetsResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
298
|
+
exports.blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
295
299
|
exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
296
300
|
exports.blockSetsGetBlockSetsResponseItem = zod_1.default.object({
|
|
297
301
|
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -343,6 +347,10 @@ exports.blockSetsGetBlockSetsResponseItem = zod_1.default.object({
|
|
|
343
347
|
"name": zod_1.default.string().nullish(),
|
|
344
348
|
"sourceCodeUri": zod_1.default.string().nullish(),
|
|
345
349
|
"type": zod_1.default.enum(['Native', 'Custom', 'Debug']),
|
|
350
|
+
"usedInDataSets": zod_1.default.array(zod_1.default.object({
|
|
351
|
+
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp),
|
|
352
|
+
"name": zod_1.default.string()
|
|
353
|
+
})),
|
|
346
354
|
"usedInWorkspaces": zod_1.default.array(zod_1.default.object({
|
|
347
355
|
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp),
|
|
348
356
|
"name": zod_1.default.string()
|
|
@@ -550,6 +558,7 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
550
558
|
})
|
|
551
559
|
})).nullish(),
|
|
552
560
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
561
|
+
"secret": zod_1.default.boolean(),
|
|
553
562
|
"value": zod_1.default.any().nullish()
|
|
554
563
|
})).nullish(),
|
|
555
564
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -570,6 +579,7 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
570
579
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
571
580
|
"dataSourceContainer": zod_1.default.object({
|
|
572
581
|
"dataSourceId": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
582
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
573
583
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
574
584
|
"operator": zod_1.default.string(),
|
|
575
585
|
"propertyName": zod_1.default.string(),
|
|
@@ -580,6 +590,7 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
580
590
|
"path": zod_1.default.string()
|
|
581
591
|
}),
|
|
582
592
|
"flowId": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemFlowIdRegExp),
|
|
593
|
+
"honourSourceDeletes": zod_1.default.boolean(),
|
|
583
594
|
"id": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemIdRegExp),
|
|
584
595
|
"inputName": zod_1.default.string(),
|
|
585
596
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
@@ -613,10 +624,13 @@ exports.dataSetsGetQuerySkipDefault = 0;
|
|
|
613
624
|
exports.dataSetsGetQueryParams = zod_1.default.strictObject({
|
|
614
625
|
"take": zod_1.default.number().default(exports.dataSetsGetQueryTakeDefault),
|
|
615
626
|
"skip": zod_1.default.number().optional(),
|
|
616
|
-
"search": zod_1.default.string().optional()
|
|
627
|
+
"search": zod_1.default.string().optional(),
|
|
628
|
+
"sortBy": zod_1.default.string().optional(),
|
|
629
|
+
"sortDirection": zod_1.default.string().optional()
|
|
617
630
|
});
|
|
618
631
|
exports.dataSetsGetResponseDataItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
619
632
|
exports.dataSetsGetResponseDataItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
633
|
+
exports.dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
620
634
|
exports.dataSetsGetResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
621
635
|
exports.dataSetsGetResponseDataItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
622
636
|
exports.dataSetsGetResponse = zod_1.default.object({
|
|
@@ -626,6 +640,7 @@ exports.dataSetsGetResponse = zod_1.default.object({
|
|
|
626
640
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
627
641
|
"description": zod_1.default.string().nullish(),
|
|
628
642
|
"flowId": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemFlowIdRegExp).nullish(),
|
|
643
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
629
644
|
"id": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemIdRegExp),
|
|
630
645
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
631
646
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -635,6 +650,8 @@ exports.dataSetsGetResponse = zod_1.default.object({
|
|
|
635
650
|
"isVector": zod_1.default.boolean(),
|
|
636
651
|
"name": zod_1.default.string()
|
|
637
652
|
})),
|
|
653
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
654
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
638
655
|
"version": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemVersionRegExp).nullish()
|
|
639
656
|
})),
|
|
640
657
|
"total": zod_1.default.number()
|
|
@@ -675,6 +692,7 @@ exports.dataSetsGetByIdParams = zod_1.default.strictObject({
|
|
|
675
692
|
});
|
|
676
693
|
exports.dataSetsGetByIdResponseDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
677
694
|
exports.dataSetsGetByIdResponseFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
695
|
+
exports.dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
678
696
|
exports.dataSetsGetByIdResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
679
697
|
exports.dataSetsGetByIdResponseVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
680
698
|
exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
@@ -683,6 +701,7 @@ exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
|
683
701
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseDataSpaceIdRegExp).nullish(),
|
|
684
702
|
"description": zod_1.default.string().nullish(),
|
|
685
703
|
"flowId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseFlowIdRegExp).nullish(),
|
|
704
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
686
705
|
"id": zod_1.default.string().regex(exports.dataSetsGetByIdResponseIdRegExp),
|
|
687
706
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
688
707
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -692,6 +711,8 @@ exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
|
692
711
|
"isVector": zod_1.default.boolean(),
|
|
693
712
|
"name": zod_1.default.string()
|
|
694
713
|
})),
|
|
714
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
715
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
695
716
|
"version": zod_1.default.string().regex(exports.dataSetsGetByIdResponseVersionRegExp).nullish()
|
|
696
717
|
});
|
|
697
718
|
/**
|
|
@@ -705,6 +726,7 @@ exports.dataSetsPutBodyIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-
|
|
|
705
726
|
exports.dataSetsPutBody = zod_1.default.strictObject({
|
|
706
727
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
707
728
|
"dataSourceId": zod_1.default.string().regex(exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp),
|
|
729
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
708
730
|
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
709
731
|
"operator": zod_1.default.string(),
|
|
710
732
|
"propertyName": zod_1.default.string(),
|
|
@@ -718,6 +740,7 @@ exports.dataSetsPutBody = zod_1.default.strictObject({
|
|
|
718
740
|
});
|
|
719
741
|
exports.dataSetsPutResponseDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
720
742
|
exports.dataSetsPutResponseFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
743
|
+
exports.dataSetsPutResponseHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
721
744
|
exports.dataSetsPutResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
722
745
|
exports.dataSetsPutResponseVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
723
746
|
exports.dataSetsPutResponse = zod_1.default.object({
|
|
@@ -726,6 +749,7 @@ exports.dataSetsPutResponse = zod_1.default.object({
|
|
|
726
749
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsPutResponseDataSpaceIdRegExp).nullish(),
|
|
727
750
|
"description": zod_1.default.string().nullish(),
|
|
728
751
|
"flowId": zod_1.default.string().regex(exports.dataSetsPutResponseFlowIdRegExp).nullish(),
|
|
752
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsPutResponseHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
729
753
|
"id": zod_1.default.string().regex(exports.dataSetsPutResponseIdRegExp),
|
|
730
754
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
731
755
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -735,6 +759,8 @@ exports.dataSetsPutResponse = zod_1.default.object({
|
|
|
735
759
|
"isVector": zod_1.default.boolean(),
|
|
736
760
|
"name": zod_1.default.string()
|
|
737
761
|
})),
|
|
762
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
763
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
738
764
|
"version": zod_1.default.string().regex(exports.dataSetsPutResponseVersionRegExp).nullish()
|
|
739
765
|
});
|
|
740
766
|
/**
|
|
@@ -770,6 +796,7 @@ exports.dataSetsGetContainerItemsRunHistoryResponse = zod_1.default.object({
|
|
|
770
796
|
"data": zod_1.default.array(zod_1.default.object({
|
|
771
797
|
"containerId": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp),
|
|
772
798
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
799
|
+
"deletedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
773
800
|
"flowRuns": zod_1.default.array(zod_1.default.object({
|
|
774
801
|
"errors": zod_1.default.array(zod_1.default.object({
|
|
775
802
|
"blockId": zod_1.default.string().nullish(),
|
|
@@ -778,7 +805,7 @@ exports.dataSetsGetContainerItemsRunHistoryResponse = zod_1.default.object({
|
|
|
778
805
|
})),
|
|
779
806
|
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
780
807
|
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp),
|
|
781
|
-
"runAt": zod_1.default.iso.datetime({}),
|
|
808
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
782
809
|
"status": zod_1.default.string()
|
|
783
810
|
})),
|
|
784
811
|
"id": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp),
|
|
@@ -799,6 +826,7 @@ exports.dataSetsSetDataspaceBodyRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
799
826
|
exports.dataSetsSetDataspaceBody = zod_1.default.string().regex(exports.dataSetsSetDataspaceBodyRegExp);
|
|
800
827
|
exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
801
828
|
exports.dataSetsSetDataspaceResponseFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
829
|
+
exports.dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
802
830
|
exports.dataSetsSetDataspaceResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
803
831
|
exports.dataSetsSetDataspaceResponseVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
804
832
|
exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
@@ -807,6 +835,7 @@ exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
|
807
835
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp).nullish(),
|
|
808
836
|
"description": zod_1.default.string().nullish(),
|
|
809
837
|
"flowId": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseFlowIdRegExp).nullish(),
|
|
838
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
810
839
|
"id": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseIdRegExp),
|
|
811
840
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
812
841
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -816,6 +845,8 @@ exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
|
816
845
|
"isVector": zod_1.default.boolean(),
|
|
817
846
|
"name": zod_1.default.string()
|
|
818
847
|
})),
|
|
848
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
849
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
819
850
|
"version": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseVersionRegExp).nullish()
|
|
820
851
|
});
|
|
821
852
|
exports.dataSetsExportPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -918,6 +949,11 @@ exports.dataSetsDeleteItemParams = zod_1.default.strictObject({
|
|
|
918
949
|
"itemId": zod_1.default.string().regex(exports.dataSetsDeleteItemPathItemIdRegExp)
|
|
919
950
|
});
|
|
920
951
|
/**
|
|
952
|
+
* The `isVector` field is deprecated: the platform no longer uses it,
|
|
953
|
+
and it has no effect on ingestion or querying. It remains available as an
|
|
954
|
+
optional field for backward compatibility with existing integrations —
|
|
955
|
+
new integrations should omit it. When omitted, the stored value is
|
|
956
|
+
preserved on update and defaults to `false` on create.
|
|
921
957
|
* @summary Upsert a single property on a dataset.
|
|
922
958
|
*/
|
|
923
959
|
exports.dataSetsAddDataSetPropertyPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -926,7 +962,7 @@ exports.dataSetsAddDataSetPropertyParams = zod_1.default.strictObject({
|
|
|
926
962
|
});
|
|
927
963
|
exports.dataSetsAddDataSetPropertyBody = zod_1.default.strictObject({
|
|
928
964
|
"description": zod_1.default.string().nullish(),
|
|
929
|
-
"isVector": zod_1.default.boolean(),
|
|
965
|
+
"isVector": zod_1.default.boolean().nullish().describe('Unused — the platform no longer reads this field and it has no effect on ingestion or querying. It is retained as an optional property purely for backward compatibility; omit it in new integrations. When omitted, the stored value is preserved on update and it defaults to false on create.'),
|
|
930
966
|
"name": zod_1.default.string()
|
|
931
967
|
});
|
|
932
968
|
exports.dataSetsAddDataSetPropertyResponse = zod_1.default.object({
|
|
@@ -939,6 +975,87 @@ exports.dataSetsDeleteDataSetPropertyParams = zod_1.default.strictObject({
|
|
|
939
975
|
"id": zod_1.default.string().regex(exports.dataSetsDeleteDataSetPropertyPathIdRegExp),
|
|
940
976
|
"name": zod_1.default.string()
|
|
941
977
|
});
|
|
978
|
+
/**
|
|
979
|
+
* @summary Run-centric ingestion history for the dataset (newest first), from the
|
|
980
|
+
AI API's provenance-stamped run store. `trigger` filters by cause
|
|
981
|
+
(sync / sweep / manual / reset / unknown); `itemId` narrows to one
|
|
982
|
+
container item, including runs superseded by later re-ingests.
|
|
983
|
+
*/
|
|
984
|
+
exports.dataSetsGetIngestionRunsPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
985
|
+
exports.dataSetsGetIngestionRunsParams = zod_1.default.strictObject({
|
|
986
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsPathIdRegExp)
|
|
987
|
+
});
|
|
988
|
+
exports.dataSetsGetIngestionRunsQuerySkipDefault = 0;
|
|
989
|
+
exports.dataSetsGetIngestionRunsQueryTakeDefault = 50;
|
|
990
|
+
exports.dataSetsGetIngestionRunsQueryItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
991
|
+
exports.dataSetsGetIngestionRunsQueryParams = zod_1.default.strictObject({
|
|
992
|
+
"skip": zod_1.default.number().optional(),
|
|
993
|
+
"take": zod_1.default.number().default(exports.dataSetsGetIngestionRunsQueryTakeDefault),
|
|
994
|
+
"trigger": zod_1.default.string().optional(),
|
|
995
|
+
"itemId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsQueryItemIdRegExp).optional()
|
|
996
|
+
});
|
|
997
|
+
exports.dataSetsGetIngestionRunsResponseDataItemCausedByRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
998
|
+
exports.dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
999
|
+
exports.dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1000
|
+
exports.dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1001
|
+
exports.dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1002
|
+
exports.dataSetsGetIngestionRunsResponseDataItemItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1003
|
+
exports.dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1004
|
+
exports.dataSetsGetIngestionRunsResponse = zod_1.default.object({
|
|
1005
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
1006
|
+
"causedBy": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemCausedByRegExp).nullish(),
|
|
1007
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp).nullish(),
|
|
1008
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1009
|
+
"dataSetId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp).nullish(),
|
|
1010
|
+
"dataSetVersion": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp).nullish(),
|
|
1011
|
+
"errors": zod_1.default.array(zod_1.default.object({
|
|
1012
|
+
"blockId": zod_1.default.string().nullish(),
|
|
1013
|
+
"code": zod_1.default.number().nullish(),
|
|
1014
|
+
"message": zod_1.default.string()
|
|
1015
|
+
})),
|
|
1016
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1017
|
+
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp),
|
|
1018
|
+
"itemId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemItemIdRegExp).nullish(),
|
|
1019
|
+
"itemName": zod_1.default.string().nullish(),
|
|
1020
|
+
"itemPath": zod_1.default.string().nullish(),
|
|
1021
|
+
"itemVersion": zod_1.default.iso.datetime({}).nullish(),
|
|
1022
|
+
"retryOf": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp).nullish(),
|
|
1023
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1024
|
+
"status": zod_1.default.string(),
|
|
1025
|
+
"trigger": zod_1.default.object({
|
|
1026
|
+
"kind": zod_1.default.string(),
|
|
1027
|
+
"principal": zod_1.default.string().nullish()
|
|
1028
|
+
})
|
|
1029
|
+
})),
|
|
1030
|
+
"total": zod_1.default.number()
|
|
1031
|
+
});
|
|
1032
|
+
/**
|
|
1033
|
+
* @summary Set the per-document scoping config (mode + subject path) on a dataset.
|
|
1034
|
+
*/
|
|
1035
|
+
exports.dataSetsPutScopingPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1036
|
+
exports.dataSetsPutScopingParams = zod_1.default.strictObject({
|
|
1037
|
+
"id": zod_1.default.string().regex(exports.dataSetsPutScopingPathIdRegExp)
|
|
1038
|
+
});
|
|
1039
|
+
exports.dataSetsPutScopingBody = zod_1.default.strictObject({
|
|
1040
|
+
"mode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1041
|
+
"subjectPath": zod_1.default.string().nullish()
|
|
1042
|
+
});
|
|
1043
|
+
/**
|
|
1044
|
+
* @summary Whether this dataset hides items whose source file was deleted in the given
|
|
1045
|
+
container. Per container, because the setting belongs to that subscription.
|
|
1046
|
+
Off is the default and does not disable detection — deletions are always
|
|
1047
|
+
recorded and always marked on the affected rows; this only decides whether a
|
|
1048
|
+
marked row is returned. Nothing here deletes anything.
|
|
1049
|
+
*/
|
|
1050
|
+
exports.dataSetsPutSourceDeletesPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1051
|
+
exports.dataSetsPutSourceDeletesParams = zod_1.default.strictObject({
|
|
1052
|
+
"id": zod_1.default.string().regex(exports.dataSetsPutSourceDeletesPathIdRegExp)
|
|
1053
|
+
});
|
|
1054
|
+
exports.dataSetsPutSourceDeletesBodyContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1055
|
+
exports.dataSetsPutSourceDeletesBody = zod_1.default.strictObject({
|
|
1056
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsPutSourceDeletesBodyContainerIdRegExp),
|
|
1057
|
+
"honourSourceDeletes": zod_1.default.boolean()
|
|
1058
|
+
});
|
|
942
1059
|
/**
|
|
943
1060
|
* @summary Fetch a list of all available data source types in SmartSpace.
|
|
944
1061
|
*/
|
|
@@ -965,6 +1082,7 @@ exports.dataSourceTypesGetAvailableContainersBody = zod_1.default.strictObject({
|
|
|
965
1082
|
});
|
|
966
1083
|
exports.dataSourceTypesGetAvailableContainersResponseItem = zod_1.default.object({
|
|
967
1084
|
"children": zod_1.default.array(zod_1.default.any()).nullish(),
|
|
1085
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
968
1086
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
969
1087
|
"operator": zod_1.default.string(),
|
|
970
1088
|
"propertyName": zod_1.default.string(),
|
|
@@ -1010,6 +1128,7 @@ exports.dataSourcesGetResponse = zod_1.default.object({
|
|
|
1010
1128
|
"data": zod_1.default.array(zod_1.default.object({
|
|
1011
1129
|
"containers": zod_1.default.array(zod_1.default.object({
|
|
1012
1130
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp),
|
|
1131
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1013
1132
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
1014
1133
|
"operator": zod_1.default.string(),
|
|
1015
1134
|
"propertyName": zod_1.default.string(),
|
|
@@ -1046,6 +1165,7 @@ exports.dataSourcesPostResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F
|
|
|
1046
1165
|
exports.dataSourcesPostResponse = zod_1.default.object({
|
|
1047
1166
|
"containers": zod_1.default.array(zod_1.default.object({
|
|
1048
1167
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesPostResponseContainersItemDataSourceIdRegExp),
|
|
1168
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1049
1169
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
1050
1170
|
"operator": zod_1.default.string(),
|
|
1051
1171
|
"propertyName": zod_1.default.string(),
|
|
@@ -1097,6 +1217,7 @@ exports.dataSourcesContainersResponseDataSourceIdRegExp = new RegExp('^[0-9a-fA-
|
|
|
1097
1217
|
exports.dataSourcesContainersResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1098
1218
|
exports.dataSourcesContainersResponseItem = zod_1.default.object({
|
|
1099
1219
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesContainersResponseDataSourceIdRegExp),
|
|
1220
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1100
1221
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
1101
1222
|
"operator": zod_1.default.string(),
|
|
1102
1223
|
"propertyName": zod_1.default.string(),
|
|
@@ -1149,6 +1270,15 @@ exports.dataSourcesUpdateCredentialsParams = zod_1.default.strictObject({
|
|
|
1149
1270
|
exports.dataSourcesUpdateCredentialsBody = zod_1.default.strictObject({
|
|
1150
1271
|
"credentials": zod_1.default.record(zod_1.default.string(), zod_1.default.string().nullable())
|
|
1151
1272
|
});
|
|
1273
|
+
/**
|
|
1274
|
+
* @summary Requests an on-demand sync of a data source. The request is queued;
|
|
1275
|
+
the sync service picks it up within ~30 seconds. Repeated requests
|
|
1276
|
+
are safe — concurrent syncs of the same source collapse to one run.
|
|
1277
|
+
*/
|
|
1278
|
+
exports.dataSourcesRequestSyncPathDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1279
|
+
exports.dataSourcesRequestSyncParams = zod_1.default.strictObject({
|
|
1280
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesRequestSyncPathDataSourceIdRegExp)
|
|
1281
|
+
});
|
|
1152
1282
|
exports.dataSourcesGetAdminUsersPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1153
1283
|
exports.dataSourcesGetAdminUsersParams = zod_1.default.strictObject({
|
|
1154
1284
|
"id": zod_1.default.string().regex(exports.dataSourcesGetAdminUsersPathIdRegExp)
|
|
@@ -1179,6 +1309,7 @@ exports.dataSpacesGetQueryParams = zod_1.default.strictObject({
|
|
|
1179
1309
|
});
|
|
1180
1310
|
exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1181
1311
|
exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1312
|
+
exports.dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1182
1313
|
exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1183
1314
|
exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1184
1315
|
exports.dataSpacesGetResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -1194,6 +1325,7 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1194
1325
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1195
1326
|
"description": zod_1.default.string().nullish(),
|
|
1196
1327
|
"flowId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp).nullish(),
|
|
1328
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1197
1329
|
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp),
|
|
1198
1330
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1199
1331
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1203,6 +1335,8 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1203
1335
|
"isVector": zod_1.default.boolean(),
|
|
1204
1336
|
"name": zod_1.default.string()
|
|
1205
1337
|
})),
|
|
1338
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1339
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1206
1340
|
"version": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp).nullish()
|
|
1207
1341
|
})),
|
|
1208
1342
|
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemIdRegExp),
|
|
@@ -1235,6 +1369,7 @@ exports.dataSpacesGetByIdParams = zod_1.default.strictObject({
|
|
|
1235
1369
|
});
|
|
1236
1370
|
exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1237
1371
|
exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1372
|
+
exports.dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1238
1373
|
exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1239
1374
|
exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1240
1375
|
exports.dataSpacesGetByIdResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -1249,6 +1384,7 @@ exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
|
1249
1384
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1250
1385
|
"description": zod_1.default.string().nullish(),
|
|
1251
1386
|
"flowId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp).nullish(),
|
|
1387
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1252
1388
|
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp),
|
|
1253
1389
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1254
1390
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1258,6 +1394,8 @@ exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
|
1258
1394
|
"isVector": zod_1.default.boolean(),
|
|
1259
1395
|
"name": zod_1.default.string()
|
|
1260
1396
|
})),
|
|
1397
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1398
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1261
1399
|
"version": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp).nullish()
|
|
1262
1400
|
})),
|
|
1263
1401
|
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseIdRegExp),
|
|
@@ -1286,6 +1424,7 @@ exports.dataSpacesPutBody = zod_1.default.strictObject({
|
|
|
1286
1424
|
});
|
|
1287
1425
|
exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1288
1426
|
exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1427
|
+
exports.dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1289
1428
|
exports.dataSpacesPutResponseDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1290
1429
|
exports.dataSpacesPutResponseDataSetsItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1291
1430
|
exports.dataSpacesPutResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -1300,6 +1439,7 @@ exports.dataSpacesPutResponse = zod_1.default.object({
|
|
|
1300
1439
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1301
1440
|
"description": zod_1.default.string().nullish(),
|
|
1302
1441
|
"flowId": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp).nullish(),
|
|
1442
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1303
1443
|
"id": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemIdRegExp),
|
|
1304
1444
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1305
1445
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1309,6 +1449,8 @@ exports.dataSpacesPutResponse = zod_1.default.object({
|
|
|
1309
1449
|
"isVector": zod_1.default.boolean(),
|
|
1310
1450
|
"name": zod_1.default.string()
|
|
1311
1451
|
})),
|
|
1452
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1453
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1312
1454
|
"version": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemVersionRegExp).nullish()
|
|
1313
1455
|
})),
|
|
1314
1456
|
"id": zod_1.default.string().regex(exports.dataSpacesPutResponseIdRegExp),
|
|
@@ -1351,10 +1493,13 @@ exports.dataSpacesGetDataSetsQuerySkipDefault = 0;
|
|
|
1351
1493
|
exports.dataSpacesGetDataSetsQueryParams = zod_1.default.strictObject({
|
|
1352
1494
|
"take": zod_1.default.number().default(exports.dataSpacesGetDataSetsQueryTakeDefault),
|
|
1353
1495
|
"skip": zod_1.default.number().optional(),
|
|
1354
|
-
"search": zod_1.default.string().optional()
|
|
1496
|
+
"search": zod_1.default.string().optional(),
|
|
1497
|
+
"sortBy": zod_1.default.string().optional(),
|
|
1498
|
+
"sortDirection": zod_1.default.string().optional()
|
|
1355
1499
|
});
|
|
1356
1500
|
exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1357
1501
|
exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1502
|
+
exports.dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1358
1503
|
exports.dataSpacesGetDataSetsResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1359
1504
|
exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1360
1505
|
exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
@@ -1364,6 +1509,7 @@ exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
|
1364
1509
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
1365
1510
|
"description": zod_1.default.string().nullish(),
|
|
1366
1511
|
"flowId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp).nullish(),
|
|
1512
|
+
"honourDeletesContainerIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp)).nullish(),
|
|
1367
1513
|
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemIdRegExp),
|
|
1368
1514
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1369
1515
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1373,6 +1519,8 @@ exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
|
1373
1519
|
"isVector": zod_1.default.boolean(),
|
|
1374
1520
|
"name": zod_1.default.string()
|
|
1375
1521
|
})),
|
|
1522
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1523
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1376
1524
|
"version": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp).nullish()
|
|
1377
1525
|
})),
|
|
1378
1526
|
"total": zod_1.default.number()
|
|
@@ -1388,6 +1536,7 @@ exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = new RegEx
|
|
|
1388
1536
|
exports.dataSpacesPostDatasetBody = zod_1.default.strictObject({
|
|
1389
1537
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
1390
1538
|
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp),
|
|
1539
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1391
1540
|
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
1392
1541
|
"operator": zod_1.default.string(),
|
|
1393
1542
|
"propertyName": zod_1.default.string(),
|
|
@@ -1404,6 +1553,13 @@ exports.debugInvokeParams = zod_1.default.strictObject({
|
|
|
1404
1553
|
});
|
|
1405
1554
|
exports.debugInvokeBodyItem = zod_1.default.any();
|
|
1406
1555
|
exports.debugInvokeBody = zod_1.default.array(exports.debugInvokeBodyItem);
|
|
1556
|
+
/**
|
|
1557
|
+
* @summary Mongo index health for the flow-runs store: planned-vs-existing
|
|
1558
|
+
indexes per collection, the latest index-ensure outcome per index
|
|
1559
|
+
(including repeated failures), and any in-flight index
|
|
1560
|
+
transformations with their progress (currentOp).
|
|
1561
|
+
*/
|
|
1562
|
+
exports.diagnosticsGetMongoIndexesResponse = zod_1.default.any();
|
|
1407
1563
|
/**
|
|
1408
1564
|
* @summary List the current user's drafts (without parsed interfaces — load detail to get those).
|
|
1409
1565
|
*/
|
|
@@ -1751,6 +1907,16 @@ exports.flowRunsGetFlowRunPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
1751
1907
|
exports.flowRunsGetFlowRunParams = zod_1.default.strictObject({
|
|
1752
1908
|
"id": zod_1.default.string().regex(exports.flowRunsGetFlowRunPathIdRegExp)
|
|
1753
1909
|
});
|
|
1910
|
+
/**
|
|
1911
|
+
* @summary Requests cancellation of a queued or running flow run. Cancellation
|
|
1912
|
+
is cooperative: a queued run is stamped cancelled before it starts;
|
|
1913
|
+
a running flow stops between block executions, typically within
|
|
1914
|
+
seconds. Cancelled runs carry cancelledAt in their basic info.
|
|
1915
|
+
*/
|
|
1916
|
+
exports.flowRunsCancelFlowRunPathIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1917
|
+
exports.flowRunsCancelFlowRunParams = zod_1.default.strictObject({
|
|
1918
|
+
"id": zod_1.default.string().regex(exports.flowRunsCancelFlowRunPathIdRegExpOne)
|
|
1919
|
+
});
|
|
1754
1920
|
exports.flowRunsAddFileIdFilesPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1755
1921
|
exports.flowRunsAddFileIdFilesParams = zod_1.default.strictObject({
|
|
1756
1922
|
"id": zod_1.default.string().regex(exports.flowRunsAddFileIdFilesPathIdRegExp)
|
|
@@ -1767,18 +1933,22 @@ exports.flowRunsAddFileIdFilesExistingBody = zod_1.default.strictObject({
|
|
|
1767
1933
|
"blobUri": zod_1.default.string(),
|
|
1768
1934
|
"flowRunId": zod_1.default.string().regex(exports.flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp).nullish()
|
|
1769
1935
|
});
|
|
1936
|
+
/**
|
|
1937
|
+
* @summary Lists a run's function executions, newest first.
|
|
1938
|
+
*/
|
|
1770
1939
|
exports.flowRunsGetStepExecutionsPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1771
1940
|
exports.flowRunsGetStepExecutionsParams = zod_1.default.strictObject({
|
|
1772
|
-
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsPathIdRegExp)
|
|
1941
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsPathIdRegExp).describe('Run whose executions to list')
|
|
1773
1942
|
});
|
|
1774
1943
|
exports.flowRunsGetStepExecutionsQuerySkipDefault = 0;
|
|
1775
1944
|
exports.flowRunsGetStepExecutionsQueryTakeDefault = 100;
|
|
1776
1945
|
exports.flowRunsGetStepExecutionsQuerySearchDefault = "";
|
|
1777
1946
|
exports.flowRunsGetStepExecutionsQueryParams = zod_1.default.strictObject({
|
|
1778
|
-
"skip": zod_1.default.number().optional(),
|
|
1779
|
-
"take": zod_1.default.number().default(exports.flowRunsGetStepExecutionsQueryTakeDefault),
|
|
1780
|
-
"search": zod_1.default.string().optional(),
|
|
1781
|
-
"blockIds[]": zod_1.default.array(zod_1.default.string()).optional()
|
|
1947
|
+
"skip": zod_1.default.number().optional().describe('Number of records to skip'),
|
|
1948
|
+
"take": zod_1.default.number().default(exports.flowRunsGetStepExecutionsQueryTakeDefault).describe('Number of records to take'),
|
|
1949
|
+
"search": zod_1.default.string().optional().describe('Free-text match across block ids and value payloads'),
|
|
1950
|
+
"blockIds[]": zod_1.default.array(zod_1.default.string()).optional().describe('Restrict to these block ids (canvas selection)'),
|
|
1951
|
+
"includeValues": zod_1.default.boolean().optional().describe('Pass `false` for the timeline/polled view: the same rows come back\r\nwithout input/output payloads and without rehydrating blob-spilled values,\r\nwhich is the dominant cost of this read. Fetch one execution\'s values with\r\nM:SmartSpace.App.ConfigApi.Controllers.FlowRunsController.GetStepExecution(System.Guid,System.Guid) when the user expands a step.')
|
|
1782
1952
|
});
|
|
1783
1953
|
exports.flowRunsGetStepExecutionsResponseLogsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1784
1954
|
exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -1803,6 +1973,8 @@ exports.flowRunsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
1803
1973
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
1804
1974
|
"data": zod_1.default.any(),
|
|
1805
1975
|
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp),
|
|
1976
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
1977
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
1806
1978
|
"source": zod_1.default.object({
|
|
1807
1979
|
"node": zod_1.default.string(),
|
|
1808
1980
|
"pin": zod_1.default.string().nullish(),
|
|
@@ -1815,6 +1987,8 @@ exports.flowRunsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
1815
1987
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
1816
1988
|
"data": zod_1.default.any(),
|
|
1817
1989
|
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp),
|
|
1990
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
1991
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
1818
1992
|
"source": zod_1.default.object({
|
|
1819
1993
|
"node": zod_1.default.string(),
|
|
1820
1994
|
"pin": zod_1.default.string().nullish(),
|
|
@@ -1824,6 +1998,77 @@ exports.flowRunsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
1824
1998
|
})),
|
|
1825
1999
|
"total": zod_1.default.number()
|
|
1826
2000
|
});
|
|
2001
|
+
/**
|
|
2002
|
+
* Inline values are returned as stored. Values spilled to blob storage come
|
|
2003
|
+
back by reference (`isBlob`, `sizeBytes`, `data` null) and are
|
|
2004
|
+
fetched with M:SmartSpace.App.ConfigApi.Controllers.FlowRunsController.GetFlowValueDownload(System.Guid,System.Guid); they are never downloaded on
|
|
2005
|
+
this read, so expanding a large step costs the same as a small one.
|
|
2006
|
+
* @summary Gets one execution of a run with its input/output values — the detail read
|
|
2007
|
+
behind `functionexecutions?includeValues=false`.
|
|
2008
|
+
*/
|
|
2009
|
+
exports.flowRunsGetStepExecutionPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2010
|
+
exports.flowRunsGetStepExecutionPathExecutionIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2011
|
+
exports.flowRunsGetStepExecutionParams = zod_1.default.strictObject({
|
|
2012
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionPathIdRegExp),
|
|
2013
|
+
"executionId": zod_1.default.string().regex(exports.flowRunsGetStepExecutionPathExecutionIdRegExp)
|
|
2014
|
+
});
|
|
2015
|
+
exports.flowRunsGetStepExecutionResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2016
|
+
exports.flowRunsGetStepExecutionResponseInputsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2017
|
+
exports.flowRunsGetStepExecutionResponseInputsItemValueIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2018
|
+
exports.flowRunsGetStepExecutionResponseOutputsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2019
|
+
exports.flowRunsGetStepExecutionResponse = zod_1.default.object({
|
|
2020
|
+
"blockId": zod_1.default.string(),
|
|
2021
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2022
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2023
|
+
"functionName": zod_1.default.string(),
|
|
2024
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionResponseIdRegExp),
|
|
2025
|
+
"inputs": zod_1.default.array(zod_1.default.object({
|
|
2026
|
+
"blockId": zod_1.default.string(),
|
|
2027
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2028
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionResponseInputsItemIdRegExp),
|
|
2029
|
+
"pin": zod_1.default.string(),
|
|
2030
|
+
"port": zod_1.default.string(),
|
|
2031
|
+
"sticky": zod_1.default.boolean(),
|
|
2032
|
+
"value": zod_1.default.object({
|
|
2033
|
+
"channels": zod_1.default.record(zod_1.default.string(), zod_1.default.number()),
|
|
2034
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2035
|
+
"data": zod_1.default.any(),
|
|
2036
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionResponseInputsItemValueIdRegExp),
|
|
2037
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
2038
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
2039
|
+
"source": zod_1.default.object({
|
|
2040
|
+
"node": zod_1.default.string(),
|
|
2041
|
+
"pin": zod_1.default.string().nullish(),
|
|
2042
|
+
"port": zod_1.default.string().nullish()
|
|
2043
|
+
})
|
|
2044
|
+
})
|
|
2045
|
+
})),
|
|
2046
|
+
"outputs": zod_1.default.array(zod_1.default.object({
|
|
2047
|
+
"channels": zod_1.default.record(zod_1.default.string(), zod_1.default.number()),
|
|
2048
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2049
|
+
"data": zod_1.default.any(),
|
|
2050
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionResponseOutputsItemIdRegExp),
|
|
2051
|
+
"isBlob": zod_1.default.boolean().nullish(),
|
|
2052
|
+
"sizeBytes": zod_1.default.number().nullish(),
|
|
2053
|
+
"source": zod_1.default.object({
|
|
2054
|
+
"node": zod_1.default.string(),
|
|
2055
|
+
"pin": zod_1.default.string().nullish(),
|
|
2056
|
+
"port": zod_1.default.string().nullish()
|
|
2057
|
+
})
|
|
2058
|
+
}))
|
|
2059
|
+
});
|
|
2060
|
+
/**
|
|
2061
|
+
* Redirects to short-lived direct-from-storage link, so the payload never
|
|
2062
|
+
transits this service — the same pattern as file downloads. Only values the
|
|
2063
|
+
per-execution read returned by reference resolve here.
|
|
2064
|
+
* @summary Downloads a blob-spilled value's payload.
|
|
2065
|
+
*/
|
|
2066
|
+
exports.flowRunsGetFlowValueDownloadPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2067
|
+
exports.flowRunsGetFlowValueDownloadPathValueIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2068
|
+
exports.flowRunsGetFlowValueDownloadParams = zod_1.default.strictObject({
|
|
2069
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetFlowValueDownloadPathIdRegExp),
|
|
2070
|
+
"valueId": zod_1.default.string().regex(exports.flowRunsGetFlowValueDownloadPathValueIdRegExp)
|
|
2071
|
+
});
|
|
1827
2072
|
exports.flowRunsGetVariablesPathIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1828
2073
|
exports.flowRunsGetVariablesParams = zod_1.default.strictObject({
|
|
1829
2074
|
"id": zod_1.default.string().regex(exports.flowRunsGetVariablesPathIdRegExpOne)
|
|
@@ -1878,6 +2123,7 @@ exports.flowsSetActiveFlowDefinitionBody = zod_1.default.strictObject({
|
|
|
1878
2123
|
})
|
|
1879
2124
|
})).nullish(),
|
|
1880
2125
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
2126
|
+
"secret": zod_1.default.boolean(),
|
|
1881
2127
|
"value": zod_1.default.any().nullish()
|
|
1882
2128
|
})).nullish(),
|
|
1883
2129
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
@@ -1963,6 +2209,7 @@ exports.modelsGetModelsResponse = zod_1.default.object({
|
|
|
1963
2209
|
"deploymentStatus": zod_1.default.enum(['Deploying', 'Ready', 'Failed', 'Deleting', 'Deleted']).optional(),
|
|
1964
2210
|
"displayName": zod_1.default.string(),
|
|
1965
2211
|
"id": zod_1.default.string().regex(exports.modelsGetModelsResponseDataItemIdRegExpOne),
|
|
2212
|
+
"isDefault": zod_1.default.boolean(),
|
|
1966
2213
|
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
1967
2214
|
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
1968
2215
|
"name": zod_1.default.string(),
|
|
@@ -2001,6 +2248,26 @@ exports.modelsCreateModelBody = zod_1.default.strictObject({
|
|
|
2001
2248
|
"name": zod_1.default.string(),
|
|
2002
2249
|
"publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
|
|
2003
2250
|
});
|
|
2251
|
+
/**
|
|
2252
|
+
* @summary Retrieves the instance-wide default model — the one pre-selected on new LLM blocks and the default workspace flow.
|
|
2253
|
+
*/
|
|
2254
|
+
exports.modelsGetDefaultModelResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2255
|
+
exports.modelsGetDefaultModelResponse = zod_1.default.object({
|
|
2256
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2257
|
+
"createdByUserId": zod_1.default.string().nullish(),
|
|
2258
|
+
"deploymentStatus": zod_1.default.enum(['Deploying', 'Ready', 'Failed', 'Deleting', 'Deleted']).optional(),
|
|
2259
|
+
"displayName": zod_1.default.string(),
|
|
2260
|
+
"id": zod_1.default.string().regex(exports.modelsGetDefaultModelResponseIdRegExp),
|
|
2261
|
+
"isDefault": zod_1.default.boolean(),
|
|
2262
|
+
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
2263
|
+
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
2264
|
+
"name": zod_1.default.string(),
|
|
2265
|
+
"properties": zod_1.default.array(zod_1.default.object({
|
|
2266
|
+
"name": zod_1.default.string(),
|
|
2267
|
+
"type": zod_1.default.enum(['Boolean', 'Number', 'String'])
|
|
2268
|
+
})),
|
|
2269
|
+
"virtualMachineUrl": zod_1.default.string().nullish()
|
|
2270
|
+
});
|
|
2004
2271
|
exports.modelsGetDefaultDockerFileQueryParams = zod_1.default.strictObject({
|
|
2005
2272
|
"serverType": zod_1.default.enum(['TextGenerationInference', 'VLlm']).optional()
|
|
2006
2273
|
});
|
|
@@ -2055,6 +2322,7 @@ exports.modelsGetModelResponse = zod_1.default.object({
|
|
|
2055
2322
|
}).optional(),
|
|
2056
2323
|
"displayName": zod_1.default.string(),
|
|
2057
2324
|
"id": zod_1.default.string().regex(exports.modelsGetModelResponseIdRegExpOne),
|
|
2325
|
+
"isDefault": zod_1.default.boolean(),
|
|
2058
2326
|
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
2059
2327
|
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
2060
2328
|
"name": zod_1.default.string(),
|
|
@@ -2094,6 +2362,20 @@ exports.modelsUpsertModelBody = zod_1.default.strictObject({
|
|
|
2094
2362
|
"name": zod_1.default.string(),
|
|
2095
2363
|
"publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
|
|
2096
2364
|
});
|
|
2365
|
+
/**
|
|
2366
|
+
* @summary Clears the default flag from the specified model, leaving the instance with no default.
|
|
2367
|
+
*/
|
|
2368
|
+
exports.modelsClearDefaultModelPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2369
|
+
exports.modelsClearDefaultModelParams = zod_1.default.strictObject({
|
|
2370
|
+
"id": zod_1.default.string().regex(exports.modelsClearDefaultModelPathIdRegExp).describe('The ID of the model.')
|
|
2371
|
+
});
|
|
2372
|
+
/**
|
|
2373
|
+
* @summary Makes the specified model the instance-wide default, replacing any previous default.
|
|
2374
|
+
*/
|
|
2375
|
+
exports.modelsSetDefaultModelPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2376
|
+
exports.modelsSetDefaultModelParams = zod_1.default.strictObject({
|
|
2377
|
+
"id": zod_1.default.string().regex(exports.modelsSetDefaultModelPathIdRegExp).describe('The ID of the model to make default.')
|
|
2378
|
+
});
|
|
2097
2379
|
/**
|
|
2098
2380
|
* @summary Retrieves the Docker logs for a specific deployment of a model.
|
|
2099
2381
|
*/
|
|
@@ -2131,7 +2413,7 @@ exports.notificationGetResponse = zod_1.default.object({
|
|
|
2131
2413
|
"description": zod_1.default.string().nullish(),
|
|
2132
2414
|
"dismissedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2133
2415
|
"id": zod_1.default.string().regex(exports.notificationGetResponseDataItemIdRegExpOne),
|
|
2134
|
-
"notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated']),
|
|
2416
|
+
"notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated', 'AddedToThread']),
|
|
2135
2417
|
"threadId": zod_1.default.string().regex(exports.notificationGetResponseDataItemThreadIdRegExpOne).nullish(),
|
|
2136
2418
|
"workSpaceId": zod_1.default.string().regex(exports.notificationGetResponseDataItemWorkSpaceIdRegExpOne).nullish()
|
|
2137
2419
|
})),
|
|
@@ -2196,12 +2478,184 @@ exports.reportingGetTokensResponse = zod_1.default.object({
|
|
|
2196
2478
|
"name": zod_1.default.string()
|
|
2197
2479
|
}))
|
|
2198
2480
|
});
|
|
2481
|
+
/**
|
|
2482
|
+
* @summary List API accounts: service principals holding the SmartSpace integration
|
|
2483
|
+
role, with their permission flags and last recorded activity.
|
|
2484
|
+
*/
|
|
2485
|
+
exports.servicePrincipalsGetServicePrincipalsQuerySkipDefault = 0;
|
|
2486
|
+
exports.servicePrincipalsGetServicePrincipalsQueryTakeDefault = 20;
|
|
2487
|
+
exports.servicePrincipalsGetServicePrincipalsQueryParams = zod_1.default.strictObject({
|
|
2488
|
+
"skip": zod_1.default.number().optional(),
|
|
2489
|
+
"take": zod_1.default.number().default(exports.servicePrincipalsGetServicePrincipalsQueryTakeDefault),
|
|
2490
|
+
"search": zod_1.default.string().optional()
|
|
2491
|
+
});
|
|
2492
|
+
exports.servicePrincipalsGetServicePrincipalsResponse = zod_1.default.object({
|
|
2493
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2494
|
+
"id": zod_1.default.string(),
|
|
2495
|
+
"lastActiveAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2496
|
+
"name": zod_1.default.string(),
|
|
2497
|
+
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
2498
|
+
})),
|
|
2499
|
+
"total": zod_1.default.number()
|
|
2500
|
+
});
|
|
2501
|
+
/**
|
|
2502
|
+
* @summary List configured syncs. status matches the data
|
|
2503
|
+
source's latest completed sync (e.g. Success / Failure), or "never"
|
|
2504
|
+
for sources with no recorded sync. sortBy:
|
|
2505
|
+
name | connector | lastSync (default: path).
|
|
2506
|
+
*/
|
|
2507
|
+
exports.syncsGetQueryTakeDefault = 50;
|
|
2508
|
+
exports.syncsGetQuerySkipDefault = 0;
|
|
2509
|
+
exports.syncsGetQueryDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2510
|
+
exports.syncsGetQueryParams = zod_1.default.strictObject({
|
|
2511
|
+
"take": zod_1.default.number().default(exports.syncsGetQueryTakeDefault),
|
|
2512
|
+
"skip": zod_1.default.number().optional(),
|
|
2513
|
+
"search": zod_1.default.string().optional(),
|
|
2514
|
+
"dataSourceId": zod_1.default.string().regex(exports.syncsGetQueryDataSourceIdRegExp).optional(),
|
|
2515
|
+
"status": zod_1.default.string().optional(),
|
|
2516
|
+
"sortBy": zod_1.default.string().optional(),
|
|
2517
|
+
"sortDirection": zod_1.default.string().optional()
|
|
2518
|
+
});
|
|
2519
|
+
exports.syncsGetResponseDataItemDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2520
|
+
exports.syncsGetResponseDataItemDataSetsItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2521
|
+
exports.syncsGetResponseDataItemDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2522
|
+
exports.syncsGetResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2523
|
+
exports.syncsGetResponse = zod_1.default.object({
|
|
2524
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2525
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2526
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSetsItemIdRegExp),
|
|
2527
|
+
"name": zod_1.default.string(),
|
|
2528
|
+
"version": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSetsItemVersionRegExp).nullish()
|
|
2529
|
+
})),
|
|
2530
|
+
"dataSource": zod_1.default.object({
|
|
2531
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSourceIdRegExp),
|
|
2532
|
+
"isQueued": zod_1.default.boolean(),
|
|
2533
|
+
"isSyncing": zod_1.default.boolean(),
|
|
2534
|
+
"name": zod_1.default.string(),
|
|
2535
|
+
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap']),
|
|
2536
|
+
"supportsDeleteDetection": zod_1.default.boolean(),
|
|
2537
|
+
"syncStartedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2538
|
+
}),
|
|
2539
|
+
"filters": zod_1.default.string().nullish(),
|
|
2540
|
+
"highwaterMark": zod_1.default.iso.datetime({}).nullish(),
|
|
2541
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemIdRegExp),
|
|
2542
|
+
"latestSyncAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2543
|
+
"latestSyncItemCount": zod_1.default.number().nullish(),
|
|
2544
|
+
"latestSyncMessage": zod_1.default.string().nullish(),
|
|
2545
|
+
"latestSyncStatus": zod_1.default.string().nullish(),
|
|
2546
|
+
"name": zod_1.default.string(),
|
|
2547
|
+
"path": zod_1.default.string(),
|
|
2548
|
+
"recentSyncs": zod_1.default.array(zod_1.default.object({
|
|
2549
|
+
"end": zod_1.default.iso.datetime({}),
|
|
2550
|
+
"itemCount": zod_1.default.number(),
|
|
2551
|
+
"message": zod_1.default.string().nullish(),
|
|
2552
|
+
"start": zod_1.default.iso.datetime({}),
|
|
2553
|
+
"status": zod_1.default.string()
|
|
2554
|
+
})).nullish(),
|
|
2555
|
+
"statusMessage": zod_1.default.string().nullish()
|
|
2556
|
+
})),
|
|
2557
|
+
"total": zod_1.default.number()
|
|
2558
|
+
});
|
|
2559
|
+
/**
|
|
2560
|
+
* @summary The sync-requests queue right now: approximate depth and which data
|
|
2561
|
+
sources have a request WAITING. In-flight requests are invisible to
|
|
2562
|
+
peek (visibility timeout) — that state is each data source's
|
|
2563
|
+
isSyncing flag. Literal route wins over the {containerId} template.
|
|
2564
|
+
*/
|
|
2565
|
+
exports.syncsGetQueueResponseWaitingDataSourceIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2566
|
+
exports.syncsGetQueueResponse = zod_1.default.object({
|
|
2567
|
+
"depth": zod_1.default.number(),
|
|
2568
|
+
"waitingDataSourceIds": zod_1.default.array(zod_1.default.string().regex(exports.syncsGetQueueResponseWaitingDataSourceIdsItemRegExp))
|
|
2569
|
+
});
|
|
2570
|
+
/**
|
|
2571
|
+
* @summary Removes the sync: deletes its data source container config record, so
|
|
2572
|
+
the source selection stops being mirrored from the next sync cycle.
|
|
2573
|
+
Refused (DSC400) while any live dataset still subscribes to it via a
|
|
2574
|
+
container flow trigger. Config-only — already-landed items and copied
|
|
2575
|
+
blobs are not cleaned up here.
|
|
2576
|
+
*/
|
|
2577
|
+
exports.syncsDeletePathContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2578
|
+
exports.syncsDeleteParams = zod_1.default.strictObject({
|
|
2579
|
+
"containerId": zod_1.default.string().regex(exports.syncsDeletePathContainerIdRegExp)
|
|
2580
|
+
});
|
|
2581
|
+
exports.syncsGetByIdPathContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2582
|
+
exports.syncsGetByIdParams = zod_1.default.strictObject({
|
|
2583
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetByIdPathContainerIdRegExp)
|
|
2584
|
+
});
|
|
2585
|
+
exports.syncsGetByIdResponseDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2586
|
+
exports.syncsGetByIdResponseDataSetsItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2587
|
+
exports.syncsGetByIdResponseDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2588
|
+
exports.syncsGetByIdResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2589
|
+
exports.syncsGetByIdResponse = zod_1.default.object({
|
|
2590
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2591
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSetsItemIdRegExp),
|
|
2592
|
+
"name": zod_1.default.string(),
|
|
2593
|
+
"version": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSetsItemVersionRegExp).nullish()
|
|
2594
|
+
})),
|
|
2595
|
+
"dataSource": zod_1.default.object({
|
|
2596
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSourceIdRegExp),
|
|
2597
|
+
"isQueued": zod_1.default.boolean(),
|
|
2598
|
+
"isSyncing": zod_1.default.boolean(),
|
|
2599
|
+
"name": zod_1.default.string(),
|
|
2600
|
+
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap']),
|
|
2601
|
+
"supportsDeleteDetection": zod_1.default.boolean(),
|
|
2602
|
+
"syncStartedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2603
|
+
}),
|
|
2604
|
+
"filters": zod_1.default.string().nullish(),
|
|
2605
|
+
"highwaterMark": zod_1.default.iso.datetime({}).nullish(),
|
|
2606
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseIdRegExp),
|
|
2607
|
+
"latestSyncAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2608
|
+
"latestSyncItemCount": zod_1.default.number().nullish(),
|
|
2609
|
+
"latestSyncMessage": zod_1.default.string().nullish(),
|
|
2610
|
+
"latestSyncStatus": zod_1.default.string().nullish(),
|
|
2611
|
+
"name": zod_1.default.string(),
|
|
2612
|
+
"path": zod_1.default.string(),
|
|
2613
|
+
"recentSyncs": zod_1.default.array(zod_1.default.object({
|
|
2614
|
+
"end": zod_1.default.iso.datetime({}),
|
|
2615
|
+
"itemCount": zod_1.default.number(),
|
|
2616
|
+
"message": zod_1.default.string().nullish(),
|
|
2617
|
+
"start": zod_1.default.iso.datetime({}),
|
|
2618
|
+
"status": zod_1.default.string()
|
|
2619
|
+
})).nullish(),
|
|
2620
|
+
"statusMessage": zod_1.default.string().nullish()
|
|
2621
|
+
});
|
|
2622
|
+
/**
|
|
2623
|
+
* @summary The sync's landed items (read-only metadata), proxied from the AI API's
|
|
2624
|
+
container-items endpoint.
|
|
2625
|
+
*/
|
|
2626
|
+
exports.syncsGetItemsPathContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2627
|
+
exports.syncsGetItemsParams = zod_1.default.strictObject({
|
|
2628
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetItemsPathContainerIdRegExp)
|
|
2629
|
+
});
|
|
2630
|
+
exports.syncsGetItemsQuerySkipDefault = 0;
|
|
2631
|
+
exports.syncsGetItemsQueryTakeDefault = 50;
|
|
2632
|
+
exports.syncsGetItemsQueryParams = zod_1.default.strictObject({
|
|
2633
|
+
"skip": zod_1.default.number().optional(),
|
|
2634
|
+
"take": zod_1.default.number().default(exports.syncsGetItemsQueryTakeDefault)
|
|
2635
|
+
});
|
|
2636
|
+
exports.syncsGetItemsResponseDataItemContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2637
|
+
exports.syncsGetItemsResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2638
|
+
exports.syncsGetItemsResponse = zod_1.default.object({
|
|
2639
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2640
|
+
"blobUri": zod_1.default.string().nullish(),
|
|
2641
|
+
"bytes": zod_1.default.string().nullish(),
|
|
2642
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetItemsResponseDataItemContainerIdRegExp).nullish(),
|
|
2643
|
+
"deletedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2644
|
+
"id": zod_1.default.string().regex(exports.syncsGetItemsResponseDataItemIdRegExp),
|
|
2645
|
+
"isJson": zod_1.default.boolean().nullish(),
|
|
2646
|
+
"name": zod_1.default.string().nullish(),
|
|
2647
|
+
"path": zod_1.default.string().nullish(),
|
|
2648
|
+
"pending": zod_1.default.boolean().nullish()
|
|
2649
|
+
})),
|
|
2650
|
+
"total": zod_1.default.number()
|
|
2651
|
+
});
|
|
2199
2652
|
/**
|
|
2200
2653
|
* @summary Gets Tenant Id
|
|
2201
2654
|
*/
|
|
2202
2655
|
exports.tenantIdGetResultResponse = zod_1.default.string();
|
|
2203
2656
|
/**
|
|
2204
|
-
* @summary Retrieve
|
|
2657
|
+
* @summary Retrieve users assigned to the SmartSpace application (directly or via a group),
|
|
2658
|
+
with optional search and pagination controls take and skip.
|
|
2205
2659
|
*/
|
|
2206
2660
|
exports.usersGetUsersQuerySkipDefault = 0;
|
|
2207
2661
|
exports.usersGetUsersQueryTakeDefault = 20;
|
|
@@ -2379,6 +2833,7 @@ exports.workSpacesGetGetQueryParams = zod_1.default.strictObject({
|
|
|
2379
2833
|
"sortBy": zod_1.default.string().optional(),
|
|
2380
2834
|
"sortDirection": zod_1.default.string().optional()
|
|
2381
2835
|
});
|
|
2836
|
+
exports.workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2382
2837
|
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2383
2838
|
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2384
2839
|
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -2399,6 +2854,11 @@ exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne
|
|
|
2399
2854
|
exports.workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2400
2855
|
exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
2401
2856
|
"data": zod_1.default.array(zod_1.default.object({
|
|
2857
|
+
"connectors": zod_1.default.array(zod_1.default.object({
|
|
2858
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne),
|
|
2859
|
+
"kind": zod_1.default.string(),
|
|
2860
|
+
"name": zod_1.default.string()
|
|
2861
|
+
})),
|
|
2402
2862
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
2403
2863
|
"createdByUserId": zod_1.default.string(),
|
|
2404
2864
|
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
@@ -2445,6 +2905,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2445
2905
|
})
|
|
2446
2906
|
})).nullish(),
|
|
2447
2907
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2908
|
+
"secret": zod_1.default.boolean(),
|
|
2448
2909
|
"value": zod_1.default.any().nullish()
|
|
2449
2910
|
})).nullish(),
|
|
2450
2911
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2465,6 +2926,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2465
2926
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2466
2927
|
"dataSourceContainer": zod_1.default.object({
|
|
2467
2928
|
"dataSourceId": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne),
|
|
2929
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2468
2930
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
2469
2931
|
"operator": zod_1.default.string(),
|
|
2470
2932
|
"propertyName": zod_1.default.string(),
|
|
@@ -2475,6 +2937,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2475
2937
|
"path": zod_1.default.string()
|
|
2476
2938
|
}),
|
|
2477
2939
|
"flowId": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne),
|
|
2940
|
+
"honourSourceDeletes": zod_1.default.boolean(),
|
|
2478
2941
|
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne),
|
|
2479
2942
|
"inputName": zod_1.default.string(),
|
|
2480
2943
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
@@ -2608,6 +3071,7 @@ exports.workSpacesGetIdPathIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
2608
3071
|
exports.workSpacesGetIdParams = zod_1.default.strictObject({
|
|
2609
3072
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdPathIdRegExpOne)
|
|
2610
3073
|
});
|
|
3074
|
+
exports.workSpacesGetIdResponseConnectorsItemIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2611
3075
|
exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2612
3076
|
exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2613
3077
|
exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -2627,6 +3091,11 @@ exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemId
|
|
|
2627
3091
|
exports.workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2628
3092
|
exports.workSpacesGetIdResponseSandBoxThreadIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2629
3093
|
exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
3094
|
+
"connectors": zod_1.default.array(zod_1.default.object({
|
|
3095
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseConnectorsItemIdRegExpOne),
|
|
3096
|
+
"kind": zod_1.default.string(),
|
|
3097
|
+
"name": zod_1.default.string()
|
|
3098
|
+
})),
|
|
2630
3099
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
2631
3100
|
"createdByUserId": zod_1.default.string(),
|
|
2632
3101
|
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
@@ -2673,6 +3142,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2673
3142
|
})
|
|
2674
3143
|
})).nullish(),
|
|
2675
3144
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
3145
|
+
"secret": zod_1.default.boolean(),
|
|
2676
3146
|
"value": zod_1.default.any().nullish()
|
|
2677
3147
|
})).nullish(),
|
|
2678
3148
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2693,6 +3163,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2693
3163
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2694
3164
|
"dataSourceContainer": zod_1.default.object({
|
|
2695
3165
|
"dataSourceId": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne),
|
|
3166
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2696
3167
|
"filters": zod_1.default.array(zod_1.default.object({
|
|
2697
3168
|
"operator": zod_1.default.string(),
|
|
2698
3169
|
"propertyName": zod_1.default.string(),
|
|
@@ -2703,6 +3174,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2703
3174
|
"path": zod_1.default.string()
|
|
2704
3175
|
}),
|
|
2705
3176
|
"flowId": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne),
|
|
3177
|
+
"honourSourceDeletes": zod_1.default.boolean(),
|
|
2706
3178
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne),
|
|
2707
3179
|
"inputName": zod_1.default.string(),
|
|
2708
3180
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
@@ -2902,6 +3374,28 @@ exports.workSpacesPutModelConfigurationBody = zod_1.default.strictObject({
|
|
|
2902
3374
|
"temperature": zod_1.default.number(),
|
|
2903
3375
|
"topP": zod_1.default.number()
|
|
2904
3376
|
});
|
|
3377
|
+
/**
|
|
3378
|
+
* @summary Detaches a connector from a workspace. Flows still referencing it
|
|
3379
|
+
fail at resolve time rather than silently keeping access.
|
|
3380
|
+
*/
|
|
3381
|
+
exports.workSpacesRemoveConnectorPathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3382
|
+
exports.workSpacesRemoveConnectorPathConnectorIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3383
|
+
exports.workSpacesRemoveConnectorParams = zod_1.default.strictObject({
|
|
3384
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesRemoveConnectorPathWorkspaceIdRegExp),
|
|
3385
|
+
"connectorId": zod_1.default.string().regex(exports.workSpacesRemoveConnectorPathConnectorIdRegExp)
|
|
3386
|
+
});
|
|
3387
|
+
/**
|
|
3388
|
+
* @summary Attaches a connector to a workspace — the access model for external
|
|
3389
|
+
connectors, mirroring dataspaces. Only after this can a flow in the
|
|
3390
|
+
workspace reference the connector, and the resolve endpoint checks
|
|
3391
|
+
the same attachment at call time.
|
|
3392
|
+
*/
|
|
3393
|
+
exports.workSpacesAddConnectorPathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3394
|
+
exports.workSpacesAddConnectorPathConnectorIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3395
|
+
exports.workSpacesAddConnectorParams = zod_1.default.strictObject({
|
|
3396
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesAddConnectorPathWorkspaceIdRegExp),
|
|
3397
|
+
"connectorId": zod_1.default.string().regex(exports.workSpacesAddConnectorPathConnectorIdRegExp)
|
|
3398
|
+
});
|
|
2905
3399
|
/**
|
|
2906
3400
|
* @summary Removes a data space from a workspace.
|
|
2907
3401
|
*/
|
|
@@ -3045,6 +3539,7 @@ exports.workSpacesGetActiveFlowResponse = zod_1.default.object({
|
|
|
3045
3539
|
})
|
|
3046
3540
|
})).nullish(),
|
|
3047
3541
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
3542
|
+
"secret": zod_1.default.boolean(),
|
|
3048
3543
|
"value": zod_1.default.any().nullish()
|
|
3049
3544
|
})).nullish(),
|
|
3050
3545
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -3102,6 +3597,7 @@ exports.workSpacesSetActiveFlowBody = zod_1.default.strictObject({
|
|
|
3102
3597
|
})
|
|
3103
3598
|
})).nullish(),
|
|
3104
3599
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
3600
|
+
"secret": zod_1.default.boolean(),
|
|
3105
3601
|
"value": zod_1.default.any().nullish()
|
|
3106
3602
|
})).nullish(),
|
|
3107
3603
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
@@ -3125,6 +3621,111 @@ exports.workSpacesSetActiveFlowLayoutParams = zod_1.default.strictObject({
|
|
|
3125
3621
|
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp)
|
|
3126
3622
|
});
|
|
3127
3623
|
exports.workSpacesSetActiveFlowLayoutBody = zod_1.default.any();
|
|
3624
|
+
/**
|
|
3625
|
+
* @summary Lists connectors with their auth settings — never a credential.
|
|
3626
|
+
*/
|
|
3627
|
+
exports.connectorsGetConnectorsQueryParams = zod_1.default.strictObject({
|
|
3628
|
+
"kind": zod_1.default.string().optional()
|
|
3629
|
+
});
|
|
3630
|
+
exports.connectorsGetConnectorsResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3631
|
+
exports.connectorsGetConnectorsResponseItem = zod_1.default.object({
|
|
3632
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3633
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3634
|
+
"authType": zod_1.default.string(),
|
|
3635
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3636
|
+
"createdByUserId": zod_1.default.string(),
|
|
3637
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3638
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorsResponseIdRegExp),
|
|
3639
|
+
"kind": zod_1.default.string(),
|
|
3640
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3641
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3642
|
+
"name": zod_1.default.string(),
|
|
3643
|
+
"url": zod_1.default.string()
|
|
3644
|
+
});
|
|
3645
|
+
exports.connectorsGetConnectorsResponse = zod_1.default.array(exports.connectorsGetConnectorsResponseItem);
|
|
3646
|
+
/**
|
|
3647
|
+
* @summary Creates a connector and its shared credential in one call: the value
|
|
3648
|
+
goes to Key Vault, the row stores only the reference.
|
|
3649
|
+
*/
|
|
3650
|
+
exports.connectorsCreateConnectorBody = zod_1.default.strictObject({
|
|
3651
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3652
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3653
|
+
"authType": zod_1.default.string(),
|
|
3654
|
+
"kind": zod_1.default.string(),
|
|
3655
|
+
"name": zod_1.default.string(),
|
|
3656
|
+
"secret": zod_1.default.string().nullish(),
|
|
3657
|
+
"url": zod_1.default.string()
|
|
3658
|
+
});
|
|
3659
|
+
/**
|
|
3660
|
+
* @summary Picker list for workspace editors: id, name and kind only. Gated on
|
|
3661
|
+
WorkspaceEdit rather than Admin because attaching a connector to a
|
|
3662
|
+
workspace is a workspace-editor action, and the picker is how they
|
|
3663
|
+
choose one. Admins pass this gate via the role bypass.
|
|
3664
|
+
*/
|
|
3665
|
+
exports.connectorsGetConnectorSummariesQueryParams = zod_1.default.strictObject({
|
|
3666
|
+
"kind": zod_1.default.string().optional()
|
|
3667
|
+
});
|
|
3668
|
+
exports.connectorsGetConnectorSummariesResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3669
|
+
exports.connectorsGetConnectorSummariesResponseItem = zod_1.default.object({
|
|
3670
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorSummariesResponseIdRegExp),
|
|
3671
|
+
"kind": zod_1.default.string(),
|
|
3672
|
+
"name": zod_1.default.string()
|
|
3673
|
+
});
|
|
3674
|
+
exports.connectorsGetConnectorSummariesResponse = zod_1.default.array(exports.connectorsGetConnectorSummariesResponseItem);
|
|
3675
|
+
exports.connectorsDeleteConnectorPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3676
|
+
exports.connectorsDeleteConnectorParams = zod_1.default.strictObject({
|
|
3677
|
+
"id": zod_1.default.string().regex(exports.connectorsDeleteConnectorPathIdRegExp)
|
|
3678
|
+
});
|
|
3679
|
+
exports.connectorsGetConnectorPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3680
|
+
exports.connectorsGetConnectorParams = zod_1.default.strictObject({
|
|
3681
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorPathIdRegExp)
|
|
3682
|
+
});
|
|
3683
|
+
exports.connectorsGetConnectorResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3684
|
+
exports.connectorsGetConnectorResponse = zod_1.default.object({
|
|
3685
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3686
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3687
|
+
"authType": zod_1.default.string(),
|
|
3688
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3689
|
+
"createdByUserId": zod_1.default.string(),
|
|
3690
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3691
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorResponseIdRegExp),
|
|
3692
|
+
"kind": zod_1.default.string(),
|
|
3693
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3694
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3695
|
+
"name": zod_1.default.string(),
|
|
3696
|
+
"url": zod_1.default.string()
|
|
3697
|
+
});
|
|
3698
|
+
/**
|
|
3699
|
+
* @summary Updates a connector. Omit `Secret` to leave the credential
|
|
3700
|
+
untouched; supply one to rotate it.
|
|
3701
|
+
*/
|
|
3702
|
+
exports.connectorsUpdateConnectorPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3703
|
+
exports.connectorsUpdateConnectorParams = zod_1.default.strictObject({
|
|
3704
|
+
"id": zod_1.default.string().regex(exports.connectorsUpdateConnectorPathIdRegExp)
|
|
3705
|
+
});
|
|
3706
|
+
exports.connectorsUpdateConnectorBody = zod_1.default.strictObject({
|
|
3707
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3708
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3709
|
+
"authType": zod_1.default.string(),
|
|
3710
|
+
"name": zod_1.default.string(),
|
|
3711
|
+
"secret": zod_1.default.string().nullish(),
|
|
3712
|
+
"url": zod_1.default.string()
|
|
3713
|
+
});
|
|
3714
|
+
exports.connectorsUpdateConnectorResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3715
|
+
exports.connectorsUpdateConnectorResponse = zod_1.default.object({
|
|
3716
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3717
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3718
|
+
"authType": zod_1.default.string(),
|
|
3719
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3720
|
+
"createdByUserId": zod_1.default.string(),
|
|
3721
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3722
|
+
"id": zod_1.default.string().regex(exports.connectorsUpdateConnectorResponseIdRegExp),
|
|
3723
|
+
"kind": zod_1.default.string(),
|
|
3724
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3725
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3726
|
+
"name": zod_1.default.string(),
|
|
3727
|
+
"url": zod_1.default.string()
|
|
3728
|
+
});
|
|
3128
3729
|
/**
|
|
3129
3730
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
3130
3731
|
*/
|
|
@@ -3138,6 +3739,53 @@ exports.documentsGetDocumentSasQueryParams = zod_1.default.strictObject({
|
|
|
3138
3739
|
exports.documentsGetDocumentSasResponse = zod_1.default.object({
|
|
3139
3740
|
"uri": zod_1.default.url()
|
|
3140
3741
|
});
|
|
3742
|
+
/**
|
|
3743
|
+
* @summary Lists all managed secrets — names and audit metadata only, never values.
|
|
3744
|
+
*/
|
|
3745
|
+
exports.managedSecretsGetManagedSecretsResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3746
|
+
exports.managedSecretsGetManagedSecretsResponseItem = zod_1.default.object({
|
|
3747
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3748
|
+
"createdByUserId": zod_1.default.string(),
|
|
3749
|
+
"id": zod_1.default.string().regex(exports.managedSecretsGetManagedSecretsResponseIdRegExp),
|
|
3750
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3751
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3752
|
+
"name": zod_1.default.string()
|
|
3753
|
+
});
|
|
3754
|
+
exports.managedSecretsGetManagedSecretsResponse = zod_1.default.array(exports.managedSecretsGetManagedSecretsResponseItem);
|
|
3755
|
+
/**
|
|
3756
|
+
* @summary Creates a named secret: writes the value to Key Vault and stores only
|
|
3757
|
+
the vault reference.
|
|
3758
|
+
*/
|
|
3759
|
+
exports.managedSecretsCreateManagedSecretBody = zod_1.default.strictObject({
|
|
3760
|
+
"name": zod_1.default.string(),
|
|
3761
|
+
"value": zod_1.default.string()
|
|
3762
|
+
});
|
|
3763
|
+
/**
|
|
3764
|
+
* @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
|
|
3765
|
+
*/
|
|
3766
|
+
exports.managedSecretsDeleteManagedSecretParams = zod_1.default.strictObject({
|
|
3767
|
+
"name": zod_1.default.string()
|
|
3768
|
+
});
|
|
3769
|
+
/**
|
|
3770
|
+
* @summary Overwrites (rotates) a secret's value — a new Key Vault version under
|
|
3771
|
+
the same vault key. The value is write-only; nothing is returned but
|
|
3772
|
+
audit metadata.
|
|
3773
|
+
*/
|
|
3774
|
+
exports.managedSecretsOverwriteManagedSecretValueParams = zod_1.default.strictObject({
|
|
3775
|
+
"name": zod_1.default.string()
|
|
3776
|
+
});
|
|
3777
|
+
exports.managedSecretsOverwriteManagedSecretValueBody = zod_1.default.strictObject({
|
|
3778
|
+
"value": zod_1.default.string()
|
|
3779
|
+
});
|
|
3780
|
+
exports.managedSecretsOverwriteManagedSecretValueResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3781
|
+
exports.managedSecretsOverwriteManagedSecretValueResponse = zod_1.default.object({
|
|
3782
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3783
|
+
"createdByUserId": zod_1.default.string(),
|
|
3784
|
+
"id": zod_1.default.string().regex(exports.managedSecretsOverwriteManagedSecretValueResponseIdRegExp),
|
|
3785
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3786
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3787
|
+
"name": zod_1.default.string()
|
|
3788
|
+
});
|
|
3141
3789
|
exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3142
3790
|
exports.messageThreadsGetWorkspaceExecutionsParams = zod_1.default.strictObject({
|
|
3143
3791
|
"workSpaceId": zod_1.default.string().regex(exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp)
|
|
@@ -3254,6 +3902,35 @@ exports.messageThreadsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
3254
3902
|
})),
|
|
3255
3903
|
"total": zod_1.default.number()
|
|
3256
3904
|
});
|
|
3905
|
+
/**
|
|
3906
|
+
* @summary Lists a workspace's flow runs, newest first (chat threads, designer
|
|
3907
|
+
runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
|
|
3908
|
+
*/
|
|
3909
|
+
exports.flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3910
|
+
exports.flowRunsGetWorkspaceRunsParams = zod_1.default.strictObject({
|
|
3911
|
+
"workspaceId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp).describe('Workspace whose runs to list')
|
|
3912
|
+
});
|
|
3913
|
+
exports.flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
|
|
3914
|
+
exports.flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
|
|
3915
|
+
exports.flowRunsGetWorkspaceRunsQueryParams = zod_1.default.strictObject({
|
|
3916
|
+
"skip": zod_1.default.number().optional().describe('Number of records to skip'),
|
|
3917
|
+
"take": zod_1.default.number().default(exports.flowRunsGetWorkspaceRunsQueryTakeDefault).describe('Number of records to take')
|
|
3918
|
+
});
|
|
3919
|
+
exports.flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3920
|
+
exports.flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3921
|
+
exports.flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3922
|
+
exports.flowRunsGetWorkspaceRunsResponse = zod_1.default.object({
|
|
3923
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
3924
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3925
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3926
|
+
"flowDefinitionId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp).nullish(),
|
|
3927
|
+
"flowId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp).nullish(),
|
|
3928
|
+
"flowRunId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp),
|
|
3929
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3930
|
+
"status": zod_1.default.string()
|
|
3931
|
+
})),
|
|
3932
|
+
"total": zod_1.default.number()
|
|
3933
|
+
});
|
|
3257
3934
|
/**
|
|
3258
3935
|
* @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
|
|
3259
3936
|
*/
|
|
@@ -3320,6 +3997,7 @@ exports.sandBoxGetThreadMessagesResponseItem = zod_1.default.object({
|
|
|
3320
3997
|
"blockId": zod_1.default.string().nullish(),
|
|
3321
3998
|
"code": zod_1.default.number(),
|
|
3322
3999
|
"data": zod_1.default.any().nullish(),
|
|
4000
|
+
"errorCode": zod_1.default.string().nullish(),
|
|
3323
4001
|
"message": zod_1.default.string().nullish()
|
|
3324
4002
|
})),
|
|
3325
4003
|
"hasComments": zod_1.default.boolean(),
|
|
@@ -3368,6 +4046,7 @@ exports.sandBoxThreadMessagesResponse = zod_1.default.object({
|
|
|
3368
4046
|
"blockId": zod_1.default.string().nullish(),
|
|
3369
4047
|
"code": zod_1.default.number(),
|
|
3370
4048
|
"data": zod_1.default.any().nullish(),
|
|
4049
|
+
"errorCode": zod_1.default.string().nullish(),
|
|
3371
4050
|
"message": zod_1.default.string().nullish()
|
|
3372
4051
|
})),
|
|
3373
4052
|
"hasComments": zod_1.default.boolean(),
|