@smartspace/api-client 0.1.0-main.0f8e91b → 0.1.0-main.149a3de
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.msw.d.ts +74 -0
- package/dist/generated/chat/api.msw.js +618 -0
- package/dist/generated/chat/models/dataSourceContainer.d.ts +3 -0
- package/dist/generated/chat/models/dataSourceContainer.js +0 -6
- package/dist/generated/chat/models/dataSourcesContainerFilterModel.d.ts +11 -0
- package/dist/generated/chat/models/dataSourcesContainerFilterModel.js +8 -0
- package/dist/generated/chat/models/flowsFlowConstant.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/zod.d.ts +16 -0
- package/dist/generated/chat/zod.js +16 -0
- package/dist/generated/config/api.d.ts +47 -3
- package/dist/generated/config/api.js +194 -1
- package/dist/generated/config/api.msw.d.ts +269 -0
- package/dist/generated/config/api.msw.js +2564 -0
- package/dist/generated/config/models/blocksBlockSet.d.ts +4 -0
- package/dist/generated/config/models/blocksGetBlocksParams.d.ts +5 -0
- package/dist/generated/config/models/blocksRenameBlockSetRequest.d.ts +9 -0
- package/dist/generated/config/models/blocksRenameBlockSetRequest.js +8 -0
- package/dist/generated/config/models/blocksUsedInWorkspaceRef.d.ts +11 -0
- package/dist/generated/config/models/blocksUsedInWorkspaceRef.js +8 -0
- package/dist/generated/config/models/containerItem.d.ts +27 -0
- package/dist/generated/config/models/containerItem.js +8 -0
- package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +3 -0
- package/dist/generated/config/models/dataSetsCreateDataSetContainer.js +0 -6
- package/dist/generated/config/models/dataSetsDataSet.d.ts +4 -0
- package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
- package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
- package/dist/generated/config/models/dataSetsSetDataSetScoping.d.ts +12 -0
- package/dist/generated/config/models/dataSetsSetDataSetScoping.js +2 -0
- package/dist/generated/config/models/dataSourceContainer.d.ts +3 -0
- package/dist/generated/config/models/dataSourceContainer.js +0 -6
- package/dist/generated/config/models/dataSourcesContainerFilter.d.ts +11 -0
- package/dist/generated/config/models/dataSourcesContainerFilter.js +8 -0
- package/dist/generated/config/models/dataSourcesContainerFilterModel.d.ts +11 -0
- package/dist/generated/config/models/dataSourcesContainerFilterModel.js +8 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModel.d.ts +11 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModel.js +2 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.d.ts +9 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.js +8 -0
- package/dist/generated/config/models/dataSourcesContainerSchemaParams.d.ts +9 -0
- package/dist/generated/config/models/dataSourcesContainerSchemaParams.js +8 -0
- package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +3 -0
- package/dist/generated/config/models/dataSourcesPreviewContainerRequest.d.ts +12 -0
- package/dist/generated/config/models/dataSourcesPreviewContainerRequest.js +2 -0
- package/dist/generated/config/models/draftsDraft.d.ts +17 -0
- package/dist/generated/config/models/draftsDraft.js +2 -0
- package/dist/generated/config/models/draftsDraftBlockInterfaces.d.ts +12 -0
- package/dist/generated/config/models/draftsDraftBlockInterfaces.js +2 -0
- package/dist/generated/config/models/draftsPublishDraftRequest.d.ts +11 -0
- package/dist/generated/config/models/draftsPublishDraftRequest.js +8 -0
- package/dist/generated/config/models/draftsPublishDraftResponse.d.ts +13 -0
- package/dist/generated/config/models/draftsPublishDraftResponse.js +2 -0
- package/dist/generated/config/models/draftsPublishedBlockRef.d.ts +10 -0
- package/dist/generated/config/models/draftsPublishedBlockRef.js +8 -0
- package/dist/generated/config/models/draftsSaveDraftRequest.d.ts +11 -0
- package/dist/generated/config/models/draftsSaveDraftRequest.js +8 -0
- package/dist/generated/config/models/draftsSaveDraftResponse.d.ts +13 -0
- package/dist/generated/config/models/draftsSaveDraftResponse.js +2 -0
- package/dist/generated/config/models/draftsSaveDraftResponseBlockInterfaces.d.ts +12 -0
- package/dist/generated/config/models/draftsSaveDraftResponseBlockInterfaces.js +2 -0
- package/dist/generated/config/models/draftsToggleDraftRequest.d.ts +9 -0
- package/dist/generated/config/models/draftsToggleDraftRequest.js +8 -0
- package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
- package/dist/generated/config/models/enumsActivityType.js +1 -0
- package/dist/generated/config/models/enumsDataSetScopingMode.d.ts +11 -0
- package/dist/generated/config/models/enumsDataSetScopingMode.js +14 -0
- package/dist/generated/config/models/enumsPermissions.d.ts +2 -13
- package/dist/generated/config/models/enumsPermissions.js +0 -20
- package/dist/generated/config/models/enumsPermissionsItem.d.ts +18 -0
- package/dist/generated/config/models/enumsPermissionsItem.js +21 -0
- package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
- package/dist/generated/config/models/flowsFlowRun.d.ts +2 -0
- package/dist/generated/config/models/index.d.ts +38 -0
- package/dist/generated/config/models/index.js +38 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.js +8 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.d.ts +10 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.js +8 -0
- package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
- package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
- package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
- package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
- package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
- package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
- package/dist/generated/config/models/messagesMessageError.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
- package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
- package/dist/generated/config/models/syncsGetParams.d.ts +11 -0
- package/dist/generated/config/models/syncsGetParams.js +8 -0
- package/dist/generated/config/models/syncsSync.d.ts +22 -0
- package/dist/generated/config/models/syncsSync.js +2 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +14 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
- package/dist/generated/config/models/usersAppUserSummary.d.ts +16 -0
- package/dist/generated/config/models/usersAppUserSummary.js +8 -0
- package/dist/generated/config/zod.d.ts +834 -82
- package/dist/generated/config/zod.js +607 -38
- package/dist/mocks.d.ts +2 -0
- package/dist/mocks.js +42 -0
- package/package.json +24 -2
|
@@ -4,19 +4,20 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.activityGetLoggingQueryWorkSpaceIdRegExp = exports.activityExportLoggingsResponse = exports.activityExportLoggingsQueryParams = exports.activityExportLoggingsQueryWorkSpaceIdRegExp = exports.accessDeleteAccessParams = exports.accessDeleteAccessPathIdRegExp = exports.accessGetUsersInRoleUsersResponse = exports.accessGetUsersInRoleUsersQueryParams = exports.accessGetUsersInRoleUsersQueryAssignedWorkspaceIdRegExp = exports.accessGetUsersInRoleUsersQueryTakeDefault = exports.accessGetUsersInRoleUsersQuerySkipDefault = exports.accessSearchUsersResponse = exports.accessSearchUsersQueryParams = exports.accessSearchUsersQueryTakeDefault = exports.accessSearchUsersQuerySkipDefault = exports.accessSearchUsersQueryWorkspaceIdRegExp = exports.accessSearchServicePrincipalsResponse = exports.accessSearchServicePrincipalsQueryParams = exports.accessSearchServicePrincipalsQueryTakeDefault = exports.accessSearchServicePrincipalsQuerySkipDefault = exports.accessSearchServicePrincipalsQueryWorkspaceIdRegExp = exports.accessSearchGroupsResponse = exports.accessSearchGroupsQueryParams = exports.accessSearchGroupsQueryTakeDefault = exports.accessSearchGroupsQuerySkipDefault = exports.accessSearchGroupsQueryWorkspaceIdRegExp = exports.accessGetUsersInRoleRolesRoleIdUsersResponse = exports.accessGetUsersInRoleRolesRoleIdUsersQueryParams = exports.accessGetUsersInRoleRolesRoleIdUsersQueryTakeDefault = exports.accessGetUsersInRoleRolesRoleIdUsersQuerySkipDefault = exports.accessGetUsersInRoleRolesRoleIdUsersParams = exports.accessGetUsersInRoleRolesRoleIdUsersPathRoleIdRegExp = exports.accessGetAppRolesResponse = exports.accessGetAppRolesResponseItem = exports.accessGetAppRolesResponseIdRegExp = exports.accessGetGroupsResponse = exports.accessGetGroupsQueryParams = exports.accessGetGroupsQueryTakeDefault = exports.accessGetGroupsQuerySkipDefault = exports.accessAddAccessBody = exports.accessAddAccessBodyWorkSpaceIdRegExp = exports.accessGetAccessesResponse = exports.accessGetAccessesResponseDataItemWorkSpaceIdRegExp = exports.accessGetAccessesResponseDataItemMessageThreadIdRegExp = exports.accessGetAccessesResponseDataItemMessageIdRegExp = exports.accessGetAccessesResponseDataItemIdRegExp = exports.accessGetAccessesQueryParams = exports.accessGetAccessesQuerySkipDefault = exports.accessGetAccessesQueryTakeDefault = exports.accessGetAccessesQueryWorkspaceIdRegExp = void 0;
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
7
|
+
exports.dataSetsGetQueryTakeDefault = exports.containersPostResponse = exports.containersPostResponseItem = exports.containersPostResponseWorkSpaceIdRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemIdRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemIdRegExp = exports.containersPostResponseIdRegExp = exports.containersPostResponseFlowTriggersItemIdRegExp = exports.containersPostResponseFlowTriggersItemFlowIdRegExp = exports.containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp = exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp = exports.containersPostResponseFlowIdRegExp = exports.containersPostResponseFlowActiveFlowDefinitionIdRegExp = exports.containersPostResponseDataSetVersionRegExp = exports.containersPostResponseDataSetIdRegExp = exports.containersPostQueryParams = exports.containersPostQueryDataSetIdRegExp = exports.containersPostParams = exports.containersPostPathContainerIdRegExp = exports.containersReingestContainerItemParams = exports.containersReingestContainerItemPathContainerItemIdRegExp = exports.blocksGetBlockSourceResponse = exports.blocksGetBlockSourceParams = exports.blocksGetSdkBlocksResponse = exports.blocksGetSdkBlocksResponseItem = exports.blocksGetBlocksResponse = exports.blocksGetBlocksResponseBlockSetIdRegExp = exports.blocksGetBlocksQueryParams = exports.blockSetsAddBlockSetBody = exports.blockSetsAddBlockSetParams = exports.blockSetsRenameBlockSetBody = exports.blockSetsRenameBlockSetParams = exports.blockSetsDeleteBlockSetParams = exports.blockSetsGetDeployedBlockFilesParams = exports.blockSetsGetDeployedBlockCodeParams = exports.blockSetsGetBlockSetsResponse = exports.blockSetsGetBlockSetsResponseItem = exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp = exports.blockSetsGetBlockSetsResponseIdRegExp = exports.blockSetsGetBlockSetsQueryParams = exports.applicationUpdateGetLatestAvailableVersionResponse = exports.applicationUpdateGetCurrentVersionResponse = exports.applicationUpdateGetLatestDeploymentResponse = exports.activityGetLoggingResponse = exports.activityGetLoggingResponseDataItemWorkSpaceIdRegExp = exports.activityGetLoggingResponseDataItemIdRegExp = exports.activityGetLoggingQueryParams = exports.activityGetLoggingQuerySkipDefault = exports.activityGetLoggingQueryTakeDefault = void 0;
|
|
8
|
+
exports.dataSetsSetDataspaceParams = exports.dataSetsSetDataspacePathIdRegExp = exports.dataSetsGetContainerItemsRunHistoryResponse = exports.dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp = exports.dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp = exports.dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp = exports.dataSetsGetContainerItemsRunHistoryQueryParams = exports.dataSetsGetContainerItemsRunHistoryQueryTakeDefault = exports.dataSetsGetContainerItemsRunHistoryQuerySkipDefault = exports.dataSetsGetContainerItemsRunHistoryParams = exports.dataSetsGetContainerItemsRunHistoryPathIdRegExp = exports.dataSetsClearParams = exports.dataSetsClearPathIdRegExp = exports.dataSetsPutBasicInfoBody = exports.dataSetsPutBasicInfoParams = exports.dataSetsPutBasicInfoPathIdRegExp = exports.dataSetsPutResponse = exports.dataSetsPutResponseVersionRegExp = exports.dataSetsPutResponseIdRegExp = exports.dataSetsPutResponseFlowIdRegExp = exports.dataSetsPutResponseDataSpaceIdRegExp = exports.dataSetsPutBody = exports.dataSetsPutBodyIdRegExp = exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp = exports.dataSetsPutParams = exports.dataSetsGetByIdResponse = exports.dataSetsGetByIdResponseVersionRegExp = exports.dataSetsGetByIdResponseIdRegExp = exports.dataSetsGetByIdResponseFlowIdRegExp = exports.dataSetsGetByIdResponseDataSpaceIdRegExp = exports.dataSetsGetByIdParams = exports.dataSetsGetByIdPathIdRegExp = exports.dataSetsDeleteParams = exports.dataSetsDeletePathIdRegExp = exports.dataSetsGetItemResponse = exports.dataSetsGetItemResponseMetadataFlowRunIdRegExp = exports.dataSetsGetItemResponseMetadataDataSetIdRegExp = exports.dataSetsGetItemResponseMetadataContainerItemIdRegExp = exports.dataSetsGetItemResponseMetadataContainerIdRegExp = exports.dataSetsGetItemResponseIdRegExp = exports.dataSetsGetItemParams = exports.dataSetsGetItemPathIdRegExp = exports.dataSetsGetItemPathDataSetIdRegExp = exports.dataSetsGetResponse = exports.dataSetsGetResponseDataItemVersionRegExp = exports.dataSetsGetResponseDataItemIdRegExp = exports.dataSetsGetResponseDataItemFlowIdRegExp = exports.dataSetsGetResponseDataItemDataSpaceIdRegExp = exports.dataSetsGetQueryParams = exports.dataSetsGetQuerySkipDefault = void 0;
|
|
9
|
+
exports.dataSetsGetIngestionRunsQueryTakeDefault = exports.dataSetsGetIngestionRunsQuerySkipDefault = exports.dataSetsGetIngestionRunsParams = exports.dataSetsGetIngestionRunsPathIdRegExp = exports.dataSetsDeleteDataSetPropertyParams = exports.dataSetsDeleteDataSetPropertyPathIdRegExp = exports.dataSetsAddDataSetPropertyResponse = exports.dataSetsAddDataSetPropertyBody = exports.dataSetsAddDataSetPropertyParams = exports.dataSetsAddDataSetPropertyPathIdRegExp = exports.dataSetsDeleteItemParams = exports.dataSetsDeleteItemPathItemIdRegExp = exports.dataSetsDeleteItemPathIdRegExp = exports.dataSetsSearchItemsResponse = exports.dataSetsSearchItemsResponseDataItemMetadataFlowRunIdRegExp = exports.dataSetsSearchItemsResponseDataItemMetadataDataSetIdRegExp = exports.dataSetsSearchItemsResponseDataItemMetadataContainerItemIdRegExp = exports.dataSetsSearchItemsResponseDataItemMetadataContainerIdRegExp = exports.dataSetsSearchItemsResponseDataItemIdRegExp = exports.dataSetsSearchItemsBody = exports.dataSetsSearchItemsParams = exports.dataSetsSearchItemsPathIdRegExp = exports.dataSetsAddItemBody = exports.dataSetsAddItemBodyIdRegExp = exports.dataSetsAddItemParams = exports.dataSetsAddItemPathIdRegExp = exports.dataSetsGetItemsResponse = exports.dataSetsGetItemsResponseDataItemMetadataFlowRunIdRegExp = exports.dataSetsGetItemsResponseDataItemMetadataDataSetIdRegExp = exports.dataSetsGetItemsResponseDataItemMetadataContainerItemIdRegExp = exports.dataSetsGetItemsResponseDataItemMetadataContainerIdRegExp = exports.dataSetsGetItemsResponseDataItemIdRegExp = exports.dataSetsGetItemsQueryParams = exports.dataSetsGetItemsQueryTakeDefault = exports.dataSetsGetItemsQuerySkipDefault = exports.dataSetsGetItemsParams = exports.dataSetsGetItemsPathIdRegExp = exports.dataSetsExportResponse = exports.dataSetsExportResponseWorkspaceIdRegExp = exports.dataSetsExportResponseThreadIdRegExp = exports.dataSetsExportResponseIdRegExp = exports.dataSetsExportParams = exports.dataSetsExportPathIdRegExp = exports.dataSetsSetDataspaceResponse = exports.dataSetsSetDataspaceResponseVersionRegExp = exports.dataSetsSetDataspaceResponseIdRegExp = exports.dataSetsSetDataspaceResponseFlowIdRegExp = exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp = exports.dataSetsSetDataspaceBody = exports.dataSetsSetDataspaceBodyRegExp = void 0;
|
|
10
|
+
exports.dataSourcesContainerSchemaParams = exports.dataSourcesContainerSchemaPathDataSourceIdRegExp = exports.dataSourcesPreviewContainerResponse = exports.dataSourcesPreviewContainerBody = exports.dataSourcesPreviewContainerParams = exports.dataSourcesPreviewContainerPathDataSourceIdRegExp = exports.dataSourcesContainersResponse = exports.dataSourcesContainersResponseItem = exports.dataSourcesContainersResponseIdRegExp = exports.dataSourcesContainersResponseDataSourceIdRegExp = exports.dataSourcesContainersQueryParams = exports.dataSourcesContainersParams = exports.dataSourcesContainersPathDataSourceIdRegExp = exports.dataSourcesPutBody = exports.dataSourcesPutParams = exports.dataSourcesPutPathDataSourceIdRegExp = exports.dataSourcesDeleteParams = exports.dataSourcesDeletePathDataSourceIdRegExp = exports.dataSourcesPostResponse = exports.dataSourcesPostResponseIdRegExp = exports.dataSourcesPostResponseContainersItemIdRegExp = exports.dataSourcesPostResponseContainersItemDataSourceIdRegExp = exports.dataSourcesPostBody = exports.dataSourcesGetResponse = exports.dataSourcesGetResponseDataItemIdRegExp = exports.dataSourcesGetResponseDataItemContainersItemIdRegExp = exports.dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp = exports.dataSourcesGetQueryParams = exports.dataSourcesGetQuerySkipDefault = exports.dataSourcesGetQueryTakeDefault = exports.dataSourceTypesTestConnectionResponse = exports.dataSourceTypesTestConnectionBody = exports.dataSourceTypesGetAvailableContainersResponse = exports.dataSourceTypesGetAvailableContainersResponseItem = exports.dataSourceTypesGetAvailableContainersBody = exports.dataSourceTypesGetResponse = exports.dataSourceTypesGetResponseItem = exports.dataSetsPutScopingBody = exports.dataSetsPutScopingParams = exports.dataSetsPutScopingPathIdRegExp = exports.dataSetsGetIngestionRunsResponse = exports.dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp = exports.dataSetsGetIngestionRunsResponseDataItemItemIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp = exports.dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemCausedByRegExp = exports.dataSetsGetIngestionRunsQueryParams = exports.dataSetsGetIngestionRunsQueryItemIdRegExp = void 0;
|
|
11
|
+
exports.dataSpacesPutResponse = exports.dataSpacesPutResponseWorkSpacesItemIdRegExp = exports.dataSpacesPutResponseParentWorkspaceIdRegExp = exports.dataSpacesPutResponseIdRegExp = exports.dataSpacesPutResponseDataSetsItemVersionRegExp = exports.dataSpacesPutResponseDataSetsItemIdRegExp = exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp = exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp = exports.dataSpacesPutBody = exports.dataSpacesPutBodyIdRegExp = exports.dataSpacesPutBodyDataSetIdsItemRegExp = exports.dataSpacesPutParams = exports.dataSpacesPutPathIdRegExp = exports.dataSpacesGetByIdResponse = exports.dataSpacesGetByIdResponseWorkSpacesItemIdRegExp = exports.dataSpacesGetByIdResponseParentWorkspaceIdRegExp = exports.dataSpacesGetByIdResponseIdRegExp = exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp = exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp = exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp = exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp = exports.dataSpacesGetByIdParams = exports.dataSpacesGetByIdPathIdRegExp = exports.dataSpacesDeleteParams = exports.dataSpacesDeletePathIdRegExp = exports.dataSpacesPostBody = exports.dataSpacesPostBodyDataSetIdsItemRegExp = exports.dataSpacesGetResponse = exports.dataSpacesGetResponseDataItemWorkSpacesItemIdRegExp = exports.dataSpacesGetResponseDataItemParentWorkspaceIdRegExp = exports.dataSpacesGetResponseDataItemIdRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp = exports.dataSpacesGetQueryParams = exports.dataSpacesGetQuerySkipDefault = exports.dataSpacesGetQueryTakeDefault = exports.dataSourcesAddAdminParams = exports.dataSourcesAddAdminPathIdRegExp = exports.dataSourcesDeleteAdminParams = exports.dataSourcesDeleteAdminPathIdRegExp = exports.dataSourcesGetAdminUsersResponse = exports.dataSourcesGetAdminUsersResponseItem = exports.dataSourcesGetAdminUsersParams = exports.dataSourcesGetAdminUsersPathIdRegExp = exports.dataSourcesUpdateCredentialsBody = exports.dataSourcesUpdateCredentialsParams = exports.dataSourcesUpdateCredentialsPathDataSourceIdRegExp = exports.dataSourcesContainerSchemaQueryParams = void 0;
|
|
12
|
+
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 = exports.draftsSaveDraftParams = exports.draftsToggleDraftBody = exports.draftsToggleDraftParams = exports.draftsGetDraftResponse = exports.draftsGetDraftParams = exports.draftsDeleteDraftParams = exports.draftsListDraftsResponse = exports.draftsListDraftsResponseItem = exports.debugInvokeBody = exports.debugInvokeBodyItem = exports.debugInvokeParams = exports.dataSpacesPostDatasetBody = exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = exports.dataSpacesPostDatasetParams = exports.dataSpacesPostDatasetPathIdRegExp = exports.dataSpacesGetDataSetsResponse = exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp = exports.dataSpacesGetDataSetsResponseDataItemIdRegExp = exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp = exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp = exports.dataSpacesGetDataSetsQueryParams = exports.dataSpacesGetDataSetsQuerySkipDefault = exports.dataSpacesGetDataSetsQueryTakeDefault = exports.dataSpacesGetDataSetsParams = exports.dataSpacesGetDataSetsPathIdRegExp = exports.dataSpacesAddAdminParams = exports.dataSpacesAddAdminPathIdRegExp = exports.dataSpacesDeleteAdminParams = exports.dataSpacesDeleteAdminPathIdRegExp = exports.dataSpacesGetAdminUsersResponse = exports.dataSpacesGetAdminUsersResponseItem = exports.dataSpacesGetAdminUsersResponseDataSpaceIdRegExp = exports.dataSpacesGetAdminUsersParams = exports.dataSpacesGetAdminUsersPathIdRegExp = void 0;
|
|
13
|
+
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.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 = void 0;
|
|
14
|
+
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.modelsCreateModelBody = exports.modelsCreateModelBodyDeploymentProviderIdRegExpOne = exports.modelsCreateModelBodyDeploymentProviderIdRegExp = exports.modelsGetModelsResponse = exports.modelsGetModelsResponseDataItemIdRegExpOne = exports.modelsGetModelsQueryParams = exports.modelsGetModelsQuerySearchDefaultOne = exports.modelsGetModelsQuerySkipDefaultOne = exports.modelsGetModelsQueryTakeDefaultOne = exports.modelProvidersUpsertProviderBody = exports.modelProvidersUpsertProviderBodyIdRegExp = exports.modelProvidersUpsertProviderParams = exports.modelProvidersUpsertProviderPathIdRegExp = exports.modelProvidersGetProviderParams = exports.modelProvidersGetProviderPathIdRegExp = exports.modelProvidersGetModelProviderTypeDeployableModelsParams = exports.modelProvidersCreateProviderBody = exports.modelProvidersCreateProviderBodyIdRegExp = exports.modelProvidersGetProvidersQueryParams = exports.modelProvidersGetProvidersQuerySkipDefault = exports.modelProvidersGetProvidersQueryTakeDefault = exports.flowsSetActiveFlowDefinitionBody = exports.flowsSetActiveFlowDefinitionParams = exports.flowsSetActiveFlowDefinitionPathIdRegExp = exports.flowsGetParams = exports.flowsGetPathIdRegExp = exports.flowRunsSetVariableBody = exports.flowRunsSetVariableParams = exports.flowRunsSetVariablePathIdRegExpOne = exports.flowRunsGetVariablesResponse = exports.flowRunsGetVariablesParams = exports.flowRunsGetVariablesPathIdRegExpOne = exports.flowRunsGetStepExecutionsResponse = exports.flowRunsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp = void 0;
|
|
15
|
+
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.syncsGetResponse = exports.syncsGetResponseDataItemIdRegExp = exports.syncsGetResponseDataItemDataSourceIdRegExp = exports.syncsGetResponseDataItemDataSetsItemVersionRegExp = exports.syncsGetResponseDataItemDataSetsItemIdRegExp = exports.syncsGetQueryParams = exports.syncsGetQuerySkipDefault = exports.syncsGetQueryTakeDefault = exports.reportingGetTokensResponse = exports.reportingGetTokensQueryParams = exports.reportingGetTokensParams = exports.reportingGetRequestsResponse = exports.reportingGetRequestsQueryParams = exports.reportingGetRequestsParams = exports.planCalculateSmartSpaceUpgradeCostBody = exports.planUpdateSmartSpaceUpgradeBody = exports.notificationPutUpdateBody = exports.notificationPutUpdateBodyItem = exports.notificationPutUpdateBodyRegExpOne = exports.notificationGetResponse = exports.notificationGetResponseDataItemWorkSpaceIdRegExpOne = exports.notificationGetResponseDataItemThreadIdRegExpOne = exports.notificationGetResponseDataItemIdRegExpOne = exports.notificationGetQueryParams = exports.notificationGetQuerySkipDefaultOne = exports.notificationGetQueryTakeDefaultOne = exports.modelsGetModelHealthResponse = exports.modelsGetModelHealthParams = exports.modelsGetModelHealthPathIdRegExp = exports.modelsGetDeploymentDockerLogsResponse = exports.modelsGetDeploymentDockerLogsParams = exports.modelsGetDeploymentDockerLogsPathIdRegExp = void 0;
|
|
16
|
+
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = 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 = exports.usersRemoveUserFromAllWorkSpacesQueryUserIdRegExp = exports.usersGetMyPermissionsResponse = exports.usersGetMyPermissionsResponseItem = exports.usersGetUsersByFilterParams = exports.usersGetUsersResponse = exports.usersGetUsersQueryParams = void 0;
|
|
17
|
+
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.workSpacesGetIdParams = exports.workSpacesGetIdPathIdRegExpOne = exports.workSpacesDeleteParams = exports.workSpacesDeletePathIdRegExp = exports.workSpacesPostBody = exports.workSpacesPostBodyTemplateVersionIdRegExp = exports.workSpacesPostBodyModelConfigurationsItemModelIdRegExp = exports.workSpacesPostBodyIdRegExp = exports.workSpacesPostBodyDataSpacesItemRegExp = exports.workSpacesGetGetResponse = exports.workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentProviderIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentIdRegExpOne = exports.workSpacesGetGetResponseDataItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemWorkspacesInfoItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemParentWorkspaceIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemVersionRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = void 0;
|
|
18
|
+
exports.workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp = exports.workSpacesWorkspaceFilesResponse = exports.workSpacesWorkspaceFilesResponseItem = exports.workSpacesWorkspaceFilesResponseFileWorkspaceIdRegExp = exports.workSpacesWorkspaceFilesResponseFileThreadIdRegExp = exports.workSpacesWorkspaceFilesResponseFileIdRegExp = exports.workSpacesWorkspaceFilesBody = exports.workSpacesWorkspaceFilesParams = exports.workSpacesWorkspaceFilesPathWorkspaceIdRegExp = exports.workSpacesGetWorkspaceFilesResponse = exports.workSpacesGetWorkspaceFilesResponseDataItemFileWorkspaceIdRegExp = exports.workSpacesGetWorkspaceFilesResponseDataItemFileThreadIdRegExp = exports.workSpacesGetWorkspaceFilesResponseDataItemFileIdRegExp = exports.workSpacesGetWorkspaceFilesQueryParams = exports.workSpacesGetWorkspaceFilesQuerySkipDefault = exports.workSpacesGetWorkspaceFilesQueryTakeDefault = exports.workSpacesGetWorkspaceFilesParams = exports.workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp = exports.workSpacesAddDataSpaceParams = exports.workSpacesAddDataSpacePathDataspaceIdRegExp = exports.workSpacesAddDataSpacePathWorkspaceIdRegExp = exports.workSpacesRemoveDataSpaceParams = exports.workSpacesRemoveDataSpacePathDataspaceIdRegExp = exports.workSpacesRemoveDataSpacePathWorkspaceIdRegExp = exports.workSpacesPutModelConfigurationBody = exports.workSpacesPutModelConfigurationBodyModelIdRegExp = exports.workSpacesPutModelConfigurationParams = exports.workSpacesPutModelConfigurationPathIdRegExp = exports.workSpacesDeleteModelConfigurationParams = exports.workSpacesDeleteModelConfigurationPathIdRegExp = exports.workSpacesGetThreadsResponse = exports.workSpacesGetThreadsResponseDataItemWorkSpaceIdRegExp = exports.workSpacesGetThreadsResponseDataItemIdRegExp = exports.workSpacesGetThreadsQueryParams = exports.workSpacesGetThreadsQuerySkipDefault = exports.workSpacesGetThreadsQueryTakeDefault = exports.workSpacesGetThreadsParams = exports.workSpacesGetThreadsPathIdRegExp = exports.workSpacesSetFavoritedBody = exports.workSpacesSetFavoritedParams = exports.workSpacesSetFavoritedPathIdRegExp = exports.workSpacesPutBody = exports.workSpacesPutParams = exports.workSpacesPutPathIdRegExp = exports.workSpacesAddWorkspaceAdminParams = exports.workSpacesAddWorkspaceAdminPathUserIdRegExp = exports.workSpacesAddWorkspaceAdminPathIdRegExp = exports.workSpacesDeleteAdminParams = exports.workSpacesDeleteAdminPathUserIdRegExp = exports.workSpacesDeleteAdminPathIdRegExp = void 0;
|
|
19
|
+
exports.sandBoxGetSandboxThreadResponseIdRegExp = exports.sandBoxGetSandboxThreadParams = exports.sandBoxGetSandboxThreadPathWorkspaceIdRegExp = exports.messageThreadsGetStepExecutionsResponse = exports.messageThreadsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp = exports.messageThreadsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.messageThreadsGetStepExecutionsResponseLogsItemInputsItemIdRegExp = exports.messageThreadsGetStepExecutionsResponseLogsItemIdRegExp = exports.messageThreadsGetStepExecutionsQueryParams = exports.messageThreadsGetStepExecutionsQuerySearchDefault = exports.messageThreadsGetStepExecutionsQueryTakeDefault = exports.messageThreadsGetStepExecutionsQuerySkipDefault = exports.messageThreadsGetStepExecutionsParams = exports.messageThreadsGetStepExecutionsPathMessageThreadIdRegExp = exports.messageThreadsGetStepExecutionsPathWorkSpaceIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponse = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemOutputsItemIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemIdRegExp = exports.messageThreadsGetWorkspaceExecutionsQueryParams = exports.messageThreadsGetWorkspaceExecutionsQuerySearchDefault = exports.messageThreadsGetWorkspaceExecutionsQueryTakeDefault = exports.messageThreadsGetWorkspaceExecutionsQuerySkipDefault = exports.messageThreadsGetWorkspaceExecutionsParams = exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp = exports.managedSecretsOverwriteManagedSecretValueResponse = exports.managedSecretsOverwriteManagedSecretValueResponseIdRegExp = exports.managedSecretsOverwriteManagedSecretValueBody = exports.managedSecretsOverwriteManagedSecretValueParams = exports.managedSecretsDeleteManagedSecretParams = exports.managedSecretsCreateManagedSecretBody = exports.managedSecretsGetManagedSecretsResponse = exports.managedSecretsGetManagedSecretsResponseItem = exports.managedSecretsGetManagedSecretsResponseIdRegExp = exports.documentsGetDocumentSasResponse = exports.documentsGetDocumentSasQueryParams = exports.documentsGetDocumentSasParams = exports.documentsGetDocumentSasPathDataSpaceIdRegExpOne = exports.workSpacesSetActiveFlowLayoutBody = exports.workSpacesSetActiveFlowLayoutParams = exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp = exports.workSpacesSetActiveFlowBody = exports.workSpacesSetActiveFlowParams = exports.workSpacesSetActiveFlowPathWorkspaceIdRegExp = exports.workSpacesGetActiveFlowResponse = exports.workSpacesGetActiveFlowParams = exports.workSpacesGetActiveFlowPathWorkspaceIdRegExp = exports.workSpacesDeleteWorkspaceFileParams = exports.workSpacesDeleteWorkspaceFilePathFileIdRegExp = void 0;
|
|
20
|
+
exports.sandBoxAddValueToMessageBody = exports.sandBoxAddValueToMessageParams = exports.sandBoxAddValueToMessagePathIdRegExp = exports.sandBoxAddValueToMessagePathWorkspaceIdRegExp = exports.sandBoxStreamSandboxMessagesParams = exports.sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp = exports.sandBoxThreadMessagesResponse = exports.sandBoxThreadMessagesResponseValuesItemIdRegExp = exports.sandBoxThreadMessagesResponseMessageThreadIdRegExp = exports.sandBoxThreadMessagesResponseIdRegExp = exports.sandBoxThreadMessagesBody = exports.sandBoxThreadMessagesParams = exports.sandBoxThreadMessagesPathWorkspaceIdRegExp = exports.sandBoxGetThreadMessagesResponse = exports.sandBoxGetThreadMessagesResponseItem = exports.sandBoxGetThreadMessagesResponseValuesItemIdRegExp = exports.sandBoxGetThreadMessagesResponseMessageThreadIdRegExp = exports.sandBoxGetThreadMessagesResponseIdRegExp = exports.sandBoxGetThreadMessagesQueryParams = exports.sandBoxGetThreadMessagesQuerySkipDefault = exports.sandBoxGetThreadMessagesQueryTakeDefault = exports.sandBoxGetThreadMessagesParams = exports.sandBoxGetThreadMessagesPathWorkspaceIdRegExp = exports.sandBoxClearSandboxMessagesParams = exports.sandBoxClearSandboxMessagesPathWorkspaceIdRegExp = exports.sandBoxThreadMessageCreateByUsersProfileImagesResponse = exports.sandBoxThreadMessageCreateByUsersProfileImagesResponseItem = exports.sandBoxThreadMessageCreateByUsersProfileImagesParams = exports.sandBoxThreadMessageCreateByUsersProfileImagesPathWorkspaceIdRegExp = exports.sandBoxGetSandboxThreadResponse = exports.sandBoxGetSandboxThreadResponseWorkSpaceIdRegExp = void 0;
|
|
20
21
|
/**
|
|
21
22
|
* Generated by orval v7.13.2 🍺
|
|
22
23
|
* Do not edit manually.
|
|
@@ -214,7 +215,7 @@ exports.activityExportLoggingsQueryParams = zod_1.default.strictObject({
|
|
|
214
215
|
"workSpaceId": zod_1.default.string().regex(exports.activityExportLoggingsQueryWorkSpaceIdRegExp).optional(),
|
|
215
216
|
"fromOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
216
217
|
"toOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
217
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional()
|
|
218
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional()
|
|
218
219
|
});
|
|
219
220
|
exports.activityExportLoggingsResponse = zod_1.default.string();
|
|
220
221
|
/**
|
|
@@ -227,7 +228,7 @@ exports.activityGetLoggingQueryParams = zod_1.default.strictObject({
|
|
|
227
228
|
"workSpaceId": zod_1.default.string().regex(exports.activityGetLoggingQueryWorkSpaceIdRegExp).optional(),
|
|
228
229
|
"fromOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
229
230
|
"toOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
230
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional(),
|
|
231
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional(),
|
|
231
232
|
"take": zod_1.default.number().default(exports.activityGetLoggingQueryTakeDefault),
|
|
232
233
|
"skip": zod_1.default.number().optional()
|
|
233
234
|
});
|
|
@@ -235,7 +236,7 @@ exports.activityGetLoggingResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}
|
|
|
235
236
|
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
237
|
exports.activityGetLoggingResponse = zod_1.default.object({
|
|
237
238
|
"data": zod_1.default.array(zod_1.default.object({
|
|
238
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional(),
|
|
239
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional(),
|
|
239
240
|
"durationMs": zod_1.default.number().nullish(),
|
|
240
241
|
"eventDescription": zod_1.default.string().nullish(),
|
|
241
242
|
"eventUserId": zod_1.default.string().nullish(),
|
|
@@ -292,6 +293,7 @@ exports.blockSetsGetBlockSetsQueryParams = zod_1.default.strictObject({
|
|
|
292
293
|
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.')
|
|
293
294
|
});
|
|
294
295
|
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}$');
|
|
296
|
+
exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
295
297
|
exports.blockSetsGetBlockSetsResponseItem = zod_1.default.object({
|
|
296
298
|
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
297
299
|
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
@@ -338,17 +340,46 @@ exports.blockSetsGetBlockSetsResponseItem = zod_1.default.object({
|
|
|
338
340
|
"connectionId": zod_1.default.string().nullish(),
|
|
339
341
|
"createdByUserId": zod_1.default.string().nullish(),
|
|
340
342
|
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseIdRegExp),
|
|
343
|
+
"modifiedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
341
344
|
"name": zod_1.default.string().nullish(),
|
|
342
345
|
"sourceCodeUri": zod_1.default.string().nullish(),
|
|
343
|
-
"type": zod_1.default.enum(['Native', 'Custom', 'Debug'])
|
|
346
|
+
"type": zod_1.default.enum(['Native', 'Custom', 'Debug']),
|
|
347
|
+
"usedInWorkspaces": zod_1.default.array(zod_1.default.object({
|
|
348
|
+
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp),
|
|
349
|
+
"name": zod_1.default.string()
|
|
350
|
+
}))
|
|
344
351
|
});
|
|
345
352
|
exports.blockSetsGetBlockSetsResponse = zod_1.default.array(exports.blockSetsGetBlockSetsResponseItem);
|
|
353
|
+
/**
|
|
354
|
+
* @summary Get the saved Python source code for a deployed custom block set.
|
|
355
|
+
*/
|
|
356
|
+
exports.blockSetsGetDeployedBlockCodeParams = zod_1.default.strictObject({
|
|
357
|
+
"blockSetName": zod_1.default.string().describe('The name of the deployed block set.')
|
|
358
|
+
});
|
|
359
|
+
/**
|
|
360
|
+
* @summary Get the raw zip file for a deployed custom block set.
|
|
361
|
+
*/
|
|
362
|
+
exports.blockSetsGetDeployedBlockFilesParams = zod_1.default.strictObject({
|
|
363
|
+
"blockSetName": zod_1.default.string().describe('The name of the deployed block set.')
|
|
364
|
+
});
|
|
346
365
|
/**
|
|
347
366
|
* @summary Deletes an existing custom block set.
|
|
348
367
|
*/
|
|
349
368
|
exports.blockSetsDeleteBlockSetParams = zod_1.default.strictObject({
|
|
350
369
|
"name": zod_1.default.string().describe('The name of the block set to delete.')
|
|
351
370
|
});
|
|
371
|
+
/**
|
|
372
|
+
* @summary Rename a published custom block set (all versions). Set names are
|
|
373
|
+
organizational — flows bind to block (class) names, so renaming never
|
|
374
|
+
breaks a flow. Admin-only (the attribute must be method-level: the
|
|
375
|
+
Admin policy handler ignores class-level `[AuthorizeAdmin]`).
|
|
376
|
+
*/
|
|
377
|
+
exports.blockSetsRenameBlockSetParams = zod_1.default.strictObject({
|
|
378
|
+
"name": zod_1.default.string()
|
|
379
|
+
});
|
|
380
|
+
exports.blockSetsRenameBlockSetBody = zod_1.default.strictObject({
|
|
381
|
+
"newName": zod_1.default.string()
|
|
382
|
+
});
|
|
352
383
|
/**
|
|
353
384
|
* @summary Adds a new custom block set.
|
|
354
385
|
*/
|
|
@@ -362,7 +393,8 @@ exports.blockSetsAddBlockSetBody = zod_1.default.strictObject({
|
|
|
362
393
|
* @summary Get a list of all block interfaces
|
|
363
394
|
*/
|
|
364
395
|
exports.blocksGetBlocksQueryParams = zod_1.default.strictObject({
|
|
365
|
-
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.')
|
|
396
|
+
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.'),
|
|
397
|
+
"onBehalfOfUserId": zod_1.default.string().optional().describe('Flow-run user for draft resolution (ADR-0002). Only honoured when the\r\ncaller is a service principal (ssaiKey); ignored for user tokens.')
|
|
366
398
|
});
|
|
367
399
|
exports.blocksGetBlocksResponseBlockSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
368
400
|
exports.blocksGetBlocksResponse = zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -416,6 +448,32 @@ exports.blocksGetBlocksResponse = zod_1.default.record(zod_1.default.string(), z
|
|
|
416
448
|
"type": zod_1.default.enum(['Native', 'Custom', 'Debug']),
|
|
417
449
|
"version": zod_1.default.string()
|
|
418
450
|
})));
|
|
451
|
+
/**
|
|
452
|
+
* @summary List the SDK's built-in blocks (smartspace.* modules) for the
|
|
453
|
+
custom-blocks draft picker. App-native blocks (LLMs etc.) are
|
|
454
|
+
excluded upstream. Admin-only (method-level attribute — the Admin
|
|
455
|
+
policy handler ignores class-level `[AuthorizeAdmin]`).
|
|
456
|
+
*/
|
|
457
|
+
exports.blocksGetSdkBlocksResponseItem = zod_1.default.object({
|
|
458
|
+
"name": zod_1.default.string(),
|
|
459
|
+
"version": zod_1.default.string()
|
|
460
|
+
});
|
|
461
|
+
exports.blocksGetSdkBlocksResponse = zod_1.default.array(exports.blocksGetSdkBlocksResponseItem);
|
|
462
|
+
/**
|
|
463
|
+
* @summary Get the Python source of a native/SDK block — used by the custom-blocks
|
|
464
|
+
page as a starting scaffold when creating a draft. Admin-only (the
|
|
465
|
+
attribute must be method-level: the Admin policy handler ignores
|
|
466
|
+
class-level `[AuthorizeAdmin]`).
|
|
467
|
+
*/
|
|
468
|
+
exports.blocksGetBlockSourceParams = zod_1.default.strictObject({
|
|
469
|
+
"name": zod_1.default.string(),
|
|
470
|
+
"version": zod_1.default.string()
|
|
471
|
+
});
|
|
472
|
+
exports.blocksGetBlockSourceResponse = zod_1.default.object({
|
|
473
|
+
"code": zod_1.default.string(),
|
|
474
|
+
"name": zod_1.default.string(),
|
|
475
|
+
"version": zod_1.default.string()
|
|
476
|
+
});
|
|
419
477
|
/**
|
|
420
478
|
* @summary Manually trigger reingestion of a specific container item.
|
|
421
479
|
*/
|
|
@@ -445,6 +503,7 @@ exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp =
|
|
|
445
503
|
exports.containersPostResponseWorkSpaceDataSpacesItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
446
504
|
exports.containersPostResponseWorkSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
447
505
|
exports.containersPostResponseItem = zod_1.default.object({
|
|
506
|
+
"createdByUserId": zod_1.default.string().nullish(),
|
|
448
507
|
"dataSet": zod_1.default.object({
|
|
449
508
|
"id": zod_1.default.string().regex(exports.containersPostResponseDataSetIdRegExp),
|
|
450
509
|
"name": zod_1.default.string(),
|
|
@@ -492,6 +551,7 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
492
551
|
})
|
|
493
552
|
})).nullish(),
|
|
494
553
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
554
|
+
"secret": zod_1.default.boolean(),
|
|
495
555
|
"value": zod_1.default.any().nullish()
|
|
496
556
|
})).nullish(),
|
|
497
557
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -512,6 +572,11 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
512
572
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
513
573
|
"dataSourceContainer": zod_1.default.object({
|
|
514
574
|
"dataSourceId": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
575
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
576
|
+
"operator": zod_1.default.string(),
|
|
577
|
+
"propertyName": zod_1.default.string(),
|
|
578
|
+
"value": zod_1.default.string()
|
|
579
|
+
})).nullish(),
|
|
515
580
|
"id": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp),
|
|
516
581
|
"name": zod_1.default.string(),
|
|
517
582
|
"path": zod_1.default.string()
|
|
@@ -572,6 +637,8 @@ exports.dataSetsGetResponse = zod_1.default.object({
|
|
|
572
637
|
"isVector": zod_1.default.boolean(),
|
|
573
638
|
"name": zod_1.default.string()
|
|
574
639
|
})),
|
|
640
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
641
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
575
642
|
"version": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemVersionRegExp).nullish()
|
|
576
643
|
})),
|
|
577
644
|
"total": zod_1.default.number()
|
|
@@ -629,6 +696,8 @@ exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
|
629
696
|
"isVector": zod_1.default.boolean(),
|
|
630
697
|
"name": zod_1.default.string()
|
|
631
698
|
})),
|
|
699
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
700
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
632
701
|
"version": zod_1.default.string().regex(exports.dataSetsGetByIdResponseVersionRegExp).nullish()
|
|
633
702
|
});
|
|
634
703
|
/**
|
|
@@ -642,6 +711,11 @@ exports.dataSetsPutBodyIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-
|
|
|
642
711
|
exports.dataSetsPutBody = zod_1.default.strictObject({
|
|
643
712
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
644
713
|
"dataSourceId": zod_1.default.string().regex(exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp),
|
|
714
|
+
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
715
|
+
"operator": zod_1.default.string(),
|
|
716
|
+
"propertyName": zod_1.default.string(),
|
|
717
|
+
"value": zod_1.default.string()
|
|
718
|
+
})).nullish(),
|
|
645
719
|
"path": zod_1.default.string()
|
|
646
720
|
})).nullish(),
|
|
647
721
|
"description": zod_1.default.string().nullish(),
|
|
@@ -667,6 +741,8 @@ exports.dataSetsPutResponse = zod_1.default.object({
|
|
|
667
741
|
"isVector": zod_1.default.boolean(),
|
|
668
742
|
"name": zod_1.default.string()
|
|
669
743
|
})),
|
|
744
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
745
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
670
746
|
"version": zod_1.default.string().regex(exports.dataSetsPutResponseVersionRegExp).nullish()
|
|
671
747
|
});
|
|
672
748
|
/**
|
|
@@ -710,7 +786,7 @@ exports.dataSetsGetContainerItemsRunHistoryResponse = zod_1.default.object({
|
|
|
710
786
|
})),
|
|
711
787
|
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
712
788
|
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp),
|
|
713
|
-
"runAt": zod_1.default.iso.datetime({}),
|
|
789
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
714
790
|
"status": zod_1.default.string()
|
|
715
791
|
})),
|
|
716
792
|
"id": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp),
|
|
@@ -748,6 +824,8 @@ exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
|
748
824
|
"isVector": zod_1.default.boolean(),
|
|
749
825
|
"name": zod_1.default.string()
|
|
750
826
|
})),
|
|
827
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
828
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
751
829
|
"version": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseVersionRegExp).nullish()
|
|
752
830
|
});
|
|
753
831
|
exports.dataSetsExportPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -871,6 +949,71 @@ exports.dataSetsDeleteDataSetPropertyParams = zod_1.default.strictObject({
|
|
|
871
949
|
"id": zod_1.default.string().regex(exports.dataSetsDeleteDataSetPropertyPathIdRegExp),
|
|
872
950
|
"name": zod_1.default.string()
|
|
873
951
|
});
|
|
952
|
+
/**
|
|
953
|
+
* @summary Run-centric ingestion history for the dataset (newest first), from the
|
|
954
|
+
AI API's provenance-stamped run store. `trigger` filters by cause
|
|
955
|
+
(sync / sweep / manual / reset / unknown); `itemId` narrows to one
|
|
956
|
+
container item, including runs superseded by later re-ingests.
|
|
957
|
+
*/
|
|
958
|
+
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}$');
|
|
959
|
+
exports.dataSetsGetIngestionRunsParams = zod_1.default.strictObject({
|
|
960
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsPathIdRegExp)
|
|
961
|
+
});
|
|
962
|
+
exports.dataSetsGetIngestionRunsQuerySkipDefault = 0;
|
|
963
|
+
exports.dataSetsGetIngestionRunsQueryTakeDefault = 50;
|
|
964
|
+
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}$');
|
|
965
|
+
exports.dataSetsGetIngestionRunsQueryParams = zod_1.default.strictObject({
|
|
966
|
+
"skip": zod_1.default.number().optional(),
|
|
967
|
+
"take": zod_1.default.number().default(exports.dataSetsGetIngestionRunsQueryTakeDefault),
|
|
968
|
+
"trigger": zod_1.default.string().optional(),
|
|
969
|
+
"itemId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsQueryItemIdRegExp).optional()
|
|
970
|
+
});
|
|
971
|
+
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}$');
|
|
972
|
+
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}$');
|
|
973
|
+
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}$');
|
|
974
|
+
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}$');
|
|
975
|
+
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}$');
|
|
976
|
+
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}$');
|
|
977
|
+
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}$');
|
|
978
|
+
exports.dataSetsGetIngestionRunsResponse = zod_1.default.object({
|
|
979
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
980
|
+
"causedBy": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemCausedByRegExp).nullish(),
|
|
981
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp).nullish(),
|
|
982
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
983
|
+
"dataSetId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp).nullish(),
|
|
984
|
+
"dataSetVersion": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp).nullish(),
|
|
985
|
+
"errors": zod_1.default.array(zod_1.default.object({
|
|
986
|
+
"blockId": zod_1.default.string().nullish(),
|
|
987
|
+
"code": zod_1.default.number().nullish(),
|
|
988
|
+
"message": zod_1.default.string()
|
|
989
|
+
})),
|
|
990
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
991
|
+
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp),
|
|
992
|
+
"itemId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemItemIdRegExp).nullish(),
|
|
993
|
+
"itemName": zod_1.default.string().nullish(),
|
|
994
|
+
"itemPath": zod_1.default.string().nullish(),
|
|
995
|
+
"itemVersion": zod_1.default.iso.datetime({}).nullish(),
|
|
996
|
+
"retryOf": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp).nullish(),
|
|
997
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
998
|
+
"status": zod_1.default.string(),
|
|
999
|
+
"trigger": zod_1.default.object({
|
|
1000
|
+
"kind": zod_1.default.string(),
|
|
1001
|
+
"principal": zod_1.default.string().nullish()
|
|
1002
|
+
})
|
|
1003
|
+
})),
|
|
1004
|
+
"total": zod_1.default.number()
|
|
1005
|
+
});
|
|
1006
|
+
/**
|
|
1007
|
+
* @summary Set the per-document scoping config (mode + subject path) on a dataset.
|
|
1008
|
+
*/
|
|
1009
|
+
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}$');
|
|
1010
|
+
exports.dataSetsPutScopingParams = zod_1.default.strictObject({
|
|
1011
|
+
"id": zod_1.default.string().regex(exports.dataSetsPutScopingPathIdRegExp)
|
|
1012
|
+
});
|
|
1013
|
+
exports.dataSetsPutScopingBody = zod_1.default.strictObject({
|
|
1014
|
+
"mode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1015
|
+
"subjectPath": zod_1.default.string().nullish()
|
|
1016
|
+
});
|
|
874
1017
|
/**
|
|
875
1018
|
* @summary Fetch a list of all available data source types in SmartSpace.
|
|
876
1019
|
*/
|
|
@@ -897,6 +1040,11 @@ exports.dataSourceTypesGetAvailableContainersBody = zod_1.default.strictObject({
|
|
|
897
1040
|
});
|
|
898
1041
|
exports.dataSourceTypesGetAvailableContainersResponseItem = zod_1.default.object({
|
|
899
1042
|
"children": zod_1.default.array(zod_1.default.any()).nullish(),
|
|
1043
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1044
|
+
"operator": zod_1.default.string(),
|
|
1045
|
+
"propertyName": zod_1.default.string(),
|
|
1046
|
+
"value": zod_1.default.string()
|
|
1047
|
+
})).nullish(),
|
|
900
1048
|
"name": zod_1.default.string(),
|
|
901
1049
|
"path": zod_1.default.string(),
|
|
902
1050
|
"properties": zod_1.default.array(zod_1.default.object({
|
|
@@ -937,6 +1085,11 @@ exports.dataSourcesGetResponse = zod_1.default.object({
|
|
|
937
1085
|
"data": zod_1.default.array(zod_1.default.object({
|
|
938
1086
|
"containers": zod_1.default.array(zod_1.default.object({
|
|
939
1087
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp),
|
|
1088
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1089
|
+
"operator": zod_1.default.string(),
|
|
1090
|
+
"propertyName": zod_1.default.string(),
|
|
1091
|
+
"value": zod_1.default.string()
|
|
1092
|
+
})).nullish(),
|
|
940
1093
|
"id": zod_1.default.string().regex(exports.dataSourcesGetResponseDataItemContainersItemIdRegExp),
|
|
941
1094
|
"name": zod_1.default.string(),
|
|
942
1095
|
"path": zod_1.default.string()
|
|
@@ -968,6 +1121,11 @@ exports.dataSourcesPostResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F
|
|
|
968
1121
|
exports.dataSourcesPostResponse = zod_1.default.object({
|
|
969
1122
|
"containers": zod_1.default.array(zod_1.default.object({
|
|
970
1123
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesPostResponseContainersItemDataSourceIdRegExp),
|
|
1124
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1125
|
+
"operator": zod_1.default.string(),
|
|
1126
|
+
"propertyName": zod_1.default.string(),
|
|
1127
|
+
"value": zod_1.default.string()
|
|
1128
|
+
})).nullish(),
|
|
971
1129
|
"id": zod_1.default.string().regex(exports.dataSourcesPostResponseContainersItemIdRegExp),
|
|
972
1130
|
"name": zod_1.default.string(),
|
|
973
1131
|
"path": zod_1.default.string()
|
|
@@ -1014,11 +1172,48 @@ exports.dataSourcesContainersResponseDataSourceIdRegExp = new RegExp('^[0-9a-fA-
|
|
|
1014
1172
|
exports.dataSourcesContainersResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1015
1173
|
exports.dataSourcesContainersResponseItem = zod_1.default.object({
|
|
1016
1174
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesContainersResponseDataSourceIdRegExp),
|
|
1175
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1176
|
+
"operator": zod_1.default.string(),
|
|
1177
|
+
"propertyName": zod_1.default.string(),
|
|
1178
|
+
"value": zod_1.default.string()
|
|
1179
|
+
})).nullish(),
|
|
1017
1180
|
"id": zod_1.default.string().regex(exports.dataSourcesContainersResponseIdRegExp),
|
|
1018
1181
|
"name": zod_1.default.string(),
|
|
1019
1182
|
"path": zod_1.default.string()
|
|
1020
1183
|
});
|
|
1021
1184
|
exports.dataSourcesContainersResponse = zod_1.default.array(exports.dataSourcesContainersResponseItem);
|
|
1185
|
+
/**
|
|
1186
|
+
* @summary Runs a preview search against the data source using the supplied filters and returns
|
|
1187
|
+
a total record count without persisting any state.
|
|
1188
|
+
*/
|
|
1189
|
+
exports.dataSourcesPreviewContainerPathDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1190
|
+
exports.dataSourcesPreviewContainerParams = zod_1.default.strictObject({
|
|
1191
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesPreviewContainerPathDataSourceIdRegExp)
|
|
1192
|
+
});
|
|
1193
|
+
exports.dataSourcesPreviewContainerBody = zod_1.default.strictObject({
|
|
1194
|
+
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
1195
|
+
"operator": zod_1.default.string(),
|
|
1196
|
+
"propertyName": zod_1.default.string(),
|
|
1197
|
+
"value": zod_1.default.string()
|
|
1198
|
+
})).nullish(),
|
|
1199
|
+
"path": zod_1.default.string()
|
|
1200
|
+
});
|
|
1201
|
+
exports.dataSourcesPreviewContainerResponse = zod_1.default.object({
|
|
1202
|
+
"samples": zod_1.default.array(zod_1.default.record(zod_1.default.string(), zod_1.default.any())),
|
|
1203
|
+
"total": zod_1.default.number()
|
|
1204
|
+
});
|
|
1205
|
+
/**
|
|
1206
|
+
* @summary Returns a JSON Schema object for the container's properties, used to drive the filter editor UI.
|
|
1207
|
+
Schema shape: { type: "object", properties: { [name]: { type, title, enum? } } }
|
|
1208
|
+
containerPath is a query param (not a route segment) to avoid ASP.NET routing splits on paths containing '/'.
|
|
1209
|
+
*/
|
|
1210
|
+
exports.dataSourcesContainerSchemaPathDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1211
|
+
exports.dataSourcesContainerSchemaParams = zod_1.default.strictObject({
|
|
1212
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesContainerSchemaPathDataSourceIdRegExp)
|
|
1213
|
+
});
|
|
1214
|
+
exports.dataSourcesContainerSchemaQueryParams = zod_1.default.strictObject({
|
|
1215
|
+
"containerPath": zod_1.default.string().optional()
|
|
1216
|
+
});
|
|
1022
1217
|
/**
|
|
1023
1218
|
* @summary Update the credentials for an existing data source in SmartSpace by specifying its ID.
|
|
1024
1219
|
*/
|
|
@@ -1083,6 +1278,8 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1083
1278
|
"isVector": zod_1.default.boolean(),
|
|
1084
1279
|
"name": zod_1.default.string()
|
|
1085
1280
|
})),
|
|
1281
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1282
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1086
1283
|
"version": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp).nullish()
|
|
1087
1284
|
})),
|
|
1088
1285
|
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemIdRegExp),
|
|
@@ -1138,6 +1335,8 @@ exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
|
1138
1335
|
"isVector": zod_1.default.boolean(),
|
|
1139
1336
|
"name": zod_1.default.string()
|
|
1140
1337
|
})),
|
|
1338
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1339
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1141
1340
|
"version": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp).nullish()
|
|
1142
1341
|
})),
|
|
1143
1342
|
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseIdRegExp),
|
|
@@ -1189,6 +1388,8 @@ exports.dataSpacesPutResponse = zod_1.default.object({
|
|
|
1189
1388
|
"isVector": zod_1.default.boolean(),
|
|
1190
1389
|
"name": zod_1.default.string()
|
|
1191
1390
|
})),
|
|
1391
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1392
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1192
1393
|
"version": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemVersionRegExp).nullish()
|
|
1193
1394
|
})),
|
|
1194
1395
|
"id": zod_1.default.string().regex(exports.dataSpacesPutResponseIdRegExp),
|
|
@@ -1253,6 +1454,8 @@ exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
|
1253
1454
|
"isVector": zod_1.default.boolean(),
|
|
1254
1455
|
"name": zod_1.default.string()
|
|
1255
1456
|
})),
|
|
1457
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1458
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1256
1459
|
"version": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp).nullish()
|
|
1257
1460
|
})),
|
|
1258
1461
|
"total": zod_1.default.number()
|
|
@@ -1268,6 +1471,11 @@ exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = new RegEx
|
|
|
1268
1471
|
exports.dataSpacesPostDatasetBody = zod_1.default.strictObject({
|
|
1269
1472
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
1270
1473
|
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp),
|
|
1474
|
+
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
1475
|
+
"operator": zod_1.default.string(),
|
|
1476
|
+
"propertyName": zod_1.default.string(),
|
|
1477
|
+
"value": zod_1.default.string()
|
|
1478
|
+
})).nullish(),
|
|
1271
1479
|
"path": zod_1.default.string()
|
|
1272
1480
|
})).nullish(),
|
|
1273
1481
|
"description": zod_1.default.string().nullish(),
|
|
@@ -1279,6 +1487,212 @@ exports.debugInvokeParams = zod_1.default.strictObject({
|
|
|
1279
1487
|
});
|
|
1280
1488
|
exports.debugInvokeBodyItem = zod_1.default.any();
|
|
1281
1489
|
exports.debugInvokeBody = zod_1.default.array(exports.debugInvokeBodyItem);
|
|
1490
|
+
/**
|
|
1491
|
+
* @summary List the current user's drafts (without parsed interfaces — load detail to get those).
|
|
1492
|
+
*/
|
|
1493
|
+
exports.draftsListDraftsResponseItem = zod_1.default.object({
|
|
1494
|
+
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1495
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1496
|
+
"ports": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1497
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1498
|
+
"channel": zod_1.default.boolean(),
|
|
1499
|
+
"default": zod_1.default.any().nullish(),
|
|
1500
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1501
|
+
"pin": zod_1.default.string(),
|
|
1502
|
+
"port": zod_1.default.string()
|
|
1503
|
+
})),
|
|
1504
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1505
|
+
"required": zod_1.default.boolean(),
|
|
1506
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1507
|
+
"sticky": zod_1.default.boolean(),
|
|
1508
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary']),
|
|
1509
|
+
"virtual": zod_1.default.boolean()
|
|
1510
|
+
})),
|
|
1511
|
+
"isFunction": zod_1.default.boolean(),
|
|
1512
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1513
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1514
|
+
"channel": zod_1.default.boolean(),
|
|
1515
|
+
"channelGroupId": zod_1.default.string().nullish(),
|
|
1516
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1517
|
+
"pin": zod_1.default.string(),
|
|
1518
|
+
"port": zod_1.default.string()
|
|
1519
|
+
})),
|
|
1520
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1521
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1522
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1523
|
+
})),
|
|
1524
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1525
|
+
})),
|
|
1526
|
+
"scopes": zod_1.default.array(zod_1.default.enum(['WorkSpace', 'DataSet'])).nullish(),
|
|
1527
|
+
"state": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1528
|
+
"default": zod_1.default.any().nullish(),
|
|
1529
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1530
|
+
"scope": zod_1.default.array(zod_1.default.object({
|
|
1531
|
+
"pin": zod_1.default.string(),
|
|
1532
|
+
"port": zod_1.default.string()
|
|
1533
|
+
}))
|
|
1534
|
+
}))
|
|
1535
|
+
}))),
|
|
1536
|
+
"isActive": zod_1.default.boolean(),
|
|
1537
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1538
|
+
"name": zod_1.default.string(),
|
|
1539
|
+
"parseError": zod_1.default.string().nullish(),
|
|
1540
|
+
"rowVersion": zod_1.default.string(),
|
|
1541
|
+
"sourceText": zod_1.default.string()
|
|
1542
|
+
});
|
|
1543
|
+
exports.draftsListDraftsResponse = zod_1.default.array(exports.draftsListDraftsResponseItem);
|
|
1544
|
+
/**
|
|
1545
|
+
* @summary Delete a draft (row + blob). Does not touch any published Custom of the same name.
|
|
1546
|
+
*/
|
|
1547
|
+
exports.draftsDeleteDraftParams = zod_1.default.strictObject({
|
|
1548
|
+
"name": zod_1.default.string()
|
|
1549
|
+
});
|
|
1550
|
+
/**
|
|
1551
|
+
* @summary Fetch a specific draft (source text, parsed interfaces, RowVersion, IsActive).
|
|
1552
|
+
*/
|
|
1553
|
+
exports.draftsGetDraftParams = zod_1.default.strictObject({
|
|
1554
|
+
"name": zod_1.default.string()
|
|
1555
|
+
});
|
|
1556
|
+
exports.draftsGetDraftResponse = zod_1.default.object({
|
|
1557
|
+
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1558
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1559
|
+
"ports": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1560
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1561
|
+
"channel": zod_1.default.boolean(),
|
|
1562
|
+
"default": zod_1.default.any().nullish(),
|
|
1563
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1564
|
+
"pin": zod_1.default.string(),
|
|
1565
|
+
"port": zod_1.default.string()
|
|
1566
|
+
})),
|
|
1567
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1568
|
+
"required": zod_1.default.boolean(),
|
|
1569
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1570
|
+
"sticky": zod_1.default.boolean(),
|
|
1571
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary']),
|
|
1572
|
+
"virtual": zod_1.default.boolean()
|
|
1573
|
+
})),
|
|
1574
|
+
"isFunction": zod_1.default.boolean(),
|
|
1575
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1576
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1577
|
+
"channel": zod_1.default.boolean(),
|
|
1578
|
+
"channelGroupId": zod_1.default.string().nullish(),
|
|
1579
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1580
|
+
"pin": zod_1.default.string(),
|
|
1581
|
+
"port": zod_1.default.string()
|
|
1582
|
+
})),
|
|
1583
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1584
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1585
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1586
|
+
})),
|
|
1587
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1588
|
+
})),
|
|
1589
|
+
"scopes": zod_1.default.array(zod_1.default.enum(['WorkSpace', 'DataSet'])).nullish(),
|
|
1590
|
+
"state": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1591
|
+
"default": zod_1.default.any().nullish(),
|
|
1592
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1593
|
+
"scope": zod_1.default.array(zod_1.default.object({
|
|
1594
|
+
"pin": zod_1.default.string(),
|
|
1595
|
+
"port": zod_1.default.string()
|
|
1596
|
+
}))
|
|
1597
|
+
}))
|
|
1598
|
+
}))),
|
|
1599
|
+
"isActive": zod_1.default.boolean(),
|
|
1600
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1601
|
+
"name": zod_1.default.string(),
|
|
1602
|
+
"parseError": zod_1.default.string().nullish(),
|
|
1603
|
+
"rowVersion": zod_1.default.string(),
|
|
1604
|
+
"sourceText": zod_1.default.string()
|
|
1605
|
+
});
|
|
1606
|
+
/**
|
|
1607
|
+
* @summary Toggle the draft's "Start testing" flag. See ADR-0002 — owner's active draft
|
|
1608
|
+
overrides the published Custom at the same `(name, version)` for them only.
|
|
1609
|
+
*/
|
|
1610
|
+
exports.draftsToggleDraftParams = zod_1.default.strictObject({
|
|
1611
|
+
"name": zod_1.default.string()
|
|
1612
|
+
});
|
|
1613
|
+
exports.draftsToggleDraftBody = zod_1.default.strictObject({
|
|
1614
|
+
"isActive": zod_1.default.boolean()
|
|
1615
|
+
});
|
|
1616
|
+
/**
|
|
1617
|
+
* @summary Create or update a draft. Pass `ExpectedRowVersion` for optimistic
|
|
1618
|
+
concurrency on update (null for first-time create). Returns 409 with the
|
|
1619
|
+
current `RowVersion` if another session has saved in the interim.
|
|
1620
|
+
*/
|
|
1621
|
+
exports.draftsSaveDraftParams = zod_1.default.strictObject({
|
|
1622
|
+
"name": zod_1.default.string()
|
|
1623
|
+
});
|
|
1624
|
+
exports.draftsSaveDraftBody = zod_1.default.strictObject({
|
|
1625
|
+
"expectedRowVersion": zod_1.default.string().nullish(),
|
|
1626
|
+
"source": zod_1.default.string()
|
|
1627
|
+
});
|
|
1628
|
+
exports.draftsSaveDraftResponse = zod_1.default.object({
|
|
1629
|
+
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1630
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1631
|
+
"ports": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1632
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1633
|
+
"channel": zod_1.default.boolean(),
|
|
1634
|
+
"default": zod_1.default.any().nullish(),
|
|
1635
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1636
|
+
"pin": zod_1.default.string(),
|
|
1637
|
+
"port": zod_1.default.string()
|
|
1638
|
+
})),
|
|
1639
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1640
|
+
"required": zod_1.default.boolean(),
|
|
1641
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1642
|
+
"sticky": zod_1.default.boolean(),
|
|
1643
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary']),
|
|
1644
|
+
"virtual": zod_1.default.boolean()
|
|
1645
|
+
})),
|
|
1646
|
+
"isFunction": zod_1.default.boolean(),
|
|
1647
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1648
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1649
|
+
"channel": zod_1.default.boolean(),
|
|
1650
|
+
"channelGroupId": zod_1.default.string().nullish(),
|
|
1651
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1652
|
+
"pin": zod_1.default.string(),
|
|
1653
|
+
"port": zod_1.default.string()
|
|
1654
|
+
})),
|
|
1655
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1656
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1657
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1658
|
+
})),
|
|
1659
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1660
|
+
})),
|
|
1661
|
+
"scopes": zod_1.default.array(zod_1.default.enum(['WorkSpace', 'DataSet'])).nullish(),
|
|
1662
|
+
"state": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1663
|
+
"default": zod_1.default.any().nullish(),
|
|
1664
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1665
|
+
"scope": zod_1.default.array(zod_1.default.object({
|
|
1666
|
+
"pin": zod_1.default.string(),
|
|
1667
|
+
"port": zod_1.default.string()
|
|
1668
|
+
}))
|
|
1669
|
+
}))
|
|
1670
|
+
}))),
|
|
1671
|
+
"parseError": zod_1.default.string().nullish(),
|
|
1672
|
+
"rowVersion": zod_1.default.string()
|
|
1673
|
+
});
|
|
1674
|
+
/**
|
|
1675
|
+
* @summary Publish the draft's saved source as a tenant-visible Custom block set.
|
|
1676
|
+
When a published set of the same name exists, the first call returns 409
|
|
1677
|
+
with the impact details; retry with `confirmOverwrite: true` to
|
|
1678
|
+
replace it (a new row supersedes the old per newest-wins resolution).
|
|
1679
|
+
*/
|
|
1680
|
+
exports.draftsPublishDraftParams = zod_1.default.strictObject({
|
|
1681
|
+
"name": zod_1.default.string()
|
|
1682
|
+
});
|
|
1683
|
+
exports.draftsPublishDraftBody = zod_1.default.strictObject({
|
|
1684
|
+
"confirmOverwrite": zod_1.default.boolean(),
|
|
1685
|
+
"publishAs": zod_1.default.string().nullish()
|
|
1686
|
+
});
|
|
1687
|
+
exports.draftsPublishDraftResponseBlockSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1688
|
+
exports.draftsPublishDraftResponse = zod_1.default.object({
|
|
1689
|
+
"blockSetId": zod_1.default.string().regex(exports.draftsPublishDraftResponseBlockSetIdRegExp),
|
|
1690
|
+
"blocks": zod_1.default.array(zod_1.default.object({
|
|
1691
|
+
"name": zod_1.default.string(),
|
|
1692
|
+
"version": zod_1.default.string()
|
|
1693
|
+
})),
|
|
1694
|
+
"name": zod_1.default.string()
|
|
1695
|
+
});
|
|
1282
1696
|
/**
|
|
1283
1697
|
* @summary Upload files to be referenced in requests (supports full and chunked uploads).
|
|
1284
1698
|
*/
|
|
@@ -1547,6 +1961,7 @@ exports.flowsSetActiveFlowDefinitionBody = zod_1.default.strictObject({
|
|
|
1547
1961
|
})
|
|
1548
1962
|
})).nullish(),
|
|
1549
1963
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
1964
|
+
"secret": zod_1.default.boolean(),
|
|
1550
1965
|
"value": zod_1.default.any().nullish()
|
|
1551
1966
|
})).nullish(),
|
|
1552
1967
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
@@ -1865,6 +2280,95 @@ exports.reportingGetTokensResponse = zod_1.default.object({
|
|
|
1865
2280
|
"name": zod_1.default.string()
|
|
1866
2281
|
}))
|
|
1867
2282
|
});
|
|
2283
|
+
exports.syncsGetQueryTakeDefault = 50;
|
|
2284
|
+
exports.syncsGetQuerySkipDefault = 0;
|
|
2285
|
+
exports.syncsGetQueryParams = zod_1.default.strictObject({
|
|
2286
|
+
"take": zod_1.default.number().default(exports.syncsGetQueryTakeDefault),
|
|
2287
|
+
"skip": zod_1.default.number().optional(),
|
|
2288
|
+
"search": zod_1.default.string().optional()
|
|
2289
|
+
});
|
|
2290
|
+
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}$');
|
|
2291
|
+
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}$');
|
|
2292
|
+
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}$');
|
|
2293
|
+
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}$');
|
|
2294
|
+
exports.syncsGetResponse = zod_1.default.object({
|
|
2295
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2296
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2297
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSetsItemIdRegExp),
|
|
2298
|
+
"name": zod_1.default.string(),
|
|
2299
|
+
"version": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSetsItemVersionRegExp).nullish()
|
|
2300
|
+
})),
|
|
2301
|
+
"dataSource": zod_1.default.object({
|
|
2302
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSourceIdRegExp),
|
|
2303
|
+
"isSyncing": zod_1.default.boolean(),
|
|
2304
|
+
"name": zod_1.default.string(),
|
|
2305
|
+
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap'])
|
|
2306
|
+
}),
|
|
2307
|
+
"filters": zod_1.default.string().nullish(),
|
|
2308
|
+
"highwaterMark": zod_1.default.iso.datetime({}).nullish(),
|
|
2309
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemIdRegExp),
|
|
2310
|
+
"name": zod_1.default.string(),
|
|
2311
|
+
"path": zod_1.default.string(),
|
|
2312
|
+
"statusMessage": zod_1.default.string().nullish()
|
|
2313
|
+
})),
|
|
2314
|
+
"total": zod_1.default.number()
|
|
2315
|
+
});
|
|
2316
|
+
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}$');
|
|
2317
|
+
exports.syncsGetByIdParams = zod_1.default.strictObject({
|
|
2318
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetByIdPathContainerIdRegExp)
|
|
2319
|
+
});
|
|
2320
|
+
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}$');
|
|
2321
|
+
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}$');
|
|
2322
|
+
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}$');
|
|
2323
|
+
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}$');
|
|
2324
|
+
exports.syncsGetByIdResponse = zod_1.default.object({
|
|
2325
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2326
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSetsItemIdRegExp),
|
|
2327
|
+
"name": zod_1.default.string(),
|
|
2328
|
+
"version": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSetsItemVersionRegExp).nullish()
|
|
2329
|
+
})),
|
|
2330
|
+
"dataSource": zod_1.default.object({
|
|
2331
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSourceIdRegExp),
|
|
2332
|
+
"isSyncing": zod_1.default.boolean(),
|
|
2333
|
+
"name": zod_1.default.string(),
|
|
2334
|
+
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap'])
|
|
2335
|
+
}),
|
|
2336
|
+
"filters": zod_1.default.string().nullish(),
|
|
2337
|
+
"highwaterMark": zod_1.default.iso.datetime({}).nullish(),
|
|
2338
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseIdRegExp),
|
|
2339
|
+
"name": zod_1.default.string(),
|
|
2340
|
+
"path": zod_1.default.string(),
|
|
2341
|
+
"statusMessage": zod_1.default.string().nullish()
|
|
2342
|
+
});
|
|
2343
|
+
/**
|
|
2344
|
+
* @summary The sync's landed items (read-only metadata), proxied from the AI API's
|
|
2345
|
+
container-items endpoint.
|
|
2346
|
+
*/
|
|
2347
|
+
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}$');
|
|
2348
|
+
exports.syncsGetItemsParams = zod_1.default.strictObject({
|
|
2349
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetItemsPathContainerIdRegExp)
|
|
2350
|
+
});
|
|
2351
|
+
exports.syncsGetItemsQuerySkipDefault = 0;
|
|
2352
|
+
exports.syncsGetItemsQueryTakeDefault = 50;
|
|
2353
|
+
exports.syncsGetItemsQueryParams = zod_1.default.strictObject({
|
|
2354
|
+
"skip": zod_1.default.number().optional(),
|
|
2355
|
+
"take": zod_1.default.number().default(exports.syncsGetItemsQueryTakeDefault)
|
|
2356
|
+
});
|
|
2357
|
+
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}$');
|
|
2358
|
+
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}$');
|
|
2359
|
+
exports.syncsGetItemsResponse = zod_1.default.object({
|
|
2360
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2361
|
+
"blobUri": zod_1.default.string().nullish(),
|
|
2362
|
+
"bytes": zod_1.default.string().nullish(),
|
|
2363
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetItemsResponseDataItemContainerIdRegExp).nullish(),
|
|
2364
|
+
"id": zod_1.default.string().regex(exports.syncsGetItemsResponseDataItemIdRegExp),
|
|
2365
|
+
"isJson": zod_1.default.boolean().nullish(),
|
|
2366
|
+
"name": zod_1.default.string().nullish(),
|
|
2367
|
+
"path": zod_1.default.string().nullish(),
|
|
2368
|
+
"pending": zod_1.default.boolean().nullish()
|
|
2369
|
+
})),
|
|
2370
|
+
"total": zod_1.default.number()
|
|
2371
|
+
});
|
|
1868
2372
|
/**
|
|
1869
2373
|
* @summary Gets Tenant Id
|
|
1870
2374
|
*/
|
|
@@ -1887,14 +2391,15 @@ exports.usersGetUsersResponse = zod_1.default.object({
|
|
|
1887
2391
|
"lastActiveAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1888
2392
|
"mobilePhone": zod_1.default.string().nullish(),
|
|
1889
2393
|
"name": zod_1.default.string(),
|
|
1890
|
-
"permissions": zod_1.default.enum(['
|
|
2394
|
+
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
1891
2395
|
})),
|
|
1892
2396
|
"total": zod_1.default.number()
|
|
1893
2397
|
});
|
|
1894
2398
|
exports.usersGetUsersByFilterParams = zod_1.default.strictObject({
|
|
1895
|
-
"permissions": zod_1.default.enum(['
|
|
2399
|
+
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
1896
2400
|
});
|
|
1897
|
-
exports.
|
|
2401
|
+
exports.usersGetMyPermissionsResponseItem = zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']);
|
|
2402
|
+
exports.usersGetMyPermissionsResponse = zod_1.default.array(exports.usersGetMyPermissionsResponseItem);
|
|
1898
2403
|
/**
|
|
1899
2404
|
* @summary Disable user (Remove all assigned WorkSpaces by UserId)
|
|
1900
2405
|
*/
|
|
@@ -1927,10 +2432,8 @@ exports.usersGetUserDetailResponse = zod_1.default.object({
|
|
|
1927
2432
|
"emailAddress": zod_1.default.string().nullish(),
|
|
1928
2433
|
"id": zod_1.default.string(),
|
|
1929
2434
|
"isAdmin": zod_1.default.boolean().nullish(),
|
|
1930
|
-
"lastActiveAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1931
2435
|
"mobilePhone": zod_1.default.string().nullish(),
|
|
1932
|
-
"name": zod_1.default.string()
|
|
1933
|
-
"permissions": zod_1.default.enum(['None', 'WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete'])
|
|
2436
|
+
"name": zod_1.default.string()
|
|
1934
2437
|
});
|
|
1935
2438
|
/**
|
|
1936
2439
|
* @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
|
|
@@ -1954,18 +2457,20 @@ exports.usersGetAccessWorkSpacesQueryParams = zod_1.default.strictObject({
|
|
|
1954
2457
|
"skip": zod_1.default.number().optional().describe('number of workspaces to get'),
|
|
1955
2458
|
"take": zod_1.default.number().default(exports.usersGetAccessWorkSpacesQueryTakeDefault).describe('number of workspaces to skip')
|
|
1956
2459
|
});
|
|
1957
|
-
exports.
|
|
1958
|
-
exports.
|
|
1959
|
-
exports.
|
|
1960
|
-
"
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
2460
|
+
exports.usersGetAccessWorkSpacesResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2461
|
+
exports.usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2462
|
+
exports.usersGetAccessWorkSpacesResponse = zod_1.default.object({
|
|
2463
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2464
|
+
"accessType": zod_1.default.enum(['Principal', 'Group']),
|
|
2465
|
+
"displayName": zod_1.default.string().nullish(),
|
|
2466
|
+
"id": zod_1.default.string().regex(exports.usersGetAccessWorkSpacesResponseDataItemIdRegExp).nullish(),
|
|
2467
|
+
"objectId": zod_1.default.string(),
|
|
2468
|
+
"principalType": zod_1.default.enum(['Unknown', 'User', 'ServicePrincipal', 'Internal']).optional(),
|
|
2469
|
+
"workSpaceId": zod_1.default.string().regex(exports.usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp).nullish(),
|
|
2470
|
+
"workSpaceName": zod_1.default.string().nullish()
|
|
2471
|
+
})),
|
|
2472
|
+
"total": zod_1.default.number()
|
|
1967
2473
|
});
|
|
1968
|
-
exports.usersGetAccessWorkSpacesResponse = zod_1.default.array(exports.usersGetAccessWorkSpacesResponseItem);
|
|
1969
2474
|
exports.usersAdminPermissionPathUserIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1970
2475
|
exports.usersAdminPermissionParams = zod_1.default.strictObject({
|
|
1971
2476
|
"userId": zod_1.default.string().regex(exports.usersAdminPermissionPathUserIdRegExp)
|
|
@@ -1977,11 +2482,12 @@ exports.usersAddUserPermissionPathUserIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-
|
|
|
1977
2482
|
exports.usersAddUserPermissionParams = zod_1.default.strictObject({
|
|
1978
2483
|
"userId": zod_1.default.string().regex(exports.usersAddUserPermissionPathUserIdRegExp)
|
|
1979
2484
|
});
|
|
1980
|
-
exports.
|
|
2485
|
+
exports.usersAddUserPermissionBodyItem = zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']);
|
|
2486
|
+
exports.usersAddUserPermissionBody = zod_1.default.array(exports.usersAddUserPermissionBodyItem);
|
|
1981
2487
|
exports.usersRemoveUserPermissionPathUserIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1982
2488
|
exports.usersRemoveUserPermissionParams = zod_1.default.strictObject({
|
|
1983
2489
|
"userId": zod_1.default.string().regex(exports.usersRemoveUserPermissionPathUserIdRegExp),
|
|
1984
|
-
"permission": zod_1.default.enum(['
|
|
2490
|
+
"permission": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
1985
2491
|
});
|
|
1986
2492
|
/**
|
|
1987
2493
|
* @summary Returns a list of available Azure locations for deploying virtual machines
|
|
@@ -2112,6 +2618,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2112
2618
|
})
|
|
2113
2619
|
})).nullish(),
|
|
2114
2620
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2621
|
+
"secret": zod_1.default.boolean(),
|
|
2115
2622
|
"value": zod_1.default.any().nullish()
|
|
2116
2623
|
})).nullish(),
|
|
2117
2624
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2132,6 +2639,11 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2132
2639
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2133
2640
|
"dataSourceContainer": zod_1.default.object({
|
|
2134
2641
|
"dataSourceId": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne),
|
|
2642
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
2643
|
+
"operator": zod_1.default.string(),
|
|
2644
|
+
"propertyName": zod_1.default.string(),
|
|
2645
|
+
"value": zod_1.default.string()
|
|
2646
|
+
})).nullish(),
|
|
2135
2647
|
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne),
|
|
2136
2648
|
"name": zod_1.default.string(),
|
|
2137
2649
|
"path": zod_1.default.string()
|
|
@@ -2335,6 +2847,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2335
2847
|
})
|
|
2336
2848
|
})).nullish(),
|
|
2337
2849
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2850
|
+
"secret": zod_1.default.boolean(),
|
|
2338
2851
|
"value": zod_1.default.any().nullish()
|
|
2339
2852
|
})).nullish(),
|
|
2340
2853
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2355,6 +2868,11 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2355
2868
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2356
2869
|
"dataSourceContainer": zod_1.default.object({
|
|
2357
2870
|
"dataSourceId": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne),
|
|
2871
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
2872
|
+
"operator": zod_1.default.string(),
|
|
2873
|
+
"propertyName": zod_1.default.string(),
|
|
2874
|
+
"value": zod_1.default.string()
|
|
2875
|
+
})).nullish(),
|
|
2358
2876
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne),
|
|
2359
2877
|
"name": zod_1.default.string(),
|
|
2360
2878
|
"path": zod_1.default.string()
|
|
@@ -2702,6 +3220,7 @@ exports.workSpacesGetActiveFlowResponse = zod_1.default.object({
|
|
|
2702
3220
|
})
|
|
2703
3221
|
})).nullish(),
|
|
2704
3222
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
3223
|
+
"secret": zod_1.default.boolean(),
|
|
2705
3224
|
"value": zod_1.default.any().nullish()
|
|
2706
3225
|
})).nullish(),
|
|
2707
3226
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2759,6 +3278,7 @@ exports.workSpacesSetActiveFlowBody = zod_1.default.strictObject({
|
|
|
2759
3278
|
})
|
|
2760
3279
|
})).nullish(),
|
|
2761
3280
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
3281
|
+
"secret": zod_1.default.boolean(),
|
|
2762
3282
|
"value": zod_1.default.any().nullish()
|
|
2763
3283
|
})).nullish(),
|
|
2764
3284
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
@@ -2795,6 +3315,53 @@ exports.documentsGetDocumentSasQueryParams = zod_1.default.strictObject({
|
|
|
2795
3315
|
exports.documentsGetDocumentSasResponse = zod_1.default.object({
|
|
2796
3316
|
"uri": zod_1.default.url()
|
|
2797
3317
|
});
|
|
3318
|
+
/**
|
|
3319
|
+
* @summary Lists all managed secrets — names and audit metadata only, never values.
|
|
3320
|
+
*/
|
|
3321
|
+
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}$');
|
|
3322
|
+
exports.managedSecretsGetManagedSecretsResponseItem = zod_1.default.object({
|
|
3323
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3324
|
+
"createdByUserId": zod_1.default.string(),
|
|
3325
|
+
"id": zod_1.default.string().regex(exports.managedSecretsGetManagedSecretsResponseIdRegExp),
|
|
3326
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3327
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3328
|
+
"name": zod_1.default.string()
|
|
3329
|
+
});
|
|
3330
|
+
exports.managedSecretsGetManagedSecretsResponse = zod_1.default.array(exports.managedSecretsGetManagedSecretsResponseItem);
|
|
3331
|
+
/**
|
|
3332
|
+
* @summary Creates a named secret: writes the value to Key Vault and stores only
|
|
3333
|
+
the vault reference.
|
|
3334
|
+
*/
|
|
3335
|
+
exports.managedSecretsCreateManagedSecretBody = zod_1.default.strictObject({
|
|
3336
|
+
"name": zod_1.default.string(),
|
|
3337
|
+
"value": zod_1.default.string()
|
|
3338
|
+
});
|
|
3339
|
+
/**
|
|
3340
|
+
* @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
|
|
3341
|
+
*/
|
|
3342
|
+
exports.managedSecretsDeleteManagedSecretParams = zod_1.default.strictObject({
|
|
3343
|
+
"name": zod_1.default.string()
|
|
3344
|
+
});
|
|
3345
|
+
/**
|
|
3346
|
+
* @summary Overwrites (rotates) a secret's value — a new Key Vault version under
|
|
3347
|
+
the same vault key. The value is write-only; nothing is returned but
|
|
3348
|
+
audit metadata.
|
|
3349
|
+
*/
|
|
3350
|
+
exports.managedSecretsOverwriteManagedSecretValueParams = zod_1.default.strictObject({
|
|
3351
|
+
"name": zod_1.default.string()
|
|
3352
|
+
});
|
|
3353
|
+
exports.managedSecretsOverwriteManagedSecretValueBody = zod_1.default.strictObject({
|
|
3354
|
+
"value": zod_1.default.string()
|
|
3355
|
+
});
|
|
3356
|
+
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}$');
|
|
3357
|
+
exports.managedSecretsOverwriteManagedSecretValueResponse = zod_1.default.object({
|
|
3358
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3359
|
+
"createdByUserId": zod_1.default.string(),
|
|
3360
|
+
"id": zod_1.default.string().regex(exports.managedSecretsOverwriteManagedSecretValueResponseIdRegExp),
|
|
3361
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3362
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3363
|
+
"name": zod_1.default.string()
|
|
3364
|
+
});
|
|
2798
3365
|
exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2799
3366
|
exports.messageThreadsGetWorkspaceExecutionsParams = zod_1.default.strictObject({
|
|
2800
3367
|
"workSpaceId": zod_1.default.string().regex(exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp)
|
|
@@ -2977,6 +3544,7 @@ exports.sandBoxGetThreadMessagesResponseItem = zod_1.default.object({
|
|
|
2977
3544
|
"blockId": zod_1.default.string().nullish(),
|
|
2978
3545
|
"code": zod_1.default.number(),
|
|
2979
3546
|
"data": zod_1.default.any().nullish(),
|
|
3547
|
+
"errorCode": zod_1.default.string().nullish(),
|
|
2980
3548
|
"message": zod_1.default.string().nullish()
|
|
2981
3549
|
})),
|
|
2982
3550
|
"hasComments": zod_1.default.boolean(),
|
|
@@ -3025,6 +3593,7 @@ exports.sandBoxThreadMessagesResponse = zod_1.default.object({
|
|
|
3025
3593
|
"blockId": zod_1.default.string().nullish(),
|
|
3026
3594
|
"code": zod_1.default.number(),
|
|
3027
3595
|
"data": zod_1.default.any().nullish(),
|
|
3596
|
+
"errorCode": zod_1.default.string().nullish(),
|
|
3028
3597
|
"message": zod_1.default.string().nullish()
|
|
3029
3598
|
})),
|
|
3030
3599
|
"hasComments": zod_1.default.boolean(),
|