@smartspace/api-client 0.1.0-dev.deb6d4c → 0.1.0-dev.e110d18
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 +18 -12
- package/dist/generated/chat/api.js +56 -9
- package/dist/generated/chat/models/aiIModelProperty.d.ts +11 -0
- package/dist/generated/chat/models/aiModel.d.ts +24 -0
- package/dist/generated/chat/models/aiModelDeployment.d.ts +44 -0
- package/dist/generated/chat/models/aiModelDeploymentStep.d.ts +19 -0
- package/dist/generated/chat/models/{modelModelSummary.d.ts → aiModelSummary.d.ts} +4 -4
- package/dist/generated/chat/models/fileUriResponse.d.ts +9 -0
- package/dist/generated/chat/models/index.d.ts +24 -19
- package/dist/generated/chat/models/index.js +24 -19
- 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/messagesMessageValueValue.js +8 -0
- package/dist/generated/chat/models/modelModel.d.ts +2 -2
- package/dist/generated/chat/models/{pagedDataCollectionMessageMessage.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/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 +161 -47
- package/dist/generated/chat/zod.js +139 -31
- package/dist/generated/config/api.d.ts +108 -30
- package/dist/generated/config/api.js +313 -46
- 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} +4 -4
- 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/{inputPinInterfaceSchema.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/{blockInterfaceMetadata.d.ts → blocksStateInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/{createDataSource.d.ts → dataSourcesCreateDataSource.d.ts} +3 -3
- package/dist/generated/config/models/{createDataSourceCredentials.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/{testDataSourceConnectionCredentials.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/fileUriResponse.d.ts +9 -0
- package/dist/generated/config/models/flowDataSet.d.ts +18 -0
- package/dist/generated/config/models/flowDataSpace.d.ts +13 -0
- package/dist/generated/config/models/flowDataSpace.js +2 -0
- package/dist/generated/config/models/flowRun.d.ts +18 -0
- package/dist/generated/config/models/flowRun.js +2 -0
- package/dist/generated/config/models/{portInterfaceMetadata.d.ts → flowRunsAddFileIdFilesBody.d.ts} +2 -2
- package/dist/generated/config/models/flowRunsCreateFlowRunParams.d.ts +13 -0
- package/dist/generated/config/models/flowWorkSpace.d.ts +17 -0
- package/dist/generated/config/models/flowWorkSpace.js +2 -0
- package/dist/generated/config/models/index.d.ts +77 -59
- package/dist/generated/config/models/index.js +77 -59
- 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/{inputPinInterfaceDefault.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/{stateInterfaceDefault.d.ts → messagesMessageValueValue.d.ts} +1 -1
- package/dist/generated/config/models/messagesSandBoxMessageRequest.d.ts +13 -0
- package/dist/generated/config/models/messagesSandBoxMessageRequest.js +2 -0
- package/dist/generated/config/models/messagesSandBoxMessageRequestVariables.d.ts +12 -0
- package/dist/generated/config/models/modelModel.d.ts +2 -2
- package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesParams.d.ts → modelProvidersGetProvidersParams.d.ts} +3 -3
- package/dist/generated/config/models/modelsGetDefaultDockerFileParams.d.ts +10 -0
- package/dist/generated/config/models/modelsGetDefaultDockerFileParams.js +2 -0
- package/dist/generated/config/models/{pagedDataCollectionDataSource.d.ts → pagedDataCollectionAiModelSummary.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionAiModelSummary.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/pagedDataCollectionWorkSpacesWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.js +2 -0
- package/dist/generated/config/models/{sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesParams.d.ts → sandBoxGetThreadMessagesParams.d.ts} +1 -1
- package/dist/generated/config/models/sandBoxGetThreadMessagesParams.js +8 -0
- package/dist/generated/config/models/{stateInterfaceMetadata.d.ts → usersAdminPermissionParams.d.ts} +2 -2
- package/dist/generated/config/models/usersAdminPermissionParams.js +8 -0
- package/dist/generated/config/models/{createWorkSpace.d.ts → workSpacesCreateWorkSpace.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesCreateWorkSpace.js +2 -0
- package/dist/generated/config/models/workSpacesGetGetParams.d.ts +0 -9
- package/dist/generated/config/models/workSpacesGetThreadsParams.d.ts +0 -9
- package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.d.ts +10 -0
- package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.js +8 -0
- package/dist/generated/config/models/{workSpaceBasicInfo.d.ts → workSpacesUpdateWorkSpaceBasicInfo.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesUpdateWorkSpaceBasicInfo.js +8 -0
- package/dist/generated/config/models/{workSpace.d.ts → workSpacesWorkSpace.d.ts} +5 -7
- package/dist/generated/config/models/workSpacesWorkSpace.js +2 -0
- package/dist/generated/config/models/{workSpaceInputs.d.ts → workSpacesWorkSpaceInputs.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesWorkSpaceInputs.js +2 -0
- package/dist/generated/config/models/{workSpaceUser.d.ts → workSpacesWorkSpaceUser.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesWorkSpaceUser.js +8 -0
- package/dist/generated/config/models/{workSpaceVariables.d.ts → workSpacesWorkSpaceVariables.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesWorkSpaceVariables.js +2 -0
- package/dist/generated/config/models/workSpacesWorkspaceFilesBody.d.ts +9 -0
- package/dist/generated/config/models/workSpacesWorkspaceFilesBody.js +8 -0
- package/dist/generated/config/zod.d.ts +1064 -614
- package/dist/generated/config/zod.js +630 -284
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.d.ts +24 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.js +5 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.d.ts +27 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.js +5 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +71 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.js +2 -0
- package/dist/generated/signalr/TypedSignalR.Client/index.d.ts +21 -0
- package/dist/generated/signalr/TypedSignalR.Client/index.js +114 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/signalr.d.ts +4 -0
- package/dist/signalr.js +18 -0
- package/package.json +6 -2
- package/dist/generated/chat/models/messageCreateMessageInput.d.ts +0 -15
- package/dist/generated/chat/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
- package/dist/generated/chat/models/pagedDataCollectionWorkSpace.d.ts +0 -11
- package/dist/generated/config/models/blockInterface.d.ts +0 -17
- package/dist/generated/config/models/blockInterfacePorts.d.ts +0 -10
- package/dist/generated/config/models/blockInterfaceState.d.ts +0 -10
- package/dist/generated/config/models/dataSourceType.d.ts +0 -14
- package/dist/generated/config/models/inputPinInterface.d.ts +0 -23
- package/dist/generated/config/models/integrationsSmartSpaceAiFlowErrorData.d.ts +0 -10
- package/dist/generated/config/models/messageCreateMessageInput.d.ts +0 -15
- package/dist/generated/config/models/messageSandBoxMessageRequest.d.ts +0 -10
- package/dist/generated/config/models/outputPinInterface.d.ts +0 -19
- package/dist/generated/config/models/outputPinInterfaceSchema.d.ts +0 -9
- package/dist/generated/config/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionWorkSpace.d.ts +0 -11
- package/dist/generated/config/models/portInterface.d.ts +0 -17
- package/dist/generated/config/models/portInterfaceInputs.d.ts +0 -10
- package/dist/generated/config/models/portInterfaceOutputs.d.ts +0 -10
- package/dist/generated/config/models/stateInterface.d.ts +0 -15
- package/dist/generated/config/models/testDataSourceConnection.d.ts +0 -11
- package/dist/generated/config/models/updateDataSourceCredentials.d.ts +0 -10
- package/dist/generated/config/models/workSpacesUpdatePromptResponseFlagParams.d.ts +0 -12
- package/dist/generated/config/models/workSpacesWorkspaceFilesWorkspaceIdFilesBody.d.ts +0 -10
- /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowError.js → aiIModelProperty.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInput.js → aiModel.js} +0 -0
- /package/dist/generated/chat/models/{messageMessage.js → aiModelDeployment.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageRequest.js → aiModelDeploymentStep.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValue.js → aiModelSummary.js} +0 -0
- /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowErrorData.js → fileUriResponse.js} +0 -0
- /package/dist/generated/chat/models/{modelModelSummary.js → messagesCreateMessageInput.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInputChannels.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInputValue.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionMessageMessage.js → messagesMessage.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageCreatorProfileImage.js → messagesMessageCreatorProfileImage.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionModelModelSummary.js → messagesMessageError.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageRequestVariables.js → messagesMessageErrorData.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionWorkSpace.js → messagesMessageRequest.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValueChannels.js → messagesMessageRequestVariables.js} +0 -0
- /package/dist/generated/chat/models/{workSpace.js → messagesMessageValue.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValueValue.js → messagesMessageValueChannels.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/blockBlockSet.js → chat/models/pagedDataCollectionWorkSpacesWorkSpace.js} +0 -0
- /package/dist/generated/{config/models/blockBlockSetBlockInterfaces.js → chat/models/workSpacesWorkSpace.js} +0 -0
- /package/dist/generated/{config/models/blockInfo.js → chat/models/workSpacesWorkSpaceInputs.js} +0 -0
- /package/dist/generated/{config/models/blockInterface.js → chat/models/workSpacesWorkSpaceVariables.js} +0 -0
- /package/dist/generated/config/models/{blockInterfacePorts.js → aiIModelProperty.js} +0 -0
- /package/dist/generated/config/models/{blockInterfaceState.js → aiModel.js} +0 -0
- /package/dist/generated/config/models/{createDataSource.js → aiModelDeployment.js} +0 -0
- /package/dist/generated/config/models/{createWorkSpace.js → aiModelDeploymentStep.js} +0 -0
- /package/dist/generated/config/models/{dataSource.js → aiModelSummary.js} +0 -0
- /package/dist/generated/config/models/{dataSourceCredentialsDefinition.js → blocksBlockInfo.js} +0 -0
- /package/dist/generated/config/models/{dataSourceProperty.js → blocksBlockInterface.js} +0 -0
- /package/dist/generated/config/models/{blockInterfaceMetadata.js → blocksBlockInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{dataSourceType.js → blocksBlockInterfacePorts.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterface.js → blocksBlockInterfaceState.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceGenerics.js → blocksBlockSet.js} +0 -0
- /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.js → blocksBlockSetBlockInterfaces.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInput.js → blocksGetBlocks200One.js} +0 -0
- /package/dist/generated/config/models/{messageMessage.js → blocksGetBlocks200Three.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValue.js → blocksGetBlocks200Two.js} +0 -0
- /package/dist/generated/config/models/{messageSandBoxMessageRequest.js → blocksInputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{createDataSourceCredentials.js → blocksInputPinInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{modelModelSummary.js → blocksInputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceDefault.js → blocksInputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceMetadata.js → blocksInputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterface.js → blocksOutputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceGenerics.js → blocksOutputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceSchema.js → blocksOutputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowErrorData.js → blocksOutputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionDataSource.js → blocksPortInterface.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionModelModelSummary.js → blocksPortInterfaceInputs.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInputChannels.js → blocksPortInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionWorkSpace.js → blocksPortInterfaceOutputs.js} +0 -0
- /package/dist/generated/config/models/{portInterface.js → blocksStateInterface.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInputValue.js → blocksStateInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{messageMessageCreatorProfileImage.js → blocksStateInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceInputs.js → dataSourcesCreateDataSource.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValueChannels.js → dataSourcesCreateDataSourceCredentials.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceOutputs.js → dataSourcesDataSource.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValueValue.js → dataSourcesDataSourceAdminUser.js} +0 -0
- /package/dist/generated/config/models/{stateInterface.js → dataSourcesDataSourceCredentialsDefinition.js} +0 -0
- /package/dist/generated/config/models/{testDataSourceConnection.js → dataSourcesDataSourceProperty.js} +0 -0
- /package/dist/generated/config/models/{updateDataSourceCredentials.js → dataSourcesDataSourceType.js} +0 -0
- /package/dist/generated/config/models/{workSpace.js → dataSourcesTestDataSourceConnection.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceMetadata.js → dataSourcesTestDataSourceConnectionCredentials.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceSchema.js → dataSourcesUpdateDataSource.js} +0 -0
- /package/dist/generated/config/models/{workSpaceInputs.js → dataSourcesUpdateDataSourceCredentials.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceMetadata.js → dataSourcesUpdateDataSourceCredentialsCredentials.js} +0 -0
- /package/dist/generated/config/models/{sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesParams.js → fileUriResponse.js} +0 -0
- /package/dist/generated/config/models/{workSpaceVariables.js → flowDataSet.js} +0 -0
- /package/dist/generated/config/models/{stateInterfaceDefault.js → flowRunsAddFileIdFilesBody.js} +0 -0
- /package/dist/generated/config/models/{stateInterfaceMetadata.js → flowRunsCreateFlowRunParams.js} +0 -0
- /package/dist/generated/config/models/{testDataSourceConnectionCredentials.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/config/models/{updateDataSource.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/config/models/{updateDataSourceCredentialsCredentials.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
- /package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesBody.js → messagesSandBoxMessageRequestVariables.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesParams.js → modelProvidersGetProvidersParams.js} +0 -0
|
@@ -263,8 +263,8 @@ export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
|
|
|
263
263
|
fromOccurred: zod.ZodOptional<zod.ZodISODateTime>;
|
|
264
264
|
toOccurred: zod.ZodOptional<zod.ZodISODateTime>;
|
|
265
265
|
activityType: zod.ZodOptional<zod.ZodEnum<{
|
|
266
|
-
Read: "Read";
|
|
267
266
|
Deleted: "Deleted";
|
|
267
|
+
Read: "Read";
|
|
268
268
|
Created: "Created";
|
|
269
269
|
Updated: "Updated";
|
|
270
270
|
Chat: "Chat";
|
|
@@ -282,8 +282,8 @@ export declare const activityGetLoggingQueryParams: zod.ZodObject<{
|
|
|
282
282
|
fromOccurred: zod.ZodOptional<zod.ZodISODateTime>;
|
|
283
283
|
toOccurred: zod.ZodOptional<zod.ZodISODateTime>;
|
|
284
284
|
activityType: zod.ZodOptional<zod.ZodEnum<{
|
|
285
|
-
Read: "Read";
|
|
286
285
|
Deleted: "Deleted";
|
|
286
|
+
Read: "Read";
|
|
287
287
|
Created: "Created";
|
|
288
288
|
Updated: "Updated";
|
|
289
289
|
Chat: "Chat";
|
|
@@ -296,8 +296,8 @@ export declare const activityGetLoggingResponseDataItemWorkSpaceIdRegExp: RegExp
|
|
|
296
296
|
export declare const activityGetLoggingResponse: zod.ZodObject<{
|
|
297
297
|
data: zod.ZodArray<zod.ZodObject<{
|
|
298
298
|
activityType: zod.ZodOptional<zod.ZodEnum<{
|
|
299
|
-
Read: "Read";
|
|
300
299
|
Deleted: "Deleted";
|
|
300
|
+
Read: "Read";
|
|
301
301
|
Created: "Created";
|
|
302
302
|
Updated: "Updated";
|
|
303
303
|
Chat: "Chat";
|
|
@@ -327,7 +327,38 @@ export declare const activityGetLoggingResponse: zod.ZodObject<{
|
|
|
327
327
|
total: zod.ZodNumber;
|
|
328
328
|
}, zod.core.$strip>;
|
|
329
329
|
/**
|
|
330
|
-
* @summary
|
|
330
|
+
* @summary Gets the state of an update that was triggered by ApplyLatestAvailableVersion.
|
|
331
|
+
*/
|
|
332
|
+
export declare const applicationUpdateGetLatestDeploymentResponse: zod.ZodObject<{
|
|
333
|
+
name: zod.ZodString;
|
|
334
|
+
startTimeUtc: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
335
|
+
state: zod.ZodEnum<{
|
|
336
|
+
Unknown: "Unknown";
|
|
337
|
+
Failed: "Failed";
|
|
338
|
+
Deleted: "Deleted";
|
|
339
|
+
InProgress: "InProgress";
|
|
340
|
+
Succeeded: "Succeeded";
|
|
341
|
+
}>;
|
|
342
|
+
versionNumber: zod.ZodString;
|
|
343
|
+
}, zod.core.$strip>;
|
|
344
|
+
/**
|
|
345
|
+
* @summary Returns the current version of the application.
|
|
346
|
+
*/
|
|
347
|
+
export declare const applicationUpdateGetCurrentVersionResponse: zod.ZodObject<{
|
|
348
|
+
description: zod.ZodString;
|
|
349
|
+
versionNumber: zod.ZodString;
|
|
350
|
+
}, zod.core.$strip>;
|
|
351
|
+
/**
|
|
352
|
+
* @summary Not necessarily the latest version, but the latest version that is available for the application at its current version.
|
|
353
|
+
For instance, if app is currently on version 1.0, it might need to first be updated to 1.1 before it can be updated to 1.2.
|
|
354
|
+
Returns 204 if no new version available.
|
|
355
|
+
*/
|
|
356
|
+
export declare const applicationUpdateGetLatestAvailableVersionResponse: zod.ZodObject<{
|
|
357
|
+
description: zod.ZodString;
|
|
358
|
+
versionNumber: zod.ZodString;
|
|
359
|
+
}, zod.core.$strip>;
|
|
360
|
+
/**
|
|
361
|
+
* @summary Get a list of all block sets visible to the current principal.
|
|
331
362
|
*/
|
|
332
363
|
export declare const blockSetsGetBlockSetsQueryParams: zod.ZodObject<{
|
|
333
364
|
types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
@@ -493,77 +524,7 @@ export declare const blocksGetBlocksQueryParams: zod.ZodObject<{
|
|
|
493
524
|
types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
494
525
|
}, zod.core.$strict>;
|
|
495
526
|
export declare const blocksGetBlocksResponseBlockSetIdRegExp: RegExp;
|
|
496
|
-
export declare const
|
|
497
|
-
blockSetId: zod.ZodString;
|
|
498
|
-
connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
499
|
-
createdAt: zod.ZodISODateTime;
|
|
500
|
-
interface: zod.ZodObject<{
|
|
501
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
502
|
-
ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
503
|
-
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
504
|
-
channel: zod.ZodBoolean;
|
|
505
|
-
default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
506
|
-
generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
507
|
-
pin: zod.ZodString;
|
|
508
|
-
port: zod.ZodString;
|
|
509
|
-
}, zod.core.$strip>>;
|
|
510
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
511
|
-
required: zod.ZodBoolean;
|
|
512
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
513
|
-
sticky: zod.ZodBoolean;
|
|
514
|
-
type: zod.ZodEnum<{
|
|
515
|
-
Single: "Single";
|
|
516
|
-
List: "List";
|
|
517
|
-
Dictionary: "Dictionary";
|
|
518
|
-
}>;
|
|
519
|
-
virtual: zod.ZodBoolean;
|
|
520
|
-
}, zod.core.$strip>>;
|
|
521
|
-
isFunction: zod.ZodBoolean;
|
|
522
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
523
|
-
outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
524
|
-
channel: zod.ZodBoolean;
|
|
525
|
-
channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
526
|
-
generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
527
|
-
pin: zod.ZodString;
|
|
528
|
-
port: zod.ZodString;
|
|
529
|
-
}, zod.core.$strip>>;
|
|
530
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
531
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
532
|
-
type: zod.ZodEnum<{
|
|
533
|
-
Single: "Single";
|
|
534
|
-
List: "List";
|
|
535
|
-
Dictionary: "Dictionary";
|
|
536
|
-
}>;
|
|
537
|
-
}, zod.core.$strip>>;
|
|
538
|
-
type: zod.ZodEnum<{
|
|
539
|
-
Single: "Single";
|
|
540
|
-
List: "List";
|
|
541
|
-
Dictionary: "Dictionary";
|
|
542
|
-
}>;
|
|
543
|
-
}, zod.core.$strip>>;
|
|
544
|
-
scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
|
|
545
|
-
WorkSpace: "WorkSpace";
|
|
546
|
-
DataSet: "DataSet";
|
|
547
|
-
}>>>>;
|
|
548
|
-
state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
549
|
-
default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
550
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
551
|
-
scope: zod.ZodArray<zod.ZodObject<{
|
|
552
|
-
pin: zod.ZodString;
|
|
553
|
-
port: zod.ZodString;
|
|
554
|
-
}, zod.core.$strip>>;
|
|
555
|
-
}, zod.core.$strip>>;
|
|
556
|
-
}, zod.core.$strip>;
|
|
557
|
-
name: zod.ZodString;
|
|
558
|
-
sourceCodeUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
559
|
-
type: zod.ZodEnum<{
|
|
560
|
-
Native: "Native";
|
|
561
|
-
Custom: "Custom";
|
|
562
|
-
Debug: "Debug";
|
|
563
|
-
}>;
|
|
564
|
-
version: zod.ZodString;
|
|
565
|
-
}, zod.core.$strip>;
|
|
566
|
-
export declare const blocksGetBlocksResponse: zod.ZodArray<zod.ZodObject<{
|
|
527
|
+
export declare const blocksGetBlocksResponse: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
567
528
|
blockSetId: zod.ZodString;
|
|
568
529
|
connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
569
530
|
createdAt: zod.ZodISODateTime;
|
|
@@ -632,7 +593,7 @@ export declare const blocksGetBlocksResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
632
593
|
Debug: "Debug";
|
|
633
594
|
}>;
|
|
634
595
|
version: zod.ZodString;
|
|
635
|
-
}, zod.core.$strip
|
|
596
|
+
}, zod.core.$strip>>>;
|
|
636
597
|
/**
|
|
637
598
|
* @summary Manually trigger reingestion of a specific container item.
|
|
638
599
|
*/
|
|
@@ -648,122 +609,22 @@ export declare const containersPostQueryDataSetIdRegExp: RegExp;
|
|
|
648
609
|
export declare const containersPostQueryParams: zod.ZodObject<{
|
|
649
610
|
dataSetId: zod.ZodOptional<zod.ZodString>;
|
|
650
611
|
}, zod.core.$strict>;
|
|
651
|
-
export declare const
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
667
|
-
name: zod.ZodString;
|
|
668
|
-
}, zod.core.$strip>;
|
|
669
|
-
export declare const dataSetsGetGetQueryTakeDefault = 20;
|
|
670
|
-
export declare const dataSetsGetGetQuerySkipDefault = 0;
|
|
671
|
-
export declare const dataSetsGetGetQueryParams: zod.ZodObject<{
|
|
672
|
-
take: zod.ZodDefault<zod.ZodNumber>;
|
|
673
|
-
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
674
|
-
search: zod.ZodOptional<zod.ZodString>;
|
|
675
|
-
}, zod.core.$strict>;
|
|
676
|
-
export declare const dataSetsGetGetResponseDataItemDataSpaceIdRegExp: RegExp;
|
|
677
|
-
export declare const dataSetsGetGetResponseDataItemFlowActiveFlowDefinitionIdRegExp: RegExp;
|
|
678
|
-
export declare const dataSetsGetGetResponseDataItemFlowIdRegExp: RegExp;
|
|
679
|
-
export declare const dataSetsGetGetResponseDataItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
|
|
680
|
-
export declare const dataSetsGetGetResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
|
|
681
|
-
export declare const dataSetsGetGetResponseDataItemFlowTriggersItemFlowIdRegExp: RegExp;
|
|
682
|
-
export declare const dataSetsGetGetResponseDataItemFlowTriggersItemIdRegExp: RegExp;
|
|
683
|
-
export declare const dataSetsGetGetResponseDataItemIdRegExp: RegExp;
|
|
684
|
-
export declare const dataSetsGetGetResponseDataItemVersionRegExp: RegExp;
|
|
685
|
-
export declare const dataSetsGetGetResponse: zod.ZodObject<{
|
|
686
|
-
data: zod.ZodArray<zod.ZodObject<{
|
|
687
|
-
createdAt: zod.ZodISODateTime;
|
|
688
|
-
createdByUserId: zod.ZodString;
|
|
689
|
-
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
690
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
691
|
-
flow: zod.ZodOptional<zod.ZodObject<{
|
|
692
|
-
activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
|
|
693
|
-
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
694
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
695
|
-
target: zod.ZodObject<{
|
|
696
|
-
pin: zod.ZodString;
|
|
697
|
-
port: zod.ZodString;
|
|
698
|
-
}, zod.core.$strip>;
|
|
699
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
700
|
-
}, zod.core.$strip>>>>;
|
|
701
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
702
|
-
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
703
|
-
pin: zod.ZodString;
|
|
704
|
-
port: zod.ZodString;
|
|
705
|
-
}, zod.core.$strip>>>>;
|
|
706
|
-
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
707
|
-
pin: zod.ZodString;
|
|
708
|
-
port: zod.ZodString;
|
|
709
|
-
}, zod.core.$strip>>>>;
|
|
710
|
-
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
711
|
-
name: zod.ZodString;
|
|
712
|
-
version: zod.ZodString;
|
|
713
|
-
}, zod.core.$strip>>>>;
|
|
714
|
-
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
715
|
-
source: zod.ZodObject<{
|
|
716
|
-
node: zod.ZodString;
|
|
717
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
718
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
719
|
-
}, zod.core.$strip>;
|
|
720
|
-
target: zod.ZodObject<{
|
|
721
|
-
node: zod.ZodString;
|
|
722
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
723
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
724
|
-
}, zod.core.$strip>;
|
|
725
|
-
}, zod.core.$strip>>>>;
|
|
726
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
727
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
728
|
-
}, zod.core.$strip>>>>;
|
|
729
|
-
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
730
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
731
|
-
}, zod.core.$strip>>>>;
|
|
732
|
-
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
733
|
-
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
734
|
-
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
735
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
736
|
-
}, zod.core.$strip>>>>;
|
|
737
|
-
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
738
|
-
access: zod.ZodEnum<{
|
|
739
|
-
None: "None";
|
|
740
|
-
Read: "Read";
|
|
741
|
-
Write: "Write";
|
|
742
|
-
}>;
|
|
743
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
744
|
-
}, zod.core.$strip>>>>;
|
|
745
|
-
}, zod.core.$strip>>;
|
|
746
|
-
activeFlowDefinitionId: zod.ZodString;
|
|
747
|
-
id: zod.ZodString;
|
|
748
|
-
triggers: zod.ZodArray<zod.ZodObject<{
|
|
749
|
-
dataSourceContainer: zod.ZodObject<{
|
|
750
|
-
dataSourceId: zod.ZodString;
|
|
751
|
-
id: zod.ZodString;
|
|
752
|
-
name: zod.ZodString;
|
|
753
|
-
path: zod.ZodString;
|
|
754
|
-
}, zod.core.$strip>;
|
|
755
|
-
flowId: zod.ZodString;
|
|
756
|
-
id: zod.ZodString;
|
|
757
|
-
inputName: zod.ZodString;
|
|
758
|
-
type: zod.ZodEnum<{
|
|
759
|
-
Periodic: "Periodic";
|
|
760
|
-
Container: "Container";
|
|
761
|
-
}>;
|
|
762
|
-
}, zod.core.$strip>>;
|
|
763
|
-
}, zod.core.$strip>>;
|
|
612
|
+
export declare const containersPostResponseDataSetIdRegExp: RegExp;
|
|
613
|
+
export declare const containersPostResponseDataSetVersionRegExp: RegExp;
|
|
614
|
+
export declare const containersPostResponseFlowActiveFlowDefinitionIdRegExp: RegExp;
|
|
615
|
+
export declare const containersPostResponseFlowIdRegExp: RegExp;
|
|
616
|
+
export declare const containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
|
|
617
|
+
export declare const containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
|
|
618
|
+
export declare const containersPostResponseFlowTriggersItemFlowIdRegExp: RegExp;
|
|
619
|
+
export declare const containersPostResponseFlowTriggersItemIdRegExp: RegExp;
|
|
620
|
+
export declare const containersPostResponseIdRegExp: RegExp;
|
|
621
|
+
export declare const containersPostResponseWorkSpaceDataSpacesItemDataSetsItemIdRegExp: RegExp;
|
|
622
|
+
export declare const containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp: RegExp;
|
|
623
|
+
export declare const containersPostResponseWorkSpaceDataSpacesItemIdRegExp: RegExp;
|
|
624
|
+
export declare const containersPostResponseWorkSpaceIdRegExp: RegExp;
|
|
625
|
+
export declare const containersPostResponseItem: zod.ZodObject<{
|
|
626
|
+
dataSet: zod.ZodOptional<zod.ZodObject<{
|
|
764
627
|
id: zod.ZodString;
|
|
765
|
-
modifiedAt: zod.ZodISODateTime;
|
|
766
|
-
modifiedByUserId: zod.ZodString;
|
|
767
628
|
name: zod.ZodString;
|
|
768
629
|
properties: zod.ZodArray<zod.ZodObject<{
|
|
769
630
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -772,43 +633,8 @@ export declare const dataSetsGetGetResponse: zod.ZodObject<{
|
|
|
772
633
|
}, zod.core.$strip>>;
|
|
773
634
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
774
635
|
}, zod.core.$strip>>;
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
export declare const dataSetsGetItemPathDataSetIdRegExp: RegExp;
|
|
778
|
-
export declare const dataSetsGetItemPathIdRegExp: RegExp;
|
|
779
|
-
export declare const dataSetsGetItemParams: zod.ZodObject<{
|
|
780
|
-
dataSetId: zod.ZodString;
|
|
781
|
-
id: zod.ZodString;
|
|
782
|
-
}, zod.core.$strict>;
|
|
783
|
-
/**
|
|
784
|
-
* @summary Remove a specific data set from SmartSpace, using its ID to ensure accurate deletion.
|
|
785
|
-
*/
|
|
786
|
-
export declare const dataSetsDeleteIdPathIdRegExp: RegExp;
|
|
787
|
-
export declare const dataSetsDeleteIdParams: zod.ZodObject<{
|
|
788
|
-
id: zod.ZodString;
|
|
789
|
-
}, zod.core.$strict>;
|
|
790
|
-
/**
|
|
791
|
-
* @summary Retrieve detailed information about a specific data set in SmartSpace by its ID
|
|
792
|
-
*/
|
|
793
|
-
export declare const dataSetsGetByIdPathIdRegExp: RegExp;
|
|
794
|
-
export declare const dataSetsGetByIdParams: zod.ZodObject<{
|
|
795
|
-
id: zod.ZodString;
|
|
796
|
-
}, zod.core.$strict>;
|
|
797
|
-
export declare const dataSetsGetByIdResponseDataSpaceIdRegExp: RegExp;
|
|
798
|
-
export declare const dataSetsGetByIdResponseFlowActiveFlowDefinitionIdRegExp: RegExp;
|
|
799
|
-
export declare const dataSetsGetByIdResponseFlowIdRegExp: RegExp;
|
|
800
|
-
export declare const dataSetsGetByIdResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
|
|
801
|
-
export declare const dataSetsGetByIdResponseFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
|
|
802
|
-
export declare const dataSetsGetByIdResponseFlowTriggersItemFlowIdRegExp: RegExp;
|
|
803
|
-
export declare const dataSetsGetByIdResponseFlowTriggersItemIdRegExp: RegExp;
|
|
804
|
-
export declare const dataSetsGetByIdResponseIdRegExp: RegExp;
|
|
805
|
-
export declare const dataSetsGetByIdResponseVersionRegExp: RegExp;
|
|
806
|
-
export declare const dataSetsGetByIdResponse: zod.ZodObject<{
|
|
807
|
-
createdAt: zod.ZodISODateTime;
|
|
808
|
-
createdByUserId: zod.ZodString;
|
|
809
|
-
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
810
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
811
|
-
flow: zod.ZodOptional<zod.ZodObject<{
|
|
636
|
+
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
637
|
+
flow: zod.ZodObject<{
|
|
812
638
|
activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
|
|
813
639
|
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
814
640
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
@@ -880,19 +706,363 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
|
|
|
880
706
|
Container: "Container";
|
|
881
707
|
}>;
|
|
882
708
|
}, zod.core.$strip>>;
|
|
883
|
-
}, zod.core.$strip
|
|
709
|
+
}, zod.core.$strip>;
|
|
884
710
|
id: zod.ZodString;
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
}, zod.core.$strip
|
|
895
|
-
|
|
711
|
+
workSpace: zod.ZodOptional<zod.ZodObject<{
|
|
712
|
+
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
713
|
+
dataSets: zod.ZodArray<zod.ZodObject<{
|
|
714
|
+
id: zod.ZodString;
|
|
715
|
+
name: zod.ZodString;
|
|
716
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
717
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
718
|
+
isVector: zod.ZodBoolean;
|
|
719
|
+
name: zod.ZodString;
|
|
720
|
+
}, zod.core.$strip>>;
|
|
721
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
722
|
+
}, zod.core.$strip>>;
|
|
723
|
+
id: zod.ZodString;
|
|
724
|
+
name: zod.ZodString;
|
|
725
|
+
}, zod.core.$strip>>;
|
|
726
|
+
firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
727
|
+
id: zod.ZodString;
|
|
728
|
+
name: zod.ZodString;
|
|
729
|
+
summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
730
|
+
}, zod.core.$strip>>;
|
|
731
|
+
}, zod.core.$strip>;
|
|
732
|
+
export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
|
|
733
|
+
dataSet: zod.ZodOptional<zod.ZodObject<{
|
|
734
|
+
id: zod.ZodString;
|
|
735
|
+
name: zod.ZodString;
|
|
736
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
737
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
738
|
+
isVector: zod.ZodBoolean;
|
|
739
|
+
name: zod.ZodString;
|
|
740
|
+
}, zod.core.$strip>>;
|
|
741
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
742
|
+
}, zod.core.$strip>>;
|
|
743
|
+
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
744
|
+
flow: zod.ZodObject<{
|
|
745
|
+
activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
|
|
746
|
+
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
747
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
748
|
+
target: zod.ZodObject<{
|
|
749
|
+
pin: zod.ZodString;
|
|
750
|
+
port: zod.ZodString;
|
|
751
|
+
}, zod.core.$strip>;
|
|
752
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
753
|
+
}, zod.core.$strip>>>>;
|
|
754
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
755
|
+
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
756
|
+
pin: zod.ZodString;
|
|
757
|
+
port: zod.ZodString;
|
|
758
|
+
}, zod.core.$strip>>>>;
|
|
759
|
+
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
760
|
+
pin: zod.ZodString;
|
|
761
|
+
port: zod.ZodString;
|
|
762
|
+
}, zod.core.$strip>>>>;
|
|
763
|
+
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
764
|
+
name: zod.ZodString;
|
|
765
|
+
version: zod.ZodString;
|
|
766
|
+
}, zod.core.$strip>>>>;
|
|
767
|
+
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
768
|
+
source: zod.ZodObject<{
|
|
769
|
+
node: zod.ZodString;
|
|
770
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
771
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
772
|
+
}, zod.core.$strip>;
|
|
773
|
+
target: zod.ZodObject<{
|
|
774
|
+
node: zod.ZodString;
|
|
775
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
776
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
777
|
+
}, zod.core.$strip>;
|
|
778
|
+
}, zod.core.$strip>>>>;
|
|
779
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
780
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
781
|
+
}, zod.core.$strip>>>>;
|
|
782
|
+
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
783
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
784
|
+
}, zod.core.$strip>>>>;
|
|
785
|
+
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
786
|
+
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
787
|
+
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
788
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
789
|
+
}, zod.core.$strip>>>>;
|
|
790
|
+
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
791
|
+
access: zod.ZodEnum<{
|
|
792
|
+
None: "None";
|
|
793
|
+
Read: "Read";
|
|
794
|
+
Write: "Write";
|
|
795
|
+
}>;
|
|
796
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
797
|
+
}, zod.core.$strip>>>>;
|
|
798
|
+
}, zod.core.$strip>>;
|
|
799
|
+
activeFlowDefinitionId: zod.ZodString;
|
|
800
|
+
id: zod.ZodString;
|
|
801
|
+
triggers: zod.ZodArray<zod.ZodObject<{
|
|
802
|
+
dataSourceContainer: zod.ZodObject<{
|
|
803
|
+
dataSourceId: zod.ZodString;
|
|
804
|
+
id: zod.ZodString;
|
|
805
|
+
name: zod.ZodString;
|
|
806
|
+
path: zod.ZodString;
|
|
807
|
+
}, zod.core.$strip>;
|
|
808
|
+
flowId: zod.ZodString;
|
|
809
|
+
id: zod.ZodString;
|
|
810
|
+
inputName: zod.ZodString;
|
|
811
|
+
type: zod.ZodEnum<{
|
|
812
|
+
Periodic: "Periodic";
|
|
813
|
+
Container: "Container";
|
|
814
|
+
}>;
|
|
815
|
+
}, zod.core.$strip>>;
|
|
816
|
+
}, zod.core.$strip>;
|
|
817
|
+
id: zod.ZodString;
|
|
818
|
+
workSpace: zod.ZodOptional<zod.ZodObject<{
|
|
819
|
+
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
820
|
+
dataSets: zod.ZodArray<zod.ZodObject<{
|
|
821
|
+
id: zod.ZodString;
|
|
822
|
+
name: zod.ZodString;
|
|
823
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
824
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
825
|
+
isVector: zod.ZodBoolean;
|
|
826
|
+
name: zod.ZodString;
|
|
827
|
+
}, zod.core.$strip>>;
|
|
828
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
829
|
+
}, zod.core.$strip>>;
|
|
830
|
+
id: zod.ZodString;
|
|
831
|
+
name: zod.ZodString;
|
|
832
|
+
}, zod.core.$strip>>;
|
|
833
|
+
firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
834
|
+
id: zod.ZodString;
|
|
835
|
+
name: zod.ZodString;
|
|
836
|
+
summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
837
|
+
}, zod.core.$strip>>;
|
|
838
|
+
}, zod.core.$strip>>;
|
|
839
|
+
export declare const dataSetsGetGetQueryTakeDefault = 20;
|
|
840
|
+
export declare const dataSetsGetGetQuerySkipDefault = 0;
|
|
841
|
+
export declare const dataSetsGetGetQueryParams: zod.ZodObject<{
|
|
842
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
843
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
844
|
+
search: zod.ZodOptional<zod.ZodString>;
|
|
845
|
+
}, zod.core.$strict>;
|
|
846
|
+
export declare const dataSetsGetGetResponseDataItemDataSpaceIdRegExp: RegExp;
|
|
847
|
+
export declare const dataSetsGetGetResponseDataItemFlowActiveFlowDefinitionIdRegExp: RegExp;
|
|
848
|
+
export declare const dataSetsGetGetResponseDataItemFlowIdRegExp: RegExp;
|
|
849
|
+
export declare const dataSetsGetGetResponseDataItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
|
|
850
|
+
export declare const dataSetsGetGetResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
|
|
851
|
+
export declare const dataSetsGetGetResponseDataItemFlowTriggersItemFlowIdRegExp: RegExp;
|
|
852
|
+
export declare const dataSetsGetGetResponseDataItemFlowTriggersItemIdRegExp: RegExp;
|
|
853
|
+
export declare const dataSetsGetGetResponseDataItemIdRegExp: RegExp;
|
|
854
|
+
export declare const dataSetsGetGetResponseDataItemVersionRegExp: RegExp;
|
|
855
|
+
export declare const dataSetsGetGetResponse: zod.ZodObject<{
|
|
856
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
857
|
+
createdAt: zod.ZodISODateTime;
|
|
858
|
+
createdByUserId: zod.ZodString;
|
|
859
|
+
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
860
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
861
|
+
flow: zod.ZodOptional<zod.ZodObject<{
|
|
862
|
+
activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
|
|
863
|
+
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
864
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
865
|
+
target: zod.ZodObject<{
|
|
866
|
+
pin: zod.ZodString;
|
|
867
|
+
port: zod.ZodString;
|
|
868
|
+
}, zod.core.$strip>;
|
|
869
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
870
|
+
}, zod.core.$strip>>>>;
|
|
871
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
872
|
+
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
873
|
+
pin: zod.ZodString;
|
|
874
|
+
port: zod.ZodString;
|
|
875
|
+
}, zod.core.$strip>>>>;
|
|
876
|
+
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
877
|
+
pin: zod.ZodString;
|
|
878
|
+
port: zod.ZodString;
|
|
879
|
+
}, zod.core.$strip>>>>;
|
|
880
|
+
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
881
|
+
name: zod.ZodString;
|
|
882
|
+
version: zod.ZodString;
|
|
883
|
+
}, zod.core.$strip>>>>;
|
|
884
|
+
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
885
|
+
source: zod.ZodObject<{
|
|
886
|
+
node: zod.ZodString;
|
|
887
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
888
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
889
|
+
}, zod.core.$strip>;
|
|
890
|
+
target: zod.ZodObject<{
|
|
891
|
+
node: zod.ZodString;
|
|
892
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
893
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
894
|
+
}, zod.core.$strip>;
|
|
895
|
+
}, zod.core.$strip>>>>;
|
|
896
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
897
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
898
|
+
}, zod.core.$strip>>>>;
|
|
899
|
+
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
900
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
901
|
+
}, zod.core.$strip>>>>;
|
|
902
|
+
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
903
|
+
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
904
|
+
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
905
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
906
|
+
}, zod.core.$strip>>>>;
|
|
907
|
+
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
908
|
+
access: zod.ZodEnum<{
|
|
909
|
+
None: "None";
|
|
910
|
+
Read: "Read";
|
|
911
|
+
Write: "Write";
|
|
912
|
+
}>;
|
|
913
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
914
|
+
}, zod.core.$strip>>>>;
|
|
915
|
+
}, zod.core.$strip>>;
|
|
916
|
+
activeFlowDefinitionId: zod.ZodString;
|
|
917
|
+
id: zod.ZodString;
|
|
918
|
+
triggers: zod.ZodArray<zod.ZodObject<{
|
|
919
|
+
dataSourceContainer: zod.ZodObject<{
|
|
920
|
+
dataSourceId: zod.ZodString;
|
|
921
|
+
id: zod.ZodString;
|
|
922
|
+
name: zod.ZodString;
|
|
923
|
+
path: zod.ZodString;
|
|
924
|
+
}, zod.core.$strip>;
|
|
925
|
+
flowId: zod.ZodString;
|
|
926
|
+
id: zod.ZodString;
|
|
927
|
+
inputName: zod.ZodString;
|
|
928
|
+
type: zod.ZodEnum<{
|
|
929
|
+
Periodic: "Periodic";
|
|
930
|
+
Container: "Container";
|
|
931
|
+
}>;
|
|
932
|
+
}, zod.core.$strip>>;
|
|
933
|
+
}, zod.core.$strip>>;
|
|
934
|
+
id: zod.ZodString;
|
|
935
|
+
modifiedAt: zod.ZodISODateTime;
|
|
936
|
+
modifiedByUserId: zod.ZodString;
|
|
937
|
+
name: zod.ZodString;
|
|
938
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
939
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
940
|
+
isVector: zod.ZodBoolean;
|
|
941
|
+
name: zod.ZodString;
|
|
942
|
+
}, zod.core.$strip>>;
|
|
943
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
944
|
+
}, zod.core.$strip>>;
|
|
945
|
+
total: zod.ZodNumber;
|
|
946
|
+
}, zod.core.$strip>;
|
|
947
|
+
export declare const dataSetsGetItemPathDataSetIdRegExp: RegExp;
|
|
948
|
+
export declare const dataSetsGetItemPathIdRegExp: RegExp;
|
|
949
|
+
export declare const dataSetsGetItemParams: zod.ZodObject<{
|
|
950
|
+
dataSetId: zod.ZodString;
|
|
951
|
+
id: zod.ZodString;
|
|
952
|
+
}, zod.core.$strict>;
|
|
953
|
+
/**
|
|
954
|
+
* @summary Remove a specific data set from SmartSpace, using its ID to ensure accurate deletion.
|
|
955
|
+
*/
|
|
956
|
+
export declare const dataSetsDeleteIdPathIdRegExp: RegExp;
|
|
957
|
+
export declare const dataSetsDeleteIdParams: zod.ZodObject<{
|
|
958
|
+
id: zod.ZodString;
|
|
959
|
+
}, zod.core.$strict>;
|
|
960
|
+
/**
|
|
961
|
+
* @summary Retrieve detailed information about a specific data set in SmartSpace by its ID
|
|
962
|
+
*/
|
|
963
|
+
export declare const dataSetsGetByIdPathIdRegExp: RegExp;
|
|
964
|
+
export declare const dataSetsGetByIdParams: zod.ZodObject<{
|
|
965
|
+
id: zod.ZodString;
|
|
966
|
+
}, zod.core.$strict>;
|
|
967
|
+
export declare const dataSetsGetByIdResponseDataSpaceIdRegExp: RegExp;
|
|
968
|
+
export declare const dataSetsGetByIdResponseFlowActiveFlowDefinitionIdRegExp: RegExp;
|
|
969
|
+
export declare const dataSetsGetByIdResponseFlowIdRegExp: RegExp;
|
|
970
|
+
export declare const dataSetsGetByIdResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
|
|
971
|
+
export declare const dataSetsGetByIdResponseFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
|
|
972
|
+
export declare const dataSetsGetByIdResponseFlowTriggersItemFlowIdRegExp: RegExp;
|
|
973
|
+
export declare const dataSetsGetByIdResponseFlowTriggersItemIdRegExp: RegExp;
|
|
974
|
+
export declare const dataSetsGetByIdResponseIdRegExp: RegExp;
|
|
975
|
+
export declare const dataSetsGetByIdResponseVersionRegExp: RegExp;
|
|
976
|
+
export declare const dataSetsGetByIdResponse: zod.ZodObject<{
|
|
977
|
+
createdAt: zod.ZodISODateTime;
|
|
978
|
+
createdByUserId: zod.ZodString;
|
|
979
|
+
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
980
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
981
|
+
flow: zod.ZodOptional<zod.ZodObject<{
|
|
982
|
+
activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
|
|
983
|
+
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
984
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
985
|
+
target: zod.ZodObject<{
|
|
986
|
+
pin: zod.ZodString;
|
|
987
|
+
port: zod.ZodString;
|
|
988
|
+
}, zod.core.$strip>;
|
|
989
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
990
|
+
}, zod.core.$strip>>>>;
|
|
991
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
992
|
+
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
993
|
+
pin: zod.ZodString;
|
|
994
|
+
port: zod.ZodString;
|
|
995
|
+
}, zod.core.$strip>>>>;
|
|
996
|
+
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
997
|
+
pin: zod.ZodString;
|
|
998
|
+
port: zod.ZodString;
|
|
999
|
+
}, zod.core.$strip>>>>;
|
|
1000
|
+
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1001
|
+
name: zod.ZodString;
|
|
1002
|
+
version: zod.ZodString;
|
|
1003
|
+
}, zod.core.$strip>>>>;
|
|
1004
|
+
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1005
|
+
source: zod.ZodObject<{
|
|
1006
|
+
node: zod.ZodString;
|
|
1007
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1008
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1009
|
+
}, zod.core.$strip>;
|
|
1010
|
+
target: zod.ZodObject<{
|
|
1011
|
+
node: zod.ZodString;
|
|
1012
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1013
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1014
|
+
}, zod.core.$strip>;
|
|
1015
|
+
}, zod.core.$strip>>>>;
|
|
1016
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1017
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
1018
|
+
}, zod.core.$strip>>>>;
|
|
1019
|
+
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1020
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1021
|
+
}, zod.core.$strip>>>>;
|
|
1022
|
+
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
1023
|
+
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1024
|
+
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1025
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1026
|
+
}, zod.core.$strip>>>>;
|
|
1027
|
+
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1028
|
+
access: zod.ZodEnum<{
|
|
1029
|
+
None: "None";
|
|
1030
|
+
Read: "Read";
|
|
1031
|
+
Write: "Write";
|
|
1032
|
+
}>;
|
|
1033
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1034
|
+
}, zod.core.$strip>>>>;
|
|
1035
|
+
}, zod.core.$strip>>;
|
|
1036
|
+
activeFlowDefinitionId: zod.ZodString;
|
|
1037
|
+
id: zod.ZodString;
|
|
1038
|
+
triggers: zod.ZodArray<zod.ZodObject<{
|
|
1039
|
+
dataSourceContainer: zod.ZodObject<{
|
|
1040
|
+
dataSourceId: zod.ZodString;
|
|
1041
|
+
id: zod.ZodString;
|
|
1042
|
+
name: zod.ZodString;
|
|
1043
|
+
path: zod.ZodString;
|
|
1044
|
+
}, zod.core.$strip>;
|
|
1045
|
+
flowId: zod.ZodString;
|
|
1046
|
+
id: zod.ZodString;
|
|
1047
|
+
inputName: zod.ZodString;
|
|
1048
|
+
type: zod.ZodEnum<{
|
|
1049
|
+
Periodic: "Periodic";
|
|
1050
|
+
Container: "Container";
|
|
1051
|
+
}>;
|
|
1052
|
+
}, zod.core.$strip>>;
|
|
1053
|
+
}, zod.core.$strip>>;
|
|
1054
|
+
id: zod.ZodString;
|
|
1055
|
+
modifiedAt: zod.ZodISODateTime;
|
|
1056
|
+
modifiedByUserId: zod.ZodString;
|
|
1057
|
+
name: zod.ZodString;
|
|
1058
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
1059
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1060
|
+
isVector: zod.ZodBoolean;
|
|
1061
|
+
name: zod.ZodString;
|
|
1062
|
+
}, zod.core.$strip>>;
|
|
1063
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1064
|
+
}, zod.core.$strip>;
|
|
1065
|
+
/**
|
|
896
1066
|
* @summary Create a new dataset in SmartSpace, specifying details like name, datasource, and properties.
|
|
897
1067
|
*/
|
|
898
1068
|
export declare const dataSetsPutIdParams: zod.ZodObject<{
|
|
@@ -1150,7 +1320,18 @@ export declare const dataSourcesPostBody: zod.ZodObject<{
|
|
|
1150
1320
|
keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1151
1321
|
name: zod.ZodString;
|
|
1152
1322
|
}, zod.core.$strict>;
|
|
1323
|
+
export declare const dataSourcesPostResponseContainersItemDataSourceIdRegExp: RegExp;
|
|
1324
|
+
export declare const dataSourcesPostResponseContainersItemIdRegExp: RegExp;
|
|
1325
|
+
export declare const dataSourcesPostResponseIdRegExp: RegExp;
|
|
1153
1326
|
export declare const dataSourcesPostResponse: zod.ZodObject<{
|
|
1327
|
+
containers: zod.ZodArray<zod.ZodObject<{
|
|
1328
|
+
dataSourceId: zod.ZodString;
|
|
1329
|
+
id: zod.ZodString;
|
|
1330
|
+
name: zod.ZodString;
|
|
1331
|
+
path: zod.ZodString;
|
|
1332
|
+
}, zod.core.$strip>>;
|
|
1333
|
+
createdAt: zod.ZodISODateTime;
|
|
1334
|
+
createdByUserId: zod.ZodString;
|
|
1154
1335
|
credentialType: zod.ZodEnum<{
|
|
1155
1336
|
BlobStorage: "BlobStorage";
|
|
1156
1337
|
SqlServer: "SqlServer";
|
|
@@ -1164,9 +1345,12 @@ export declare const dataSourcesPostResponse: zod.ZodObject<{
|
|
|
1164
1345
|
File: "File";
|
|
1165
1346
|
Sitemap: "Sitemap";
|
|
1166
1347
|
}>;
|
|
1167
|
-
|
|
1348
|
+
id: zod.ZodString;
|
|
1168
1349
|
keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1350
|
+
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1351
|
+
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1169
1352
|
name: zod.ZodString;
|
|
1353
|
+
searchable: zod.ZodBoolean;
|
|
1170
1354
|
}, zod.core.$strip>;
|
|
1171
1355
|
/**
|
|
1172
1356
|
* @summary Remove a specific data source from SmartSpace using its unique ID.
|
|
@@ -1220,6 +1404,28 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
|
|
|
1220
1404
|
export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
|
|
1221
1405
|
credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
|
|
1222
1406
|
}, zod.core.$strict>;
|
|
1407
|
+
export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
|
|
1408
|
+
export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
|
|
1409
|
+
id: zod.ZodString;
|
|
1410
|
+
}, zod.core.$strict>;
|
|
1411
|
+
export declare const dataSourcesGetAdminUsersResponseItem: zod.ZodObject<{
|
|
1412
|
+
id: zod.ZodString;
|
|
1413
|
+
name: zod.ZodString;
|
|
1414
|
+
}, zod.core.$strip>;
|
|
1415
|
+
export declare const dataSourcesGetAdminUsersResponse: zod.ZodArray<zod.ZodObject<{
|
|
1416
|
+
id: zod.ZodString;
|
|
1417
|
+
name: zod.ZodString;
|
|
1418
|
+
}, zod.core.$strip>>;
|
|
1419
|
+
export declare const dataSourcesDeleteAdminPathIdRegExp: RegExp;
|
|
1420
|
+
export declare const dataSourcesDeleteAdminParams: zod.ZodObject<{
|
|
1421
|
+
id: zod.ZodString;
|
|
1422
|
+
userId: zod.ZodString;
|
|
1423
|
+
}, zod.core.$strict>;
|
|
1424
|
+
export declare const dataSourcesAddAdminPathIdRegExp: RegExp;
|
|
1425
|
+
export declare const dataSourcesAddAdminParams: zod.ZodObject<{
|
|
1426
|
+
id: zod.ZodString;
|
|
1427
|
+
userId: zod.ZodString;
|
|
1428
|
+
}, zod.core.$strict>;
|
|
1223
1429
|
/**
|
|
1224
1430
|
* @summary Retrieve a list of all data spaces in SmartSpace, with options for pagination to manage large sets of data spaces.
|
|
1225
1431
|
*/
|
|
@@ -1502,6 +1708,26 @@ export declare const dataSpacesPutBody: zod.ZodObject<{
|
|
|
1502
1708
|
id: zod.ZodString;
|
|
1503
1709
|
name: zod.ZodString;
|
|
1504
1710
|
}, zod.core.$strict>;
|
|
1711
|
+
export declare const dataSpacesGetAdminUsersPathIdRegExp: RegExp;
|
|
1712
|
+
export declare const dataSpacesGetAdminUsersParams: zod.ZodObject<{
|
|
1713
|
+
id: zod.ZodString;
|
|
1714
|
+
}, zod.core.$strict>;
|
|
1715
|
+
export declare const dataSpacesGetAdminUsersResponseItem: zod.ZodString;
|
|
1716
|
+
export declare const dataSpacesGetAdminUsersResponse: zod.ZodArray<zod.ZodString>;
|
|
1717
|
+
export declare const dataSpacesDeleteAdminPathIdRegExp: RegExp;
|
|
1718
|
+
export declare const dataSpacesDeleteAdminParams: zod.ZodObject<{
|
|
1719
|
+
id: zod.ZodString;
|
|
1720
|
+
userId: zod.ZodString;
|
|
1721
|
+
}, zod.core.$strict>;
|
|
1722
|
+
export declare const dataSpacesDeleteAdminResponseItem: zod.ZodString;
|
|
1723
|
+
export declare const dataSpacesDeleteAdminResponse: zod.ZodArray<zod.ZodString>;
|
|
1724
|
+
export declare const dataSpacesAddAdminPathIdRegExp: RegExp;
|
|
1725
|
+
export declare const dataSpacesAddAdminParams: zod.ZodObject<{
|
|
1726
|
+
id: zod.ZodString;
|
|
1727
|
+
userId: zod.ZodString;
|
|
1728
|
+
}, zod.core.$strict>;
|
|
1729
|
+
export declare const dataSpacesAddAdminResponseItem: zod.ZodString;
|
|
1730
|
+
export declare const dataSpacesAddAdminResponse: zod.ZodArray<zod.ZodString>;
|
|
1505
1731
|
/**
|
|
1506
1732
|
* @summary Retrieve a list of all data sets in SmartSpace, with options for pagination to manage large sets of data sets.
|
|
1507
1733
|
*/
|
|
@@ -1732,7 +1958,24 @@ export declare const filesGetUriQueryParams: zod.ZodObject<{
|
|
|
1732
1958
|
threadId: zod.ZodOptional<zod.ZodString>;
|
|
1733
1959
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
1734
1960
|
}, zod.core.$strict>;
|
|
1735
|
-
export declare const filesGetUriResponse: zod.
|
|
1961
|
+
export declare const filesGetUriResponse: zod.ZodObject<{
|
|
1962
|
+
uri: zod.ZodString;
|
|
1963
|
+
}, zod.core.$strip>;
|
|
1964
|
+
/**
|
|
1965
|
+
* @summary Creates a new flow run with the specified parameters
|
|
1966
|
+
*/
|
|
1967
|
+
export declare const flowRunsCreateFlowRunQueryFlowIdRegExp: RegExp;
|
|
1968
|
+
export declare const flowRunsCreateFlowRunQueryParams: zod.ZodObject<{
|
|
1969
|
+
flowId: zod.ZodOptional<zod.ZodString>;
|
|
1970
|
+
}, zod.core.$strict>;
|
|
1971
|
+
export declare const flowRunsCreateFlowRunBody: zod.ZodObject<{
|
|
1972
|
+
debug: zod.ZodBoolean;
|
|
1973
|
+
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1974
|
+
channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
|
|
1975
|
+
name: zod.ZodString;
|
|
1976
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
1977
|
+
}, zod.core.$strict>>>>;
|
|
1978
|
+
}, zod.core.$strict>;
|
|
1736
1979
|
/**
|
|
1737
1980
|
* @summary Searches for flow runs based on search term
|
|
1738
1981
|
*/
|
|
@@ -1766,6 +2009,29 @@ export declare const flowRunsGetFileFromFlowRunIdResponse: zod.ZodObject<{
|
|
|
1766
2009
|
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1767
2010
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1768
2011
|
}, zod.core.$strip>;
|
|
2012
|
+
/**
|
|
2013
|
+
* @summary Gets a flow run including its context
|
|
2014
|
+
*/
|
|
2015
|
+
export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
|
|
2016
|
+
export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
|
|
2017
|
+
id: zod.ZodString;
|
|
2018
|
+
}, zod.core.$strict>;
|
|
2019
|
+
export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
|
|
2020
|
+
export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
|
|
2021
|
+
id: zod.ZodString;
|
|
2022
|
+
}, zod.core.$strict>;
|
|
2023
|
+
export declare const flowRunsAddFileIdFilesBody: zod.ZodObject<{
|
|
2024
|
+
file: zod.ZodOptional<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>;
|
|
2025
|
+
}, zod.core.$strict>;
|
|
2026
|
+
export declare const flowRunsAddFileIdFilesExistingPathIdRegExp: RegExp;
|
|
2027
|
+
export declare const flowRunsAddFileIdFilesExistingParams: zod.ZodObject<{
|
|
2028
|
+
id: zod.ZodString;
|
|
2029
|
+
}, zod.core.$strict>;
|
|
2030
|
+
export declare const flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp: RegExp;
|
|
2031
|
+
export declare const flowRunsAddFileIdFilesExistingBody: zod.ZodObject<{
|
|
2032
|
+
blobUri: zod.ZodString;
|
|
2033
|
+
flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2034
|
+
}, zod.core.$strict>;
|
|
1769
2035
|
export declare const flowRunsGetStepExecutionsPathIdRegExp: RegExp;
|
|
1770
2036
|
export declare const flowRunsGetStepExecutionsParams: zod.ZodObject<{
|
|
1771
2037
|
id: zod.ZodString;
|
|
@@ -1896,6 +2162,84 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
|
|
|
1896
2162
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1897
2163
|
}, zod.core.$strict>>>>;
|
|
1898
2164
|
}, zod.core.$strict>;
|
|
2165
|
+
/**
|
|
2166
|
+
* @summary Retrieves a list of model deployment providers.
|
|
2167
|
+
*/
|
|
2168
|
+
export declare const modelProvidersGetProvidersQueryTakeDefault = 50;
|
|
2169
|
+
export declare const modelProvidersGetProvidersQuerySkipDefault = 0;
|
|
2170
|
+
export declare const modelProvidersGetProvidersQueryParams: zod.ZodObject<{
|
|
2171
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2172
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
2173
|
+
}, zod.core.$strict>;
|
|
2174
|
+
/**
|
|
2175
|
+
* @summary Creates a new model deployment provider.
|
|
2176
|
+
*/
|
|
2177
|
+
export declare const modelProvidersCreateProviderBodyIdRegExp: RegExp;
|
|
2178
|
+
export declare const modelProvidersCreateProviderBody: zod.ZodObject<{
|
|
2179
|
+
apiKey: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2180
|
+
apiVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2181
|
+
baseUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2182
|
+
googleCredentials: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
|
|
2183
|
+
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2184
|
+
location: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2185
|
+
name: zod.ZodString;
|
|
2186
|
+
type: zod.ZodEnum<{
|
|
2187
|
+
OpenAi: "OpenAi";
|
|
2188
|
+
AzureOpenAi: "AzureOpenAi";
|
|
2189
|
+
HuggingFace: "HuggingFace";
|
|
2190
|
+
Cohere: "Cohere";
|
|
2191
|
+
Anthropic: "Anthropic";
|
|
2192
|
+
Gemini: "Gemini";
|
|
2193
|
+
VertexAi: "VertexAi";
|
|
2194
|
+
AzureFoundry: "AzureFoundry";
|
|
2195
|
+
}>;
|
|
2196
|
+
}, zod.core.$strict>;
|
|
2197
|
+
/**
|
|
2198
|
+
* @summary Retrieves the deployable models for a model provider
|
|
2199
|
+
*/
|
|
2200
|
+
export declare const modelProvidersGetModelProviderTypeDeployableModelsParams: zod.ZodObject<{
|
|
2201
|
+
providerType: zod.ZodEnum<{
|
|
2202
|
+
OpenAi: "OpenAi";
|
|
2203
|
+
AzureOpenAi: "AzureOpenAi";
|
|
2204
|
+
HuggingFace: "HuggingFace";
|
|
2205
|
+
Cohere: "Cohere";
|
|
2206
|
+
Anthropic: "Anthropic";
|
|
2207
|
+
Gemini: "Gemini";
|
|
2208
|
+
VertexAi: "VertexAi";
|
|
2209
|
+
AzureFoundry: "AzureFoundry";
|
|
2210
|
+
}>;
|
|
2211
|
+
}, zod.core.$strict>;
|
|
2212
|
+
export declare const modelProvidersGetProviderPathIdRegExp: RegExp;
|
|
2213
|
+
export declare const modelProvidersGetProviderParams: zod.ZodObject<{
|
|
2214
|
+
id: zod.ZodString;
|
|
2215
|
+
}, zod.core.$strict>;
|
|
2216
|
+
/**
|
|
2217
|
+
* @summary Updates or inserts a model deployment provider.
|
|
2218
|
+
*/
|
|
2219
|
+
export declare const modelProvidersUpsertProviderPathIdRegExp: RegExp;
|
|
2220
|
+
export declare const modelProvidersUpsertProviderParams: zod.ZodObject<{
|
|
2221
|
+
id: zod.ZodString;
|
|
2222
|
+
}, zod.core.$strict>;
|
|
2223
|
+
export declare const modelProvidersUpsertProviderBodyIdRegExp: RegExp;
|
|
2224
|
+
export declare const modelProvidersUpsertProviderBody: zod.ZodObject<{
|
|
2225
|
+
apiKey: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2226
|
+
apiVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2227
|
+
baseUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2228
|
+
googleCredentials: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
|
|
2229
|
+
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2230
|
+
location: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2231
|
+
name: zod.ZodString;
|
|
2232
|
+
type: zod.ZodEnum<{
|
|
2233
|
+
OpenAi: "OpenAi";
|
|
2234
|
+
AzureOpenAi: "AzureOpenAi";
|
|
2235
|
+
HuggingFace: "HuggingFace";
|
|
2236
|
+
Cohere: "Cohere";
|
|
2237
|
+
Anthropic: "Anthropic";
|
|
2238
|
+
Gemini: "Gemini";
|
|
2239
|
+
VertexAi: "VertexAi";
|
|
2240
|
+
AzureFoundry: "AzureFoundry";
|
|
2241
|
+
}>;
|
|
2242
|
+
}, zod.core.$strict>;
|
|
1899
2243
|
/**
|
|
1900
2244
|
* @summary Retrieves a list of models.
|
|
1901
2245
|
*/
|
|
@@ -1931,16 +2275,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
|
|
|
1931
2275
|
VertexAi: "VertexAi";
|
|
1932
2276
|
AzureFoundry: "AzureFoundry";
|
|
1933
2277
|
}>>;
|
|
1934
|
-
|
|
1935
|
-
properties: zod.ZodArray<zod.ZodObject<{
|
|
1936
|
-
name: zod.ZodString;
|
|
1937
|
-
type: zod.ZodEnum<{
|
|
1938
|
-
Boolean: "Boolean";
|
|
1939
|
-
Number: "Number";
|
|
1940
|
-
String: "String";
|
|
1941
|
-
}>;
|
|
1942
|
-
}, zod.core.$strip>>;
|
|
1943
|
-
publisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2278
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
1944
2279
|
OpenAi: "OpenAi";
|
|
1945
2280
|
HuggingFace: "HuggingFace";
|
|
1946
2281
|
Cohere: "Cohere";
|
|
@@ -1955,6 +2290,15 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
|
|
|
1955
2290
|
Qwen: "Qwen";
|
|
1956
2291
|
Other: "Other";
|
|
1957
2292
|
}>>;
|
|
2293
|
+
name: zod.ZodString;
|
|
2294
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
2295
|
+
name: zod.ZodString;
|
|
2296
|
+
type: zod.ZodEnum<{
|
|
2297
|
+
Boolean: "Boolean";
|
|
2298
|
+
Number: "Number";
|
|
2299
|
+
String: "String";
|
|
2300
|
+
}>;
|
|
2301
|
+
}, zod.core.$strip>>;
|
|
1958
2302
|
virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1959
2303
|
}, zod.core.$strip>>;
|
|
1960
2304
|
total: zod.ZodNumber;
|
|
@@ -2009,6 +2353,13 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
|
|
|
2009
2353
|
Other: "Other";
|
|
2010
2354
|
}>>;
|
|
2011
2355
|
}, zod.core.$strict>;
|
|
2356
|
+
export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
|
|
2357
|
+
serverType: zod.ZodOptional<zod.ZodEnum<{
|
|
2358
|
+
TextGenerationInference: "TextGenerationInference";
|
|
2359
|
+
VLlm: "VLlm";
|
|
2360
|
+
}>>;
|
|
2361
|
+
}, zod.core.$strict>;
|
|
2362
|
+
export declare const modelsGetDefaultDockerFileResponse: zod.ZodString;
|
|
2012
2363
|
/**
|
|
2013
2364
|
* @summary Deletes a model with the specified ID.
|
|
2014
2365
|
*/
|
|
@@ -2084,16 +2435,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
|
|
|
2084
2435
|
VertexAi: "VertexAi";
|
|
2085
2436
|
AzureFoundry: "AzureFoundry";
|
|
2086
2437
|
}>>;
|
|
2087
|
-
|
|
2088
|
-
properties: zod.ZodArray<zod.ZodObject<{
|
|
2089
|
-
name: zod.ZodString;
|
|
2090
|
-
type: zod.ZodEnum<{
|
|
2091
|
-
Boolean: "Boolean";
|
|
2092
|
-
Number: "Number";
|
|
2093
|
-
String: "String";
|
|
2094
|
-
}>;
|
|
2095
|
-
}, zod.core.$strip>>;
|
|
2096
|
-
publisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2438
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2097
2439
|
OpenAi: "OpenAi";
|
|
2098
2440
|
HuggingFace: "HuggingFace";
|
|
2099
2441
|
Cohere: "Cohere";
|
|
@@ -2108,6 +2450,15 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
|
|
|
2108
2450
|
Qwen: "Qwen";
|
|
2109
2451
|
Other: "Other";
|
|
2110
2452
|
}>>;
|
|
2453
|
+
name: zod.ZodString;
|
|
2454
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
2455
|
+
name: zod.ZodString;
|
|
2456
|
+
type: zod.ZodEnum<{
|
|
2457
|
+
Boolean: "Boolean";
|
|
2458
|
+
Number: "Number";
|
|
2459
|
+
String: "String";
|
|
2460
|
+
}>;
|
|
2461
|
+
}, zod.core.$strip>>;
|
|
2111
2462
|
}, zod.core.$strip>;
|
|
2112
2463
|
/**
|
|
2113
2464
|
* @summary Updates or inserts a model with the specified ID.
|
|
@@ -2221,6 +2572,18 @@ export declare const notificationGetResponse: zod.ZodObject<{
|
|
|
2221
2572
|
export declare const notificationPutUpdateBodyRegExpOne: RegExp;
|
|
2222
2573
|
export declare const notificationPutUpdateBodyItem: zod.ZodString;
|
|
2223
2574
|
export declare const notificationPutUpdateBody: zod.ZodArray<zod.ZodString>;
|
|
2575
|
+
/**
|
|
2576
|
+
* @summary Update the upgrade component of the smartspace plan
|
|
2577
|
+
*/
|
|
2578
|
+
export declare const planUpdateSmartSpaceUpgradeBody: zod.ZodObject<{
|
|
2579
|
+
workSpaceQuota: zod.ZodNumber;
|
|
2580
|
+
}, zod.core.$strict>;
|
|
2581
|
+
/**
|
|
2582
|
+
* @summary Calculate the cost of an upgrade change
|
|
2583
|
+
*/
|
|
2584
|
+
export declare const planCalculateSmartSpaceUpgradeCostBody: zod.ZodObject<{
|
|
2585
|
+
workSpaceQuota: zod.ZodNumber;
|
|
2586
|
+
}, zod.core.$strict>;
|
|
2224
2587
|
/**
|
|
2225
2588
|
* @summary Gets the number of requests by a specified duration
|
|
2226
2589
|
*/
|
|
@@ -2318,6 +2681,32 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
|
|
|
2318
2681
|
}, zod.core.$strip>>;
|
|
2319
2682
|
total: zod.ZodNumber;
|
|
2320
2683
|
}, zod.core.$strip>;
|
|
2684
|
+
export declare const usersGetUsersByFilterParams: zod.ZodObject<{
|
|
2685
|
+
permissions: zod.ZodEnum<{
|
|
2686
|
+
None: "None";
|
|
2687
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
2688
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
2689
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
2690
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
2691
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
2692
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
2693
|
+
ConnectorCreate: "ConnectorCreate";
|
|
2694
|
+
ConnectorEdit: "ConnectorEdit";
|
|
2695
|
+
ConnectorDelete: "ConnectorDelete";
|
|
2696
|
+
}>;
|
|
2697
|
+
}, zod.core.$strict>;
|
|
2698
|
+
export declare const usersGetMyPermissionsResponse: zod.ZodEnum<{
|
|
2699
|
+
None: "None";
|
|
2700
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
2701
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
2702
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
2703
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
2704
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
2705
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
2706
|
+
ConnectorCreate: "ConnectorCreate";
|
|
2707
|
+
ConnectorEdit: "ConnectorEdit";
|
|
2708
|
+
ConnectorDelete: "ConnectorDelete";
|
|
2709
|
+
}>;
|
|
2321
2710
|
/**
|
|
2322
2711
|
* @summary Disable user (Remove all assigned WorkSpaces by UserId)
|
|
2323
2712
|
*/
|
|
@@ -2429,6 +2818,45 @@ export declare const usersGetAccessWorkSpacesResponse: zod.ZodArray<zod.ZodObjec
|
|
|
2429
2818
|
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2430
2819
|
workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2431
2820
|
}, zod.core.$strip>>;
|
|
2821
|
+
export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
|
|
2822
|
+
export declare const usersAdminPermissionParams: zod.ZodObject<{
|
|
2823
|
+
userId: zod.ZodString;
|
|
2824
|
+
}, zod.core.$strict>;
|
|
2825
|
+
export declare const usersAdminPermissionQueryParams: zod.ZodObject<{
|
|
2826
|
+
isAdmin: zod.ZodOptional<zod.ZodBoolean>;
|
|
2827
|
+
}, zod.core.$strict>;
|
|
2828
|
+
export declare const usersAddUserPermissionPathUserIdRegExp: RegExp;
|
|
2829
|
+
export declare const usersAddUserPermissionParams: zod.ZodObject<{
|
|
2830
|
+
userId: zod.ZodString;
|
|
2831
|
+
}, zod.core.$strict>;
|
|
2832
|
+
export declare const usersAddUserPermissionBody: zod.ZodEnum<{
|
|
2833
|
+
None: "None";
|
|
2834
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
2835
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
2836
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
2837
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
2838
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
2839
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
2840
|
+
ConnectorCreate: "ConnectorCreate";
|
|
2841
|
+
ConnectorEdit: "ConnectorEdit";
|
|
2842
|
+
ConnectorDelete: "ConnectorDelete";
|
|
2843
|
+
}>;
|
|
2844
|
+
export declare const usersRemoveUserPermissionPathUserIdRegExp: RegExp;
|
|
2845
|
+
export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
|
|
2846
|
+
userId: zod.ZodString;
|
|
2847
|
+
permission: zod.ZodEnum<{
|
|
2848
|
+
None: "None";
|
|
2849
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
2850
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
2851
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
2852
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
2853
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
2854
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
2855
|
+
ConnectorCreate: "ConnectorCreate";
|
|
2856
|
+
ConnectorEdit: "ConnectorEdit";
|
|
2857
|
+
ConnectorDelete: "ConnectorDelete";
|
|
2858
|
+
}>;
|
|
2859
|
+
}, zod.core.$strict>;
|
|
2432
2860
|
/**
|
|
2433
2861
|
* @summary Returns a list of available Azure locations for deploying virtual machines
|
|
2434
2862
|
*/
|
|
@@ -2486,7 +2914,7 @@ export declare const workSpaceTemplatesGetResponse: zod.ZodObject<{
|
|
|
2486
2914
|
total: zod.ZodNumber;
|
|
2487
2915
|
}, zod.core.$strip>;
|
|
2488
2916
|
/**
|
|
2489
|
-
* @summary
|
|
2917
|
+
* @summary Retrieves a collection of workspaces.
|
|
2490
2918
|
*/
|
|
2491
2919
|
export declare const workSpacesGetGetQueryTakeDefaultOne = 20;
|
|
2492
2920
|
export declare const workSpacesGetGetQuerySkipDefaultOne = 0;
|
|
@@ -2625,7 +3053,6 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
|
2625
3053
|
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2626
3054
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2627
3055
|
}, zod.core.$strip>>;
|
|
2628
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2629
3056
|
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
2630
3057
|
frequencyPenalty: zod.ZodNumber;
|
|
2631
3058
|
model: zod.ZodObject<{
|
|
@@ -2682,19 +3109,10 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
|
2682
3109
|
Cohere: "Cohere";
|
|
2683
3110
|
Anthropic: "Anthropic";
|
|
2684
3111
|
Gemini: "Gemini";
|
|
2685
|
-
VertexAi: "VertexAi";
|
|
2686
|
-
AzureFoundry: "AzureFoundry";
|
|
2687
|
-
}>>;
|
|
2688
|
-
|
|
2689
|
-
properties: zod.ZodArray<zod.ZodObject<{
|
|
2690
|
-
name: zod.ZodString;
|
|
2691
|
-
type: zod.ZodEnum<{
|
|
2692
|
-
Boolean: "Boolean";
|
|
2693
|
-
Number: "Number";
|
|
2694
|
-
String: "String";
|
|
2695
|
-
}>;
|
|
2696
|
-
}, zod.core.$strip>>;
|
|
2697
|
-
publisher: zod.ZodOptional<zod.ZodEnum<{
|
|
3112
|
+
VertexAi: "VertexAi";
|
|
3113
|
+
AzureFoundry: "AzureFoundry";
|
|
3114
|
+
}>>;
|
|
3115
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2698
3116
|
OpenAi: "OpenAi";
|
|
2699
3117
|
HuggingFace: "HuggingFace";
|
|
2700
3118
|
Cohere: "Cohere";
|
|
@@ -2709,278 +3127,60 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
|
2709
3127
|
Qwen: "Qwen";
|
|
2710
3128
|
Other: "Other";
|
|
2711
3129
|
}>>;
|
|
2712
|
-
}, zod.core.$strip>;
|
|
2713
|
-
prePrompt: zod.ZodString;
|
|
2714
|
-
presencePenalty: zod.ZodNumber;
|
|
2715
|
-
role: zod.ZodEnum<{
|
|
2716
|
-
Document: "Document";
|
|
2717
|
-
Agent: "Agent";
|
|
2718
|
-
Analyzer: "Analyzer";
|
|
2719
|
-
}>;
|
|
2720
|
-
temperature: zod.ZodNumber;
|
|
2721
|
-
topP: zod.ZodNumber;
|
|
2722
|
-
}, zod.core.$strip>>;
|
|
2723
|
-
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2724
|
-
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2725
|
-
name: zod.ZodString;
|
|
2726
|
-
outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2727
|
-
sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2728
|
-
showSources: zod.ZodBoolean;
|
|
2729
|
-
summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2730
|
-
supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2731
|
-
tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
2732
|
-
variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2733
|
-
access: zod.ZodEnum<{
|
|
2734
|
-
None: "None";
|
|
2735
|
-
Read: "Read";
|
|
2736
|
-
Write: "Write";
|
|
2737
|
-
}>;
|
|
2738
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2739
|
-
}, zod.core.$strip>>;
|
|
2740
|
-
}, zod.core.$strip>>;
|
|
2741
|
-
total: zod.ZodNumber;
|
|
2742
|
-
}, zod.core.$strip>;
|
|
2743
|
-
/**
|
|
2744
|
-
* @summary Create a new workspace in SmartSpace, specifying details such as name and associated data spaces.
|
|
2745
|
-
*/
|
|
2746
|
-
export declare const workSpacesPostBodyDataSpacesItemRegExp: RegExp;
|
|
2747
|
-
export declare const workSpacesPostBodyIdRegExp: RegExp;
|
|
2748
|
-
export declare const workSpacesPostBodyModelConfigurationsItemModelIdRegExp: RegExp;
|
|
2749
|
-
export declare const workSpacesPostBodyTemplateVersionIdRegExp: RegExp;
|
|
2750
|
-
export declare const workSpacesPostBody: zod.ZodObject<{
|
|
2751
|
-
dataSpaces: zod.ZodArray<zod.ZodString>;
|
|
2752
|
-
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2753
|
-
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
2754
|
-
frequencyPenalty: zod.ZodNumber;
|
|
2755
|
-
modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2756
|
-
modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2757
|
-
prePrompt: zod.ZodString;
|
|
2758
|
-
presencePenalty: zod.ZodNumber;
|
|
2759
|
-
role: zod.ZodEnum<{
|
|
2760
|
-
Document: "Document";
|
|
2761
|
-
Agent: "Agent";
|
|
2762
|
-
Analyzer: "Analyzer";
|
|
2763
|
-
}>;
|
|
2764
|
-
temperature: zod.ZodNumber;
|
|
2765
|
-
topP: zod.ZodNumber;
|
|
2766
|
-
}, zod.core.$strict>>;
|
|
2767
|
-
name: zod.ZodString;
|
|
2768
|
-
templateVersionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2769
|
-
}, zod.core.$strict>;
|
|
2770
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemDataSpaceIdRegExp: RegExp;
|
|
2771
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
|
|
2772
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowIdRegExp: RegExp;
|
|
2773
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
|
|
2774
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
|
|
2775
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExp: RegExp;
|
|
2776
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExp: RegExp;
|
|
2777
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemIdRegExp: RegExp;
|
|
2778
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemVersionRegExp: RegExp;
|
|
2779
|
-
export declare const workSpacesPostResponseDataSpacesItemIdRegExp: RegExp;
|
|
2780
|
-
export declare const workSpacesPostResponseDataSpacesItemParentWorkspaceIdRegExp: RegExp;
|
|
2781
|
-
export declare const workSpacesPostResponseDataSpacesItemWorkspacesInfoItemIdRegExp: RegExp;
|
|
2782
|
-
export declare const workSpacesPostResponseIdRegExp: RegExp;
|
|
2783
|
-
export declare const workSpacesPostResponseModelConfigurationsItemModelDeploymentIdRegExp: RegExp;
|
|
2784
|
-
export declare const workSpacesPostResponseModelConfigurationsItemModelDeploymentProviderIdRegExp: RegExp;
|
|
2785
|
-
export declare const workSpacesPostResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExp: RegExp;
|
|
2786
|
-
export declare const workSpacesPostResponseModelConfigurationsItemModelIdRegExp: RegExp;
|
|
2787
|
-
export declare const workSpacesPostResponseSandBoxThreadIdRegExp: RegExp;
|
|
2788
|
-
export declare const workSpacesPostResponse: zod.ZodObject<{
|
|
2789
|
-
createdAt: zod.ZodISODateTime;
|
|
2790
|
-
createdByUserId: zod.ZodString;
|
|
2791
|
-
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
2792
|
-
createdAt: zod.ZodISODateTime;
|
|
2793
|
-
createdByUserId: zod.ZodString;
|
|
2794
|
-
dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2795
|
-
createdAt: zod.ZodISODateTime;
|
|
2796
|
-
createdByUserId: zod.ZodString;
|
|
2797
|
-
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2798
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2799
|
-
flow: zod.ZodOptional<zod.ZodObject<{
|
|
2800
|
-
activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
|
|
2801
|
-
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2802
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2803
|
-
target: zod.ZodObject<{
|
|
2804
|
-
pin: zod.ZodString;
|
|
2805
|
-
port: zod.ZodString;
|
|
2806
|
-
}, zod.core.$strip>;
|
|
2807
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
2808
|
-
}, zod.core.$strip>>>>;
|
|
2809
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2810
|
-
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2811
|
-
pin: zod.ZodString;
|
|
2812
|
-
port: zod.ZodString;
|
|
2813
|
-
}, zod.core.$strip>>>>;
|
|
2814
|
-
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2815
|
-
pin: zod.ZodString;
|
|
2816
|
-
port: zod.ZodString;
|
|
2817
|
-
}, zod.core.$strip>>>>;
|
|
2818
|
-
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
2819
|
-
name: zod.ZodString;
|
|
2820
|
-
version: zod.ZodString;
|
|
2821
|
-
}, zod.core.$strip>>>>;
|
|
2822
|
-
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2823
|
-
source: zod.ZodObject<{
|
|
2824
|
-
node: zod.ZodString;
|
|
2825
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2826
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2827
|
-
}, zod.core.$strip>;
|
|
2828
|
-
target: zod.ZodObject<{
|
|
2829
|
-
node: zod.ZodString;
|
|
2830
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2831
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2832
|
-
}, zod.core.$strip>;
|
|
2833
|
-
}, zod.core.$strip>>>>;
|
|
2834
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2835
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
2836
|
-
}, zod.core.$strip>>>>;
|
|
2837
|
-
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2838
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2839
|
-
}, zod.core.$strip>>>>;
|
|
2840
|
-
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
2841
|
-
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2842
|
-
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2843
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2844
|
-
}, zod.core.$strip>>>>;
|
|
2845
|
-
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2846
|
-
access: zod.ZodEnum<{
|
|
2847
|
-
None: "None";
|
|
2848
|
-
Read: "Read";
|
|
2849
|
-
Write: "Write";
|
|
2850
|
-
}>;
|
|
2851
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2852
|
-
}, zod.core.$strip>>>>;
|
|
2853
|
-
}, zod.core.$strip>>;
|
|
2854
|
-
activeFlowDefinitionId: zod.ZodString;
|
|
2855
|
-
id: zod.ZodString;
|
|
2856
|
-
triggers: zod.ZodArray<zod.ZodObject<{
|
|
2857
|
-
dataSourceContainer: zod.ZodObject<{
|
|
2858
|
-
dataSourceId: zod.ZodString;
|
|
2859
|
-
id: zod.ZodString;
|
|
2860
|
-
name: zod.ZodString;
|
|
2861
|
-
path: zod.ZodString;
|
|
2862
|
-
}, zod.core.$strip>;
|
|
2863
|
-
flowId: zod.ZodString;
|
|
2864
|
-
id: zod.ZodString;
|
|
2865
|
-
inputName: zod.ZodString;
|
|
2866
|
-
type: zod.ZodEnum<{
|
|
2867
|
-
Periodic: "Periodic";
|
|
2868
|
-
Container: "Container";
|
|
2869
|
-
}>;
|
|
2870
|
-
}, zod.core.$strip>>;
|
|
2871
|
-
}, zod.core.$strip>>;
|
|
2872
|
-
id: zod.ZodString;
|
|
2873
|
-
modifiedAt: zod.ZodISODateTime;
|
|
2874
|
-
modifiedByUserId: zod.ZodString;
|
|
2875
|
-
name: zod.ZodString;
|
|
2876
|
-
properties: zod.ZodArray<zod.ZodObject<{
|
|
2877
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2878
|
-
isVector: zod.ZodBoolean;
|
|
2879
3130
|
name: zod.ZodString;
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
name: zod.ZodString;
|
|
2887
|
-
parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2888
|
-
workspacesInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2889
|
-
id: zod.ZodString;
|
|
2890
|
-
name: zod.ZodString;
|
|
2891
|
-
}, zod.core.$strip>>>>;
|
|
2892
|
-
}, zod.core.$strip>>;
|
|
2893
|
-
favorited: zod.ZodBoolean;
|
|
2894
|
-
firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2895
|
-
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2896
|
-
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2897
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2898
|
-
}, zod.core.$strip>>;
|
|
2899
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2900
|
-
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
2901
|
-
frequencyPenalty: zod.ZodNumber;
|
|
2902
|
-
model: zod.ZodObject<{
|
|
2903
|
-
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2904
|
-
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2905
|
-
deployment: zod.ZodOptional<zod.ZodObject<{
|
|
2906
|
-
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2907
|
-
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2908
|
-
detailedMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2909
|
-
dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2910
|
-
id: zod.ZodString;
|
|
2911
|
-
modelName: zod.ZodString;
|
|
2912
|
-
providerDeploymentId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2913
|
-
providerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2914
|
-
region: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2915
|
-
status: zod.ZodEnum<{
|
|
2916
|
-
Deploying: "Deploying";
|
|
2917
|
-
Ready: "Ready";
|
|
2918
|
-
Failed: "Failed";
|
|
2919
|
-
Deleting: "Deleting";
|
|
2920
|
-
Deleted: "Deleted";
|
|
2921
|
-
}>;
|
|
2922
|
-
statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2923
|
-
statusUpdatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2924
|
-
steps: zod.ZodArray<zod.ZodObject<{
|
|
2925
|
-
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2926
|
-
id: zod.ZodString;
|
|
2927
|
-
index: zod.ZodNumber;
|
|
2928
|
-
message: zod.ZodString;
|
|
2929
|
-
name: zod.ZodEnum<{
|
|
2930
|
-
DeployVNet: "DeployVNet";
|
|
2931
|
-
DeployVM: "DeployVM";
|
|
2932
|
-
InstallDependencies: "InstallDependencies";
|
|
2933
|
-
DownloadModel: "DownloadModel";
|
|
2934
|
-
TestModel: "TestModel";
|
|
3131
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
3132
|
+
name: zod.ZodString;
|
|
3133
|
+
type: zod.ZodEnum<{
|
|
3134
|
+
Boolean: "Boolean";
|
|
3135
|
+
Number: "Number";
|
|
3136
|
+
String: "String";
|
|
2935
3137
|
}>;
|
|
2936
|
-
progress: zod.ZodNumber;
|
|
2937
|
-
startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2938
3138
|
}, zod.core.$strip>>;
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
}
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
3139
|
+
}, zod.core.$strip>;
|
|
3140
|
+
prePrompt: zod.ZodString;
|
|
3141
|
+
presencePenalty: zod.ZodNumber;
|
|
3142
|
+
role: zod.ZodEnum<{
|
|
3143
|
+
Document: "Document";
|
|
3144
|
+
Agent: "Agent";
|
|
3145
|
+
Analyzer: "Analyzer";
|
|
3146
|
+
}>;
|
|
3147
|
+
temperature: zod.ZodNumber;
|
|
3148
|
+
topP: zod.ZodNumber;
|
|
3149
|
+
}, zod.core.$strip>>;
|
|
3150
|
+
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3151
|
+
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3152
|
+
name: zod.ZodString;
|
|
3153
|
+
outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3154
|
+
sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3155
|
+
showSources: zod.ZodBoolean;
|
|
3156
|
+
summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3157
|
+
supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
3158
|
+
tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3159
|
+
variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3160
|
+
access: zod.ZodEnum<{
|
|
3161
|
+
None: "None";
|
|
3162
|
+
Read: "Read";
|
|
3163
|
+
Write: "Write";
|
|
3164
|
+
}>;
|
|
3165
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3166
|
+
}, zod.core.$strip>>;
|
|
3167
|
+
}, zod.core.$strip>>;
|
|
3168
|
+
total: zod.ZodNumber;
|
|
3169
|
+
}, zod.core.$strip>;
|
|
3170
|
+
/**
|
|
3171
|
+
* @summary Creates a new workspace.
|
|
3172
|
+
*/
|
|
3173
|
+
export declare const workSpacesPostBodyDataSpacesItemRegExp: RegExp;
|
|
3174
|
+
export declare const workSpacesPostBodyIdRegExp: RegExp;
|
|
3175
|
+
export declare const workSpacesPostBodyModelConfigurationsItemModelIdRegExp: RegExp;
|
|
3176
|
+
export declare const workSpacesPostBodyTemplateVersionIdRegExp: RegExp;
|
|
3177
|
+
export declare const workSpacesPostBody: zod.ZodObject<{
|
|
3178
|
+
dataSpaces: zod.ZodArray<zod.ZodString>;
|
|
3179
|
+
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3180
|
+
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
3181
|
+
frequencyPenalty: zod.ZodNumber;
|
|
3182
|
+
modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3183
|
+
modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2984
3184
|
prePrompt: zod.ZodString;
|
|
2985
3185
|
presencePenalty: zod.ZodNumber;
|
|
2986
3186
|
role: zod.ZodEnum<{
|
|
@@ -2990,34 +3190,19 @@ export declare const workSpacesPostResponse: zod.ZodObject<{
|
|
|
2990
3190
|
}>;
|
|
2991
3191
|
temperature: zod.ZodNumber;
|
|
2992
3192
|
topP: zod.ZodNumber;
|
|
2993
|
-
}, zod.core.$
|
|
2994
|
-
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2995
|
-
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3193
|
+
}, zod.core.$strict>>;
|
|
2996
3194
|
name: zod.ZodString;
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
showSources: zod.ZodBoolean;
|
|
3000
|
-
summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3001
|
-
supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
3002
|
-
tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3003
|
-
variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3004
|
-
access: zod.ZodEnum<{
|
|
3005
|
-
None: "None";
|
|
3006
|
-
Read: "Read";
|
|
3007
|
-
Write: "Write";
|
|
3008
|
-
}>;
|
|
3009
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3010
|
-
}, zod.core.$strip>>;
|
|
3011
|
-
}, zod.core.$strip>;
|
|
3195
|
+
templateVersionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3196
|
+
}, zod.core.$strict>;
|
|
3012
3197
|
/**
|
|
3013
|
-
* @summary
|
|
3198
|
+
* @summary Deletes a workspace by its ID.
|
|
3014
3199
|
*/
|
|
3015
3200
|
export declare const workSpacesDeletePathIdRegExp: RegExp;
|
|
3016
3201
|
export declare const workSpacesDeleteParams: zod.ZodObject<{
|
|
3017
3202
|
id: zod.ZodString;
|
|
3018
3203
|
}, zod.core.$strict>;
|
|
3019
3204
|
/**
|
|
3020
|
-
* @summary
|
|
3205
|
+
* @summary Retrieves a workspace by its ID.
|
|
3021
3206
|
*/
|
|
3022
3207
|
export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
|
|
3023
3208
|
export declare const workSpacesGetIdParams: zod.ZodObject<{
|
|
@@ -3152,7 +3337,6 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
|
3152
3337
|
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3153
3338
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3154
3339
|
}, zod.core.$strip>>;
|
|
3155
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
3156
3340
|
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
3157
3341
|
frequencyPenalty: zod.ZodNumber;
|
|
3158
3342
|
model: zod.ZodObject<{
|
|
@@ -3212,16 +3396,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
|
3212
3396
|
VertexAi: "VertexAi";
|
|
3213
3397
|
AzureFoundry: "AzureFoundry";
|
|
3214
3398
|
}>>;
|
|
3215
|
-
|
|
3216
|
-
properties: zod.ZodArray<zod.ZodObject<{
|
|
3217
|
-
name: zod.ZodString;
|
|
3218
|
-
type: zod.ZodEnum<{
|
|
3219
|
-
Boolean: "Boolean";
|
|
3220
|
-
Number: "Number";
|
|
3221
|
-
String: "String";
|
|
3222
|
-
}>;
|
|
3223
|
-
}, zod.core.$strip>>;
|
|
3224
|
-
publisher: zod.ZodOptional<zod.ZodEnum<{
|
|
3399
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
3225
3400
|
OpenAi: "OpenAi";
|
|
3226
3401
|
HuggingFace: "HuggingFace";
|
|
3227
3402
|
Cohere: "Cohere";
|
|
@@ -3236,6 +3411,15 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
|
3236
3411
|
Qwen: "Qwen";
|
|
3237
3412
|
Other: "Other";
|
|
3238
3413
|
}>>;
|
|
3414
|
+
name: zod.ZodString;
|
|
3415
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
3416
|
+
name: zod.ZodString;
|
|
3417
|
+
type: zod.ZodEnum<{
|
|
3418
|
+
Boolean: "Boolean";
|
|
3419
|
+
Number: "Number";
|
|
3420
|
+
String: "String";
|
|
3421
|
+
}>;
|
|
3422
|
+
}, zod.core.$strip>>;
|
|
3239
3423
|
}, zod.core.$strip>;
|
|
3240
3424
|
prePrompt: zod.ZodString;
|
|
3241
3425
|
presencePenalty: zod.ZodNumber;
|
|
@@ -3265,8 +3449,34 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
|
3265
3449
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3266
3450
|
}, zod.core.$strip>>;
|
|
3267
3451
|
}, zod.core.$strip>;
|
|
3452
|
+
export declare const workSpacesGetWorkspaceAdminsPathIdRegExp: RegExp;
|
|
3453
|
+
export declare const workSpacesGetWorkspaceAdminsParams: zod.ZodObject<{
|
|
3454
|
+
id: zod.ZodString;
|
|
3455
|
+
}, zod.core.$strict>;
|
|
3456
|
+
export declare const workSpacesGetWorkspaceAdminsResponseItem: zod.ZodObject<{
|
|
3457
|
+
id: zod.ZodString;
|
|
3458
|
+
isAdmin: zod.ZodBoolean;
|
|
3459
|
+
name: zod.ZodString;
|
|
3460
|
+
}, zod.core.$strip>;
|
|
3461
|
+
export declare const workSpacesGetWorkspaceAdminsResponse: zod.ZodArray<zod.ZodObject<{
|
|
3462
|
+
id: zod.ZodString;
|
|
3463
|
+
isAdmin: zod.ZodBoolean;
|
|
3464
|
+
name: zod.ZodString;
|
|
3465
|
+
}, zod.core.$strip>>;
|
|
3466
|
+
export declare const workSpacesDeleteAdminPathIdRegExp: RegExp;
|
|
3467
|
+
export declare const workSpacesDeleteAdminPathUserIdRegExp: RegExp;
|
|
3468
|
+
export declare const workSpacesDeleteAdminParams: zod.ZodObject<{
|
|
3469
|
+
id: zod.ZodString;
|
|
3470
|
+
userId: zod.ZodString;
|
|
3471
|
+
}, zod.core.$strict>;
|
|
3472
|
+
export declare const workSpacesAddWorkspaceAdminPathIdRegExp: RegExp;
|
|
3473
|
+
export declare const workSpacesAddWorkspaceAdminPathUserIdRegExp: RegExp;
|
|
3474
|
+
export declare const workSpacesAddWorkspaceAdminParams: zod.ZodObject<{
|
|
3475
|
+
id: zod.ZodString;
|
|
3476
|
+
userId: zod.ZodString;
|
|
3477
|
+
}, zod.core.$strict>;
|
|
3268
3478
|
/**
|
|
3269
|
-
* @summary
|
|
3479
|
+
* @summary Updates the basic information of a workspace.
|
|
3270
3480
|
*/
|
|
3271
3481
|
export declare const workSpacesPutPathIdRegExp: RegExp;
|
|
3272
3482
|
export declare const workSpacesPutParams: zod.ZodObject<{
|
|
@@ -3281,7 +3491,15 @@ export declare const workSpacesPutBody: zod.ZodObject<{
|
|
|
3281
3491
|
tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3282
3492
|
}, zod.core.$strict>;
|
|
3283
3493
|
/**
|
|
3284
|
-
* @summary
|
|
3494
|
+
* @summary Marks a workspace as favorited or not for the active user.
|
|
3495
|
+
*/
|
|
3496
|
+
export declare const workSpacesSetFavoritedPathIdRegExp: RegExp;
|
|
3497
|
+
export declare const workSpacesSetFavoritedParams: zod.ZodObject<{
|
|
3498
|
+
id: zod.ZodString;
|
|
3499
|
+
}, zod.core.$strict>;
|
|
3500
|
+
export declare const workSpacesSetFavoritedBody: zod.ZodBoolean;
|
|
3501
|
+
/**
|
|
3502
|
+
* @summary Retrieves message threads for a workspace.
|
|
3285
3503
|
*/
|
|
3286
3504
|
export declare const workSpacesGetThreadsPathIdRegExp: RegExp;
|
|
3287
3505
|
export declare const workSpacesGetThreadsParams: zod.ZodObject<{
|
|
@@ -3314,10 +3532,22 @@ export declare const workSpacesGetThreadsResponse: zod.ZodObject<{
|
|
|
3314
3532
|
total: zod.ZodNumber;
|
|
3315
3533
|
}, zod.core.$strip>;
|
|
3316
3534
|
/**
|
|
3317
|
-
* @summary
|
|
3535
|
+
* @summary Deletes the model configuration for a specific workspace and role.
|
|
3536
|
+
*/
|
|
3537
|
+
export declare const workSpacesDeleteModelConfigurationPathIdRegExp: RegExp;
|
|
3538
|
+
export declare const workSpacesDeleteModelConfigurationParams: zod.ZodObject<{
|
|
3539
|
+
id: zod.ZodString;
|
|
3540
|
+
role: zod.ZodEnum<{
|
|
3541
|
+
Document: "Document";
|
|
3542
|
+
Agent: "Agent";
|
|
3543
|
+
Analyzer: "Analyzer";
|
|
3544
|
+
}>;
|
|
3545
|
+
}, zod.core.$strict>;
|
|
3546
|
+
/**
|
|
3547
|
+
* @summary Updates the model configuration for a specific workspace and role.
|
|
3318
3548
|
*/
|
|
3319
|
-
export declare const
|
|
3320
|
-
export declare const
|
|
3549
|
+
export declare const workSpacesPutModelConfigurationPathIdRegExp: RegExp;
|
|
3550
|
+
export declare const workSpacesPutModelConfigurationParams: zod.ZodObject<{
|
|
3321
3551
|
id: zod.ZodString;
|
|
3322
3552
|
role: zod.ZodEnum<{
|
|
3323
3553
|
Document: "Document";
|
|
@@ -3325,8 +3555,8 @@ export declare const workSpacesPutModelConfigurationIdModelconfigurationRolePara
|
|
|
3325
3555
|
Analyzer: "Analyzer";
|
|
3326
3556
|
}>;
|
|
3327
3557
|
}, zod.core.$strict>;
|
|
3328
|
-
export declare const
|
|
3329
|
-
export declare const
|
|
3558
|
+
export declare const workSpacesPutModelConfigurationBodyModelIdRegExp: RegExp;
|
|
3559
|
+
export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
|
|
3330
3560
|
frequencyPenalty: zod.ZodNumber;
|
|
3331
3561
|
modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3332
3562
|
modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3341,7 +3571,7 @@ export declare const workSpacesPutModelConfigurationIdModelconfigurationRoleBody
|
|
|
3341
3571
|
topP: zod.ZodNumber;
|
|
3342
3572
|
}, zod.core.$strict>;
|
|
3343
3573
|
/**
|
|
3344
|
-
* @summary
|
|
3574
|
+
* @summary Removes a data space from a workspace.
|
|
3345
3575
|
*/
|
|
3346
3576
|
export declare const workSpacesRemoveDataSpacePathWorkspaceIdRegExp: RegExp;
|
|
3347
3577
|
export declare const workSpacesRemoveDataSpacePathDataspaceIdRegExp: RegExp;
|
|
@@ -3350,7 +3580,7 @@ export declare const workSpacesRemoveDataSpaceParams: zod.ZodObject<{
|
|
|
3350
3580
|
dataspaceId: zod.ZodString;
|
|
3351
3581
|
}, zod.core.$strict>;
|
|
3352
3582
|
/**
|
|
3353
|
-
* @summary
|
|
3583
|
+
* @summary Adds a data space to a workspace.
|
|
3354
3584
|
*/
|
|
3355
3585
|
export declare const workSpacesAddDataSpacePathWorkspaceIdRegExp: RegExp;
|
|
3356
3586
|
export declare const workSpacesAddDataSpacePathDataspaceIdRegExp: RegExp;
|
|
@@ -3359,19 +3589,64 @@ export declare const workSpacesAddDataSpaceParams: zod.ZodObject<{
|
|
|
3359
3589
|
dataspaceId: zod.ZodString;
|
|
3360
3590
|
}, zod.core.$strict>;
|
|
3361
3591
|
/**
|
|
3362
|
-
* @summary
|
|
3592
|
+
* @summary Gets a list of all the files that are uploaded directly to the workspace.
|
|
3593
|
+
*/
|
|
3594
|
+
export declare const workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
|
|
3595
|
+
export declare const workSpacesGetWorkspaceFilesParams: zod.ZodObject<{
|
|
3596
|
+
workspaceId: zod.ZodString;
|
|
3597
|
+
}, zod.core.$strict>;
|
|
3598
|
+
export declare const workSpacesGetWorkspaceFilesQueryTakeDefault = 20;
|
|
3599
|
+
export declare const workSpacesGetWorkspaceFilesQuerySkipDefault = 0;
|
|
3600
|
+
export declare const workSpacesGetWorkspaceFilesQueryParams: zod.ZodObject<{
|
|
3601
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3602
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3603
|
+
}, zod.core.$strict>;
|
|
3604
|
+
export declare const workSpacesGetWorkspaceFilesResponseDataItemFileIdRegExp: RegExp;
|
|
3605
|
+
export declare const workSpacesGetWorkspaceFilesResponseDataItemFileThreadIdRegExp: RegExp;
|
|
3606
|
+
export declare const workSpacesGetWorkspaceFilesResponseDataItemFileWorkspaceIdRegExp: RegExp;
|
|
3607
|
+
export declare const workSpacesGetWorkspaceFilesResponse: zod.ZodObject<{
|
|
3608
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
3609
|
+
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3610
|
+
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3611
|
+
createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3612
|
+
dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3613
|
+
file: zod.ZodOptional<zod.ZodObject<{
|
|
3614
|
+
createdAt: zod.ZodISODateTime;
|
|
3615
|
+
createdByUserId: zod.ZodString;
|
|
3616
|
+
id: zod.ZodString;
|
|
3617
|
+
modifiedAt: zod.ZodISODateTime;
|
|
3618
|
+
modifiedByUserId: zod.ZodString;
|
|
3619
|
+
name: zod.ZodString;
|
|
3620
|
+
size: zod.ZodNumber;
|
|
3621
|
+
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3622
|
+
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3623
|
+
}, zod.core.$strip>>;
|
|
3624
|
+
flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3625
|
+
id: zod.ZodString;
|
|
3626
|
+
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3627
|
+
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3628
|
+
status: zod.ZodEnum<{
|
|
3629
|
+
Uploaded: "Uploaded";
|
|
3630
|
+
Ingested: "Ingested";
|
|
3631
|
+
Ingesting: "Ingesting";
|
|
3632
|
+
}>;
|
|
3633
|
+
}, zod.core.$strip>>;
|
|
3634
|
+
total: zod.ZodNumber;
|
|
3635
|
+
}, zod.core.$strip>;
|
|
3636
|
+
/**
|
|
3637
|
+
* @summary Uploads a list of files directly to the workspace.
|
|
3363
3638
|
*/
|
|
3364
|
-
export declare const
|
|
3365
|
-
export declare const
|
|
3639
|
+
export declare const workSpacesWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
|
|
3640
|
+
export declare const workSpacesWorkspaceFilesParams: zod.ZodObject<{
|
|
3366
3641
|
workspaceId: zod.ZodString;
|
|
3367
3642
|
}, zod.core.$strict>;
|
|
3368
|
-
export declare const
|
|
3643
|
+
export declare const workSpacesWorkspaceFilesBody: zod.ZodObject<{
|
|
3369
3644
|
files: zod.ZodOptional<zod.ZodArray<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>>;
|
|
3370
3645
|
}, zod.core.$strict>;
|
|
3371
|
-
export declare const
|
|
3372
|
-
export declare const
|
|
3373
|
-
export declare const
|
|
3374
|
-
export declare const
|
|
3646
|
+
export declare const workSpacesWorkspaceFilesResponseFileIdRegExp: RegExp;
|
|
3647
|
+
export declare const workSpacesWorkspaceFilesResponseFileThreadIdRegExp: RegExp;
|
|
3648
|
+
export declare const workSpacesWorkspaceFilesResponseFileWorkspaceIdRegExp: RegExp;
|
|
3649
|
+
export declare const workSpacesWorkspaceFilesResponseItem: zod.ZodObject<{
|
|
3375
3650
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3376
3651
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3377
3652
|
createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3397,7 +3672,7 @@ export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponseItem: zod.Z
|
|
|
3397
3672
|
Ingesting: "Ingesting";
|
|
3398
3673
|
}>;
|
|
3399
3674
|
}, zod.core.$strip>;
|
|
3400
|
-
export declare const
|
|
3675
|
+
export declare const workSpacesWorkspaceFilesResponse: zod.ZodArray<zod.ZodObject<{
|
|
3401
3676
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3402
3677
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3403
3678
|
createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3424,7 +3699,7 @@ export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponse: zod.ZodAr
|
|
|
3424
3699
|
}>;
|
|
3425
3700
|
}, zod.core.$strip>>;
|
|
3426
3701
|
/**
|
|
3427
|
-
* @summary Removes a file
|
|
3702
|
+
* @summary Removes a file from the workspace and the ingested content.
|
|
3428
3703
|
*/
|
|
3429
3704
|
export declare const workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp: RegExp;
|
|
3430
3705
|
export declare const workSpacesDeleteWorkspaceFilePathFileIdRegExp: RegExp;
|
|
@@ -3432,14 +3707,72 @@ export declare const workSpacesDeleteWorkspaceFileParams: zod.ZodObject<{
|
|
|
3432
3707
|
workspaceId: zod.ZodString;
|
|
3433
3708
|
fileId: zod.ZodString;
|
|
3434
3709
|
}, zod.core.$strict>;
|
|
3710
|
+
export declare const workSpacesGetActiveFlowPathWorkspaceIdRegExp: RegExp;
|
|
3711
|
+
export declare const workSpacesGetActiveFlowParams: zod.ZodObject<{
|
|
3712
|
+
workspaceId: zod.ZodString;
|
|
3713
|
+
}, zod.core.$strict>;
|
|
3714
|
+
export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
|
|
3715
|
+
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3716
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3717
|
+
target: zod.ZodObject<{
|
|
3718
|
+
pin: zod.ZodString;
|
|
3719
|
+
port: zod.ZodString;
|
|
3720
|
+
}, zod.core.$strip>;
|
|
3721
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3722
|
+
}, zod.core.$strip>>>>;
|
|
3723
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3724
|
+
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3725
|
+
pin: zod.ZodString;
|
|
3726
|
+
port: zod.ZodString;
|
|
3727
|
+
}, zod.core.$strip>>>>;
|
|
3728
|
+
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3729
|
+
pin: zod.ZodString;
|
|
3730
|
+
port: zod.ZodString;
|
|
3731
|
+
}, zod.core.$strip>>>>;
|
|
3732
|
+
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3733
|
+
name: zod.ZodString;
|
|
3734
|
+
version: zod.ZodString;
|
|
3735
|
+
}, zod.core.$strip>>>>;
|
|
3736
|
+
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3737
|
+
source: zod.ZodObject<{
|
|
3738
|
+
node: zod.ZodString;
|
|
3739
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3740
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3741
|
+
}, zod.core.$strip>;
|
|
3742
|
+
target: zod.ZodObject<{
|
|
3743
|
+
node: zod.ZodString;
|
|
3744
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3745
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3746
|
+
}, zod.core.$strip>;
|
|
3747
|
+
}, zod.core.$strip>>>>;
|
|
3748
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3749
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3750
|
+
}, zod.core.$strip>>>>;
|
|
3751
|
+
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3752
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3753
|
+
}, zod.core.$strip>>>>;
|
|
3754
|
+
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3755
|
+
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3756
|
+
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3757
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3758
|
+
}, zod.core.$strip>>>>;
|
|
3759
|
+
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3760
|
+
access: zod.ZodEnum<{
|
|
3761
|
+
None: "None";
|
|
3762
|
+
Read: "Read";
|
|
3763
|
+
Write: "Write";
|
|
3764
|
+
}>;
|
|
3765
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3766
|
+
}, zod.core.$strip>>>>;
|
|
3767
|
+
}, zod.core.$strip>;
|
|
3435
3768
|
/**
|
|
3436
|
-
* @summary
|
|
3769
|
+
* @summary Sets the active flow definition for a workspace.
|
|
3437
3770
|
*/
|
|
3438
|
-
export declare const
|
|
3439
|
-
export declare const
|
|
3771
|
+
export declare const workSpacesSetActiveFlowPathWorkspaceIdRegExp: RegExp;
|
|
3772
|
+
export declare const workSpacesSetActiveFlowParams: zod.ZodObject<{
|
|
3440
3773
|
workspaceId: zod.ZodString;
|
|
3441
3774
|
}, zod.core.$strict>;
|
|
3442
|
-
export declare const
|
|
3775
|
+
export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
|
|
3443
3776
|
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3444
3777
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3445
3778
|
target: zod.ZodObject<{
|
|
@@ -3494,23 +3827,13 @@ export declare const workSpacesSetActiveFlowWorkspaceIdFlowsActiveBody: zod.ZodO
|
|
|
3494
3827
|
}, zod.core.$strict>>>>;
|
|
3495
3828
|
}, zod.core.$strict>;
|
|
3496
3829
|
/**
|
|
3497
|
-
* @summary Updates the
|
|
3830
|
+
* @summary Updates the layout of blocks for the active flow definition.
|
|
3498
3831
|
*/
|
|
3499
3832
|
export declare const workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp: RegExp;
|
|
3500
3833
|
export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
|
|
3501
3834
|
workspaceId: zod.ZodString;
|
|
3502
3835
|
}, zod.core.$strict>;
|
|
3503
3836
|
export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
|
|
3504
|
-
/**
|
|
3505
|
-
* @summary Updates the flag that determines whether to store the prompt and response within a specific workspace.
|
|
3506
|
-
*/
|
|
3507
|
-
export declare const workSpacesUpdatePromptResponseFlagPathWorkspaceIdRegExp: RegExp;
|
|
3508
|
-
export declare const workSpacesUpdatePromptResponseFlagParams: zod.ZodObject<{
|
|
3509
|
-
workspaceId: zod.ZodString;
|
|
3510
|
-
}, zod.core.$strict>;
|
|
3511
|
-
export declare const workSpacesUpdatePromptResponseFlagQueryParams: zod.ZodObject<{
|
|
3512
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
3513
|
-
}, zod.core.$strict>;
|
|
3514
3837
|
/**
|
|
3515
3838
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
3516
3839
|
*/
|
|
@@ -3685,20 +4008,147 @@ export declare const sandBoxClearSandboxMessagesPathWorkspaceIdRegExp: RegExp;
|
|
|
3685
4008
|
export declare const sandBoxClearSandboxMessagesParams: zod.ZodObject<{
|
|
3686
4009
|
workspaceId: zod.ZodString;
|
|
3687
4010
|
}, zod.core.$strict>;
|
|
4011
|
+
/**
|
|
4012
|
+
* @summary Retrieve messages from the sandbox environment of a specific workspace in SmartSpace, with options for pagination take and skip
|
|
4013
|
+
*/
|
|
4014
|
+
export declare const sandBoxGetThreadMessagesPathWorkspaceIdRegExp: RegExp;
|
|
4015
|
+
export declare const sandBoxGetThreadMessagesParams: zod.ZodObject<{
|
|
4016
|
+
workspaceId: zod.ZodString;
|
|
4017
|
+
}, zod.core.$strict>;
|
|
4018
|
+
export declare const sandBoxGetThreadMessagesQueryTakeDefault = 50;
|
|
4019
|
+
export declare const sandBoxGetThreadMessagesQuerySkipDefault = 0;
|
|
4020
|
+
export declare const sandBoxGetThreadMessagesQueryParams: zod.ZodObject<{
|
|
4021
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
4022
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
4023
|
+
}, zod.core.$strict>;
|
|
4024
|
+
export declare const sandBoxGetThreadMessagesResponseIdRegExp: RegExp;
|
|
4025
|
+
export declare const sandBoxGetThreadMessagesResponseMessageThreadIdRegExp: RegExp;
|
|
4026
|
+
export declare const sandBoxGetThreadMessagesResponseValuesItemIdRegExp: RegExp;
|
|
4027
|
+
export declare const sandBoxGetThreadMessagesResponseItem: zod.ZodObject<{
|
|
4028
|
+
createdAt: zod.ZodISODateTime;
|
|
4029
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4030
|
+
createdByUserId: zod.ZodString;
|
|
4031
|
+
errors: zod.ZodArray<zod.ZodObject<{
|
|
4032
|
+
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4033
|
+
code: zod.ZodNumber;
|
|
4034
|
+
data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
4035
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4036
|
+
}, zod.core.$strip>>;
|
|
4037
|
+
hasComments: zod.ZodBoolean;
|
|
4038
|
+
id: zod.ZodString;
|
|
4039
|
+
messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4040
|
+
values: zod.ZodArray<zod.ZodObject<{
|
|
4041
|
+
channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
|
|
4042
|
+
createdAt: zod.ZodISODateTime;
|
|
4043
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4044
|
+
createdByUserId: zod.ZodString;
|
|
4045
|
+
id: zod.ZodString;
|
|
4046
|
+
name: zod.ZodString;
|
|
4047
|
+
type: zod.ZodEnum<{
|
|
4048
|
+
Input: "Input";
|
|
4049
|
+
Output: "Output";
|
|
4050
|
+
}>;
|
|
4051
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
4052
|
+
}, zod.core.$strip>>;
|
|
4053
|
+
}, zod.core.$strip>;
|
|
4054
|
+
export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObject<{
|
|
4055
|
+
createdAt: zod.ZodISODateTime;
|
|
4056
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4057
|
+
createdByUserId: zod.ZodString;
|
|
4058
|
+
errors: zod.ZodArray<zod.ZodObject<{
|
|
4059
|
+
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4060
|
+
code: zod.ZodNumber;
|
|
4061
|
+
data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
4062
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4063
|
+
}, zod.core.$strip>>;
|
|
4064
|
+
hasComments: zod.ZodBoolean;
|
|
4065
|
+
id: zod.ZodString;
|
|
4066
|
+
messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4067
|
+
values: zod.ZodArray<zod.ZodObject<{
|
|
4068
|
+
channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
|
|
4069
|
+
createdAt: zod.ZodISODateTime;
|
|
4070
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4071
|
+
createdByUserId: zod.ZodString;
|
|
4072
|
+
id: zod.ZodString;
|
|
4073
|
+
name: zod.ZodString;
|
|
4074
|
+
type: zod.ZodEnum<{
|
|
4075
|
+
Input: "Input";
|
|
4076
|
+
Output: "Output";
|
|
4077
|
+
}>;
|
|
4078
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
4079
|
+
}, zod.core.$strip>>;
|
|
4080
|
+
}, zod.core.$strip>>;
|
|
3688
4081
|
/**
|
|
3689
4082
|
* @summary Send a new message to the sandbox environment of a specific workspace in SmartSpace, using the workspaceId.
|
|
4083
|
+
Returns the initial SmartSpace.App.Business.Models.Messages.Message synchronously; the flow
|
|
4084
|
+
continues in a background task with deltas streaming via
|
|
4085
|
+
`/workspaces/{workspaceId}/sandbox/messages/stream` and a
|
|
4086
|
+
SignalR `ReceiveThreadUpdate` broadcast on terminal. Frontend
|
|
4087
|
+
should subscribe to the SSE endpoint for live token-by-token updates.
|
|
3690
4088
|
*/
|
|
3691
|
-
export declare const
|
|
3692
|
-
export declare const
|
|
4089
|
+
export declare const sandBoxThreadMessagesPathWorkspaceIdRegExp: RegExp;
|
|
4090
|
+
export declare const sandBoxThreadMessagesParams: zod.ZodObject<{
|
|
3693
4091
|
workspaceId: zod.ZodString;
|
|
3694
4092
|
}, zod.core.$strict>;
|
|
3695
|
-
export declare const
|
|
4093
|
+
export declare const sandBoxThreadMessagesBody: zod.ZodObject<{
|
|
3696
4094
|
inputs: zod.ZodArray<zod.ZodObject<{
|
|
3697
4095
|
channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
|
|
3698
4096
|
name: zod.ZodString;
|
|
3699
4097
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3700
4098
|
}, zod.core.$strict>>;
|
|
4099
|
+
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
|
|
4100
|
+
}, zod.core.$strict>;
|
|
4101
|
+
export declare const sandBoxThreadMessagesResponseIdRegExp: RegExp;
|
|
4102
|
+
export declare const sandBoxThreadMessagesResponseMessageThreadIdRegExp: RegExp;
|
|
4103
|
+
export declare const sandBoxThreadMessagesResponseValuesItemIdRegExp: RegExp;
|
|
4104
|
+
export declare const sandBoxThreadMessagesResponse: zod.ZodObject<{
|
|
4105
|
+
createdAt: zod.ZodISODateTime;
|
|
4106
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4107
|
+
createdByUserId: zod.ZodString;
|
|
4108
|
+
errors: zod.ZodArray<zod.ZodObject<{
|
|
4109
|
+
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4110
|
+
code: zod.ZodNumber;
|
|
4111
|
+
data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
4112
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4113
|
+
}, zod.core.$strip>>;
|
|
4114
|
+
hasComments: zod.ZodBoolean;
|
|
4115
|
+
id: zod.ZodString;
|
|
4116
|
+
messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4117
|
+
values: zod.ZodArray<zod.ZodObject<{
|
|
4118
|
+
channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
|
|
4119
|
+
createdAt: zod.ZodISODateTime;
|
|
4120
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4121
|
+
createdByUserId: zod.ZodString;
|
|
4122
|
+
id: zod.ZodString;
|
|
4123
|
+
name: zod.ZodString;
|
|
4124
|
+
type: zod.ZodEnum<{
|
|
4125
|
+
Input: "Input";
|
|
4126
|
+
Output: "Output";
|
|
4127
|
+
}>;
|
|
4128
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
4129
|
+
}, zod.core.$strip>>;
|
|
4130
|
+
}, zod.core.$strip>;
|
|
4131
|
+
/**
|
|
4132
|
+
* @summary SSE stream of all messages on the workspace's sandbox thread. First
|
|
4133
|
+
frame is a snapshot (current messages with in-flight Redis state
|
|
4134
|
+
already overlaid by `GetMessagesByThreadIdAsync`); subsequent
|
|
4135
|
+
frames are per-message chunk updates as they arrive. Cumulative
|
|
4136
|
+
deltas mean reconnect is just "re-open" — no cursor handshake.
|
|
4137
|
+
Mirrors the ChatApi pattern at
|
|
4138
|
+
`GET /messagethreads/{id}/messages/stream`.
|
|
4139
|
+
*/
|
|
4140
|
+
export declare const sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp: RegExp;
|
|
4141
|
+
export declare const sandBoxStreamSandboxMessagesParams: zod.ZodObject<{
|
|
4142
|
+
workspaceId: zod.ZodString;
|
|
3701
4143
|
}, zod.core.$strict>;
|
|
4144
|
+
/**
|
|
4145
|
+
* @summary Append a new input value to an in-flight sandbox message and stream
|
|
4146
|
+
successive snapshots back to the client. Each frame is a full
|
|
4147
|
+
SmartSpace.App.Business.Models.Messages.Message with the latest cumulative state — the SDK
|
|
4148
|
+
should treat the response as a stream of SmartSpace.App.Business.Models.Messages.Message frames
|
|
4149
|
+
(NDJSON / SSE), with the final frame being the authoritative completed
|
|
4150
|
+
message. Mirrors the chat-api `POST /messages/{id}/values`.
|
|
4151
|
+
*/
|
|
3702
4152
|
export declare const sandBoxAddValueToMessagePathWorkspaceIdRegExp: RegExp;
|
|
3703
4153
|
export declare const sandBoxAddValueToMessagePathIdRegExp: RegExp;
|
|
3704
4154
|
export declare const sandBoxAddValueToMessageParams: zod.ZodObject<{
|