@smartspace/api-client 0.1.0-dev.7c4fadd → 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 +15 -19
- package/dist/generated/chat/api.js +18 -29
- 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} +3 -3
- package/dist/generated/chat/models/fileUriResponse.d.ts +9 -0
- package/dist/generated/chat/models/index.d.ts +25 -21
- package/dist/generated/chat/models/index.js +25 -21
- 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/{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/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 +14 -56
- package/dist/generated/chat/zod.js +31 -74
- package/dist/generated/config/api.d.ts +70 -72
- package/dist/generated/config/api.js +69 -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} +3 -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/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/{stateInterfaceMetadata.d.ts → fileUriResponse.d.ts} +3 -3
- 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/{updateDataSet.d.ts → flowWorkSpace.d.ts} +6 -4
- package/dist/generated/config/models/index.d.ts +102 -77
- package/dist/generated/config/models/index.js +102 -77
- 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/{messageSandBoxMessageRequestVariables.d.ts → messagesSandBoxMessageRequestVariables.d.ts} +1 -1
- package/dist/generated/config/models/messagesSandBoxMessageRequestVariables.js +8 -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/{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 +0 -6
- 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 +0 -1
- package/dist/generated/config/zod.d.ts +631 -905
- package/dist/generated/config/zod.js +503 -720
- package/package.json +1 -1
- package/dist/generated/chat/models/dtosMessageThreadsMessageThreadDto.d.ts +0 -23
- 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 -13
- 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/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/{dtosMessageThreadsMessageThreadDto.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowErrorData.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionMessageMessage.js → messagesMessage.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInputChannels.js → messagesMessageCreatorProfileImage.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionModelModelSummary.js → messagesMessageError.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInputValue.js → messagesMessageErrorData.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionWorkSpace.js → messagesMessageRequest.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageCreatorProfileImage.js → messagesMessageRequestVariables.js} +0 -0
- /package/dist/generated/chat/models/{workSpace.js → messagesMessageValue.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageRequestVariables.js → messagesMessageValueChannels.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValueChannels.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/chat/models/{messageMessageValueValue.js → usersAppUser.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/{messageSandBoxMessageRequestVariables.js → dataSourcesTestDataSourceConnectionCredentials.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceMetadata.js → dataSourcesUpdateDataSource.js} +0 -0
- /package/dist/generated/config/models/{stateInterface.js → dataSourcesUpdateDataSourceCredentials.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceSchema.js → dataSourcesUpdateDataSourceCredentialsCredentials.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceMetadata.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/{workSpaceInputs.js → flowWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{workSpaceVariables.js → integrationsSmartSpaceAiContainerItemFlowRun.js} +0 -0
- /package/dist/generated/config/models/{updateDataSetBasicInfo.js → integrationsSmartSpaceAiContainerItemFlowRunError.js} +0 -0
- /package/dist/generated/config/models/{updateDataSource.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/config/models/{updateDataSourceCredentialsCredentials.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/config/models/{updateDataSpace.js → messagesMessageCreatorProfileImage.js} +0 -0
- /package/dist/generated/config/models/{workSpaceBasicInfo.js → messagesMessageErrorData.js} +0 -0
- /package/dist/generated/config/models/{workSpaceUser.js → messagesMessageValueChannels.js} +0 -0
- /package/dist/generated/config/models/{workSpacesUpdatePromptResponseFlagParams.js → messagesMessageValueValue.js} +0 -0
|
@@ -4,19 +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.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.sandBoxAddValueToMessageBody = exports.sandBoxAddValueToMessageParams = exports.sandBoxAddValueToMessagePathIdRegExp = exports.sandBoxAddValueToMessagePathWorkspaceIdRegExp = exports.sandBoxStreamSandboxMessagesParams = exports.sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp = exports.sandBoxThreadMessagesResponse = exports.sandBoxThreadMessagesResponseValuesItemIdRegExp = exports.sandBoxThreadMessagesResponseMessageThreadIdRegExp = exports.sandBoxThreadMessagesResponseIdRegExp = void 0;
|
|
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;
|
|
20
20
|
/**
|
|
21
21
|
* Generated by orval v7.13.2 🍺
|
|
22
22
|
* Do not edit manually.
|
|
@@ -307,7 +307,7 @@ exports.applicationUpdateGetLatestAvailableVersionResponse = zod_1.default.objec
|
|
|
307
307
|
"versionNumber": zod_1.default.string()
|
|
308
308
|
});
|
|
309
309
|
/**
|
|
310
|
-
* @summary Get a list of all block
|
|
310
|
+
* @summary Get a list of all block sets visible to the current principal.
|
|
311
311
|
*/
|
|
312
312
|
exports.blockSetsGetBlockSetsQueryParams = zod_1.default.strictObject({
|
|
313
313
|
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.')
|
|
@@ -386,7 +386,7 @@ exports.blocksGetBlocksQueryParams = zod_1.default.strictObject({
|
|
|
386
386
|
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.')
|
|
387
387
|
});
|
|
388
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}$');
|
|
389
|
-
exports.
|
|
389
|
+
exports.blocksGetBlocksResponse = zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
390
390
|
"blockSetId": zod_1.default.string().regex(exports.blocksGetBlocksResponseBlockSetIdRegExp),
|
|
391
391
|
"connectionId": zod_1.default.string().nullish(),
|
|
392
392
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
@@ -436,8 +436,7 @@ exports.blocksGetBlocksResponseItem = zod_1.default.object({
|
|
|
436
436
|
"sourceCodeUrl": zod_1.default.string().nullish(),
|
|
437
437
|
"type": zod_1.default.enum(['Native', 'Custom', 'Debug']),
|
|
438
438
|
"version": zod_1.default.string()
|
|
439
|
-
});
|
|
440
|
-
exports.blocksGetBlocksResponse = zod_1.default.array(exports.blocksGetBlocksResponseItem);
|
|
439
|
+
})));
|
|
441
440
|
/**
|
|
442
441
|
* @summary Manually trigger reingestion of a specific container item.
|
|
443
442
|
*/
|
|
@@ -453,147 +452,31 @@ exports.containersPostQueryDataSetIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-f
|
|
|
453
452
|
exports.containersPostQueryParams = zod_1.default.strictObject({
|
|
454
453
|
"dataSetId": zod_1.default.string().regex(exports.containersPostQueryDataSetIdRegExp).optional()
|
|
455
454
|
});
|
|
456
|
-
exports.
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
});
|
|
462
|
-
exports.
|
|
463
|
-
exports.
|
|
464
|
-
exports.
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
});
|
|
469
|
-
exports.
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
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}$');
|
|
473
|
-
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}$');
|
|
474
|
-
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}$');
|
|
475
|
-
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}$');
|
|
476
|
-
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}$');
|
|
477
|
-
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}$');
|
|
478
|
-
exports.dataSetsGetGetResponse = zod_1.default.object({
|
|
479
|
-
"data": zod_1.default.array(zod_1.default.object({
|
|
480
|
-
"createdAt": zod_1.default.iso.datetime({}),
|
|
481
|
-
"createdByUserId": zod_1.default.string(),
|
|
482
|
-
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
483
|
-
"description": zod_1.default.string().nullish(),
|
|
484
|
-
"flow": zod_1.default.object({
|
|
485
|
-
"activeFlowDefinition": zod_1.default.object({
|
|
486
|
-
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
487
|
-
"constants": zod_1.default.array(zod_1.default.object({
|
|
488
|
-
"target": zod_1.default.object({
|
|
489
|
-
"pin": zod_1.default.string(),
|
|
490
|
-
"port": zod_1.default.string()
|
|
491
|
-
}),
|
|
492
|
-
"value": zod_1.default.any().nullish()
|
|
493
|
-
})).nullish(),
|
|
494
|
-
"description": zod_1.default.string().nullish(),
|
|
495
|
-
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
496
|
-
"pin": zod_1.default.string(),
|
|
497
|
-
"port": zod_1.default.string()
|
|
498
|
-
})).nullish(),
|
|
499
|
-
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
500
|
-
"pin": zod_1.default.string(),
|
|
501
|
-
"port": zod_1.default.string()
|
|
502
|
-
})).nullish(),
|
|
503
|
-
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
504
|
-
"name": zod_1.default.string(),
|
|
505
|
-
"version": zod_1.default.string()
|
|
506
|
-
})).nullish(),
|
|
507
|
-
"connections": zod_1.default.array(zod_1.default.object({
|
|
508
|
-
"source": zod_1.default.object({
|
|
509
|
-
"node": zod_1.default.string(),
|
|
510
|
-
"pin": zod_1.default.string().nullish(),
|
|
511
|
-
"port": zod_1.default.string().nullish()
|
|
512
|
-
}),
|
|
513
|
-
"target": zod_1.default.object({
|
|
514
|
-
"node": zod_1.default.string(),
|
|
515
|
-
"pin": zod_1.default.string().nullish(),
|
|
516
|
-
"port": zod_1.default.string().nullish()
|
|
517
|
-
})
|
|
518
|
-
})).nullish(),
|
|
519
|
-
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
520
|
-
"value": zod_1.default.any().nullish()
|
|
521
|
-
})).nullish(),
|
|
522
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
523
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
524
|
-
})).nullish(),
|
|
525
|
-
"layout": zod_1.default.any().nullish(),
|
|
526
|
-
"name": zod_1.default.string().nullish(),
|
|
527
|
-
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
528
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
529
|
-
})).nullish(),
|
|
530
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
531
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
532
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
533
|
-
})).nullish()
|
|
534
|
-
}).optional(),
|
|
535
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowActiveFlowDefinitionIdRegExp),
|
|
536
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowIdRegExp),
|
|
537
|
-
"triggers": zod_1.default.array(zod_1.default.object({
|
|
538
|
-
"dataSourceContainer": zod_1.default.object({
|
|
539
|
-
"dataSourceId": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
540
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp),
|
|
541
|
-
"name": zod_1.default.string(),
|
|
542
|
-
"path": zod_1.default.string()
|
|
543
|
-
}),
|
|
544
|
-
"flowId": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowTriggersItemFlowIdRegExp),
|
|
545
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowTriggersItemIdRegExp),
|
|
546
|
-
"inputName": zod_1.default.string(),
|
|
547
|
-
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
548
|
-
}))
|
|
549
|
-
}).optional(),
|
|
550
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemIdRegExp),
|
|
551
|
-
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
552
|
-
"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),
|
|
553
471
|
"name": zod_1.default.string(),
|
|
554
472
|
"properties": zod_1.default.array(zod_1.default.object({
|
|
555
473
|
"description": zod_1.default.string().nullish(),
|
|
556
474
|
"isVector": zod_1.default.boolean(),
|
|
557
475
|
"name": zod_1.default.string()
|
|
558
476
|
})),
|
|
559
|
-
"version": zod_1.default.string().regex(exports.
|
|
560
|
-
})),
|
|
561
|
-
"
|
|
562
|
-
});
|
|
563
|
-
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}$');
|
|
564
|
-
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}$');
|
|
565
|
-
exports.dataSetsGetItemParams = zod_1.default.strictObject({
|
|
566
|
-
"dataSetId": zod_1.default.string().regex(exports.dataSetsGetItemPathDataSetIdRegExp),
|
|
567
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetItemPathIdRegExp)
|
|
568
|
-
});
|
|
569
|
-
/**
|
|
570
|
-
* @summary Remove a specific data set from SmartSpace, using its ID to ensure accurate deletion.
|
|
571
|
-
*/
|
|
572
|
-
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}$');
|
|
573
|
-
exports.dataSetsDeleteIdParams = zod_1.default.strictObject({
|
|
574
|
-
"id": zod_1.default.string().regex(exports.dataSetsDeleteIdPathIdRegExp).describe('The ID of the DataSet to delete.')
|
|
575
|
-
});
|
|
576
|
-
/**
|
|
577
|
-
* @summary Retrieve detailed information about a specific data set in SmartSpace by its ID
|
|
578
|
-
*/
|
|
579
|
-
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}$');
|
|
580
|
-
exports.dataSetsGetByIdParams = zod_1.default.strictObject({
|
|
581
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetByIdPathIdRegExp).describe('The ID of the DataSet to retrieve.')
|
|
582
|
-
});
|
|
583
|
-
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}$');
|
|
584
|
-
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}$');
|
|
585
|
-
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}$');
|
|
586
|
-
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}$');
|
|
587
|
-
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}$');
|
|
588
|
-
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}$');
|
|
589
|
-
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}$');
|
|
590
|
-
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}$');
|
|
591
|
-
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}$');
|
|
592
|
-
exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
593
|
-
"createdAt": zod_1.default.iso.datetime({}),
|
|
594
|
-
"createdByUserId": zod_1.default.string(),
|
|
595
|
-
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseDataSpaceIdRegExp).nullish(),
|
|
596
|
-
"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(),
|
|
597
480
|
"flow": zod_1.default.object({
|
|
598
481
|
"activeFlowDefinition": zod_1.default.object({
|
|
599
482
|
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -645,21 +528,119 @@ exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
|
645
528
|
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
646
529
|
})).nullish()
|
|
647
530
|
}).optional(),
|
|
648
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.
|
|
649
|
-
"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),
|
|
650
533
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
651
534
|
"dataSourceContainer": zod_1.default.object({
|
|
652
|
-
"dataSourceId": zod_1.default.string().regex(exports.
|
|
653
|
-
"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),
|
|
654
537
|
"name": zod_1.default.string(),
|
|
655
538
|
"path": zod_1.default.string()
|
|
656
539
|
}),
|
|
657
|
-
"flowId": zod_1.default.string().regex(exports.
|
|
658
|
-
"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),
|
|
659
542
|
"inputName": zod_1.default.string(),
|
|
660
543
|
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
661
544
|
}))
|
|
662
|
-
})
|
|
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(),
|
|
663
644
|
"id": zod_1.default.string().regex(exports.dataSetsGetByIdResponseIdRegExp),
|
|
664
645
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
665
646
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -672,30 +653,51 @@ exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
|
672
653
|
"version": zod_1.default.string().regex(exports.dataSetsGetByIdResponseVersionRegExp).nullish()
|
|
673
654
|
});
|
|
674
655
|
/**
|
|
675
|
-
* @summary
|
|
656
|
+
* @summary Update an existing dataset (name, description, container bindings).
|
|
676
657
|
*/
|
|
677
|
-
exports.
|
|
658
|
+
exports.dataSetsPutParams = zod_1.default.strictObject({
|
|
678
659
|
"id": zod_1.default.string()
|
|
679
660
|
});
|
|
680
|
-
exports.
|
|
681
|
-
exports.
|
|
682
|
-
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({
|
|
683
664
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
684
|
-
"dataSourceId": zod_1.default.string().regex(exports.
|
|
665
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp),
|
|
685
666
|
"path": zod_1.default.string()
|
|
686
|
-
})),
|
|
667
|
+
})).nullish(),
|
|
687
668
|
"description": zod_1.default.string().nullish(),
|
|
688
|
-
"id": zod_1.default.string().regex(exports.
|
|
689
|
-
"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()
|
|
690
692
|
});
|
|
691
693
|
/**
|
|
692
|
-
* @summary
|
|
694
|
+
* @summary Update just the basic-info fields (name + description) on a dataset.
|
|
693
695
|
*/
|
|
694
|
-
exports.
|
|
695
|
-
exports.
|
|
696
|
-
"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)
|
|
697
699
|
});
|
|
698
|
-
exports.
|
|
700
|
+
exports.dataSetsPutBasicInfoBody = zod_1.default.strictObject({
|
|
699
701
|
"description": zod_1.default.string().nullish(),
|
|
700
702
|
"name": zod_1.default.string()
|
|
701
703
|
});
|
|
@@ -714,8 +716,33 @@ exports.dataSetsGetContainerItemsRunHistoryQueryParams = zod_1.default.strictObj
|
|
|
714
716
|
"take": zod_1.default.number().default(exports.dataSetsGetContainerItemsRunHistoryQueryTakeDefault),
|
|
715
717
|
"search": zod_1.default.string().optional()
|
|
716
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
|
+
});
|
|
717
744
|
/**
|
|
718
|
-
* @summary
|
|
745
|
+
* @summary Move a dataset to a different dataspace.
|
|
719
746
|
*/
|
|
720
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}$');
|
|
721
748
|
exports.dataSetsSetDataspaceParams = zod_1.default.strictObject({
|
|
@@ -723,19 +750,77 @@ exports.dataSetsSetDataspaceParams = zod_1.default.strictObject({
|
|
|
723
750
|
});
|
|
724
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}$');
|
|
725
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
|
+
});
|
|
726
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}$');
|
|
727
775
|
exports.dataSetsExportParams = zod_1.default.strictObject({
|
|
728
776
|
"id": zod_1.default.string().regex(exports.dataSetsExportPathIdRegExp)
|
|
729
777
|
});
|
|
730
|
-
exports.
|
|
731
|
-
exports.
|
|
732
|
-
|
|
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)
|
|
733
795
|
});
|
|
734
|
-
exports.
|
|
735
|
-
exports.
|
|
736
|
-
exports.
|
|
796
|
+
exports.dataSetsGetItemsQuerySkipDefault = 0;
|
|
797
|
+
exports.dataSetsGetItemsQueryTakeDefault = 20;
|
|
798
|
+
exports.dataSetsGetItemsQueryParams = zod_1.default.strictObject({
|
|
737
799
|
"skip": zod_1.default.number().optional(),
|
|
738
|
-
"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()
|
|
739
824
|
});
|
|
740
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}$');
|
|
741
826
|
exports.dataSetsAddItemParams = zod_1.default.strictObject({
|
|
@@ -756,18 +841,41 @@ exports.dataSetsSearchItemsBody = zod_1.default.strictObject({
|
|
|
756
841
|
"skip": zod_1.default.number().nullish(),
|
|
757
842
|
"take": zod_1.default.number().nullish()
|
|
758
843
|
});
|
|
759
|
-
exports.
|
|
760
|
-
exports.
|
|
761
|
-
exports.
|
|
762
|
-
|
|
763
|
-
|
|
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)
|
|
764
872
|
});
|
|
765
873
|
/**
|
|
766
|
-
* @summary
|
|
874
|
+
* @summary Upsert a single property on a dataset.
|
|
767
875
|
*/
|
|
768
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}$');
|
|
769
877
|
exports.dataSetsAddDataSetPropertyParams = zod_1.default.strictObject({
|
|
770
|
-
"id": zod_1.default.string().regex(exports.dataSetsAddDataSetPropertyPathIdRegExp)
|
|
878
|
+
"id": zod_1.default.string().regex(exports.dataSetsAddDataSetPropertyPathIdRegExp)
|
|
771
879
|
});
|
|
772
880
|
exports.dataSetsAddDataSetPropertyBody = zod_1.default.strictObject({
|
|
773
881
|
"description": zod_1.default.string().nullish(),
|
|
@@ -873,11 +981,25 @@ exports.dataSourcesPostBody = zod_1.default.strictObject({
|
|
|
873
981
|
"keyId": zod_1.default.string().nullish(),
|
|
874
982
|
"name": zod_1.default.string()
|
|
875
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}$');
|
|
876
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(),
|
|
877
996
|
"credentialType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap']),
|
|
878
|
-
"
|
|
997
|
+
"id": zod_1.default.string().regex(exports.dataSourcesPostResponseIdRegExp),
|
|
879
998
|
"keyId": zod_1.default.string().nullish(),
|
|
880
|
-
"
|
|
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()
|
|
881
1003
|
});
|
|
882
1004
|
/**
|
|
883
1005
|
* @summary Remove a specific data source from SmartSpace using its unique ID.
|
|
@@ -930,44 +1052,35 @@ exports.dataSourcesGetAdminUsersPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a
|
|
|
930
1052
|
exports.dataSourcesGetAdminUsersParams = zod_1.default.strictObject({
|
|
931
1053
|
"id": zod_1.default.string().regex(exports.dataSourcesGetAdminUsersPathIdRegExp)
|
|
932
1054
|
});
|
|
933
|
-
exports.dataSourcesGetAdminUsersResponseItem = zod_1.default.
|
|
1055
|
+
exports.dataSourcesGetAdminUsersResponseItem = zod_1.default.object({
|
|
1056
|
+
"id": zod_1.default.string(),
|
|
1057
|
+
"name": zod_1.default.string()
|
|
1058
|
+
});
|
|
934
1059
|
exports.dataSourcesGetAdminUsersResponse = zod_1.default.array(exports.dataSourcesGetAdminUsersResponseItem);
|
|
935
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}$');
|
|
936
1061
|
exports.dataSourcesDeleteAdminParams = zod_1.default.strictObject({
|
|
937
1062
|
"id": zod_1.default.string().regex(exports.dataSourcesDeleteAdminPathIdRegExp),
|
|
938
1063
|
"userId": zod_1.default.string()
|
|
939
1064
|
});
|
|
940
|
-
exports.dataSourcesDeleteAdminResponseItem = zod_1.default.string();
|
|
941
|
-
exports.dataSourcesDeleteAdminResponse = zod_1.default.array(exports.dataSourcesDeleteAdminResponseItem);
|
|
942
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}$');
|
|
943
1066
|
exports.dataSourcesAddAdminParams = zod_1.default.strictObject({
|
|
944
1067
|
"id": zod_1.default.string().regex(exports.dataSourcesAddAdminPathIdRegExp),
|
|
945
1068
|
"userId": zod_1.default.string()
|
|
946
1069
|
});
|
|
947
|
-
exports.dataSourcesAddAdminResponseItem = zod_1.default.string();
|
|
948
|
-
exports.dataSourcesAddAdminResponse = zod_1.default.array(exports.dataSourcesAddAdminResponseItem);
|
|
949
|
-
/**
|
|
950
|
-
* @summary Retrieve a list of all data spaces in SmartSpace, with options for pagination to manage large sets of data spaces.
|
|
951
|
-
*/
|
|
952
1070
|
exports.dataSpacesGetQueryTakeDefault = 20;
|
|
953
1071
|
exports.dataSpacesGetQuerySkipDefault = 0;
|
|
954
1072
|
exports.dataSpacesGetQueryParams = zod_1.default.strictObject({
|
|
955
|
-
"take": zod_1.default.number().default(exports.dataSpacesGetQueryTakeDefault)
|
|
956
|
-
"skip": zod_1.default.number().optional()
|
|
957
|
-
"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()
|
|
958
1076
|
});
|
|
959
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}$');
|
|
960
|
-
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}$');
|
|
961
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}$');
|
|
962
|
-
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}$');
|
|
963
|
-
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}$');
|
|
964
|
-
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}$');
|
|
965
|
-
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}$');
|
|
966
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}$');
|
|
967
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}$');
|
|
968
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}$');
|
|
969
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}$');
|
|
970
|
-
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}$');
|
|
971
1084
|
exports.dataSpacesGetResponse = zod_1.default.object({
|
|
972
1085
|
"data": zod_1.default.array(zod_1.default.object({
|
|
973
1086
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
@@ -977,72 +1090,7 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
977
1090
|
"createdByUserId": zod_1.default.string(),
|
|
978
1091
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
979
1092
|
"description": zod_1.default.string().nullish(),
|
|
980
|
-
"
|
|
981
|
-
"activeFlowDefinition": zod_1.default.object({
|
|
982
|
-
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
983
|
-
"constants": zod_1.default.array(zod_1.default.object({
|
|
984
|
-
"target": zod_1.default.object({
|
|
985
|
-
"pin": zod_1.default.string(),
|
|
986
|
-
"port": zod_1.default.string()
|
|
987
|
-
}),
|
|
988
|
-
"value": zod_1.default.any().nullish()
|
|
989
|
-
})).nullish(),
|
|
990
|
-
"description": zod_1.default.string().nullish(),
|
|
991
|
-
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
992
|
-
"pin": zod_1.default.string(),
|
|
993
|
-
"port": zod_1.default.string()
|
|
994
|
-
})).nullish(),
|
|
995
|
-
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
996
|
-
"pin": zod_1.default.string(),
|
|
997
|
-
"port": zod_1.default.string()
|
|
998
|
-
})).nullish(),
|
|
999
|
-
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1000
|
-
"name": zod_1.default.string(),
|
|
1001
|
-
"version": zod_1.default.string()
|
|
1002
|
-
})).nullish(),
|
|
1003
|
-
"connections": zod_1.default.array(zod_1.default.object({
|
|
1004
|
-
"source": zod_1.default.object({
|
|
1005
|
-
"node": zod_1.default.string(),
|
|
1006
|
-
"pin": zod_1.default.string().nullish(),
|
|
1007
|
-
"port": zod_1.default.string().nullish()
|
|
1008
|
-
}),
|
|
1009
|
-
"target": zod_1.default.object({
|
|
1010
|
-
"node": zod_1.default.string(),
|
|
1011
|
-
"pin": zod_1.default.string().nullish(),
|
|
1012
|
-
"port": zod_1.default.string().nullish()
|
|
1013
|
-
})
|
|
1014
|
-
})).nullish(),
|
|
1015
|
-
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1016
|
-
"value": zod_1.default.any().nullish()
|
|
1017
|
-
})).nullish(),
|
|
1018
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1019
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1020
|
-
})).nullish(),
|
|
1021
|
-
"layout": zod_1.default.any().nullish(),
|
|
1022
|
-
"name": zod_1.default.string().nullish(),
|
|
1023
|
-
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1024
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1025
|
-
})).nullish(),
|
|
1026
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1027
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
1028
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1029
|
-
})).nullish()
|
|
1030
|
-
}).optional(),
|
|
1031
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowActiveFlowDefinitionIdRegExp),
|
|
1032
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp),
|
|
1033
|
-
"triggers": zod_1.default.array(zod_1.default.object({
|
|
1034
|
-
"dataSourceContainer": zod_1.default.object({
|
|
1035
|
-
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
1036
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp),
|
|
1037
|
-
"name": zod_1.default.string(),
|
|
1038
|
-
"path": zod_1.default.string()
|
|
1039
|
-
}),
|
|
1040
|
-
"flowId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemFlowIdRegExp),
|
|
1041
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemIdRegExp),
|
|
1042
|
-
"inputName": zod_1.default.string(),
|
|
1043
|
-
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
1044
|
-
}))
|
|
1045
|
-
}).optional(),
|
|
1093
|
+
"flowId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp).nullish(),
|
|
1046
1094
|
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp),
|
|
1047
1095
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1048
1096
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1053,58 +1101,42 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1053
1101
|
"name": zod_1.default.string()
|
|
1054
1102
|
})),
|
|
1055
1103
|
"version": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp).nullish()
|
|
1056
|
-
}))
|
|
1104
|
+
})),
|
|
1057
1105
|
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemIdRegExp),
|
|
1058
|
-
"modifiedAt": zod_1.default.iso.datetime({})
|
|
1059
|
-
"modifiedByUserId": zod_1.default.string()
|
|
1106
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1107
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
1060
1108
|
"name": zod_1.default.string(),
|
|
1061
1109
|
"parentWorkspaceId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemParentWorkspaceIdRegExp).nullish(),
|
|
1062
|
-
"
|
|
1063
|
-
"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),
|
|
1064
1112
|
"name": zod_1.default.string()
|
|
1065
|
-
}))
|
|
1113
|
+
}))
|
|
1066
1114
|
})),
|
|
1067
1115
|
"total": zod_1.default.number()
|
|
1068
1116
|
});
|
|
1069
1117
|
/**
|
|
1070
|
-
* @summary Create a new dataspace
|
|
1118
|
+
* @summary Create a new dataspace.
|
|
1071
1119
|
*/
|
|
1072
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}$');
|
|
1073
1121
|
exports.dataSpacesPostBody = zod_1.default.strictObject({
|
|
1074
1122
|
"dataSetIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesPostBodyDataSetIdsItemRegExp)).nullish(),
|
|
1075
1123
|
"name": zod_1.default.string()
|
|
1076
1124
|
});
|
|
1077
|
-
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}$');
|
|
1078
|
-
exports.dataSpacesPostResponse = zod_1.default.object({
|
|
1079
|
-
"dataSetIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesPostResponseDataSetIdsItemRegExp)).nullish(),
|
|
1080
|
-
"name": zod_1.default.string()
|
|
1081
|
-
});
|
|
1082
|
-
/**
|
|
1083
|
-
* @summary Remove a specific data space from SmartSpace, using its ID to ensure accurate deletion.
|
|
1084
|
-
*/
|
|
1085
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}$');
|
|
1086
1126
|
exports.dataSpacesDeleteParams = zod_1.default.strictObject({
|
|
1087
|
-
"id": zod_1.default.string().regex(exports.dataSpacesDeletePathIdRegExp)
|
|
1127
|
+
"id": zod_1.default.string().regex(exports.dataSpacesDeletePathIdRegExp)
|
|
1088
1128
|
});
|
|
1089
|
-
/**
|
|
1090
|
-
* @summary Retrieve detailed information about a specific data space in SmartSpace by its ID
|
|
1091
|
-
*/
|
|
1092
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}$');
|
|
1093
1130
|
exports.dataSpacesGetByIdParams = zod_1.default.strictObject({
|
|
1094
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdPathIdRegExp)
|
|
1131
|
+
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdPathIdRegExp)
|
|
1095
1132
|
});
|
|
1096
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}$');
|
|
1097
|
-
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}$');
|
|
1098
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}$');
|
|
1099
|
-
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}$');
|
|
1100
|
-
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}$');
|
|
1101
|
-
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}$');
|
|
1102
|
-
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}$');
|
|
1103
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}$');
|
|
1104
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}$');
|
|
1105
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}$');
|
|
1106
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}$');
|
|
1107
|
-
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}$');
|
|
1108
1140
|
exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
1109
1141
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
1110
1142
|
"createdByUserId": zod_1.default.string(),
|
|
@@ -1113,72 +1145,7 @@ exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
|
1113
1145
|
"createdByUserId": zod_1.default.string(),
|
|
1114
1146
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1115
1147
|
"description": zod_1.default.string().nullish(),
|
|
1116
|
-
"
|
|
1117
|
-
"activeFlowDefinition": zod_1.default.object({
|
|
1118
|
-
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1119
|
-
"constants": zod_1.default.array(zod_1.default.object({
|
|
1120
|
-
"target": zod_1.default.object({
|
|
1121
|
-
"pin": zod_1.default.string(),
|
|
1122
|
-
"port": zod_1.default.string()
|
|
1123
|
-
}),
|
|
1124
|
-
"value": zod_1.default.any().nullish()
|
|
1125
|
-
})).nullish(),
|
|
1126
|
-
"description": zod_1.default.string().nullish(),
|
|
1127
|
-
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
1128
|
-
"pin": zod_1.default.string(),
|
|
1129
|
-
"port": zod_1.default.string()
|
|
1130
|
-
})).nullish(),
|
|
1131
|
-
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
1132
|
-
"pin": zod_1.default.string(),
|
|
1133
|
-
"port": zod_1.default.string()
|
|
1134
|
-
})).nullish(),
|
|
1135
|
-
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1136
|
-
"name": zod_1.default.string(),
|
|
1137
|
-
"version": zod_1.default.string()
|
|
1138
|
-
})).nullish(),
|
|
1139
|
-
"connections": zod_1.default.array(zod_1.default.object({
|
|
1140
|
-
"source": zod_1.default.object({
|
|
1141
|
-
"node": zod_1.default.string(),
|
|
1142
|
-
"pin": zod_1.default.string().nullish(),
|
|
1143
|
-
"port": zod_1.default.string().nullish()
|
|
1144
|
-
}),
|
|
1145
|
-
"target": zod_1.default.object({
|
|
1146
|
-
"node": zod_1.default.string(),
|
|
1147
|
-
"pin": zod_1.default.string().nullish(),
|
|
1148
|
-
"port": zod_1.default.string().nullish()
|
|
1149
|
-
})
|
|
1150
|
-
})).nullish(),
|
|
1151
|
-
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1152
|
-
"value": zod_1.default.any().nullish()
|
|
1153
|
-
})).nullish(),
|
|
1154
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1155
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1156
|
-
})).nullish(),
|
|
1157
|
-
"layout": zod_1.default.any().nullish(),
|
|
1158
|
-
"name": zod_1.default.string().nullish(),
|
|
1159
|
-
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1160
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1161
|
-
})).nullish(),
|
|
1162
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1163
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
1164
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1165
|
-
})).nullish()
|
|
1166
|
-
}).optional(),
|
|
1167
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowActiveFlowDefinitionIdRegExp),
|
|
1168
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp),
|
|
1169
|
-
"triggers": zod_1.default.array(zod_1.default.object({
|
|
1170
|
-
"dataSourceContainer": zod_1.default.object({
|
|
1171
|
-
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
1172
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp),
|
|
1173
|
-
"name": zod_1.default.string(),
|
|
1174
|
-
"path": zod_1.default.string()
|
|
1175
|
-
}),
|
|
1176
|
-
"flowId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemFlowIdRegExp),
|
|
1177
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemIdRegExp),
|
|
1178
|
-
"inputName": zod_1.default.string(),
|
|
1179
|
-
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
1180
|
-
}))
|
|
1181
|
-
}).optional(),
|
|
1148
|
+
"flowId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp).nullish(),
|
|
1182
1149
|
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp),
|
|
1183
1150
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1184
1151
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1189,23 +1156,23 @@ exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
|
1189
1156
|
"name": zod_1.default.string()
|
|
1190
1157
|
})),
|
|
1191
1158
|
"version": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp).nullish()
|
|
1192
|
-
}))
|
|
1159
|
+
})),
|
|
1193
1160
|
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseIdRegExp),
|
|
1194
|
-
"modifiedAt": zod_1.default.iso.datetime({})
|
|
1195
|
-
"modifiedByUserId": zod_1.default.string()
|
|
1161
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1162
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
1196
1163
|
"name": zod_1.default.string(),
|
|
1197
1164
|
"parentWorkspaceId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseParentWorkspaceIdRegExp).nullish(),
|
|
1198
|
-
"
|
|
1199
|
-
"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),
|
|
1200
1167
|
"name": zod_1.default.string()
|
|
1201
|
-
}))
|
|
1168
|
+
}))
|
|
1202
1169
|
});
|
|
1203
1170
|
/**
|
|
1204
|
-
* @summary Update
|
|
1171
|
+
* @summary Update an existing dataspace.
|
|
1205
1172
|
*/
|
|
1206
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}$');
|
|
1207
1174
|
exports.dataSpacesPutParams = zod_1.default.strictObject({
|
|
1208
|
-
"id": zod_1.default.string().regex(exports.dataSpacesPutPathIdRegExp)
|
|
1175
|
+
"id": zod_1.default.string().regex(exports.dataSpacesPutPathIdRegExp)
|
|
1209
1176
|
});
|
|
1210
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}$');
|
|
1211
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}$');
|
|
@@ -1214,47 +1181,77 @@ exports.dataSpacesPutBody = zod_1.default.strictObject({
|
|
|
1214
1181
|
"id": zod_1.default.string().regex(exports.dataSpacesPutBodyIdRegExp),
|
|
1215
1182
|
"name": zod_1.default.string()
|
|
1216
1183
|
});
|
|
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
|
+
});
|
|
1217
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}$');
|
|
1218
1222
|
exports.dataSpacesGetAdminUsersParams = zod_1.default.strictObject({
|
|
1219
1223
|
"id": zod_1.default.string().regex(exports.dataSpacesGetAdminUsersPathIdRegExp)
|
|
1220
1224
|
});
|
|
1221
|
-
exports.
|
|
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
|
+
});
|
|
1222
1231
|
exports.dataSpacesGetAdminUsersResponse = zod_1.default.array(exports.dataSpacesGetAdminUsersResponseItem);
|
|
1223
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}$');
|
|
1224
1233
|
exports.dataSpacesDeleteAdminParams = zod_1.default.strictObject({
|
|
1225
1234
|
"id": zod_1.default.string().regex(exports.dataSpacesDeleteAdminPathIdRegExp),
|
|
1226
1235
|
"userId": zod_1.default.string()
|
|
1227
1236
|
});
|
|
1228
|
-
exports.dataSpacesDeleteAdminResponseItem = zod_1.default.string();
|
|
1229
|
-
exports.dataSpacesDeleteAdminResponse = zod_1.default.array(exports.dataSpacesDeleteAdminResponseItem);
|
|
1230
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}$');
|
|
1231
1238
|
exports.dataSpacesAddAdminParams = zod_1.default.strictObject({
|
|
1232
1239
|
"id": zod_1.default.string().regex(exports.dataSpacesAddAdminPathIdRegExp),
|
|
1233
1240
|
"userId": zod_1.default.string()
|
|
1234
1241
|
});
|
|
1235
|
-
exports.dataSpacesAddAdminResponseItem = zod_1.default.string();
|
|
1236
|
-
exports.dataSpacesAddAdminResponse = zod_1.default.array(exports.dataSpacesAddAdminResponseItem);
|
|
1237
|
-
/**
|
|
1238
|
-
* @summary Retrieve a list of all data sets in SmartSpace, with options for pagination to manage large sets of data sets.
|
|
1239
|
-
*/
|
|
1240
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}$');
|
|
1241
1243
|
exports.dataSpacesGetDataSetsParams = zod_1.default.strictObject({
|
|
1242
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsPathIdRegExp)
|
|
1244
|
+
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsPathIdRegExp)
|
|
1243
1245
|
});
|
|
1244
1246
|
exports.dataSpacesGetDataSetsQueryTakeDefault = 20;
|
|
1245
1247
|
exports.dataSpacesGetDataSetsQuerySkipDefault = 0;
|
|
1246
1248
|
exports.dataSpacesGetDataSetsQueryParams = zod_1.default.strictObject({
|
|
1247
|
-
"take": zod_1.default.number().default(exports.dataSpacesGetDataSetsQueryTakeDefault)
|
|
1248
|
-
"skip": zod_1.default.number().optional()
|
|
1249
|
-
"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()
|
|
1250
1252
|
});
|
|
1251
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}$');
|
|
1252
|
-
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}$');
|
|
1253
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}$');
|
|
1254
|
-
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}$');
|
|
1255
|
-
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}$');
|
|
1256
|
-
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}$');
|
|
1257
|
-
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}$');
|
|
1258
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}$');
|
|
1259
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}$');
|
|
1260
1257
|
exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
@@ -1263,72 +1260,7 @@ exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
|
1263
1260
|
"createdByUserId": zod_1.default.string(),
|
|
1264
1261
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
1265
1262
|
"description": zod_1.default.string().nullish(),
|
|
1266
|
-
"
|
|
1267
|
-
"activeFlowDefinition": zod_1.default.object({
|
|
1268
|
-
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1269
|
-
"constants": zod_1.default.array(zod_1.default.object({
|
|
1270
|
-
"target": zod_1.default.object({
|
|
1271
|
-
"pin": zod_1.default.string(),
|
|
1272
|
-
"port": zod_1.default.string()
|
|
1273
|
-
}),
|
|
1274
|
-
"value": zod_1.default.any().nullish()
|
|
1275
|
-
})).nullish(),
|
|
1276
|
-
"description": zod_1.default.string().nullish(),
|
|
1277
|
-
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
1278
|
-
"pin": zod_1.default.string(),
|
|
1279
|
-
"port": zod_1.default.string()
|
|
1280
|
-
})).nullish(),
|
|
1281
|
-
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
1282
|
-
"pin": zod_1.default.string(),
|
|
1283
|
-
"port": zod_1.default.string()
|
|
1284
|
-
})).nullish(),
|
|
1285
|
-
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1286
|
-
"name": zod_1.default.string(),
|
|
1287
|
-
"version": zod_1.default.string()
|
|
1288
|
-
})).nullish(),
|
|
1289
|
-
"connections": zod_1.default.array(zod_1.default.object({
|
|
1290
|
-
"source": zod_1.default.object({
|
|
1291
|
-
"node": zod_1.default.string(),
|
|
1292
|
-
"pin": zod_1.default.string().nullish(),
|
|
1293
|
-
"port": zod_1.default.string().nullish()
|
|
1294
|
-
}),
|
|
1295
|
-
"target": zod_1.default.object({
|
|
1296
|
-
"node": zod_1.default.string(),
|
|
1297
|
-
"pin": zod_1.default.string().nullish(),
|
|
1298
|
-
"port": zod_1.default.string().nullish()
|
|
1299
|
-
})
|
|
1300
|
-
})).nullish(),
|
|
1301
|
-
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1302
|
-
"value": zod_1.default.any().nullish()
|
|
1303
|
-
})).nullish(),
|
|
1304
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1305
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1306
|
-
})).nullish(),
|
|
1307
|
-
"layout": zod_1.default.any().nullish(),
|
|
1308
|
-
"name": zod_1.default.string().nullish(),
|
|
1309
|
-
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1310
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1311
|
-
})).nullish(),
|
|
1312
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1313
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
1314
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1315
|
-
})).nullish()
|
|
1316
|
-
}).optional(),
|
|
1317
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowActiveFlowDefinitionIdRegExp),
|
|
1318
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp),
|
|
1319
|
-
"triggers": zod_1.default.array(zod_1.default.object({
|
|
1320
|
-
"dataSourceContainer": zod_1.default.object({
|
|
1321
|
-
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
1322
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp),
|
|
1323
|
-
"name": zod_1.default.string(),
|
|
1324
|
-
"path": zod_1.default.string()
|
|
1325
|
-
}),
|
|
1326
|
-
"flowId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemFlowIdRegExp),
|
|
1327
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemIdRegExp),
|
|
1328
|
-
"inputName": zod_1.default.string(),
|
|
1329
|
-
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
1330
|
-
}))
|
|
1331
|
-
}).optional(),
|
|
1263
|
+
"flowId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp).nullish(),
|
|
1332
1264
|
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemIdRegExp),
|
|
1333
1265
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1334
1266
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1343,18 +1275,18 @@ exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
|
1343
1275
|
"total": zod_1.default.number()
|
|
1344
1276
|
});
|
|
1345
1277
|
/**
|
|
1346
|
-
* @summary Create a new dataset
|
|
1278
|
+
* @summary Create a new dataset inside this dataspace.
|
|
1347
1279
|
*/
|
|
1348
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}$');
|
|
1349
1281
|
exports.dataSpacesPostDatasetParams = zod_1.default.strictObject({
|
|
1350
|
-
"id": zod_1.default.string().regex(exports.dataSpacesPostDatasetPathIdRegExp)
|
|
1282
|
+
"id": zod_1.default.string().regex(exports.dataSpacesPostDatasetPathIdRegExp)
|
|
1351
1283
|
});
|
|
1352
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}$');
|
|
1353
1285
|
exports.dataSpacesPostDatasetBody = zod_1.default.strictObject({
|
|
1354
1286
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
1355
1287
|
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp),
|
|
1356
1288
|
"path": zod_1.default.string()
|
|
1357
|
-
})),
|
|
1289
|
+
})).nullish(),
|
|
1358
1290
|
"description": zod_1.default.string().nullish(),
|
|
1359
1291
|
"name": zod_1.default.string()
|
|
1360
1292
|
});
|
|
@@ -1447,7 +1379,9 @@ exports.filesGetUriQueryParams = zod_1.default.strictObject({
|
|
|
1447
1379
|
"threadId": zod_1.default.string().regex(exports.filesGetUriQueryThreadIdRegExpOne).optional().describe('Optional thread ID containing the file'),
|
|
1448
1380
|
"workspaceId": zod_1.default.string().regex(exports.filesGetUriQueryWorkspaceIdRegExpOne).optional().describe('Optional workspace ID containing the file')
|
|
1449
1381
|
});
|
|
1450
|
-
exports.filesGetUriResponse = zod_1.default.
|
|
1382
|
+
exports.filesGetUriResponse = zod_1.default.object({
|
|
1383
|
+
"uri": zod_1.default.string()
|
|
1384
|
+
});
|
|
1451
1385
|
/**
|
|
1452
1386
|
* @summary Creates a new flow run with the specified parameters
|
|
1453
1387
|
*/
|
|
@@ -2118,14 +2052,14 @@ exports.workSpaceTemplatesGetResponse = zod_1.default.object({
|
|
|
2118
2052
|
"total": zod_1.default.number()
|
|
2119
2053
|
});
|
|
2120
2054
|
/**
|
|
2121
|
-
* @summary
|
|
2055
|
+
* @summary Retrieves a collection of workspaces.
|
|
2122
2056
|
*/
|
|
2123
2057
|
exports.workSpacesGetGetQueryTakeDefaultOne = 20;
|
|
2124
2058
|
exports.workSpacesGetGetQuerySkipDefaultOne = 0;
|
|
2125
2059
|
exports.workSpacesGetGetQueryParams = zod_1.default.strictObject({
|
|
2126
|
-
"take": zod_1.default.number().default(exports.workSpacesGetGetQueryTakeDefaultOne)
|
|
2127
|
-
"skip": zod_1.default.number().optional()
|
|
2128
|
-
"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()
|
|
2129
2063
|
});
|
|
2130
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}$');
|
|
2131
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}$');
|
|
@@ -2250,7 +2184,6 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2250
2184
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2251
2185
|
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2252
2186
|
})),
|
|
2253
|
-
"isPromptAndResponseLoggingEnabled": zod_1.default.boolean().nullish(),
|
|
2254
2187
|
"modelConfigurations": zod_1.default.array(zod_1.default.object({
|
|
2255
2188
|
"frequencyPenalty": zod_1.default.number(),
|
|
2256
2189
|
"model": zod_1.default.object({
|
|
@@ -2316,7 +2249,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2316
2249
|
"total": zod_1.default.number()
|
|
2317
2250
|
});
|
|
2318
2251
|
/**
|
|
2319
|
-
* @summary
|
|
2252
|
+
* @summary Creates a new workspace.
|
|
2320
2253
|
*/
|
|
2321
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}$');
|
|
2322
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}$');
|
|
@@ -2338,204 +2271,19 @@ exports.workSpacesPostBody = zod_1.default.strictObject({
|
|
|
2338
2271
|
"name": zod_1.default.string(),
|
|
2339
2272
|
"templateVersionId": zod_1.default.string().regex(exports.workSpacesPostBodyTemplateVersionIdRegExp).nullish()
|
|
2340
2273
|
});
|
|
2341
|
-
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}$');
|
|
2342
|
-
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}$');
|
|
2343
|
-
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}$');
|
|
2344
|
-
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}$');
|
|
2345
|
-
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}$');
|
|
2346
|
-
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}$');
|
|
2347
|
-
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}$');
|
|
2348
|
-
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}$');
|
|
2349
|
-
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}$');
|
|
2350
|
-
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}$');
|
|
2351
|
-
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}$');
|
|
2352
|
-
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}$');
|
|
2353
|
-
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}$');
|
|
2354
|
-
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}$');
|
|
2355
|
-
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}$');
|
|
2356
|
-
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}$');
|
|
2357
|
-
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}$');
|
|
2358
|
-
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}$');
|
|
2359
|
-
exports.workSpacesPostResponse = zod_1.default.object({
|
|
2360
|
-
"createdAt": zod_1.default.iso.datetime({}),
|
|
2361
|
-
"createdByUserId": zod_1.default.string(),
|
|
2362
|
-
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
2363
|
-
"createdAt": zod_1.default.iso.datetime({}),
|
|
2364
|
-
"createdByUserId": zod_1.default.string(),
|
|
2365
|
-
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2366
|
-
"createdAt": zod_1.default.iso.datetime({}),
|
|
2367
|
-
"createdByUserId": zod_1.default.string(),
|
|
2368
|
-
"dataSpaceId": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
2369
|
-
"description": zod_1.default.string().nullish(),
|
|
2370
|
-
"flow": zod_1.default.object({
|
|
2371
|
-
"activeFlowDefinition": zod_1.default.object({
|
|
2372
|
-
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2373
|
-
"constants": zod_1.default.array(zod_1.default.object({
|
|
2374
|
-
"target": zod_1.default.object({
|
|
2375
|
-
"pin": zod_1.default.string(),
|
|
2376
|
-
"port": zod_1.default.string()
|
|
2377
|
-
}),
|
|
2378
|
-
"value": zod_1.default.any().nullish()
|
|
2379
|
-
})).nullish(),
|
|
2380
|
-
"description": zod_1.default.string().nullish(),
|
|
2381
|
-
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
2382
|
-
"pin": zod_1.default.string(),
|
|
2383
|
-
"port": zod_1.default.string()
|
|
2384
|
-
})).nullish(),
|
|
2385
|
-
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
2386
|
-
"pin": zod_1.default.string(),
|
|
2387
|
-
"port": zod_1.default.string()
|
|
2388
|
-
})).nullish(),
|
|
2389
|
-
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2390
|
-
"name": zod_1.default.string(),
|
|
2391
|
-
"version": zod_1.default.string()
|
|
2392
|
-
})).nullish(),
|
|
2393
|
-
"connections": zod_1.default.array(zod_1.default.object({
|
|
2394
|
-
"source": zod_1.default.object({
|
|
2395
|
-
"node": zod_1.default.string(),
|
|
2396
|
-
"pin": zod_1.default.string().nullish(),
|
|
2397
|
-
"port": zod_1.default.string().nullish()
|
|
2398
|
-
}),
|
|
2399
|
-
"target": zod_1.default.object({
|
|
2400
|
-
"node": zod_1.default.string(),
|
|
2401
|
-
"pin": zod_1.default.string().nullish(),
|
|
2402
|
-
"port": zod_1.default.string().nullish()
|
|
2403
|
-
})
|
|
2404
|
-
})).nullish(),
|
|
2405
|
-
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2406
|
-
"value": zod_1.default.any().nullish()
|
|
2407
|
-
})).nullish(),
|
|
2408
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2409
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2410
|
-
})).nullish(),
|
|
2411
|
-
"layout": zod_1.default.any().nullish(),
|
|
2412
|
-
"name": zod_1.default.string().nullish(),
|
|
2413
|
-
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2414
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2415
|
-
})).nullish(),
|
|
2416
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2417
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
2418
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2419
|
-
})).nullish()
|
|
2420
|
-
}).optional(),
|
|
2421
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp),
|
|
2422
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowIdRegExp),
|
|
2423
|
-
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2424
|
-
"dataSourceContainer": zod_1.default.object({
|
|
2425
|
-
"dataSourceId": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
2426
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp),
|
|
2427
|
-
"name": zod_1.default.string(),
|
|
2428
|
-
"path": zod_1.default.string()
|
|
2429
|
-
}),
|
|
2430
|
-
"flowId": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExp),
|
|
2431
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExp),
|
|
2432
|
-
"inputName": zod_1.default.string(),
|
|
2433
|
-
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
2434
|
-
}))
|
|
2435
|
-
}).optional(),
|
|
2436
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemIdRegExp),
|
|
2437
|
-
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
2438
|
-
"modifiedByUserId": zod_1.default.string(),
|
|
2439
|
-
"name": zod_1.default.string(),
|
|
2440
|
-
"properties": zod_1.default.array(zod_1.default.object({
|
|
2441
|
-
"description": zod_1.default.string().nullish(),
|
|
2442
|
-
"isVector": zod_1.default.boolean(),
|
|
2443
|
-
"name": zod_1.default.string()
|
|
2444
|
-
})),
|
|
2445
|
-
"version": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemDataSetsItemVersionRegExp).nullish()
|
|
2446
|
-
})).nullish(),
|
|
2447
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemIdRegExp),
|
|
2448
|
-
"modifiedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2449
|
-
"modifiedByUserId": zod_1.default.string().nullish(),
|
|
2450
|
-
"name": zod_1.default.string(),
|
|
2451
|
-
"parentWorkspaceId": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemParentWorkspaceIdRegExp).nullish(),
|
|
2452
|
-
"workspacesInfo": zod_1.default.array(zod_1.default.object({
|
|
2453
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseDataSpacesItemWorkspacesInfoItemIdRegExp),
|
|
2454
|
-
"name": zod_1.default.string()
|
|
2455
|
-
})).nullish()
|
|
2456
|
-
})),
|
|
2457
|
-
"favorited": zod_1.default.boolean(),
|
|
2458
|
-
"firstPrompt": zod_1.default.string().nullish(),
|
|
2459
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseIdRegExp).nullish(),
|
|
2460
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2461
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2462
|
-
})),
|
|
2463
|
-
"isPromptAndResponseLoggingEnabled": zod_1.default.boolean().nullish(),
|
|
2464
|
-
"modelConfigurations": zod_1.default.array(zod_1.default.object({
|
|
2465
|
-
"frequencyPenalty": zod_1.default.number(),
|
|
2466
|
-
"model": zod_1.default.object({
|
|
2467
|
-
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2468
|
-
"createdByUserId": zod_1.default.string().nullish(),
|
|
2469
|
-
"deployment": zod_1.default.object({
|
|
2470
|
-
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2471
|
-
"createdByUserId": zod_1.default.string().nullish(),
|
|
2472
|
-
"detailedMessage": zod_1.default.string().nullish(),
|
|
2473
|
-
"dockerFile": zod_1.default.string().nullish(),
|
|
2474
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseModelConfigurationsItemModelDeploymentIdRegExp),
|
|
2475
|
-
"modelName": zod_1.default.string(),
|
|
2476
|
-
"providerDeploymentId": zod_1.default.string().nullish(),
|
|
2477
|
-
"providerId": zod_1.default.string().regex(exports.workSpacesPostResponseModelConfigurationsItemModelDeploymentProviderIdRegExp).nullish(),
|
|
2478
|
-
"region": zod_1.default.string().nullish(),
|
|
2479
|
-
"status": zod_1.default.enum(['Deploying', 'Ready', 'Failed', 'Deleting', 'Deleted']),
|
|
2480
|
-
"statusMessage": zod_1.default.string().nullish(),
|
|
2481
|
-
"statusUpdatedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2482
|
-
"steps": zod_1.default.array(zod_1.default.object({
|
|
2483
|
-
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2484
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExp),
|
|
2485
|
-
"index": zod_1.default.number(),
|
|
2486
|
-
"message": zod_1.default.string(),
|
|
2487
|
-
"name": zod_1.default.enum(['DeployVNet', 'DeployVM', 'InstallDependencies', 'DownloadModel', 'TestModel']),
|
|
2488
|
-
"progress": zod_1.default.number(),
|
|
2489
|
-
"startedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2490
|
-
})),
|
|
2491
|
-
"url": zod_1.default.string().nullish(),
|
|
2492
|
-
"virtualMachineServerType": zod_1.default.enum(['TextGenerationInference', 'VLlm']).optional(),
|
|
2493
|
-
"virtualMachineUrl": zod_1.default.string().nullish(),
|
|
2494
|
-
"vmSize": zod_1.default.string().nullish()
|
|
2495
|
-
}).optional(),
|
|
2496
|
-
"displayName": zod_1.default.string(),
|
|
2497
|
-
"id": zod_1.default.string().regex(exports.workSpacesPostResponseModelConfigurationsItemModelIdRegExp),
|
|
2498
|
-
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
2499
|
-
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
2500
|
-
"name": zod_1.default.string(),
|
|
2501
|
-
"properties": zod_1.default.array(zod_1.default.object({
|
|
2502
|
-
"name": zod_1.default.string(),
|
|
2503
|
-
"type": zod_1.default.enum(['Boolean', 'Number', 'String'])
|
|
2504
|
-
}))
|
|
2505
|
-
}),
|
|
2506
|
-
"prePrompt": zod_1.default.string(),
|
|
2507
|
-
"presencePenalty": zod_1.default.number(),
|
|
2508
|
-
"role": zod_1.default.enum(['Document', 'Agent', 'Analyzer']),
|
|
2509
|
-
"temperature": zod_1.default.number(),
|
|
2510
|
-
"topP": zod_1.default.number()
|
|
2511
|
-
})),
|
|
2512
|
-
"modifiedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2513
|
-
"modifiedByUserId": zod_1.default.string().nullish(),
|
|
2514
|
-
"name": zod_1.default.string(),
|
|
2515
|
-
"outputSchema": zod_1.default.string().nullish(),
|
|
2516
|
-
"sandBoxThreadId": zod_1.default.string().regex(exports.workSpacesPostResponseSandBoxThreadIdRegExp).nullish(),
|
|
2517
|
-
"showSources": zod_1.default.boolean(),
|
|
2518
|
-
"summary": zod_1.default.string().nullish(),
|
|
2519
|
-
"supportsFiles": zod_1.default.boolean().nullish(),
|
|
2520
|
-
"tags": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2521
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2522
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
2523
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2524
|
-
}))
|
|
2525
|
-
});
|
|
2526
2274
|
/**
|
|
2527
|
-
* @summary
|
|
2275
|
+
* @summary Deletes a workspace by its ID.
|
|
2528
2276
|
*/
|
|
2529
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}$');
|
|
2530
2278
|
exports.workSpacesDeleteParams = zod_1.default.strictObject({
|
|
2531
|
-
"id": zod_1.default.string().regex(exports.workSpacesDeletePathIdRegExp)
|
|
2279
|
+
"id": zod_1.default.string().regex(exports.workSpacesDeletePathIdRegExp)
|
|
2532
2280
|
});
|
|
2533
2281
|
/**
|
|
2534
|
-
* @summary
|
|
2282
|
+
* @summary Retrieves a workspace by its ID.
|
|
2535
2283
|
*/
|
|
2536
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}$');
|
|
2537
2285
|
exports.workSpacesGetIdParams = zod_1.default.strictObject({
|
|
2538
|
-
"id": zod_1.default.string().regex(exports.workSpacesGetIdPathIdRegExpOne)
|
|
2286
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetIdPathIdRegExpOne)
|
|
2539
2287
|
});
|
|
2540
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}$');
|
|
2541
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}$');
|
|
@@ -2659,7 +2407,6 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2659
2407
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2660
2408
|
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
2661
2409
|
})),
|
|
2662
|
-
"isPromptAndResponseLoggingEnabled": zod_1.default.boolean().nullish(),
|
|
2663
2410
|
"modelConfigurations": zod_1.default.array(zod_1.default.object({
|
|
2664
2411
|
"frequencyPenalty": zod_1.default.number(),
|
|
2665
2412
|
"model": zod_1.default.object({
|
|
@@ -2738,30 +2485,18 @@ exports.workSpacesDeleteAdminParams = zod_1.default.strictObject({
|
|
|
2738
2485
|
"id": zod_1.default.string().regex(exports.workSpacesDeleteAdminPathIdRegExp),
|
|
2739
2486
|
"userId": zod_1.default.string().regex(exports.workSpacesDeleteAdminPathUserIdRegExp)
|
|
2740
2487
|
});
|
|
2741
|
-
exports.workSpacesDeleteAdminResponseItem = zod_1.default.object({
|
|
2742
|
-
"id": zod_1.default.string(),
|
|
2743
|
-
"isAdmin": zod_1.default.boolean(),
|
|
2744
|
-
"name": zod_1.default.string()
|
|
2745
|
-
});
|
|
2746
|
-
exports.workSpacesDeleteAdminResponse = zod_1.default.array(exports.workSpacesDeleteAdminResponseItem);
|
|
2747
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}$');
|
|
2748
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}$');
|
|
2749
2490
|
exports.workSpacesAddWorkspaceAdminParams = zod_1.default.strictObject({
|
|
2750
2491
|
"id": zod_1.default.string().regex(exports.workSpacesAddWorkspaceAdminPathIdRegExp),
|
|
2751
2492
|
"userId": zod_1.default.string().regex(exports.workSpacesAddWorkspaceAdminPathUserIdRegExp)
|
|
2752
2493
|
});
|
|
2753
|
-
exports.workSpacesAddWorkspaceAdminResponseItem = zod_1.default.object({
|
|
2754
|
-
"id": zod_1.default.string(),
|
|
2755
|
-
"isAdmin": zod_1.default.boolean(),
|
|
2756
|
-
"name": zod_1.default.string()
|
|
2757
|
-
});
|
|
2758
|
-
exports.workSpacesAddWorkspaceAdminResponse = zod_1.default.array(exports.workSpacesAddWorkspaceAdminResponseItem);
|
|
2759
2494
|
/**
|
|
2760
|
-
* @summary
|
|
2495
|
+
* @summary Updates the basic information of a workspace.
|
|
2761
2496
|
*/
|
|
2762
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}$');
|
|
2763
2498
|
exports.workSpacesPutParams = zod_1.default.strictObject({
|
|
2764
|
-
"id": zod_1.default.string().regex(exports.workSpacesPutPathIdRegExp)
|
|
2499
|
+
"id": zod_1.default.string().regex(exports.workSpacesPutPathIdRegExp)
|
|
2765
2500
|
});
|
|
2766
2501
|
exports.workSpacesPutBody = zod_1.default.strictObject({
|
|
2767
2502
|
"firstPrompt": zod_1.default.string().nullish(),
|
|
@@ -2772,26 +2507,26 @@ exports.workSpacesPutBody = zod_1.default.strictObject({
|
|
|
2772
2507
|
"tags": zod_1.default.array(zod_1.default.string()).nullish()
|
|
2773
2508
|
});
|
|
2774
2509
|
/**
|
|
2775
|
-
* @summary
|
|
2510
|
+
* @summary Marks a workspace as favorited or not for the active user.
|
|
2776
2511
|
*/
|
|
2777
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}$');
|
|
2778
2513
|
exports.workSpacesSetFavoritedParams = zod_1.default.strictObject({
|
|
2779
|
-
"id": zod_1.default.string().regex(exports.workSpacesSetFavoritedPathIdRegExp)
|
|
2514
|
+
"id": zod_1.default.string().regex(exports.workSpacesSetFavoritedPathIdRegExp)
|
|
2780
2515
|
});
|
|
2781
2516
|
exports.workSpacesSetFavoritedBody = zod_1.default.boolean();
|
|
2782
2517
|
/**
|
|
2783
|
-
* @summary
|
|
2518
|
+
* @summary Retrieves message threads for a workspace.
|
|
2784
2519
|
*/
|
|
2785
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}$');
|
|
2786
2521
|
exports.workSpacesGetThreadsParams = zod_1.default.strictObject({
|
|
2787
|
-
"id": zod_1.default.string().regex(exports.workSpacesGetThreadsPathIdRegExp)
|
|
2522
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetThreadsPathIdRegExp)
|
|
2788
2523
|
});
|
|
2789
2524
|
exports.workSpacesGetThreadsQueryTakeDefault = 50;
|
|
2790
2525
|
exports.workSpacesGetThreadsQuerySkipDefault = 0;
|
|
2791
2526
|
exports.workSpacesGetThreadsQueryParams = zod_1.default.strictObject({
|
|
2792
|
-
"take": zod_1.default.number().default(exports.workSpacesGetThreadsQueryTakeDefault)
|
|
2793
|
-
"skip": zod_1.default.number().optional()
|
|
2794
|
-
"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()
|
|
2795
2530
|
});
|
|
2796
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}$');
|
|
2797
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}$');
|
|
@@ -2815,24 +2550,24 @@ exports.workSpacesGetThreadsResponse = zod_1.default.object({
|
|
|
2815
2550
|
/**
|
|
2816
2551
|
* @summary Deletes the model configuration for a specific workspace and role.
|
|
2817
2552
|
*/
|
|
2818
|
-
exports.
|
|
2819
|
-
exports.
|
|
2820
|
-
"id": zod_1.default.string().regex(exports.
|
|
2821
|
-
"role": zod_1.default.enum(['Document', 'Agent', 'Analyzer'])
|
|
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'])
|
|
2822
2557
|
});
|
|
2823
2558
|
/**
|
|
2824
|
-
* @summary
|
|
2559
|
+
* @summary Updates the model configuration for a specific workspace and role.
|
|
2825
2560
|
*/
|
|
2826
|
-
exports.
|
|
2827
|
-
exports.
|
|
2828
|
-
"id": zod_1.default.string().regex(exports.
|
|
2829
|
-
"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'])
|
|
2830
2565
|
});
|
|
2831
|
-
exports.
|
|
2832
|
-
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({
|
|
2833
2568
|
"frequencyPenalty": zod_1.default.number(),
|
|
2834
2569
|
"modelDisplayText": zod_1.default.string().nullish(),
|
|
2835
|
-
"modelId": zod_1.default.string().regex(exports.
|
|
2570
|
+
"modelId": zod_1.default.string().regex(exports.workSpacesPutModelConfigurationBodyModelIdRegExp).nullish(),
|
|
2836
2571
|
"prePrompt": zod_1.default.string(),
|
|
2837
2572
|
"presencePenalty": zod_1.default.number(),
|
|
2838
2573
|
"role": zod_1.default.enum(['Document', 'Agent', 'Analyzer']),
|
|
@@ -2840,35 +2575,35 @@ exports.workSpacesPutModelConfigurationIdModelconfigurationRolePutBody = zod_1.d
|
|
|
2840
2575
|
"topP": zod_1.default.number()
|
|
2841
2576
|
});
|
|
2842
2577
|
/**
|
|
2843
|
-
* @summary
|
|
2578
|
+
* @summary Removes a data space from a workspace.
|
|
2844
2579
|
*/
|
|
2845
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}$');
|
|
2846
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}$');
|
|
2847
2582
|
exports.workSpacesRemoveDataSpaceParams = zod_1.default.strictObject({
|
|
2848
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesRemoveDataSpacePathWorkspaceIdRegExp)
|
|
2849
|
-
"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)
|
|
2850
2585
|
});
|
|
2851
2586
|
/**
|
|
2852
|
-
* @summary
|
|
2587
|
+
* @summary Adds a data space to a workspace.
|
|
2853
2588
|
*/
|
|
2854
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}$');
|
|
2855
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}$');
|
|
2856
2591
|
exports.workSpacesAddDataSpaceParams = zod_1.default.strictObject({
|
|
2857
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesAddDataSpacePathWorkspaceIdRegExp)
|
|
2858
|
-
"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)
|
|
2859
2594
|
});
|
|
2860
2595
|
/**
|
|
2861
|
-
* @summary Gets a list of all the files that are uploaded directly to the workspace
|
|
2596
|
+
* @summary Gets a list of all the files that are uploaded directly to the workspace.
|
|
2862
2597
|
*/
|
|
2863
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}$');
|
|
2864
2599
|
exports.workSpacesGetWorkspaceFilesParams = zod_1.default.strictObject({
|
|
2865
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp)
|
|
2600
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp)
|
|
2866
2601
|
});
|
|
2867
2602
|
exports.workSpacesGetWorkspaceFilesQueryTakeDefault = 20;
|
|
2868
2603
|
exports.workSpacesGetWorkspaceFilesQuerySkipDefault = 0;
|
|
2869
2604
|
exports.workSpacesGetWorkspaceFilesQueryParams = zod_1.default.strictObject({
|
|
2870
|
-
"take": zod_1.default.number().default(exports.workSpacesGetWorkspaceFilesQueryTakeDefault)
|
|
2871
|
-
"skip": zod_1.default.number().optional()
|
|
2605
|
+
"take": zod_1.default.number().default(exports.workSpacesGetWorkspaceFilesQueryTakeDefault),
|
|
2606
|
+
"skip": zod_1.default.number().optional()
|
|
2872
2607
|
});
|
|
2873
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}$');
|
|
2874
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}$');
|
|
@@ -2899,14 +2634,14 @@ exports.workSpacesGetWorkspaceFilesResponse = zod_1.default.object({
|
|
|
2899
2634
|
"total": zod_1.default.number()
|
|
2900
2635
|
});
|
|
2901
2636
|
/**
|
|
2902
|
-
* @summary Uploads a list of files directly to the workspace
|
|
2637
|
+
* @summary Uploads a list of files directly to the workspace.
|
|
2903
2638
|
*/
|
|
2904
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}$');
|
|
2905
2640
|
exports.workSpacesWorkspaceFilesParams = zod_1.default.strictObject({
|
|
2906
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesWorkspaceFilesPathWorkspaceIdRegExp)
|
|
2641
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesWorkspaceFilesPathWorkspaceIdRegExp)
|
|
2907
2642
|
});
|
|
2908
2643
|
exports.workSpacesWorkspaceFilesBody = zod_1.default.strictObject({
|
|
2909
|
-
"files": zod_1.default.array(zod_1.default.instanceof(File)).optional()
|
|
2644
|
+
"files": zod_1.default.array(zod_1.default.instanceof(File)).optional()
|
|
2910
2645
|
});
|
|
2911
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}$');
|
|
2912
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}$');
|
|
@@ -2935,24 +2670,74 @@ exports.workSpacesWorkspaceFilesResponseItem = zod_1.default.object({
|
|
|
2935
2670
|
});
|
|
2936
2671
|
exports.workSpacesWorkspaceFilesResponse = zod_1.default.array(exports.workSpacesWorkspaceFilesResponseItem);
|
|
2937
2672
|
/**
|
|
2938
|
-
* @summary Removes a file
|
|
2673
|
+
* @summary Removes a file from the workspace and the ingested content.
|
|
2939
2674
|
*/
|
|
2940
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}$');
|
|
2941
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}$');
|
|
2942
2677
|
exports.workSpacesDeleteWorkspaceFileParams = zod_1.default.strictObject({
|
|
2943
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp)
|
|
2944
|
-
"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)
|
|
2945
2680
|
});
|
|
2946
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}$');
|
|
2947
2682
|
exports.workSpacesGetActiveFlowParams = zod_1.default.strictObject({
|
|
2948
2683
|
"workspaceId": zod_1.default.string().regex(exports.workSpacesGetActiveFlowPathWorkspaceIdRegExp)
|
|
2949
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()
|
|
2734
|
+
});
|
|
2950
2735
|
/**
|
|
2951
|
-
* @summary
|
|
2736
|
+
* @summary Sets the active flow definition for a workspace.
|
|
2952
2737
|
*/
|
|
2953
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}$');
|
|
2954
2739
|
exports.workSpacesSetActiveFlowParams = zod_1.default.strictObject({
|
|
2955
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowPathWorkspaceIdRegExp)
|
|
2740
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowPathWorkspaceIdRegExp)
|
|
2956
2741
|
});
|
|
2957
2742
|
exports.workSpacesSetActiveFlowBody = zod_1.default.strictObject({
|
|
2958
2743
|
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
@@ -3005,23 +2790,13 @@ exports.workSpacesSetActiveFlowBody = zod_1.default.strictObject({
|
|
|
3005
2790
|
})).nullish()
|
|
3006
2791
|
});
|
|
3007
2792
|
/**
|
|
3008
|
-
* @summary Updates the
|
|
2793
|
+
* @summary Updates the layout of blocks for the active flow definition.
|
|
3009
2794
|
*/
|
|
3010
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}$');
|
|
3011
2796
|
exports.workSpacesSetActiveFlowLayoutParams = zod_1.default.strictObject({
|
|
3012
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp)
|
|
2797
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp)
|
|
3013
2798
|
});
|
|
3014
2799
|
exports.workSpacesSetActiveFlowLayoutBody = zod_1.default.any();
|
|
3015
|
-
/**
|
|
3016
|
-
* @summary Updates the flag that determines whether to store the prompt and response within a specific workspace.
|
|
3017
|
-
*/
|
|
3018
|
-
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}$');
|
|
3019
|
-
exports.workSpacesUpdatePromptResponseFlagParams = zod_1.default.strictObject({
|
|
3020
|
-
"workspaceId": zod_1.default.string().regex(exports.workSpacesUpdatePromptResponseFlagPathWorkspaceIdRegExp).describe('The ID of the workspace.')
|
|
3021
|
-
});
|
|
3022
|
-
exports.workSpacesUpdatePromptResponseFlagQueryParams = zod_1.default.strictObject({
|
|
3023
|
-
"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.')
|
|
3024
|
-
});
|
|
3025
2800
|
/**
|
|
3026
2801
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
3027
2802
|
*/
|
|
@@ -3236,7 +3011,7 @@ exports.sandBoxGetThreadMessagesResponseItem = zod_1.default.object({
|
|
|
3236
3011
|
exports.sandBoxGetThreadMessagesResponse = zod_1.default.array(exports.sandBoxGetThreadMessagesResponseItem);
|
|
3237
3012
|
/**
|
|
3238
3013
|
* @summary Send a new message to the sandbox environment of a specific workspace in SmartSpace, using the workspaceId.
|
|
3239
|
-
Returns the initial SmartSpace.App.Business.Models.
|
|
3014
|
+
Returns the initial SmartSpace.App.Business.Models.Messages.Message synchronously; the flow
|
|
3240
3015
|
continues in a background task with deltas streaming via
|
|
3241
3016
|
`/workspaces/{workspaceId}/sandbox/messages/stream` and a
|
|
3242
3017
|
SignalR `ReceiveThreadUpdate` broadcast on terminal. Frontend
|
|
@@ -3294,6 +3069,14 @@ exports.sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp = new RegExp('^[0-9a-f
|
|
|
3294
3069
|
exports.sandBoxStreamSandboxMessagesParams = zod_1.default.strictObject({
|
|
3295
3070
|
"workspaceId": zod_1.default.string().regex(exports.sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp)
|
|
3296
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
|
+
*/
|
|
3297
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}$');
|
|
3298
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}$');
|
|
3299
3082
|
exports.sandBoxAddValueToMessageParams = zod_1.default.strictObject({
|