@smartspace/api-client 0.1.0-dev.793b98c → 0.1.0-dev.7e0ae34
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 +20 -14
- package/dist/generated/chat/api.js +56 -9
- package/dist/generated/chat/models/aiIModelProperty.d.ts +11 -0
- package/dist/generated/chat/models/aiModel.d.ts +24 -0
- package/dist/generated/chat/models/aiModelDeployment.d.ts +44 -0
- package/dist/generated/chat/models/aiModelDeploymentStep.d.ts +19 -0
- package/dist/generated/chat/models/{modelModelSummary.d.ts → aiModelSummary.d.ts} +5 -3
- package/dist/generated/chat/models/enumsModelPublisher.d.ts +22 -0
- package/dist/generated/chat/models/enumsModelPublisher.js +25 -0
- package/dist/generated/chat/models/fileUriResponse.d.ts +9 -0
- package/dist/generated/chat/models/index.d.ts +26 -20
- package/dist/generated/chat/models/index.js +26 -20
- package/dist/generated/chat/models/messagesCreateMessageInput.d.ts +15 -0
- package/dist/generated/chat/models/{messageCreateMessageInputChannels.d.ts → messagesCreateMessageInputChannels.d.ts} +1 -1
- package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowErrorData.d.ts → messagesCreateMessageInputValue.d.ts} +1 -1
- package/dist/generated/chat/models/{messageMessage.d.ts → messagesMessage.d.ts} +5 -5
- package/dist/generated/chat/models/{messageMessageCreatorProfileImage.d.ts → messagesMessageCreatorProfileImage.d.ts} +1 -1
- package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowError.d.ts → messagesMessageError.d.ts} +3 -3
- package/dist/generated/chat/models/{messageMessageValueValue.d.ts → messagesMessageErrorData.d.ts} +1 -1
- package/dist/generated/chat/models/{messageMessageRequest.d.ts → messagesMessageRequest.d.ts} +5 -5
- package/dist/generated/chat/models/{messageMessageRequestVariables.d.ts → messagesMessageRequestVariables.d.ts} +1 -1
- package/dist/generated/chat/models/{messageMessageValue.d.ts → messagesMessageValue.d.ts} +5 -5
- package/dist/generated/chat/models/{messageMessageValueChannels.d.ts → messagesMessageValueChannels.d.ts} +1 -1
- package/dist/generated/chat/models/{messageCreateMessageInputValue.d.ts → messagesMessageValueValue.d.ts} +1 -1
- package/dist/generated/chat/models/modelModel.d.ts +2 -0
- package/dist/generated/chat/models/{pagedDataCollectionWorkSpace.d.ts → pagedDataCollectionAiModelSummary.d.ts} +3 -3
- package/dist/generated/chat/models/pagedDataCollectionMessagesMessage.d.ts +11 -0
- package/dist/generated/chat/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +11 -0
- package/dist/generated/chat/models/{appUserAppUser.d.ts → usersAppUser.d.ts} +1 -1
- package/dist/generated/chat/models/usersAppUser.js +8 -0
- package/dist/generated/chat/models/workSpacesGetAccessParams.d.ts +0 -9
- package/dist/generated/chat/models/workSpacesGetGetParams.d.ts +0 -12
- package/dist/generated/chat/models/workSpacesThreadParams.d.ts +0 -9
- package/dist/generated/chat/models/{workSpace.d.ts → workSpacesWorkSpace.d.ts} +5 -7
- package/dist/generated/chat/models/{workSpaceInputs.d.ts → workSpacesWorkSpaceInputs.d.ts} +1 -1
- package/dist/generated/chat/models/{workSpaceVariables.d.ts → workSpacesWorkSpaceVariables.d.ts} +1 -1
- package/dist/generated/chat/zod.d.ts +181 -7
- package/dist/generated/chat/zod.js +136 -24
- package/dist/generated/config/api.d.ts +142 -64
- package/dist/generated/config/api.js +336 -87
- package/dist/generated/config/models/aiIModelProperty.d.ts +11 -0
- package/dist/generated/config/models/aiModel.d.ts +24 -0
- package/dist/generated/config/models/aiModelDeployment.d.ts +44 -0
- package/dist/generated/config/models/aiModelDeploymentStep.d.ts +19 -0
- package/dist/generated/config/models/{modelModelSummary.d.ts → aiModelSummary.d.ts} +5 -3
- package/dist/generated/config/models/{blockInfo.d.ts → blocksBlockInfo.d.ts} +3 -3
- package/dist/generated/config/models/blocksBlockInterface.d.ts +17 -0
- package/dist/generated/config/models/{outputPinInterfaceMetadata.d.ts → blocksBlockInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/blocksBlockInterfacePorts.d.ts +10 -0
- package/dist/generated/config/models/blocksBlockInterfaceState.d.ts +10 -0
- package/dist/generated/config/models/{blockBlockSet.d.ts → blocksBlockSet.d.ts} +3 -3
- package/dist/generated/config/models/blocksBlockSetBlockInterfaces.d.ts +12 -0
- package/dist/generated/config/models/{blockBlockSetBlockInterfaces.d.ts → blocksGetBlocks200One.d.ts} +3 -3
- package/dist/generated/config/models/blocksGetBlocks200Three.d.ts +12 -0
- package/dist/generated/config/models/blocksGetBlocks200Two.d.ts +12 -0
- package/dist/generated/config/models/blocksInputPinInterface.d.ts +23 -0
- package/dist/generated/config/models/{messageCreateMessageInputValue.d.ts → blocksInputPinInterfaceDefault.d.ts} +1 -1
- package/dist/generated/config/models/{inputPinInterfaceGenerics.d.ts → blocksInputPinInterfaceGenerics.d.ts} +1 -1
- package/dist/generated/config/models/blocksInputPinInterfaceMetadata.d.ts +9 -0
- package/dist/generated/config/models/{inputPinInterfaceMetadata.d.ts → blocksInputPinInterfaceSchema.d.ts} +1 -1
- package/dist/generated/config/models/blocksOutputPinInterface.d.ts +19 -0
- package/dist/generated/config/models/{outputPinInterfaceGenerics.d.ts → blocksOutputPinInterfaceGenerics.d.ts} +1 -1
- package/dist/generated/config/models/blocksOutputPinInterfaceMetadata.d.ts +9 -0
- package/dist/generated/config/models/blocksOutputPinInterfaceSchema.d.ts +9 -0
- package/dist/generated/config/models/blocksPortInterface.d.ts +17 -0
- package/dist/generated/config/models/blocksPortInterfaceInputs.d.ts +10 -0
- package/dist/generated/config/models/{blockInterfaceMetadata.d.ts → blocksPortInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/blocksPortInterfaceOutputs.d.ts +10 -0
- package/dist/generated/config/models/blocksStateInterface.d.ts +15 -0
- package/dist/generated/config/models/{messageMessageValueValue.d.ts → blocksStateInterfaceDefault.d.ts} +1 -1
- package/dist/generated/config/models/{inputPinInterfaceSchema.d.ts → blocksStateInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/createModel.d.ts +2 -0
- package/dist/generated/config/models/dataSetItem.d.ts +15 -0
- package/dist/generated/config/models/dataSetItemMetadata.d.ts +35 -0
- package/dist/generated/config/models/{portInterfaceMetadata.d.ts → dataSetItemProperties.d.ts} +1 -1
- package/dist/generated/config/models/dataSetsCreateDataSet.d.ts +14 -0
- package/dist/generated/config/models/{createContainer.d.ts → dataSetsCreateDataSetContainer.d.ts} +1 -1
- package/dist/generated/config/models/dataSetsDataSet.d.ts +34 -0
- package/dist/generated/config/models/{createDataSet.d.ts → dataSetsDataSetProperty.d.ts} +2 -3
- package/dist/generated/config/models/{dataSetsGetIdItemsParams.d.ts → dataSetsGetItemsParams.d.ts} +1 -1
- package/dist/generated/config/models/{dataSetsGetGetParams.d.ts → dataSetsGetParams.d.ts} +1 -1
- package/dist/generated/config/models/dataSetsUpdateDataSet.d.ts +17 -0
- package/dist/generated/config/models/{updateDataSetBasicInfo.d.ts → dataSetsUpdateDataSetBasicInfo.d.ts} +1 -1
- package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +12 -0
- package/dist/generated/config/models/{createDataSource.d.ts → dataSourcesCreateDataSource.d.ts} +3 -3
- package/dist/generated/config/models/{testDataSourceConnectionCredentials.d.ts → dataSourcesCreateDataSourceCredentials.d.ts} +1 -1
- package/dist/generated/config/models/{dataSource.d.ts → dataSourcesDataSource.d.ts} +1 -1
- package/dist/generated/config/models/dataSourcesDataSourceAdminUser.d.ts +10 -0
- package/dist/generated/config/models/{dataSourceCredentialsDefinition.d.ts → dataSourcesDataSourceCredentialsDefinition.d.ts} +3 -3
- package/dist/generated/config/models/{dataSourceProperty.d.ts → dataSourcesDataSourceProperty.d.ts} +1 -1
- package/dist/generated/config/models/dataSourcesDataSourceType.d.ts +14 -0
- package/dist/generated/config/models/dataSourcesTestDataSourceConnection.d.ts +11 -0
- package/dist/generated/config/models/{createDataSourceCredentials.d.ts → dataSourcesTestDataSourceConnectionCredentials.d.ts} +1 -1
- package/dist/generated/config/models/{updateDataSource.d.ts → dataSourcesUpdateDataSource.d.ts} +1 -1
- package/dist/generated/config/models/dataSourcesUpdateDataSourceCredentials.d.ts +10 -0
- package/dist/generated/config/models/{updateDataSourceCredentialsCredentials.d.ts → dataSourcesUpdateDataSourceCredentialsCredentials.d.ts} +1 -1
- package/dist/generated/config/models/{createDataSpace.d.ts → dataSpacesCreateDataSpace.d.ts} +1 -1
- package/dist/generated/config/models/dataSpacesDataSpace.d.ts +24 -0
- package/dist/generated/config/models/dataSpacesDataSpaceAdmin.d.ts +12 -0
- package/dist/generated/config/models/{updateContainer.d.ts → dataSpacesDataSpaceWorkSpaceRef.d.ts} +3 -3
- package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +0 -9
- package/dist/generated/config/models/dataSpacesGetParams.d.ts +0 -9
- package/dist/generated/config/models/{updateDataSpace.d.ts → dataSpacesUpdateDataSpace.d.ts} +1 -1
- package/dist/generated/config/models/enumsModelPublisher.d.ts +22 -0
- package/dist/generated/config/models/enumsModelPublisher.js +25 -0
- package/dist/generated/config/models/fileUriResponse.d.ts +9 -0
- package/dist/generated/config/models/flowDataSet.d.ts +18 -0
- package/dist/generated/config/models/flowDataSpace.d.ts +13 -0
- package/dist/generated/config/models/flowRun.d.ts +18 -0
- package/dist/generated/config/models/{stateInterfaceMetadata.d.ts → flowRunsAddFileIdFilesBody.d.ts} +2 -2
- package/dist/generated/config/models/flowRunsCreateFlowRunParams.d.ts +13 -0
- package/dist/generated/config/models/{updateDataSet.d.ts → flowWorkSpace.d.ts} +6 -4
- package/dist/generated/config/models/index.d.ts +111 -79
- package/dist/generated/config/models/index.js +111 -79
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +16 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRunError.d.ts +13 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +18 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.js +2 -0
- package/dist/generated/config/models/messagesCreateMessageInput.d.ts +15 -0
- package/dist/generated/config/models/messagesCreateMessageInput.js +2 -0
- package/dist/generated/config/models/{messageCreateMessageInputChannels.d.ts → messagesCreateMessageInputChannels.d.ts} +1 -1
- package/dist/generated/config/models/messagesCreateMessageInputValue.d.ts +10 -0
- package/dist/generated/config/models/{messageMessage.d.ts → messagesMessage.d.ts} +5 -5
- package/dist/generated/config/models/messagesMessage.js +2 -0
- package/dist/generated/config/models/{messageMessageCreatorProfileImage.d.ts → messagesMessageCreatorProfileImage.d.ts} +1 -1
- package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.d.ts → messagesMessageError.d.ts} +3 -3
- package/dist/generated/config/models/messagesMessageError.js +2 -0
- package/dist/generated/config/models/{stateInterfaceDefault.d.ts → messagesMessageErrorData.d.ts} +1 -1
- package/dist/generated/config/models/{messageMessageValue.d.ts → messagesMessageValue.d.ts} +5 -5
- package/dist/generated/config/models/messagesMessageValue.js +2 -0
- package/dist/generated/config/models/{messageMessageValueChannels.d.ts → messagesMessageValueChannels.d.ts} +1 -1
- package/dist/generated/config/models/{inputPinInterfaceDefault.d.ts → messagesMessageValueValue.d.ts} +1 -1
- package/dist/generated/config/models/messagesSandBoxMessageRequest.d.ts +13 -0
- package/dist/generated/config/models/messagesSandBoxMessageRequest.js +2 -0
- package/dist/generated/config/models/messagesSandBoxMessageRequestVariables.d.ts +12 -0
- package/dist/generated/config/models/messagesSandBoxMessageRequestVariables.js +8 -0
- package/dist/generated/config/models/modelModel.d.ts +2 -0
- package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesParams.d.ts → modelProvidersGetProvidersParams.d.ts} +3 -3
- package/dist/generated/config/models/modelProvidersGetProvidersParams.js +8 -0
- package/dist/generated/config/models/modelsGetDefaultDockerFileParams.d.ts +10 -0
- package/dist/generated/config/models/modelsGetDefaultDockerFileParams.js +2 -0
- package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.d.ts → pagedDataCollectionAiModelSummary.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionAiModelSummary.js +2 -0
- package/dist/generated/config/models/{pagedDataCollectionDataSet.d.ts → pagedDataCollectionDataSetsDataSet.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionDataSetsDataSet.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.js +2 -0
- package/dist/generated/config/models/{pagedDataCollectionDataSpace.d.ts → pagedDataCollectionUsersAppUser.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionUsersAppUser.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.js +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.d.ts +11 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.js +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.d.ts +11 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.js +2 -0
- package/dist/generated/config/models/{sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesParams.d.ts → sandBoxGetThreadMessagesParams.d.ts} +1 -1
- package/dist/generated/config/models/sandBoxGetThreadMessagesParams.js +8 -0
- package/dist/generated/config/models/usersAdminPermissionParams.d.ts +9 -0
- package/dist/generated/config/models/usersAdminPermissionParams.js +8 -0
- package/dist/generated/config/models/{appRole.d.ts → usersAppRole.d.ts} +1 -1
- package/dist/generated/config/models/usersAppRole.js +8 -0
- package/dist/generated/config/models/{appUserAppUser.d.ts → usersAppUser.d.ts} +1 -1
- package/dist/generated/config/models/usersAppUser.js +8 -0
- package/dist/generated/config/models/{appUserAppUserDetail.d.ts → usersAppUserDetail.d.ts} +1 -1
- package/dist/generated/config/models/usersAppUserDetail.js +2 -0
- package/dist/generated/config/models/{appUserAppUserSearchResult.d.ts → usersAppUserSearchResult.d.ts} +1 -1
- package/dist/generated/config/models/usersAppUserSearchResult.js +8 -0
- package/dist/generated/config/models/{appUserServicePrincipalSearchResult.d.ts → usersServicePrincipalSearchResult.d.ts} +1 -1
- package/dist/generated/config/models/usersServicePrincipalSearchResult.js +8 -0
- package/dist/generated/config/models/{createWorkSpace.d.ts → workSpacesCreateWorkSpace.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesCreateWorkSpace.js +2 -0
- package/dist/generated/config/models/workSpacesGetGetParams.d.ts +0 -9
- package/dist/generated/config/models/workSpacesGetThreadsParams.d.ts +0 -9
- package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.d.ts +10 -0
- package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.js +8 -0
- package/dist/generated/config/models/{workSpaceBasicInfo.d.ts → workSpacesUpdateWorkSpaceBasicInfo.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesUpdateWorkSpaceBasicInfo.js +8 -0
- package/dist/generated/config/models/{workSpace.d.ts → workSpacesWorkSpace.d.ts} +5 -7
- package/dist/generated/config/models/workSpacesWorkSpace.js +2 -0
- package/dist/generated/config/models/{workSpaceInputs.d.ts → workSpacesWorkSpaceInputs.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesWorkSpaceInputs.js +2 -0
- package/dist/generated/config/models/{workSpaceUser.d.ts → workSpacesWorkSpaceUser.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesWorkSpaceUser.js +8 -0
- package/dist/generated/config/models/{workSpaceVariables.d.ts → workSpacesWorkSpaceVariables.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesWorkSpaceVariables.js +2 -0
- package/dist/generated/config/models/workSpacesWorkspaceFilesBody.d.ts +9 -0
- package/dist/generated/config/models/workSpacesWorkspaceFilesBody.js +8 -0
- package/dist/generated/config/zod.d.ts +1240 -904
- package/dist/generated/config/zod.js +869 -703
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.d.ts +24 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.js +5 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.d.ts +27 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.js +5 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +71 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.js +2 -0
- package/dist/generated/signalr/TypedSignalR.Client/index.d.ts +21 -0
- package/dist/generated/signalr/TypedSignalR.Client/index.js +114 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/signalr.d.ts +4 -0
- package/dist/signalr.js +18 -0
- package/package.json +6 -2
- package/dist/generated/chat/models/messageCreateMessageInput.d.ts +0 -15
- package/dist/generated/chat/models/pagedDataCollectionMessageMessage.d.ts +0 -11
- package/dist/generated/chat/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
- package/dist/generated/config/models/blockInterface.d.ts +0 -17
- package/dist/generated/config/models/blockInterfacePorts.d.ts +0 -10
- package/dist/generated/config/models/blockInterfaceState.d.ts +0 -10
- package/dist/generated/config/models/dataSourceType.d.ts +0 -14
- package/dist/generated/config/models/inputPinInterface.d.ts +0 -23
- package/dist/generated/config/models/integrationsSmartSpaceAiFlowErrorData.d.ts +0 -10
- package/dist/generated/config/models/messageCreateMessageInput.d.ts +0 -15
- package/dist/generated/config/models/messageSandBoxMessageRequest.d.ts +0 -10
- package/dist/generated/config/models/outputPinInterface.d.ts +0 -19
- package/dist/generated/config/models/outputPinInterfaceSchema.d.ts +0 -9
- 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/pagedDataCollectionDataSource.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionWorkSpace.d.ts +0 -11
- package/dist/generated/config/models/portInterface.d.ts +0 -17
- package/dist/generated/config/models/portInterfaceInputs.d.ts +0 -10
- package/dist/generated/config/models/portInterfaceOutputs.d.ts +0 -10
- package/dist/generated/config/models/stateInterface.d.ts +0 -15
- package/dist/generated/config/models/testDataSourceConnection.d.ts +0 -11
- package/dist/generated/config/models/updateDataSourceCredentials.d.ts +0 -10
- package/dist/generated/config/models/workSpacesUpdatePromptResponseFlagParams.d.ts +0 -12
- package/dist/generated/config/models/workSpacesWorkspaceFilesWorkspaceIdFilesBody.d.ts +0 -10
- /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowError.js → aiIModelProperty.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInput.js → aiModel.js} +0 -0
- /package/dist/generated/chat/models/{messageMessage.js → aiModelDeployment.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageRequest.js → aiModelDeploymentStep.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValue.js → aiModelSummary.js} +0 -0
- /package/dist/generated/chat/models/{appUserAppUser.js → fileUriResponse.js} +0 -0
- /package/dist/generated/chat/models/{modelModelSummary.js → messagesCreateMessageInput.js} +0 -0
- /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowErrorData.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInputChannels.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionMessageMessage.js → messagesMessage.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInputValue.js → messagesMessageCreatorProfileImage.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionModelModelSummary.js → messagesMessageError.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageCreatorProfileImage.js → messagesMessageErrorData.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionWorkSpace.js → messagesMessageRequest.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageRequestVariables.js → messagesMessageRequestVariables.js} +0 -0
- /package/dist/generated/chat/models/{workSpace.js → messagesMessageValue.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValueChannels.js → messagesMessageValueChannels.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValueValue.js → messagesMessageValueValue.js} +0 -0
- /package/dist/generated/chat/models/{workSpaceInputs.js → pagedDataCollectionAiModelSummary.js} +0 -0
- /package/dist/generated/chat/models/{workSpaceVariables.js → pagedDataCollectionMessagesMessage.js} +0 -0
- /package/dist/generated/{config/models/appUserAppUserDetail.js → chat/models/pagedDataCollectionWorkSpacesWorkSpace.js} +0 -0
- /package/dist/generated/{config/models/blockBlockSet.js → chat/models/workSpacesWorkSpace.js} +0 -0
- /package/dist/generated/{config/models/blockBlockSetBlockInterfaces.js → chat/models/workSpacesWorkSpaceInputs.js} +0 -0
- /package/dist/generated/{config/models/blockInfo.js → chat/models/workSpacesWorkSpaceVariables.js} +0 -0
- /package/dist/generated/config/models/{blockInterface.js → aiIModelProperty.js} +0 -0
- /package/dist/generated/config/models/{blockInterfacePorts.js → aiModel.js} +0 -0
- /package/dist/generated/config/models/{blockInterfaceState.js → aiModelDeployment.js} +0 -0
- /package/dist/generated/config/models/{createDataSet.js → aiModelDeploymentStep.js} +0 -0
- /package/dist/generated/config/models/{createDataSource.js → aiModelSummary.js} +0 -0
- /package/dist/generated/config/models/{createWorkSpace.js → blocksBlockInfo.js} +0 -0
- /package/dist/generated/config/models/{dataSource.js → blocksBlockInterface.js} +0 -0
- /package/dist/generated/config/models/{appRole.js → blocksBlockInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{dataSourceCredentialsDefinition.js → blocksBlockInterfacePorts.js} +0 -0
- /package/dist/generated/config/models/{dataSourceProperty.js → blocksBlockInterfaceState.js} +0 -0
- /package/dist/generated/config/models/{dataSourceType.js → blocksBlockSet.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterface.js → blocksBlockSetBlockInterfaces.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceGenerics.js → blocksGetBlocks200One.js} +0 -0
- /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.js → blocksGetBlocks200Three.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInput.js → blocksGetBlocks200Two.js} +0 -0
- /package/dist/generated/config/models/{messageMessage.js → blocksInputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{appUserAppUser.js → blocksInputPinInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValue.js → blocksInputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{appUserAppUserSearchResult.js → blocksInputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{appUserServicePrincipalSearchResult.js → blocksInputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{messageSandBoxMessageRequest.js → blocksOutputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{modelModelSummary.js → blocksOutputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{blockInterfaceMetadata.js → blocksOutputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{createContainer.js → blocksOutputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterface.js → blocksPortInterface.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceGenerics.js → blocksPortInterfaceInputs.js} +0 -0
- /package/dist/generated/config/models/{createDataSourceCredentials.js → blocksPortInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.js → blocksPortInterfaceOutputs.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserDetail.js → blocksStateInterface.js} +0 -0
- /package/dist/generated/config/models/{createDataSpace.js → blocksStateInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{dataSetsGetGetParams.js → blocksStateInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserSearchResult.js → dataSetItem.js} +0 -0
- /package/dist/generated/config/models/{dataSetsGetIdItemsParams.js → dataSetItemMetadata.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceDefault.js → dataSetItemProperties.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserServicePrincipalSearchResult.js → dataSetsCreateDataSet.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceMetadata.js → dataSetsCreateDataSetContainer.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionDataSet.js → dataSetsDataSet.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceSchema.js → dataSetsDataSetProperty.js} +0 -0
- /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowErrorData.js → dataSetsGetItemsParams.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInputChannels.js → dataSetsGetParams.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionDataSource.js → dataSetsUpdateDataSet.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInputValue.js → dataSetsUpdateDataSetBasicInfo.js} +0 -0
- /package/dist/generated/config/models/{messageMessageCreatorProfileImage.js → dataSetsUpsertDataSetProperty.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionDataSpace.js → dataSourcesCreateDataSource.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValueChannels.js → dataSourcesCreateDataSourceCredentials.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionModelModelSummary.js → dataSourcesDataSource.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValueValue.js → dataSourcesDataSourceAdminUser.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionWorkSpace.js → dataSourcesDataSourceCredentialsDefinition.js} +0 -0
- /package/dist/generated/config/models/{portInterface.js → dataSourcesDataSourceProperty.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceInputs.js → dataSourcesDataSourceType.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceOutputs.js → dataSourcesTestDataSourceConnection.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceMetadata.js → dataSourcesTestDataSourceConnectionCredentials.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceSchema.js → dataSourcesUpdateDataSource.js} +0 -0
- /package/dist/generated/config/models/{stateInterface.js → dataSourcesUpdateDataSourceCredentials.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceMetadata.js → dataSourcesUpdateDataSourceCredentialsCredentials.js} +0 -0
- /package/dist/generated/config/models/{sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesParams.js → dataSpacesCreateDataSpace.js} +0 -0
- /package/dist/generated/config/models/{testDataSourceConnection.js → dataSpacesDataSpace.js} +0 -0
- /package/dist/generated/config/models/{stateInterfaceDefault.js → dataSpacesDataSpaceAdmin.js} +0 -0
- /package/dist/generated/config/models/{stateInterfaceMetadata.js → dataSpacesDataSpaceWorkSpaceRef.js} +0 -0
- /package/dist/generated/config/models/{testDataSourceConnectionCredentials.js → dataSpacesUpdateDataSpace.js} +0 -0
- /package/dist/generated/config/models/{updateContainer.js → fileUriResponse.js} +0 -0
- /package/dist/generated/config/models/{updateDataSet.js → flowDataSet.js} +0 -0
- /package/dist/generated/config/models/{updateDataSourceCredentials.js → flowDataSpace.js} +0 -0
- /package/dist/generated/config/models/{workSpace.js → flowRun.js} +0 -0
- /package/dist/generated/config/models/{updateDataSetBasicInfo.js → flowRunsAddFileIdFilesBody.js} +0 -0
- /package/dist/generated/config/models/{updateDataSource.js → flowRunsCreateFlowRunParams.js} +0 -0
- /package/dist/generated/config/models/{workSpaceInputs.js → flowWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{workSpaceVariables.js → integrationsSmartSpaceAiContainerItemFlowRun.js} +0 -0
- /package/dist/generated/config/models/{updateDataSourceCredentialsCredentials.js → integrationsSmartSpaceAiContainerItemFlowRunError.js} +0 -0
- /package/dist/generated/config/models/{updateDataSpace.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/config/models/{workSpaceBasicInfo.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/config/models/{workSpaceUser.js → messagesMessageCreatorProfileImage.js} +0 -0
- /package/dist/generated/config/models/{workSpacesUpdatePromptResponseFlagParams.js → messagesMessageErrorData.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesBody.js → messagesMessageValueChannels.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesParams.js → messagesMessageValueValue.js} +0 -0
|
@@ -4,16 +4,19 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
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.accessGetUsersInRoleRolesRoleIdUsersResponseItem = 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.accessAddAccessResponse = exports.accessAddAccessResponseWorkSpaceIdRegExp = exports.accessAddAccessResponseMessageThreadIdRegExp = exports.accessAddAccessResponseMessageIdRegExp = exports.accessAddAccessResponseIdRegExp = exports.accessAddAccessBody = exports.accessAddAccessBodyWorkSpaceIdRegExp = exports.accessAddAccessBodyMessageThreadIdRegExp = exports.accessAddAccessBodyMessageIdRegExp = exports.accessAddAccessBodyIdRegExp = 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.
|
|
7
|
+
exports.containersPostResponse = exports.containersPostResponseItem = exports.containersPostResponseWorkSpaceIdRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemIdRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemIdRegExp = exports.containersPostResponseIdRegExp = exports.containersPostResponseFlowTriggersItemIdRegExp = exports.containersPostResponseFlowTriggersItemFlowIdRegExp = exports.containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp = exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp = exports.containersPostResponseFlowIdRegExp = exports.containersPostResponseFlowActiveFlowDefinitionIdRegExp = exports.containersPostResponseDataSetVersionRegExp = exports.containersPostResponseDataSetIdRegExp = exports.containersPostQueryParams = exports.containersPostQueryDataSetIdRegExp = exports.containersPostParams = exports.containersPostPathContainerIdRegExp = exports.containersReingestContainerItemParams = exports.containersReingestContainerItemPathContainerItemIdRegExp = exports.blocksGetBlocksResponse = exports.blocksGetBlocksResponseBlockSetIdRegExp = exports.blocksGetBlocksQueryParams = exports.blockSetsAddBlockSetBody = exports.blockSetsAddBlockSetParams = exports.blockSetsDeleteBlockSetParams = exports.blockSetsGetBlockSetsResponse = exports.blockSetsGetBlockSetsResponseItem = exports.blockSetsGetBlockSetsResponseIdRegExp = exports.blockSetsGetBlockSetsQueryParams = exports.applicationUpdateGetLatestAvailableVersionResponse = exports.applicationUpdateGetCurrentVersionResponse = exports.applicationUpdateGetLatestDeploymentResponse = exports.activityGetLoggingResponse = exports.activityGetLoggingResponseDataItemWorkSpaceIdRegExp = exports.activityGetLoggingResponseDataItemIdRegExp = exports.activityGetLoggingQueryParams = exports.activityGetLoggingQuerySkipDefault = exports.activityGetLoggingQueryTakeDefault = exports.activityGetLoggingQueryWorkSpaceIdRegExp = exports.activityExportLoggingsResponse = exports.activityExportLoggingsQueryParams = exports.activityExportLoggingsQueryWorkSpaceIdRegExp = exports.accessDeleteAccessParams = exports.accessDeleteAccessPathIdRegExp = exports.accessGetUsersInRoleUsersResponse = exports.accessGetUsersInRoleUsersResponseItem = exports.accessGetUsersInRoleUsersQueryParams = exports.accessGetUsersInRoleUsersQueryAssignedWorkspaceIdRegExp = void 0;
|
|
8
|
+
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 = exports.dataSetsGetQueryTakeDefault = void 0;
|
|
9
|
+
exports.dataSourceTypesGetAvailableContainersBody = exports.dataSourceTypesGetResponse = exports.dataSourceTypesGetResponseItem = 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 = exports.dataSetsSetDataspaceParams = void 0;
|
|
10
|
+
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.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 = void 0;
|
|
11
|
+
exports.dataSpacesPostDatasetBody = exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = exports.dataSpacesPostDatasetParams = exports.dataSpacesPostDatasetPathIdRegExp = exports.dataSpacesGetDataSetsResponse = exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp = exports.dataSpacesGetDataSetsResponseDataItemIdRegExp = exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp = exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp = exports.dataSpacesGetDataSetsQueryParams = exports.dataSpacesGetDataSetsQuerySkipDefault = exports.dataSpacesGetDataSetsQueryTakeDefault = exports.dataSpacesGetDataSetsParams = exports.dataSpacesGetDataSetsPathIdRegExp = exports.dataSpacesAddAdminParams = exports.dataSpacesAddAdminPathIdRegExp = exports.dataSpacesDeleteAdminParams = exports.dataSpacesDeleteAdminPathIdRegExp = exports.dataSpacesGetAdminUsersResponse = exports.dataSpacesGetAdminUsersResponseItem = exports.dataSpacesGetAdminUsersResponseDataSpaceIdRegExp = exports.dataSpacesGetAdminUsersParams = exports.dataSpacesGetAdminUsersPathIdRegExp = exports.dataSpacesPutResponse = exports.dataSpacesPutResponseWorkSpacesItemIdRegExp = 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 = void 0;
|
|
12
|
+
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 = exports.filesGetFileInfoPathIdRegExpOne = exports.filesUploadFilesResponse = exports.filesUploadFilesResponseItem = exports.filesUploadFilesResponseWorkspaceIdRegExpOne = exports.filesUploadFilesResponseThreadIdRegExpOne = exports.filesUploadFilesResponseIdRegExpOne = exports.filesUploadFilesBody = exports.filesUploadFilesBodyWorkspaceIdRegExpOne = exports.filesUploadFilesBodyUploadIdRegExpOne = exports.filesUploadFilesBodyThreadIdRegExpOne = exports.debugInvokeBody = exports.debugInvokeBodyItem = exports.debugInvokeParams = void 0;
|
|
13
|
+
exports.modelsDeleteModelPathIdRegExp = exports.modelsGetDefaultDockerFileResponse = exports.modelsGetDefaultDockerFileQueryParams = exports.modelsCreateModelBody = exports.modelsCreateModelBodyDeploymentProviderIdRegExpOne = exports.modelsCreateModelBodyDeploymentProviderIdRegExp = exports.modelsGetModelsResponse = exports.modelsGetModelsResponseDataItemIdRegExpOne = exports.modelsGetModelsQueryParams = exports.modelsGetModelsQuerySearchDefaultOne = exports.modelsGetModelsQuerySkipDefaultOne = exports.modelsGetModelsQueryTakeDefaultOne = exports.modelProvidersUpsertProviderBody = exports.modelProvidersUpsertProviderBodyIdRegExp = exports.modelProvidersUpsertProviderParams = exports.modelProvidersUpsertProviderPathIdRegExp = exports.modelProvidersGetProviderParams = exports.modelProvidersGetProviderPathIdRegExp = exports.modelProvidersGetModelProviderTypeDeployableModelsParams = exports.modelProvidersCreateProviderBody = exports.modelProvidersCreateProviderBodyIdRegExp = exports.modelProvidersGetProvidersQueryParams = exports.modelProvidersGetProvidersQuerySkipDefault = exports.modelProvidersGetProvidersQueryTakeDefault = exports.flowsSetActiveFlowDefinitionBody = exports.flowsSetActiveFlowDefinitionParams = exports.flowsSetActiveFlowDefinitionPathIdRegExp = exports.flowsGetParams = exports.flowsGetPathIdRegExp = exports.flowRunsSetVariableBody = exports.flowRunsSetVariableParams = exports.flowRunsSetVariablePathIdRegExpOne = exports.flowRunsGetVariablesResponse = exports.flowRunsGetVariablesParams = exports.flowRunsGetVariablesPathIdRegExpOne = exports.flowRunsGetStepExecutionsResponse = exports.flowRunsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemIdRegExp = exports.flowRunsGetStepExecutionsQueryParams = exports.flowRunsGetStepExecutionsQuerySearchDefault = exports.flowRunsGetStepExecutionsQueryTakeDefault = exports.flowRunsGetStepExecutionsQuerySkipDefault = exports.flowRunsGetStepExecutionsParams = exports.flowRunsGetStepExecutionsPathIdRegExp = exports.flowRunsAddFileIdFilesExistingBody = exports.flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp = exports.flowRunsAddFileIdFilesExistingParams = exports.flowRunsAddFileIdFilesExistingPathIdRegExp = void 0;
|
|
14
|
+
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 = 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 = void 0;
|
|
15
|
+
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 = 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 = void 0;
|
|
16
|
+
exports.workSpacesSetFavoritedParams = exports.workSpacesSetFavoritedPathIdRegExp = exports.workSpacesPutBody = exports.workSpacesPutParams = exports.workSpacesPutPathIdRegExp = exports.workSpacesAddWorkspaceAdminParams = exports.workSpacesAddWorkspaceAdminPathUserIdRegExp = exports.workSpacesAddWorkspaceAdminPathIdRegExp = exports.workSpacesDeleteAdminParams = exports.workSpacesDeleteAdminPathUserIdRegExp = exports.workSpacesDeleteAdminPathIdRegExp = exports.workSpacesGetWorkspaceAdminsResponse = exports.workSpacesGetWorkspaceAdminsResponseItem = exports.workSpacesGetWorkspaceAdminsParams = exports.workSpacesGetWorkspaceAdminsPathIdRegExp = exports.workSpacesGetIdResponse = exports.workSpacesGetIdResponseSandBoxThreadIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentProviderIdRegExpOne = 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 = void 0;
|
|
17
|
+
exports.workSpacesSetActiveFlowLayoutBody = exports.workSpacesSetActiveFlowLayoutParams = exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp = exports.workSpacesSetActiveFlowBody = exports.workSpacesSetActiveFlowParams = exports.workSpacesSetActiveFlowPathWorkspaceIdRegExp = exports.workSpacesGetActiveFlowResponse = exports.workSpacesGetActiveFlowParams = exports.workSpacesGetActiveFlowPathWorkspaceIdRegExp = exports.workSpacesDeleteWorkspaceFileParams = exports.workSpacesDeleteWorkspaceFilePathFileIdRegExp = exports.workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp = exports.workSpacesWorkspaceFilesResponse = exports.workSpacesWorkspaceFilesResponseItem = exports.workSpacesWorkspaceFilesResponseFileWorkspaceIdRegExp = exports.workSpacesWorkspaceFilesResponseFileThreadIdRegExp = exports.workSpacesWorkspaceFilesResponseFileIdRegExp = exports.workSpacesWorkspaceFilesBody = exports.workSpacesWorkspaceFilesParams = exports.workSpacesWorkspaceFilesPathWorkspaceIdRegExp = exports.workSpacesGetWorkspaceFilesResponse = exports.workSpacesGetWorkspaceFilesResponseDataItemFileWorkspaceIdRegExp = exports.workSpacesGetWorkspaceFilesResponseDataItemFileThreadIdRegExp = exports.workSpacesGetWorkspaceFilesResponseDataItemFileIdRegExp = exports.workSpacesGetWorkspaceFilesQueryParams = exports.workSpacesGetWorkspaceFilesQuerySkipDefault = 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 = void 0;
|
|
18
|
+
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 = exports.documentsGetDocumentSasResponse = exports.documentsGetDocumentSasQueryParams = exports.documentsGetDocumentSasParams = exports.documentsGetDocumentSasPathDataSpaceIdRegExpOne = void 0;
|
|
19
|
+
exports.sandBoxAddValueToMessageBody = exports.sandBoxAddValueToMessageParams = exports.sandBoxAddValueToMessagePathIdRegExp = exports.sandBoxAddValueToMessagePathWorkspaceIdRegExp = exports.sandBoxStreamSandboxMessagesParams = exports.sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp = exports.sandBoxThreadMessagesResponse = exports.sandBoxThreadMessagesResponseValuesItemIdRegExp = exports.sandBoxThreadMessagesResponseMessageThreadIdRegExp = exports.sandBoxThreadMessagesResponseIdRegExp = exports.sandBoxThreadMessagesBody = void 0;
|
|
17
20
|
/**
|
|
18
21
|
* Generated by orval v7.13.2 🍺
|
|
19
22
|
* Do not edit manually.
|
|
@@ -279,7 +282,32 @@ exports.activityGetLoggingResponse = zod_1.default.object({
|
|
|
279
282
|
"total": zod_1.default.number()
|
|
280
283
|
});
|
|
281
284
|
/**
|
|
282
|
-
* @summary
|
|
285
|
+
* @summary Gets the state of an update that was triggered by ApplyLatestAvailableVersion.
|
|
286
|
+
*/
|
|
287
|
+
exports.applicationUpdateGetLatestDeploymentResponse = zod_1.default.object({
|
|
288
|
+
"name": zod_1.default.string(),
|
|
289
|
+
"startTimeUtc": zod_1.default.iso.datetime({}).nullish(),
|
|
290
|
+
"state": zod_1.default.enum(['Unknown', 'InProgress', 'Failed', 'Deleted', 'Succeeded']),
|
|
291
|
+
"versionNumber": zod_1.default.string()
|
|
292
|
+
});
|
|
293
|
+
/**
|
|
294
|
+
* @summary Returns the current version of the application.
|
|
295
|
+
*/
|
|
296
|
+
exports.applicationUpdateGetCurrentVersionResponse = zod_1.default.object({
|
|
297
|
+
"description": zod_1.default.string(),
|
|
298
|
+
"versionNumber": zod_1.default.string()
|
|
299
|
+
});
|
|
300
|
+
/**
|
|
301
|
+
* @summary Not necessarily the latest version, but the latest version that is available for the application at its current version.
|
|
302
|
+
For instance, if app is currently on version 1.0, it might need to first be updated to 1.1 before it can be updated to 1.2.
|
|
303
|
+
Returns 204 if no new version available.
|
|
304
|
+
*/
|
|
305
|
+
exports.applicationUpdateGetLatestAvailableVersionResponse = zod_1.default.object({
|
|
306
|
+
"description": zod_1.default.string(),
|
|
307
|
+
"versionNumber": zod_1.default.string()
|
|
308
|
+
});
|
|
309
|
+
/**
|
|
310
|
+
* @summary Get a list of all block sets visible to the current principal.
|
|
283
311
|
*/
|
|
284
312
|
exports.blockSetsGetBlockSetsQueryParams = zod_1.default.strictObject({
|
|
285
313
|
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.')
|
|
@@ -358,7 +386,7 @@ exports.blocksGetBlocksQueryParams = zod_1.default.strictObject({
|
|
|
358
386
|
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.')
|
|
359
387
|
});
|
|
360
388
|
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}$');
|
|
361
|
-
exports.
|
|
389
|
+
exports.blocksGetBlocksResponse = zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
362
390
|
"blockSetId": zod_1.default.string().regex(exports.blocksGetBlocksResponseBlockSetIdRegExp),
|
|
363
391
|
"connectionId": zod_1.default.string().nullish(),
|
|
364
392
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
@@ -408,8 +436,7 @@ exports.blocksGetBlocksResponseItem = zod_1.default.object({
|
|
|
408
436
|
"sourceCodeUrl": zod_1.default.string().nullish(),
|
|
409
437
|
"type": zod_1.default.enum(['Native', 'Custom', 'Debug']),
|
|
410
438
|
"version": zod_1.default.string()
|
|
411
|
-
});
|
|
412
|
-
exports.blocksGetBlocksResponse = zod_1.default.array(exports.blocksGetBlocksResponseItem);
|
|
439
|
+
})));
|
|
413
440
|
/**
|
|
414
441
|
* @summary Manually trigger reingestion of a specific container item.
|
|
415
442
|
*/
|
|
@@ -425,147 +452,31 @@ exports.containersPostQueryDataSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-f
|
|
|
425
452
|
exports.containersPostQueryParams = zod_1.default.strictObject({
|
|
426
453
|
"dataSetId": zod_1.default.string().regex(exports.containersPostQueryDataSetIdRegExp).optional()
|
|
427
454
|
});
|
|
428
|
-
exports.
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
});
|
|
434
|
-
exports.
|
|
435
|
-
exports.
|
|
436
|
-
exports.
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
});
|
|
441
|
-
exports.
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
exports.dataSetsGetGetResponseDataItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
445
|
-
exports.dataSetsGetGetResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp = new RegExp('^[0-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
|
-
exports.dataSetsGetGetResponseDataItemFlowTriggersItemFlowIdRegExp = new RegExp('^[0-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
|
-
exports.dataSetsGetGetResponseDataItemFlowTriggersItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
448
|
-
exports.dataSetsGetGetResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
449
|
-
exports.dataSetsGetGetResponseDataItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
450
|
-
exports.dataSetsGetGetResponse = zod_1.default.object({
|
|
451
|
-
"data": zod_1.default.array(zod_1.default.object({
|
|
452
|
-
"createdAt": zod_1.default.iso.datetime({}),
|
|
453
|
-
"createdByUserId": zod_1.default.string(),
|
|
454
|
-
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
455
|
-
"description": zod_1.default.string().nullish(),
|
|
456
|
-
"flow": zod_1.default.object({
|
|
457
|
-
"activeFlowDefinition": zod_1.default.object({
|
|
458
|
-
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
459
|
-
"constants": zod_1.default.array(zod_1.default.object({
|
|
460
|
-
"target": zod_1.default.object({
|
|
461
|
-
"pin": zod_1.default.string(),
|
|
462
|
-
"port": zod_1.default.string()
|
|
463
|
-
}),
|
|
464
|
-
"value": zod_1.default.any().nullish()
|
|
465
|
-
})).nullish(),
|
|
466
|
-
"description": zod_1.default.string().nullish(),
|
|
467
|
-
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
468
|
-
"pin": zod_1.default.string(),
|
|
469
|
-
"port": zod_1.default.string()
|
|
470
|
-
})).nullish(),
|
|
471
|
-
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
472
|
-
"pin": zod_1.default.string(),
|
|
473
|
-
"port": zod_1.default.string()
|
|
474
|
-
})).nullish(),
|
|
475
|
-
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
476
|
-
"name": zod_1.default.string(),
|
|
477
|
-
"version": zod_1.default.string()
|
|
478
|
-
})).nullish(),
|
|
479
|
-
"connections": zod_1.default.array(zod_1.default.object({
|
|
480
|
-
"source": zod_1.default.object({
|
|
481
|
-
"node": zod_1.default.string(),
|
|
482
|
-
"pin": zod_1.default.string().nullish(),
|
|
483
|
-
"port": zod_1.default.string().nullish()
|
|
484
|
-
}),
|
|
485
|
-
"target": zod_1.default.object({
|
|
486
|
-
"node": zod_1.default.string(),
|
|
487
|
-
"pin": zod_1.default.string().nullish(),
|
|
488
|
-
"port": zod_1.default.string().nullish()
|
|
489
|
-
})
|
|
490
|
-
})).nullish(),
|
|
491
|
-
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
492
|
-
"value": zod_1.default.any().nullish()
|
|
493
|
-
})).nullish(),
|
|
494
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
495
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
496
|
-
})).nullish(),
|
|
497
|
-
"layout": zod_1.default.any().nullish(),
|
|
498
|
-
"name": zod_1.default.string().nullish(),
|
|
499
|
-
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
500
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
501
|
-
})).nullish(),
|
|
502
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
503
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
504
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
505
|
-
})).nullish()
|
|
506
|
-
}).optional(),
|
|
507
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowActiveFlowDefinitionIdRegExp),
|
|
508
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowIdRegExp),
|
|
509
|
-
"triggers": zod_1.default.array(zod_1.default.object({
|
|
510
|
-
"dataSourceContainer": zod_1.default.object({
|
|
511
|
-
"dataSourceId": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
512
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp),
|
|
513
|
-
"name": zod_1.default.string(),
|
|
514
|
-
"path": zod_1.default.string()
|
|
515
|
-
}),
|
|
516
|
-
"flowId": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowTriggersItemFlowIdRegExp),
|
|
517
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowTriggersItemIdRegExp),
|
|
518
|
-
"inputName": zod_1.default.string(),
|
|
519
|
-
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
520
|
-
}))
|
|
521
|
-
}).optional(),
|
|
522
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemIdRegExp),
|
|
523
|
-
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
524
|
-
"modifiedByUserId": zod_1.default.string(),
|
|
455
|
+
exports.containersPostResponseDataSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
456
|
+
exports.containersPostResponseDataSetVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
457
|
+
exports.containersPostResponseFlowActiveFlowDefinitionIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
458
|
+
exports.containersPostResponseFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
459
|
+
exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
460
|
+
exports.containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
461
|
+
exports.containersPostResponseFlowTriggersItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
462
|
+
exports.containersPostResponseFlowTriggersItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
463
|
+
exports.containersPostResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
464
|
+
exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
465
|
+
exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
466
|
+
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}$');
|
|
467
|
+
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}$');
|
|
468
|
+
exports.containersPostResponseItem = zod_1.default.object({
|
|
469
|
+
"dataSet": zod_1.default.object({
|
|
470
|
+
"id": zod_1.default.string().regex(exports.containersPostResponseDataSetIdRegExp),
|
|
525
471
|
"name": zod_1.default.string(),
|
|
526
472
|
"properties": zod_1.default.array(zod_1.default.object({
|
|
527
473
|
"description": zod_1.default.string().nullish(),
|
|
528
474
|
"isVector": zod_1.default.boolean(),
|
|
529
475
|
"name": zod_1.default.string()
|
|
530
476
|
})),
|
|
531
|
-
"version": zod_1.default.string().regex(exports.
|
|
532
|
-
})),
|
|
533
|
-
"
|
|
534
|
-
});
|
|
535
|
-
exports.dataSetsGetItemPathDataSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
536
|
-
exports.dataSetsGetItemPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
537
|
-
exports.dataSetsGetItemParams = zod_1.default.strictObject({
|
|
538
|
-
"dataSetId": zod_1.default.string().regex(exports.dataSetsGetItemPathDataSetIdRegExp),
|
|
539
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetItemPathIdRegExp)
|
|
540
|
-
});
|
|
541
|
-
/**
|
|
542
|
-
* @summary Remove a specific data set from SmartSpace, using its ID to ensure accurate deletion.
|
|
543
|
-
*/
|
|
544
|
-
exports.dataSetsDeleteIdPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
545
|
-
exports.dataSetsDeleteIdParams = zod_1.default.strictObject({
|
|
546
|
-
"id": zod_1.default.string().regex(exports.dataSetsDeleteIdPathIdRegExp).describe('The ID of the DataSet to delete.')
|
|
547
|
-
});
|
|
548
|
-
/**
|
|
549
|
-
* @summary Retrieve detailed information about a specific data set in SmartSpace by its ID
|
|
550
|
-
*/
|
|
551
|
-
exports.dataSetsGetByIdPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
552
|
-
exports.dataSetsGetByIdParams = zod_1.default.strictObject({
|
|
553
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetByIdPathIdRegExp).describe('The ID of the DataSet to retrieve.')
|
|
554
|
-
});
|
|
555
|
-
exports.dataSetsGetByIdResponseDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
556
|
-
exports.dataSetsGetByIdResponseFlowActiveFlowDefinitionIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
557
|
-
exports.dataSetsGetByIdResponseFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
558
|
-
exports.dataSetsGetByIdResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
559
|
-
exports.dataSetsGetByIdResponseFlowTriggersItemDataSourceContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
560
|
-
exports.dataSetsGetByIdResponseFlowTriggersItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
561
|
-
exports.dataSetsGetByIdResponseFlowTriggersItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
562
|
-
exports.dataSetsGetByIdResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
563
|
-
exports.dataSetsGetByIdResponseVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
564
|
-
exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
565
|
-
"createdAt": zod_1.default.iso.datetime({}),
|
|
566
|
-
"createdByUserId": zod_1.default.string(),
|
|
567
|
-
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseDataSpaceIdRegExp).nullish(),
|
|
568
|
-
"description": zod_1.default.string().nullish(),
|
|
477
|
+
"version": zod_1.default.string().regex(exports.containersPostResponseDataSetVersionRegExp).nullish()
|
|
478
|
+
}).optional(),
|
|
479
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
569
480
|
"flow": zod_1.default.object({
|
|
570
481
|
"activeFlowDefinition": zod_1.default.object({
|
|
571
482
|
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -617,21 +528,119 @@ exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
|
617
528
|
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
618
529
|
})).nullish()
|
|
619
530
|
}).optional(),
|
|
620
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.
|
|
621
|
-
"id": zod_1.default.string().regex(exports.
|
|
531
|
+
"activeFlowDefinitionId": zod_1.default.string().regex(exports.containersPostResponseFlowActiveFlowDefinitionIdRegExp),
|
|
532
|
+
"id": zod_1.default.string().regex(exports.containersPostResponseFlowIdRegExp),
|
|
622
533
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
623
534
|
"dataSourceContainer": zod_1.default.object({
|
|
624
|
-
"dataSourceId": zod_1.default.string().regex(exports.
|
|
625
|
-
"id": zod_1.default.string().regex(exports.
|
|
535
|
+
"dataSourceId": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
536
|
+
"id": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp),
|
|
626
537
|
"name": zod_1.default.string(),
|
|
627
538
|
"path": zod_1.default.string()
|
|
628
539
|
}),
|
|
629
|
-
"flowId": zod_1.default.string().regex(exports.
|
|
630
|
-
"id": zod_1.default.string().regex(exports.
|
|
540
|
+
"flowId": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemFlowIdRegExp),
|
|
541
|
+
"id": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemIdRegExp),
|
|
631
542
|
"inputName": zod_1.default.string(),
|
|
632
543
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
633
544
|
}))
|
|
634
|
-
})
|
|
545
|
+
}),
|
|
546
|
+
"id": zod_1.default.string().regex(exports.containersPostResponseIdRegExp),
|
|
547
|
+
"workSpace": zod_1.default.object({
|
|
548
|
+
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
549
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
550
|
+
"id": zod_1.default.string().regex(exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemIdRegExp),
|
|
551
|
+
"name": zod_1.default.string(),
|
|
552
|
+
"properties": zod_1.default.array(zod_1.default.object({
|
|
553
|
+
"description": zod_1.default.string().nullish(),
|
|
554
|
+
"isVector": zod_1.default.boolean(),
|
|
555
|
+
"name": zod_1.default.string()
|
|
556
|
+
})),
|
|
557
|
+
"version": zod_1.default.string().regex(exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp).nullish()
|
|
558
|
+
})),
|
|
559
|
+
"id": zod_1.default.string().regex(exports.containersPostResponseWorkSpaceDataSpacesItemIdRegExp),
|
|
560
|
+
"name": zod_1.default.string()
|
|
561
|
+
})),
|
|
562
|
+
"firstPrompt": zod_1.default.string().nullish(),
|
|
563
|
+
"id": zod_1.default.string().regex(exports.containersPostResponseWorkSpaceIdRegExp),
|
|
564
|
+
"name": zod_1.default.string(),
|
|
565
|
+
"summary": zod_1.default.string().nullish()
|
|
566
|
+
}).optional()
|
|
567
|
+
});
|
|
568
|
+
exports.containersPostResponse = zod_1.default.array(exports.containersPostResponseItem);
|
|
569
|
+
exports.dataSetsGetQueryTakeDefault = 20;
|
|
570
|
+
exports.dataSetsGetQuerySkipDefault = 0;
|
|
571
|
+
exports.dataSetsGetQueryParams = zod_1.default.strictObject({
|
|
572
|
+
"take": zod_1.default.number().default(exports.dataSetsGetQueryTakeDefault),
|
|
573
|
+
"skip": zod_1.default.number().optional(),
|
|
574
|
+
"search": zod_1.default.string().optional()
|
|
575
|
+
});
|
|
576
|
+
exports.dataSetsGetResponseDataItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
577
|
+
exports.dataSetsGetResponseDataItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
578
|
+
exports.dataSetsGetResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
579
|
+
exports.dataSetsGetResponseDataItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
580
|
+
exports.dataSetsGetResponse = zod_1.default.object({
|
|
581
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
582
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
583
|
+
"createdByUserId": zod_1.default.string(),
|
|
584
|
+
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
585
|
+
"description": zod_1.default.string().nullish(),
|
|
586
|
+
"flowId": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemFlowIdRegExp).nullish(),
|
|
587
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemIdRegExp),
|
|
588
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
589
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
590
|
+
"name": zod_1.default.string(),
|
|
591
|
+
"properties": zod_1.default.array(zod_1.default.object({
|
|
592
|
+
"description": zod_1.default.string().nullish(),
|
|
593
|
+
"isVector": zod_1.default.boolean(),
|
|
594
|
+
"name": zod_1.default.string()
|
|
595
|
+
})),
|
|
596
|
+
"version": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemVersionRegExp).nullish()
|
|
597
|
+
})),
|
|
598
|
+
"total": zod_1.default.number()
|
|
599
|
+
});
|
|
600
|
+
exports.dataSetsGetItemPathDataSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
601
|
+
exports.dataSetsGetItemPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
602
|
+
exports.dataSetsGetItemParams = zod_1.default.strictObject({
|
|
603
|
+
"dataSetId": zod_1.default.string().regex(exports.dataSetsGetItemPathDataSetIdRegExp),
|
|
604
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetItemPathIdRegExp)
|
|
605
|
+
});
|
|
606
|
+
exports.dataSetsGetItemResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
607
|
+
exports.dataSetsGetItemResponseMetadataContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
608
|
+
exports.dataSetsGetItemResponseMetadataContainerItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
609
|
+
exports.dataSetsGetItemResponseMetadataDataSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
610
|
+
exports.dataSetsGetItemResponseMetadataFlowRunIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
611
|
+
exports.dataSetsGetItemResponse = zod_1.default.object({
|
|
612
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetItemResponseIdRegExp),
|
|
613
|
+
"indexText": zod_1.default.string(),
|
|
614
|
+
"metadata": zod_1.default.object({
|
|
615
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsGetItemResponseMetadataContainerIdRegExp).nullish(),
|
|
616
|
+
"containerItemId": zod_1.default.string().regex(exports.dataSetsGetItemResponseMetadataContainerItemIdRegExp).nullish(),
|
|
617
|
+
"containerItemPath": zod_1.default.string().nullish(),
|
|
618
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
619
|
+
"dataSetId": zod_1.default.string().regex(exports.dataSetsGetItemResponseMetadataDataSetIdRegExp).nullish(),
|
|
620
|
+
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetItemResponseMetadataFlowRunIdRegExp).nullish(),
|
|
621
|
+
"indexed": zod_1.default.boolean(),
|
|
622
|
+
"modifiedAt": zod_1.default.iso.datetime({}).nullish()
|
|
623
|
+
}),
|
|
624
|
+
"properties": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
625
|
+
});
|
|
626
|
+
exports.dataSetsDeletePathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
627
|
+
exports.dataSetsDeleteParams = zod_1.default.strictObject({
|
|
628
|
+
"id": zod_1.default.string().regex(exports.dataSetsDeletePathIdRegExp)
|
|
629
|
+
});
|
|
630
|
+
exports.dataSetsGetByIdPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
631
|
+
exports.dataSetsGetByIdParams = zod_1.default.strictObject({
|
|
632
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetByIdPathIdRegExp)
|
|
633
|
+
});
|
|
634
|
+
exports.dataSetsGetByIdResponseDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
635
|
+
exports.dataSetsGetByIdResponseFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
636
|
+
exports.dataSetsGetByIdResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
637
|
+
exports.dataSetsGetByIdResponseVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
638
|
+
exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
639
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
640
|
+
"createdByUserId": zod_1.default.string(),
|
|
641
|
+
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseDataSpaceIdRegExp).nullish(),
|
|
642
|
+
"description": zod_1.default.string().nullish(),
|
|
643
|
+
"flowId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseFlowIdRegExp).nullish(),
|
|
635
644
|
"id": zod_1.default.string().regex(exports.dataSetsGetByIdResponseIdRegExp),
|
|
636
645
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
637
646
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -644,30 +653,51 @@ exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
|
644
653
|
"version": zod_1.default.string().regex(exports.dataSetsGetByIdResponseVersionRegExp).nullish()
|
|
645
654
|
});
|
|
646
655
|
/**
|
|
647
|
-
* @summary
|
|
656
|
+
* @summary Update an existing dataset (name, description, container bindings).
|
|
648
657
|
*/
|
|
649
|
-
exports.
|
|
658
|
+
exports.dataSetsPutParams = zod_1.default.strictObject({
|
|
650
659
|
"id": zod_1.default.string()
|
|
651
660
|
});
|
|
652
|
-
exports.
|
|
653
|
-
exports.
|
|
654
|
-
exports.
|
|
661
|
+
exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
662
|
+
exports.dataSetsPutBodyIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
663
|
+
exports.dataSetsPutBody = zod_1.default.strictObject({
|
|
655
664
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
656
|
-
"dataSourceId": zod_1.default.string().regex(exports.
|
|
665
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp),
|
|
657
666
|
"path": zod_1.default.string()
|
|
658
|
-
})),
|
|
667
|
+
})).nullish(),
|
|
659
668
|
"description": zod_1.default.string().nullish(),
|
|
660
|
-
"id": zod_1.default.string().regex(exports.
|
|
661
|
-
"name": zod_1.default.string()
|
|
669
|
+
"id": zod_1.default.string().regex(exports.dataSetsPutBodyIdRegExp),
|
|
670
|
+
"name": zod_1.default.string().nullish()
|
|
671
|
+
});
|
|
672
|
+
exports.dataSetsPutResponseDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
673
|
+
exports.dataSetsPutResponseFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
674
|
+
exports.dataSetsPutResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
675
|
+
exports.dataSetsPutResponseVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
676
|
+
exports.dataSetsPutResponse = zod_1.default.object({
|
|
677
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
678
|
+
"createdByUserId": zod_1.default.string(),
|
|
679
|
+
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsPutResponseDataSpaceIdRegExp).nullish(),
|
|
680
|
+
"description": zod_1.default.string().nullish(),
|
|
681
|
+
"flowId": zod_1.default.string().regex(exports.dataSetsPutResponseFlowIdRegExp).nullish(),
|
|
682
|
+
"id": zod_1.default.string().regex(exports.dataSetsPutResponseIdRegExp),
|
|
683
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
684
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
685
|
+
"name": zod_1.default.string(),
|
|
686
|
+
"properties": zod_1.default.array(zod_1.default.object({
|
|
687
|
+
"description": zod_1.default.string().nullish(),
|
|
688
|
+
"isVector": zod_1.default.boolean(),
|
|
689
|
+
"name": zod_1.default.string()
|
|
690
|
+
})),
|
|
691
|
+
"version": zod_1.default.string().regex(exports.dataSetsPutResponseVersionRegExp).nullish()
|
|
662
692
|
});
|
|
663
693
|
/**
|
|
664
|
-
* @summary
|
|
694
|
+
* @summary Update just the basic-info fields (name + description) on a dataset.
|
|
665
695
|
*/
|
|
666
|
-
exports.
|
|
667
|
-
exports.
|
|
668
|
-
"id": zod_1.default.string().regex(exports.
|
|
696
|
+
exports.dataSetsPutBasicInfoPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
697
|
+
exports.dataSetsPutBasicInfoParams = zod_1.default.strictObject({
|
|
698
|
+
"id": zod_1.default.string().regex(exports.dataSetsPutBasicInfoPathIdRegExp)
|
|
669
699
|
});
|
|
670
|
-
exports.
|
|
700
|
+
exports.dataSetsPutBasicInfoBody = zod_1.default.strictObject({
|
|
671
701
|
"description": zod_1.default.string().nullish(),
|
|
672
702
|
"name": zod_1.default.string()
|
|
673
703
|
});
|
|
@@ -686,8 +716,33 @@ exports.dataSetsGetContainerItemsRunHistoryQueryParams = zod_1.default.strictObj
|
|
|
686
716
|
"take": zod_1.default.number().default(exports.dataSetsGetContainerItemsRunHistoryQueryTakeDefault),
|
|
687
717
|
"search": zod_1.default.string().optional()
|
|
688
718
|
});
|
|
719
|
+
exports.dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
720
|
+
exports.dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
721
|
+
exports.dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
722
|
+
exports.dataSetsGetContainerItemsRunHistoryResponse = zod_1.default.object({
|
|
723
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
724
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp),
|
|
725
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
726
|
+
"flowRuns": zod_1.default.array(zod_1.default.object({
|
|
727
|
+
"errors": zod_1.default.array(zod_1.default.object({
|
|
728
|
+
"blockId": zod_1.default.string().nullish(),
|
|
729
|
+
"code": zod_1.default.number().nullish(),
|
|
730
|
+
"message": zod_1.default.string()
|
|
731
|
+
})),
|
|
732
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
733
|
+
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp),
|
|
734
|
+
"runAt": zod_1.default.iso.datetime({}),
|
|
735
|
+
"status": zod_1.default.string()
|
|
736
|
+
})),
|
|
737
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp),
|
|
738
|
+
"name": zod_1.default.string(),
|
|
739
|
+
"path": zod_1.default.string(),
|
|
740
|
+
"status": zod_1.default.string()
|
|
741
|
+
})),
|
|
742
|
+
"total": zod_1.default.number()
|
|
743
|
+
});
|
|
689
744
|
/**
|
|
690
|
-
* @summary
|
|
745
|
+
* @summary Move a dataset to a different dataspace.
|
|
691
746
|
*/
|
|
692
747
|
exports.dataSetsSetDataspacePathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
693
748
|
exports.dataSetsSetDataspaceParams = zod_1.default.strictObject({
|
|
@@ -695,19 +750,77 @@ exports.dataSetsSetDataspaceParams = zod_1.default.strictObject({
|
|
|
695
750
|
});
|
|
696
751
|
exports.dataSetsSetDataspaceBodyRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
697
752
|
exports.dataSetsSetDataspaceBody = zod_1.default.string().regex(exports.dataSetsSetDataspaceBodyRegExp);
|
|
753
|
+
exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
754
|
+
exports.dataSetsSetDataspaceResponseFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
755
|
+
exports.dataSetsSetDataspaceResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
756
|
+
exports.dataSetsSetDataspaceResponseVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
757
|
+
exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
758
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
759
|
+
"createdByUserId": zod_1.default.string(),
|
|
760
|
+
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp).nullish(),
|
|
761
|
+
"description": zod_1.default.string().nullish(),
|
|
762
|
+
"flowId": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseFlowIdRegExp).nullish(),
|
|
763
|
+
"id": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseIdRegExp),
|
|
764
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
765
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
766
|
+
"name": zod_1.default.string(),
|
|
767
|
+
"properties": zod_1.default.array(zod_1.default.object({
|
|
768
|
+
"description": zod_1.default.string().nullish(),
|
|
769
|
+
"isVector": zod_1.default.boolean(),
|
|
770
|
+
"name": zod_1.default.string()
|
|
771
|
+
})),
|
|
772
|
+
"version": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseVersionRegExp).nullish()
|
|
773
|
+
});
|
|
698
774
|
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}$');
|
|
699
775
|
exports.dataSetsExportParams = zod_1.default.strictObject({
|
|
700
776
|
"id": zod_1.default.string().regex(exports.dataSetsExportPathIdRegExp)
|
|
701
777
|
});
|
|
702
|
-
exports.
|
|
703
|
-
exports.
|
|
704
|
-
|
|
778
|
+
exports.dataSetsExportResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
779
|
+
exports.dataSetsExportResponseThreadIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
780
|
+
exports.dataSetsExportResponseWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
781
|
+
exports.dataSetsExportResponse = zod_1.default.object({
|
|
782
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
783
|
+
"createdByUserId": zod_1.default.string(),
|
|
784
|
+
"id": zod_1.default.string().regex(exports.dataSetsExportResponseIdRegExp),
|
|
785
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
786
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
787
|
+
"name": zod_1.default.string(),
|
|
788
|
+
"size": zod_1.default.number(),
|
|
789
|
+
"threadId": zod_1.default.string().regex(exports.dataSetsExportResponseThreadIdRegExp).nullish(),
|
|
790
|
+
"workspaceId": zod_1.default.string().regex(exports.dataSetsExportResponseWorkspaceIdRegExp).nullish()
|
|
791
|
+
});
|
|
792
|
+
exports.dataSetsGetItemsPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
793
|
+
exports.dataSetsGetItemsParams = zod_1.default.strictObject({
|
|
794
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetItemsPathIdRegExp)
|
|
705
795
|
});
|
|
706
|
-
exports.
|
|
707
|
-
exports.
|
|
708
|
-
exports.
|
|
796
|
+
exports.dataSetsGetItemsQuerySkipDefault = 0;
|
|
797
|
+
exports.dataSetsGetItemsQueryTakeDefault = 20;
|
|
798
|
+
exports.dataSetsGetItemsQueryParams = zod_1.default.strictObject({
|
|
709
799
|
"skip": zod_1.default.number().optional(),
|
|
710
|
-
"take": zod_1.default.number().default(exports.
|
|
800
|
+
"take": zod_1.default.number().default(exports.dataSetsGetItemsQueryTakeDefault)
|
|
801
|
+
});
|
|
802
|
+
exports.dataSetsGetItemsResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
803
|
+
exports.dataSetsGetItemsResponseDataItemMetadataContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
804
|
+
exports.dataSetsGetItemsResponseDataItemMetadataContainerItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
805
|
+
exports.dataSetsGetItemsResponseDataItemMetadataDataSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
806
|
+
exports.dataSetsGetItemsResponseDataItemMetadataFlowRunIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
807
|
+
exports.dataSetsGetItemsResponse = zod_1.default.object({
|
|
808
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
809
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetItemsResponseDataItemIdRegExp),
|
|
810
|
+
"indexText": zod_1.default.string(),
|
|
811
|
+
"metadata": zod_1.default.object({
|
|
812
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsGetItemsResponseDataItemMetadataContainerIdRegExp).nullish(),
|
|
813
|
+
"containerItemId": zod_1.default.string().regex(exports.dataSetsGetItemsResponseDataItemMetadataContainerItemIdRegExp).nullish(),
|
|
814
|
+
"containerItemPath": zod_1.default.string().nullish(),
|
|
815
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
816
|
+
"dataSetId": zod_1.default.string().regex(exports.dataSetsGetItemsResponseDataItemMetadataDataSetIdRegExp).nullish(),
|
|
817
|
+
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetItemsResponseDataItemMetadataFlowRunIdRegExp).nullish(),
|
|
818
|
+
"indexed": zod_1.default.boolean(),
|
|
819
|
+
"modifiedAt": zod_1.default.iso.datetime({}).nullish()
|
|
820
|
+
}),
|
|
821
|
+
"properties": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
822
|
+
})),
|
|
823
|
+
"total": zod_1.default.number()
|
|
711
824
|
});
|
|
712
825
|
exports.dataSetsAddItemPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
713
826
|
exports.dataSetsAddItemParams = zod_1.default.strictObject({
|
|
@@ -728,18 +841,41 @@ exports.dataSetsSearchItemsBody = zod_1.default.strictObject({
|
|
|
728
841
|
"skip": zod_1.default.number().nullish(),
|
|
729
842
|
"take": zod_1.default.number().nullish()
|
|
730
843
|
});
|
|
731
|
-
exports.
|
|
732
|
-
exports.
|
|
733
|
-
exports.
|
|
734
|
-
|
|
735
|
-
|
|
844
|
+
exports.dataSetsSearchItemsResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
845
|
+
exports.dataSetsSearchItemsResponseDataItemMetadataContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
846
|
+
exports.dataSetsSearchItemsResponseDataItemMetadataContainerItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
847
|
+
exports.dataSetsSearchItemsResponseDataItemMetadataDataSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
848
|
+
exports.dataSetsSearchItemsResponseDataItemMetadataFlowRunIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
849
|
+
exports.dataSetsSearchItemsResponse = zod_1.default.object({
|
|
850
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
851
|
+
"id": zod_1.default.string().regex(exports.dataSetsSearchItemsResponseDataItemIdRegExp),
|
|
852
|
+
"indexText": zod_1.default.string(),
|
|
853
|
+
"metadata": zod_1.default.object({
|
|
854
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsSearchItemsResponseDataItemMetadataContainerIdRegExp).nullish(),
|
|
855
|
+
"containerItemId": zod_1.default.string().regex(exports.dataSetsSearchItemsResponseDataItemMetadataContainerItemIdRegExp).nullish(),
|
|
856
|
+
"containerItemPath": zod_1.default.string().nullish(),
|
|
857
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
858
|
+
"dataSetId": zod_1.default.string().regex(exports.dataSetsSearchItemsResponseDataItemMetadataDataSetIdRegExp).nullish(),
|
|
859
|
+
"flowRunId": zod_1.default.string().regex(exports.dataSetsSearchItemsResponseDataItemMetadataFlowRunIdRegExp).nullish(),
|
|
860
|
+
"indexed": zod_1.default.boolean(),
|
|
861
|
+
"modifiedAt": zod_1.default.iso.datetime({}).nullish()
|
|
862
|
+
}),
|
|
863
|
+
"properties": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
864
|
+
})),
|
|
865
|
+
"total": zod_1.default.number()
|
|
866
|
+
});
|
|
867
|
+
exports.dataSetsDeleteItemPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
868
|
+
exports.dataSetsDeleteItemPathItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
869
|
+
exports.dataSetsDeleteItemParams = zod_1.default.strictObject({
|
|
870
|
+
"id": zod_1.default.string().regex(exports.dataSetsDeleteItemPathIdRegExp),
|
|
871
|
+
"itemId": zod_1.default.string().regex(exports.dataSetsDeleteItemPathItemIdRegExp)
|
|
736
872
|
});
|
|
737
873
|
/**
|
|
738
|
-
* @summary
|
|
874
|
+
* @summary Upsert a single property on a dataset.
|
|
739
875
|
*/
|
|
740
876
|
exports.dataSetsAddDataSetPropertyPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
741
877
|
exports.dataSetsAddDataSetPropertyParams = zod_1.default.strictObject({
|
|
742
|
-
"id": zod_1.default.string().regex(exports.dataSetsAddDataSetPropertyPathIdRegExp)
|
|
878
|
+
"id": zod_1.default.string().regex(exports.dataSetsAddDataSetPropertyPathIdRegExp)
|
|
743
879
|
});
|
|
744
880
|
exports.dataSetsAddDataSetPropertyBody = zod_1.default.strictObject({
|
|
745
881
|
"description": zod_1.default.string().nullish(),
|
|
@@ -845,11 +981,25 @@ exports.dataSourcesPostBody = zod_1.default.strictObject({
|
|
|
845
981
|
"keyId": zod_1.default.string().nullish(),
|
|
846
982
|
"name": zod_1.default.string()
|
|
847
983
|
});
|
|
984
|
+
exports.dataSourcesPostResponseContainersItemDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
985
|
+
exports.dataSourcesPostResponseContainersItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
986
|
+
exports.dataSourcesPostResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
848
987
|
exports.dataSourcesPostResponse = zod_1.default.object({
|
|
988
|
+
"containers": zod_1.default.array(zod_1.default.object({
|
|
989
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesPostResponseContainersItemDataSourceIdRegExp),
|
|
990
|
+
"id": zod_1.default.string().regex(exports.dataSourcesPostResponseContainersItemIdRegExp),
|
|
991
|
+
"name": zod_1.default.string(),
|
|
992
|
+
"path": zod_1.default.string()
|
|
993
|
+
})),
|
|
994
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
995
|
+
"createdByUserId": zod_1.default.string(),
|
|
849
996
|
"credentialType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap']),
|
|
850
|
-
"
|
|
997
|
+
"id": zod_1.default.string().regex(exports.dataSourcesPostResponseIdRegExp),
|
|
851
998
|
"keyId": zod_1.default.string().nullish(),
|
|
852
|
-
"
|
|
999
|
+
"modifiedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1000
|
+
"modifiedByUserId": zod_1.default.string().nullish(),
|
|
1001
|
+
"name": zod_1.default.string(),
|
|
1002
|
+
"searchable": zod_1.default.boolean()
|
|
853
1003
|
});
|
|
854
1004
|
/**
|
|
855
1005
|
* @summary Remove a specific data source from SmartSpace using its unique ID.
|
|
@@ -898,28 +1048,39 @@ exports.dataSourcesUpdateCredentialsParams = zod_1.default.strictObject({
|
|
|
898
1048
|
exports.dataSourcesUpdateCredentialsBody = zod_1.default.strictObject({
|
|
899
1049
|
"credentials": zod_1.default.record(zod_1.default.string(), zod_1.default.string().nullable())
|
|
900
1050
|
});
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
1051
|
+
exports.dataSourcesGetAdminUsersPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1052
|
+
exports.dataSourcesGetAdminUsersParams = zod_1.default.strictObject({
|
|
1053
|
+
"id": zod_1.default.string().regex(exports.dataSourcesGetAdminUsersPathIdRegExp)
|
|
1054
|
+
});
|
|
1055
|
+
exports.dataSourcesGetAdminUsersResponseItem = zod_1.default.object({
|
|
1056
|
+
"id": zod_1.default.string(),
|
|
1057
|
+
"name": zod_1.default.string()
|
|
1058
|
+
});
|
|
1059
|
+
exports.dataSourcesGetAdminUsersResponse = zod_1.default.array(exports.dataSourcesGetAdminUsersResponseItem);
|
|
1060
|
+
exports.dataSourcesDeleteAdminPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1061
|
+
exports.dataSourcesDeleteAdminParams = zod_1.default.strictObject({
|
|
1062
|
+
"id": zod_1.default.string().regex(exports.dataSourcesDeleteAdminPathIdRegExp),
|
|
1063
|
+
"userId": zod_1.default.string()
|
|
1064
|
+
});
|
|
1065
|
+
exports.dataSourcesAddAdminPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1066
|
+
exports.dataSourcesAddAdminParams = zod_1.default.strictObject({
|
|
1067
|
+
"id": zod_1.default.string().regex(exports.dataSourcesAddAdminPathIdRegExp),
|
|
1068
|
+
"userId": zod_1.default.string()
|
|
1069
|
+
});
|
|
904
1070
|
exports.dataSpacesGetQueryTakeDefault = 20;
|
|
905
1071
|
exports.dataSpacesGetQuerySkipDefault = 0;
|
|
906
1072
|
exports.dataSpacesGetQueryParams = zod_1.default.strictObject({
|
|
907
|
-
"take": zod_1.default.number().default(exports.dataSpacesGetQueryTakeDefault)
|
|
908
|
-
"skip": zod_1.default.number().optional()
|
|
909
|
-
"search": zod_1.default.string().optional()
|
|
1073
|
+
"take": zod_1.default.number().default(exports.dataSpacesGetQueryTakeDefault),
|
|
1074
|
+
"skip": zod_1.default.number().optional(),
|
|
1075
|
+
"search": zod_1.default.string().optional()
|
|
910
1076
|
});
|
|
911
1077
|
exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
912
|
-
exports.dataSpacesGetResponseDataItemDataSetsItemFlowActiveFlowDefinitionIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
913
1078
|
exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
914
|
-
exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
915
|
-
exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
916
|
-
exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
917
|
-
exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
918
1079
|
exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
919
1080
|
exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
920
1081
|
exports.dataSpacesGetResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
921
1082
|
exports.dataSpacesGetResponseDataItemParentWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
922
|
-
exports.
|
|
1083
|
+
exports.dataSpacesGetResponseDataItemWorkSpacesItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
923
1084
|
exports.dataSpacesGetResponse = zod_1.default.object({
|
|
924
1085
|
"data": zod_1.default.array(zod_1.default.object({
|
|
925
1086
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
@@ -929,72 +1090,7 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
929
1090
|
"createdByUserId": zod_1.default.string(),
|
|
930
1091
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
931
1092
|
"description": zod_1.default.string().nullish(),
|
|
932
|
-
"
|
|
933
|
-
"activeFlowDefinition": zod_1.default.object({
|
|
934
|
-
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
935
|
-
"constants": zod_1.default.array(zod_1.default.object({
|
|
936
|
-
"target": zod_1.default.object({
|
|
937
|
-
"pin": zod_1.default.string(),
|
|
938
|
-
"port": zod_1.default.string()
|
|
939
|
-
}),
|
|
940
|
-
"value": zod_1.default.any().nullish()
|
|
941
|
-
})).nullish(),
|
|
942
|
-
"description": zod_1.default.string().nullish(),
|
|
943
|
-
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
944
|
-
"pin": zod_1.default.string(),
|
|
945
|
-
"port": zod_1.default.string()
|
|
946
|
-
})).nullish(),
|
|
947
|
-
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
948
|
-
"pin": zod_1.default.string(),
|
|
949
|
-
"port": zod_1.default.string()
|
|
950
|
-
})).nullish(),
|
|
951
|
-
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
952
|
-
"name": zod_1.default.string(),
|
|
953
|
-
"version": zod_1.default.string()
|
|
954
|
-
})).nullish(),
|
|
955
|
-
"connections": zod_1.default.array(zod_1.default.object({
|
|
956
|
-
"source": zod_1.default.object({
|
|
957
|
-
"node": zod_1.default.string(),
|
|
958
|
-
"pin": zod_1.default.string().nullish(),
|
|
959
|
-
"port": zod_1.default.string().nullish()
|
|
960
|
-
}),
|
|
961
|
-
"target": zod_1.default.object({
|
|
962
|
-
"node": zod_1.default.string(),
|
|
963
|
-
"pin": zod_1.default.string().nullish(),
|
|
964
|
-
"port": zod_1.default.string().nullish()
|
|
965
|
-
})
|
|
966
|
-
})).nullish(),
|
|
967
|
-
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
968
|
-
"value": zod_1.default.any().nullish()
|
|
969
|
-
})).nullish(),
|
|
970
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
971
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
972
|
-
})).nullish(),
|
|
973
|
-
"layout": zod_1.default.any().nullish(),
|
|
974
|
-
"name": zod_1.default.string().nullish(),
|
|
975
|
-
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
976
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
977
|
-
})).nullish(),
|
|
978
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
979
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
980
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
981
|
-
})).nullish()
|
|
982
|
-
}).optional(),
|
|
983
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowActiveFlowDefinitionIdRegExp),
|
|
984
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp),
|
|
985
|
-
"triggers": zod_1.default.array(zod_1.default.object({
|
|
986
|
-
"dataSourceContainer": zod_1.default.object({
|
|
987
|
-
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
988
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp),
|
|
989
|
-
"name": zod_1.default.string(),
|
|
990
|
-
"path": zod_1.default.string()
|
|
991
|
-
}),
|
|
992
|
-
"flowId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemFlowIdRegExp),
|
|
993
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemIdRegExp),
|
|
994
|
-
"inputName": zod_1.default.string(),
|
|
995
|
-
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
996
|
-
}))
|
|
997
|
-
}).optional(),
|
|
1093
|
+
"flowId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp).nullish(),
|
|
998
1094
|
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp),
|
|
999
1095
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1000
1096
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1005,58 +1101,42 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1005
1101
|
"name": zod_1.default.string()
|
|
1006
1102
|
})),
|
|
1007
1103
|
"version": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp).nullish()
|
|
1008
|
-
}))
|
|
1104
|
+
})),
|
|
1009
1105
|
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemIdRegExp),
|
|
1010
|
-
"modifiedAt": zod_1.default.iso.datetime({})
|
|
1011
|
-
"modifiedByUserId": zod_1.default.string()
|
|
1106
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1107
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
1012
1108
|
"name": zod_1.default.string(),
|
|
1013
1109
|
"parentWorkspaceId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemParentWorkspaceIdRegExp).nullish(),
|
|
1014
|
-
"
|
|
1015
|
-
"id": zod_1.default.string().regex(exports.
|
|
1110
|
+
"workSpaces": zod_1.default.array(zod_1.default.object({
|
|
1111
|
+
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemWorkSpacesItemIdRegExp),
|
|
1016
1112
|
"name": zod_1.default.string()
|
|
1017
|
-
}))
|
|
1113
|
+
}))
|
|
1018
1114
|
})),
|
|
1019
1115
|
"total": zod_1.default.number()
|
|
1020
1116
|
});
|
|
1021
1117
|
/**
|
|
1022
|
-
* @summary Create a new dataspace
|
|
1118
|
+
* @summary Create a new dataspace.
|
|
1023
1119
|
*/
|
|
1024
1120
|
exports.dataSpacesPostBodyDataSetIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1025
1121
|
exports.dataSpacesPostBody = zod_1.default.strictObject({
|
|
1026
1122
|
"dataSetIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesPostBodyDataSetIdsItemRegExp)).nullish(),
|
|
1027
1123
|
"name": zod_1.default.string()
|
|
1028
1124
|
});
|
|
1029
|
-
exports.dataSpacesPostResponseDataSetIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1030
|
-
exports.dataSpacesPostResponse = zod_1.default.object({
|
|
1031
|
-
"dataSetIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesPostResponseDataSetIdsItemRegExp)).nullish(),
|
|
1032
|
-
"name": zod_1.default.string()
|
|
1033
|
-
});
|
|
1034
|
-
/**
|
|
1035
|
-
* @summary Remove a specific data space from SmartSpace, using its ID to ensure accurate deletion.
|
|
1036
|
-
*/
|
|
1037
1125
|
exports.dataSpacesDeletePathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1038
1126
|
exports.dataSpacesDeleteParams = zod_1.default.strictObject({
|
|
1039
|
-
"id": zod_1.default.string().regex(exports.dataSpacesDeletePathIdRegExp)
|
|
1127
|
+
"id": zod_1.default.string().regex(exports.dataSpacesDeletePathIdRegExp)
|
|
1040
1128
|
});
|
|
1041
|
-
/**
|
|
1042
|
-
* @summary Retrieve detailed information about a specific data space in SmartSpace by its ID
|
|
1043
|
-
*/
|
|
1044
1129
|
exports.dataSpacesGetByIdPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1045
1130
|
exports.dataSpacesGetByIdParams = zod_1.default.strictObject({
|
|
1046
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdPathIdRegExp)
|
|
1131
|
+
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdPathIdRegExp)
|
|
1047
1132
|
});
|
|
1048
1133
|
exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1049
|
-
exports.dataSpacesGetByIdResponseDataSetsItemFlowActiveFlowDefinitionIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1050
1134
|
exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1051
|
-
exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1052
|
-
exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1053
|
-
exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1054
|
-
exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1055
1135
|
exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1056
1136
|
exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1057
1137
|
exports.dataSpacesGetByIdResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1058
1138
|
exports.dataSpacesGetByIdResponseParentWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1059
|
-
exports.
|
|
1139
|
+
exports.dataSpacesGetByIdResponseWorkSpacesItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1060
1140
|
exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
1061
1141
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
1062
1142
|
"createdByUserId": zod_1.default.string(),
|
|
@@ -1065,72 +1145,7 @@ exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
|
1065
1145
|
"createdByUserId": zod_1.default.string(),
|
|
1066
1146
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1067
1147
|
"description": zod_1.default.string().nullish(),
|
|
1068
|
-
"
|
|
1069
|
-
"activeFlowDefinition": zod_1.default.object({
|
|
1070
|
-
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1071
|
-
"constants": zod_1.default.array(zod_1.default.object({
|
|
1072
|
-
"target": zod_1.default.object({
|
|
1073
|
-
"pin": zod_1.default.string(),
|
|
1074
|
-
"port": zod_1.default.string()
|
|
1075
|
-
}),
|
|
1076
|
-
"value": zod_1.default.any().nullish()
|
|
1077
|
-
})).nullish(),
|
|
1078
|
-
"description": zod_1.default.string().nullish(),
|
|
1079
|
-
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
1080
|
-
"pin": zod_1.default.string(),
|
|
1081
|
-
"port": zod_1.default.string()
|
|
1082
|
-
})).nullish(),
|
|
1083
|
-
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
1084
|
-
"pin": zod_1.default.string(),
|
|
1085
|
-
"port": zod_1.default.string()
|
|
1086
|
-
})).nullish(),
|
|
1087
|
-
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1088
|
-
"name": zod_1.default.string(),
|
|
1089
|
-
"version": zod_1.default.string()
|
|
1090
|
-
})).nullish(),
|
|
1091
|
-
"connections": zod_1.default.array(zod_1.default.object({
|
|
1092
|
-
"source": zod_1.default.object({
|
|
1093
|
-
"node": zod_1.default.string(),
|
|
1094
|
-
"pin": zod_1.default.string().nullish(),
|
|
1095
|
-
"port": zod_1.default.string().nullish()
|
|
1096
|
-
}),
|
|
1097
|
-
"target": zod_1.default.object({
|
|
1098
|
-
"node": zod_1.default.string(),
|
|
1099
|
-
"pin": zod_1.default.string().nullish(),
|
|
1100
|
-
"port": zod_1.default.string().nullish()
|
|
1101
|
-
})
|
|
1102
|
-
})).nullish(),
|
|
1103
|
-
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1104
|
-
"value": zod_1.default.any().nullish()
|
|
1105
|
-
})).nullish(),
|
|
1106
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1107
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1108
|
-
})).nullish(),
|
|
1109
|
-
"layout": zod_1.default.any().nullish(),
|
|
1110
|
-
"name": zod_1.default.string().nullish(),
|
|
1111
|
-
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1112
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1113
|
-
})).nullish(),
|
|
1114
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1115
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
1116
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1117
|
-
})).nullish()
|
|
1118
|
-
}).optional(),
|
|
1119
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowActiveFlowDefinitionIdRegExp),
|
|
1120
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp),
|
|
1121
|
-
"triggers": zod_1.default.array(zod_1.default.object({
|
|
1122
|
-
"dataSourceContainer": zod_1.default.object({
|
|
1123
|
-
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
1124
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp),
|
|
1125
|
-
"name": zod_1.default.string(),
|
|
1126
|
-
"path": zod_1.default.string()
|
|
1127
|
-
}),
|
|
1128
|
-
"flowId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemFlowIdRegExp),
|
|
1129
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemIdRegExp),
|
|
1130
|
-
"inputName": zod_1.default.string(),
|
|
1131
|
-
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
1132
|
-
}))
|
|
1133
|
-
}).optional(),
|
|
1148
|
+
"flowId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp).nullish(),
|
|
1134
1149
|
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp),
|
|
1135
1150
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1136
1151
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1141,23 +1156,23 @@ exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
|
1141
1156
|
"name": zod_1.default.string()
|
|
1142
1157
|
})),
|
|
1143
1158
|
"version": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp).nullish()
|
|
1144
|
-
}))
|
|
1159
|
+
})),
|
|
1145
1160
|
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseIdRegExp),
|
|
1146
|
-
"modifiedAt": zod_1.default.iso.datetime({})
|
|
1147
|
-
"modifiedByUserId": zod_1.default.string()
|
|
1161
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1162
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
1148
1163
|
"name": zod_1.default.string(),
|
|
1149
1164
|
"parentWorkspaceId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseParentWorkspaceIdRegExp).nullish(),
|
|
1150
|
-
"
|
|
1151
|
-
"id": zod_1.default.string().regex(exports.
|
|
1165
|
+
"workSpaces": zod_1.default.array(zod_1.default.object({
|
|
1166
|
+
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseWorkSpacesItemIdRegExp),
|
|
1152
1167
|
"name": zod_1.default.string()
|
|
1153
|
-
}))
|
|
1168
|
+
}))
|
|
1154
1169
|
});
|
|
1155
1170
|
/**
|
|
1156
|
-
* @summary Update
|
|
1171
|
+
* @summary Update an existing dataspace.
|
|
1157
1172
|
*/
|
|
1158
1173
|
exports.dataSpacesPutPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1159
1174
|
exports.dataSpacesPutParams = zod_1.default.strictObject({
|
|
1160
|
-
"id": zod_1.default.string().regex(exports.dataSpacesPutPathIdRegExp)
|
|
1175
|
+
"id": zod_1.default.string().regex(exports.dataSpacesPutPathIdRegExp)
|
|
1161
1176
|
});
|
|
1162
1177
|
exports.dataSpacesPutBodyDataSetIdsItemRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1163
1178
|
exports.dataSpacesPutBodyIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
@@ -1166,27 +1181,77 @@ exports.dataSpacesPutBody = zod_1.default.strictObject({
|
|
|
1166
1181
|
"id": zod_1.default.string().regex(exports.dataSpacesPutBodyIdRegExp),
|
|
1167
1182
|
"name": zod_1.default.string()
|
|
1168
1183
|
});
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1184
|
+
exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1185
|
+
exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1186
|
+
exports.dataSpacesPutResponseDataSetsItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1187
|
+
exports.dataSpacesPutResponseDataSetsItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1188
|
+
exports.dataSpacesPutResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1189
|
+
exports.dataSpacesPutResponseParentWorkspaceIdRegExp = new RegExp('^[0-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.dataSpacesPutResponseWorkSpacesItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1191
|
+
exports.dataSpacesPutResponse = zod_1.default.object({
|
|
1192
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
1193
|
+
"createdByUserId": zod_1.default.string(),
|
|
1194
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
1195
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
1196
|
+
"createdByUserId": zod_1.default.string(),
|
|
1197
|
+
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1198
|
+
"description": zod_1.default.string().nullish(),
|
|
1199
|
+
"flowId": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp).nullish(),
|
|
1200
|
+
"id": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemIdRegExp),
|
|
1201
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1202
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
1203
|
+
"name": zod_1.default.string(),
|
|
1204
|
+
"properties": zod_1.default.array(zod_1.default.object({
|
|
1205
|
+
"description": zod_1.default.string().nullish(),
|
|
1206
|
+
"isVector": zod_1.default.boolean(),
|
|
1207
|
+
"name": zod_1.default.string()
|
|
1208
|
+
})),
|
|
1209
|
+
"version": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemVersionRegExp).nullish()
|
|
1210
|
+
})),
|
|
1211
|
+
"id": zod_1.default.string().regex(exports.dataSpacesPutResponseIdRegExp),
|
|
1212
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1213
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
1214
|
+
"name": zod_1.default.string(),
|
|
1215
|
+
"parentWorkspaceId": zod_1.default.string().regex(exports.dataSpacesPutResponseParentWorkspaceIdRegExp).nullish(),
|
|
1216
|
+
"workSpaces": zod_1.default.array(zod_1.default.object({
|
|
1217
|
+
"id": zod_1.default.string().regex(exports.dataSpacesPutResponseWorkSpacesItemIdRegExp),
|
|
1218
|
+
"name": zod_1.default.string()
|
|
1219
|
+
}))
|
|
1220
|
+
});
|
|
1221
|
+
exports.dataSpacesGetAdminUsersPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1222
|
+
exports.dataSpacesGetAdminUsersParams = zod_1.default.strictObject({
|
|
1223
|
+
"id": zod_1.default.string().regex(exports.dataSpacesGetAdminUsersPathIdRegExp)
|
|
1224
|
+
});
|
|
1225
|
+
exports.dataSpacesGetAdminUsersResponseDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1226
|
+
exports.dataSpacesGetAdminUsersResponseItem = zod_1.default.object({
|
|
1227
|
+
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetAdminUsersResponseDataSpaceIdRegExp),
|
|
1228
|
+
"displayName": zod_1.default.string(),
|
|
1229
|
+
"userId": zod_1.default.string()
|
|
1230
|
+
});
|
|
1231
|
+
exports.dataSpacesGetAdminUsersResponse = zod_1.default.array(exports.dataSpacesGetAdminUsersResponseItem);
|
|
1232
|
+
exports.dataSpacesDeleteAdminPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1233
|
+
exports.dataSpacesDeleteAdminParams = zod_1.default.strictObject({
|
|
1234
|
+
"id": zod_1.default.string().regex(exports.dataSpacesDeleteAdminPathIdRegExp),
|
|
1235
|
+
"userId": zod_1.default.string()
|
|
1236
|
+
});
|
|
1237
|
+
exports.dataSpacesAddAdminPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1238
|
+
exports.dataSpacesAddAdminParams = zod_1.default.strictObject({
|
|
1239
|
+
"id": zod_1.default.string().regex(exports.dataSpacesAddAdminPathIdRegExp),
|
|
1240
|
+
"userId": zod_1.default.string()
|
|
1241
|
+
});
|
|
1172
1242
|
exports.dataSpacesGetDataSetsPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1173
1243
|
exports.dataSpacesGetDataSetsParams = zod_1.default.strictObject({
|
|
1174
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsPathIdRegExp)
|
|
1244
|
+
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsPathIdRegExp)
|
|
1175
1245
|
});
|
|
1176
1246
|
exports.dataSpacesGetDataSetsQueryTakeDefault = 20;
|
|
1177
1247
|
exports.dataSpacesGetDataSetsQuerySkipDefault = 0;
|
|
1178
1248
|
exports.dataSpacesGetDataSetsQueryParams = zod_1.default.strictObject({
|
|
1179
|
-
"take": zod_1.default.number().default(exports.dataSpacesGetDataSetsQueryTakeDefault)
|
|
1180
|
-
"skip": zod_1.default.number().optional()
|
|
1181
|
-
"search": zod_1.default.string().optional()
|
|
1249
|
+
"take": zod_1.default.number().default(exports.dataSpacesGetDataSetsQueryTakeDefault),
|
|
1250
|
+
"skip": zod_1.default.number().optional(),
|
|
1251
|
+
"search": zod_1.default.string().optional()
|
|
1182
1252
|
});
|
|
1183
1253
|
exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1184
|
-
exports.dataSpacesGetDataSetsResponseDataItemFlowActiveFlowDefinitionIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1185
1254
|
exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1186
|
-
exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1187
|
-
exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1188
|
-
exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1189
|
-
exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemIdRegExp = new RegExp('^[0-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
1255
|
exports.dataSpacesGetDataSetsResponseDataItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1191
1256
|
exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1192
1257
|
exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
@@ -1195,72 +1260,7 @@ exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
|
1195
1260
|
"createdByUserId": zod_1.default.string(),
|
|
1196
1261
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
1197
1262
|
"description": zod_1.default.string().nullish(),
|
|
1198
|
-
"
|
|
1199
|
-
"activeFlowDefinition": zod_1.default.object({
|
|
1200
|
-
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1201
|
-
"constants": zod_1.default.array(zod_1.default.object({
|
|
1202
|
-
"target": zod_1.default.object({
|
|
1203
|
-
"pin": zod_1.default.string(),
|
|
1204
|
-
"port": zod_1.default.string()
|
|
1205
|
-
}),
|
|
1206
|
-
"value": zod_1.default.any().nullish()
|
|
1207
|
-
})).nullish(),
|
|
1208
|
-
"description": zod_1.default.string().nullish(),
|
|
1209
|
-
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
1210
|
-
"pin": zod_1.default.string(),
|
|
1211
|
-
"port": zod_1.default.string()
|
|
1212
|
-
})).nullish(),
|
|
1213
|
-
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
1214
|
-
"pin": zod_1.default.string(),
|
|
1215
|
-
"port": zod_1.default.string()
|
|
1216
|
-
})).nullish(),
|
|
1217
|
-
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1218
|
-
"name": zod_1.default.string(),
|
|
1219
|
-
"version": zod_1.default.string()
|
|
1220
|
-
})).nullish(),
|
|
1221
|
-
"connections": zod_1.default.array(zod_1.default.object({
|
|
1222
|
-
"source": zod_1.default.object({
|
|
1223
|
-
"node": zod_1.default.string(),
|
|
1224
|
-
"pin": zod_1.default.string().nullish(),
|
|
1225
|
-
"port": zod_1.default.string().nullish()
|
|
1226
|
-
}),
|
|
1227
|
-
"target": zod_1.default.object({
|
|
1228
|
-
"node": zod_1.default.string(),
|
|
1229
|
-
"pin": zod_1.default.string().nullish(),
|
|
1230
|
-
"port": zod_1.default.string().nullish()
|
|
1231
|
-
})
|
|
1232
|
-
})).nullish(),
|
|
1233
|
-
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1234
|
-
"value": zod_1.default.any().nullish()
|
|
1235
|
-
})).nullish(),
|
|
1236
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1237
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1238
|
-
})).nullish(),
|
|
1239
|
-
"layout": zod_1.default.any().nullish(),
|
|
1240
|
-
"name": zod_1.default.string().nullish(),
|
|
1241
|
-
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1242
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1243
|
-
})).nullish(),
|
|
1244
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1245
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
1246
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1247
|
-
})).nullish()
|
|
1248
|
-
}).optional(),
|
|
1249
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowActiveFlowDefinitionIdRegExp),
|
|
1250
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp),
|
|
1251
|
-
"triggers": zod_1.default.array(zod_1.default.object({
|
|
1252
|
-
"dataSourceContainer": zod_1.default.object({
|
|
1253
|
-
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
1254
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp),
|
|
1255
|
-
"name": zod_1.default.string(),
|
|
1256
|
-
"path": zod_1.default.string()
|
|
1257
|
-
}),
|
|
1258
|
-
"flowId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemFlowIdRegExp),
|
|
1259
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemIdRegExp),
|
|
1260
|
-
"inputName": zod_1.default.string(),
|
|
1261
|
-
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
1262
|
-
}))
|
|
1263
|
-
}).optional(),
|
|
1263
|
+
"flowId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp).nullish(),
|
|
1264
1264
|
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemIdRegExp),
|
|
1265
1265
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1266
1266
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1275,18 +1275,18 @@ exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
|
1275
1275
|
"total": zod_1.default.number()
|
|
1276
1276
|
});
|
|
1277
1277
|
/**
|
|
1278
|
-
* @summary Create a new dataset
|
|
1278
|
+
* @summary Create a new dataset inside this dataspace.
|
|
1279
1279
|
*/
|
|
1280
1280
|
exports.dataSpacesPostDatasetPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1281
1281
|
exports.dataSpacesPostDatasetParams = zod_1.default.strictObject({
|
|
1282
|
-
"id": zod_1.default.string().regex(exports.dataSpacesPostDatasetPathIdRegExp)
|
|
1282
|
+
"id": zod_1.default.string().regex(exports.dataSpacesPostDatasetPathIdRegExp)
|
|
1283
1283
|
});
|
|
1284
1284
|
exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1285
1285
|
exports.dataSpacesPostDatasetBody = zod_1.default.strictObject({
|
|
1286
1286
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
1287
1287
|
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp),
|
|
1288
1288
|
"path": zod_1.default.string()
|
|
1289
|
-
})),
|
|
1289
|
+
})).nullish(),
|
|
1290
1290
|
"description": zod_1.default.string().nullish(),
|
|
1291
1291
|
"name": zod_1.default.string()
|
|
1292
1292
|
});
|
|
@@ -1379,7 +1379,24 @@ exports.filesGetUriQueryParams = zod_1.default.strictObject({
|
|
|
1379
1379
|
"threadId": zod_1.default.string().regex(exports.filesGetUriQueryThreadIdRegExpOne).optional().describe('Optional thread ID containing the file'),
|
|
1380
1380
|
"workspaceId": zod_1.default.string().regex(exports.filesGetUriQueryWorkspaceIdRegExpOne).optional().describe('Optional workspace ID containing the file')
|
|
1381
1381
|
});
|
|
1382
|
-
exports.filesGetUriResponse = zod_1.default.
|
|
1382
|
+
exports.filesGetUriResponse = zod_1.default.object({
|
|
1383
|
+
"uri": zod_1.default.string()
|
|
1384
|
+
});
|
|
1385
|
+
/**
|
|
1386
|
+
* @summary Creates a new flow run with the specified parameters
|
|
1387
|
+
*/
|
|
1388
|
+
exports.flowRunsCreateFlowRunQueryFlowIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1389
|
+
exports.flowRunsCreateFlowRunQueryParams = zod_1.default.strictObject({
|
|
1390
|
+
"flowId": zod_1.default.string().regex(exports.flowRunsCreateFlowRunQueryFlowIdRegExp).optional().describe('ID of the flow to run')
|
|
1391
|
+
});
|
|
1392
|
+
exports.flowRunsCreateFlowRunBody = zod_1.default.strictObject({
|
|
1393
|
+
"debug": zod_1.default.boolean(),
|
|
1394
|
+
"inputs": zod_1.default.array(zod_1.default.strictObject({
|
|
1395
|
+
"channels": zod_1.default.record(zod_1.default.string(), zod_1.default.number()),
|
|
1396
|
+
"name": zod_1.default.string(),
|
|
1397
|
+
"value": zod_1.default.any().nullish()
|
|
1398
|
+
})).nullish()
|
|
1399
|
+
});
|
|
1383
1400
|
/**
|
|
1384
1401
|
* @summary Searches for flow runs based on search term
|
|
1385
1402
|
*/
|
|
@@ -1413,6 +1430,29 @@ exports.flowRunsGetFileFromFlowRunIdResponse = zod_1.default.object({
|
|
|
1413
1430
|
"threadId": zod_1.default.string().regex(exports.flowRunsGetFileFromFlowRunIdResponseThreadIdRegExp).nullish(),
|
|
1414
1431
|
"workspaceId": zod_1.default.string().regex(exports.flowRunsGetFileFromFlowRunIdResponseWorkspaceIdRegExp).nullish()
|
|
1415
1432
|
});
|
|
1433
|
+
/**
|
|
1434
|
+
* @summary Gets a flow run including its context
|
|
1435
|
+
*/
|
|
1436
|
+
exports.flowRunsGetFlowRunPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1437
|
+
exports.flowRunsGetFlowRunParams = zod_1.default.strictObject({
|
|
1438
|
+
"id": zod_1.default.string().regex(exports.flowRunsGetFlowRunPathIdRegExp)
|
|
1439
|
+
});
|
|
1440
|
+
exports.flowRunsAddFileIdFilesPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1441
|
+
exports.flowRunsAddFileIdFilesParams = zod_1.default.strictObject({
|
|
1442
|
+
"id": zod_1.default.string().regex(exports.flowRunsAddFileIdFilesPathIdRegExp)
|
|
1443
|
+
});
|
|
1444
|
+
exports.flowRunsAddFileIdFilesBody = zod_1.default.strictObject({
|
|
1445
|
+
"file": zod_1.default.instanceof(File).optional()
|
|
1446
|
+
});
|
|
1447
|
+
exports.flowRunsAddFileIdFilesExistingPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1448
|
+
exports.flowRunsAddFileIdFilesExistingParams = zod_1.default.strictObject({
|
|
1449
|
+
"id": zod_1.default.string().regex(exports.flowRunsAddFileIdFilesExistingPathIdRegExp)
|
|
1450
|
+
});
|
|
1451
|
+
exports.flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1452
|
+
exports.flowRunsAddFileIdFilesExistingBody = zod_1.default.strictObject({
|
|
1453
|
+
"blobUri": zod_1.default.string(),
|
|
1454
|
+
"flowRunId": zod_1.default.string().regex(exports.flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp).nullish()
|
|
1455
|
+
});
|
|
1416
1456
|
exports.flowRunsGetStepExecutionsPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1417
1457
|
exports.flowRunsGetStepExecutionsParams = zod_1.default.strictObject({
|
|
1418
1458
|
"id": zod_1.default.string().regex(exports.flowRunsGetStepExecutionsPathIdRegExp)
|
|
@@ -1539,6 +1579,57 @@ exports.flowsSetActiveFlowDefinitionBody = zod_1.default.strictObject({
|
|
|
1539
1579
|
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1540
1580
|
})).nullish()
|
|
1541
1581
|
});
|
|
1582
|
+
/**
|
|
1583
|
+
* @summary Retrieves a list of model deployment providers.
|
|
1584
|
+
*/
|
|
1585
|
+
exports.modelProvidersGetProvidersQueryTakeDefault = 50;
|
|
1586
|
+
exports.modelProvidersGetProvidersQuerySkipDefault = 0;
|
|
1587
|
+
exports.modelProvidersGetProvidersQueryParams = zod_1.default.strictObject({
|
|
1588
|
+
"take": zod_1.default.number().default(exports.modelProvidersGetProvidersQueryTakeDefault).describe('The number of providers to retrieve.'),
|
|
1589
|
+
"skip": zod_1.default.number().optional().describe('The number of providers to skip.')
|
|
1590
|
+
});
|
|
1591
|
+
/**
|
|
1592
|
+
* @summary Creates a new model deployment provider.
|
|
1593
|
+
*/
|
|
1594
|
+
exports.modelProvidersCreateProviderBodyIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1595
|
+
exports.modelProvidersCreateProviderBody = zod_1.default.strictObject({
|
|
1596
|
+
"apiKey": zod_1.default.string().nullish(),
|
|
1597
|
+
"apiVersion": zod_1.default.string().nullish(),
|
|
1598
|
+
"baseUrl": zod_1.default.string().nullish(),
|
|
1599
|
+
"googleCredentials": zod_1.default.record(zod_1.default.string(), zod_1.default.any()).nullish(),
|
|
1600
|
+
"id": zod_1.default.string().regex(exports.modelProvidersCreateProviderBodyIdRegExp).nullish(),
|
|
1601
|
+
"location": zod_1.default.string().nullish(),
|
|
1602
|
+
"name": zod_1.default.string(),
|
|
1603
|
+
"type": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry'])
|
|
1604
|
+
});
|
|
1605
|
+
/**
|
|
1606
|
+
* @summary Retrieves the deployable models for a model provider
|
|
1607
|
+
*/
|
|
1608
|
+
exports.modelProvidersGetModelProviderTypeDeployableModelsParams = zod_1.default.strictObject({
|
|
1609
|
+
"providerType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry'])
|
|
1610
|
+
});
|
|
1611
|
+
exports.modelProvidersGetProviderPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1612
|
+
exports.modelProvidersGetProviderParams = zod_1.default.strictObject({
|
|
1613
|
+
"id": zod_1.default.string().regex(exports.modelProvidersGetProviderPathIdRegExp)
|
|
1614
|
+
});
|
|
1615
|
+
/**
|
|
1616
|
+
* @summary Updates or inserts a model deployment provider.
|
|
1617
|
+
*/
|
|
1618
|
+
exports.modelProvidersUpsertProviderPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1619
|
+
exports.modelProvidersUpsertProviderParams = zod_1.default.strictObject({
|
|
1620
|
+
"id": zod_1.default.string().regex(exports.modelProvidersUpsertProviderPathIdRegExp).describe('The ID of the provider.')
|
|
1621
|
+
});
|
|
1622
|
+
exports.modelProvidersUpsertProviderBodyIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1623
|
+
exports.modelProvidersUpsertProviderBody = zod_1.default.strictObject({
|
|
1624
|
+
"apiKey": zod_1.default.string().nullish(),
|
|
1625
|
+
"apiVersion": zod_1.default.string().nullish(),
|
|
1626
|
+
"baseUrl": zod_1.default.string().nullish(),
|
|
1627
|
+
"googleCredentials": zod_1.default.record(zod_1.default.string(), zod_1.default.any()).nullish(),
|
|
1628
|
+
"id": zod_1.default.string().regex(exports.modelProvidersUpsertProviderBodyIdRegExp).nullish(),
|
|
1629
|
+
"location": zod_1.default.string().nullish(),
|
|
1630
|
+
"name": zod_1.default.string(),
|
|
1631
|
+
"type": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry'])
|
|
1632
|
+
});
|
|
1542
1633
|
/**
|
|
1543
1634
|
* @summary Retrieves a list of models.
|
|
1544
1635
|
*/
|
|
@@ -1559,6 +1650,7 @@ exports.modelsGetModelsResponse = zod_1.default.object({
|
|
|
1559
1650
|
"displayName": zod_1.default.string(),
|
|
1560
1651
|
"id": zod_1.default.string().regex(exports.modelsGetModelsResponseDataItemIdRegExpOne),
|
|
1561
1652
|
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
1653
|
+
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
1562
1654
|
"name": zod_1.default.string(),
|
|
1563
1655
|
"properties": zod_1.default.array(zod_1.default.object({
|
|
1564
1656
|
"name": zod_1.default.string(),
|
|
@@ -1592,8 +1684,13 @@ exports.modelsCreateModelBody = zod_1.default.strictObject({
|
|
|
1592
1684
|
"vmSize": zod_1.default.string().nullish()
|
|
1593
1685
|
}).optional(),
|
|
1594
1686
|
"displayName": zod_1.default.string().nullish(),
|
|
1595
|
-
"name": zod_1.default.string()
|
|
1687
|
+
"name": zod_1.default.string(),
|
|
1688
|
+
"publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
|
|
1689
|
+
});
|
|
1690
|
+
exports.modelsGetDefaultDockerFileQueryParams = zod_1.default.strictObject({
|
|
1691
|
+
"serverType": zod_1.default.enum(['TextGenerationInference', 'VLlm']).optional()
|
|
1596
1692
|
});
|
|
1693
|
+
exports.modelsGetDefaultDockerFileResponse = zod_1.default.string();
|
|
1597
1694
|
/**
|
|
1598
1695
|
* @summary Deletes a model with the specified ID.
|
|
1599
1696
|
*/
|
|
@@ -1645,6 +1742,7 @@ exports.modelsGetModelResponse = zod_1.default.object({
|
|
|
1645
1742
|
"displayName": zod_1.default.string(),
|
|
1646
1743
|
"id": zod_1.default.string().regex(exports.modelsGetModelResponseIdRegExpOne),
|
|
1647
1744
|
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
1745
|
+
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
1648
1746
|
"name": zod_1.default.string(),
|
|
1649
1747
|
"properties": zod_1.default.array(zod_1.default.object({
|
|
1650
1748
|
"name": zod_1.default.string(),
|
|
@@ -1679,7 +1777,8 @@ exports.modelsUpsertModelBody = zod_1.default.strictObject({
|
|
|
1679
1777
|
"vmSize": zod_1.default.string().nullish()
|
|
1680
1778
|
}).optional(),
|
|
1681
1779
|
"displayName": zod_1.default.string().nullish(),
|
|
1682
|
-
"name": zod_1.default.string()
|
|
1780
|
+
"name": zod_1.default.string(),
|
|
1781
|
+
"publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
|
|
1683
1782
|
});
|
|
1684
1783
|
/**
|
|
1685
1784
|
* @summary Retrieves the Docker logs for a specific deployment of a model.
|
|
@@ -1731,6 +1830,18 @@ exports.notificationGetResponse = zod_1.default.object({
|
|
|
1731
1830
|
exports.notificationPutUpdateBodyRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1732
1831
|
exports.notificationPutUpdateBodyItem = zod_1.default.string().regex(exports.notificationPutUpdateBodyRegExpOne);
|
|
1733
1832
|
exports.notificationPutUpdateBody = zod_1.default.array(exports.notificationPutUpdateBodyItem);
|
|
1833
|
+
/**
|
|
1834
|
+
* @summary Update the upgrade component of the smartspace plan
|
|
1835
|
+
*/
|
|
1836
|
+
exports.planUpdateSmartSpaceUpgradeBody = zod_1.default.strictObject({
|
|
1837
|
+
"workSpaceQuota": zod_1.default.number()
|
|
1838
|
+
});
|
|
1839
|
+
/**
|
|
1840
|
+
* @summary Calculate the cost of an upgrade change
|
|
1841
|
+
*/
|
|
1842
|
+
exports.planCalculateSmartSpaceUpgradeCostBody = zod_1.default.strictObject({
|
|
1843
|
+
"workSpaceQuota": zod_1.default.number()
|
|
1844
|
+
});
|
|
1734
1845
|
/**
|
|
1735
1846
|
* @summary Gets the number of requests by a specified duration
|
|
1736
1847
|
*/
|
|
@@ -1797,6 +1908,10 @@ exports.usersGetUsersResponse = zod_1.default.object({
|
|
|
1797
1908
|
})),
|
|
1798
1909
|
"total": zod_1.default.number()
|
|
1799
1910
|
});
|
|
1911
|
+
exports.usersGetUsersByFilterParams = zod_1.default.strictObject({
|
|
1912
|
+
"permissions": zod_1.default.enum(['None', 'WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete'])
|
|
1913
|
+
});
|
|
1914
|
+
exports.usersGetMyPermissionsResponse = zod_1.default.enum(['None', 'WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']);
|
|
1800
1915
|
/**
|
|
1801
1916
|
* @summary Disable user (Remove all assigned WorkSpaces by UserId)
|
|
1802
1917
|
*/
|
|
@@ -1868,6 +1983,23 @@ exports.usersGetAccessWorkSpacesResponseItem = zod_1.default.object({
|
|
|
1868
1983
|
"workSpaceName": zod_1.default.string().nullish()
|
|
1869
1984
|
});
|
|
1870
1985
|
exports.usersGetAccessWorkSpacesResponse = zod_1.default.array(exports.usersGetAccessWorkSpacesResponseItem);
|
|
1986
|
+
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}$');
|
|
1987
|
+
exports.usersAdminPermissionParams = zod_1.default.strictObject({
|
|
1988
|
+
"userId": zod_1.default.string().regex(exports.usersAdminPermissionPathUserIdRegExp)
|
|
1989
|
+
});
|
|
1990
|
+
exports.usersAdminPermissionQueryParams = zod_1.default.strictObject({
|
|
1991
|
+
"isAdmin": zod_1.default.boolean().optional()
|
|
1992
|
+
});
|
|
1993
|
+
exports.usersAddUserPermissionPathUserIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
1994
|
+
exports.usersAddUserPermissionParams = zod_1.default.strictObject({
|
|
1995
|
+
"userId": zod_1.default.string().regex(exports.usersAddUserPermissionPathUserIdRegExp)
|
|
1996
|
+
});
|
|
1997
|
+
exports.usersAddUserPermissionBody = zod_1.default.enum(['None', 'WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']);
|
|
1998
|
+
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}$');
|
|
1999
|
+
exports.usersRemoveUserPermissionParams = zod_1.default.strictObject({
|
|
2000
|
+
"userId": zod_1.default.string().regex(exports.usersRemoveUserPermissionPathUserIdRegExp),
|
|
2001
|
+
"permission": zod_1.default.enum(['None', 'WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete'])
|
|
2002
|
+
});
|
|
1871
2003
|
/**
|
|
1872
2004
|
* @summary Returns a list of available Azure locations for deploying virtual machines
|
|
1873
2005
|
*/
|
|
@@ -1920,14 +2052,14 @@ exports.workSpaceTemplatesGetResponse = zod_1.default.object({
|
|
|
1920
2052
|
"total": zod_1.default.number()
|
|
1921
2053
|
});
|
|
1922
2054
|
/**
|
|
1923
|
-
* @summary
|
|
2055
|
+
* @summary Retrieves a collection of workspaces.
|
|
1924
2056
|
*/
|
|
1925
2057
|
exports.workSpacesGetGetQueryTakeDefaultOne = 20;
|
|
1926
2058
|
exports.workSpacesGetGetQuerySkipDefaultOne = 0;
|
|
1927
2059
|
exports.workSpacesGetGetQueryParams = zod_1.default.strictObject({
|
|
1928
|
-
"take": zod_1.default.number().default(exports.workSpacesGetGetQueryTakeDefaultOne)
|
|
1929
|
-
"skip": zod_1.default.number().optional()
|
|
1930
|
-
"search": zod_1.default.string().optional()
|
|
2060
|
+
"take": zod_1.default.number().default(exports.workSpacesGetGetQueryTakeDefaultOne),
|
|
2061
|
+
"skip": zod_1.default.number().optional(),
|
|
2062
|
+
"search": zod_1.default.string().optional()
|
|
1931
2063
|
});
|
|
1932
2064
|
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}$');
|
|
1933
2065
|
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}$');
|
|
@@ -2052,7 +2184,6 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2052
2184
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2053
2185
|
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2054
2186
|
})),
|
|
2055
|
-
"isPromptAndResponseLoggingEnabled": zod_1.default.boolean().nullish(),
|
|
2056
2187
|
"modelConfigurations": zod_1.default.array(zod_1.default.object({
|
|
2057
2188
|
"frequencyPenalty": zod_1.default.number(),
|
|
2058
2189
|
"model": zod_1.default.object({
|
|
@@ -2088,6 +2219,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2088
2219
|
"displayName": zod_1.default.string(),
|
|
2089
2220
|
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne),
|
|
2090
2221
|
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
2222
|
+
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
2091
2223
|
"name": zod_1.default.string(),
|
|
2092
2224
|
"properties": zod_1.default.array(zod_1.default.object({
|
|
2093
2225
|
"name": zod_1.default.string(),
|
|
@@ -2117,7 +2249,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2117
2249
|
"total": zod_1.default.number()
|
|
2118
2250
|
});
|
|
2119
2251
|
/**
|
|
2120
|
-
* @summary
|
|
2252
|
+
* @summary Creates a new workspace.
|
|
2121
2253
|
*/
|
|
2122
2254
|
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}$');
|
|
2123
2255
|
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}$');
|
|
@@ -2139,203 +2271,19 @@ exports.workSpacesPostBody = zod_1.default.strictObject({
|
|
|
2139
2271
|
"name": zod_1.default.string(),
|
|
2140
2272
|
"templateVersionId": zod_1.default.string().regex(exports.workSpacesPostBodyTemplateVersionIdRegExp).nullish()
|
|
2141
2273
|
});
|
|
2142
|
-
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}$');
|
|
2143
|
-
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}$');
|
|
2144
|
-
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}$');
|
|
2145
|
-
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}$');
|
|
2146
|
-
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}$');
|
|
2147
|
-
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}$');
|
|
2148
|
-
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}$');
|
|
2149
|
-
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}$');
|
|
2150
|
-
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}$');
|
|
2151
|
-
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}$');
|
|
2152
|
-
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}$');
|
|
2153
|
-
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}$');
|
|
2154
|
-
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}$');
|
|
2155
|
-
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}$');
|
|
2156
|
-
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}$');
|
|
2157
|
-
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}$');
|
|
2158
|
-
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}$');
|
|
2159
|
-
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}$');
|
|
2160
|
-
exports.workSpacesPostResponse = zod_1.default.object({
|
|
2161
|
-
"createdAt": zod_1.default.iso.datetime({}),
|
|
2162
|
-
"createdByUserId": zod_1.default.string(),
|
|
2163
|
-
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
2164
|
-
"createdAt": zod_1.default.iso.datetime({}),
|
|
2165
|
-
"createdByUserId": zod_1.default.string(),
|
|
2166
|
-
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2167
|
-
"createdAt": zod_1.default.iso.datetime({}),
|
|
2168
|
-
"createdByUserId": zod_1.default.string(),
|
|
2169
|
-
"dataSpaceId": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
2170
|
-
"description": zod_1.default.string().nullish(),
|
|
2171
|
-
"flow": zod_1.default.object({
|
|
2172
|
-
"activeFlowDefinition": zod_1.default.object({
|
|
2173
|
-
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2174
|
-
"constants": zod_1.default.array(zod_1.default.object({
|
|
2175
|
-
"target": zod_1.default.object({
|
|
2176
|
-
"pin": zod_1.default.string(),
|
|
2177
|
-
"port": zod_1.default.string()
|
|
2178
|
-
}),
|
|
2179
|
-
"value": zod_1.default.any().nullish()
|
|
2180
|
-
})).nullish(),
|
|
2181
|
-
"description": zod_1.default.string().nullish(),
|
|
2182
|
-
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
2183
|
-
"pin": zod_1.default.string(),
|
|
2184
|
-
"port": zod_1.default.string()
|
|
2185
|
-
})).nullish(),
|
|
2186
|
-
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
2187
|
-
"pin": zod_1.default.string(),
|
|
2188
|
-
"port": zod_1.default.string()
|
|
2189
|
-
})).nullish(),
|
|
2190
|
-
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2191
|
-
"name": zod_1.default.string(),
|
|
2192
|
-
"version": zod_1.default.string()
|
|
2193
|
-
})).nullish(),
|
|
2194
|
-
"connections": zod_1.default.array(zod_1.default.object({
|
|
2195
|
-
"source": zod_1.default.object({
|
|
2196
|
-
"node": zod_1.default.string(),
|
|
2197
|
-
"pin": zod_1.default.string().nullish(),
|
|
2198
|
-
"port": zod_1.default.string().nullish()
|
|
2199
|
-
}),
|
|
2200
|
-
"target": zod_1.default.object({
|
|
2201
|
-
"node": zod_1.default.string(),
|
|
2202
|
-
"pin": zod_1.default.string().nullish(),
|
|
2203
|
-
"port": zod_1.default.string().nullish()
|
|
2204
|
-
})
|
|
2205
|
-
})).nullish(),
|
|
2206
|
-
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2207
|
-
"value": zod_1.default.any().nullish()
|
|
2208
|
-
})).nullish(),
|
|
2209
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2210
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2211
|
-
})).nullish(),
|
|
2212
|
-
"layout": zod_1.default.any().nullish(),
|
|
2213
|
-
"name": zod_1.default.string().nullish(),
|
|
2214
|
-
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2215
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2216
|
-
})).nullish(),
|
|
2217
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2218
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
2219
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2220
|
-
})).nullish()
|
|
2221
|
-
}).optional(),
|
|
2222
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp),
|
|
2223
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowIdRegExp),
|
|
2224
|
-
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2225
|
-
"dataSourceContainer": zod_1.default.object({
|
|
2226
|
-
"dataSourceId": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
2227
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp),
|
|
2228
|
-
"name": zod_1.default.string(),
|
|
2229
|
-
"path": zod_1.default.string()
|
|
2230
|
-
}),
|
|
2231
|
-
"flowId": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExp),
|
|
2232
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExp),
|
|
2233
|
-
"inputName": zod_1.default.string(),
|
|
2234
|
-
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
2235
|
-
}))
|
|
2236
|
-
}).optional(),
|
|
2237
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemIdRegExp),
|
|
2238
|
-
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
2239
|
-
"modifiedByUserId": zod_1.default.string(),
|
|
2240
|
-
"name": zod_1.default.string(),
|
|
2241
|
-
"properties": zod_1.default.array(zod_1.default.object({
|
|
2242
|
-
"description": zod_1.default.string().nullish(),
|
|
2243
|
-
"isVector": zod_1.default.boolean(),
|
|
2244
|
-
"name": zod_1.default.string()
|
|
2245
|
-
})),
|
|
2246
|
-
"version": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemVersionRegExp).nullish()
|
|
2247
|
-
})).nullish(),
|
|
2248
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemIdRegExp),
|
|
2249
|
-
"modifiedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2250
|
-
"modifiedByUserId": zod_1.default.string().nullish(),
|
|
2251
|
-
"name": zod_1.default.string(),
|
|
2252
|
-
"parentWorkspaceId": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemParentWorkspaceIdRegExp).nullish(),
|
|
2253
|
-
"workspacesInfo": zod_1.default.array(zod_1.default.object({
|
|
2254
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemWorkspacesInfoItemIdRegExp),
|
|
2255
|
-
"name": zod_1.default.string()
|
|
2256
|
-
})).nullish()
|
|
2257
|
-
})),
|
|
2258
|
-
"favorited": zod_1.default.boolean(),
|
|
2259
|
-
"firstPrompt": zod_1.default.string().nullish(),
|
|
2260
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseIdRegExp).nullish(),
|
|
2261
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2262
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2263
|
-
})),
|
|
2264
|
-
"isPromptAndResponseLoggingEnabled": zod_1.default.boolean().nullish(),
|
|
2265
|
-
"modelConfigurations": zod_1.default.array(zod_1.default.object({
|
|
2266
|
-
"frequencyPenalty": zod_1.default.number(),
|
|
2267
|
-
"model": zod_1.default.object({
|
|
2268
|
-
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2269
|
-
"createdByUserId": zod_1.default.string().nullish(),
|
|
2270
|
-
"deployment": zod_1.default.object({
|
|
2271
|
-
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2272
|
-
"createdByUserId": zod_1.default.string().nullish(),
|
|
2273
|
-
"detailedMessage": zod_1.default.string().nullish(),
|
|
2274
|
-
"dockerFile": zod_1.default.string().nullish(),
|
|
2275
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseModelConfigurationsItemModelDeploymentIdRegExp),
|
|
2276
|
-
"modelName": zod_1.default.string(),
|
|
2277
|
-
"providerDeploymentId": zod_1.default.string().nullish(),
|
|
2278
|
-
"providerId": zod_1.default.string().regex(exports.workSpacesPostResponseModelConfigurationsItemModelDeploymentProviderIdRegExp).nullish(),
|
|
2279
|
-
"region": zod_1.default.string().nullish(),
|
|
2280
|
-
"status": zod_1.default.enum(['Deploying', 'Ready', 'Failed', 'Deleting', 'Deleted']),
|
|
2281
|
-
"statusMessage": zod_1.default.string().nullish(),
|
|
2282
|
-
"statusUpdatedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2283
|
-
"steps": zod_1.default.array(zod_1.default.object({
|
|
2284
|
-
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2285
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExp),
|
|
2286
|
-
"index": zod_1.default.number(),
|
|
2287
|
-
"message": zod_1.default.string(),
|
|
2288
|
-
"name": zod_1.default.enum(['DeployVNet', 'DeployVM', 'InstallDependencies', 'DownloadModel', 'TestModel']),
|
|
2289
|
-
"progress": zod_1.default.number(),
|
|
2290
|
-
"startedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2291
|
-
})),
|
|
2292
|
-
"url": zod_1.default.string().nullish(),
|
|
2293
|
-
"virtualMachineServerType": zod_1.default.enum(['TextGenerationInference', 'VLlm']).optional(),
|
|
2294
|
-
"virtualMachineUrl": zod_1.default.string().nullish(),
|
|
2295
|
-
"vmSize": zod_1.default.string().nullish()
|
|
2296
|
-
}).optional(),
|
|
2297
|
-
"displayName": zod_1.default.string(),
|
|
2298
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseModelConfigurationsItemModelIdRegExp),
|
|
2299
|
-
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
2300
|
-
"name": zod_1.default.string(),
|
|
2301
|
-
"properties": zod_1.default.array(zod_1.default.object({
|
|
2302
|
-
"name": zod_1.default.string(),
|
|
2303
|
-
"type": zod_1.default.enum(['Boolean', 'Number', 'String'])
|
|
2304
|
-
}))
|
|
2305
|
-
}),
|
|
2306
|
-
"prePrompt": zod_1.default.string(),
|
|
2307
|
-
"presencePenalty": zod_1.default.number(),
|
|
2308
|
-
"role": zod_1.default.enum(['Document', 'Agent', 'Analyzer']),
|
|
2309
|
-
"temperature": zod_1.default.number(),
|
|
2310
|
-
"topP": zod_1.default.number()
|
|
2311
|
-
})),
|
|
2312
|
-
"modifiedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2313
|
-
"modifiedByUserId": zod_1.default.string().nullish(),
|
|
2314
|
-
"name": zod_1.default.string(),
|
|
2315
|
-
"outputSchema": zod_1.default.string().nullish(),
|
|
2316
|
-
"sandBoxThreadId": zod_1.default.string().regex(exports.workSpacesPostResponseSandBoxThreadIdRegExp).nullish(),
|
|
2317
|
-
"showSources": zod_1.default.boolean(),
|
|
2318
|
-
"summary": zod_1.default.string().nullish(),
|
|
2319
|
-
"supportsFiles": zod_1.default.boolean().nullish(),
|
|
2320
|
-
"tags": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2321
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2322
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
2323
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2324
|
-
}))
|
|
2325
|
-
});
|
|
2326
2274
|
/**
|
|
2327
|
-
* @summary
|
|
2275
|
+
* @summary Deletes a workspace by its ID.
|
|
2328
2276
|
*/
|
|
2329
2277
|
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}$');
|
|
2330
2278
|
exports.workSpacesDeleteParams = zod_1.default.strictObject({
|
|
2331
|
-
"id": zod_1.default.string().regex(exports.workSpacesDeletePathIdRegExp)
|
|
2279
|
+
"id": zod_1.default.string().regex(exports.workSpacesDeletePathIdRegExp)
|
|
2332
2280
|
});
|
|
2333
2281
|
/**
|
|
2334
|
-
* @summary
|
|
2282
|
+
* @summary Retrieves a workspace by its ID.
|
|
2335
2283
|
*/
|
|
2336
2284
|
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}$');
|
|
2337
2285
|
exports.workSpacesGetIdParams = zod_1.default.strictObject({
|
|
2338
|
-
"id": zod_1.default.string().regex(exports.workSpacesGetIdPathIdRegExpOne)
|
|
2286
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetIdPathIdRegExpOne)
|
|
2339
2287
|
});
|
|
2340
2288
|
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}$');
|
|
2341
2289
|
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}$');
|
|
@@ -2459,7 +2407,6 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2459
2407
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2460
2408
|
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2461
2409
|
})),
|
|
2462
|
-
"isPromptAndResponseLoggingEnabled": zod_1.default.boolean().nullish(),
|
|
2463
2410
|
"modelConfigurations": zod_1.default.array(zod_1.default.object({
|
|
2464
2411
|
"frequencyPenalty": zod_1.default.number(),
|
|
2465
2412
|
"model": zod_1.default.object({
|
|
@@ -2495,6 +2442,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2495
2442
|
"displayName": zod_1.default.string(),
|
|
2496
2443
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne),
|
|
2497
2444
|
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
2445
|
+
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
2498
2446
|
"name": zod_1.default.string(),
|
|
2499
2447
|
"properties": zod_1.default.array(zod_1.default.object({
|
|
2500
2448
|
"name": zod_1.default.string(),
|
|
@@ -2521,12 +2469,34 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2521
2469
|
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2522
2470
|
}))
|
|
2523
2471
|
});
|
|
2472
|
+
exports.workSpacesGetWorkspaceAdminsPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2473
|
+
exports.workSpacesGetWorkspaceAdminsParams = zod_1.default.strictObject({
|
|
2474
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetWorkspaceAdminsPathIdRegExp)
|
|
2475
|
+
});
|
|
2476
|
+
exports.workSpacesGetWorkspaceAdminsResponseItem = zod_1.default.object({
|
|
2477
|
+
"id": zod_1.default.string(),
|
|
2478
|
+
"isAdmin": zod_1.default.boolean(),
|
|
2479
|
+
"name": zod_1.default.string()
|
|
2480
|
+
});
|
|
2481
|
+
exports.workSpacesGetWorkspaceAdminsResponse = zod_1.default.array(exports.workSpacesGetWorkspaceAdminsResponseItem);
|
|
2482
|
+
exports.workSpacesDeleteAdminPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2483
|
+
exports.workSpacesDeleteAdminPathUserIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2484
|
+
exports.workSpacesDeleteAdminParams = zod_1.default.strictObject({
|
|
2485
|
+
"id": zod_1.default.string().regex(exports.workSpacesDeleteAdminPathIdRegExp),
|
|
2486
|
+
"userId": zod_1.default.string().regex(exports.workSpacesDeleteAdminPathUserIdRegExp)
|
|
2487
|
+
});
|
|
2488
|
+
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}$');
|
|
2489
|
+
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}$');
|
|
2490
|
+
exports.workSpacesAddWorkspaceAdminParams = zod_1.default.strictObject({
|
|
2491
|
+
"id": zod_1.default.string().regex(exports.workSpacesAddWorkspaceAdminPathIdRegExp),
|
|
2492
|
+
"userId": zod_1.default.string().regex(exports.workSpacesAddWorkspaceAdminPathUserIdRegExp)
|
|
2493
|
+
});
|
|
2524
2494
|
/**
|
|
2525
|
-
* @summary
|
|
2495
|
+
* @summary Updates the basic information of a workspace.
|
|
2526
2496
|
*/
|
|
2527
2497
|
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}$');
|
|
2528
2498
|
exports.workSpacesPutParams = zod_1.default.strictObject({
|
|
2529
|
-
"id": zod_1.default.string().regex(exports.workSpacesPutPathIdRegExp)
|
|
2499
|
+
"id": zod_1.default.string().regex(exports.workSpacesPutPathIdRegExp)
|
|
2530
2500
|
});
|
|
2531
2501
|
exports.workSpacesPutBody = zod_1.default.strictObject({
|
|
2532
2502
|
"firstPrompt": zod_1.default.string().nullish(),
|
|
@@ -2537,18 +2507,26 @@ exports.workSpacesPutBody = zod_1.default.strictObject({
|
|
|
2537
2507
|
"tags": zod_1.default.array(zod_1.default.string()).nullish()
|
|
2538
2508
|
});
|
|
2539
2509
|
/**
|
|
2540
|
-
* @summary
|
|
2510
|
+
* @summary Marks a workspace as favorited or not for the active user.
|
|
2511
|
+
*/
|
|
2512
|
+
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}$');
|
|
2513
|
+
exports.workSpacesSetFavoritedParams = zod_1.default.strictObject({
|
|
2514
|
+
"id": zod_1.default.string().regex(exports.workSpacesSetFavoritedPathIdRegExp)
|
|
2515
|
+
});
|
|
2516
|
+
exports.workSpacesSetFavoritedBody = zod_1.default.boolean();
|
|
2517
|
+
/**
|
|
2518
|
+
* @summary Retrieves message threads for a workspace.
|
|
2541
2519
|
*/
|
|
2542
2520
|
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}$');
|
|
2543
2521
|
exports.workSpacesGetThreadsParams = zod_1.default.strictObject({
|
|
2544
|
-
"id": zod_1.default.string().regex(exports.workSpacesGetThreadsPathIdRegExp)
|
|
2522
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetThreadsPathIdRegExp)
|
|
2545
2523
|
});
|
|
2546
2524
|
exports.workSpacesGetThreadsQueryTakeDefault = 50;
|
|
2547
2525
|
exports.workSpacesGetThreadsQuerySkipDefault = 0;
|
|
2548
2526
|
exports.workSpacesGetThreadsQueryParams = zod_1.default.strictObject({
|
|
2549
|
-
"take": zod_1.default.number().default(exports.workSpacesGetThreadsQueryTakeDefault)
|
|
2550
|
-
"skip": zod_1.default.number().optional()
|
|
2551
|
-
"search": zod_1.default.string().optional()
|
|
2527
|
+
"take": zod_1.default.number().default(exports.workSpacesGetThreadsQueryTakeDefault),
|
|
2528
|
+
"skip": zod_1.default.number().optional(),
|
|
2529
|
+
"search": zod_1.default.string().optional()
|
|
2552
2530
|
});
|
|
2553
2531
|
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}$');
|
|
2554
2532
|
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}$');
|
|
@@ -2570,18 +2548,26 @@ exports.workSpacesGetThreadsResponse = zod_1.default.object({
|
|
|
2570
2548
|
"total": zod_1.default.number()
|
|
2571
2549
|
});
|
|
2572
2550
|
/**
|
|
2573
|
-
* @summary
|
|
2551
|
+
* @summary Deletes the model configuration for a specific workspace and role.
|
|
2552
|
+
*/
|
|
2553
|
+
exports.workSpacesDeleteModelConfigurationPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2554
|
+
exports.workSpacesDeleteModelConfigurationParams = zod_1.default.strictObject({
|
|
2555
|
+
"id": zod_1.default.string().regex(exports.workSpacesDeleteModelConfigurationPathIdRegExp),
|
|
2556
|
+
"role": zod_1.default.enum(['Document', 'Agent', 'Analyzer'])
|
|
2557
|
+
});
|
|
2558
|
+
/**
|
|
2559
|
+
* @summary Updates the model configuration for a specific workspace and role.
|
|
2574
2560
|
*/
|
|
2575
|
-
exports.
|
|
2576
|
-
exports.
|
|
2577
|
-
"id": zod_1.default.string().regex(exports.
|
|
2578
|
-
"role": zod_1.default.enum(['Document', 'Agent', 'Analyzer'])
|
|
2561
|
+
exports.workSpacesPutModelConfigurationPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2562
|
+
exports.workSpacesPutModelConfigurationParams = zod_1.default.strictObject({
|
|
2563
|
+
"id": zod_1.default.string().regex(exports.workSpacesPutModelConfigurationPathIdRegExp),
|
|
2564
|
+
"role": zod_1.default.enum(['Document', 'Agent', 'Analyzer'])
|
|
2579
2565
|
});
|
|
2580
|
-
exports.
|
|
2581
|
-
exports.
|
|
2566
|
+
exports.workSpacesPutModelConfigurationBodyModelIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2567
|
+
exports.workSpacesPutModelConfigurationBody = zod_1.default.strictObject({
|
|
2582
2568
|
"frequencyPenalty": zod_1.default.number(),
|
|
2583
2569
|
"modelDisplayText": zod_1.default.string().nullish(),
|
|
2584
|
-
"modelId": zod_1.default.string().regex(exports.
|
|
2570
|
+
"modelId": zod_1.default.string().regex(exports.workSpacesPutModelConfigurationBodyModelIdRegExp).nullish(),
|
|
2585
2571
|
"prePrompt": zod_1.default.string(),
|
|
2586
2572
|
"presencePenalty": zod_1.default.number(),
|
|
2587
2573
|
"role": zod_1.default.enum(['Document', 'Agent', 'Analyzer']),
|
|
@@ -2589,37 +2575,78 @@ exports.workSpacesPutModelConfigurationIdModelconfigurationRoleBody = zod_1.defa
|
|
|
2589
2575
|
"topP": zod_1.default.number()
|
|
2590
2576
|
});
|
|
2591
2577
|
/**
|
|
2592
|
-
* @summary
|
|
2578
|
+
* @summary Removes a data space from a workspace.
|
|
2593
2579
|
*/
|
|
2594
2580
|
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}$');
|
|
2595
2581
|
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}$');
|
|
2596
2582
|
exports.workSpacesRemoveDataSpaceParams = zod_1.default.strictObject({
|
|
2597
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesRemoveDataSpacePathWorkspaceIdRegExp)
|
|
2598
|
-
"dataspaceId": zod_1.default.string().regex(exports.workSpacesRemoveDataSpacePathDataspaceIdRegExp)
|
|
2583
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesRemoveDataSpacePathWorkspaceIdRegExp),
|
|
2584
|
+
"dataspaceId": zod_1.default.string().regex(exports.workSpacesRemoveDataSpacePathDataspaceIdRegExp)
|
|
2599
2585
|
});
|
|
2600
2586
|
/**
|
|
2601
|
-
* @summary
|
|
2587
|
+
* @summary Adds a data space to a workspace.
|
|
2602
2588
|
*/
|
|
2603
2589
|
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}$');
|
|
2604
2590
|
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}$');
|
|
2605
2591
|
exports.workSpacesAddDataSpaceParams = zod_1.default.strictObject({
|
|
2606
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesAddDataSpacePathWorkspaceIdRegExp)
|
|
2607
|
-
"dataspaceId": zod_1.default.string().regex(exports.workSpacesAddDataSpacePathDataspaceIdRegExp)
|
|
2592
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesAddDataSpacePathWorkspaceIdRegExp),
|
|
2593
|
+
"dataspaceId": zod_1.default.string().regex(exports.workSpacesAddDataSpacePathDataspaceIdRegExp)
|
|
2594
|
+
});
|
|
2595
|
+
/**
|
|
2596
|
+
* @summary Gets a list of all the files that are uploaded directly to the workspace.
|
|
2597
|
+
*/
|
|
2598
|
+
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}$');
|
|
2599
|
+
exports.workSpacesGetWorkspaceFilesParams = zod_1.default.strictObject({
|
|
2600
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp)
|
|
2601
|
+
});
|
|
2602
|
+
exports.workSpacesGetWorkspaceFilesQueryTakeDefault = 20;
|
|
2603
|
+
exports.workSpacesGetWorkspaceFilesQuerySkipDefault = 0;
|
|
2604
|
+
exports.workSpacesGetWorkspaceFilesQueryParams = zod_1.default.strictObject({
|
|
2605
|
+
"take": zod_1.default.number().default(exports.workSpacesGetWorkspaceFilesQueryTakeDefault),
|
|
2606
|
+
"skip": zod_1.default.number().optional()
|
|
2607
|
+
});
|
|
2608
|
+
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}$');
|
|
2609
|
+
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}$');
|
|
2610
|
+
exports.workSpacesGetWorkspaceFilesResponseDataItemFileWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2611
|
+
exports.workSpacesGetWorkspaceFilesResponse = zod_1.default.object({
|
|
2612
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2613
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2614
|
+
"createdByUserId": zod_1.default.string().nullish(),
|
|
2615
|
+
"createdByUserName": zod_1.default.string().nullish(),
|
|
2616
|
+
"dataSetId": zod_1.default.string().nullish(),
|
|
2617
|
+
"file": zod_1.default.object({
|
|
2618
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2619
|
+
"createdByUserId": zod_1.default.string(),
|
|
2620
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetWorkspaceFilesResponseDataItemFileIdRegExp),
|
|
2621
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
2622
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
2623
|
+
"name": zod_1.default.string(),
|
|
2624
|
+
"size": zod_1.default.number(),
|
|
2625
|
+
"threadId": zod_1.default.string().regex(exports.workSpacesGetWorkspaceFilesResponseDataItemFileThreadIdRegExp).nullish(),
|
|
2626
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesGetWorkspaceFilesResponseDataItemFileWorkspaceIdRegExp).nullish()
|
|
2627
|
+
}).optional(),
|
|
2628
|
+
"flowRunId": zod_1.default.string().nullish(),
|
|
2629
|
+
"id": zod_1.default.string(),
|
|
2630
|
+
"modifiedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2631
|
+
"modifiedByUserId": zod_1.default.string().nullish(),
|
|
2632
|
+
"status": zod_1.default.enum(['Uploaded', 'Ingested', 'Ingesting'])
|
|
2633
|
+
})),
|
|
2634
|
+
"total": zod_1.default.number()
|
|
2608
2635
|
});
|
|
2609
2636
|
/**
|
|
2610
|
-
* @summary Uploads a list of files directly to the workspace
|
|
2637
|
+
* @summary Uploads a list of files directly to the workspace.
|
|
2611
2638
|
*/
|
|
2612
|
-
exports.
|
|
2613
|
-
exports.
|
|
2614
|
-
"workspaceId": zod_1.default.string().regex(exports.
|
|
2639
|
+
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}$');
|
|
2640
|
+
exports.workSpacesWorkspaceFilesParams = zod_1.default.strictObject({
|
|
2641
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesWorkspaceFilesPathWorkspaceIdRegExp)
|
|
2615
2642
|
});
|
|
2616
|
-
exports.
|
|
2617
|
-
"files": zod_1.default.array(zod_1.default.instanceof(File)).optional()
|
|
2643
|
+
exports.workSpacesWorkspaceFilesBody = zod_1.default.strictObject({
|
|
2644
|
+
"files": zod_1.default.array(zod_1.default.instanceof(File)).optional()
|
|
2618
2645
|
});
|
|
2619
|
-
exports.
|
|
2620
|
-
exports.
|
|
2621
|
-
exports.
|
|
2622
|
-
exports.
|
|
2646
|
+
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}$');
|
|
2647
|
+
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}$');
|
|
2648
|
+
exports.workSpacesWorkspaceFilesResponseFileWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2649
|
+
exports.workSpacesWorkspaceFilesResponseItem = zod_1.default.object({
|
|
2623
2650
|
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2624
2651
|
"createdByUserId": zod_1.default.string().nullish(),
|
|
2625
2652
|
"createdByUserName": zod_1.default.string().nullish(),
|
|
@@ -2627,13 +2654,13 @@ exports.workSpacesWorkspaceFilesWorkspaceIdFilesResponseItem = zod_1.default.obj
|
|
|
2627
2654
|
"file": zod_1.default.object({
|
|
2628
2655
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
2629
2656
|
"createdByUserId": zod_1.default.string(),
|
|
2630
|
-
"id": zod_1.default.string().regex(exports.
|
|
2657
|
+
"id": zod_1.default.string().regex(exports.workSpacesWorkspaceFilesResponseFileIdRegExp),
|
|
2631
2658
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
2632
2659
|
"modifiedByUserId": zod_1.default.string(),
|
|
2633
2660
|
"name": zod_1.default.string(),
|
|
2634
2661
|
"size": zod_1.default.number(),
|
|
2635
|
-
"threadId": zod_1.default.string().regex(exports.
|
|
2636
|
-
"workspaceId": zod_1.default.string().regex(exports.
|
|
2662
|
+
"threadId": zod_1.default.string().regex(exports.workSpacesWorkspaceFilesResponseFileThreadIdRegExp).nullish(),
|
|
2663
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesWorkspaceFilesResponseFileWorkspaceIdRegExp).nullish()
|
|
2637
2664
|
}).optional(),
|
|
2638
2665
|
"flowRunId": zod_1.default.string().nullish(),
|
|
2639
2666
|
"id": zod_1.default.string(),
|
|
@@ -2641,24 +2668,78 @@ exports.workSpacesWorkspaceFilesWorkspaceIdFilesResponseItem = zod_1.default.obj
|
|
|
2641
2668
|
"modifiedByUserId": zod_1.default.string().nullish(),
|
|
2642
2669
|
"status": zod_1.default.enum(['Uploaded', 'Ingested', 'Ingesting'])
|
|
2643
2670
|
});
|
|
2644
|
-
exports.
|
|
2671
|
+
exports.workSpacesWorkspaceFilesResponse = zod_1.default.array(exports.workSpacesWorkspaceFilesResponseItem);
|
|
2645
2672
|
/**
|
|
2646
|
-
* @summary Removes a file
|
|
2673
|
+
* @summary Removes a file from the workspace and the ingested content.
|
|
2647
2674
|
*/
|
|
2648
2675
|
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}$');
|
|
2649
2676
|
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}$');
|
|
2650
2677
|
exports.workSpacesDeleteWorkspaceFileParams = zod_1.default.strictObject({
|
|
2651
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp)
|
|
2652
|
-
"fileId": zod_1.default.string().regex(exports.workSpacesDeleteWorkspaceFilePathFileIdRegExp)
|
|
2678
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp),
|
|
2679
|
+
"fileId": zod_1.default.string().regex(exports.workSpacesDeleteWorkspaceFilePathFileIdRegExp)
|
|
2680
|
+
});
|
|
2681
|
+
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}$');
|
|
2682
|
+
exports.workSpacesGetActiveFlowParams = zod_1.default.strictObject({
|
|
2683
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesGetActiveFlowPathWorkspaceIdRegExp)
|
|
2684
|
+
});
|
|
2685
|
+
exports.workSpacesGetActiveFlowResponse = zod_1.default.object({
|
|
2686
|
+
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2687
|
+
"constants": zod_1.default.array(zod_1.default.object({
|
|
2688
|
+
"target": zod_1.default.object({
|
|
2689
|
+
"pin": zod_1.default.string(),
|
|
2690
|
+
"port": zod_1.default.string()
|
|
2691
|
+
}),
|
|
2692
|
+
"value": zod_1.default.any().nullish()
|
|
2693
|
+
})).nullish(),
|
|
2694
|
+
"description": zod_1.default.string().nullish(),
|
|
2695
|
+
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
2696
|
+
"pin": zod_1.default.string(),
|
|
2697
|
+
"port": zod_1.default.string()
|
|
2698
|
+
})).nullish(),
|
|
2699
|
+
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
2700
|
+
"pin": zod_1.default.string(),
|
|
2701
|
+
"port": zod_1.default.string()
|
|
2702
|
+
})).nullish(),
|
|
2703
|
+
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2704
|
+
"name": zod_1.default.string(),
|
|
2705
|
+
"version": zod_1.default.string()
|
|
2706
|
+
})).nullish(),
|
|
2707
|
+
"connections": zod_1.default.array(zod_1.default.object({
|
|
2708
|
+
"source": zod_1.default.object({
|
|
2709
|
+
"node": zod_1.default.string(),
|
|
2710
|
+
"pin": zod_1.default.string().nullish(),
|
|
2711
|
+
"port": zod_1.default.string().nullish()
|
|
2712
|
+
}),
|
|
2713
|
+
"target": zod_1.default.object({
|
|
2714
|
+
"node": zod_1.default.string(),
|
|
2715
|
+
"pin": zod_1.default.string().nullish(),
|
|
2716
|
+
"port": zod_1.default.string().nullish()
|
|
2717
|
+
})
|
|
2718
|
+
})).nullish(),
|
|
2719
|
+
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2720
|
+
"value": zod_1.default.any().nullish()
|
|
2721
|
+
})).nullish(),
|
|
2722
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2723
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2724
|
+
})).nullish(),
|
|
2725
|
+
"layout": zod_1.default.any().nullish(),
|
|
2726
|
+
"name": zod_1.default.string().nullish(),
|
|
2727
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2728
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2729
|
+
})).nullish(),
|
|
2730
|
+
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2731
|
+
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
2732
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2733
|
+
})).nullish()
|
|
2653
2734
|
});
|
|
2654
2735
|
/**
|
|
2655
|
-
* @summary
|
|
2736
|
+
* @summary Sets the active flow definition for a workspace.
|
|
2656
2737
|
*/
|
|
2657
|
-
exports.
|
|
2658
|
-
exports.
|
|
2659
|
-
"workspaceId": zod_1.default.string().regex(exports.
|
|
2738
|
+
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}$');
|
|
2739
|
+
exports.workSpacesSetActiveFlowParams = zod_1.default.strictObject({
|
|
2740
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowPathWorkspaceIdRegExp)
|
|
2660
2741
|
});
|
|
2661
|
-
exports.
|
|
2742
|
+
exports.workSpacesSetActiveFlowBody = zod_1.default.strictObject({
|
|
2662
2743
|
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
2663
2744
|
"constants": zod_1.default.array(zod_1.default.strictObject({
|
|
2664
2745
|
"target": zod_1.default.strictObject({
|
|
@@ -2709,23 +2790,13 @@ exports.workSpacesSetActiveFlowWorkspaceIdFlowsActiveBody = zod_1.default.strict
|
|
|
2709
2790
|
})).nullish()
|
|
2710
2791
|
});
|
|
2711
2792
|
/**
|
|
2712
|
-
* @summary Updates the
|
|
2793
|
+
* @summary Updates the layout of blocks for the active flow definition.
|
|
2713
2794
|
*/
|
|
2714
2795
|
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}$');
|
|
2715
2796
|
exports.workSpacesSetActiveFlowLayoutParams = zod_1.default.strictObject({
|
|
2716
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp)
|
|
2797
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp)
|
|
2717
2798
|
});
|
|
2718
2799
|
exports.workSpacesSetActiveFlowLayoutBody = zod_1.default.any();
|
|
2719
|
-
/**
|
|
2720
|
-
* @summary Updates the flag that determines whether to store the prompt and response within a specific workspace.
|
|
2721
|
-
*/
|
|
2722
|
-
exports.workSpacesUpdatePromptResponseFlagPathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2723
|
-
exports.workSpacesUpdatePromptResponseFlagParams = zod_1.default.strictObject({
|
|
2724
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesUpdatePromptResponseFlagPathWorkspaceIdRegExp).describe('The ID of the workspace.')
|
|
2725
|
-
});
|
|
2726
|
-
exports.workSpacesUpdatePromptResponseFlagQueryParams = zod_1.default.strictObject({
|
|
2727
|
-
"isPromptAndResponseLoggingEnabled": zod_1.default.boolean().optional().describe('The new state of the flag. A value of true means the workspace will store the prompt and response, while false means it will not.')
|
|
2728
|
-
});
|
|
2729
2800
|
/**
|
|
2730
2801
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
2731
2802
|
*/
|
|
@@ -2897,20 +2968,115 @@ exports.sandBoxClearSandboxMessagesPathWorkspaceIdRegExp = new RegExp('^[0-9a-fA
|
|
|
2897
2968
|
exports.sandBoxClearSandboxMessagesParams = zod_1.default.strictObject({
|
|
2898
2969
|
"workspaceId": zod_1.default.string().regex(exports.sandBoxClearSandboxMessagesPathWorkspaceIdRegExp).describe('The ID of the workspace.')
|
|
2899
2970
|
});
|
|
2971
|
+
/**
|
|
2972
|
+
* @summary Retrieve messages from the sandbox environment of a specific workspace in SmartSpace, with options for pagination take and skip
|
|
2973
|
+
*/
|
|
2974
|
+
exports.sandBoxGetThreadMessagesPathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2975
|
+
exports.sandBoxGetThreadMessagesParams = zod_1.default.strictObject({
|
|
2976
|
+
"workspaceId": zod_1.default.string().regex(exports.sandBoxGetThreadMessagesPathWorkspaceIdRegExp).describe('The ID of the workspace.')
|
|
2977
|
+
});
|
|
2978
|
+
exports.sandBoxGetThreadMessagesQueryTakeDefault = 50;
|
|
2979
|
+
exports.sandBoxGetThreadMessagesQuerySkipDefault = 0;
|
|
2980
|
+
exports.sandBoxGetThreadMessagesQueryParams = zod_1.default.strictObject({
|
|
2981
|
+
"take": zod_1.default.number().default(exports.sandBoxGetThreadMessagesQueryTakeDefault).describe('The number of messages to retrieve (default is 50).'),
|
|
2982
|
+
"skip": zod_1.default.number().optional().describe('The number of messages to skip (default is 0).')
|
|
2983
|
+
});
|
|
2984
|
+
exports.sandBoxGetThreadMessagesResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2985
|
+
exports.sandBoxGetThreadMessagesResponseMessageThreadIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2986
|
+
exports.sandBoxGetThreadMessagesResponseValuesItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2987
|
+
exports.sandBoxGetThreadMessagesResponseItem = zod_1.default.object({
|
|
2988
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2989
|
+
"createdBy": zod_1.default.string().nullish(),
|
|
2990
|
+
"createdByUserId": zod_1.default.string(),
|
|
2991
|
+
"errors": zod_1.default.array(zod_1.default.object({
|
|
2992
|
+
"blockId": zod_1.default.string().nullish(),
|
|
2993
|
+
"code": zod_1.default.number(),
|
|
2994
|
+
"data": zod_1.default.any().nullish(),
|
|
2995
|
+
"message": zod_1.default.string().nullish()
|
|
2996
|
+
})),
|
|
2997
|
+
"hasComments": zod_1.default.boolean(),
|
|
2998
|
+
"id": zod_1.default.string().regex(exports.sandBoxGetThreadMessagesResponseIdRegExp),
|
|
2999
|
+
"messageThreadId": zod_1.default.string().regex(exports.sandBoxGetThreadMessagesResponseMessageThreadIdRegExp).nullish(),
|
|
3000
|
+
"values": zod_1.default.array(zod_1.default.object({
|
|
3001
|
+
"channels": zod_1.default.record(zod_1.default.string(), zod_1.default.number()),
|
|
3002
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3003
|
+
"createdBy": zod_1.default.string().nullish(),
|
|
3004
|
+
"createdByUserId": zod_1.default.string(),
|
|
3005
|
+
"id": zod_1.default.string().regex(exports.sandBoxGetThreadMessagesResponseValuesItemIdRegExp),
|
|
3006
|
+
"name": zod_1.default.string(),
|
|
3007
|
+
"type": zod_1.default.enum(['Input', 'Output']),
|
|
3008
|
+
"value": zod_1.default.any().nullish()
|
|
3009
|
+
}))
|
|
3010
|
+
});
|
|
3011
|
+
exports.sandBoxGetThreadMessagesResponse = zod_1.default.array(exports.sandBoxGetThreadMessagesResponseItem);
|
|
2900
3012
|
/**
|
|
2901
3013
|
* @summary Send a new message to the sandbox environment of a specific workspace in SmartSpace, using the workspaceId.
|
|
3014
|
+
Returns the initial SmartSpace.App.Business.Models.Messages.Message synchronously; the flow
|
|
3015
|
+
continues in a background task with deltas streaming via
|
|
3016
|
+
`/workspaces/{workspaceId}/sandbox/messages/stream` and a
|
|
3017
|
+
SignalR `ReceiveThreadUpdate` broadcast on terminal. Frontend
|
|
3018
|
+
should subscribe to the SSE endpoint for live token-by-token updates.
|
|
2902
3019
|
*/
|
|
2903
|
-
exports.
|
|
2904
|
-
exports.
|
|
2905
|
-
"workspaceId": zod_1.default.string().regex(exports.
|
|
3020
|
+
exports.sandBoxThreadMessagesPathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3021
|
+
exports.sandBoxThreadMessagesParams = zod_1.default.strictObject({
|
|
3022
|
+
"workspaceId": zod_1.default.string().regex(exports.sandBoxThreadMessagesPathWorkspaceIdRegExp).describe('The workspace ID.')
|
|
2906
3023
|
});
|
|
2907
|
-
exports.
|
|
3024
|
+
exports.sandBoxThreadMessagesBody = zod_1.default.strictObject({
|
|
2908
3025
|
"inputs": zod_1.default.array(zod_1.default.strictObject({
|
|
2909
3026
|
"channels": zod_1.default.record(zod_1.default.string(), zod_1.default.number()).nullish(),
|
|
2910
3027
|
"name": zod_1.default.string(),
|
|
2911
3028
|
"value": zod_1.default.any().nullish()
|
|
3029
|
+
})),
|
|
3030
|
+
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.any()).nullish()
|
|
3031
|
+
});
|
|
3032
|
+
exports.sandBoxThreadMessagesResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3033
|
+
exports.sandBoxThreadMessagesResponseMessageThreadIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3034
|
+
exports.sandBoxThreadMessagesResponseValuesItemIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3035
|
+
exports.sandBoxThreadMessagesResponse = zod_1.default.object({
|
|
3036
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3037
|
+
"createdBy": zod_1.default.string().nullish(),
|
|
3038
|
+
"createdByUserId": zod_1.default.string(),
|
|
3039
|
+
"errors": zod_1.default.array(zod_1.default.object({
|
|
3040
|
+
"blockId": zod_1.default.string().nullish(),
|
|
3041
|
+
"code": zod_1.default.number(),
|
|
3042
|
+
"data": zod_1.default.any().nullish(),
|
|
3043
|
+
"message": zod_1.default.string().nullish()
|
|
3044
|
+
})),
|
|
3045
|
+
"hasComments": zod_1.default.boolean(),
|
|
3046
|
+
"id": zod_1.default.string().regex(exports.sandBoxThreadMessagesResponseIdRegExp),
|
|
3047
|
+
"messageThreadId": zod_1.default.string().regex(exports.sandBoxThreadMessagesResponseMessageThreadIdRegExp).nullish(),
|
|
3048
|
+
"values": zod_1.default.array(zod_1.default.object({
|
|
3049
|
+
"channels": zod_1.default.record(zod_1.default.string(), zod_1.default.number()),
|
|
3050
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3051
|
+
"createdBy": zod_1.default.string().nullish(),
|
|
3052
|
+
"createdByUserId": zod_1.default.string(),
|
|
3053
|
+
"id": zod_1.default.string().regex(exports.sandBoxThreadMessagesResponseValuesItemIdRegExp),
|
|
3054
|
+
"name": zod_1.default.string(),
|
|
3055
|
+
"type": zod_1.default.enum(['Input', 'Output']),
|
|
3056
|
+
"value": zod_1.default.any().nullish()
|
|
2912
3057
|
}))
|
|
2913
3058
|
});
|
|
3059
|
+
/**
|
|
3060
|
+
* @summary SSE stream of all messages on the workspace's sandbox thread. First
|
|
3061
|
+
frame is a snapshot (current messages with in-flight Redis state
|
|
3062
|
+
already overlaid by `GetMessagesByThreadIdAsync`); subsequent
|
|
3063
|
+
frames are per-message chunk updates as they arrive. Cumulative
|
|
3064
|
+
deltas mean reconnect is just "re-open" — no cursor handshake.
|
|
3065
|
+
Mirrors the ChatApi pattern at
|
|
3066
|
+
`GET /messagethreads/{id}/messages/stream`.
|
|
3067
|
+
*/
|
|
3068
|
+
exports.sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
3069
|
+
exports.sandBoxStreamSandboxMessagesParams = zod_1.default.strictObject({
|
|
3070
|
+
"workspaceId": zod_1.default.string().regex(exports.sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp)
|
|
3071
|
+
});
|
|
3072
|
+
/**
|
|
3073
|
+
* @summary Append a new input value to an in-flight sandbox message and stream
|
|
3074
|
+
successive snapshots back to the client. Each frame is a full
|
|
3075
|
+
SmartSpace.App.Business.Models.Messages.Message with the latest cumulative state — the SDK
|
|
3076
|
+
should treat the response as a stream of SmartSpace.App.Business.Models.Messages.Message frames
|
|
3077
|
+
(NDJSON / SSE), with the final frame being the authoritative completed
|
|
3078
|
+
message. Mirrors the chat-api `POST /messages/{id}/values`.
|
|
3079
|
+
*/
|
|
2914
3080
|
exports.sandBoxAddValueToMessagePathWorkspaceIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2915
3081
|
exports.sandBoxAddValueToMessagePathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$');
|
|
2916
3082
|
exports.sandBoxAddValueToMessageParams = zod_1.default.strictObject({
|