@smartspace/api-client 0.1.0-pr.810.d293720 → 0.1.0-pr.811.fc02076
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/chat/api.d.ts +5 -5
- package/dist/generated/chat/api.js +4 -4
- package/dist/generated/chat/models/index.d.ts +5 -5
- package/dist/generated/chat/models/index.js +5 -5
- package/dist/generated/chat/models/pagedDataCollectionWorkSpace.d.ts +11 -0
- package/dist/generated/chat/models/{appUserAppUser.d.ts → usersAppUser.d.ts} +1 -1
- package/dist/generated/chat/models/{workSpacesWorkSpace.d.ts → workSpace.d.ts} +5 -5
- package/dist/generated/chat/models/{workSpacesWorkSpaceInputs.d.ts → workSpaceInputs.d.ts} +1 -1
- package/dist/generated/chat/models/{workSpacesWorkSpaceVariables.d.ts → workSpaceVariables.d.ts} +1 -1
- package/dist/generated/chat/models/workSpacesGetAccessParams.d.ts +9 -0
- package/dist/generated/chat/models/workSpacesGetGetParams.d.ts +12 -0
- package/dist/generated/chat/models/workSpacesThreadParams.d.ts +9 -0
- package/dist/generated/chat/zod.d.ts +4 -4
- package/dist/generated/chat/zod.js +17 -17
- package/dist/generated/config/api.d.ts +22 -22
- package/dist/generated/config/api.js +22 -22
- package/dist/generated/config/models/{workSpacesCreateWorkSpace.d.ts → createWorkSpace.d.ts} +1 -1
- package/dist/generated/config/models/index.d.ts +16 -16
- package/dist/generated/config/models/index.js +16 -16
- package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.d.ts → pagedDataCollectionUsersAppUser.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/{appRole.d.ts → usersAppRole.d.ts} +1 -1
- package/dist/generated/config/models/{appUserAppUser.d.ts → usersAppUser.d.ts} +1 -1
- package/dist/generated/config/models/{appUserAppUserDetail.d.ts → usersAppUserDetail.d.ts} +1 -1
- package/dist/generated/config/models/{appUserAppUserSearchResult.d.ts → usersAppUserSearchResult.d.ts} +1 -1
- package/dist/generated/config/models/{appUserServicePrincipalSearchResult.d.ts → usersServicePrincipalSearchResult.d.ts} +1 -1
- package/dist/generated/config/models/{workSpacesWorkSpace.d.ts → workSpace.d.ts} +5 -5
- package/dist/generated/config/models/{workSpacesUpdateWorkSpaceBasicInfo.d.ts → workSpaceBasicInfo.d.ts} +1 -1
- package/dist/generated/config/models/{workSpacesWorkSpaceInputs.d.ts → workSpaceInputs.d.ts} +1 -1
- package/dist/generated/config/models/{workSpacesWorkSpaceUser.d.ts → workSpaceUser.d.ts} +1 -1
- package/dist/generated/config/models/{workSpacesWorkSpaceVariables.d.ts → workSpaceVariables.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesGetGetParams.d.ts +9 -0
- package/dist/generated/config/models/workSpacesGetThreadsParams.d.ts +9 -0
- package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.d.ts +6 -0
- package/dist/generated/config/models/workSpacesWorkspaceFilesBody.d.ts +1 -0
- package/dist/generated/config/zod.d.ts +282 -75
- package/dist/generated/config/zod.js +251 -104
- package/package.json +1 -1
- package/dist/generated/chat/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionAppUserAppUserDetail.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionAppUserAppUserSearchResult.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionAppUserServicePrincipalSearchResult.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +0 -11
- /package/dist/generated/chat/models/{pagedDataCollectionWorkSpacesWorkSpace.js → pagedDataCollectionWorkSpace.js} +0 -0
- /package/dist/generated/chat/models/{appUserAppUser.js → usersAppUser.js} +0 -0
- /package/dist/generated/chat/models/{workSpacesWorkSpace.js → workSpace.js} +0 -0
- /package/dist/generated/chat/models/{workSpacesWorkSpaceInputs.js → workSpaceInputs.js} +0 -0
- /package/dist/generated/chat/models/{workSpacesWorkSpaceVariables.js → workSpaceVariables.js} +0 -0
- /package/dist/generated/config/models/{appUserAppUserDetail.js → createWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.js → pagedDataCollectionUsersAppUser.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserDetail.js → pagedDataCollectionUsersAppUserDetail.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserSearchResult.js → pagedDataCollectionUsersAppUserSearchResult.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserServicePrincipalSearchResult.js → pagedDataCollectionUsersServicePrincipalSearchResult.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionWorkSpacesWorkSpace.js → pagedDataCollectionWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{appRole.js → usersAppRole.js} +0 -0
- /package/dist/generated/config/models/{appUserAppUser.js → usersAppUser.js} +0 -0
- /package/dist/generated/config/models/{workSpacesCreateWorkSpace.js → usersAppUserDetail.js} +0 -0
- /package/dist/generated/config/models/{appUserAppUserSearchResult.js → usersAppUserSearchResult.js} +0 -0
- /package/dist/generated/config/models/{appUserServicePrincipalSearchResult.js → usersServicePrincipalSearchResult.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkSpace.js → workSpace.js} +0 -0
- /package/dist/generated/config/models/{workSpacesUpdateWorkSpaceBasicInfo.js → workSpaceBasicInfo.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkSpaceInputs.js → workSpaceInputs.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkSpaceUser.js → workSpaceUser.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkSpaceVariables.js → workSpaceVariables.js} +0 -0
|
@@ -12,10 +12,11 @@ exports.filesDownloadFileQueryParams = exports.filesDownloadFileQueryWorkspaceId
|
|
|
12
12
|
exports.flowsSetActiveFlowDefinitionBody = exports.flowsSetActiveFlowDefinitionParams = exports.flowsSetActiveFlowDefinitionPathIdRegExp = exports.flowsGetParams = exports.flowsGetPathIdRegExp = exports.flowRunsSetVariableBody = exports.flowRunsSetVariableParams = exports.flowRunsSetVariablePathIdRegExpOne = exports.flowRunsGetVariablesResponse = exports.flowRunsGetVariablesParams = exports.flowRunsGetVariablesPathIdRegExpOne = exports.flowRunsGetStepExecutionsResponse = exports.flowRunsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemIdRegExp = exports.flowRunsGetStepExecutionsQueryParams = 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 = void 0;
|
|
13
13
|
exports.notificationGetResponse = exports.notificationGetResponseDataItemWorkSpaceIdRegExpOne = exports.notificationGetResponseDataItemThreadIdRegExpOne = exports.notificationGetResponseDataItemIdRegExpOne = exports.notificationGetQueryParams = exports.notificationGetQuerySkipDefaultOne = exports.notificationGetQueryTakeDefaultOne = exports.modelsGetModelHealthResponse = exports.modelsGetModelHealthParams = exports.modelsGetModelHealthPathIdRegExp = exports.modelsGetDeploymentDockerLogsResponse = exports.modelsGetDeploymentDockerLogsParams = exports.modelsGetDeploymentDockerLogsPathIdRegExp = exports.modelsUpsertModelBody = exports.modelsUpsertModelBodyDeploymentProviderIdRegExpOne = exports.modelsUpsertModelBodyDeploymentProviderIdRegExp = exports.modelsUpsertModelParams = 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 = void 0;
|
|
14
14
|
exports.virtualMachinesGetVirtualMachineSizeResponseItem = exports.virtualMachinesGetVirtualMachineSizeParams = exports.virtualMachinesGetVirtualMachineLocationsResponse = exports.virtualMachinesGetVirtualMachineLocationsResponseItem = exports.usersRemoveUserPermissionParams = exports.usersRemoveUserPermissionPathUserIdRegExp = exports.usersAddUserPermissionBody = exports.usersAddUserPermissionParams = exports.usersAddUserPermissionPathUserIdRegExp = exports.usersAdminPermissionQueryParams = exports.usersAdminPermissionParams = exports.usersAdminPermissionPathUserIdRegExp = exports.usersGetAccessWorkSpacesResponse = exports.usersGetAccessWorkSpacesResponseItem = exports.usersGetAccessWorkSpacesResponseWorkSpaceIdRegExp = exports.usersGetAccessWorkSpacesResponseIdRegExp = 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.usersGetUsersByFilterParams = exports.usersGetUsersResponse = exports.usersGetUsersQueryParams = exports.usersGetUsersQueryTakeDefault = exports.usersGetUsersQuerySkipDefault = exports.tenantIdGetResultResponse = exports.reportingGetTokensResponse = exports.reportingGetTokensQueryParams = exports.reportingGetTokensParams = exports.reportingGetRequestsResponse = exports.reportingGetRequestsQueryParams = exports.reportingGetRequestsParams = exports.planCalculateSmartSpaceUpgradeCostBody = exports.planUpdateSmartSpaceUpgradeBody = exports.notificationPutUpdateBody = exports.notificationPutUpdateBodyItem = exports.notificationPutUpdateBodyRegExpOne = void 0;
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
15
|
+
exports.workSpacesPostResponseModelConfigurationsItemModelDeploymentIdRegExp = exports.workSpacesPostResponseIdRegExp = exports.workSpacesPostResponseDataSpacesItemWorkspacesInfoItemIdRegExp = exports.workSpacesPostResponseDataSpacesItemParentWorkspaceIdRegExp = exports.workSpacesPostResponseDataSpacesItemIdRegExp = exports.workSpacesPostResponseDataSpacesItemDataSetsItemVersionRegExp = exports.workSpacesPostResponseDataSpacesItemDataSetsItemIdRegExp = exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExp = exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExp = exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp = exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp = exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowIdRegExp = exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp = exports.workSpacesPostResponseDataSpacesItemDataSetsItemDataSpaceIdRegExp = exports.workSpacesPostBody = exports.workSpacesPostBodyTemplateVersionIdRegExp = exports.workSpacesPostBodyModelConfigurationsItemModelIdRegExp = exports.workSpacesPostBodyIdRegExp = exports.workSpacesPostBodyDataSpacesItemRegExp = exports.workSpacesGetGetResponse = exports.workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentProviderIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentIdRegExpOne = exports.workSpacesGetGetResponseDataItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemWorkspacesInfoItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemParentWorkspaceIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemVersionRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = exports.workSpacesGetGetQueryParams = exports.workSpacesGetGetQuerySkipDefaultOne = exports.workSpacesGetGetQueryTakeDefaultOne = exports.workSpaceTemplatesGetResponse = exports.workSpaceTemplatesGetResponseDataItemPublisherIdRegExp = exports.workSpaceTemplatesGetResponseDataItemLatestVersionIdRegExp = exports.workSpaceTemplatesGetResponseDataItemIdRegExp = exports.workSpaceTemplatesGetQueryParams = exports.workSpaceTemplatesGetQuerySearchDefault = exports.workSpaceTemplatesGetQuerySkipDefault = exports.workSpaceTemplatesGetQueryTakeDefault = exports.virtualMachinesGetVirtualMachineSizeResponse = void 0;
|
|
16
|
+
exports.workSpacesGetThreadsParams = exports.workSpacesGetThreadsPathIdRegExp = exports.workSpacesSetFavoritedBody = exports.workSpacesSetFavoritedParams = exports.workSpacesSetFavoritedPathIdRegExp = exports.workSpacesPutBody = exports.workSpacesPutParams = exports.workSpacesPutPathIdRegExp = exports.workSpacesAddWorkspaceAdminResponse = exports.workSpacesAddWorkspaceAdminResponseItem = exports.workSpacesAddWorkspaceAdminParams = exports.workSpacesAddWorkspaceAdminPathUserIdRegExp = exports.workSpacesAddWorkspaceAdminPathIdRegExp = exports.workSpacesDeleteAdminResponse = exports.workSpacesDeleteAdminResponseItem = exports.workSpacesDeleteAdminParams = exports.workSpacesDeleteAdminPathUserIdRegExp = exports.workSpacesDeleteAdminPathIdRegExp = exports.workSpacesGetWorkspaceAdminsResponse = exports.workSpacesGetWorkspaceAdminsResponseItem = exports.workSpacesGetWorkspaceAdminsParams = exports.workSpacesGetWorkspaceAdminsPathIdRegExp = exports.workSpacesGetIdResponse = exports.workSpacesGetIdResponseSandBoxThreadIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentProviderIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentIdRegExpOne = exports.workSpacesGetIdResponseIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemWorkspacesInfoItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemParentWorkspaceIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemVersionRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = exports.workSpacesGetIdParams = exports.workSpacesGetIdPathIdRegExpOne = exports.workSpacesDeleteParams = exports.workSpacesDeletePathIdRegExp = exports.workSpacesPostResponse = exports.workSpacesPostResponseSandBoxThreadIdRegExp = exports.workSpacesPostResponseModelConfigurationsItemModelIdRegExp = exports.workSpacesPostResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExp = exports.workSpacesPostResponseModelConfigurationsItemModelDeploymentProviderIdRegExp = void 0;
|
|
17
|
+
exports.documentsGetDocumentSasResponse = exports.documentsGetDocumentSasQueryParams = exports.documentsGetDocumentSasParams = exports.documentsGetDocumentSasPathDataSpaceIdRegExpOne = exports.workSpacesSetActiveFlowLayoutBody = exports.workSpacesSetActiveFlowLayoutParams = exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp = exports.workSpacesSetActiveFlowBody = exports.workSpacesSetActiveFlowParams = exports.workSpacesSetActiveFlowPathWorkspaceIdRegExp = exports.workSpacesGetActiveFlowParams = exports.workSpacesGetActiveFlowPathWorkspaceIdRegExp = exports.workSpacesDeleteWorkspaceFileParams = exports.workSpacesDeleteWorkspaceFilePathFileIdRegExp = exports.workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp = exports.workSpacesWorkspaceFilesResponse = exports.workSpacesWorkspaceFilesResponseItem = exports.workSpacesWorkspaceFilesResponseFileWorkspaceIdRegExp = exports.workSpacesWorkspaceFilesResponseFileThreadIdRegExp = exports.workSpacesWorkspaceFilesResponseFileIdRegExp = exports.workSpacesWorkspaceFilesBody = exports.workSpacesWorkspaceFilesParams = exports.workSpacesWorkspaceFilesPathWorkspaceIdRegExp = exports.workSpacesGetWorkspaceFilesResponse = exports.workSpacesGetWorkspaceFilesResponseDataItemFileWorkspaceIdRegExp = exports.workSpacesGetWorkspaceFilesResponseDataItemFileThreadIdRegExp = exports.workSpacesGetWorkspaceFilesResponseDataItemFileIdRegExp = exports.workSpacesGetWorkspaceFilesQueryParams = exports.workSpacesGetWorkspaceFilesQuerySkipDefault = exports.workSpacesGetWorkspaceFilesQueryTakeDefault = exports.workSpacesGetWorkspaceFilesParams = exports.workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp = exports.workSpacesAddDataSpaceParams = exports.workSpacesAddDataSpacePathDataspaceIdRegExp = exports.workSpacesAddDataSpacePathWorkspaceIdRegExp = exports.workSpacesRemoveDataSpaceParams = exports.workSpacesRemoveDataSpacePathDataspaceIdRegExp = exports.workSpacesRemoveDataSpacePathWorkspaceIdRegExp = exports.workSpacesPutModelConfigurationIdModelconfigurationRolePutBody = exports.workSpacesPutModelConfigurationIdModelconfigurationRolePutBodyModelIdRegExp = exports.workSpacesPutModelConfigurationIdModelconfigurationRolePutParams = exports.workSpacesPutModelConfigurationIdModelconfigurationRolePutPathIdRegExp = exports.workSpacesPutModelConfigurationIdModelconfigurationRoleDeleteParams = exports.workSpacesPutModelConfigurationIdModelconfigurationRoleDeletePathIdRegExp = exports.workSpacesGetThreadsResponse = exports.workSpacesGetThreadsResponseDataItemWorkSpaceIdRegExp = exports.workSpacesGetThreadsResponseDataItemIdRegExp = exports.workSpacesGetThreadsQueryParams = exports.workSpacesGetThreadsQuerySkipDefault = exports.workSpacesGetThreadsQueryTakeDefault = void 0;
|
|
18
|
+
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 = 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 = void 0;
|
|
19
|
+
exports.sandBoxAddValueToMessageBody = exports.sandBoxAddValueToMessageParams = exports.sandBoxAddValueToMessagePathIdRegExp = exports.sandBoxAddValueToMessagePathWorkspaceIdRegExp = exports.sandBoxStreamSandboxMessagesParams = exports.sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp = exports.sandBoxThreadMessagesResponse = void 0;
|
|
19
20
|
/**
|
|
20
21
|
* Generated by orval v7.13.2 🍺
|
|
21
22
|
* Do not edit manually.
|
|
@@ -2119,14 +2120,14 @@ exports.workSpaceTemplatesGetResponse = zod_1.default.object({
|
|
|
2119
2120
|
"total": zod_1.default.number()
|
|
2120
2121
|
});
|
|
2121
2122
|
/**
|
|
2122
|
-
* @summary
|
|
2123
|
+
* @summary Obtain a list of all workspaces in SmartSpace, with pagination options take and skip.
|
|
2123
2124
|
*/
|
|
2124
2125
|
exports.workSpacesGetGetQueryTakeDefaultOne = 20;
|
|
2125
2126
|
exports.workSpacesGetGetQuerySkipDefaultOne = 0;
|
|
2126
2127
|
exports.workSpacesGetGetQueryParams = zod_1.default.strictObject({
|
|
2127
|
-
"take": zod_1.default.number().default(exports.workSpacesGetGetQueryTakeDefaultOne),
|
|
2128
|
-
"skip": zod_1.default.number().optional(),
|
|
2129
|
-
"search": zod_1.default.string().optional()
|
|
2128
|
+
"take": zod_1.default.number().default(exports.workSpacesGetGetQueryTakeDefaultOne).describe('The number of workspaces to retrieve.'),
|
|
2129
|
+
"skip": zod_1.default.number().optional().describe('The number of workspaces to skip.'),
|
|
2130
|
+
"search": zod_1.default.string().optional().describe('The search query to filter workspaces.')
|
|
2130
2131
|
});
|
|
2131
2132
|
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2132
2133
|
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -2316,7 +2317,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2316
2317
|
"total": zod_1.default.number()
|
|
2317
2318
|
});
|
|
2318
2319
|
/**
|
|
2319
|
-
* @summary
|
|
2320
|
+
* @summary Create a new workspace in SmartSpace, specifying details such as name and associated data spaces.
|
|
2320
2321
|
*/
|
|
2321
2322
|
exports.workSpacesPostBodyDataSpacesItemRegExp = new RegExp('^[0-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
2323
|
exports.workSpacesPostBodyIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -2338,19 +2339,203 @@ exports.workSpacesPostBody = zod_1.default.strictObject({
|
|
|
2338
2339
|
"name": zod_1.default.string(),
|
|
2339
2340
|
"templateVersionId": zod_1.default.string().regex(exports.workSpacesPostBodyTemplateVersionIdRegExp).nullish()
|
|
2340
2341
|
});
|
|
2342
|
+
exports.workSpacesPostResponseDataSpacesItemDataSetsItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2343
|
+
exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2344
|
+
exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2345
|
+
exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2346
|
+
exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2347
|
+
exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExp = new RegExp('^[0-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.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2349
|
+
exports.workSpacesPostResponseDataSpacesItemDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2350
|
+
exports.workSpacesPostResponseDataSpacesItemDataSetsItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2351
|
+
exports.workSpacesPostResponseDataSpacesItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2352
|
+
exports.workSpacesPostResponseDataSpacesItemParentWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2353
|
+
exports.workSpacesPostResponseDataSpacesItemWorkspacesInfoItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2354
|
+
exports.workSpacesPostResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2355
|
+
exports.workSpacesPostResponseModelConfigurationsItemModelDeploymentIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2356
|
+
exports.workSpacesPostResponseModelConfigurationsItemModelDeploymentProviderIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2357
|
+
exports.workSpacesPostResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExp = new RegExp('^[0-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.workSpacesPostResponseModelConfigurationsItemModelIdRegExp = new RegExp('^[0-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.workSpacesPostResponseSandBoxThreadIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2360
|
+
exports.workSpacesPostResponse = zod_1.default.object({
|
|
2361
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2362
|
+
"createdByUserId": zod_1.default.string(),
|
|
2363
|
+
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
2364
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2365
|
+
"createdByUserId": zod_1.default.string(),
|
|
2366
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2367
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2368
|
+
"createdByUserId": zod_1.default.string(),
|
|
2369
|
+
"dataSpaceId": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
2370
|
+
"description": zod_1.default.string().nullish(),
|
|
2371
|
+
"flow": zod_1.default.object({
|
|
2372
|
+
"activeFlowDefinition": zod_1.default.object({
|
|
2373
|
+
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2374
|
+
"constants": zod_1.default.array(zod_1.default.object({
|
|
2375
|
+
"target": zod_1.default.object({
|
|
2376
|
+
"pin": zod_1.default.string(),
|
|
2377
|
+
"port": zod_1.default.string()
|
|
2378
|
+
}),
|
|
2379
|
+
"value": zod_1.default.any().nullish()
|
|
2380
|
+
})).nullish(),
|
|
2381
|
+
"description": zod_1.default.string().nullish(),
|
|
2382
|
+
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
2383
|
+
"pin": zod_1.default.string(),
|
|
2384
|
+
"port": zod_1.default.string()
|
|
2385
|
+
})).nullish(),
|
|
2386
|
+
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
2387
|
+
"pin": zod_1.default.string(),
|
|
2388
|
+
"port": zod_1.default.string()
|
|
2389
|
+
})).nullish(),
|
|
2390
|
+
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2391
|
+
"name": zod_1.default.string(),
|
|
2392
|
+
"version": zod_1.default.string()
|
|
2393
|
+
})).nullish(),
|
|
2394
|
+
"connections": zod_1.default.array(zod_1.default.object({
|
|
2395
|
+
"source": zod_1.default.object({
|
|
2396
|
+
"node": zod_1.default.string(),
|
|
2397
|
+
"pin": zod_1.default.string().nullish(),
|
|
2398
|
+
"port": zod_1.default.string().nullish()
|
|
2399
|
+
}),
|
|
2400
|
+
"target": zod_1.default.object({
|
|
2401
|
+
"node": zod_1.default.string(),
|
|
2402
|
+
"pin": zod_1.default.string().nullish(),
|
|
2403
|
+
"port": zod_1.default.string().nullish()
|
|
2404
|
+
})
|
|
2405
|
+
})).nullish(),
|
|
2406
|
+
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2407
|
+
"value": zod_1.default.any().nullish()
|
|
2408
|
+
})).nullish(),
|
|
2409
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2410
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2411
|
+
})).nullish(),
|
|
2412
|
+
"layout": zod_1.default.any().nullish(),
|
|
2413
|
+
"name": zod_1.default.string().nullish(),
|
|
2414
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2415
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2416
|
+
})).nullish(),
|
|
2417
|
+
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2418
|
+
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
2419
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2420
|
+
})).nullish()
|
|
2421
|
+
}).optional(),
|
|
2422
|
+
"activeFlowDefinitionId": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp),
|
|
2423
|
+
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowIdRegExp),
|
|
2424
|
+
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2425
|
+
"dataSourceContainer": zod_1.default.object({
|
|
2426
|
+
"dataSourceId": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
2427
|
+
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp),
|
|
2428
|
+
"name": zod_1.default.string(),
|
|
2429
|
+
"path": zod_1.default.string()
|
|
2430
|
+
}),
|
|
2431
|
+
"flowId": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExp),
|
|
2432
|
+
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExp),
|
|
2433
|
+
"inputName": zod_1.default.string(),
|
|
2434
|
+
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
2435
|
+
}))
|
|
2436
|
+
}).optional(),
|
|
2437
|
+
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemIdRegExp),
|
|
2438
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
2439
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
2440
|
+
"name": zod_1.default.string(),
|
|
2441
|
+
"properties": zod_1.default.array(zod_1.default.object({
|
|
2442
|
+
"description": zod_1.default.string().nullish(),
|
|
2443
|
+
"isVector": zod_1.default.boolean(),
|
|
2444
|
+
"name": zod_1.default.string()
|
|
2445
|
+
})),
|
|
2446
|
+
"version": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemVersionRegExp).nullish()
|
|
2447
|
+
})).nullish(),
|
|
2448
|
+
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemIdRegExp),
|
|
2449
|
+
"modifiedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2450
|
+
"modifiedByUserId": zod_1.default.string().nullish(),
|
|
2451
|
+
"name": zod_1.default.string(),
|
|
2452
|
+
"parentWorkspaceId": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemParentWorkspaceIdRegExp).nullish(),
|
|
2453
|
+
"workspacesInfo": zod_1.default.array(zod_1.default.object({
|
|
2454
|
+
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemWorkspacesInfoItemIdRegExp),
|
|
2455
|
+
"name": zod_1.default.string()
|
|
2456
|
+
})).nullish()
|
|
2457
|
+
})),
|
|
2458
|
+
"favorited": zod_1.default.boolean(),
|
|
2459
|
+
"firstPrompt": zod_1.default.string().nullish(),
|
|
2460
|
+
"id": zod_1.default.string().regex(exports.workSpacesPostResponseIdRegExp).nullish(),
|
|
2461
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2462
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2463
|
+
})),
|
|
2464
|
+
"modelConfigurations": zod_1.default.array(zod_1.default.object({
|
|
2465
|
+
"frequencyPenalty": zod_1.default.number(),
|
|
2466
|
+
"model": zod_1.default.object({
|
|
2467
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2468
|
+
"createdByUserId": zod_1.default.string().nullish(),
|
|
2469
|
+
"deployment": zod_1.default.object({
|
|
2470
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2471
|
+
"createdByUserId": zod_1.default.string().nullish(),
|
|
2472
|
+
"detailedMessage": zod_1.default.string().nullish(),
|
|
2473
|
+
"dockerFile": zod_1.default.string().nullish(),
|
|
2474
|
+
"id": zod_1.default.string().regex(exports.workSpacesPostResponseModelConfigurationsItemModelDeploymentIdRegExp),
|
|
2475
|
+
"modelName": zod_1.default.string(),
|
|
2476
|
+
"providerDeploymentId": zod_1.default.string().nullish(),
|
|
2477
|
+
"providerId": zod_1.default.string().regex(exports.workSpacesPostResponseModelConfigurationsItemModelDeploymentProviderIdRegExp).nullish(),
|
|
2478
|
+
"region": zod_1.default.string().nullish(),
|
|
2479
|
+
"status": zod_1.default.enum(['Deploying', 'Ready', 'Failed', 'Deleting', 'Deleted']),
|
|
2480
|
+
"statusMessage": zod_1.default.string().nullish(),
|
|
2481
|
+
"statusUpdatedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2482
|
+
"steps": zod_1.default.array(zod_1.default.object({
|
|
2483
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2484
|
+
"id": zod_1.default.string().regex(exports.workSpacesPostResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExp),
|
|
2485
|
+
"index": zod_1.default.number(),
|
|
2486
|
+
"message": zod_1.default.string(),
|
|
2487
|
+
"name": zod_1.default.enum(['DeployVNet', 'DeployVM', 'InstallDependencies', 'DownloadModel', 'TestModel']),
|
|
2488
|
+
"progress": zod_1.default.number(),
|
|
2489
|
+
"startedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2490
|
+
})),
|
|
2491
|
+
"url": zod_1.default.string().nullish(),
|
|
2492
|
+
"virtualMachineServerType": zod_1.default.enum(['TextGenerationInference', 'VLlm']).optional(),
|
|
2493
|
+
"virtualMachineUrl": zod_1.default.string().nullish(),
|
|
2494
|
+
"vmSize": zod_1.default.string().nullish()
|
|
2495
|
+
}).optional(),
|
|
2496
|
+
"displayName": zod_1.default.string(),
|
|
2497
|
+
"id": zod_1.default.string().regex(exports.workSpacesPostResponseModelConfigurationsItemModelIdRegExp),
|
|
2498
|
+
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
2499
|
+
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
2500
|
+
"name": zod_1.default.string(),
|
|
2501
|
+
"properties": zod_1.default.array(zod_1.default.object({
|
|
2502
|
+
"name": zod_1.default.string(),
|
|
2503
|
+
"type": zod_1.default.enum(['Boolean', 'Number', 'String'])
|
|
2504
|
+
}))
|
|
2505
|
+
}),
|
|
2506
|
+
"prePrompt": zod_1.default.string(),
|
|
2507
|
+
"presencePenalty": zod_1.default.number(),
|
|
2508
|
+
"role": zod_1.default.enum(['Document', 'Agent', 'Analyzer']),
|
|
2509
|
+
"temperature": zod_1.default.number(),
|
|
2510
|
+
"topP": zod_1.default.number()
|
|
2511
|
+
})),
|
|
2512
|
+
"modifiedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2513
|
+
"modifiedByUserId": zod_1.default.string().nullish(),
|
|
2514
|
+
"name": zod_1.default.string(),
|
|
2515
|
+
"outputSchema": zod_1.default.string().nullish(),
|
|
2516
|
+
"sandBoxThreadId": zod_1.default.string().regex(exports.workSpacesPostResponseSandBoxThreadIdRegExp).nullish(),
|
|
2517
|
+
"showSources": zod_1.default.boolean(),
|
|
2518
|
+
"summary": zod_1.default.string().nullish(),
|
|
2519
|
+
"supportsFiles": zod_1.default.boolean().nullish(),
|
|
2520
|
+
"tags": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2521
|
+
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2522
|
+
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
2523
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2524
|
+
}))
|
|
2525
|
+
});
|
|
2341
2526
|
/**
|
|
2342
|
-
* @summary
|
|
2527
|
+
* @summary Remove a particular workspace from SmartSpace, identified by its ID.
|
|
2343
2528
|
*/
|
|
2344
2529
|
exports.workSpacesDeletePathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2345
2530
|
exports.workSpacesDeleteParams = zod_1.default.strictObject({
|
|
2346
|
-
"id": zod_1.default.string().regex(exports.workSpacesDeletePathIdRegExp)
|
|
2531
|
+
"id": zod_1.default.string().regex(exports.workSpacesDeletePathIdRegExp).describe('The ID of the workspace to delete.')
|
|
2347
2532
|
});
|
|
2348
2533
|
/**
|
|
2349
|
-
* @summary
|
|
2534
|
+
* @summary Retrieve detailed information about a specific workspace in SmartSpace, using its ID.
|
|
2350
2535
|
*/
|
|
2351
2536
|
exports.workSpacesGetIdPathIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2352
2537
|
exports.workSpacesGetIdParams = zod_1.default.strictObject({
|
|
2353
|
-
"id": zod_1.default.string().regex(exports.workSpacesGetIdPathIdRegExpOne)
|
|
2538
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetIdPathIdRegExpOne).describe('The ID of the workspace to retrieve.')
|
|
2354
2539
|
});
|
|
2355
2540
|
exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2356
2541
|
exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -2552,18 +2737,30 @@ exports.workSpacesDeleteAdminParams = zod_1.default.strictObject({
|
|
|
2552
2737
|
"id": zod_1.default.string().regex(exports.workSpacesDeleteAdminPathIdRegExp),
|
|
2553
2738
|
"userId": zod_1.default.string().regex(exports.workSpacesDeleteAdminPathUserIdRegExp)
|
|
2554
2739
|
});
|
|
2740
|
+
exports.workSpacesDeleteAdminResponseItem = zod_1.default.object({
|
|
2741
|
+
"id": zod_1.default.string(),
|
|
2742
|
+
"isAdmin": zod_1.default.boolean(),
|
|
2743
|
+
"name": zod_1.default.string()
|
|
2744
|
+
});
|
|
2745
|
+
exports.workSpacesDeleteAdminResponse = zod_1.default.array(exports.workSpacesDeleteAdminResponseItem);
|
|
2555
2746
|
exports.workSpacesAddWorkspaceAdminPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2556
2747
|
exports.workSpacesAddWorkspaceAdminPathUserIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2557
2748
|
exports.workSpacesAddWorkspaceAdminParams = zod_1.default.strictObject({
|
|
2558
2749
|
"id": zod_1.default.string().regex(exports.workSpacesAddWorkspaceAdminPathIdRegExp),
|
|
2559
2750
|
"userId": zod_1.default.string().regex(exports.workSpacesAddWorkspaceAdminPathUserIdRegExp)
|
|
2560
2751
|
});
|
|
2752
|
+
exports.workSpacesAddWorkspaceAdminResponseItem = zod_1.default.object({
|
|
2753
|
+
"id": zod_1.default.string(),
|
|
2754
|
+
"isAdmin": zod_1.default.boolean(),
|
|
2755
|
+
"name": zod_1.default.string()
|
|
2756
|
+
});
|
|
2757
|
+
exports.workSpacesAddWorkspaceAdminResponse = zod_1.default.array(exports.workSpacesAddWorkspaceAdminResponseItem);
|
|
2561
2758
|
/**
|
|
2562
|
-
* @summary
|
|
2759
|
+
* @summary Update basic information of a specific workspace in SmartSpace, such as name and summary, using the workspace's ID.
|
|
2563
2760
|
*/
|
|
2564
2761
|
exports.workSpacesPutPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2565
2762
|
exports.workSpacesPutParams = zod_1.default.strictObject({
|
|
2566
|
-
"id": zod_1.default.string().regex(exports.workSpacesPutPathIdRegExp)
|
|
2763
|
+
"id": zod_1.default.string().regex(exports.workSpacesPutPathIdRegExp).describe('The ID of the workspace.')
|
|
2567
2764
|
});
|
|
2568
2765
|
exports.workSpacesPutBody = zod_1.default.strictObject({
|
|
2569
2766
|
"firstPrompt": zod_1.default.string().nullish(),
|
|
@@ -2574,26 +2771,26 @@ exports.workSpacesPutBody = zod_1.default.strictObject({
|
|
|
2574
2771
|
"tags": zod_1.default.array(zod_1.default.string()).nullish()
|
|
2575
2772
|
});
|
|
2576
2773
|
/**
|
|
2577
|
-
* @summary
|
|
2774
|
+
* @summary Mark a workspace as favorited or not in SmartSpace, using the workspaces's ID and a boolean value in the request.
|
|
2578
2775
|
*/
|
|
2579
2776
|
exports.workSpacesSetFavoritedPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2580
2777
|
exports.workSpacesSetFavoritedParams = zod_1.default.strictObject({
|
|
2581
|
-
"id": zod_1.default.string().regex(exports.workSpacesSetFavoritedPathIdRegExp)
|
|
2778
|
+
"id": zod_1.default.string().regex(exports.workSpacesSetFavoritedPathIdRegExp).describe('The ID of the workspace.')
|
|
2582
2779
|
});
|
|
2583
2780
|
exports.workSpacesSetFavoritedBody = zod_1.default.boolean();
|
|
2584
2781
|
/**
|
|
2585
|
-
* @summary
|
|
2782
|
+
* @summary Retrieve all message threads associated with a specific workspace in SmartSpace, identified by workspaceId, with pagination options take and skip.
|
|
2586
2783
|
*/
|
|
2587
2784
|
exports.workSpacesGetThreadsPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2588
2785
|
exports.workSpacesGetThreadsParams = zod_1.default.strictObject({
|
|
2589
|
-
"id": zod_1.default.string().regex(exports.workSpacesGetThreadsPathIdRegExp)
|
|
2786
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetThreadsPathIdRegExp).describe('The ID of the workspace.')
|
|
2590
2787
|
});
|
|
2591
2788
|
exports.workSpacesGetThreadsQueryTakeDefault = 50;
|
|
2592
2789
|
exports.workSpacesGetThreadsQuerySkipDefault = 0;
|
|
2593
2790
|
exports.workSpacesGetThreadsQueryParams = zod_1.default.strictObject({
|
|
2594
|
-
"take": zod_1.default.number().default(exports.workSpacesGetThreadsQueryTakeDefault),
|
|
2595
|
-
"skip": zod_1.default.number().optional(),
|
|
2596
|
-
"search": zod_1.default.string().optional()
|
|
2791
|
+
"take": zod_1.default.number().default(exports.workSpacesGetThreadsQueryTakeDefault).describe('The number of message threads to retrieve.'),
|
|
2792
|
+
"skip": zod_1.default.number().optional().describe('The number of message threads to skip.'),
|
|
2793
|
+
"search": zod_1.default.string().optional().describe('The term to filter threads by name or id.')
|
|
2597
2794
|
});
|
|
2598
2795
|
exports.workSpacesGetThreadsResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2599
2796
|
exports.workSpacesGetThreadsResponseDataItemWorkSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -2617,24 +2814,24 @@ exports.workSpacesGetThreadsResponse = zod_1.default.object({
|
|
|
2617
2814
|
/**
|
|
2618
2815
|
* @summary Deletes the model configuration for a specific workspace and role.
|
|
2619
2816
|
*/
|
|
2620
|
-
exports.
|
|
2621
|
-
exports.
|
|
2622
|
-
"id": zod_1.default.string().regex(exports.
|
|
2623
|
-
"role": zod_1.default.enum(['Document', 'Agent', 'Analyzer'])
|
|
2817
|
+
exports.workSpacesPutModelConfigurationIdModelconfigurationRoleDeletePathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2818
|
+
exports.workSpacesPutModelConfigurationIdModelconfigurationRoleDeleteParams = zod_1.default.strictObject({
|
|
2819
|
+
"id": zod_1.default.string().regex(exports.workSpacesPutModelConfigurationIdModelconfigurationRoleDeletePathIdRegExp).describe('The ID of the workspace.'),
|
|
2820
|
+
"role": zod_1.default.enum(['Document', 'Agent', 'Analyzer']).describe('The role of the model configuration.')
|
|
2624
2821
|
});
|
|
2625
2822
|
/**
|
|
2626
|
-
* @summary
|
|
2823
|
+
* @summary Configure AI models for a specific role within a workspace in SmartSpace, identified by workspaceId and role.
|
|
2627
2824
|
*/
|
|
2628
|
-
exports.
|
|
2629
|
-
exports.
|
|
2630
|
-
"id": zod_1.default.string().regex(exports.
|
|
2631
|
-
"role": zod_1.default.enum(['Document', 'Agent', 'Analyzer'])
|
|
2825
|
+
exports.workSpacesPutModelConfigurationIdModelconfigurationRolePutPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2826
|
+
exports.workSpacesPutModelConfigurationIdModelconfigurationRolePutParams = zod_1.default.strictObject({
|
|
2827
|
+
"id": zod_1.default.string().regex(exports.workSpacesPutModelConfigurationIdModelconfigurationRolePutPathIdRegExp).describe('The ID of the workspace.'),
|
|
2828
|
+
"role": zod_1.default.enum(['Document', 'Agent', 'Analyzer']).describe('The role for which the model configuration is being updated.')
|
|
2632
2829
|
});
|
|
2633
|
-
exports.
|
|
2634
|
-
exports.
|
|
2830
|
+
exports.workSpacesPutModelConfigurationIdModelconfigurationRolePutBodyModelIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2831
|
+
exports.workSpacesPutModelConfigurationIdModelconfigurationRolePutBody = zod_1.default.strictObject({
|
|
2635
2832
|
"frequencyPenalty": zod_1.default.number(),
|
|
2636
2833
|
"modelDisplayText": zod_1.default.string().nullish(),
|
|
2637
|
-
"modelId": zod_1.default.string().regex(exports.
|
|
2834
|
+
"modelId": zod_1.default.string().regex(exports.workSpacesPutModelConfigurationIdModelconfigurationRolePutBodyModelIdRegExp).nullish(),
|
|
2638
2835
|
"prePrompt": zod_1.default.string(),
|
|
2639
2836
|
"presencePenalty": zod_1.default.number(),
|
|
2640
2837
|
"role": zod_1.default.enum(['Document', 'Agent', 'Analyzer']),
|
|
@@ -2642,35 +2839,35 @@ exports.workSpacesPutModelConfigurationBody = zod_1.default.strictObject({
|
|
|
2642
2839
|
"topP": zod_1.default.number()
|
|
2643
2840
|
});
|
|
2644
2841
|
/**
|
|
2645
|
-
* @summary
|
|
2842
|
+
* @summary Detach a specific dataspace from a workspace in SmartSpace, identified by both workspaceId and dataspaceId.
|
|
2646
2843
|
*/
|
|
2647
2844
|
exports.workSpacesRemoveDataSpacePathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2648
2845
|
exports.workSpacesRemoveDataSpacePathDataspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2649
2846
|
exports.workSpacesRemoveDataSpaceParams = zod_1.default.strictObject({
|
|
2650
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesRemoveDataSpacePathWorkspaceIdRegExp),
|
|
2651
|
-
"dataspaceId": zod_1.default.string().regex(exports.workSpacesRemoveDataSpacePathDataspaceIdRegExp)
|
|
2847
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesRemoveDataSpacePathWorkspaceIdRegExp).describe('The ID of the workspace.'),
|
|
2848
|
+
"dataspaceId": zod_1.default.string().regex(exports.workSpacesRemoveDataSpacePathDataspaceIdRegExp).describe('The ID of the data space.')
|
|
2652
2849
|
});
|
|
2653
2850
|
/**
|
|
2654
|
-
* @summary
|
|
2851
|
+
* @summary Link a specific dataspace to a workspace in SmartSpace, using both workspaceId and dataspaceId.
|
|
2655
2852
|
*/
|
|
2656
2853
|
exports.workSpacesAddDataSpacePathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2657
2854
|
exports.workSpacesAddDataSpacePathDataspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2658
2855
|
exports.workSpacesAddDataSpaceParams = zod_1.default.strictObject({
|
|
2659
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesAddDataSpacePathWorkspaceIdRegExp),
|
|
2660
|
-
"dataspaceId": zod_1.default.string().regex(exports.workSpacesAddDataSpacePathDataspaceIdRegExp)
|
|
2856
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesAddDataSpacePathWorkspaceIdRegExp).describe('The ID of the workspace.'),
|
|
2857
|
+
"dataspaceId": zod_1.default.string().regex(exports.workSpacesAddDataSpacePathDataspaceIdRegExp).describe('The ID of the data space.')
|
|
2661
2858
|
});
|
|
2662
2859
|
/**
|
|
2663
|
-
* @summary Gets a list of all the files that are uploaded directly to the workspace
|
|
2860
|
+
* @summary Gets a list of all the files that are uploaded directly to the workspace
|
|
2664
2861
|
*/
|
|
2665
2862
|
exports.workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2666
2863
|
exports.workSpacesGetWorkspaceFilesParams = zod_1.default.strictObject({
|
|
2667
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp)
|
|
2864
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp).describe('The ID of the workspace.')
|
|
2668
2865
|
});
|
|
2669
2866
|
exports.workSpacesGetWorkspaceFilesQueryTakeDefault = 20;
|
|
2670
2867
|
exports.workSpacesGetWorkspaceFilesQuerySkipDefault = 0;
|
|
2671
2868
|
exports.workSpacesGetWorkspaceFilesQueryParams = zod_1.default.strictObject({
|
|
2672
|
-
"take": zod_1.default.number().default(exports.workSpacesGetWorkspaceFilesQueryTakeDefault),
|
|
2673
|
-
"skip": zod_1.default.number().optional()
|
|
2869
|
+
"take": zod_1.default.number().default(exports.workSpacesGetWorkspaceFilesQueryTakeDefault).describe('The number of files to retrieve.'),
|
|
2870
|
+
"skip": zod_1.default.number().optional().describe('The number of files to skip.')
|
|
2674
2871
|
});
|
|
2675
2872
|
exports.workSpacesGetWorkspaceFilesResponseDataItemFileIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2676
2873
|
exports.workSpacesGetWorkspaceFilesResponseDataItemFileThreadIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -2701,14 +2898,14 @@ exports.workSpacesGetWorkspaceFilesResponse = zod_1.default.object({
|
|
|
2701
2898
|
"total": zod_1.default.number()
|
|
2702
2899
|
});
|
|
2703
2900
|
/**
|
|
2704
|
-
* @summary Uploads a list of files directly to the workspace
|
|
2901
|
+
* @summary Uploads a list of files directly to the workspace
|
|
2705
2902
|
*/
|
|
2706
2903
|
exports.workSpacesWorkspaceFilesPathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2707
2904
|
exports.workSpacesWorkspaceFilesParams = zod_1.default.strictObject({
|
|
2708
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesWorkspaceFilesPathWorkspaceIdRegExp)
|
|
2905
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesWorkspaceFilesPathWorkspaceIdRegExp).describe('The ID of the workspace.')
|
|
2709
2906
|
});
|
|
2710
2907
|
exports.workSpacesWorkspaceFilesBody = zod_1.default.strictObject({
|
|
2711
|
-
"files": zod_1.default.array(zod_1.default.instanceof(File)).optional()
|
|
2908
|
+
"files": zod_1.default.array(zod_1.default.instanceof(File)).optional().describe('Collection of binary file data')
|
|
2712
2909
|
});
|
|
2713
2910
|
exports.workSpacesWorkspaceFilesResponseFileIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2714
2911
|
exports.workSpacesWorkspaceFilesResponseFileThreadIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -2737,74 +2934,24 @@ exports.workSpacesWorkspaceFilesResponseItem = zod_1.default.object({
|
|
|
2737
2934
|
});
|
|
2738
2935
|
exports.workSpacesWorkspaceFilesResponse = zod_1.default.array(exports.workSpacesWorkspaceFilesResponseItem);
|
|
2739
2936
|
/**
|
|
2740
|
-
* @summary Removes a file
|
|
2937
|
+
* @summary Removes a file form the workspace and the ingested content
|
|
2741
2938
|
*/
|
|
2742
2939
|
exports.workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2743
2940
|
exports.workSpacesDeleteWorkspaceFilePathFileIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2744
2941
|
exports.workSpacesDeleteWorkspaceFileParams = zod_1.default.strictObject({
|
|
2745
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp),
|
|
2746
|
-
"fileId": zod_1.default.string().regex(exports.workSpacesDeleteWorkspaceFilePathFileIdRegExp)
|
|
2942
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp).describe('The ID of the workspace.'),
|
|
2943
|
+
"fileId": zod_1.default.string().regex(exports.workSpacesDeleteWorkspaceFilePathFileIdRegExp).describe('The ID of the file to delete')
|
|
2747
2944
|
});
|
|
2748
2945
|
exports.workSpacesGetActiveFlowPathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2749
2946
|
exports.workSpacesGetActiveFlowParams = zod_1.default.strictObject({
|
|
2750
2947
|
"workspaceId": zod_1.default.string().regex(exports.workSpacesGetActiveFlowPathWorkspaceIdRegExp)
|
|
2751
2948
|
});
|
|
2752
|
-
exports.workSpacesGetActiveFlowResponse = zod_1.default.object({
|
|
2753
|
-
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2754
|
-
"constants": zod_1.default.array(zod_1.default.object({
|
|
2755
|
-
"target": zod_1.default.object({
|
|
2756
|
-
"pin": zod_1.default.string(),
|
|
2757
|
-
"port": zod_1.default.string()
|
|
2758
|
-
}),
|
|
2759
|
-
"value": zod_1.default.any().nullish()
|
|
2760
|
-
})).nullish(),
|
|
2761
|
-
"description": zod_1.default.string().nullish(),
|
|
2762
|
-
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
2763
|
-
"pin": zod_1.default.string(),
|
|
2764
|
-
"port": zod_1.default.string()
|
|
2765
|
-
})).nullish(),
|
|
2766
|
-
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
2767
|
-
"pin": zod_1.default.string(),
|
|
2768
|
-
"port": zod_1.default.string()
|
|
2769
|
-
})).nullish(),
|
|
2770
|
-
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2771
|
-
"name": zod_1.default.string(),
|
|
2772
|
-
"version": zod_1.default.string()
|
|
2773
|
-
})).nullish(),
|
|
2774
|
-
"connections": zod_1.default.array(zod_1.default.object({
|
|
2775
|
-
"source": zod_1.default.object({
|
|
2776
|
-
"node": zod_1.default.string(),
|
|
2777
|
-
"pin": zod_1.default.string().nullish(),
|
|
2778
|
-
"port": zod_1.default.string().nullish()
|
|
2779
|
-
}),
|
|
2780
|
-
"target": zod_1.default.object({
|
|
2781
|
-
"node": zod_1.default.string(),
|
|
2782
|
-
"pin": zod_1.default.string().nullish(),
|
|
2783
|
-
"port": zod_1.default.string().nullish()
|
|
2784
|
-
})
|
|
2785
|
-
})).nullish(),
|
|
2786
|
-
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2787
|
-
"value": zod_1.default.any().nullish()
|
|
2788
|
-
})).nullish(),
|
|
2789
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2790
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2791
|
-
})).nullish(),
|
|
2792
|
-
"layout": zod_1.default.any().nullish(),
|
|
2793
|
-
"name": zod_1.default.string().nullish(),
|
|
2794
|
-
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2795
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2796
|
-
})).nullish(),
|
|
2797
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2798
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
2799
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2800
|
-
})).nullish()
|
|
2801
|
-
});
|
|
2802
2949
|
/**
|
|
2803
|
-
* @summary
|
|
2950
|
+
* @summary Creates a flow
|
|
2804
2951
|
*/
|
|
2805
2952
|
exports.workSpacesSetActiveFlowPathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2806
2953
|
exports.workSpacesSetActiveFlowParams = zod_1.default.strictObject({
|
|
2807
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowPathWorkspaceIdRegExp)
|
|
2954
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowPathWorkspaceIdRegExp).describe('The ID of the workspace.')
|
|
2808
2955
|
});
|
|
2809
2956
|
exports.workSpacesSetActiveFlowBody = zod_1.default.strictObject({
|
|
2810
2957
|
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
@@ -2857,11 +3004,11 @@ exports.workSpacesSetActiveFlowBody = zod_1.default.strictObject({
|
|
|
2857
3004
|
})).nullish()
|
|
2858
3005
|
});
|
|
2859
3006
|
/**
|
|
2860
|
-
* @summary Updates the layout of blocks for the
|
|
3007
|
+
* @summary Updates the the layout of blocks for the flowdefintion
|
|
2861
3008
|
*/
|
|
2862
3009
|
exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2863
3010
|
exports.workSpacesSetActiveFlowLayoutParams = zod_1.default.strictObject({
|
|
2864
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp)
|
|
3011
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp).describe('The ID of the workspace.')
|
|
2865
3012
|
});
|
|
2866
3013
|
exports.workSpacesSetActiveFlowLayoutBody = zod_1.default.any();
|
|
2867
3014
|
/**
|
package/package.json
CHANGED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v7.13.2 🍺
|
|
3
|
-
* Do not edit manually.
|
|
4
|
-
* SmartSpace Chat API
|
|
5
|
-
* OpenAPI spec version: v1
|
|
6
|
-
*/
|
|
7
|
-
import type { WorkSpacesWorkSpace } from './workSpacesWorkSpace';
|
|
8
|
-
export interface PagedDataCollectionWorkSpacesWorkSpace {
|
|
9
|
-
data: WorkSpacesWorkSpace[];
|
|
10
|
-
total: number;
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v7.13.2 🍺
|
|
3
|
-
* Do not edit manually.
|
|
4
|
-
* SmartSpace Admin API
|
|
5
|
-
* OpenAPI spec version: v1
|
|
6
|
-
*/
|
|
7
|
-
import type { AppUserAppUserDetail } from './appUserAppUserDetail';
|
|
8
|
-
export interface PagedDataCollectionAppUserAppUserDetail {
|
|
9
|
-
data: AppUserAppUserDetail[];
|
|
10
|
-
total: number;
|
|
11
|
-
}
|