@smartspace/api-client 0.1.0-dev.ee4b314 → 0.1.0-dev.f544976
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 +83 -71
- package/dist/generated/chat/api.js +133 -65
- package/dist/generated/chat/models/{access.d.ts → accessAccess.d.ts} +1 -1
- package/dist/generated/chat/models/aiIModelProperty.d.ts +11 -0
- package/dist/generated/chat/models/aiModel.d.ts +24 -0
- package/dist/generated/chat/models/aiModelDeployment.d.ts +44 -0
- package/dist/generated/chat/models/aiModelDeploymentStep.d.ts +19 -0
- package/dist/generated/chat/models/{modelModelSummary.d.ts → aiModelSummary.d.ts} +5 -3
- package/dist/generated/chat/models/commentComment.d.ts +10 -3
- package/dist/generated/chat/models/commentComment.js +0 -6
- package/dist/generated/chat/models/commentCommentSummary.d.ts +2 -2
- package/dist/generated/chat/models/{createComment.d.ts → commentCreateComment.d.ts} +1 -1
- package/dist/generated/chat/models/dataSet.d.ts +2 -2
- package/dist/generated/chat/models/{getDataspacesDataSpaceIdDocumentsItemSasParams.d.ts → documentsGetDocumentSasParams.d.ts} +1 -1
- package/dist/generated/chat/models/enumsModelPublisher.d.ts +22 -0
- package/dist/generated/chat/models/enumsModelPublisher.js +25 -0
- package/dist/generated/chat/models/{getFilesIdParams.d.ts → filesDownloadFileParams.d.ts} +1 -3
- package/dist/generated/chat/models/{file.d.ts → filesFile.d.ts} +1 -1
- package/dist/generated/chat/models/filesFileUriResponse.d.ts +9 -0
- package/dist/generated/chat/models/{getFilesIdUriParams.d.ts → filesGetFileInfoParams.d.ts} +1 -1
- package/dist/generated/chat/models/{getFilesIdDownloadParams.d.ts → filesGetUriParams.d.ts} +1 -3
- package/dist/generated/chat/models/{postFilesBody.d.ts → filesUploadFilesBody.d.ts} +1 -1
- package/dist/generated/chat/models/{getFlowRunsIdVariables200One.d.ts → flowRunsGetVariables200One.d.ts} +1 -1
- package/dist/generated/chat/models/flowRunsGetVariables200Three.d.ts +9 -0
- package/dist/generated/chat/models/flowRunsGetVariables200Two.d.ts +9 -0
- package/dist/generated/chat/models/{connection.d.ts → flowsConnection.d.ts} +1 -1
- package/dist/generated/chat/models/{flow.d.ts → flowsFlow.d.ts} +5 -5
- package/dist/generated/chat/models/{flowBlock.d.ts → flowsFlowBlock.d.ts} +1 -1
- package/dist/generated/chat/models/flowsFlowConstant.d.ts +11 -0
- package/dist/generated/chat/models/{flowConstantValue.d.ts → flowsFlowConstantValue.d.ts} +1 -1
- package/dist/generated/chat/models/flowsFlowDefinition.d.ts +31 -0
- package/dist/generated/chat/models/{flowDefinitionOutputs.d.ts → flowsFlowDefinitionBlocks.d.ts} +3 -3
- package/dist/generated/chat/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionConstants.d.ts} +3 -3
- package/dist/generated/chat/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionInputs.d.ts} +3 -3
- package/dist/generated/chat/models/{messageMessageValueValue.d.ts → flowsFlowDefinitionLayout.d.ts} +1 -1
- package/dist/generated/chat/models/{flowDefinitionConstants.d.ts → flowsFlowDefinitionOutputs.d.ts} +3 -3
- package/dist/generated/chat/models/flowsFlowDefinitionVariables.d.ts +13 -0
- package/dist/generated/chat/models/flowsFlowInput.d.ts +10 -0
- package/dist/generated/chat/models/{flowVariableSchema.d.ts → flowsFlowInputSchema.d.ts} +1 -1
- package/dist/generated/chat/models/flowsFlowOutput.d.ts +10 -0
- package/dist/generated/chat/models/{flowInputSchema.d.ts → flowsFlowOutputSchema.d.ts} +1 -1
- package/dist/generated/chat/models/{flowTrigger.d.ts → flowsFlowTrigger.d.ts} +1 -1
- package/dist/generated/chat/models/{flowVariable.d.ts → flowsFlowVariable.d.ts} +3 -3
- package/dist/generated/chat/models/{flowOutputSchema.d.ts → flowsFlowVariableSchema.d.ts} +1 -1
- package/dist/generated/chat/models/index.d.ts +70 -64
- package/dist/generated/chat/models/index.js +70 -64
- package/dist/generated/chat/models/{commentMentionedUser.d.ts → mentionsMention.d.ts} +2 -2
- package/dist/generated/chat/models/{getMessageThreadsIdCommentsParams.d.ts → messageThreadsGetCommentsParams.d.ts} +1 -1
- package/dist/generated/chat/models/{getMessageThreadsIdMessagesParams.d.ts → messageThreadsThreadMessagesIdMessagesParams.d.ts} +1 -1
- package/dist/generated/chat/models/{getWorkspacesWorkspaceIdMessagethreadsIdMessagesParams.d.ts → messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesParams.d.ts} +1 -1
- 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/messagesCreateMessageInputValue.d.ts +10 -0
- package/dist/generated/chat/models/{getMessagesIdCommentsParams.d.ts → messagesGetCommentsParams.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/{flowDefinitionLayout.d.ts → messagesMessageErrorData.d.ts} +1 -1
- package/dist/generated/chat/models/{messageMessageRequest.d.ts → messagesMessageRequest.d.ts} +5 -5
- package/dist/generated/chat/models/{messageMessageRequestVariables.d.ts → messagesMessageRequestVariables.d.ts} +1 -1
- package/dist/generated/chat/models/{messageMessageValue.d.ts → messagesMessageValue.d.ts} +5 -5
- package/dist/generated/chat/models/{messageMessageValueChannels.d.ts → messagesMessageValueChannels.d.ts} +1 -1
- package/dist/generated/chat/models/{messageCreateMessageInputValue.d.ts → messagesMessageValueValue.d.ts} +1 -1
- package/dist/generated/chat/models/modelModel.d.ts +2 -0
- package/dist/generated/chat/models/{getModelsParams.d.ts → modelsGetModelsParams.d.ts} +1 -1
- package/dist/generated/chat/models/{getNotificationParams.d.ts → notificationGetParams.d.ts} +1 -1
- package/dist/generated/chat/models/{notificationNotification.d.ts → notificationsNotification.d.ts} +5 -8
- package/dist/generated/chat/models/notificationsPagedNotifications.d.ts +12 -0
- package/dist/generated/chat/models/{pagedDataCollectionAccess.d.ts → pagedDataCollectionAccessAccess.d.ts} +3 -3
- 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/{appUserAppUser.d.ts → usersAppUser.d.ts} +1 -1
- package/dist/generated/chat/models/{getWorkSpacesIdUsersParams.d.ts → workSpacesGetAccessParams.d.ts} +1 -1
- package/dist/generated/chat/models/{getWorkSpacesParams.d.ts → workSpacesGetGetParams.d.ts} +1 -13
- package/dist/generated/chat/models/workSpacesGetUsersParams.d.ts +11 -0
- package/dist/generated/chat/models/workSpacesThreadParams.d.ts +11 -0
- package/dist/generated/chat/models/workSpacesThreadParams.js +8 -0
- package/dist/generated/chat/models/{workSpace.d.ts → workSpacesWorkSpace.d.ts} +5 -7
- package/dist/generated/chat/models/workSpacesWorkSpaceInputs.d.ts +10 -0
- package/dist/generated/chat/models/workSpacesWorkSpaceVariables.d.ts +10 -0
- package/dist/generated/chat/zod.d.ts +460 -236
- package/dist/generated/chat/zod.js +545 -388
- package/dist/generated/config/api.d.ts +291 -215
- package/dist/generated/config/api.js +455 -209
- package/dist/generated/config/models/{access.d.ts → accessAccess.d.ts} +1 -1
- package/dist/generated/config/models/{accessWorkSpace.d.ts → accessAccessWorkSpace.d.ts} +1 -1
- package/dist/generated/config/models/accessCreateAccess.d.ts +13 -0
- package/dist/generated/config/models/{getAccessParams.d.ts → accessGetAccessesParams.d.ts} +5 -11
- package/dist/generated/config/models/{getDataSetsIdContainerItemsRunHistoryParams.d.ts → accessGetGroupsParams.d.ts} +2 -2
- package/dist/generated/config/models/accessGetUsersInRoleRolesRoleIdUsersParams.d.ts +11 -0
- package/dist/generated/config/models/{getAccessUsersParams.d.ts → accessGetUsersInRoleUsersParams.d.ts} +1 -14
- package/dist/generated/config/models/accessSearchGroupsParams.d.ts +15 -0
- package/dist/generated/config/models/accessSearchServicePrincipalsParams.d.ts +15 -0
- package/dist/generated/config/models/accessSearchUsersParams.d.ts +15 -0
- package/dist/generated/config/models/{activityActivityWorkSpace.d.ts → activitiesActivityWorkSpace.d.ts} +3 -3
- package/dist/generated/config/models/{activityLlmUsageMetrics.d.ts → activitiesLlmUsageMetrics.d.ts} +1 -1
- package/dist/generated/config/models/{getActivityCsvWorkspaceParams.d.ts → activityExportLoggingsParams.d.ts} +1 -11
- package/dist/generated/config/models/activityGetLoggingParams.d.ts +18 -0
- package/dist/generated/config/models/aiCreateModel.d.ts +15 -0
- package/dist/generated/config/models/{createModelDeployment.d.ts → aiCreateModelDeployment.d.ts} +3 -3
- package/dist/generated/config/models/{createModelDeploymentProvider.d.ts → aiCreateModelDeploymentProvider.d.ts} +3 -3
- package/dist/generated/config/models/aiCreateModelDeploymentProviderGoogleCredentials.d.ts +12 -0
- package/dist/generated/config/models/aiIModelProperty.d.ts +11 -0
- package/dist/generated/config/models/aiModel.d.ts +24 -0
- package/dist/generated/config/models/aiModelDeployment.d.ts +44 -0
- package/dist/generated/config/models/aiModelDeploymentStep.d.ts +19 -0
- package/dist/generated/config/models/{modelModelSummary.d.ts → aiModelSummary.d.ts} +5 -3
- package/dist/generated/config/models/azureADGroup.d.ts +11 -0
- package/dist/generated/config/models/{postBlockSetsNameBody.d.ts → blockSetsAddBlockSetBody.d.ts} +1 -1
- package/dist/generated/config/models/{getBlocksParams.d.ts → blockSetsGetBlockSetsParams.d.ts} +1 -1
- 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/blocksBlockInterfaceMetadata.d.ts +9 -0
- 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/{getBlockSetsParams.d.ts → blocksGetBlocksParams.d.ts} +1 -1
- 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/blocksInputPinInterfaceSchema.d.ts +9 -0
- 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/blocksPortInterfaceMetadata.d.ts +9 -0
- 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/blocksStateInterfaceMetadata.d.ts +9 -0
- package/dist/generated/config/models/{postContainersContainerIdStartflowsParams.d.ts → containersPostParams.d.ts} +1 -1
- package/dist/generated/config/models/dataSet.d.ts +2 -2
- package/dist/generated/config/models/dataSetItem.d.ts +15 -0
- package/dist/generated/config/models/dataSetItemMetadata.d.ts +35 -0
- package/dist/generated/config/models/{portInterfaceMetadata.d.ts → dataSetItemProperties.d.ts} +1 -1
- package/dist/generated/config/models/dataSetsCreateDataSet.d.ts +14 -0
- package/dist/generated/config/models/{createContainer.d.ts → dataSetsCreateDataSetContainer.d.ts} +1 -1
- package/dist/generated/config/models/dataSetsDataSet.d.ts +34 -0
- package/dist/generated/config/models/{createDataSet.d.ts → dataSetsDataSetProperty.d.ts} +2 -3
- package/dist/generated/config/models/dataSetsGetContainerItemsRunHistoryParams.d.ts +11 -0
- package/dist/generated/config/models/{getDataSetsIdItemsParams.d.ts → dataSetsGetItemsParams.d.ts} +1 -1
- package/dist/generated/config/models/{getUsersParams.d.ts → dataSetsGetParams.d.ts} +3 -3
- package/dist/generated/config/models/dataSetsUpdateDataSet.d.ts +17 -0
- package/dist/generated/config/models/{updateDataSetBasicInfo.d.ts → dataSetsUpdateDataSetBasicInfo.d.ts} +1 -1
- package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +12 -0
- package/dist/generated/config/models/{getDataSourcesDataSourceIdContainersParams.d.ts → dataSourcesContainersParams.d.ts} +1 -1
- package/dist/generated/config/models/{createDataSource.d.ts → dataSourcesCreateDataSource.d.ts} +3 -3
- package/dist/generated/config/models/{testDataSourceConnectionCredentials.d.ts → dataSourcesCreateDataSourceCredentials.d.ts} +1 -1
- package/dist/generated/config/models/{dataSource.d.ts → dataSourcesDataSource.d.ts} +1 -1
- package/dist/generated/config/models/dataSourcesDataSourceAdminUser.d.ts +10 -0
- package/dist/generated/config/models/{dataSourceCredentialsDefinition.d.ts → dataSourcesDataSourceCredentialsDefinition.d.ts} +3 -3
- package/dist/generated/config/models/{dataSourceProperty.d.ts → dataSourcesDataSourceProperty.d.ts} +1 -1
- package/dist/generated/config/models/dataSourcesDataSourceType.d.ts +14 -0
- package/dist/generated/config/models/{getDataSourcesParams.d.ts → dataSourcesGetParams.d.ts} +1 -1
- package/dist/generated/config/models/dataSourcesTestDataSourceConnection.d.ts +11 -0
- package/dist/generated/config/models/{createDataSourceCredentials.d.ts → dataSourcesTestDataSourceConnectionCredentials.d.ts} +1 -1
- package/dist/generated/config/models/{updateDataSource.d.ts → dataSourcesUpdateDataSource.d.ts} +1 -1
- package/dist/generated/config/models/dataSourcesUpdateDataSourceCredentials.d.ts +10 -0
- package/dist/generated/config/models/{updateDataSourceCredentialsCredentials.d.ts → dataSourcesUpdateDataSourceCredentialsCredentials.d.ts} +1 -1
- package/dist/generated/config/models/{createDataSpace.d.ts → dataSpacesCreateDataSpace.d.ts} +1 -1
- package/dist/generated/config/models/dataSpacesDataSpace.d.ts +24 -0
- package/dist/generated/config/models/dataSpacesDataSpaceAdmin.d.ts +12 -0
- package/dist/generated/config/models/{updateContainer.d.ts → dataSpacesDataSpaceWorkSpaceRef.d.ts} +3 -3
- package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +11 -0
- package/dist/generated/config/models/{getDataSetsParams.d.ts → dataSpacesGetParams.d.ts} +1 -1
- package/dist/generated/config/models/{updateDataSpace.d.ts → dataSpacesUpdateDataSpace.d.ts} +1 -1
- package/dist/generated/config/models/{getDataspacesDataSpaceIdDocumentsItemSasParams.d.ts → documentsGetDocumentSasParams.d.ts} +1 -1
- package/dist/generated/config/models/enumsModelPublisher.d.ts +22 -0
- package/dist/generated/config/models/enumsModelPublisher.js +25 -0
- package/dist/generated/config/models/{configApiAddMessageFileFromBlobUri.d.ts → filesAddMessageFileFromBlobUri.d.ts} +1 -1
- package/dist/generated/config/models/filesCreateFileFromBlobUri.d.ts +14 -0
- package/dist/generated/config/models/{getFilesIdParams.d.ts → filesDownloadFileParams.d.ts} +1 -3
- package/dist/generated/config/models/{file.d.ts → filesFile.d.ts} +1 -1
- package/dist/generated/config/models/filesFileUriResponse.d.ts +9 -0
- package/dist/generated/config/models/{getFilesIdUriParams.d.ts → filesGetFileInfoParams.d.ts} +1 -3
- package/dist/generated/config/models/{getFilesIdDownloadParams.d.ts → filesGetUriParams.d.ts} +1 -3
- package/dist/generated/config/models/{ingestedBlob.d.ts → filesIngestedBlob.d.ts} +3 -3
- package/dist/generated/config/models/{postFilesBody.d.ts → filesUploadFilesBody.d.ts} +1 -1
- package/dist/generated/config/models/flowRunsAddFileIdFilesBody.d.ts +9 -0
- package/dist/generated/config/models/flowRunsCreateFlowRunParams.d.ts +13 -0
- package/dist/generated/config/models/{getFlowRunsIdFunctionexecutionsParams.d.ts → flowRunsGetStepExecutionsParams.d.ts} +1 -1
- package/dist/generated/config/models/{flowVariableSchema.d.ts → flowRunsGetVariables200One.d.ts} +1 -1
- package/dist/generated/config/models/flowRunsGetVariables200Three.d.ts +9 -0
- package/dist/generated/config/models/flowRunsGetVariables200Two.d.ts +9 -0
- package/dist/generated/config/models/{getFlowRunsSearchParams.d.ts → flowRunsSearchFlowRunsParams.d.ts} +1 -1
- package/dist/generated/config/models/{connection.d.ts → flowsConnection.d.ts} +1 -1
- package/dist/generated/config/models/{flow.d.ts → flowsFlow.d.ts} +5 -5
- package/dist/generated/config/models/{flowBlock.d.ts → flowsFlowBlock.d.ts} +1 -1
- package/dist/generated/config/models/flowsFlowConstant.d.ts +11 -0
- package/dist/generated/config/models/{stateInterfaceDefault.d.ts → flowsFlowConstantValue.d.ts} +1 -1
- package/dist/generated/config/models/flowsFlowDataSet.d.ts +18 -0
- package/dist/generated/config/models/{updateDataSet.d.ts → flowsFlowDataSpace.d.ts} +3 -5
- package/dist/generated/config/models/flowsFlowDefinition.d.ts +31 -0
- package/dist/generated/config/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionBlocks.d.ts} +3 -3
- package/dist/generated/config/models/flowsFlowDefinitionConstants.d.ts +13 -0
- package/dist/generated/config/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionInputs.d.ts} +3 -3
- package/dist/generated/config/models/{flowConstantValue.d.ts → flowsFlowDefinitionLayout.d.ts} +1 -1
- package/dist/generated/config/models/{flowDefinitionConstants.d.ts → flowsFlowDefinitionOutputs.d.ts} +3 -3
- package/dist/generated/config/models/flowsFlowDefinitionVariables.d.ts +13 -0
- package/dist/generated/config/models/flowsFlowInput.d.ts +10 -0
- package/dist/generated/config/models/{flowInputSchema.d.ts → flowsFlowInputSchema.d.ts} +1 -1
- package/dist/generated/config/models/flowsFlowOutput.d.ts +10 -0
- package/dist/generated/config/models/{flowOutputSchema.d.ts → flowsFlowOutputSchema.d.ts} +1 -1
- package/dist/generated/config/models/flowsFlowRun.d.ts +18 -0
- package/dist/generated/config/models/{flowTrigger.d.ts → flowsFlowTrigger.d.ts} +1 -1
- package/dist/generated/config/models/{flowVariable.d.ts → flowsFlowVariable.d.ts} +3 -3
- package/dist/generated/config/models/{blockInterfaceMetadata.d.ts → flowsFlowVariableSchema.d.ts} +1 -1
- package/dist/generated/config/models/flowsFlowWorkSpace.d.ts +17 -0
- package/dist/generated/config/models/index.d.ts +191 -149
- package/dist/generated/config/models/index.js +191 -149
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +16 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRunError.d.ts +13 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +18 -0
- package/dist/generated/config/models/{getWorkspacesWorkSpaceIdFunctionexecutionsParams.d.ts → messageThreadsGetStepExecutionsParams.d.ts} +1 -1
- package/dist/generated/config/models/{getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsParams.d.ts → messageThreadsGetWorkspaceExecutionsParams.d.ts} +1 -1
- package/dist/generated/config/models/messagesCreateMessageInput.d.ts +15 -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/{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/{flowDefinitionLayout.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/{createModelDeploymentProviderGoogleCredentials.d.ts → messagesSandBoxMessageRequestVariables.d.ts} +1 -1
- package/dist/generated/config/models/modelModel.d.ts +2 -0
- package/dist/generated/config/models/{getWorkSpacesWorkspaceIdFilesParams.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/{getModelsParams.d.ts → modelsGetModelsParams.d.ts} +1 -1
- package/dist/generated/config/models/{getNotificationParams.d.ts → notificationGetParams.d.ts} +1 -1
- package/dist/generated/config/models/{notificationNotification.d.ts → notificationsNotification.d.ts} +5 -8
- package/dist/generated/config/models/notificationsNotification.js +2 -0
- package/dist/generated/config/models/notificationsPagedNotifications.d.ts +12 -0
- package/dist/generated/config/models/notificationsPagedNotifications.js +2 -0
- package/dist/generated/config/models/{pagedDataCollectionAccess.d.ts → pagedDataCollectionAccessAccess.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionAccessAccess.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.js +2 -0
- package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.d.ts → pagedDataCollectionAiModelSummary.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionAiModelSummary.js +2 -0
- package/dist/generated/config/models/{pagedDataCollectionDataSpace.d.ts → pagedDataCollectionAzureADGroup.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionAzureADGroup.js +2 -0
- package/dist/generated/config/models/{pagedDataCollectionDataSet.d.ts → pagedDataCollectionDataSetsDataSet.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionDataSetsDataSet.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.js +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.d.ts +11 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.js +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.d.ts +11 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.js +2 -0
- package/dist/generated/config/models/{getReportingTokensByDurationParams.d.ts → reportingGetRequestsParams.d.ts} +1 -1
- package/dist/generated/config/models/reportingGetRequestsParams.js +2 -0
- package/dist/generated/config/models/{getReportingRequestsByDurationParams.d.ts → reportingGetTokensParams.d.ts} +1 -1
- package/dist/generated/config/models/reportingGetTokensParams.js +2 -0
- package/dist/generated/config/models/{getWorkspacesWorkspaceIdSandboxMessagesParams.d.ts → sandBoxGetThreadMessagesParams.d.ts} +1 -1
- package/dist/generated/config/models/sandBoxGetThreadMessagesParams.js +8 -0
- package/dist/generated/config/models/usersAdminPermissionParams.d.ts +9 -0
- package/dist/generated/config/models/usersAdminPermissionParams.js +8 -0
- package/dist/generated/config/models/{appUserAppUser.d.ts → usersAppAccessUser.d.ts} +2 -2
- package/dist/generated/config/models/usersAppAccessUser.js +8 -0
- package/dist/generated/config/models/{appRole.d.ts → usersAppRole.d.ts} +1 -1
- package/dist/generated/config/models/usersAppRole.js +8 -0
- package/dist/generated/config/models/{appUserAppUserDetail.d.ts → usersAppUserDetail.d.ts} +1 -1
- package/dist/generated/config/models/usersAppUserDetail.js +2 -0
- package/dist/generated/config/models/{appUserAppUserSearchResult.d.ts → usersAppUserSearchResult.d.ts} +2 -1
- package/dist/generated/config/models/usersAppUserSearchResult.js +8 -0
- package/dist/generated/config/models/{getUsersIdWorkspacesParams.d.ts → usersGetAccessWorkSpacesParams.d.ts} +1 -1
- package/dist/generated/config/models/usersGetAccessWorkSpacesParams.js +8 -0
- package/dist/generated/config/models/usersGetUsersParams.d.ts +11 -0
- package/dist/generated/config/models/usersGetUsersParams.js +8 -0
- package/dist/generated/config/models/{deleteUsersRemoveAssignedWorkspaceParams.d.ts → usersRemoveUserFromAllWorkSpacesParams.d.ts} +1 -1
- package/dist/generated/config/models/usersRemoveUserFromAllWorkSpacesParams.js +8 -0
- package/dist/generated/config/models/{getUsersSearchParams.d.ts → usersSearchUsersParams.d.ts} +1 -1
- package/dist/generated/config/models/usersSearchUsersParams.js +8 -0
- package/dist/generated/config/models/usersServicePrincipalSearchResult.d.ts +11 -0
- package/dist/generated/config/models/usersServicePrincipalSearchResult.js +8 -0
- package/dist/generated/config/models/{getWorkSpaceTemplatesParams.d.ts → workSpaceTemplatesGetParams.d.ts} +1 -1
- package/dist/generated/config/models/workSpaceTemplatesGetParams.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 +11 -0
- package/dist/generated/config/models/workSpacesGetGetParams.js +8 -0
- package/dist/generated/config/models/workSpacesGetThreadsParams.d.ts +11 -0
- package/dist/generated/config/models/workSpacesGetThreadsParams.js +8 -0
- 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/workSpacesWorkSpaceInputs.d.ts +10 -0
- 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/workSpacesWorkSpaceVariables.d.ts +10 -0
- 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 +1580 -1345
- package/dist/generated/config/zod.js +1544 -1429
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.d.ts +18 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.js +2 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Mentions.d.ts +7 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Mentions.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 +5 -0
- package/dist/signalr.js +18 -0
- package/package.json +6 -2
- package/dist/generated/chat/models/flowConstant.d.ts +0 -11
- package/dist/generated/chat/models/flowDefinition.d.ts +0 -31
- package/dist/generated/chat/models/flowDefinitionVariables.d.ts +0 -13
- package/dist/generated/chat/models/flowInput.d.ts +0 -10
- package/dist/generated/chat/models/flowOutput.d.ts +0 -10
- package/dist/generated/chat/models/getFlowRunsIdVariables200Three.d.ts +0 -9
- package/dist/generated/chat/models/getFlowRunsIdVariables200Two.d.ts +0 -9
- package/dist/generated/chat/models/getWorkSpacesIdAccessParams.d.ts +0 -20
- package/dist/generated/chat/models/getWorkSpacesIdMessageThreadsParams.d.ts +0 -20
- package/dist/generated/chat/models/integrationsSmartSpaceAiFlowErrorData.d.ts +0 -10
- package/dist/generated/chat/models/messageCreateMessageInput.d.ts +0 -15
- package/dist/generated/chat/models/notificationPagedNotifications.d.ts +0 -12
- package/dist/generated/chat/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
- package/dist/generated/chat/models/pagedDataCollectionWorkSpace.d.ts +0 -11
- package/dist/generated/chat/models/workSpaceInputs.d.ts +0 -10
- package/dist/generated/chat/models/workSpaceVariables.d.ts +0 -10
- 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/createModel.d.ts +0 -13
- package/dist/generated/config/models/dataSourceType.d.ts +0 -14
- package/dist/generated/config/models/flowConstant.d.ts +0 -11
- package/dist/generated/config/models/flowDefinition.d.ts +0 -31
- package/dist/generated/config/models/flowDefinitionOutputs.d.ts +0 -13
- package/dist/generated/config/models/flowDefinitionVariables.d.ts +0 -13
- package/dist/generated/config/models/flowInput.d.ts +0 -10
- package/dist/generated/config/models/flowOutput.d.ts +0 -10
- package/dist/generated/config/models/getAccessGroupsParams.d.ts +0 -20
- package/dist/generated/config/models/getAccessRolesRoleIdUsersParams.d.ts +0 -20
- package/dist/generated/config/models/getActivityWorkspaceParams.d.ts +0 -34
- package/dist/generated/config/models/getDataSpacesIdDatasetsParams.d.ts +0 -20
- package/dist/generated/config/models/getDataSpacesParams.d.ts +0 -20
- package/dist/generated/config/models/getFlowRunsIdVariables200One.d.ts +0 -9
- package/dist/generated/config/models/getFlowRunsIdVariables200Three.d.ts +0 -9
- package/dist/generated/config/models/getFlowRunsIdVariables200Two.d.ts +0 -9
- package/dist/generated/config/models/getWorkSpacesIdMessageThreadsParams.d.ts +0 -20
- package/dist/generated/config/models/getWorkSpacesParams.d.ts +0 -20
- package/dist/generated/config/models/inputPinInterface.d.ts +0 -23
- package/dist/generated/config/models/inputPinInterfaceMetadata.d.ts +0 -9
- package/dist/generated/config/models/inputPinInterfaceSchema.d.ts +0 -9
- 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/notificationPagedNotifications.d.ts +0 -12
- package/dist/generated/config/models/outputPinInterface.d.ts +0 -19
- package/dist/generated/config/models/outputPinInterfaceMetadata.d.ts +0 -9
- package/dist/generated/config/models/outputPinInterfaceSchema.d.ts +0 -9
- package/dist/generated/config/models/pagedDataCollectionActivityActivityWorkSpace.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionAppUserAppUserDetail.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionDataSource.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionIngestedBlob.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionWorkSpace.d.ts +0 -11
- package/dist/generated/config/models/portInterface.d.ts +0 -17
- package/dist/generated/config/models/portInterfaceInputs.d.ts +0 -10
- package/dist/generated/config/models/portInterfaceOutputs.d.ts +0 -10
- package/dist/generated/config/models/postWorkSpacesWorkspaceIdFilesBody.d.ts +0 -10
- package/dist/generated/config/models/putWorkSpacesWorkspaceIdPromptresponseParams.d.ts +0 -12
- package/dist/generated/config/models/stateInterface.d.ts +0 -15
- package/dist/generated/config/models/stateInterfaceMetadata.d.ts +0 -9
- 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/workSpaceInputs.d.ts +0 -10
- package/dist/generated/config/models/workSpaceVariables.d.ts +0 -10
- /package/dist/generated/chat/models/{access.js → accessAccess.js} +0 -0
- /package/dist/generated/chat/models/{connection.js → aiIModelProperty.js} +0 -0
- /package/dist/generated/chat/models/{flow.js → aiModel.js} +0 -0
- /package/dist/generated/chat/models/{flowBlock.js → aiModelDeployment.js} +0 -0
- /package/dist/generated/chat/models/{flowConstant.js → aiModelDeploymentStep.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinition.js → aiModelSummary.js} +0 -0
- /package/dist/generated/chat/models/{appUserAppUser.js → commentCreateComment.js} +0 -0
- /package/dist/generated/chat/models/{commentMentionedUser.js → documentsGetDocumentSasParams.js} +0 -0
- /package/dist/generated/chat/models/{createComment.js → filesDownloadFileParams.js} +0 -0
- /package/dist/generated/chat/models/{file.js → filesFile.js} +0 -0
- /package/dist/generated/chat/models/{flowConstantValue.js → filesFileUriResponse.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionLayout.js → filesGetFileInfoParams.js} +0 -0
- /package/dist/generated/chat/models/{flowInputSchema.js → filesGetUriParams.js} +0 -0
- /package/dist/generated/chat/models/{flowOutputSchema.js → filesUploadFilesBody.js} +0 -0
- /package/dist/generated/chat/models/{flowVariableSchema.js → flowRunsGetVariables200One.js} +0 -0
- /package/dist/generated/chat/models/{getDataspacesDataSpaceIdDocumentsItemSasParams.js → flowRunsGetVariables200Three.js} +0 -0
- /package/dist/generated/chat/models/{getFilesIdDownloadParams.js → flowRunsGetVariables200Two.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionBlocks.js → flowsConnection.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionConstants.js → flowsFlow.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionInputs.js → flowsFlowBlock.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionOutputs.js → flowsFlowConstant.js} +0 -0
- /package/dist/generated/chat/models/{getFilesIdParams.js → flowsFlowConstantValue.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionVariables.js → flowsFlowDefinition.js} +0 -0
- /package/dist/generated/chat/models/{flowInput.js → flowsFlowDefinitionBlocks.js} +0 -0
- /package/dist/generated/chat/models/{flowOutput.js → flowsFlowDefinitionConstants.js} +0 -0
- /package/dist/generated/chat/models/{flowTrigger.js → flowsFlowDefinitionInputs.js} +0 -0
- /package/dist/generated/chat/models/{getFilesIdUriParams.js → flowsFlowDefinitionLayout.js} +0 -0
- /package/dist/generated/chat/models/{flowVariable.js → flowsFlowDefinitionOutputs.js} +0 -0
- /package/dist/generated/chat/models/{getWorkSpacesParams.js → flowsFlowDefinitionVariables.js} +0 -0
- /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowError.js → flowsFlowInput.js} +0 -0
- /package/dist/generated/chat/models/{getFlowRunsIdVariables200One.js → flowsFlowInputSchema.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInput.js → flowsFlowOutput.js} +0 -0
- /package/dist/generated/chat/models/{getFlowRunsIdVariables200Three.js → flowsFlowOutputSchema.js} +0 -0
- /package/dist/generated/chat/models/{messageMessage.js → flowsFlowTrigger.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageRequest.js → flowsFlowVariable.js} +0 -0
- /package/dist/generated/chat/models/{getFlowRunsIdVariables200Two.js → flowsFlowVariableSchema.js} +0 -0
- /package/dist/generated/chat/models/{getMessageThreadsIdCommentsParams.js → mentionsMention.js} +0 -0
- /package/dist/generated/chat/models/{getMessageThreadsIdMessagesParams.js → messageThreadsGetCommentsParams.js} +0 -0
- /package/dist/generated/chat/models/{getMessagesIdCommentsParams.js → messageThreadsThreadMessagesIdMessagesParams.js} +0 -0
- /package/dist/generated/chat/models/{getModelsParams.js → messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesParams.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValue.js → messagesCreateMessageInput.js} +0 -0
- /package/dist/generated/chat/models/{getNotificationParams.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/chat/models/{getWorkSpacesIdAccessParams.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/chat/models/{getWorkSpacesIdMessageThreadsParams.js → messagesGetCommentsParams.js} +0 -0
- /package/dist/generated/chat/models/{modelModelSummary.js → messagesMessage.js} +0 -0
- /package/dist/generated/chat/models/{getWorkSpacesIdUsersParams.js → messagesMessageCreatorProfileImage.js} +0 -0
- /package/dist/generated/chat/models/{notificationNotification.js → messagesMessageError.js} +0 -0
- /package/dist/generated/chat/models/{getWorkspacesWorkspaceIdMessagethreadsIdMessagesParams.js → messagesMessageErrorData.js} +0 -0
- /package/dist/generated/chat/models/{notificationPagedNotifications.js → messagesMessageRequest.js} +0 -0
- /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowErrorData.js → messagesMessageRequestVariables.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionAccess.js → messagesMessageValue.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInputChannels.js → messagesMessageValueChannels.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInputValue.js → messagesMessageValueValue.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageCreatorProfileImage.js → modelsGetModelsParams.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageRequestVariables.js → notificationGetParams.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionMessageMessage.js → notificationsNotification.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionModelModelSummary.js → notificationsPagedNotifications.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionWorkSpace.js → pagedDataCollectionAccessAccess.js} +0 -0
- /package/dist/generated/chat/models/{workSpace.js → pagedDataCollectionAiModelSummary.js} +0 -0
- /package/dist/generated/chat/models/{workSpaceInputs.js → pagedDataCollectionMessagesMessage.js} +0 -0
- /package/dist/generated/chat/models/{workSpaceVariables.js → pagedDataCollectionWorkSpacesWorkSpace.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValueChannels.js → usersAppUser.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValueValue.js → workSpacesGetAccessParams.js} +0 -0
- /package/dist/generated/{config/models/access.js → chat/models/workSpacesGetGetParams.js} +0 -0
- /package/dist/generated/chat/models/{postFilesBody.js → workSpacesGetUsersParams.js} +0 -0
- /package/dist/generated/{config/models/accessWorkSpace.js → chat/models/workSpacesWorkSpace.js} +0 -0
- /package/dist/generated/{config/models/activityActivityWorkSpace.js → chat/models/workSpacesWorkSpaceInputs.js} +0 -0
- /package/dist/generated/{config/models/appUserAppUserDetail.js → chat/models/workSpacesWorkSpaceVariables.js} +0 -0
- /package/dist/generated/config/models/{blockBlockSet.js → accessAccess.js} +0 -0
- /package/dist/generated/config/models/{blockBlockSetBlockInterfaces.js → accessAccessWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{blockInfo.js → accessCreateAccess.js} +0 -0
- /package/dist/generated/config/models/{blockInterface.js → accessGetAccessesParams.js} +0 -0
- /package/dist/generated/config/models/{activityLlmUsageMetrics.js → accessGetGroupsParams.js} +0 -0
- /package/dist/generated/config/models/{appRole.js → accessGetUsersInRoleRolesRoleIdUsersParams.js} +0 -0
- /package/dist/generated/config/models/{appUserAppUser.js → accessGetUsersInRoleUsersParams.js} +0 -0
- /package/dist/generated/config/models/{appUserAppUserSearchResult.js → accessSearchGroupsParams.js} +0 -0
- /package/dist/generated/config/models/{blockInterfaceMetadata.js → accessSearchServicePrincipalsParams.js} +0 -0
- /package/dist/generated/config/models/{configApiAddMessageFileFromBlobUri.js → accessSearchUsersParams.js} +0 -0
- /package/dist/generated/config/models/{blockInterfacePorts.js → activitiesActivityWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{createContainer.js → activitiesLlmUsageMetrics.js} +0 -0
- /package/dist/generated/config/models/{blockInterfaceState.js → activityExportLoggingsParams.js} +0 -0
- /package/dist/generated/config/models/{connection.js → activityGetLoggingParams.js} +0 -0
- /package/dist/generated/config/models/{createDataSet.js → aiCreateModel.js} +0 -0
- /package/dist/generated/config/models/{createDataSource.js → aiCreateModelDeployment.js} +0 -0
- /package/dist/generated/config/models/{createModel.js → aiCreateModelDeploymentProvider.js} +0 -0
- /package/dist/generated/config/models/{createDataSourceCredentials.js → aiCreateModelDeploymentProviderGoogleCredentials.js} +0 -0
- /package/dist/generated/config/models/{createModelDeployment.js → aiIModelProperty.js} +0 -0
- /package/dist/generated/config/models/{createModelDeploymentProvider.js → aiModel.js} +0 -0
- /package/dist/generated/config/models/{createWorkSpace.js → aiModelDeployment.js} +0 -0
- /package/dist/generated/config/models/{dataSource.js → aiModelDeploymentStep.js} +0 -0
- /package/dist/generated/config/models/{dataSourceCredentialsDefinition.js → aiModelSummary.js} +0 -0
- /package/dist/generated/config/models/{createDataSpace.js → azureADGroup.js} +0 -0
- /package/dist/generated/config/models/{createModelDeploymentProviderGoogleCredentials.js → blockSetsAddBlockSetBody.js} +0 -0
- /package/dist/generated/config/models/{deleteUsersRemoveAssignedWorkspaceParams.js → blockSetsGetBlockSetsParams.js} +0 -0
- /package/dist/generated/config/models/{dataSourceProperty.js → blocksBlockInfo.js} +0 -0
- /package/dist/generated/config/models/{dataSourceType.js → blocksBlockInterface.js} +0 -0
- /package/dist/generated/config/models/{file.js → blocksBlockInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{flow.js → blocksBlockInterfacePorts.js} +0 -0
- /package/dist/generated/config/models/{flowBlock.js → blocksBlockInterfaceState.js} +0 -0
- /package/dist/generated/config/models/{flowConstant.js → blocksBlockSet.js} +0 -0
- /package/dist/generated/config/models/{flowDefinition.js → blocksBlockSetBlockInterfaces.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionBlocks.js → blocksGetBlocks200One.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionConstants.js → blocksGetBlocks200Three.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionInputs.js → blocksGetBlocks200Two.js} +0 -0
- /package/dist/generated/config/models/{flowConstantValue.js → blocksGetBlocksParams.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionOutputs.js → blocksInputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionLayout.js → blocksInputPinInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionVariables.js → blocksInputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{flowInputSchema.js → blocksInputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{flowOutputSchema.js → blocksInputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{flowInput.js → blocksOutputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{flowOutput.js → blocksOutputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{flowVariableSchema.js → blocksOutputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{getAccessGroupsParams.js → blocksOutputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{flowTrigger.js → blocksPortInterface.js} +0 -0
- /package/dist/generated/config/models/{flowVariable.js → blocksPortInterfaceInputs.js} +0 -0
- /package/dist/generated/config/models/{getAccessParams.js → blocksPortInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{getActivityCsvWorkspaceParams.js → blocksPortInterfaceOutputs.js} +0 -0
- /package/dist/generated/config/models/{getActivityWorkspaceParams.js → blocksStateInterface.js} +0 -0
- /package/dist/generated/config/models/{getAccessRolesRoleIdUsersParams.js → blocksStateInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{getAccessUsersParams.js → blocksStateInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{getBlockSetsParams.js → containersPostParams.js} +0 -0
- /package/dist/generated/config/models/{getReportingRequestsByDurationParams.js → dataSetItem.js} +0 -0
- /package/dist/generated/config/models/{getBlocksParams.js → dataSetItemMetadata.js} +0 -0
- /package/dist/generated/config/models/{getDataSetsIdContainerItemsRunHistoryParams.js → dataSetItemProperties.js} +0 -0
- /package/dist/generated/config/models/{getReportingTokensByDurationParams.js → dataSetsCreateDataSet.js} +0 -0
- /package/dist/generated/config/models/{getDataSetsIdItemsParams.js → dataSetsCreateDataSetContainer.js} +0 -0
- /package/dist/generated/config/models/{ingestedBlob.js → dataSetsDataSet.js} +0 -0
- /package/dist/generated/config/models/{getDataSetsParams.js → dataSetsDataSetProperty.js} +0 -0
- /package/dist/generated/config/models/{getDataSourcesDataSourceIdContainersParams.js → dataSetsGetContainerItemsRunHistoryParams.js} +0 -0
- /package/dist/generated/config/models/{getDataSourcesParams.js → dataSetsGetItemsParams.js} +0 -0
- /package/dist/generated/config/models/{getDataSpacesIdDatasetsParams.js → dataSetsGetParams.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterface.js → dataSetsUpdateDataSet.js} +0 -0
- /package/dist/generated/config/models/{getDataSpacesParams.js → dataSetsUpdateDataSetBasicInfo.js} +0 -0
- /package/dist/generated/config/models/{getDataspacesDataSpaceIdDocumentsItemSasParams.js → dataSetsUpsertDataSetProperty.js} +0 -0
- /package/dist/generated/config/models/{getFilesIdDownloadParams.js → dataSourcesContainersParams.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceGenerics.js → dataSourcesCreateDataSource.js} +0 -0
- /package/dist/generated/config/models/{getFilesIdParams.js → dataSourcesCreateDataSourceCredentials.js} +0 -0
- /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.js → dataSourcesDataSource.js} +0 -0
- /package/dist/generated/config/models/{getFilesIdUriParams.js → dataSourcesDataSourceAdminUser.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInput.js → dataSourcesDataSourceCredentialsDefinition.js} +0 -0
- /package/dist/generated/config/models/{messageMessage.js → dataSourcesDataSourceProperty.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValue.js → dataSourcesDataSourceType.js} +0 -0
- /package/dist/generated/config/models/{getFlowRunsIdFunctionexecutionsParams.js → dataSourcesGetParams.js} +0 -0
- /package/dist/generated/config/models/{messageSandBoxMessageRequest.js → dataSourcesTestDataSourceConnection.js} +0 -0
- /package/dist/generated/config/models/{getFlowRunsIdVariables200One.js → dataSourcesTestDataSourceConnectionCredentials.js} +0 -0
- /package/dist/generated/config/models/{getFlowRunsIdVariables200Three.js → dataSourcesUpdateDataSource.js} +0 -0
- /package/dist/generated/config/models/{modelModelSummary.js → dataSourcesUpdateDataSourceCredentials.js} +0 -0
- /package/dist/generated/config/models/{getFlowRunsIdVariables200Two.js → dataSourcesUpdateDataSourceCredentialsCredentials.js} +0 -0
- /package/dist/generated/config/models/{getFlowRunsSearchParams.js → dataSpacesCreateDataSpace.js} +0 -0
- /package/dist/generated/config/models/{notificationNotification.js → dataSpacesDataSpace.js} +0 -0
- /package/dist/generated/config/models/{getModelsParams.js → dataSpacesDataSpaceAdmin.js} +0 -0
- /package/dist/generated/config/models/{getNotificationParams.js → dataSpacesDataSpaceWorkSpaceRef.js} +0 -0
- /package/dist/generated/config/models/{getUsersIdWorkspacesParams.js → dataSpacesGetDataSetsParams.js} +0 -0
- /package/dist/generated/config/models/{getUsersParams.js → dataSpacesGetParams.js} +0 -0
- /package/dist/generated/config/models/{getUsersSearchParams.js → dataSpacesUpdateDataSpace.js} +0 -0
- /package/dist/generated/config/models/{getWorkSpaceTemplatesParams.js → documentsGetDocumentSasParams.js} +0 -0
- /package/dist/generated/config/models/{getWorkSpacesIdMessageThreadsParams.js → filesAddMessageFileFromBlobUri.js} +0 -0
- /package/dist/generated/config/models/{getWorkSpacesParams.js → filesCreateFileFromBlobUri.js} +0 -0
- /package/dist/generated/config/models/{getWorkSpacesWorkspaceIdFilesParams.js → filesDownloadFileParams.js} +0 -0
- /package/dist/generated/config/models/{getWorkspacesWorkSpaceIdFunctionexecutionsParams.js → filesFile.js} +0 -0
- /package/dist/generated/config/models/{getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsParams.js → filesFileUriResponse.js} +0 -0
- /package/dist/generated/config/models/{getWorkspacesWorkspaceIdSandboxMessagesParams.js → filesGetFileInfoParams.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceDefault.js → filesGetUriParams.js} +0 -0
- /package/dist/generated/config/models/{notificationPagedNotifications.js → filesIngestedBlob.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceMetadata.js → filesUploadFilesBody.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceSchema.js → flowRunsAddFileIdFilesBody.js} +0 -0
- /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowErrorData.js → flowRunsCreateFlowRunParams.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInputChannels.js → flowRunsGetStepExecutionsParams.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInputValue.js → flowRunsGetVariables200One.js} +0 -0
- /package/dist/generated/config/models/{messageMessageCreatorProfileImage.js → flowRunsGetVariables200Three.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValueChannels.js → flowRunsGetVariables200Two.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValueValue.js → flowRunsSearchFlowRunsParams.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterface.js → flowsConnection.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceGenerics.js → flowsFlow.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAccess.js → flowsFlowBlock.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionActivityActivityWorkSpace.js → flowsFlowConstant.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceMetadata.js → flowsFlowConstantValue.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.js → flowsFlowDataSet.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserDetail.js → flowsFlowDataSpace.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionDataSet.js → flowsFlowDefinition.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionDataSource.js → flowsFlowDefinitionBlocks.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionDataSpace.js → flowsFlowDefinitionConstants.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionIngestedBlob.js → flowsFlowDefinitionInputs.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceSchema.js → flowsFlowDefinitionLayout.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionModelModelSummary.js → flowsFlowDefinitionOutputs.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionWorkSpace.js → flowsFlowDefinitionVariables.js} +0 -0
- /package/dist/generated/config/models/{portInterface.js → flowsFlowInput.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceMetadata.js → flowsFlowInputSchema.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceInputs.js → flowsFlowOutput.js} +0 -0
- /package/dist/generated/config/models/{postBlockSetsNameBody.js → flowsFlowOutputSchema.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceOutputs.js → flowsFlowRun.js} +0 -0
- /package/dist/generated/config/models/{stateInterface.js → flowsFlowTrigger.js} +0 -0
- /package/dist/generated/config/models/{testDataSourceConnection.js → flowsFlowVariable.js} +0 -0
- /package/dist/generated/config/models/{postContainersContainerIdStartflowsParams.js → flowsFlowVariableSchema.js} +0 -0
- /package/dist/generated/config/models/{updateDataSet.js → flowsFlowWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{updateDataSourceCredentials.js → integrationsSmartSpaceAiContainerItemFlowRun.js} +0 -0
- /package/dist/generated/config/models/{postFilesBody.js → integrationsSmartSpaceAiContainerItemFlowRunError.js} +0 -0
- /package/dist/generated/config/models/{workSpace.js → integrationsSmartSpaceAiContainerItemRunHistory.js} +0 -0
- /package/dist/generated/config/models/{postWorkSpacesWorkspaceIdFilesBody.js → messageThreadsGetStepExecutionsParams.js} +0 -0
- /package/dist/generated/config/models/{putWorkSpacesWorkspaceIdPromptresponseParams.js → messageThreadsGetWorkspaceExecutionsParams.js} +0 -0
- /package/dist/generated/config/models/{workSpaceInputs.js → messagesCreateMessageInput.js} +0 -0
- /package/dist/generated/config/models/{stateInterfaceDefault.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/config/models/{stateInterfaceMetadata.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/config/models/{workSpaceVariables.js → messagesMessage.js} +0 -0
- /package/dist/generated/config/models/{testDataSourceConnectionCredentials.js → messagesMessageCreatorProfileImage.js} +0 -0
- /package/dist/generated/config/models/{updateContainer.js → messagesMessageErrorData.js} +0 -0
- /package/dist/generated/config/models/{updateDataSetBasicInfo.js → messagesMessageValueChannels.js} +0 -0
- /package/dist/generated/config/models/{updateDataSource.js → messagesMessageValueValue.js} +0 -0
- /package/dist/generated/config/models/{updateDataSourceCredentialsCredentials.js → messagesSandBoxMessageRequestVariables.js} +0 -0
- /package/dist/generated/config/models/{updateDataSpace.js → modelProvidersGetProvidersParams.js} +0 -0
- /package/dist/generated/config/models/{workSpaceBasicInfo.js → modelsGetModelsParams.js} +0 -0
- /package/dist/generated/config/models/{workSpaceUser.js → notificationGetParams.js} +0 -0
|
@@ -6,22 +6,32 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import zod from 'zod';
|
|
8
8
|
/**
|
|
9
|
-
* @summary Retrieve access details
|
|
9
|
+
* @summary Retrieve access details with optional filtering by workspace, access type, principal type, and search.
|
|
10
10
|
*/
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
11
|
+
export declare const accessGetAccessesQueryWorkspaceIdRegExp: RegExp;
|
|
12
|
+
export declare const accessGetAccessesQueryTakeDefault = 50;
|
|
13
|
+
export declare const accessGetAccessesQuerySkipDefault = 0;
|
|
14
|
+
export declare const accessGetAccessesQueryParams: zod.ZodObject<{
|
|
15
15
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
16
|
+
accessType: zod.ZodOptional<zod.ZodEnum<{
|
|
17
|
+
Principal: "Principal";
|
|
18
|
+
Group: "Group";
|
|
19
|
+
}>>;
|
|
20
|
+
principalType: zod.ZodOptional<zod.ZodEnum<{
|
|
21
|
+
Unknown: "Unknown";
|
|
22
|
+
User: "User";
|
|
23
|
+
ServicePrincipal: "ServicePrincipal";
|
|
24
|
+
Internal: "Internal";
|
|
25
|
+
}>>;
|
|
16
26
|
search: zod.ZodOptional<zod.ZodString>;
|
|
17
27
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
18
28
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
19
29
|
}, zod.core.$strict>;
|
|
20
|
-
export declare const
|
|
21
|
-
export declare const
|
|
22
|
-
export declare const
|
|
23
|
-
export declare const
|
|
24
|
-
export declare const
|
|
30
|
+
export declare const accessGetAccessesResponseDataItemIdRegExp: RegExp;
|
|
31
|
+
export declare const accessGetAccessesResponseDataItemMessageIdRegExp: RegExp;
|
|
32
|
+
export declare const accessGetAccessesResponseDataItemMessageThreadIdRegExp: RegExp;
|
|
33
|
+
export declare const accessGetAccessesResponseDataItemWorkSpaceIdRegExp: RegExp;
|
|
34
|
+
export declare const accessGetAccessesResponse: zod.ZodObject<{
|
|
25
35
|
data: zod.ZodArray<zod.ZodObject<{
|
|
26
36
|
accessType: zod.ZodEnum<{
|
|
27
37
|
Principal: "Principal";
|
|
@@ -44,175 +54,192 @@ export declare const getAccessResponse: zod.ZodObject<{
|
|
|
44
54
|
total: zod.ZodNumber;
|
|
45
55
|
}, zod.core.$strip>;
|
|
46
56
|
/**
|
|
47
|
-
* @summary
|
|
57
|
+
* @summary Add a new access grant for a principal or group to a workspace.
|
|
48
58
|
*/
|
|
49
|
-
export declare const
|
|
50
|
-
export declare const
|
|
51
|
-
export declare const putAccessBodyMessageThreadIdRegExp: RegExp;
|
|
52
|
-
export declare const putAccessBodyWorkSpaceIdRegExp: RegExp;
|
|
53
|
-
export declare const putAccessBody: zod.ZodObject<{
|
|
59
|
+
export declare const accessAddAccessBodyWorkSpaceIdRegExp: RegExp;
|
|
60
|
+
export declare const accessAddAccessBody: zod.ZodObject<{
|
|
54
61
|
accessType: zod.ZodEnum<{
|
|
55
62
|
Principal: "Principal";
|
|
56
63
|
Group: "Group";
|
|
57
64
|
}>;
|
|
58
|
-
displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
59
|
-
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
60
|
-
messageId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
61
|
-
messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
62
65
|
objectId: zod.ZodString;
|
|
63
|
-
|
|
64
|
-
Unknown: "Unknown";
|
|
65
|
-
User: "User";
|
|
66
|
-
ServicePrincipal: "ServicePrincipal";
|
|
67
|
-
Internal: "Internal";
|
|
68
|
-
}>>;
|
|
69
|
-
userEmailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
70
|
-
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
66
|
+
workSpaceId: zod.ZodString;
|
|
71
67
|
}, zod.core.$strict>;
|
|
72
|
-
export declare const putAccessResponseIdRegExp: RegExp;
|
|
73
|
-
export declare const putAccessResponseMessageIdRegExp: RegExp;
|
|
74
|
-
export declare const putAccessResponseMessageThreadIdRegExp: RegExp;
|
|
75
|
-
export declare const putAccessResponseWorkSpaceIdRegExp: RegExp;
|
|
76
|
-
export declare const putAccessResponse: zod.ZodObject<{
|
|
77
|
-
accessType: zod.ZodEnum<{
|
|
78
|
-
Principal: "Principal";
|
|
79
|
-
Group: "Group";
|
|
80
|
-
}>;
|
|
81
|
-
displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
82
|
-
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
83
|
-
messageId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
84
|
-
messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
85
|
-
objectId: zod.ZodString;
|
|
86
|
-
principalType: zod.ZodOptional<zod.ZodEnum<{
|
|
87
|
-
Unknown: "Unknown";
|
|
88
|
-
User: "User";
|
|
89
|
-
ServicePrincipal: "ServicePrincipal";
|
|
90
|
-
Internal: "Internal";
|
|
91
|
-
}>>;
|
|
92
|
-
userEmailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
93
|
-
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
94
|
-
}, zod.core.$strip>;
|
|
95
68
|
/**
|
|
96
|
-
* @summary List groups from Azure AD
|
|
69
|
+
* @summary List groups from Azure AD.
|
|
97
70
|
*/
|
|
98
|
-
export declare const
|
|
99
|
-
export declare const
|
|
100
|
-
export declare const
|
|
71
|
+
export declare const accessGetGroupsQuerySkipDefault = 0;
|
|
72
|
+
export declare const accessGetGroupsQueryTakeDefault = 20;
|
|
73
|
+
export declare const accessGetGroupsQueryParams: zod.ZodObject<{
|
|
101
74
|
search: zod.ZodOptional<zod.ZodString>;
|
|
102
75
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
103
76
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
104
77
|
}, zod.core.$strict>;
|
|
105
|
-
export declare const
|
|
78
|
+
export declare const accessGetGroupsResponse: zod.ZodObject<{
|
|
106
79
|
data: zod.ZodArray<zod.ZodObject<{
|
|
107
80
|
displayName: zod.ZodString;
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
userId: zod.ZodString;
|
|
81
|
+
groupId: zod.ZodString;
|
|
82
|
+
isAssigned: zod.ZodBoolean;
|
|
111
83
|
}, zod.core.$strip>>;
|
|
112
84
|
total: zod.ZodNumber;
|
|
113
85
|
}, zod.core.$strip>;
|
|
114
86
|
/**
|
|
115
87
|
* @summary Fetch a list of all roles defined within SmartSpace, providing an overview of role-based access control.
|
|
116
88
|
*/
|
|
117
|
-
export declare const
|
|
118
|
-
export declare const
|
|
89
|
+
export declare const accessGetAppRolesResponseIdRegExp: RegExp;
|
|
90
|
+
export declare const accessGetAppRolesResponseItem: zod.ZodObject<{
|
|
119
91
|
description: zod.ZodString;
|
|
120
92
|
id: zod.ZodString;
|
|
121
93
|
name: zod.ZodString;
|
|
122
94
|
}, zod.core.$strip>;
|
|
123
|
-
export declare const
|
|
95
|
+
export declare const accessGetAppRolesResponse: zod.ZodArray<zod.ZodObject<{
|
|
124
96
|
description: zod.ZodString;
|
|
125
97
|
id: zod.ZodString;
|
|
126
98
|
name: zod.ZodString;
|
|
127
99
|
}, zod.core.$strip>>;
|
|
128
100
|
/**
|
|
129
|
-
* @summary List users assigned to a specific role in SmartSpace by providing the role's ID
|
|
101
|
+
* @summary List users assigned to a specific role in SmartSpace by providing the role's ID.
|
|
130
102
|
*/
|
|
131
|
-
export declare const
|
|
132
|
-
export declare const
|
|
103
|
+
export declare const accessGetUsersInRoleRolesRoleIdUsersPathRoleIdRegExp: RegExp;
|
|
104
|
+
export declare const accessGetUsersInRoleRolesRoleIdUsersParams: zod.ZodObject<{
|
|
133
105
|
roleId: zod.ZodString;
|
|
134
106
|
}, zod.core.$strict>;
|
|
135
|
-
export declare const
|
|
136
|
-
export declare const
|
|
137
|
-
export declare const
|
|
107
|
+
export declare const accessGetUsersInRoleRolesRoleIdUsersQuerySkipDefault = 0;
|
|
108
|
+
export declare const accessGetUsersInRoleRolesRoleIdUsersQueryTakeDefault = 20;
|
|
109
|
+
export declare const accessGetUsersInRoleRolesRoleIdUsersQueryParams: zod.ZodObject<{
|
|
138
110
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
139
111
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
140
112
|
search: zod.ZodOptional<zod.ZodString>;
|
|
141
113
|
}, zod.core.$strict>;
|
|
142
|
-
export declare const
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
114
|
+
export declare const accessGetUsersInRoleRolesRoleIdUsersResponse: zod.ZodObject<{
|
|
115
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
116
|
+
displayName: zod.ZodString;
|
|
117
|
+
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
118
|
+
isAssigned: zod.ZodBoolean;
|
|
119
|
+
userId: zod.ZodString;
|
|
120
|
+
}, zod.core.$strip>>;
|
|
121
|
+
total: zod.ZodNumber;
|
|
122
|
+
}, zod.core.$strip>;
|
|
123
|
+
/**
|
|
124
|
+
* @summary Search Azure AD groups for access assignment.
|
|
125
|
+
*/
|
|
126
|
+
export declare const accessSearchGroupsQueryWorkspaceIdRegExp: RegExp;
|
|
127
|
+
export declare const accessSearchGroupsQuerySkipDefault = 0;
|
|
128
|
+
export declare const accessSearchGroupsQueryTakeDefault = 20;
|
|
129
|
+
export declare const accessSearchGroupsQueryParams: zod.ZodObject<{
|
|
130
|
+
search: zod.ZodOptional<zod.ZodString>;
|
|
131
|
+
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
132
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
133
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
134
|
+
}, zod.core.$strict>;
|
|
135
|
+
export declare const accessSearchGroupsResponse: zod.ZodObject<{
|
|
136
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
137
|
+
displayName: zod.ZodString;
|
|
138
|
+
groupId: zod.ZodString;
|
|
139
|
+
isAssigned: zod.ZodBoolean;
|
|
140
|
+
}, zod.core.$strip>>;
|
|
141
|
+
total: zod.ZodNumber;
|
|
142
|
+
}, zod.core.$strip>;
|
|
143
|
+
/**
|
|
144
|
+
* @summary Search Azure AD service principals for access assignment.
|
|
145
|
+
*/
|
|
146
|
+
export declare const accessSearchServicePrincipalsQueryWorkspaceIdRegExp: RegExp;
|
|
147
|
+
export declare const accessSearchServicePrincipalsQuerySkipDefault = 0;
|
|
148
|
+
export declare const accessSearchServicePrincipalsQueryTakeDefault = 20;
|
|
149
|
+
export declare const accessSearchServicePrincipalsQueryParams: zod.ZodObject<{
|
|
150
|
+
search: zod.ZodOptional<zod.ZodString>;
|
|
151
|
+
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
152
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
153
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
154
|
+
}, zod.core.$strict>;
|
|
155
|
+
export declare const accessSearchServicePrincipalsResponse: zod.ZodObject<{
|
|
156
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
157
|
+
displayName: zod.ZodString;
|
|
158
|
+
id: zod.ZodString;
|
|
159
|
+
isAssigned: zod.ZodBoolean;
|
|
160
|
+
}, zod.core.$strip>>;
|
|
161
|
+
total: zod.ZodNumber;
|
|
162
|
+
}, zod.core.$strip>;
|
|
163
|
+
/**
|
|
164
|
+
* @summary Search Azure AD users for access assignment.
|
|
165
|
+
*/
|
|
166
|
+
export declare const accessSearchUsersQueryWorkspaceIdRegExp: RegExp;
|
|
167
|
+
export declare const accessSearchUsersQuerySkipDefault = 0;
|
|
168
|
+
export declare const accessSearchUsersQueryTakeDefault = 20;
|
|
169
|
+
export declare const accessSearchUsersQueryParams: zod.ZodObject<{
|
|
170
|
+
search: zod.ZodOptional<zod.ZodString>;
|
|
171
|
+
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
172
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
173
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
174
|
+
}, zod.core.$strict>;
|
|
175
|
+
export declare const accessSearchUsersResponse: zod.ZodObject<{
|
|
176
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
177
|
+
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
178
|
+
id: zod.ZodString;
|
|
179
|
+
isAssigned: zod.ZodBoolean;
|
|
180
|
+
name: zod.ZodString;
|
|
181
|
+
}, zod.core.$strip>>;
|
|
182
|
+
total: zod.ZodNumber;
|
|
147
183
|
}, zod.core.$strip>;
|
|
148
|
-
export declare const getAccessRolesRoleIdUsersResponse: zod.ZodArray<zod.ZodObject<{
|
|
149
|
-
displayName: zod.ZodString;
|
|
150
|
-
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
151
|
-
id: zod.ZodString;
|
|
152
|
-
userId: zod.ZodString;
|
|
153
|
-
}, zod.core.$strip>>;
|
|
154
184
|
/**
|
|
155
185
|
* @summary Retrieve users associated with a specified role in SmartSpace, enabling role-based user management.
|
|
156
186
|
*/
|
|
157
|
-
export declare const
|
|
158
|
-
export declare const
|
|
159
|
-
export declare const
|
|
160
|
-
export declare const
|
|
187
|
+
export declare const accessGetUsersInRoleUsersQuerySkipDefault = 0;
|
|
188
|
+
export declare const accessGetUsersInRoleUsersQueryTakeDefault = 20;
|
|
189
|
+
export declare const accessGetUsersInRoleUsersQueryAssignedWorkspaceIdRegExp: RegExp;
|
|
190
|
+
export declare const accessGetUsersInRoleUsersQueryParams: zod.ZodObject<{
|
|
161
191
|
roleName: zod.ZodOptional<zod.ZodString>;
|
|
162
192
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
163
193
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
164
194
|
search: zod.ZodOptional<zod.ZodString>;
|
|
165
195
|
assignedWorkspaceId: zod.ZodOptional<zod.ZodString>;
|
|
166
196
|
}, zod.core.$strict>;
|
|
167
|
-
export declare const
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
197
|
+
export declare const accessGetUsersInRoleUsersResponse: zod.ZodObject<{
|
|
198
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
199
|
+
displayName: zod.ZodString;
|
|
200
|
+
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
201
|
+
isAssigned: zod.ZodBoolean;
|
|
202
|
+
userId: zod.ZodString;
|
|
203
|
+
}, zod.core.$strip>>;
|
|
204
|
+
total: zod.ZodNumber;
|
|
172
205
|
}, zod.core.$strip>;
|
|
173
|
-
export declare const getAccessUsersResponse: zod.ZodArray<zod.ZodObject<{
|
|
174
|
-
displayName: zod.ZodString;
|
|
175
|
-
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
176
|
-
id: zod.ZodString;
|
|
177
|
-
userId: zod.ZodString;
|
|
178
|
-
}, zod.core.$strip>>;
|
|
179
206
|
/**
|
|
180
|
-
* @summary Remove a specific access entity in SmartSpace by using its ID
|
|
207
|
+
* @summary Remove a specific access entity in SmartSpace by using its ID.
|
|
181
208
|
*/
|
|
182
|
-
export declare const
|
|
183
|
-
export declare const
|
|
209
|
+
export declare const accessDeleteAccessPathIdRegExp: RegExp;
|
|
210
|
+
export declare const accessDeleteAccessParams: zod.ZodObject<{
|
|
184
211
|
id: zod.ZodString;
|
|
185
212
|
}, zod.core.$strict>;
|
|
186
213
|
/**
|
|
187
|
-
* @summary
|
|
214
|
+
* @summary Export workspace activity log as a CSV file.
|
|
188
215
|
*/
|
|
189
|
-
export declare const
|
|
190
|
-
export declare const
|
|
216
|
+
export declare const activityExportLoggingsQueryWorkSpaceIdRegExp: RegExp;
|
|
217
|
+
export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
|
|
191
218
|
workSpaceId: zod.ZodOptional<zod.ZodString>;
|
|
192
219
|
fromOccurred: zod.ZodOptional<zod.ZodISODateTime>;
|
|
193
220
|
toOccurred: zod.ZodOptional<zod.ZodISODateTime>;
|
|
194
221
|
activityType: zod.ZodOptional<zod.ZodEnum<{
|
|
195
|
-
Read: "Read";
|
|
196
222
|
Deleted: "Deleted";
|
|
223
|
+
Read: "Read";
|
|
197
224
|
Created: "Created";
|
|
198
225
|
Updated: "Updated";
|
|
199
226
|
Chat: "Chat";
|
|
200
227
|
}>>;
|
|
201
228
|
}, zod.core.$strict>;
|
|
202
|
-
export declare const
|
|
229
|
+
export declare const activityExportLoggingsResponse: zod.ZodString;
|
|
203
230
|
/**
|
|
204
|
-
* @summary Retrieve
|
|
231
|
+
* @summary Retrieve workspace activity log entries with optional filtering and pagination.
|
|
205
232
|
*/
|
|
206
|
-
export declare const
|
|
207
|
-
export declare const
|
|
208
|
-
export declare const
|
|
209
|
-
export declare const
|
|
233
|
+
export declare const activityGetLoggingQueryWorkSpaceIdRegExp: RegExp;
|
|
234
|
+
export declare const activityGetLoggingQueryTakeDefault = 25;
|
|
235
|
+
export declare const activityGetLoggingQuerySkipDefault = 0;
|
|
236
|
+
export declare const activityGetLoggingQueryParams: zod.ZodObject<{
|
|
210
237
|
workSpaceId: zod.ZodOptional<zod.ZodString>;
|
|
211
238
|
fromOccurred: zod.ZodOptional<zod.ZodISODateTime>;
|
|
212
239
|
toOccurred: zod.ZodOptional<zod.ZodISODateTime>;
|
|
213
240
|
activityType: zod.ZodOptional<zod.ZodEnum<{
|
|
214
|
-
Read: "Read";
|
|
215
241
|
Deleted: "Deleted";
|
|
242
|
+
Read: "Read";
|
|
216
243
|
Created: "Created";
|
|
217
244
|
Updated: "Updated";
|
|
218
245
|
Chat: "Chat";
|
|
@@ -220,13 +247,13 @@ export declare const getActivityWorkspaceQueryParams: zod.ZodObject<{
|
|
|
220
247
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
221
248
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
222
249
|
}, zod.core.$strict>;
|
|
223
|
-
export declare const
|
|
224
|
-
export declare const
|
|
225
|
-
export declare const
|
|
250
|
+
export declare const activityGetLoggingResponseDataItemIdRegExp: RegExp;
|
|
251
|
+
export declare const activityGetLoggingResponseDataItemWorkSpaceIdRegExp: RegExp;
|
|
252
|
+
export declare const activityGetLoggingResponse: zod.ZodObject<{
|
|
226
253
|
data: zod.ZodArray<zod.ZodObject<{
|
|
227
254
|
activityType: zod.ZodOptional<zod.ZodEnum<{
|
|
228
|
-
Read: "Read";
|
|
229
255
|
Deleted: "Deleted";
|
|
256
|
+
Read: "Read";
|
|
230
257
|
Created: "Created";
|
|
231
258
|
Updated: "Updated";
|
|
232
259
|
Chat: "Chat";
|
|
@@ -256,13 +283,44 @@ export declare const getActivityWorkspaceResponse: zod.ZodObject<{
|
|
|
256
283
|
total: zod.ZodNumber;
|
|
257
284
|
}, zod.core.$strip>;
|
|
258
285
|
/**
|
|
259
|
-
* @summary
|
|
286
|
+
* @summary Gets the state of an update that was triggered by ApplyLatestAvailableVersion.
|
|
287
|
+
*/
|
|
288
|
+
export declare const applicationUpdateGetLatestDeploymentResponse: zod.ZodObject<{
|
|
289
|
+
name: zod.ZodString;
|
|
290
|
+
startTimeUtc: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
291
|
+
state: zod.ZodEnum<{
|
|
292
|
+
Unknown: "Unknown";
|
|
293
|
+
Failed: "Failed";
|
|
294
|
+
Deleted: "Deleted";
|
|
295
|
+
InProgress: "InProgress";
|
|
296
|
+
Succeeded: "Succeeded";
|
|
297
|
+
}>;
|
|
298
|
+
versionNumber: zod.ZodString;
|
|
299
|
+
}, zod.core.$strip>;
|
|
300
|
+
/**
|
|
301
|
+
* @summary Returns the current version of the application.
|
|
302
|
+
*/
|
|
303
|
+
export declare const applicationUpdateGetCurrentVersionResponse: zod.ZodObject<{
|
|
304
|
+
description: zod.ZodString;
|
|
305
|
+
versionNumber: zod.ZodString;
|
|
306
|
+
}, zod.core.$strip>;
|
|
307
|
+
/**
|
|
308
|
+
* @summary Not necessarily the latest version, but the latest version that is available for the application at its current version.
|
|
309
|
+
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.
|
|
310
|
+
Returns 204 if no new version available.
|
|
311
|
+
*/
|
|
312
|
+
export declare const applicationUpdateGetLatestAvailableVersionResponse: zod.ZodObject<{
|
|
313
|
+
description: zod.ZodString;
|
|
314
|
+
versionNumber: zod.ZodString;
|
|
315
|
+
}, zod.core.$strip>;
|
|
316
|
+
/**
|
|
317
|
+
* @summary Get a list of all block sets visible to the current principal.
|
|
260
318
|
*/
|
|
261
|
-
export declare const
|
|
319
|
+
export declare const blockSetsGetBlockSetsQueryParams: zod.ZodObject<{
|
|
262
320
|
types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
263
321
|
}, zod.core.$strict>;
|
|
264
|
-
export declare const
|
|
265
|
-
export declare const
|
|
322
|
+
export declare const blockSetsGetBlockSetsResponseIdRegExp: RegExp;
|
|
323
|
+
export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
|
|
266
324
|
blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
267
325
|
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
268
326
|
ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -331,7 +389,7 @@ export declare const getBlockSetsResponseItem: zod.ZodObject<{
|
|
|
331
389
|
Debug: "Debug";
|
|
332
390
|
}>;
|
|
333
391
|
}, zod.core.$strip>;
|
|
334
|
-
export declare const
|
|
392
|
+
export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
|
|
335
393
|
blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
336
394
|
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
337
395
|
ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
@@ -403,96 +461,26 @@ export declare const getBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
403
461
|
/**
|
|
404
462
|
* @summary Deletes an existing custom block set.
|
|
405
463
|
*/
|
|
406
|
-
export declare const
|
|
464
|
+
export declare const blockSetsDeleteBlockSetParams: zod.ZodObject<{
|
|
407
465
|
name: zod.ZodString;
|
|
408
466
|
}, zod.core.$strict>;
|
|
409
467
|
/**
|
|
410
468
|
* @summary Adds a new custom block set.
|
|
411
469
|
*/
|
|
412
|
-
export declare const
|
|
470
|
+
export declare const blockSetsAddBlockSetParams: zod.ZodObject<{
|
|
413
471
|
name: zod.ZodString;
|
|
414
472
|
}, zod.core.$strict>;
|
|
415
|
-
export declare const
|
|
473
|
+
export declare const blockSetsAddBlockSetBody: zod.ZodObject<{
|
|
416
474
|
file: zod.ZodOptional<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>;
|
|
417
475
|
}, zod.core.$strict>;
|
|
418
476
|
/**
|
|
419
477
|
* @summary Get a list of all block interfaces
|
|
420
478
|
*/
|
|
421
|
-
export declare const
|
|
479
|
+
export declare const blocksGetBlocksQueryParams: zod.ZodObject<{
|
|
422
480
|
types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
423
481
|
}, zod.core.$strict>;
|
|
424
|
-
export declare const
|
|
425
|
-
export declare const
|
|
426
|
-
blockSetId: zod.ZodString;
|
|
427
|
-
connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
428
|
-
createdAt: zod.ZodISODateTime;
|
|
429
|
-
interface: zod.ZodObject<{
|
|
430
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
431
|
-
ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
432
|
-
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
433
|
-
channel: zod.ZodBoolean;
|
|
434
|
-
default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
435
|
-
generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
436
|
-
pin: zod.ZodString;
|
|
437
|
-
port: zod.ZodString;
|
|
438
|
-
}, zod.core.$strip>>;
|
|
439
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
440
|
-
required: zod.ZodBoolean;
|
|
441
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
442
|
-
sticky: zod.ZodBoolean;
|
|
443
|
-
type: zod.ZodEnum<{
|
|
444
|
-
Single: "Single";
|
|
445
|
-
List: "List";
|
|
446
|
-
Dictionary: "Dictionary";
|
|
447
|
-
}>;
|
|
448
|
-
virtual: zod.ZodBoolean;
|
|
449
|
-
}, zod.core.$strip>>;
|
|
450
|
-
isFunction: zod.ZodBoolean;
|
|
451
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
452
|
-
outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
453
|
-
channel: zod.ZodBoolean;
|
|
454
|
-
channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
455
|
-
generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
456
|
-
pin: zod.ZodString;
|
|
457
|
-
port: zod.ZodString;
|
|
458
|
-
}, zod.core.$strip>>;
|
|
459
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
460
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
461
|
-
type: zod.ZodEnum<{
|
|
462
|
-
Single: "Single";
|
|
463
|
-
List: "List";
|
|
464
|
-
Dictionary: "Dictionary";
|
|
465
|
-
}>;
|
|
466
|
-
}, zod.core.$strip>>;
|
|
467
|
-
type: zod.ZodEnum<{
|
|
468
|
-
Single: "Single";
|
|
469
|
-
List: "List";
|
|
470
|
-
Dictionary: "Dictionary";
|
|
471
|
-
}>;
|
|
472
|
-
}, zod.core.$strip>>;
|
|
473
|
-
scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
|
|
474
|
-
WorkSpace: "WorkSpace";
|
|
475
|
-
DataSet: "DataSet";
|
|
476
|
-
}>>>>;
|
|
477
|
-
state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
478
|
-
default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
479
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
480
|
-
scope: zod.ZodArray<zod.ZodObject<{
|
|
481
|
-
pin: zod.ZodString;
|
|
482
|
-
port: zod.ZodString;
|
|
483
|
-
}, zod.core.$strip>>;
|
|
484
|
-
}, zod.core.$strip>>;
|
|
485
|
-
}, zod.core.$strip>;
|
|
486
|
-
name: zod.ZodString;
|
|
487
|
-
sourceCodeUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
488
|
-
type: zod.ZodEnum<{
|
|
489
|
-
Native: "Native";
|
|
490
|
-
Custom: "Custom";
|
|
491
|
-
Debug: "Debug";
|
|
492
|
-
}>;
|
|
493
|
-
version: zod.ZodString;
|
|
494
|
-
}, zod.core.$strip>;
|
|
495
|
-
export declare const getBlocksResponse: zod.ZodArray<zod.ZodObject<{
|
|
482
|
+
export declare const blocksGetBlocksResponseBlockSetIdRegExp: RegExp;
|
|
483
|
+
export declare const blocksGetBlocksResponse: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
496
484
|
blockSetId: zod.ZodString;
|
|
497
485
|
connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
498
486
|
createdAt: zod.ZodISODateTime;
|
|
@@ -561,138 +549,145 @@ export declare const getBlocksResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
561
549
|
Debug: "Debug";
|
|
562
550
|
}>;
|
|
563
551
|
version: zod.ZodString;
|
|
564
|
-
}, zod.core.$strip
|
|
552
|
+
}, zod.core.$strip>>>;
|
|
565
553
|
/**
|
|
566
554
|
* @summary Manually trigger reingestion of a specific container item.
|
|
567
555
|
*/
|
|
568
|
-
export declare const
|
|
569
|
-
export declare const
|
|
556
|
+
export declare const containersReingestContainerItemPathContainerItemIdRegExp: RegExp;
|
|
557
|
+
export declare const containersReingestContainerItemParams: zod.ZodObject<{
|
|
570
558
|
containerItemId: zod.ZodString;
|
|
571
559
|
}, zod.core.$strict>;
|
|
572
|
-
export declare const
|
|
573
|
-
export declare const
|
|
560
|
+
export declare const containersPostPathContainerIdRegExp: RegExp;
|
|
561
|
+
export declare const containersPostParams: zod.ZodObject<{
|
|
574
562
|
containerId: zod.ZodString;
|
|
575
563
|
}, zod.core.$strict>;
|
|
576
|
-
export declare const
|
|
577
|
-
export declare const
|
|
564
|
+
export declare const containersPostQueryDataSetIdRegExp: RegExp;
|
|
565
|
+
export declare const containersPostQueryParams: zod.ZodObject<{
|
|
578
566
|
dataSetId: zod.ZodOptional<zod.ZodString>;
|
|
579
567
|
}, zod.core.$strict>;
|
|
580
|
-
export declare const
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
export declare const getDataSetsResponseDataItemFlowTriggersItemFlowIdRegExp: RegExp;
|
|
611
|
-
export declare const getDataSetsResponseDataItemFlowTriggersItemIdRegExp: RegExp;
|
|
612
|
-
export declare const getDataSetsResponseDataItemIdRegExp: RegExp;
|
|
613
|
-
export declare const getDataSetsResponseDataItemVersionRegExp: RegExp;
|
|
614
|
-
export declare const getDataSetsResponse: zod.ZodObject<{
|
|
615
|
-
data: zod.ZodArray<zod.ZodObject<{
|
|
616
|
-
createdAt: zod.ZodISODateTime;
|
|
617
|
-
createdByUserId: zod.ZodString;
|
|
618
|
-
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
619
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
620
|
-
flow: zod.ZodOptional<zod.ZodObject<{
|
|
621
|
-
activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
|
|
622
|
-
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
623
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
624
|
-
target: zod.ZodObject<{
|
|
625
|
-
pin: zod.ZodString;
|
|
626
|
-
port: zod.ZodString;
|
|
627
|
-
}, zod.core.$strip>;
|
|
628
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
629
|
-
}, zod.core.$strip>>>>;
|
|
630
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
631
|
-
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
632
|
-
pin: zod.ZodString;
|
|
633
|
-
port: zod.ZodString;
|
|
634
|
-
}, zod.core.$strip>>>>;
|
|
635
|
-
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
568
|
+
export declare const containersPostResponseDataSetIdRegExp: RegExp;
|
|
569
|
+
export declare const containersPostResponseDataSetVersionRegExp: RegExp;
|
|
570
|
+
export declare const containersPostResponseFlowActiveFlowDefinitionIdRegExp: RegExp;
|
|
571
|
+
export declare const containersPostResponseFlowIdRegExp: RegExp;
|
|
572
|
+
export declare const containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
|
|
573
|
+
export declare const containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
|
|
574
|
+
export declare const containersPostResponseFlowTriggersItemFlowIdRegExp: RegExp;
|
|
575
|
+
export declare const containersPostResponseFlowTriggersItemIdRegExp: RegExp;
|
|
576
|
+
export declare const containersPostResponseIdRegExp: RegExp;
|
|
577
|
+
export declare const containersPostResponseWorkSpaceDataSpacesItemDataSetsItemIdRegExp: RegExp;
|
|
578
|
+
export declare const containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp: RegExp;
|
|
579
|
+
export declare const containersPostResponseWorkSpaceDataSpacesItemIdRegExp: RegExp;
|
|
580
|
+
export declare const containersPostResponseWorkSpaceIdRegExp: RegExp;
|
|
581
|
+
export declare const containersPostResponseItem: zod.ZodObject<{
|
|
582
|
+
dataSet: zod.ZodOptional<zod.ZodObject<{
|
|
583
|
+
id: zod.ZodString;
|
|
584
|
+
name: zod.ZodString;
|
|
585
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
586
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
587
|
+
isVector: zod.ZodBoolean;
|
|
588
|
+
name: zod.ZodString;
|
|
589
|
+
}, zod.core.$strip>>;
|
|
590
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
591
|
+
}, zod.core.$strip>>;
|
|
592
|
+
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
593
|
+
flow: zod.ZodObject<{
|
|
594
|
+
activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
|
|
595
|
+
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
596
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
597
|
+
target: zod.ZodObject<{
|
|
636
598
|
pin: zod.ZodString;
|
|
637
599
|
port: zod.ZodString;
|
|
638
|
-
}, zod.core.$strip>>>>;
|
|
639
|
-
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
640
|
-
name: zod.ZodString;
|
|
641
|
-
version: zod.ZodString;
|
|
642
|
-
}, zod.core.$strip>>>>;
|
|
643
|
-
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
644
|
-
source: zod.ZodObject<{
|
|
645
|
-
node: zod.ZodString;
|
|
646
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
647
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
648
600
|
}, zod.core.$strip>;
|
|
649
|
-
target: zod.ZodObject<{
|
|
650
|
-
node: zod.ZodString;
|
|
651
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
652
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
653
|
-
}, zod.core.$strip>;
|
|
654
|
-
}, zod.core.$strip>>>>;
|
|
655
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
656
601
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
657
602
|
}, zod.core.$strip>>>>;
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
663
|
-
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
664
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
603
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
604
|
+
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
605
|
+
pin: zod.ZodString;
|
|
606
|
+
port: zod.ZodString;
|
|
665
607
|
}, zod.core.$strip>>>>;
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
Read: "Read";
|
|
670
|
-
Write: "Write";
|
|
671
|
-
}>;
|
|
672
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
608
|
+
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
609
|
+
pin: zod.ZodString;
|
|
610
|
+
port: zod.ZodString;
|
|
673
611
|
}, zod.core.$strip>>>>;
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
612
|
+
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
613
|
+
name: zod.ZodString;
|
|
614
|
+
version: zod.ZodString;
|
|
615
|
+
}, zod.core.$strip>>>>;
|
|
616
|
+
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
617
|
+
source: zod.ZodObject<{
|
|
618
|
+
node: zod.ZodString;
|
|
619
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
620
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
683
621
|
}, zod.core.$strip>;
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
622
|
+
target: zod.ZodObject<{
|
|
623
|
+
node: zod.ZodString;
|
|
624
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
625
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
626
|
+
}, zod.core.$strip>;
|
|
627
|
+
}, zod.core.$strip>>>>;
|
|
628
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
629
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
630
|
+
}, zod.core.$strip>>>>;
|
|
631
|
+
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
632
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
633
|
+
}, zod.core.$strip>>>>;
|
|
634
|
+
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
635
|
+
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
636
|
+
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
637
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
638
|
+
}, zod.core.$strip>>>>;
|
|
639
|
+
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
640
|
+
access: zod.ZodEnum<{
|
|
641
|
+
None: "None";
|
|
642
|
+
Read: "Read";
|
|
643
|
+
Write: "Write";
|
|
690
644
|
}>;
|
|
645
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
646
|
+
}, zod.core.$strip>>>>;
|
|
647
|
+
}, zod.core.$strip>>;
|
|
648
|
+
activeFlowDefinitionId: zod.ZodString;
|
|
649
|
+
id: zod.ZodString;
|
|
650
|
+
triggers: zod.ZodArray<zod.ZodObject<{
|
|
651
|
+
dataSourceContainer: zod.ZodObject<{
|
|
652
|
+
dataSourceId: zod.ZodString;
|
|
653
|
+
id: zod.ZodString;
|
|
654
|
+
name: zod.ZodString;
|
|
655
|
+
path: zod.ZodString;
|
|
656
|
+
}, zod.core.$strip>;
|
|
657
|
+
flowId: zod.ZodString;
|
|
658
|
+
id: zod.ZodString;
|
|
659
|
+
inputName: zod.ZodString;
|
|
660
|
+
type: zod.ZodEnum<{
|
|
661
|
+
Periodic: "Periodic";
|
|
662
|
+
Container: "Container";
|
|
663
|
+
}>;
|
|
664
|
+
}, zod.core.$strip>>;
|
|
665
|
+
}, zod.core.$strip>;
|
|
666
|
+
id: zod.ZodString;
|
|
667
|
+
workSpace: zod.ZodOptional<zod.ZodObject<{
|
|
668
|
+
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
669
|
+
dataSets: zod.ZodArray<zod.ZodObject<{
|
|
670
|
+
id: zod.ZodString;
|
|
671
|
+
name: zod.ZodString;
|
|
672
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
673
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
674
|
+
isVector: zod.ZodBoolean;
|
|
675
|
+
name: zod.ZodString;
|
|
676
|
+
}, zod.core.$strip>>;
|
|
677
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
691
678
|
}, zod.core.$strip>>;
|
|
679
|
+
id: zod.ZodString;
|
|
680
|
+
name: zod.ZodString;
|
|
692
681
|
}, zod.core.$strip>>;
|
|
682
|
+
firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
683
|
+
id: zod.ZodString;
|
|
684
|
+
name: zod.ZodString;
|
|
685
|
+
summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
686
|
+
}, zod.core.$strip>>;
|
|
687
|
+
}, zod.core.$strip>;
|
|
688
|
+
export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
|
|
689
|
+
dataSet: zod.ZodOptional<zod.ZodObject<{
|
|
693
690
|
id: zod.ZodString;
|
|
694
|
-
modifiedAt: zod.ZodISODateTime;
|
|
695
|
-
modifiedByUserId: zod.ZodString;
|
|
696
691
|
name: zod.ZodString;
|
|
697
692
|
properties: zod.ZodArray<zod.ZodObject<{
|
|
698
693
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -701,43 +696,8 @@ export declare const getDataSetsResponse: zod.ZodObject<{
|
|
|
701
696
|
}, zod.core.$strip>>;
|
|
702
697
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
703
698
|
}, zod.core.$strip>>;
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
export declare const getDataSetsDataSetIdItemsIdPathDataSetIdRegExp: RegExp;
|
|
707
|
-
export declare const getDataSetsDataSetIdItemsIdPathIdRegExp: RegExp;
|
|
708
|
-
export declare const getDataSetsDataSetIdItemsIdParams: zod.ZodObject<{
|
|
709
|
-
dataSetId: zod.ZodString;
|
|
710
|
-
id: zod.ZodString;
|
|
711
|
-
}, zod.core.$strict>;
|
|
712
|
-
/**
|
|
713
|
-
* @summary Remove a specific data set from SmartSpace, using its ID to ensure accurate deletion.
|
|
714
|
-
*/
|
|
715
|
-
export declare const deleteDataSetsIdPathIdRegExp: RegExp;
|
|
716
|
-
export declare const deleteDataSetsIdParams: zod.ZodObject<{
|
|
717
|
-
id: zod.ZodString;
|
|
718
|
-
}, zod.core.$strict>;
|
|
719
|
-
/**
|
|
720
|
-
* @summary Retrieve detailed information about a specific data set in SmartSpace by its ID
|
|
721
|
-
*/
|
|
722
|
-
export declare const getDataSetsIdPathIdRegExp: RegExp;
|
|
723
|
-
export declare const getDataSetsIdParams: zod.ZodObject<{
|
|
724
|
-
id: zod.ZodString;
|
|
725
|
-
}, zod.core.$strict>;
|
|
726
|
-
export declare const getDataSetsIdResponseDataSpaceIdRegExp: RegExp;
|
|
727
|
-
export declare const getDataSetsIdResponseFlowActiveFlowDefinitionIdRegExp: RegExp;
|
|
728
|
-
export declare const getDataSetsIdResponseFlowIdRegExp: RegExp;
|
|
729
|
-
export declare const getDataSetsIdResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
|
|
730
|
-
export declare const getDataSetsIdResponseFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
|
|
731
|
-
export declare const getDataSetsIdResponseFlowTriggersItemFlowIdRegExp: RegExp;
|
|
732
|
-
export declare const getDataSetsIdResponseFlowTriggersItemIdRegExp: RegExp;
|
|
733
|
-
export declare const getDataSetsIdResponseIdRegExp: RegExp;
|
|
734
|
-
export declare const getDataSetsIdResponseVersionRegExp: RegExp;
|
|
735
|
-
export declare const getDataSetsIdResponse: zod.ZodObject<{
|
|
736
|
-
createdAt: zod.ZodISODateTime;
|
|
737
|
-
createdByUserId: zod.ZodString;
|
|
738
|
-
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
739
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
740
|
-
flow: zod.ZodOptional<zod.ZodObject<{
|
|
699
|
+
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
700
|
+
flow: zod.ZodObject<{
|
|
741
701
|
activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
|
|
742
702
|
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
743
703
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
@@ -809,7 +769,104 @@ export declare const getDataSetsIdResponse: zod.ZodObject<{
|
|
|
809
769
|
Container: "Container";
|
|
810
770
|
}>;
|
|
811
771
|
}, zod.core.$strip>>;
|
|
772
|
+
}, zod.core.$strip>;
|
|
773
|
+
id: zod.ZodString;
|
|
774
|
+
workSpace: zod.ZodOptional<zod.ZodObject<{
|
|
775
|
+
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
776
|
+
dataSets: zod.ZodArray<zod.ZodObject<{
|
|
777
|
+
id: zod.ZodString;
|
|
778
|
+
name: zod.ZodString;
|
|
779
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
780
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
781
|
+
isVector: zod.ZodBoolean;
|
|
782
|
+
name: zod.ZodString;
|
|
783
|
+
}, zod.core.$strip>>;
|
|
784
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
785
|
+
}, zod.core.$strip>>;
|
|
786
|
+
id: zod.ZodString;
|
|
787
|
+
name: zod.ZodString;
|
|
788
|
+
}, zod.core.$strip>>;
|
|
789
|
+
firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
790
|
+
id: zod.ZodString;
|
|
791
|
+
name: zod.ZodString;
|
|
792
|
+
summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
793
|
+
}, zod.core.$strip>>;
|
|
794
|
+
}, zod.core.$strip>>;
|
|
795
|
+
export declare const dataSetsGetQueryTakeDefault = 20;
|
|
796
|
+
export declare const dataSetsGetQuerySkipDefault = 0;
|
|
797
|
+
export declare const dataSetsGetQueryParams: zod.ZodObject<{
|
|
798
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
799
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
800
|
+
search: zod.ZodOptional<zod.ZodString>;
|
|
801
|
+
}, zod.core.$strict>;
|
|
802
|
+
export declare const dataSetsGetResponseDataItemDataSpaceIdRegExp: RegExp;
|
|
803
|
+
export declare const dataSetsGetResponseDataItemFlowIdRegExp: RegExp;
|
|
804
|
+
export declare const dataSetsGetResponseDataItemIdRegExp: RegExp;
|
|
805
|
+
export declare const dataSetsGetResponseDataItemVersionRegExp: RegExp;
|
|
806
|
+
export declare const dataSetsGetResponse: zod.ZodObject<{
|
|
807
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
808
|
+
createdAt: zod.ZodISODateTime;
|
|
809
|
+
createdByUserId: zod.ZodString;
|
|
810
|
+
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
811
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
812
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
813
|
+
id: zod.ZodString;
|
|
814
|
+
modifiedAt: zod.ZodISODateTime;
|
|
815
|
+
modifiedByUserId: zod.ZodString;
|
|
816
|
+
name: zod.ZodString;
|
|
817
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
818
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
819
|
+
isVector: zod.ZodBoolean;
|
|
820
|
+
name: zod.ZodString;
|
|
821
|
+
}, zod.core.$strip>>;
|
|
822
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
812
823
|
}, zod.core.$strip>>;
|
|
824
|
+
total: zod.ZodNumber;
|
|
825
|
+
}, zod.core.$strip>;
|
|
826
|
+
export declare const dataSetsGetItemPathDataSetIdRegExp: RegExp;
|
|
827
|
+
export declare const dataSetsGetItemPathIdRegExp: RegExp;
|
|
828
|
+
export declare const dataSetsGetItemParams: zod.ZodObject<{
|
|
829
|
+
dataSetId: zod.ZodString;
|
|
830
|
+
id: zod.ZodString;
|
|
831
|
+
}, zod.core.$strict>;
|
|
832
|
+
export declare const dataSetsGetItemResponseIdRegExp: RegExp;
|
|
833
|
+
export declare const dataSetsGetItemResponseMetadataContainerIdRegExp: RegExp;
|
|
834
|
+
export declare const dataSetsGetItemResponseMetadataContainerItemIdRegExp: RegExp;
|
|
835
|
+
export declare const dataSetsGetItemResponseMetadataDataSetIdRegExp: RegExp;
|
|
836
|
+
export declare const dataSetsGetItemResponseMetadataFlowRunIdRegExp: RegExp;
|
|
837
|
+
export declare const dataSetsGetItemResponse: zod.ZodObject<{
|
|
838
|
+
id: zod.ZodString;
|
|
839
|
+
indexText: zod.ZodString;
|
|
840
|
+
metadata: zod.ZodObject<{
|
|
841
|
+
containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
842
|
+
containerItemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
843
|
+
containerItemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
844
|
+
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
845
|
+
dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
846
|
+
flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
847
|
+
indexed: zod.ZodBoolean;
|
|
848
|
+
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
849
|
+
}, zod.core.$strip>;
|
|
850
|
+
properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
851
|
+
}, zod.core.$strip>;
|
|
852
|
+
export declare const dataSetsDeletePathIdRegExp: RegExp;
|
|
853
|
+
export declare const dataSetsDeleteParams: zod.ZodObject<{
|
|
854
|
+
id: zod.ZodString;
|
|
855
|
+
}, zod.core.$strict>;
|
|
856
|
+
export declare const dataSetsGetByIdPathIdRegExp: RegExp;
|
|
857
|
+
export declare const dataSetsGetByIdParams: zod.ZodObject<{
|
|
858
|
+
id: zod.ZodString;
|
|
859
|
+
}, zod.core.$strict>;
|
|
860
|
+
export declare const dataSetsGetByIdResponseDataSpaceIdRegExp: RegExp;
|
|
861
|
+
export declare const dataSetsGetByIdResponseFlowIdRegExp: RegExp;
|
|
862
|
+
export declare const dataSetsGetByIdResponseIdRegExp: RegExp;
|
|
863
|
+
export declare const dataSetsGetByIdResponseVersionRegExp: RegExp;
|
|
864
|
+
export declare const dataSetsGetByIdResponse: zod.ZodObject<{
|
|
865
|
+
createdAt: zod.ZodISODateTime;
|
|
866
|
+
createdByUserId: zod.ZodString;
|
|
867
|
+
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
868
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
869
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
813
870
|
id: zod.ZodString;
|
|
814
871
|
modifiedAt: zod.ZodISODateTime;
|
|
815
872
|
modifiedByUserId: zod.ZodString;
|
|
@@ -822,122 +879,249 @@ export declare const getDataSetsIdResponse: zod.ZodObject<{
|
|
|
822
879
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
823
880
|
}, zod.core.$strip>;
|
|
824
881
|
/**
|
|
825
|
-
* @summary
|
|
882
|
+
* @summary Update an existing dataset (name, description, container bindings).
|
|
826
883
|
*/
|
|
827
|
-
export declare const
|
|
884
|
+
export declare const dataSetsPutParams: zod.ZodObject<{
|
|
828
885
|
id: zod.ZodString;
|
|
829
886
|
}, zod.core.$strict>;
|
|
830
|
-
export declare const
|
|
831
|
-
export declare const
|
|
832
|
-
export declare const
|
|
833
|
-
containerInfo: zod.ZodArray<zod.ZodObject<{
|
|
887
|
+
export declare const dataSetsPutBodyContainerInfoItemDataSourceIdRegExp: RegExp;
|
|
888
|
+
export declare const dataSetsPutBodyIdRegExp: RegExp;
|
|
889
|
+
export declare const dataSetsPutBody: zod.ZodObject<{
|
|
890
|
+
containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
834
891
|
dataSourceId: zod.ZodString;
|
|
835
892
|
path: zod.ZodString;
|
|
836
|
-
}, zod.core.$strict
|
|
893
|
+
}, zod.core.$strict>>>>;
|
|
837
894
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
838
895
|
id: zod.ZodString;
|
|
839
|
-
name: zod.ZodString
|
|
896
|
+
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
840
897
|
}, zod.core.$strict>;
|
|
898
|
+
export declare const dataSetsPutResponseDataSpaceIdRegExp: RegExp;
|
|
899
|
+
export declare const dataSetsPutResponseFlowIdRegExp: RegExp;
|
|
900
|
+
export declare const dataSetsPutResponseIdRegExp: RegExp;
|
|
901
|
+
export declare const dataSetsPutResponseVersionRegExp: RegExp;
|
|
902
|
+
export declare const dataSetsPutResponse: zod.ZodObject<{
|
|
903
|
+
createdAt: zod.ZodISODateTime;
|
|
904
|
+
createdByUserId: zod.ZodString;
|
|
905
|
+
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
906
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
907
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
908
|
+
id: zod.ZodString;
|
|
909
|
+
modifiedAt: zod.ZodISODateTime;
|
|
910
|
+
modifiedByUserId: zod.ZodString;
|
|
911
|
+
name: zod.ZodString;
|
|
912
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
913
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
914
|
+
isVector: zod.ZodBoolean;
|
|
915
|
+
name: zod.ZodString;
|
|
916
|
+
}, zod.core.$strip>>;
|
|
917
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
918
|
+
}, zod.core.$strip>;
|
|
841
919
|
/**
|
|
842
|
-
* @summary
|
|
920
|
+
* @summary Update just the basic-info fields (name + description) on a dataset.
|
|
843
921
|
*/
|
|
844
|
-
export declare const
|
|
845
|
-
export declare const
|
|
922
|
+
export declare const dataSetsPutBasicInfoPathIdRegExp: RegExp;
|
|
923
|
+
export declare const dataSetsPutBasicInfoParams: zod.ZodObject<{
|
|
846
924
|
id: zod.ZodString;
|
|
847
925
|
}, zod.core.$strict>;
|
|
848
|
-
export declare const
|
|
926
|
+
export declare const dataSetsPutBasicInfoBody: zod.ZodObject<{
|
|
849
927
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
850
928
|
name: zod.ZodString;
|
|
851
929
|
}, zod.core.$strict>;
|
|
852
|
-
export declare const
|
|
853
|
-
export declare const
|
|
930
|
+
export declare const dataSetsClearPathIdRegExp: RegExp;
|
|
931
|
+
export declare const dataSetsClearParams: zod.ZodObject<{
|
|
854
932
|
id: zod.ZodString;
|
|
855
933
|
}, zod.core.$strict>;
|
|
856
|
-
export declare const
|
|
857
|
-
export declare const
|
|
934
|
+
export declare const dataSetsGetContainerItemsRunHistoryPathIdRegExp: RegExp;
|
|
935
|
+
export declare const dataSetsGetContainerItemsRunHistoryParams: zod.ZodObject<{
|
|
858
936
|
id: zod.ZodString;
|
|
859
937
|
}, zod.core.$strict>;
|
|
860
|
-
export declare const
|
|
861
|
-
export declare const
|
|
862
|
-
export declare const
|
|
938
|
+
export declare const dataSetsGetContainerItemsRunHistoryQuerySkipDefault = 0;
|
|
939
|
+
export declare const dataSetsGetContainerItemsRunHistoryQueryTakeDefault = 50;
|
|
940
|
+
export declare const dataSetsGetContainerItemsRunHistoryQueryParams: zod.ZodObject<{
|
|
863
941
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
864
942
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
865
943
|
search: zod.ZodOptional<zod.ZodString>;
|
|
866
944
|
}, zod.core.$strict>;
|
|
945
|
+
export declare const dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp: RegExp;
|
|
946
|
+
export declare const dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp: RegExp;
|
|
947
|
+
export declare const dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp: RegExp;
|
|
948
|
+
export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<{
|
|
949
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
950
|
+
containerId: zod.ZodString;
|
|
951
|
+
createdAt: zod.ZodISODateTime;
|
|
952
|
+
flowRuns: zod.ZodArray<zod.ZodObject<{
|
|
953
|
+
errors: zod.ZodArray<zod.ZodObject<{
|
|
954
|
+
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
955
|
+
code: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
956
|
+
message: zod.ZodString;
|
|
957
|
+
}, zod.core.$strip>>;
|
|
958
|
+
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
959
|
+
flowRunId: zod.ZodString;
|
|
960
|
+
runAt: zod.ZodISODateTime;
|
|
961
|
+
status: zod.ZodString;
|
|
962
|
+
}, zod.core.$strip>>;
|
|
963
|
+
id: zod.ZodString;
|
|
964
|
+
name: zod.ZodString;
|
|
965
|
+
path: zod.ZodString;
|
|
966
|
+
status: zod.ZodString;
|
|
967
|
+
}, zod.core.$strip>>;
|
|
968
|
+
total: zod.ZodNumber;
|
|
969
|
+
}, zod.core.$strip>;
|
|
867
970
|
/**
|
|
868
|
-
* @summary
|
|
971
|
+
* @summary Move a dataset to a different dataspace.
|
|
869
972
|
*/
|
|
870
|
-
export declare const
|
|
871
|
-
export declare const
|
|
973
|
+
export declare const dataSetsSetDataspacePathIdRegExp: RegExp;
|
|
974
|
+
export declare const dataSetsSetDataspaceParams: zod.ZodObject<{
|
|
872
975
|
id: zod.ZodString;
|
|
873
976
|
}, zod.core.$strict>;
|
|
874
|
-
export declare const
|
|
875
|
-
export declare const
|
|
876
|
-
export declare const
|
|
877
|
-
export declare const
|
|
977
|
+
export declare const dataSetsSetDataspaceBodyRegExp: RegExp;
|
|
978
|
+
export declare const dataSetsSetDataspaceBody: zod.ZodString;
|
|
979
|
+
export declare const dataSetsSetDataspaceResponseDataSpaceIdRegExp: RegExp;
|
|
980
|
+
export declare const dataSetsSetDataspaceResponseFlowIdRegExp: RegExp;
|
|
981
|
+
export declare const dataSetsSetDataspaceResponseIdRegExp: RegExp;
|
|
982
|
+
export declare const dataSetsSetDataspaceResponseVersionRegExp: RegExp;
|
|
983
|
+
export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
|
|
984
|
+
createdAt: zod.ZodISODateTime;
|
|
985
|
+
createdByUserId: zod.ZodString;
|
|
986
|
+
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
987
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
988
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
989
|
+
id: zod.ZodString;
|
|
990
|
+
modifiedAt: zod.ZodISODateTime;
|
|
991
|
+
modifiedByUserId: zod.ZodString;
|
|
992
|
+
name: zod.ZodString;
|
|
993
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
994
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
995
|
+
isVector: zod.ZodBoolean;
|
|
996
|
+
name: zod.ZodString;
|
|
997
|
+
}, zod.core.$strip>>;
|
|
998
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
999
|
+
}, zod.core.$strip>;
|
|
1000
|
+
export declare const dataSetsExportPathIdRegExp: RegExp;
|
|
1001
|
+
export declare const dataSetsExportParams: zod.ZodObject<{
|
|
878
1002
|
id: zod.ZodString;
|
|
879
1003
|
}, zod.core.$strict>;
|
|
880
|
-
export declare const
|
|
881
|
-
export declare const
|
|
1004
|
+
export declare const dataSetsExportResponseIdRegExp: RegExp;
|
|
1005
|
+
export declare const dataSetsExportResponseThreadIdRegExp: RegExp;
|
|
1006
|
+
export declare const dataSetsExportResponseWorkspaceIdRegExp: RegExp;
|
|
1007
|
+
export declare const dataSetsExportResponse: zod.ZodObject<{
|
|
1008
|
+
createdAt: zod.ZodISODateTime;
|
|
1009
|
+
createdByUserId: zod.ZodString;
|
|
1010
|
+
id: zod.ZodString;
|
|
1011
|
+
modifiedAt: zod.ZodISODateTime;
|
|
1012
|
+
modifiedByUserId: zod.ZodString;
|
|
1013
|
+
name: zod.ZodString;
|
|
1014
|
+
size: zod.ZodNumber;
|
|
1015
|
+
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1016
|
+
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1017
|
+
}, zod.core.$strip>;
|
|
1018
|
+
export declare const dataSetsGetItemsPathIdRegExp: RegExp;
|
|
1019
|
+
export declare const dataSetsGetItemsParams: zod.ZodObject<{
|
|
882
1020
|
id: zod.ZodString;
|
|
883
1021
|
}, zod.core.$strict>;
|
|
884
|
-
export declare const
|
|
885
|
-
export declare const
|
|
886
|
-
export declare const
|
|
1022
|
+
export declare const dataSetsGetItemsQuerySkipDefault = 0;
|
|
1023
|
+
export declare const dataSetsGetItemsQueryTakeDefault = 20;
|
|
1024
|
+
export declare const dataSetsGetItemsQueryParams: zod.ZodObject<{
|
|
887
1025
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
888
1026
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
889
1027
|
}, zod.core.$strict>;
|
|
890
|
-
export declare const
|
|
891
|
-
export declare const
|
|
1028
|
+
export declare const dataSetsGetItemsResponseDataItemIdRegExp: RegExp;
|
|
1029
|
+
export declare const dataSetsGetItemsResponseDataItemMetadataContainerIdRegExp: RegExp;
|
|
1030
|
+
export declare const dataSetsGetItemsResponseDataItemMetadataContainerItemIdRegExp: RegExp;
|
|
1031
|
+
export declare const dataSetsGetItemsResponseDataItemMetadataDataSetIdRegExp: RegExp;
|
|
1032
|
+
export declare const dataSetsGetItemsResponseDataItemMetadataFlowRunIdRegExp: RegExp;
|
|
1033
|
+
export declare const dataSetsGetItemsResponse: zod.ZodObject<{
|
|
1034
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
1035
|
+
id: zod.ZodString;
|
|
1036
|
+
indexText: zod.ZodString;
|
|
1037
|
+
metadata: zod.ZodObject<{
|
|
1038
|
+
containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1039
|
+
containerItemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1040
|
+
containerItemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1041
|
+
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1042
|
+
dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1043
|
+
flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1044
|
+
indexed: zod.ZodBoolean;
|
|
1045
|
+
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1046
|
+
}, zod.core.$strip>;
|
|
1047
|
+
properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1048
|
+
}, zod.core.$strip>>;
|
|
1049
|
+
total: zod.ZodNumber;
|
|
1050
|
+
}, zod.core.$strip>;
|
|
1051
|
+
export declare const dataSetsAddItemPathIdRegExp: RegExp;
|
|
1052
|
+
export declare const dataSetsAddItemParams: zod.ZodObject<{
|
|
892
1053
|
id: zod.ZodString;
|
|
893
1054
|
}, zod.core.$strict>;
|
|
894
|
-
export declare const
|
|
895
|
-
export declare const
|
|
1055
|
+
export declare const dataSetsAddItemBodyIdRegExp: RegExp;
|
|
1056
|
+
export declare const dataSetsAddItemBody: zod.ZodObject<{
|
|
896
1057
|
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
897
1058
|
properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
898
1059
|
}, zod.core.$strict>;
|
|
899
|
-
export declare const
|
|
900
|
-
export declare const
|
|
1060
|
+
export declare const dataSetsSearchItemsPathIdRegExp: RegExp;
|
|
1061
|
+
export declare const dataSetsSearchItemsParams: zod.ZodObject<{
|
|
901
1062
|
id: zod.ZodString;
|
|
902
1063
|
}, zod.core.$strict>;
|
|
903
|
-
export declare const
|
|
1064
|
+
export declare const dataSetsSearchItemsBody: zod.ZodObject<{
|
|
904
1065
|
filter: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
|
|
905
1066
|
query: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
906
1067
|
skip: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
907
1068
|
take: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
908
1069
|
}, zod.core.$strict>;
|
|
909
|
-
export declare const
|
|
910
|
-
export declare const
|
|
911
|
-
export declare const
|
|
1070
|
+
export declare const dataSetsSearchItemsResponseDataItemIdRegExp: RegExp;
|
|
1071
|
+
export declare const dataSetsSearchItemsResponseDataItemMetadataContainerIdRegExp: RegExp;
|
|
1072
|
+
export declare const dataSetsSearchItemsResponseDataItemMetadataContainerItemIdRegExp: RegExp;
|
|
1073
|
+
export declare const dataSetsSearchItemsResponseDataItemMetadataDataSetIdRegExp: RegExp;
|
|
1074
|
+
export declare const dataSetsSearchItemsResponseDataItemMetadataFlowRunIdRegExp: RegExp;
|
|
1075
|
+
export declare const dataSetsSearchItemsResponse: zod.ZodObject<{
|
|
1076
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
1077
|
+
id: zod.ZodString;
|
|
1078
|
+
indexText: zod.ZodString;
|
|
1079
|
+
metadata: zod.ZodObject<{
|
|
1080
|
+
containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1081
|
+
containerItemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1082
|
+
containerItemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1083
|
+
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1084
|
+
dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1085
|
+
flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1086
|
+
indexed: zod.ZodBoolean;
|
|
1087
|
+
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1088
|
+
}, zod.core.$strip>;
|
|
1089
|
+
properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1090
|
+
}, zod.core.$strip>>;
|
|
1091
|
+
total: zod.ZodNumber;
|
|
1092
|
+
}, zod.core.$strip>;
|
|
1093
|
+
export declare const dataSetsDeleteItemPathIdRegExp: RegExp;
|
|
1094
|
+
export declare const dataSetsDeleteItemPathItemIdRegExp: RegExp;
|
|
1095
|
+
export declare const dataSetsDeleteItemParams: zod.ZodObject<{
|
|
912
1096
|
id: zod.ZodString;
|
|
913
1097
|
itemId: zod.ZodString;
|
|
914
1098
|
}, zod.core.$strict>;
|
|
915
1099
|
/**
|
|
916
|
-
* @summary
|
|
1100
|
+
* @summary Upsert a single property on a dataset.
|
|
917
1101
|
*/
|
|
918
|
-
export declare const
|
|
919
|
-
export declare const
|
|
1102
|
+
export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
|
|
1103
|
+
export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
|
|
920
1104
|
id: zod.ZodString;
|
|
921
1105
|
}, zod.core.$strict>;
|
|
922
|
-
export declare const
|
|
1106
|
+
export declare const dataSetsAddDataSetPropertyBody: zod.ZodObject<{
|
|
923
1107
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
924
1108
|
isVector: zod.ZodBoolean;
|
|
925
1109
|
name: zod.ZodString;
|
|
926
1110
|
}, zod.core.$strict>;
|
|
927
|
-
export declare const
|
|
1111
|
+
export declare const dataSetsAddDataSetPropertyResponse: zod.ZodObject<{
|
|
928
1112
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
929
1113
|
isVector: zod.ZodBoolean;
|
|
930
1114
|
name: zod.ZodString;
|
|
931
1115
|
}, zod.core.$strip>;
|
|
932
|
-
export declare const
|
|
933
|
-
export declare const
|
|
1116
|
+
export declare const dataSetsDeleteDataSetPropertyPathIdRegExp: RegExp;
|
|
1117
|
+
export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
|
|
934
1118
|
id: zod.ZodString;
|
|
935
1119
|
name: zod.ZodString;
|
|
936
1120
|
}, zod.core.$strict>;
|
|
937
1121
|
/**
|
|
938
1122
|
* @summary Fetch a list of all available data source types in SmartSpace.
|
|
939
1123
|
*/
|
|
940
|
-
export declare const
|
|
1124
|
+
export declare const dataSourceTypesGetResponseItem: zod.ZodObject<{
|
|
941
1125
|
credentialsDefinition: zod.ZodObject<{
|
|
942
1126
|
credentialsType: zod.ZodEnum<{
|
|
943
1127
|
Dictionary: "Dictionary";
|
|
@@ -956,7 +1140,7 @@ export declare const getDataSourceTypesResponseItem: zod.ZodObject<{
|
|
|
956
1140
|
id: zod.ZodString;
|
|
957
1141
|
name: zod.ZodString;
|
|
958
1142
|
}, zod.core.$strip>;
|
|
959
|
-
export declare const
|
|
1143
|
+
export declare const dataSourceTypesGetResponse: zod.ZodArray<zod.ZodObject<{
|
|
960
1144
|
credentialsDefinition: zod.ZodObject<{
|
|
961
1145
|
credentialsType: zod.ZodEnum<{
|
|
962
1146
|
Dictionary: "Dictionary";
|
|
@@ -978,11 +1162,11 @@ export declare const getDataSourceTypesResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
978
1162
|
/**
|
|
979
1163
|
* @summary Check for available containers for a specific data source type in SmartSpace.
|
|
980
1164
|
*/
|
|
981
|
-
export declare const
|
|
1165
|
+
export declare const dataSourceTypesGetAvailableContainersBody: zod.ZodObject<{
|
|
982
1166
|
credentials: zod.ZodRecord<zod.ZodString, zod.ZodString>;
|
|
983
1167
|
dataSourceTypeId: zod.ZodString;
|
|
984
1168
|
}, zod.core.$strict>;
|
|
985
|
-
export declare const
|
|
1169
|
+
export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodObject<{
|
|
986
1170
|
children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
|
|
987
1171
|
name: zod.ZodString;
|
|
988
1172
|
path: zod.ZodString;
|
|
@@ -991,7 +1175,7 @@ export declare const postDataSourceTypesAvailableContainersResponseItem: zod.Zod
|
|
|
991
1175
|
name: zod.ZodString;
|
|
992
1176
|
}, zod.core.$strip>>;
|
|
993
1177
|
}, zod.core.$strip>;
|
|
994
|
-
export declare const
|
|
1178
|
+
export declare const dataSourceTypesGetAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
|
|
995
1179
|
children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
|
|
996
1180
|
name: zod.ZodString;
|
|
997
1181
|
path: zod.ZodString;
|
|
@@ -1003,11 +1187,11 @@ export declare const postDataSourceTypesAvailableContainersResponse: zod.ZodArra
|
|
|
1003
1187
|
/**
|
|
1004
1188
|
* @summary Test the connection for a data source type in SmartSpace, verifying credentials and connectivity.
|
|
1005
1189
|
*/
|
|
1006
|
-
export declare const
|
|
1190
|
+
export declare const dataSourceTypesTestConnectionBody: zod.ZodObject<{
|
|
1007
1191
|
credentials: zod.ZodRecord<zod.ZodString, zod.ZodString>;
|
|
1008
1192
|
dataSourceTypeId: zod.ZodString;
|
|
1009
1193
|
}, zod.core.$strict>;
|
|
1010
|
-
export declare const
|
|
1194
|
+
export declare const dataSourceTypesTestConnectionResponse: zod.ZodObject<{
|
|
1011
1195
|
exceptionType: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1012
1196
|
isSuccessful: zod.ZodBoolean;
|
|
1013
1197
|
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -1016,17 +1200,17 @@ export declare const postDataSourceTypesTestConnectionResponse: zod.ZodObject<{
|
|
|
1016
1200
|
/**
|
|
1017
1201
|
* @summary Obtain a list of all data sources configured in SmartSpace, with optional pagination options take and skip.
|
|
1018
1202
|
*/
|
|
1019
|
-
export declare const
|
|
1020
|
-
export declare const
|
|
1021
|
-
export declare const
|
|
1203
|
+
export declare const dataSourcesGetQueryTakeDefault = 20;
|
|
1204
|
+
export declare const dataSourcesGetQuerySkipDefault = 0;
|
|
1205
|
+
export declare const dataSourcesGetQueryParams: zod.ZodObject<{
|
|
1022
1206
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1023
1207
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1024
1208
|
search: zod.ZodOptional<zod.ZodString>;
|
|
1025
1209
|
}, zod.core.$strict>;
|
|
1026
|
-
export declare const
|
|
1027
|
-
export declare const
|
|
1028
|
-
export declare const
|
|
1029
|
-
export declare const
|
|
1210
|
+
export declare const dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp: RegExp;
|
|
1211
|
+
export declare const dataSourcesGetResponseDataItemContainersItemIdRegExp: RegExp;
|
|
1212
|
+
export declare const dataSourcesGetResponseDataItemIdRegExp: RegExp;
|
|
1213
|
+
export declare const dataSourcesGetResponse: zod.ZodObject<{
|
|
1030
1214
|
data: zod.ZodArray<zod.ZodObject<{
|
|
1031
1215
|
containers: zod.ZodArray<zod.ZodObject<{
|
|
1032
1216
|
dataSourceId: zod.ZodString;
|
|
@@ -1061,7 +1245,7 @@ export declare const getDataSourcesResponse: zod.ZodObject<{
|
|
|
1061
1245
|
/**
|
|
1062
1246
|
* @summary Create a new data source in SmartSpace, defining its properties and credentials for integration.
|
|
1063
1247
|
*/
|
|
1064
|
-
export declare const
|
|
1248
|
+
export declare const dataSourcesPostBody: zod.ZodObject<{
|
|
1065
1249
|
credentialType: zod.ZodEnum<{
|
|
1066
1250
|
BlobStorage: "BlobStorage";
|
|
1067
1251
|
SqlServer: "SqlServer";
|
|
@@ -1079,7 +1263,18 @@ export declare const postDataSourcesBody: zod.ZodObject<{
|
|
|
1079
1263
|
keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1080
1264
|
name: zod.ZodString;
|
|
1081
1265
|
}, zod.core.$strict>;
|
|
1082
|
-
export declare const
|
|
1266
|
+
export declare const dataSourcesPostResponseContainersItemDataSourceIdRegExp: RegExp;
|
|
1267
|
+
export declare const dataSourcesPostResponseContainersItemIdRegExp: RegExp;
|
|
1268
|
+
export declare const dataSourcesPostResponseIdRegExp: RegExp;
|
|
1269
|
+
export declare const dataSourcesPostResponse: zod.ZodObject<{
|
|
1270
|
+
containers: zod.ZodArray<zod.ZodObject<{
|
|
1271
|
+
dataSourceId: zod.ZodString;
|
|
1272
|
+
id: zod.ZodString;
|
|
1273
|
+
name: zod.ZodString;
|
|
1274
|
+
path: zod.ZodString;
|
|
1275
|
+
}, zod.core.$strip>>;
|
|
1276
|
+
createdAt: zod.ZodISODateTime;
|
|
1277
|
+
createdByUserId: zod.ZodString;
|
|
1083
1278
|
credentialType: zod.ZodEnum<{
|
|
1084
1279
|
BlobStorage: "BlobStorage";
|
|
1085
1280
|
SqlServer: "SqlServer";
|
|
@@ -1093,47 +1288,50 @@ export declare const postDataSourcesResponse: zod.ZodObject<{
|
|
|
1093
1288
|
File: "File";
|
|
1094
1289
|
Sitemap: "Sitemap";
|
|
1095
1290
|
}>;
|
|
1096
|
-
|
|
1291
|
+
id: zod.ZodString;
|
|
1097
1292
|
keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1293
|
+
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1294
|
+
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1098
1295
|
name: zod.ZodString;
|
|
1296
|
+
searchable: zod.ZodBoolean;
|
|
1099
1297
|
}, zod.core.$strip>;
|
|
1100
1298
|
/**
|
|
1101
1299
|
* @summary Remove a specific data source from SmartSpace using its unique ID.
|
|
1102
1300
|
*/
|
|
1103
|
-
export declare const
|
|
1104
|
-
export declare const
|
|
1301
|
+
export declare const dataSourcesDeletePathDataSourceIdRegExp: RegExp;
|
|
1302
|
+
export declare const dataSourcesDeleteParams: zod.ZodObject<{
|
|
1105
1303
|
dataSourceId: zod.ZodString;
|
|
1106
1304
|
}, zod.core.$strict>;
|
|
1107
1305
|
/**
|
|
1108
1306
|
* @summary Update the configuration of an existing data source in SmartSpace by specifying its ID.
|
|
1109
1307
|
*/
|
|
1110
|
-
export declare const
|
|
1111
|
-
export declare const
|
|
1308
|
+
export declare const dataSourcesPutPathDataSourceIdRegExp: RegExp;
|
|
1309
|
+
export declare const dataSourcesPutParams: zod.ZodObject<{
|
|
1112
1310
|
dataSourceId: zod.ZodString;
|
|
1113
1311
|
}, zod.core.$strict>;
|
|
1114
|
-
export declare const
|
|
1312
|
+
export declare const dataSourcesPutBody: zod.ZodObject<{
|
|
1115
1313
|
name: zod.ZodString;
|
|
1116
1314
|
}, zod.core.$strict>;
|
|
1117
1315
|
/**
|
|
1118
1316
|
* @summary Retrieve container information associated with a specific data source in SmartSpace, using it's ID.
|
|
1119
1317
|
*/
|
|
1120
|
-
export declare const
|
|
1121
|
-
export declare const
|
|
1318
|
+
export declare const dataSourcesContainersPathDataSourceIdRegExp: RegExp;
|
|
1319
|
+
export declare const dataSourcesContainersParams: zod.ZodObject<{
|
|
1122
1320
|
dataSourceId: zod.ZodString;
|
|
1123
1321
|
}, zod.core.$strict>;
|
|
1124
|
-
export declare const
|
|
1322
|
+
export declare const dataSourcesContainersQueryParams: zod.ZodObject<{
|
|
1125
1323
|
parentId: zod.ZodOptional<zod.ZodString>;
|
|
1126
1324
|
search: zod.ZodOptional<zod.ZodString>;
|
|
1127
1325
|
}, zod.core.$strict>;
|
|
1128
|
-
export declare const
|
|
1129
|
-
export declare const
|
|
1130
|
-
export declare const
|
|
1326
|
+
export declare const dataSourcesContainersResponseDataSourceIdRegExp: RegExp;
|
|
1327
|
+
export declare const dataSourcesContainersResponseIdRegExp: RegExp;
|
|
1328
|
+
export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
|
|
1131
1329
|
dataSourceId: zod.ZodString;
|
|
1132
1330
|
id: zod.ZodString;
|
|
1133
1331
|
name: zod.ZodString;
|
|
1134
1332
|
path: zod.ZodString;
|
|
1135
1333
|
}, zod.core.$strip>;
|
|
1136
|
-
export declare const
|
|
1334
|
+
export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
|
|
1137
1335
|
dataSourceId: zod.ZodString;
|
|
1138
1336
|
id: zod.ZodString;
|
|
1139
1337
|
name: zod.ZodString;
|
|
@@ -1142,117 +1340,59 @@ export declare const getDataSourcesDataSourceIdContainersResponse: zod.ZodArray<
|
|
|
1142
1340
|
/**
|
|
1143
1341
|
* @summary Update the credentials for an existing data source in SmartSpace by specifying its ID.
|
|
1144
1342
|
*/
|
|
1145
|
-
export declare const
|
|
1146
|
-
export declare const
|
|
1343
|
+
export declare const dataSourcesUpdateCredentialsPathDataSourceIdRegExp: RegExp;
|
|
1344
|
+
export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
|
|
1147
1345
|
dataSourceId: zod.ZodString;
|
|
1148
1346
|
}, zod.core.$strict>;
|
|
1149
|
-
export declare const
|
|
1347
|
+
export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
|
|
1150
1348
|
credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
|
|
1151
1349
|
}, zod.core.$strict>;
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
export declare const getDataSpacesQueryTakeDefault = 20;
|
|
1156
|
-
export declare const getDataSpacesQuerySkipDefault = 0;
|
|
1157
|
-
export declare const getDataSpacesQueryParams: zod.ZodObject<{
|
|
1158
|
-
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1159
|
-
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1160
|
-
search: zod.ZodOptional<zod.ZodString>;
|
|
1350
|
+
export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
|
|
1351
|
+
export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
|
|
1352
|
+
id: zod.ZodString;
|
|
1161
1353
|
}, zod.core.$strict>;
|
|
1162
|
-
export declare const
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
export declare const
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
export declare const
|
|
1171
|
-
export declare const
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1354
|
+
export declare const dataSourcesGetAdminUsersResponseItem: zod.ZodObject<{
|
|
1355
|
+
id: zod.ZodString;
|
|
1356
|
+
name: zod.ZodString;
|
|
1357
|
+
}, zod.core.$strip>;
|
|
1358
|
+
export declare const dataSourcesGetAdminUsersResponse: zod.ZodArray<zod.ZodObject<{
|
|
1359
|
+
id: zod.ZodString;
|
|
1360
|
+
name: zod.ZodString;
|
|
1361
|
+
}, zod.core.$strip>>;
|
|
1362
|
+
export declare const dataSourcesDeleteAdminPathIdRegExp: RegExp;
|
|
1363
|
+
export declare const dataSourcesDeleteAdminParams: zod.ZodObject<{
|
|
1364
|
+
id: zod.ZodString;
|
|
1365
|
+
userId: zod.ZodString;
|
|
1366
|
+
}, zod.core.$strict>;
|
|
1367
|
+
export declare const dataSourcesAddAdminPathIdRegExp: RegExp;
|
|
1368
|
+
export declare const dataSourcesAddAdminParams: zod.ZodObject<{
|
|
1369
|
+
id: zod.ZodString;
|
|
1370
|
+
userId: zod.ZodString;
|
|
1371
|
+
}, zod.core.$strict>;
|
|
1372
|
+
export declare const dataSpacesGetQueryTakeDefault = 20;
|
|
1373
|
+
export declare const dataSpacesGetQuerySkipDefault = 0;
|
|
1374
|
+
export declare const dataSpacesGetQueryParams: zod.ZodObject<{
|
|
1375
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1376
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1377
|
+
search: zod.ZodOptional<zod.ZodString>;
|
|
1378
|
+
}, zod.core.$strict>;
|
|
1379
|
+
export declare const dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
|
|
1380
|
+
export declare const dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp: RegExp;
|
|
1381
|
+
export declare const dataSpacesGetResponseDataItemDataSetsItemIdRegExp: RegExp;
|
|
1382
|
+
export declare const dataSpacesGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
|
|
1383
|
+
export declare const dataSpacesGetResponseDataItemIdRegExp: RegExp;
|
|
1384
|
+
export declare const dataSpacesGetResponseDataItemParentWorkspaceIdRegExp: RegExp;
|
|
1385
|
+
export declare const dataSpacesGetResponseDataItemWorkSpacesItemIdRegExp: RegExp;
|
|
1386
|
+
export declare const dataSpacesGetResponse: zod.ZodObject<{
|
|
1387
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
1388
|
+
createdAt: zod.ZodISODateTime;
|
|
1389
|
+
createdByUserId: zod.ZodString;
|
|
1390
|
+
dataSets: zod.ZodArray<zod.ZodObject<{
|
|
1179
1391
|
createdAt: zod.ZodISODateTime;
|
|
1180
1392
|
createdByUserId: zod.ZodString;
|
|
1181
1393
|
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1182
1394
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1183
|
-
|
|
1184
|
-
activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
|
|
1185
|
-
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1186
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1187
|
-
target: zod.ZodObject<{
|
|
1188
|
-
pin: zod.ZodString;
|
|
1189
|
-
port: zod.ZodString;
|
|
1190
|
-
}, zod.core.$strip>;
|
|
1191
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
1192
|
-
}, zod.core.$strip>>>>;
|
|
1193
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1194
|
-
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1195
|
-
pin: zod.ZodString;
|
|
1196
|
-
port: zod.ZodString;
|
|
1197
|
-
}, zod.core.$strip>>>>;
|
|
1198
|
-
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1199
|
-
pin: zod.ZodString;
|
|
1200
|
-
port: zod.ZodString;
|
|
1201
|
-
}, zod.core.$strip>>>>;
|
|
1202
|
-
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1203
|
-
name: zod.ZodString;
|
|
1204
|
-
version: zod.ZodString;
|
|
1205
|
-
}, zod.core.$strip>>>>;
|
|
1206
|
-
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1207
|
-
source: zod.ZodObject<{
|
|
1208
|
-
node: zod.ZodString;
|
|
1209
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1210
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1211
|
-
}, zod.core.$strip>;
|
|
1212
|
-
target: zod.ZodObject<{
|
|
1213
|
-
node: zod.ZodString;
|
|
1214
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1215
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1216
|
-
}, zod.core.$strip>;
|
|
1217
|
-
}, zod.core.$strip>>>>;
|
|
1218
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1219
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
1220
|
-
}, zod.core.$strip>>>>;
|
|
1221
|
-
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1222
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1223
|
-
}, zod.core.$strip>>>>;
|
|
1224
|
-
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
1225
|
-
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1226
|
-
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1227
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1228
|
-
}, zod.core.$strip>>>>;
|
|
1229
|
-
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1230
|
-
access: zod.ZodEnum<{
|
|
1231
|
-
None: "None";
|
|
1232
|
-
Read: "Read";
|
|
1233
|
-
Write: "Write";
|
|
1234
|
-
}>;
|
|
1235
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1236
|
-
}, zod.core.$strip>>>>;
|
|
1237
|
-
}, zod.core.$strip>>;
|
|
1238
|
-
activeFlowDefinitionId: zod.ZodString;
|
|
1239
|
-
id: zod.ZodString;
|
|
1240
|
-
triggers: zod.ZodArray<zod.ZodObject<{
|
|
1241
|
-
dataSourceContainer: zod.ZodObject<{
|
|
1242
|
-
dataSourceId: zod.ZodString;
|
|
1243
|
-
id: zod.ZodString;
|
|
1244
|
-
name: zod.ZodString;
|
|
1245
|
-
path: zod.ZodString;
|
|
1246
|
-
}, zod.core.$strip>;
|
|
1247
|
-
flowId: zod.ZodString;
|
|
1248
|
-
id: zod.ZodString;
|
|
1249
|
-
inputName: zod.ZodString;
|
|
1250
|
-
type: zod.ZodEnum<{
|
|
1251
|
-
Periodic: "Periodic";
|
|
1252
|
-
Container: "Container";
|
|
1253
|
-
}>;
|
|
1254
|
-
}, zod.core.$strip>>;
|
|
1255
|
-
}, zod.core.$strip>>;
|
|
1395
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1256
1396
|
id: zod.ZodString;
|
|
1257
1397
|
modifiedAt: zod.ZodISODateTime;
|
|
1258
1398
|
modifiedByUserId: zod.ZodString;
|
|
@@ -1263,139 +1403,51 @@ export declare const getDataSpacesResponse: zod.ZodObject<{
|
|
|
1263
1403
|
name: zod.ZodString;
|
|
1264
1404
|
}, zod.core.$strip>>;
|
|
1265
1405
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1266
|
-
}, zod.core.$strip
|
|
1406
|
+
}, zod.core.$strip>>;
|
|
1267
1407
|
id: zod.ZodString;
|
|
1268
|
-
modifiedAt: zod.
|
|
1269
|
-
modifiedByUserId: zod.
|
|
1408
|
+
modifiedAt: zod.ZodISODateTime;
|
|
1409
|
+
modifiedByUserId: zod.ZodString;
|
|
1270
1410
|
name: zod.ZodString;
|
|
1271
1411
|
parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1272
|
-
|
|
1412
|
+
workSpaces: zod.ZodArray<zod.ZodObject<{
|
|
1273
1413
|
id: zod.ZodString;
|
|
1274
1414
|
name: zod.ZodString;
|
|
1275
|
-
}, zod.core.$strip
|
|
1415
|
+
}, zod.core.$strip>>;
|
|
1276
1416
|
}, zod.core.$strip>>;
|
|
1277
1417
|
total: zod.ZodNumber;
|
|
1278
1418
|
}, zod.core.$strip>;
|
|
1279
1419
|
/**
|
|
1280
|
-
* @summary Create a new dataspace
|
|
1420
|
+
* @summary Create a new dataspace.
|
|
1281
1421
|
*/
|
|
1282
|
-
export declare const
|
|
1283
|
-
export declare const
|
|
1422
|
+
export declare const dataSpacesPostBodyDataSetIdsItemRegExp: RegExp;
|
|
1423
|
+
export declare const dataSpacesPostBody: zod.ZodObject<{
|
|
1284
1424
|
dataSetIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1285
1425
|
name: zod.ZodString;
|
|
1286
1426
|
}, zod.core.$strict>;
|
|
1287
|
-
export declare const
|
|
1288
|
-
export declare const
|
|
1289
|
-
dataSetIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1290
|
-
name: zod.ZodString;
|
|
1291
|
-
}, zod.core.$strip>;
|
|
1292
|
-
/**
|
|
1293
|
-
* @summary Remove a specific data space from SmartSpace, using its ID to ensure accurate deletion.
|
|
1294
|
-
*/
|
|
1295
|
-
export declare const deleteDataSpacesIdPathIdRegExp: RegExp;
|
|
1296
|
-
export declare const deleteDataSpacesIdParams: zod.ZodObject<{
|
|
1427
|
+
export declare const dataSpacesDeletePathIdRegExp: RegExp;
|
|
1428
|
+
export declare const dataSpacesDeleteParams: zod.ZodObject<{
|
|
1297
1429
|
id: zod.ZodString;
|
|
1298
1430
|
}, zod.core.$strict>;
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
*/
|
|
1302
|
-
export declare const getDataSpacesIdPathIdRegExp: RegExp;
|
|
1303
|
-
export declare const getDataSpacesIdParams: zod.ZodObject<{
|
|
1431
|
+
export declare const dataSpacesGetByIdPathIdRegExp: RegExp;
|
|
1432
|
+
export declare const dataSpacesGetByIdParams: zod.ZodObject<{
|
|
1304
1433
|
id: zod.ZodString;
|
|
1305
1434
|
}, zod.core.$strict>;
|
|
1306
|
-
export declare const
|
|
1307
|
-
export declare const
|
|
1308
|
-
export declare const
|
|
1309
|
-
export declare const
|
|
1310
|
-
export declare const
|
|
1311
|
-
export declare const
|
|
1312
|
-
export declare const
|
|
1313
|
-
export declare const
|
|
1314
|
-
export declare const getDataSpacesIdResponseDataSetsItemVersionRegExp: RegExp;
|
|
1315
|
-
export declare const getDataSpacesIdResponseIdRegExp: RegExp;
|
|
1316
|
-
export declare const getDataSpacesIdResponseParentWorkspaceIdRegExp: RegExp;
|
|
1317
|
-
export declare const getDataSpacesIdResponseWorkspacesInfoItemIdRegExp: RegExp;
|
|
1318
|
-
export declare const getDataSpacesIdResponse: zod.ZodObject<{
|
|
1435
|
+
export declare const dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp: RegExp;
|
|
1436
|
+
export declare const dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp: RegExp;
|
|
1437
|
+
export declare const dataSpacesGetByIdResponseDataSetsItemIdRegExp: RegExp;
|
|
1438
|
+
export declare const dataSpacesGetByIdResponseDataSetsItemVersionRegExp: RegExp;
|
|
1439
|
+
export declare const dataSpacesGetByIdResponseIdRegExp: RegExp;
|
|
1440
|
+
export declare const dataSpacesGetByIdResponseParentWorkspaceIdRegExp: RegExp;
|
|
1441
|
+
export declare const dataSpacesGetByIdResponseWorkSpacesItemIdRegExp: RegExp;
|
|
1442
|
+
export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
|
|
1319
1443
|
createdAt: zod.ZodISODateTime;
|
|
1320
1444
|
createdByUserId: zod.ZodString;
|
|
1321
|
-
dataSets: zod.
|
|
1445
|
+
dataSets: zod.ZodArray<zod.ZodObject<{
|
|
1322
1446
|
createdAt: zod.ZodISODateTime;
|
|
1323
1447
|
createdByUserId: zod.ZodString;
|
|
1324
1448
|
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1325
1449
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1326
|
-
|
|
1327
|
-
activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
|
|
1328
|
-
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1329
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1330
|
-
target: zod.ZodObject<{
|
|
1331
|
-
pin: zod.ZodString;
|
|
1332
|
-
port: zod.ZodString;
|
|
1333
|
-
}, zod.core.$strip>;
|
|
1334
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
1335
|
-
}, zod.core.$strip>>>>;
|
|
1336
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1337
|
-
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1338
|
-
pin: zod.ZodString;
|
|
1339
|
-
port: zod.ZodString;
|
|
1340
|
-
}, zod.core.$strip>>>>;
|
|
1341
|
-
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1342
|
-
pin: zod.ZodString;
|
|
1343
|
-
port: zod.ZodString;
|
|
1344
|
-
}, zod.core.$strip>>>>;
|
|
1345
|
-
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1346
|
-
name: zod.ZodString;
|
|
1347
|
-
version: zod.ZodString;
|
|
1348
|
-
}, zod.core.$strip>>>>;
|
|
1349
|
-
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1350
|
-
source: zod.ZodObject<{
|
|
1351
|
-
node: zod.ZodString;
|
|
1352
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1353
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1354
|
-
}, zod.core.$strip>;
|
|
1355
|
-
target: zod.ZodObject<{
|
|
1356
|
-
node: zod.ZodString;
|
|
1357
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1358
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1359
|
-
}, zod.core.$strip>;
|
|
1360
|
-
}, zod.core.$strip>>>>;
|
|
1361
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1362
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
1363
|
-
}, zod.core.$strip>>>>;
|
|
1364
|
-
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1365
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1366
|
-
}, zod.core.$strip>>>>;
|
|
1367
|
-
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
1368
|
-
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1369
|
-
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1370
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1371
|
-
}, zod.core.$strip>>>>;
|
|
1372
|
-
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1373
|
-
access: zod.ZodEnum<{
|
|
1374
|
-
None: "None";
|
|
1375
|
-
Read: "Read";
|
|
1376
|
-
Write: "Write";
|
|
1377
|
-
}>;
|
|
1378
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1379
|
-
}, zod.core.$strip>>>>;
|
|
1380
|
-
}, zod.core.$strip>>;
|
|
1381
|
-
activeFlowDefinitionId: zod.ZodString;
|
|
1382
|
-
id: zod.ZodString;
|
|
1383
|
-
triggers: zod.ZodArray<zod.ZodObject<{
|
|
1384
|
-
dataSourceContainer: zod.ZodObject<{
|
|
1385
|
-
dataSourceId: zod.ZodString;
|
|
1386
|
-
id: zod.ZodString;
|
|
1387
|
-
name: zod.ZodString;
|
|
1388
|
-
path: zod.ZodString;
|
|
1389
|
-
}, zod.core.$strip>;
|
|
1390
|
-
flowId: zod.ZodString;
|
|
1391
|
-
id: zod.ZodString;
|
|
1392
|
-
inputName: zod.ZodString;
|
|
1393
|
-
type: zod.ZodEnum<{
|
|
1394
|
-
Periodic: "Periodic";
|
|
1395
|
-
Container: "Container";
|
|
1396
|
-
}>;
|
|
1397
|
-
}, zod.core.$strip>>;
|
|
1398
|
-
}, zod.core.$strip>>;
|
|
1450
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1399
1451
|
id: zod.ZodString;
|
|
1400
1452
|
modifiedAt: zod.ZodISODateTime;
|
|
1401
1453
|
modifiedByUserId: zod.ZodString;
|
|
@@ -1406,133 +1458,115 @@ export declare const getDataSpacesIdResponse: zod.ZodObject<{
|
|
|
1406
1458
|
name: zod.ZodString;
|
|
1407
1459
|
}, zod.core.$strip>>;
|
|
1408
1460
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1409
|
-
}, zod.core.$strip
|
|
1461
|
+
}, zod.core.$strip>>;
|
|
1410
1462
|
id: zod.ZodString;
|
|
1411
|
-
modifiedAt: zod.
|
|
1412
|
-
modifiedByUserId: zod.
|
|
1463
|
+
modifiedAt: zod.ZodISODateTime;
|
|
1464
|
+
modifiedByUserId: zod.ZodString;
|
|
1413
1465
|
name: zod.ZodString;
|
|
1414
1466
|
parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1415
|
-
|
|
1467
|
+
workSpaces: zod.ZodArray<zod.ZodObject<{
|
|
1416
1468
|
id: zod.ZodString;
|
|
1417
1469
|
name: zod.ZodString;
|
|
1418
|
-
}, zod.core.$strip
|
|
1470
|
+
}, zod.core.$strip>>;
|
|
1419
1471
|
}, zod.core.$strip>;
|
|
1420
1472
|
/**
|
|
1421
|
-
* @summary Update
|
|
1473
|
+
* @summary Update an existing dataspace.
|
|
1422
1474
|
*/
|
|
1423
|
-
export declare const
|
|
1424
|
-
export declare const
|
|
1475
|
+
export declare const dataSpacesPutPathIdRegExp: RegExp;
|
|
1476
|
+
export declare const dataSpacesPutParams: zod.ZodObject<{
|
|
1425
1477
|
id: zod.ZodString;
|
|
1426
1478
|
}, zod.core.$strict>;
|
|
1427
|
-
export declare const
|
|
1428
|
-
export declare const
|
|
1429
|
-
export declare const
|
|
1479
|
+
export declare const dataSpacesPutBodyDataSetIdsItemRegExp: RegExp;
|
|
1480
|
+
export declare const dataSpacesPutBodyIdRegExp: RegExp;
|
|
1481
|
+
export declare const dataSpacesPutBody: zod.ZodObject<{
|
|
1430
1482
|
dataSetIds: zod.ZodArray<zod.ZodString>;
|
|
1431
1483
|
id: zod.ZodString;
|
|
1432
1484
|
name: zod.ZodString;
|
|
1433
1485
|
}, zod.core.$strict>;
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
export declare const
|
|
1438
|
-
export declare const
|
|
1486
|
+
export declare const dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp: RegExp;
|
|
1487
|
+
export declare const dataSpacesPutResponseDataSetsItemFlowIdRegExp: RegExp;
|
|
1488
|
+
export declare const dataSpacesPutResponseDataSetsItemIdRegExp: RegExp;
|
|
1489
|
+
export declare const dataSpacesPutResponseDataSetsItemVersionRegExp: RegExp;
|
|
1490
|
+
export declare const dataSpacesPutResponseIdRegExp: RegExp;
|
|
1491
|
+
export declare const dataSpacesPutResponseParentWorkspaceIdRegExp: RegExp;
|
|
1492
|
+
export declare const dataSpacesPutResponseWorkSpacesItemIdRegExp: RegExp;
|
|
1493
|
+
export declare const dataSpacesPutResponse: zod.ZodObject<{
|
|
1494
|
+
createdAt: zod.ZodISODateTime;
|
|
1495
|
+
createdByUserId: zod.ZodString;
|
|
1496
|
+
dataSets: zod.ZodArray<zod.ZodObject<{
|
|
1497
|
+
createdAt: zod.ZodISODateTime;
|
|
1498
|
+
createdByUserId: zod.ZodString;
|
|
1499
|
+
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1500
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1501
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1502
|
+
id: zod.ZodString;
|
|
1503
|
+
modifiedAt: zod.ZodISODateTime;
|
|
1504
|
+
modifiedByUserId: zod.ZodString;
|
|
1505
|
+
name: zod.ZodString;
|
|
1506
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
1507
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1508
|
+
isVector: zod.ZodBoolean;
|
|
1509
|
+
name: zod.ZodString;
|
|
1510
|
+
}, zod.core.$strip>>;
|
|
1511
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1512
|
+
}, zod.core.$strip>>;
|
|
1513
|
+
id: zod.ZodString;
|
|
1514
|
+
modifiedAt: zod.ZodISODateTime;
|
|
1515
|
+
modifiedByUserId: zod.ZodString;
|
|
1516
|
+
name: zod.ZodString;
|
|
1517
|
+
parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1518
|
+
workSpaces: zod.ZodArray<zod.ZodObject<{
|
|
1519
|
+
id: zod.ZodString;
|
|
1520
|
+
name: zod.ZodString;
|
|
1521
|
+
}, zod.core.$strip>>;
|
|
1522
|
+
}, zod.core.$strip>;
|
|
1523
|
+
export declare const dataSpacesGetAdminUsersPathIdRegExp: RegExp;
|
|
1524
|
+
export declare const dataSpacesGetAdminUsersParams: zod.ZodObject<{
|
|
1525
|
+
id: zod.ZodString;
|
|
1526
|
+
}, zod.core.$strict>;
|
|
1527
|
+
export declare const dataSpacesGetAdminUsersResponseDataSpaceIdRegExp: RegExp;
|
|
1528
|
+
export declare const dataSpacesGetAdminUsersResponseItem: zod.ZodObject<{
|
|
1529
|
+
dataSpaceId: zod.ZodString;
|
|
1530
|
+
displayName: zod.ZodString;
|
|
1531
|
+
userId: zod.ZodString;
|
|
1532
|
+
}, zod.core.$strip>;
|
|
1533
|
+
export declare const dataSpacesGetAdminUsersResponse: zod.ZodArray<zod.ZodObject<{
|
|
1534
|
+
dataSpaceId: zod.ZodString;
|
|
1535
|
+
displayName: zod.ZodString;
|
|
1536
|
+
userId: zod.ZodString;
|
|
1537
|
+
}, zod.core.$strip>>;
|
|
1538
|
+
export declare const dataSpacesDeleteAdminPathIdRegExp: RegExp;
|
|
1539
|
+
export declare const dataSpacesDeleteAdminParams: zod.ZodObject<{
|
|
1540
|
+
id: zod.ZodString;
|
|
1541
|
+
userId: zod.ZodString;
|
|
1542
|
+
}, zod.core.$strict>;
|
|
1543
|
+
export declare const dataSpacesAddAdminPathIdRegExp: RegExp;
|
|
1544
|
+
export declare const dataSpacesAddAdminParams: zod.ZodObject<{
|
|
1545
|
+
id: zod.ZodString;
|
|
1546
|
+
userId: zod.ZodString;
|
|
1547
|
+
}, zod.core.$strict>;
|
|
1548
|
+
export declare const dataSpacesGetDataSetsPathIdRegExp: RegExp;
|
|
1549
|
+
export declare const dataSpacesGetDataSetsParams: zod.ZodObject<{
|
|
1439
1550
|
id: zod.ZodString;
|
|
1440
1551
|
}, zod.core.$strict>;
|
|
1441
|
-
export declare const
|
|
1442
|
-
export declare const
|
|
1443
|
-
export declare const
|
|
1552
|
+
export declare const dataSpacesGetDataSetsQueryTakeDefault = 20;
|
|
1553
|
+
export declare const dataSpacesGetDataSetsQuerySkipDefault = 0;
|
|
1554
|
+
export declare const dataSpacesGetDataSetsQueryParams: zod.ZodObject<{
|
|
1444
1555
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1445
1556
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1446
1557
|
search: zod.ZodOptional<zod.ZodString>;
|
|
1447
1558
|
}, zod.core.$strict>;
|
|
1448
|
-
export declare const
|
|
1449
|
-
export declare const
|
|
1450
|
-
export declare const
|
|
1451
|
-
export declare const
|
|
1452
|
-
export declare const
|
|
1453
|
-
export declare const getDataSpacesIdDatasetsResponseDataItemFlowTriggersItemFlowIdRegExp: RegExp;
|
|
1454
|
-
export declare const getDataSpacesIdDatasetsResponseDataItemFlowTriggersItemIdRegExp: RegExp;
|
|
1455
|
-
export declare const getDataSpacesIdDatasetsResponseDataItemIdRegExp: RegExp;
|
|
1456
|
-
export declare const getDataSpacesIdDatasetsResponseDataItemVersionRegExp: RegExp;
|
|
1457
|
-
export declare const getDataSpacesIdDatasetsResponse: zod.ZodObject<{
|
|
1559
|
+
export declare const dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp: RegExp;
|
|
1560
|
+
export declare const dataSpacesGetDataSetsResponseDataItemFlowIdRegExp: RegExp;
|
|
1561
|
+
export declare const dataSpacesGetDataSetsResponseDataItemIdRegExp: RegExp;
|
|
1562
|
+
export declare const dataSpacesGetDataSetsResponseDataItemVersionRegExp: RegExp;
|
|
1563
|
+
export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
|
|
1458
1564
|
data: zod.ZodArray<zod.ZodObject<{
|
|
1459
1565
|
createdAt: zod.ZodISODateTime;
|
|
1460
1566
|
createdByUserId: zod.ZodString;
|
|
1461
1567
|
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1462
1568
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1463
|
-
|
|
1464
|
-
activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
|
|
1465
|
-
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1466
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1467
|
-
target: zod.ZodObject<{
|
|
1468
|
-
pin: zod.ZodString;
|
|
1469
|
-
port: zod.ZodString;
|
|
1470
|
-
}, zod.core.$strip>;
|
|
1471
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
1472
|
-
}, zod.core.$strip>>>>;
|
|
1473
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1474
|
-
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1475
|
-
pin: zod.ZodString;
|
|
1476
|
-
port: zod.ZodString;
|
|
1477
|
-
}, zod.core.$strip>>>>;
|
|
1478
|
-
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1479
|
-
pin: zod.ZodString;
|
|
1480
|
-
port: zod.ZodString;
|
|
1481
|
-
}, zod.core.$strip>>>>;
|
|
1482
|
-
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1483
|
-
name: zod.ZodString;
|
|
1484
|
-
version: zod.ZodString;
|
|
1485
|
-
}, zod.core.$strip>>>>;
|
|
1486
|
-
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1487
|
-
source: zod.ZodObject<{
|
|
1488
|
-
node: zod.ZodString;
|
|
1489
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1490
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1491
|
-
}, zod.core.$strip>;
|
|
1492
|
-
target: zod.ZodObject<{
|
|
1493
|
-
node: zod.ZodString;
|
|
1494
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1495
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1496
|
-
}, zod.core.$strip>;
|
|
1497
|
-
}, zod.core.$strip>>>>;
|
|
1498
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1499
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
1500
|
-
}, zod.core.$strip>>>>;
|
|
1501
|
-
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1502
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1503
|
-
}, zod.core.$strip>>>>;
|
|
1504
|
-
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
1505
|
-
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1506
|
-
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1507
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1508
|
-
}, zod.core.$strip>>>>;
|
|
1509
|
-
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1510
|
-
access: zod.ZodEnum<{
|
|
1511
|
-
None: "None";
|
|
1512
|
-
Read: "Read";
|
|
1513
|
-
Write: "Write";
|
|
1514
|
-
}>;
|
|
1515
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1516
|
-
}, zod.core.$strip>>>>;
|
|
1517
|
-
}, zod.core.$strip>>;
|
|
1518
|
-
activeFlowDefinitionId: zod.ZodString;
|
|
1519
|
-
id: zod.ZodString;
|
|
1520
|
-
triggers: zod.ZodArray<zod.ZodObject<{
|
|
1521
|
-
dataSourceContainer: zod.ZodObject<{
|
|
1522
|
-
dataSourceId: zod.ZodString;
|
|
1523
|
-
id: zod.ZodString;
|
|
1524
|
-
name: zod.ZodString;
|
|
1525
|
-
path: zod.ZodString;
|
|
1526
|
-
}, zod.core.$strip>;
|
|
1527
|
-
flowId: zod.ZodString;
|
|
1528
|
-
id: zod.ZodString;
|
|
1529
|
-
inputName: zod.ZodString;
|
|
1530
|
-
type: zod.ZodEnum<{
|
|
1531
|
-
Periodic: "Periodic";
|
|
1532
|
-
Container: "Container";
|
|
1533
|
-
}>;
|
|
1534
|
-
}, zod.core.$strip>>;
|
|
1535
|
-
}, zod.core.$strip>>;
|
|
1569
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1536
1570
|
id: zod.ZodString;
|
|
1537
1571
|
modifiedAt: zod.ZodISODateTime;
|
|
1538
1572
|
modifiedByUserId: zod.ZodString;
|
|
@@ -1547,34 +1581,34 @@ export declare const getDataSpacesIdDatasetsResponse: zod.ZodObject<{
|
|
|
1547
1581
|
total: zod.ZodNumber;
|
|
1548
1582
|
}, zod.core.$strip>;
|
|
1549
1583
|
/**
|
|
1550
|
-
* @summary Create a new dataset
|
|
1584
|
+
* @summary Create a new dataset inside this dataspace.
|
|
1551
1585
|
*/
|
|
1552
|
-
export declare const
|
|
1553
|
-
export declare const
|
|
1586
|
+
export declare const dataSpacesPostDatasetPathIdRegExp: RegExp;
|
|
1587
|
+
export declare const dataSpacesPostDatasetParams: zod.ZodObject<{
|
|
1554
1588
|
id: zod.ZodString;
|
|
1555
1589
|
}, zod.core.$strict>;
|
|
1556
|
-
export declare const
|
|
1557
|
-
export declare const
|
|
1558
|
-
containerInfo: zod.ZodArray<zod.ZodObject<{
|
|
1590
|
+
export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp: RegExp;
|
|
1591
|
+
export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
|
|
1592
|
+
containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1559
1593
|
dataSourceId: zod.ZodString;
|
|
1560
1594
|
path: zod.ZodString;
|
|
1561
|
-
}, zod.core.$strict
|
|
1595
|
+
}, zod.core.$strict>>>>;
|
|
1562
1596
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1563
1597
|
name: zod.ZodString;
|
|
1564
1598
|
}, zod.core.$strict>;
|
|
1565
|
-
export declare const
|
|
1599
|
+
export declare const debugInvokeParams: zod.ZodObject<{
|
|
1566
1600
|
connectionId: zod.ZodString;
|
|
1567
1601
|
method: zod.ZodString;
|
|
1568
1602
|
}, zod.core.$strict>;
|
|
1569
|
-
export declare const
|
|
1570
|
-
export declare const
|
|
1603
|
+
export declare const debugInvokeBodyItem: zod.ZodAny;
|
|
1604
|
+
export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
|
|
1571
1605
|
/**
|
|
1572
|
-
* @summary Upload files to be referenced in requests (supports full and chunked uploads)
|
|
1606
|
+
* @summary Upload files to be referenced in requests (supports full and chunked uploads).
|
|
1573
1607
|
*/
|
|
1574
|
-
export declare const
|
|
1575
|
-
export declare const
|
|
1576
|
-
export declare const
|
|
1577
|
-
export declare const
|
|
1608
|
+
export declare const filesUploadFilesBodyThreadIdRegExpOne: RegExp;
|
|
1609
|
+
export declare const filesUploadFilesBodyUploadIdRegExpOne: RegExp;
|
|
1610
|
+
export declare const filesUploadFilesBodyWorkspaceIdRegExpOne: RegExp;
|
|
1611
|
+
export declare const filesUploadFilesBody: zod.ZodObject<{
|
|
1578
1612
|
chunkIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
1579
1613
|
files: zod.ZodOptional<zod.ZodArray<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>>;
|
|
1580
1614
|
lastChunk: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -1583,10 +1617,10 @@ export declare const postFilesBody: zod.ZodObject<{
|
|
|
1583
1617
|
uploadId: zod.ZodOptional<zod.ZodString>;
|
|
1584
1618
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
1585
1619
|
}, zod.core.$strict>;
|
|
1586
|
-
export declare const
|
|
1587
|
-
export declare const
|
|
1588
|
-
export declare const
|
|
1589
|
-
export declare const
|
|
1620
|
+
export declare const filesUploadFilesResponseIdRegExpOne: RegExp;
|
|
1621
|
+
export declare const filesUploadFilesResponseThreadIdRegExpOne: RegExp;
|
|
1622
|
+
export declare const filesUploadFilesResponseWorkspaceIdRegExpOne: RegExp;
|
|
1623
|
+
export declare const filesUploadFilesResponseItem: zod.ZodObject<{
|
|
1590
1624
|
createdAt: zod.ZodISODateTime;
|
|
1591
1625
|
createdByUserId: zod.ZodString;
|
|
1592
1626
|
id: zod.ZodString;
|
|
@@ -1597,7 +1631,7 @@ export declare const postFilesResponseItem: zod.ZodObject<{
|
|
|
1597
1631
|
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1598
1632
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1599
1633
|
}, zod.core.$strip>;
|
|
1600
|
-
export declare const
|
|
1634
|
+
export declare const filesUploadFilesResponse: zod.ZodArray<zod.ZodObject<{
|
|
1601
1635
|
createdAt: zod.ZodISODateTime;
|
|
1602
1636
|
createdByUserId: zod.ZodString;
|
|
1603
1637
|
id: zod.ZodString;
|
|
@@ -1609,22 +1643,22 @@ export declare const postFilesResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
1609
1643
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1610
1644
|
}, zod.core.$strip>>;
|
|
1611
1645
|
/**
|
|
1612
|
-
* @summary Get details for a file previously uploaded
|
|
1646
|
+
* @summary Get details for a file previously uploaded.
|
|
1613
1647
|
*/
|
|
1614
|
-
export declare const
|
|
1615
|
-
export declare const
|
|
1648
|
+
export declare const filesGetFileInfoPathIdRegExpOne: RegExp;
|
|
1649
|
+
export declare const filesGetFileInfoParams: zod.ZodObject<{
|
|
1616
1650
|
id: zod.ZodString;
|
|
1617
1651
|
}, zod.core.$strict>;
|
|
1618
|
-
export declare const
|
|
1619
|
-
export declare const
|
|
1620
|
-
export declare const
|
|
1652
|
+
export declare const filesGetFileInfoQueryThreadIdRegExpOne: RegExp;
|
|
1653
|
+
export declare const filesGetFileInfoQueryWorkspaceIdRegExpOne: RegExp;
|
|
1654
|
+
export declare const filesGetFileInfoQueryParams: zod.ZodObject<{
|
|
1621
1655
|
threadId: zod.ZodOptional<zod.ZodString>;
|
|
1622
1656
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
1623
1657
|
}, zod.core.$strict>;
|
|
1624
|
-
export declare const
|
|
1625
|
-
export declare const
|
|
1626
|
-
export declare const
|
|
1627
|
-
export declare const
|
|
1658
|
+
export declare const filesGetFileInfoResponseIdRegExpOne: RegExp;
|
|
1659
|
+
export declare const filesGetFileInfoResponseThreadIdRegExpOne: RegExp;
|
|
1660
|
+
export declare const filesGetFileInfoResponseWorkspaceIdRegExpOne: RegExp;
|
|
1661
|
+
export declare const filesGetFileInfoResponse: zod.ZodObject<{
|
|
1628
1662
|
createdAt: zod.ZodISODateTime;
|
|
1629
1663
|
createdByUserId: zod.ZodString;
|
|
1630
1664
|
id: zod.ZodString;
|
|
@@ -1636,39 +1670,56 @@ export declare const getFilesIdResponse: zod.ZodObject<{
|
|
|
1636
1670
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1637
1671
|
}, zod.core.$strip>;
|
|
1638
1672
|
/**
|
|
1639
|
-
* @summary Download a previously uploaded file
|
|
1673
|
+
* @summary Download a previously uploaded file.
|
|
1640
1674
|
*/
|
|
1641
|
-
export declare const
|
|
1642
|
-
export declare const
|
|
1675
|
+
export declare const filesDownloadFilePathIdRegExpOne: RegExp;
|
|
1676
|
+
export declare const filesDownloadFileParams: zod.ZodObject<{
|
|
1643
1677
|
id: zod.ZodString;
|
|
1644
1678
|
}, zod.core.$strict>;
|
|
1645
|
-
export declare const
|
|
1646
|
-
export declare const
|
|
1647
|
-
export declare const
|
|
1679
|
+
export declare const filesDownloadFileQueryThreadIdRegExpOne: RegExp;
|
|
1680
|
+
export declare const filesDownloadFileQueryWorkspaceIdRegExpOne: RegExp;
|
|
1681
|
+
export declare const filesDownloadFileQueryParams: zod.ZodObject<{
|
|
1648
1682
|
threadId: zod.ZodOptional<zod.ZodString>;
|
|
1649
1683
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
1650
1684
|
}, zod.core.$strict>;
|
|
1651
1685
|
/**
|
|
1652
|
-
* @summary Get URI of a previously uploaded file
|
|
1686
|
+
* @summary Get URI of a previously uploaded file.
|
|
1653
1687
|
*/
|
|
1654
|
-
export declare const
|
|
1655
|
-
export declare const
|
|
1688
|
+
export declare const filesGetUriPathIdRegExpOne: RegExp;
|
|
1689
|
+
export declare const filesGetUriParams: zod.ZodObject<{
|
|
1656
1690
|
id: zod.ZodString;
|
|
1657
1691
|
}, zod.core.$strict>;
|
|
1658
|
-
export declare const
|
|
1659
|
-
export declare const
|
|
1660
|
-
export declare const
|
|
1692
|
+
export declare const filesGetUriQueryThreadIdRegExpOne: RegExp;
|
|
1693
|
+
export declare const filesGetUriQueryWorkspaceIdRegExpOne: RegExp;
|
|
1694
|
+
export declare const filesGetUriQueryParams: zod.ZodObject<{
|
|
1661
1695
|
threadId: zod.ZodOptional<zod.ZodString>;
|
|
1662
1696
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
1663
1697
|
}, zod.core.$strict>;
|
|
1664
|
-
export declare const
|
|
1698
|
+
export declare const filesGetUriResponse: zod.ZodObject<{
|
|
1699
|
+
uri: zod.ZodString;
|
|
1700
|
+
}, zod.core.$strip>;
|
|
1701
|
+
/**
|
|
1702
|
+
* @summary Creates a new flow run with the specified parameters
|
|
1703
|
+
*/
|
|
1704
|
+
export declare const flowRunsCreateFlowRunQueryFlowIdRegExp: RegExp;
|
|
1705
|
+
export declare const flowRunsCreateFlowRunQueryParams: zod.ZodObject<{
|
|
1706
|
+
flowId: zod.ZodOptional<zod.ZodString>;
|
|
1707
|
+
}, zod.core.$strict>;
|
|
1708
|
+
export declare const flowRunsCreateFlowRunBody: zod.ZodObject<{
|
|
1709
|
+
debug: zod.ZodBoolean;
|
|
1710
|
+
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1711
|
+
channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
|
|
1712
|
+
name: zod.ZodString;
|
|
1713
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
1714
|
+
}, zod.core.$strict>>>>;
|
|
1715
|
+
}, zod.core.$strict>;
|
|
1665
1716
|
/**
|
|
1666
1717
|
* @summary Searches for flow runs based on search term
|
|
1667
1718
|
*/
|
|
1668
|
-
export declare const
|
|
1669
|
-
export declare const
|
|
1670
|
-
export declare const
|
|
1671
|
-
export declare const
|
|
1719
|
+
export declare const flowRunsSearchFlowRunsQueryDataSetIdRegExp: RegExp;
|
|
1720
|
+
export declare const flowRunsSearchFlowRunsQuerySkipDefault = 0;
|
|
1721
|
+
export declare const flowRunsSearchFlowRunsQueryTakeDefault = 20;
|
|
1722
|
+
export declare const flowRunsSearchFlowRunsQueryParams: zod.ZodObject<{
|
|
1672
1723
|
search: zod.ZodOptional<zod.ZodString>;
|
|
1673
1724
|
dataSetId: zod.ZodOptional<zod.ZodString>;
|
|
1674
1725
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1677,14 +1728,14 @@ export declare const getFlowRunsSearchQueryParams: zod.ZodObject<{
|
|
|
1677
1728
|
/**
|
|
1678
1729
|
* @summary Gets a singile file if it was used as an input to the flow run
|
|
1679
1730
|
*/
|
|
1680
|
-
export declare const
|
|
1681
|
-
export declare const
|
|
1731
|
+
export declare const flowRunsGetFileFromFlowRunIdPathFlowRunIdRegExp: RegExp;
|
|
1732
|
+
export declare const flowRunsGetFileFromFlowRunIdParams: zod.ZodObject<{
|
|
1682
1733
|
flowRunId: zod.ZodString;
|
|
1683
1734
|
}, zod.core.$strict>;
|
|
1684
|
-
export declare const
|
|
1685
|
-
export declare const
|
|
1686
|
-
export declare const
|
|
1687
|
-
export declare const
|
|
1735
|
+
export declare const flowRunsGetFileFromFlowRunIdResponseIdRegExp: RegExp;
|
|
1736
|
+
export declare const flowRunsGetFileFromFlowRunIdResponseThreadIdRegExp: RegExp;
|
|
1737
|
+
export declare const flowRunsGetFileFromFlowRunIdResponseWorkspaceIdRegExp: RegExp;
|
|
1738
|
+
export declare const flowRunsGetFileFromFlowRunIdResponse: zod.ZodObject<{
|
|
1688
1739
|
createdAt: zod.ZodISODateTime;
|
|
1689
1740
|
createdByUserId: zod.ZodString;
|
|
1690
1741
|
id: zod.ZodString;
|
|
@@ -1695,24 +1746,47 @@ export declare const getFlowRunsFlowRunIdFileResponse: zod.ZodObject<{
|
|
|
1695
1746
|
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1696
1747
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1697
1748
|
}, zod.core.$strip>;
|
|
1698
|
-
|
|
1699
|
-
|
|
1749
|
+
/**
|
|
1750
|
+
* @summary Gets a flow run including its context
|
|
1751
|
+
*/
|
|
1752
|
+
export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
|
|
1753
|
+
export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
|
|
1754
|
+
id: zod.ZodString;
|
|
1755
|
+
}, zod.core.$strict>;
|
|
1756
|
+
export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
|
|
1757
|
+
export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
|
|
1700
1758
|
id: zod.ZodString;
|
|
1701
1759
|
}, zod.core.$strict>;
|
|
1702
|
-
export declare const
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
export declare const
|
|
1760
|
+
export declare const flowRunsAddFileIdFilesBody: zod.ZodObject<{
|
|
1761
|
+
file: zod.ZodOptional<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>;
|
|
1762
|
+
}, zod.core.$strict>;
|
|
1763
|
+
export declare const flowRunsAddFileIdFilesExistingPathIdRegExp: RegExp;
|
|
1764
|
+
export declare const flowRunsAddFileIdFilesExistingParams: zod.ZodObject<{
|
|
1765
|
+
id: zod.ZodString;
|
|
1766
|
+
}, zod.core.$strict>;
|
|
1767
|
+
export declare const flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp: RegExp;
|
|
1768
|
+
export declare const flowRunsAddFileIdFilesExistingBody: zod.ZodObject<{
|
|
1769
|
+
blobUri: zod.ZodString;
|
|
1770
|
+
flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1771
|
+
}, zod.core.$strict>;
|
|
1772
|
+
export declare const flowRunsGetStepExecutionsPathIdRegExp: RegExp;
|
|
1773
|
+
export declare const flowRunsGetStepExecutionsParams: zod.ZodObject<{
|
|
1774
|
+
id: zod.ZodString;
|
|
1775
|
+
}, zod.core.$strict>;
|
|
1776
|
+
export declare const flowRunsGetStepExecutionsQuerySkipDefault = 0;
|
|
1777
|
+
export declare const flowRunsGetStepExecutionsQueryTakeDefault = 100;
|
|
1778
|
+
export declare const flowRunsGetStepExecutionsQuerySearchDefault = "";
|
|
1779
|
+
export declare const flowRunsGetStepExecutionsQueryParams: zod.ZodObject<{
|
|
1706
1780
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1707
1781
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1708
1782
|
search: zod.ZodOptional<zod.ZodString>;
|
|
1709
1783
|
"blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
1710
1784
|
}, zod.core.$strict>;
|
|
1711
|
-
export declare const
|
|
1712
|
-
export declare const
|
|
1713
|
-
export declare const
|
|
1714
|
-
export declare const
|
|
1715
|
-
export declare const
|
|
1785
|
+
export declare const flowRunsGetStepExecutionsResponseLogsItemIdRegExp: RegExp;
|
|
1786
|
+
export declare const flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
|
|
1787
|
+
export declare const flowRunsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp: RegExp;
|
|
1788
|
+
export declare const flowRunsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp: RegExp;
|
|
1789
|
+
export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
|
|
1716
1790
|
logs: zod.ZodArray<zod.ZodObject<{
|
|
1717
1791
|
blockId: zod.ZodString;
|
|
1718
1792
|
createdAt: zod.ZodISODateTime;
|
|
@@ -1752,26 +1826,26 @@ export declare const getFlowRunsIdFunctionexecutionsResponse: zod.ZodObject<{
|
|
|
1752
1826
|
}, zod.core.$strip>>;
|
|
1753
1827
|
total: zod.ZodNumber;
|
|
1754
1828
|
}, zod.core.$strip>;
|
|
1755
|
-
export declare const
|
|
1756
|
-
export declare const
|
|
1829
|
+
export declare const flowRunsGetVariablesPathIdRegExpOne: RegExp;
|
|
1830
|
+
export declare const flowRunsGetVariablesParams: zod.ZodObject<{
|
|
1757
1831
|
id: zod.ZodString;
|
|
1758
1832
|
}, zod.core.$strict>;
|
|
1759
|
-
export declare const
|
|
1760
|
-
export declare const
|
|
1761
|
-
export declare const
|
|
1833
|
+
export declare const flowRunsGetVariablesResponse: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1834
|
+
export declare const flowRunsSetVariablePathIdRegExpOne: RegExp;
|
|
1835
|
+
export declare const flowRunsSetVariableParams: zod.ZodObject<{
|
|
1762
1836
|
id: zod.ZodString;
|
|
1763
1837
|
variableName: zod.ZodString;
|
|
1764
1838
|
}, zod.core.$strict>;
|
|
1765
|
-
export declare const
|
|
1766
|
-
export declare const
|
|
1767
|
-
export declare const
|
|
1839
|
+
export declare const flowRunsSetVariableBody: zod.ZodAny;
|
|
1840
|
+
export declare const flowsGetPathIdRegExp: RegExp;
|
|
1841
|
+
export declare const flowsGetParams: zod.ZodObject<{
|
|
1768
1842
|
id: zod.ZodString;
|
|
1769
1843
|
}, zod.core.$strict>;
|
|
1770
|
-
export declare const
|
|
1771
|
-
export declare const
|
|
1844
|
+
export declare const flowsSetActiveFlowDefinitionPathIdRegExp: RegExp;
|
|
1845
|
+
export declare const flowsSetActiveFlowDefinitionParams: zod.ZodObject<{
|
|
1772
1846
|
id: zod.ZodString;
|
|
1773
1847
|
}, zod.core.$strict>;
|
|
1774
|
-
export declare const
|
|
1848
|
+
export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
|
|
1775
1849
|
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1776
1850
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1777
1851
|
target: zod.ZodObject<{
|
|
@@ -1825,19 +1899,97 @@ export declare const putFlowsIdActiveBody: zod.ZodObject<{
|
|
|
1825
1899
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1826
1900
|
}, zod.core.$strict>>>>;
|
|
1827
1901
|
}, zod.core.$strict>;
|
|
1902
|
+
/**
|
|
1903
|
+
* @summary Retrieves a list of model deployment providers.
|
|
1904
|
+
*/
|
|
1905
|
+
export declare const modelProvidersGetProvidersQueryTakeDefault = 50;
|
|
1906
|
+
export declare const modelProvidersGetProvidersQuerySkipDefault = 0;
|
|
1907
|
+
export declare const modelProvidersGetProvidersQueryParams: zod.ZodObject<{
|
|
1908
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1909
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1910
|
+
}, zod.core.$strict>;
|
|
1911
|
+
/**
|
|
1912
|
+
* @summary Creates a new model deployment provider.
|
|
1913
|
+
*/
|
|
1914
|
+
export declare const modelProvidersCreateProviderBodyIdRegExp: RegExp;
|
|
1915
|
+
export declare const modelProvidersCreateProviderBody: zod.ZodObject<{
|
|
1916
|
+
apiKey: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1917
|
+
apiVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1918
|
+
baseUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1919
|
+
googleCredentials: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
|
|
1920
|
+
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1921
|
+
location: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1922
|
+
name: zod.ZodString;
|
|
1923
|
+
type: zod.ZodEnum<{
|
|
1924
|
+
OpenAi: "OpenAi";
|
|
1925
|
+
AzureOpenAi: "AzureOpenAi";
|
|
1926
|
+
HuggingFace: "HuggingFace";
|
|
1927
|
+
Cohere: "Cohere";
|
|
1928
|
+
Anthropic: "Anthropic";
|
|
1929
|
+
Gemini: "Gemini";
|
|
1930
|
+
VertexAi: "VertexAi";
|
|
1931
|
+
AzureFoundry: "AzureFoundry";
|
|
1932
|
+
}>;
|
|
1933
|
+
}, zod.core.$strict>;
|
|
1934
|
+
/**
|
|
1935
|
+
* @summary Retrieves the deployable models for a model provider
|
|
1936
|
+
*/
|
|
1937
|
+
export declare const modelProvidersGetModelProviderTypeDeployableModelsParams: zod.ZodObject<{
|
|
1938
|
+
providerType: zod.ZodEnum<{
|
|
1939
|
+
OpenAi: "OpenAi";
|
|
1940
|
+
AzureOpenAi: "AzureOpenAi";
|
|
1941
|
+
HuggingFace: "HuggingFace";
|
|
1942
|
+
Cohere: "Cohere";
|
|
1943
|
+
Anthropic: "Anthropic";
|
|
1944
|
+
Gemini: "Gemini";
|
|
1945
|
+
VertexAi: "VertexAi";
|
|
1946
|
+
AzureFoundry: "AzureFoundry";
|
|
1947
|
+
}>;
|
|
1948
|
+
}, zod.core.$strict>;
|
|
1949
|
+
export declare const modelProvidersGetProviderPathIdRegExp: RegExp;
|
|
1950
|
+
export declare const modelProvidersGetProviderParams: zod.ZodObject<{
|
|
1951
|
+
id: zod.ZodString;
|
|
1952
|
+
}, zod.core.$strict>;
|
|
1953
|
+
/**
|
|
1954
|
+
* @summary Updates or inserts a model deployment provider.
|
|
1955
|
+
*/
|
|
1956
|
+
export declare const modelProvidersUpsertProviderPathIdRegExp: RegExp;
|
|
1957
|
+
export declare const modelProvidersUpsertProviderParams: zod.ZodObject<{
|
|
1958
|
+
id: zod.ZodString;
|
|
1959
|
+
}, zod.core.$strict>;
|
|
1960
|
+
export declare const modelProvidersUpsertProviderBodyIdRegExp: RegExp;
|
|
1961
|
+
export declare const modelProvidersUpsertProviderBody: zod.ZodObject<{
|
|
1962
|
+
apiKey: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1963
|
+
apiVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1964
|
+
baseUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1965
|
+
googleCredentials: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
|
|
1966
|
+
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1967
|
+
location: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1968
|
+
name: zod.ZodString;
|
|
1969
|
+
type: zod.ZodEnum<{
|
|
1970
|
+
OpenAi: "OpenAi";
|
|
1971
|
+
AzureOpenAi: "AzureOpenAi";
|
|
1972
|
+
HuggingFace: "HuggingFace";
|
|
1973
|
+
Cohere: "Cohere";
|
|
1974
|
+
Anthropic: "Anthropic";
|
|
1975
|
+
Gemini: "Gemini";
|
|
1976
|
+
VertexAi: "VertexAi";
|
|
1977
|
+
AzureFoundry: "AzureFoundry";
|
|
1978
|
+
}>;
|
|
1979
|
+
}, zod.core.$strict>;
|
|
1828
1980
|
/**
|
|
1829
1981
|
* @summary Retrieves a list of models.
|
|
1830
1982
|
*/
|
|
1831
|
-
export declare const
|
|
1832
|
-
export declare const
|
|
1833
|
-
export declare const
|
|
1834
|
-
export declare const
|
|
1983
|
+
export declare const modelsGetModelsQueryTakeDefaultOne = 50;
|
|
1984
|
+
export declare const modelsGetModelsQuerySkipDefaultOne = 0;
|
|
1985
|
+
export declare const modelsGetModelsQuerySearchDefaultOne = "";
|
|
1986
|
+
export declare const modelsGetModelsQueryParams: zod.ZodObject<{
|
|
1835
1987
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1836
1988
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1837
1989
|
search: zod.ZodOptional<zod.ZodString>;
|
|
1838
1990
|
}, zod.core.$strict>;
|
|
1839
|
-
export declare const
|
|
1840
|
-
export declare const
|
|
1991
|
+
export declare const modelsGetModelsResponseDataItemIdRegExpOne: RegExp;
|
|
1992
|
+
export declare const modelsGetModelsResponse: zod.ZodObject<{
|
|
1841
1993
|
data: zod.ZodArray<zod.ZodObject<{
|
|
1842
1994
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1843
1995
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -1860,6 +2012,21 @@ export declare const getModelsResponse: zod.ZodObject<{
|
|
|
1860
2012
|
VertexAi: "VertexAi";
|
|
1861
2013
|
AzureFoundry: "AzureFoundry";
|
|
1862
2014
|
}>>;
|
|
2015
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2016
|
+
OpenAi: "OpenAi";
|
|
2017
|
+
HuggingFace: "HuggingFace";
|
|
2018
|
+
Cohere: "Cohere";
|
|
2019
|
+
Anthropic: "Anthropic";
|
|
2020
|
+
Google: "Google";
|
|
2021
|
+
Meta: "Meta";
|
|
2022
|
+
Mistral: "Mistral";
|
|
2023
|
+
Microsoft: "Microsoft";
|
|
2024
|
+
DeepSeek: "DeepSeek";
|
|
2025
|
+
XAi: "XAi";
|
|
2026
|
+
Amazon: "Amazon";
|
|
2027
|
+
Qwen: "Qwen";
|
|
2028
|
+
Other: "Other";
|
|
2029
|
+
}>>;
|
|
1863
2030
|
name: zod.ZodString;
|
|
1864
2031
|
properties: zod.ZodArray<zod.ZodObject<{
|
|
1865
2032
|
name: zod.ZodString;
|
|
@@ -1876,9 +2043,9 @@ export declare const getModelsResponse: zod.ZodObject<{
|
|
|
1876
2043
|
/**
|
|
1877
2044
|
* @summary Creates a new model.
|
|
1878
2045
|
*/
|
|
1879
|
-
export declare const
|
|
1880
|
-
export declare const
|
|
1881
|
-
export declare const
|
|
2046
|
+
export declare const modelsCreateModelBodyDeploymentProviderIdRegExp: RegExp;
|
|
2047
|
+
export declare const modelsCreateModelBodyDeploymentProviderIdRegExpOne: RegExp;
|
|
2048
|
+
export declare const modelsCreateModelBody: zod.ZodObject<{
|
|
1882
2049
|
deployment: zod.ZodOptional<zod.ZodObject<{
|
|
1883
2050
|
dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1884
2051
|
provider: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -1907,26 +2074,48 @@ export declare const postModelsBody: zod.ZodObject<{
|
|
|
1907
2074
|
}, zod.core.$strict>>;
|
|
1908
2075
|
displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1909
2076
|
name: zod.ZodString;
|
|
2077
|
+
publisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2078
|
+
OpenAi: "OpenAi";
|
|
2079
|
+
HuggingFace: "HuggingFace";
|
|
2080
|
+
Cohere: "Cohere";
|
|
2081
|
+
Anthropic: "Anthropic";
|
|
2082
|
+
Google: "Google";
|
|
2083
|
+
Meta: "Meta";
|
|
2084
|
+
Mistral: "Mistral";
|
|
2085
|
+
Microsoft: "Microsoft";
|
|
2086
|
+
DeepSeek: "DeepSeek";
|
|
2087
|
+
XAi: "XAi";
|
|
2088
|
+
Amazon: "Amazon";
|
|
2089
|
+
Qwen: "Qwen";
|
|
2090
|
+
Other: "Other";
|
|
2091
|
+
}>>;
|
|
1910
2092
|
}, zod.core.$strict>;
|
|
2093
|
+
export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
|
|
2094
|
+
serverType: zod.ZodOptional<zod.ZodEnum<{
|
|
2095
|
+
TextGenerationInference: "TextGenerationInference";
|
|
2096
|
+
VLlm: "VLlm";
|
|
2097
|
+
}>>;
|
|
2098
|
+
}, zod.core.$strict>;
|
|
2099
|
+
export declare const modelsGetDefaultDockerFileResponse: zod.ZodString;
|
|
1911
2100
|
/**
|
|
1912
2101
|
* @summary Deletes a model with the specified ID.
|
|
1913
2102
|
*/
|
|
1914
|
-
export declare const
|
|
1915
|
-
export declare const
|
|
2103
|
+
export declare const modelsDeleteModelPathIdRegExp: RegExp;
|
|
2104
|
+
export declare const modelsDeleteModelParams: zod.ZodObject<{
|
|
1916
2105
|
id: zod.ZodString;
|
|
1917
2106
|
}, zod.core.$strict>;
|
|
1918
2107
|
/**
|
|
1919
2108
|
* @summary Retrieves a model by its ID.
|
|
1920
2109
|
*/
|
|
1921
|
-
export declare const
|
|
1922
|
-
export declare const
|
|
2110
|
+
export declare const modelsGetModelPathIdRegExpOne: RegExp;
|
|
2111
|
+
export declare const modelsGetModelParams: zod.ZodObject<{
|
|
1923
2112
|
id: zod.ZodString;
|
|
1924
2113
|
}, zod.core.$strict>;
|
|
1925
|
-
export declare const
|
|
1926
|
-
export declare const
|
|
1927
|
-
export declare const
|
|
1928
|
-
export declare const
|
|
1929
|
-
export declare const
|
|
2114
|
+
export declare const modelsGetModelResponseDeploymentIdRegExpOne: RegExp;
|
|
2115
|
+
export declare const modelsGetModelResponseDeploymentProviderIdRegExpOne: RegExp;
|
|
2116
|
+
export declare const modelsGetModelResponseDeploymentStepsItemIdRegExpOne: RegExp;
|
|
2117
|
+
export declare const modelsGetModelResponseIdRegExpOne: RegExp;
|
|
2118
|
+
export declare const modelsGetModelResponse: zod.ZodObject<{
|
|
1930
2119
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1931
2120
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1932
2121
|
deployment: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -1983,6 +2172,21 @@ export declare const getModelsIdResponse: zod.ZodObject<{
|
|
|
1983
2172
|
VertexAi: "VertexAi";
|
|
1984
2173
|
AzureFoundry: "AzureFoundry";
|
|
1985
2174
|
}>>;
|
|
2175
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2176
|
+
OpenAi: "OpenAi";
|
|
2177
|
+
HuggingFace: "HuggingFace";
|
|
2178
|
+
Cohere: "Cohere";
|
|
2179
|
+
Anthropic: "Anthropic";
|
|
2180
|
+
Google: "Google";
|
|
2181
|
+
Meta: "Meta";
|
|
2182
|
+
Mistral: "Mistral";
|
|
2183
|
+
Microsoft: "Microsoft";
|
|
2184
|
+
DeepSeek: "DeepSeek";
|
|
2185
|
+
XAi: "XAi";
|
|
2186
|
+
Amazon: "Amazon";
|
|
2187
|
+
Qwen: "Qwen";
|
|
2188
|
+
Other: "Other";
|
|
2189
|
+
}>>;
|
|
1986
2190
|
name: zod.ZodString;
|
|
1987
2191
|
properties: zod.ZodArray<zod.ZodObject<{
|
|
1988
2192
|
name: zod.ZodString;
|
|
@@ -1996,13 +2200,13 @@ export declare const getModelsIdResponse: zod.ZodObject<{
|
|
|
1996
2200
|
/**
|
|
1997
2201
|
* @summary Updates or inserts a model with the specified ID.
|
|
1998
2202
|
*/
|
|
1999
|
-
export declare const
|
|
2000
|
-
export declare const
|
|
2203
|
+
export declare const modelsUpsertModelPathIdRegExp: RegExp;
|
|
2204
|
+
export declare const modelsUpsertModelParams: zod.ZodObject<{
|
|
2001
2205
|
id: zod.ZodString;
|
|
2002
2206
|
}, zod.core.$strict>;
|
|
2003
|
-
export declare const
|
|
2004
|
-
export declare const
|
|
2005
|
-
export declare const
|
|
2207
|
+
export declare const modelsUpsertModelBodyDeploymentProviderIdRegExp: RegExp;
|
|
2208
|
+
export declare const modelsUpsertModelBodyDeploymentProviderIdRegExpOne: RegExp;
|
|
2209
|
+
export declare const modelsUpsertModelBody: zod.ZodObject<{
|
|
2006
2210
|
deployment: zod.ZodOptional<zod.ZodObject<{
|
|
2007
2211
|
dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2008
2212
|
provider: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -2031,23 +2235,38 @@ export declare const putModelsIdBody: zod.ZodObject<{
|
|
|
2031
2235
|
}, zod.core.$strict>>;
|
|
2032
2236
|
displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2033
2237
|
name: zod.ZodString;
|
|
2238
|
+
publisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2239
|
+
OpenAi: "OpenAi";
|
|
2240
|
+
HuggingFace: "HuggingFace";
|
|
2241
|
+
Cohere: "Cohere";
|
|
2242
|
+
Anthropic: "Anthropic";
|
|
2243
|
+
Google: "Google";
|
|
2244
|
+
Meta: "Meta";
|
|
2245
|
+
Mistral: "Mistral";
|
|
2246
|
+
Microsoft: "Microsoft";
|
|
2247
|
+
DeepSeek: "DeepSeek";
|
|
2248
|
+
XAi: "XAi";
|
|
2249
|
+
Amazon: "Amazon";
|
|
2250
|
+
Qwen: "Qwen";
|
|
2251
|
+
Other: "Other";
|
|
2252
|
+
}>>;
|
|
2034
2253
|
}, zod.core.$strict>;
|
|
2035
2254
|
/**
|
|
2036
2255
|
* @summary Retrieves the Docker logs for a specific deployment of a model.
|
|
2037
2256
|
*/
|
|
2038
|
-
export declare const
|
|
2039
|
-
export declare const
|
|
2257
|
+
export declare const modelsGetDeploymentDockerLogsPathIdRegExp: RegExp;
|
|
2258
|
+
export declare const modelsGetDeploymentDockerLogsParams: zod.ZodObject<{
|
|
2040
2259
|
id: zod.ZodString;
|
|
2041
2260
|
}, zod.core.$strict>;
|
|
2042
|
-
export declare const
|
|
2261
|
+
export declare const modelsGetDeploymentDockerLogsResponse: zod.ZodString;
|
|
2043
2262
|
/**
|
|
2044
2263
|
* @summary Retrieves the health status of a model.
|
|
2045
2264
|
*/
|
|
2046
|
-
export declare const
|
|
2047
|
-
export declare const
|
|
2265
|
+
export declare const modelsGetModelHealthPathIdRegExp: RegExp;
|
|
2266
|
+
export declare const modelsGetModelHealthParams: zod.ZodObject<{
|
|
2048
2267
|
id: zod.ZodString;
|
|
2049
2268
|
}, zod.core.$strict>;
|
|
2050
|
-
export declare const
|
|
2269
|
+
export declare const modelsGetModelHealthResponse: zod.ZodEnum<{
|
|
2051
2270
|
Unhealthy: "Unhealthy";
|
|
2052
2271
|
Degraded: "Degraded";
|
|
2053
2272
|
Healthy: "Healthy";
|
|
@@ -2055,23 +2274,24 @@ export declare const getModelsIdHealthResponse: zod.ZodEnum<{
|
|
|
2055
2274
|
/**
|
|
2056
2275
|
* @summary Retrieve notifications for user login.
|
|
2057
2276
|
*/
|
|
2058
|
-
export declare const
|
|
2059
|
-
export declare const
|
|
2060
|
-
export declare const
|
|
2277
|
+
export declare const notificationGetQueryTakeDefaultOne = 20;
|
|
2278
|
+
export declare const notificationGetQuerySkipDefaultOne = 0;
|
|
2279
|
+
export declare const notificationGetQueryParams: zod.ZodObject<{
|
|
2061
2280
|
unread: zod.ZodOptional<zod.ZodBoolean>;
|
|
2062
2281
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2063
2282
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
2064
2283
|
}, zod.core.$strict>;
|
|
2065
|
-
export declare const
|
|
2066
|
-
export declare const
|
|
2067
|
-
export declare const
|
|
2068
|
-
export declare const
|
|
2284
|
+
export declare const notificationGetResponseDataItemIdRegExpOne: RegExp;
|
|
2285
|
+
export declare const notificationGetResponseDataItemThreadIdRegExpOne: RegExp;
|
|
2286
|
+
export declare const notificationGetResponseDataItemWorkSpaceIdRegExpOne: RegExp;
|
|
2287
|
+
export declare const notificationGetResponse: zod.ZodObject<{
|
|
2069
2288
|
data: zod.ZodArray<zod.ZodObject<{
|
|
2070
|
-
createdAt: zod.
|
|
2289
|
+
createdAt: zod.ZodISODateTime;
|
|
2071
2290
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2291
|
+
createdByUserId: zod.ZodString;
|
|
2072
2292
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2073
2293
|
dismissedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2074
|
-
id: zod.
|
|
2294
|
+
id: zod.ZodString;
|
|
2075
2295
|
notificationType: zod.ZodEnum<{
|
|
2076
2296
|
WorkSpaceUpdated: "WorkSpaceUpdated";
|
|
2077
2297
|
MessageThreadUpdated: "MessageThreadUpdated";
|
|
@@ -2086,13 +2306,25 @@ export declare const getNotificationResponse: zod.ZodObject<{
|
|
|
2086
2306
|
/**
|
|
2087
2307
|
* @summary Update: mark read notifications.
|
|
2088
2308
|
*/
|
|
2089
|
-
export declare const
|
|
2090
|
-
export declare const
|
|
2091
|
-
export declare const
|
|
2309
|
+
export declare const notificationPutUpdateBodyRegExpOne: RegExp;
|
|
2310
|
+
export declare const notificationPutUpdateBodyItem: zod.ZodString;
|
|
2311
|
+
export declare const notificationPutUpdateBody: zod.ZodArray<zod.ZodString>;
|
|
2312
|
+
/**
|
|
2313
|
+
* @summary Update the upgrade component of the smartspace plan
|
|
2314
|
+
*/
|
|
2315
|
+
export declare const planUpdateSmartSpaceUpgradeBody: zod.ZodObject<{
|
|
2316
|
+
workSpaceQuota: zod.ZodNumber;
|
|
2317
|
+
}, zod.core.$strict>;
|
|
2318
|
+
/**
|
|
2319
|
+
* @summary Calculate the cost of an upgrade change
|
|
2320
|
+
*/
|
|
2321
|
+
export declare const planCalculateSmartSpaceUpgradeCostBody: zod.ZodObject<{
|
|
2322
|
+
workSpaceQuota: zod.ZodNumber;
|
|
2323
|
+
}, zod.core.$strict>;
|
|
2092
2324
|
/**
|
|
2093
2325
|
* @summary Gets the number of requests by a specified duration
|
|
2094
2326
|
*/
|
|
2095
|
-
export declare const
|
|
2327
|
+
export declare const reportingGetRequestsParams: zod.ZodObject<{
|
|
2096
2328
|
duration: zod.ZodEnum<{
|
|
2097
2329
|
Second: "Second";
|
|
2098
2330
|
Minute: "Minute";
|
|
@@ -2101,7 +2333,7 @@ export declare const getReportingRequestsByDurationParams: zod.ZodObject<{
|
|
|
2101
2333
|
Month: "Month";
|
|
2102
2334
|
}>;
|
|
2103
2335
|
}, zod.core.$strict>;
|
|
2104
|
-
export declare const
|
|
2336
|
+
export declare const reportingGetRequestsQueryParams: zod.ZodObject<{
|
|
2105
2337
|
split: zod.ZodOptional<zod.ZodEnum<{
|
|
2106
2338
|
User: "User";
|
|
2107
2339
|
WorkSpace: "WorkSpace";
|
|
@@ -2112,7 +2344,7 @@ export declare const getReportingRequestsByDurationQueryParams: zod.ZodObject<{
|
|
|
2112
2344
|
reportFromDate: zod.ZodOptional<zod.ZodISODateTime>;
|
|
2113
2345
|
reportToDate: zod.ZodOptional<zod.ZodISODateTime>;
|
|
2114
2346
|
}, zod.core.$strict>;
|
|
2115
|
-
export declare const
|
|
2347
|
+
export declare const reportingGetRequestsResponse: zod.ZodObject<{
|
|
2116
2348
|
categories: zod.ZodArray<zod.ZodISODateTime>;
|
|
2117
2349
|
series: zod.ZodArray<zod.ZodObject<{
|
|
2118
2350
|
data: zod.ZodArray<zod.ZodNumber>;
|
|
@@ -2122,7 +2354,7 @@ export declare const getReportingRequestsByDurationResponse: zod.ZodObject<{
|
|
|
2122
2354
|
/**
|
|
2123
2355
|
* @summary Gets the number of tokens by a specified duration
|
|
2124
2356
|
*/
|
|
2125
|
-
export declare const
|
|
2357
|
+
export declare const reportingGetTokensParams: zod.ZodObject<{
|
|
2126
2358
|
duration: zod.ZodEnum<{
|
|
2127
2359
|
Second: "Second";
|
|
2128
2360
|
Minute: "Minute";
|
|
@@ -2131,7 +2363,7 @@ export declare const getReportingTokensByDurationParams: zod.ZodObject<{
|
|
|
2131
2363
|
Month: "Month";
|
|
2132
2364
|
}>;
|
|
2133
2365
|
}, zod.core.$strict>;
|
|
2134
|
-
export declare const
|
|
2366
|
+
export declare const reportingGetTokensQueryParams: zod.ZodObject<{
|
|
2135
2367
|
split: zod.ZodOptional<zod.ZodEnum<{
|
|
2136
2368
|
User: "User";
|
|
2137
2369
|
WorkSpace: "WorkSpace";
|
|
@@ -2142,7 +2374,7 @@ export declare const getReportingTokensByDurationQueryParams: zod.ZodObject<{
|
|
|
2142
2374
|
reportFromDate: zod.ZodOptional<zod.ZodISODateTime>;
|
|
2143
2375
|
reportToDate: zod.ZodOptional<zod.ZodISODateTime>;
|
|
2144
2376
|
}, zod.core.$strict>;
|
|
2145
|
-
export declare const
|
|
2377
|
+
export declare const reportingGetTokensResponse: zod.ZodObject<{
|
|
2146
2378
|
categories: zod.ZodArray<zod.ZodISODateTime>;
|
|
2147
2379
|
series: zod.ZodArray<zod.ZodObject<{
|
|
2148
2380
|
data: zod.ZodArray<zod.ZodNumber>;
|
|
@@ -2152,18 +2384,18 @@ export declare const getReportingTokensByDurationResponse: zod.ZodObject<{
|
|
|
2152
2384
|
/**
|
|
2153
2385
|
* @summary Gets Tenant Id
|
|
2154
2386
|
*/
|
|
2155
|
-
export declare const
|
|
2387
|
+
export declare const tenantIdGetResultResponse: zod.ZodString;
|
|
2156
2388
|
/**
|
|
2157
2389
|
* @summary Retrieve list users in SmartSpace, filter by roleId, with optional pagination controls take and skip.
|
|
2158
2390
|
*/
|
|
2159
|
-
export declare const
|
|
2160
|
-
export declare const
|
|
2161
|
-
export declare const
|
|
2391
|
+
export declare const usersGetUsersQuerySkipDefault = 0;
|
|
2392
|
+
export declare const usersGetUsersQueryTakeDefault = 20;
|
|
2393
|
+
export declare const usersGetUsersQueryParams: zod.ZodObject<{
|
|
2162
2394
|
search: zod.ZodOptional<zod.ZodString>;
|
|
2163
2395
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
2164
2396
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2165
2397
|
}, zod.core.$strict>;
|
|
2166
|
-
export declare const
|
|
2398
|
+
export declare const usersGetUsersResponse: zod.ZodObject<{
|
|
2167
2399
|
data: zod.ZodArray<zod.ZodObject<{
|
|
2168
2400
|
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2169
2401
|
id: zod.ZodString;
|
|
@@ -2186,38 +2418,66 @@ export declare const getUsersResponse: zod.ZodObject<{
|
|
|
2186
2418
|
}, zod.core.$strip>>;
|
|
2187
2419
|
total: zod.ZodNumber;
|
|
2188
2420
|
}, zod.core.$strip>;
|
|
2421
|
+
export declare const usersGetUsersByFilterParams: zod.ZodObject<{
|
|
2422
|
+
permissions: zod.ZodEnum<{
|
|
2423
|
+
None: "None";
|
|
2424
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
2425
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
2426
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
2427
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
2428
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
2429
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
2430
|
+
ConnectorCreate: "ConnectorCreate";
|
|
2431
|
+
ConnectorEdit: "ConnectorEdit";
|
|
2432
|
+
ConnectorDelete: "ConnectorDelete";
|
|
2433
|
+
}>;
|
|
2434
|
+
}, zod.core.$strict>;
|
|
2435
|
+
export declare const usersGetMyPermissionsResponse: zod.ZodEnum<{
|
|
2436
|
+
None: "None";
|
|
2437
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
2438
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
2439
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
2440
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
2441
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
2442
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
2443
|
+
ConnectorCreate: "ConnectorCreate";
|
|
2444
|
+
ConnectorEdit: "ConnectorEdit";
|
|
2445
|
+
ConnectorDelete: "ConnectorDelete";
|
|
2446
|
+
}>;
|
|
2189
2447
|
/**
|
|
2190
2448
|
* @summary Disable user (Remove all assigned WorkSpaces by UserId)
|
|
2191
2449
|
*/
|
|
2192
|
-
export declare const
|
|
2193
|
-
export declare const
|
|
2450
|
+
export declare const usersRemoveUserFromAllWorkSpacesQueryUserIdRegExp: RegExp;
|
|
2451
|
+
export declare const usersRemoveUserFromAllWorkSpacesQueryParams: zod.ZodObject<{
|
|
2194
2452
|
userId: zod.ZodOptional<zod.ZodString>;
|
|
2195
2453
|
}, zod.core.$strict>;
|
|
2196
2454
|
/**
|
|
2197
2455
|
* @summary Search users by name for autocomplete/navigation. Returns lightweight results (id, name, email only).
|
|
2198
2456
|
*/
|
|
2199
|
-
export declare const
|
|
2200
|
-
export declare const
|
|
2457
|
+
export declare const usersSearchUsersQueryTakeDefault = 10;
|
|
2458
|
+
export declare const usersSearchUsersQueryParams: zod.ZodObject<{
|
|
2201
2459
|
q: zod.ZodOptional<zod.ZodString>;
|
|
2202
2460
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2203
2461
|
}, zod.core.$strict>;
|
|
2204
|
-
export declare const
|
|
2462
|
+
export declare const usersSearchUsersResponseItem: zod.ZodObject<{
|
|
2205
2463
|
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2206
2464
|
id: zod.ZodString;
|
|
2465
|
+
isAssigned: zod.ZodBoolean;
|
|
2207
2466
|
name: zod.ZodString;
|
|
2208
2467
|
}, zod.core.$strip>;
|
|
2209
|
-
export declare const
|
|
2468
|
+
export declare const usersSearchUsersResponse: zod.ZodArray<zod.ZodObject<{
|
|
2210
2469
|
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2211
2470
|
id: zod.ZodString;
|
|
2471
|
+
isAssigned: zod.ZodBoolean;
|
|
2212
2472
|
name: zod.ZodString;
|
|
2213
2473
|
}, zod.core.$strip>>;
|
|
2214
2474
|
/**
|
|
2215
2475
|
* @summary Retrieve user detail in SmartSpace
|
|
2216
2476
|
*/
|
|
2217
|
-
export declare const
|
|
2477
|
+
export declare const usersGetUserDetailParams: zod.ZodObject<{
|
|
2218
2478
|
id: zod.ZodString;
|
|
2219
2479
|
}, zod.core.$strict>;
|
|
2220
|
-
export declare const
|
|
2480
|
+
export declare const usersGetUserDetailResponse: zod.ZodObject<{
|
|
2221
2481
|
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2222
2482
|
id: zod.ZodString;
|
|
2223
2483
|
isAdmin: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
@@ -2241,27 +2501,27 @@ export declare const getUsersIdResponse: zod.ZodObject<{
|
|
|
2241
2501
|
* @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
|
|
2242
2502
|
so browsers can cache the image via standard img src usage.
|
|
2243
2503
|
*/
|
|
2244
|
-
export declare const
|
|
2245
|
-
export declare const
|
|
2504
|
+
export declare const usersGetUserPhotoPathIdRegExpOne: RegExp;
|
|
2505
|
+
export declare const usersGetUserPhotoParams: zod.ZodObject<{
|
|
2246
2506
|
id: zod.ZodString;
|
|
2247
2507
|
}, zod.core.$strict>;
|
|
2248
|
-
export declare const
|
|
2508
|
+
export declare const usersGetUserPhotoResponse: zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>;
|
|
2249
2509
|
/**
|
|
2250
2510
|
* @summary Adds Admin for a access for a user
|
|
2251
2511
|
*/
|
|
2252
|
-
export declare const
|
|
2253
|
-
export declare const
|
|
2512
|
+
export declare const usersGetAccessWorkSpacesPathIdRegExp: RegExp;
|
|
2513
|
+
export declare const usersGetAccessWorkSpacesParams: zod.ZodObject<{
|
|
2254
2514
|
id: zod.ZodString;
|
|
2255
2515
|
}, zod.core.$strict>;
|
|
2256
|
-
export declare const
|
|
2257
|
-
export declare const
|
|
2258
|
-
export declare const
|
|
2516
|
+
export declare const usersGetAccessWorkSpacesQuerySkipDefault = 0;
|
|
2517
|
+
export declare const usersGetAccessWorkSpacesQueryTakeDefault = 20;
|
|
2518
|
+
export declare const usersGetAccessWorkSpacesQueryParams: zod.ZodObject<{
|
|
2259
2519
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
2260
2520
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2261
2521
|
}, zod.core.$strict>;
|
|
2262
|
-
export declare const
|
|
2263
|
-
export declare const
|
|
2264
|
-
export declare const
|
|
2522
|
+
export declare const usersGetAccessWorkSpacesResponseIdRegExp: RegExp;
|
|
2523
|
+
export declare const usersGetAccessWorkSpacesResponseWorkSpaceIdRegExp: RegExp;
|
|
2524
|
+
export declare const usersGetAccessWorkSpacesResponseItem: zod.ZodObject<{
|
|
2265
2525
|
accessType: zod.ZodEnum<{
|
|
2266
2526
|
Principal: "Principal";
|
|
2267
2527
|
Group: "Group";
|
|
@@ -2278,7 +2538,7 @@ export declare const getUsersIdWorkspacesResponseItem: zod.ZodObject<{
|
|
|
2278
2538
|
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2279
2539
|
workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2280
2540
|
}, zod.core.$strip>;
|
|
2281
|
-
export declare const
|
|
2541
|
+
export declare const usersGetAccessWorkSpacesResponse: zod.ZodArray<zod.ZodObject<{
|
|
2282
2542
|
accessType: zod.ZodEnum<{
|
|
2283
2543
|
Principal: "Principal";
|
|
2284
2544
|
Group: "Group";
|
|
@@ -2295,44 +2555,83 @@ export declare const getUsersIdWorkspacesResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
2295
2555
|
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2296
2556
|
workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2297
2557
|
}, zod.core.$strip>>;
|
|
2558
|
+
export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
|
|
2559
|
+
export declare const usersAdminPermissionParams: zod.ZodObject<{
|
|
2560
|
+
userId: zod.ZodString;
|
|
2561
|
+
}, zod.core.$strict>;
|
|
2562
|
+
export declare const usersAdminPermissionQueryParams: zod.ZodObject<{
|
|
2563
|
+
isAdmin: zod.ZodOptional<zod.ZodBoolean>;
|
|
2564
|
+
}, zod.core.$strict>;
|
|
2565
|
+
export declare const usersAddUserPermissionPathUserIdRegExp: RegExp;
|
|
2566
|
+
export declare const usersAddUserPermissionParams: zod.ZodObject<{
|
|
2567
|
+
userId: zod.ZodString;
|
|
2568
|
+
}, zod.core.$strict>;
|
|
2569
|
+
export declare const usersAddUserPermissionBody: zod.ZodEnum<{
|
|
2570
|
+
None: "None";
|
|
2571
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
2572
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
2573
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
2574
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
2575
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
2576
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
2577
|
+
ConnectorCreate: "ConnectorCreate";
|
|
2578
|
+
ConnectorEdit: "ConnectorEdit";
|
|
2579
|
+
ConnectorDelete: "ConnectorDelete";
|
|
2580
|
+
}>;
|
|
2581
|
+
export declare const usersRemoveUserPermissionPathUserIdRegExp: RegExp;
|
|
2582
|
+
export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
|
|
2583
|
+
userId: zod.ZodString;
|
|
2584
|
+
permission: zod.ZodEnum<{
|
|
2585
|
+
None: "None";
|
|
2586
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
2587
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
2588
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
2589
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
2590
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
2591
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
2592
|
+
ConnectorCreate: "ConnectorCreate";
|
|
2593
|
+
ConnectorEdit: "ConnectorEdit";
|
|
2594
|
+
ConnectorDelete: "ConnectorDelete";
|
|
2595
|
+
}>;
|
|
2596
|
+
}, zod.core.$strict>;
|
|
2298
2597
|
/**
|
|
2299
2598
|
* @summary Returns a list of available Azure locations for deploying virtual machines
|
|
2300
2599
|
*/
|
|
2301
|
-
export declare const
|
|
2600
|
+
export declare const virtualMachinesGetVirtualMachineLocationsResponseItem: zod.ZodObject<{
|
|
2302
2601
|
displayName: zod.ZodString;
|
|
2303
2602
|
name: zod.ZodString;
|
|
2304
2603
|
}, zod.core.$strip>;
|
|
2305
|
-
export declare const
|
|
2604
|
+
export declare const virtualMachinesGetVirtualMachineLocationsResponse: zod.ZodArray<zod.ZodObject<{
|
|
2306
2605
|
displayName: zod.ZodString;
|
|
2307
2606
|
name: zod.ZodString;
|
|
2308
2607
|
}, zod.core.$strip>>;
|
|
2309
2608
|
/**
|
|
2310
2609
|
* @summary Returns a list of virtual machines sizes available in the specified location
|
|
2311
2610
|
*/
|
|
2312
|
-
export declare const
|
|
2611
|
+
export declare const virtualMachinesGetVirtualMachineSizeParams: zod.ZodObject<{
|
|
2313
2612
|
location: zod.ZodString;
|
|
2314
2613
|
}, zod.core.$strict>;
|
|
2315
|
-
export declare const
|
|
2614
|
+
export declare const virtualMachinesGetVirtualMachineSizeResponseItem: zod.ZodObject<{
|
|
2316
2615
|
name: zod.ZodString;
|
|
2317
2616
|
}, zod.core.$strip>;
|
|
2318
|
-
export declare const
|
|
2617
|
+
export declare const virtualMachinesGetVirtualMachineSizeResponse: zod.ZodArray<zod.ZodObject<{
|
|
2319
2618
|
name: zod.ZodString;
|
|
2320
2619
|
}, zod.core.$strip>>;
|
|
2321
2620
|
/**
|
|
2322
2621
|
* @summary Obtain a list of all templates in SmartSpace, with pagination options take and skip.
|
|
2323
2622
|
*/
|
|
2324
|
-
export declare const
|
|
2325
|
-
export declare const
|
|
2326
|
-
export declare const
|
|
2327
|
-
export declare const
|
|
2623
|
+
export declare const workSpaceTemplatesGetQueryTakeDefault = 20;
|
|
2624
|
+
export declare const workSpaceTemplatesGetQuerySkipDefault = 0;
|
|
2625
|
+
export declare const workSpaceTemplatesGetQuerySearchDefault = "";
|
|
2626
|
+
export declare const workSpaceTemplatesGetQueryParams: zod.ZodObject<{
|
|
2328
2627
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2329
2628
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
2330
2629
|
search: zod.ZodOptional<zod.ZodString>;
|
|
2331
2630
|
}, zod.core.$strict>;
|
|
2332
|
-
export declare const
|
|
2333
|
-
export declare const
|
|
2334
|
-
export declare const
|
|
2335
|
-
export declare const
|
|
2631
|
+
export declare const workSpaceTemplatesGetResponseDataItemIdRegExp: RegExp;
|
|
2632
|
+
export declare const workSpaceTemplatesGetResponseDataItemLatestVersionIdRegExp: RegExp;
|
|
2633
|
+
export declare const workSpaceTemplatesGetResponseDataItemPublisherIdRegExp: RegExp;
|
|
2634
|
+
export declare const workSpaceTemplatesGetResponse: zod.ZodObject<{
|
|
2336
2635
|
data: zod.ZodArray<zod.ZodObject<{
|
|
2337
2636
|
createdAtUtc: zod.ZodISODateTime;
|
|
2338
2637
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2352,34 +2651,34 @@ export declare const getWorkSpaceTemplatesResponse: zod.ZodObject<{
|
|
|
2352
2651
|
total: zod.ZodNumber;
|
|
2353
2652
|
}, zod.core.$strip>;
|
|
2354
2653
|
/**
|
|
2355
|
-
* @summary
|
|
2654
|
+
* @summary Retrieves a collection of workspaces.
|
|
2356
2655
|
*/
|
|
2357
|
-
export declare const
|
|
2358
|
-
export declare const
|
|
2359
|
-
export declare const
|
|
2656
|
+
export declare const workSpacesGetGetQueryTakeDefaultOne = 20;
|
|
2657
|
+
export declare const workSpacesGetGetQuerySkipDefaultOne = 0;
|
|
2658
|
+
export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
|
|
2360
2659
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2361
2660
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
2362
2661
|
search: zod.ZodOptional<zod.ZodString>;
|
|
2363
2662
|
}, zod.core.$strict>;
|
|
2364
|
-
export declare const
|
|
2365
|
-
export declare const
|
|
2366
|
-
export declare const
|
|
2367
|
-
export declare const
|
|
2368
|
-
export declare const
|
|
2369
|
-
export declare const
|
|
2370
|
-
export declare const
|
|
2371
|
-
export declare const
|
|
2372
|
-
export declare const
|
|
2373
|
-
export declare const
|
|
2374
|
-
export declare const
|
|
2375
|
-
export declare const
|
|
2376
|
-
export declare const
|
|
2377
|
-
export declare const
|
|
2378
|
-
export declare const
|
|
2379
|
-
export declare const
|
|
2380
|
-
export declare const
|
|
2381
|
-
export declare const
|
|
2382
|
-
export declare const
|
|
2663
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
2664
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
2665
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
2666
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne: RegExp;
|
|
2667
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne: RegExp;
|
|
2668
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne: RegExp;
|
|
2669
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne: RegExp;
|
|
2670
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemIdRegExpOne: RegExp;
|
|
2671
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemVersionRegExpOne: RegExp;
|
|
2672
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemIdRegExpOne: RegExp;
|
|
2673
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemParentWorkspaceIdRegExpOne: RegExp;
|
|
2674
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemWorkspacesInfoItemIdRegExpOne: RegExp;
|
|
2675
|
+
export declare const workSpacesGetGetResponseDataItemIdRegExpOne: RegExp;
|
|
2676
|
+
export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentIdRegExpOne: RegExp;
|
|
2677
|
+
export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentProviderIdRegExpOne: RegExp;
|
|
2678
|
+
export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne: RegExp;
|
|
2679
|
+
export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne: RegExp;
|
|
2680
|
+
export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
|
|
2681
|
+
export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
2383
2682
|
data: zod.ZodArray<zod.ZodObject<{
|
|
2384
2683
|
createdAt: zod.ZodISODateTime;
|
|
2385
2684
|
createdByUserId: zod.ZodString;
|
|
@@ -2491,7 +2790,6 @@ export declare const getWorkSpacesResponse: zod.ZodObject<{
|
|
|
2491
2790
|
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2492
2791
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2493
2792
|
}, zod.core.$strip>>;
|
|
2494
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2495
2793
|
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
2496
2794
|
frequencyPenalty: zod.ZodNumber;
|
|
2497
2795
|
model: zod.ZodObject<{
|
|
@@ -2551,272 +2849,75 @@ export declare const getWorkSpacesResponse: zod.ZodObject<{
|
|
|
2551
2849
|
VertexAi: "VertexAi";
|
|
2552
2850
|
AzureFoundry: "AzureFoundry";
|
|
2553
2851
|
}>>;
|
|
2852
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2853
|
+
OpenAi: "OpenAi";
|
|
2854
|
+
HuggingFace: "HuggingFace";
|
|
2855
|
+
Cohere: "Cohere";
|
|
2856
|
+
Anthropic: "Anthropic";
|
|
2857
|
+
Google: "Google";
|
|
2858
|
+
Meta: "Meta";
|
|
2859
|
+
Mistral: "Mistral";
|
|
2860
|
+
Microsoft: "Microsoft";
|
|
2861
|
+
DeepSeek: "DeepSeek";
|
|
2862
|
+
XAi: "XAi";
|
|
2863
|
+
Amazon: "Amazon";
|
|
2864
|
+
Qwen: "Qwen";
|
|
2865
|
+
Other: "Other";
|
|
2866
|
+
}>>;
|
|
2554
2867
|
name: zod.ZodString;
|
|
2555
|
-
properties: zod.ZodArray<zod.ZodObject<{
|
|
2556
|
-
name: zod.ZodString;
|
|
2557
|
-
type: zod.ZodEnum<{
|
|
2558
|
-
Boolean: "Boolean";
|
|
2559
|
-
Number: "Number";
|
|
2560
|
-
String: "String";
|
|
2561
|
-
}>;
|
|
2562
|
-
}, zod.core.$strip>>;
|
|
2563
|
-
}, zod.core.$strip>;
|
|
2564
|
-
prePrompt: zod.ZodString;
|
|
2565
|
-
presencePenalty: zod.ZodNumber;
|
|
2566
|
-
role: zod.ZodEnum<{
|
|
2567
|
-
Document: "Document";
|
|
2568
|
-
Agent: "Agent";
|
|
2569
|
-
Analyzer: "Analyzer";
|
|
2570
|
-
}>;
|
|
2571
|
-
temperature: zod.ZodNumber;
|
|
2572
|
-
topP: zod.ZodNumber;
|
|
2573
|
-
}, zod.core.$strip>>;
|
|
2574
|
-
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2575
|
-
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2576
|
-
name: zod.ZodString;
|
|
2577
|
-
outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2578
|
-
sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2579
|
-
showSources: zod.ZodBoolean;
|
|
2580
|
-
summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2581
|
-
supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2582
|
-
tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
2583
|
-
variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2584
|
-
access: zod.ZodEnum<{
|
|
2585
|
-
None: "None";
|
|
2586
|
-
Read: "Read";
|
|
2587
|
-
Write: "Write";
|
|
2588
|
-
}>;
|
|
2589
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2590
|
-
}, zod.core.$strip>>;
|
|
2591
|
-
}, zod.core.$strip>>;
|
|
2592
|
-
total: zod.ZodNumber;
|
|
2593
|
-
}, zod.core.$strip>;
|
|
2594
|
-
/**
|
|
2595
|
-
* @summary Create a new workspace in SmartSpace, specifying details such as name and associated data spaces.
|
|
2596
|
-
*/
|
|
2597
|
-
export declare const postWorkSpacesBodyDataSpacesItemRegExp: RegExp;
|
|
2598
|
-
export declare const postWorkSpacesBodyIdRegExp: RegExp;
|
|
2599
|
-
export declare const postWorkSpacesBodyModelConfigurationsItemModelIdRegExp: RegExp;
|
|
2600
|
-
export declare const postWorkSpacesBodyTemplateVersionIdRegExp: RegExp;
|
|
2601
|
-
export declare const postWorkSpacesBody: zod.ZodObject<{
|
|
2602
|
-
dataSpaces: zod.ZodArray<zod.ZodString>;
|
|
2603
|
-
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2604
|
-
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
2605
|
-
frequencyPenalty: zod.ZodNumber;
|
|
2606
|
-
modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2607
|
-
modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2608
|
-
prePrompt: zod.ZodString;
|
|
2609
|
-
presencePenalty: zod.ZodNumber;
|
|
2610
|
-
role: zod.ZodEnum<{
|
|
2611
|
-
Document: "Document";
|
|
2612
|
-
Agent: "Agent";
|
|
2613
|
-
Analyzer: "Analyzer";
|
|
2614
|
-
}>;
|
|
2615
|
-
temperature: zod.ZodNumber;
|
|
2616
|
-
topP: zod.ZodNumber;
|
|
2617
|
-
}, zod.core.$strict>>;
|
|
2618
|
-
name: zod.ZodString;
|
|
2619
|
-
templateVersionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2620
|
-
}, zod.core.$strict>;
|
|
2621
|
-
export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemDataSpaceIdRegExp: RegExp;
|
|
2622
|
-
export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
|
|
2623
|
-
export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowIdRegExp: RegExp;
|
|
2624
|
-
export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
|
|
2625
|
-
export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
|
|
2626
|
-
export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExp: RegExp;
|
|
2627
|
-
export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExp: RegExp;
|
|
2628
|
-
export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemIdRegExp: RegExp;
|
|
2629
|
-
export declare const postWorkSpacesResponseDataSpacesItemDataSetsItemVersionRegExp: RegExp;
|
|
2630
|
-
export declare const postWorkSpacesResponseDataSpacesItemIdRegExp: RegExp;
|
|
2631
|
-
export declare const postWorkSpacesResponseDataSpacesItemParentWorkspaceIdRegExp: RegExp;
|
|
2632
|
-
export declare const postWorkSpacesResponseDataSpacesItemWorkspacesInfoItemIdRegExp: RegExp;
|
|
2633
|
-
export declare const postWorkSpacesResponseIdRegExp: RegExp;
|
|
2634
|
-
export declare const postWorkSpacesResponseModelConfigurationsItemModelDeploymentIdRegExp: RegExp;
|
|
2635
|
-
export declare const postWorkSpacesResponseModelConfigurationsItemModelDeploymentProviderIdRegExp: RegExp;
|
|
2636
|
-
export declare const postWorkSpacesResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExp: RegExp;
|
|
2637
|
-
export declare const postWorkSpacesResponseModelConfigurationsItemModelIdRegExp: RegExp;
|
|
2638
|
-
export declare const postWorkSpacesResponseSandBoxThreadIdRegExp: RegExp;
|
|
2639
|
-
export declare const postWorkSpacesResponse: zod.ZodObject<{
|
|
2640
|
-
createdAt: zod.ZodISODateTime;
|
|
2641
|
-
createdByUserId: zod.ZodString;
|
|
2642
|
-
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
2643
|
-
createdAt: zod.ZodISODateTime;
|
|
2644
|
-
createdByUserId: zod.ZodString;
|
|
2645
|
-
dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2646
|
-
createdAt: zod.ZodISODateTime;
|
|
2647
|
-
createdByUserId: zod.ZodString;
|
|
2648
|
-
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2649
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2650
|
-
flow: zod.ZodOptional<zod.ZodObject<{
|
|
2651
|
-
activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
|
|
2652
|
-
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2653
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2654
|
-
target: zod.ZodObject<{
|
|
2655
|
-
pin: zod.ZodString;
|
|
2656
|
-
port: zod.ZodString;
|
|
2657
|
-
}, zod.core.$strip>;
|
|
2658
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
2659
|
-
}, zod.core.$strip>>>>;
|
|
2660
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2661
|
-
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2662
|
-
pin: zod.ZodString;
|
|
2663
|
-
port: zod.ZodString;
|
|
2664
|
-
}, zod.core.$strip>>>>;
|
|
2665
|
-
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2666
|
-
pin: zod.ZodString;
|
|
2667
|
-
port: zod.ZodString;
|
|
2668
|
-
}, zod.core.$strip>>>>;
|
|
2669
|
-
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
2670
|
-
name: zod.ZodString;
|
|
2671
|
-
version: zod.ZodString;
|
|
2672
|
-
}, zod.core.$strip>>>>;
|
|
2673
|
-
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2674
|
-
source: zod.ZodObject<{
|
|
2675
|
-
node: zod.ZodString;
|
|
2676
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2677
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2678
|
-
}, zod.core.$strip>;
|
|
2679
|
-
target: zod.ZodObject<{
|
|
2680
|
-
node: zod.ZodString;
|
|
2681
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2682
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2683
|
-
}, zod.core.$strip>;
|
|
2684
|
-
}, zod.core.$strip>>>>;
|
|
2685
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2686
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
2687
|
-
}, zod.core.$strip>>>>;
|
|
2688
|
-
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2689
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2690
|
-
}, zod.core.$strip>>>>;
|
|
2691
|
-
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
2692
|
-
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2693
|
-
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2694
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2695
|
-
}, zod.core.$strip>>>>;
|
|
2696
|
-
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2697
|
-
access: zod.ZodEnum<{
|
|
2698
|
-
None: "None";
|
|
2699
|
-
Read: "Read";
|
|
2700
|
-
Write: "Write";
|
|
2701
|
-
}>;
|
|
2702
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2703
|
-
}, zod.core.$strip>>>>;
|
|
2704
|
-
}, zod.core.$strip>>;
|
|
2705
|
-
activeFlowDefinitionId: zod.ZodString;
|
|
2706
|
-
id: zod.ZodString;
|
|
2707
|
-
triggers: zod.ZodArray<zod.ZodObject<{
|
|
2708
|
-
dataSourceContainer: zod.ZodObject<{
|
|
2709
|
-
dataSourceId: zod.ZodString;
|
|
2710
|
-
id: zod.ZodString;
|
|
2711
|
-
name: zod.ZodString;
|
|
2712
|
-
path: zod.ZodString;
|
|
2713
|
-
}, zod.core.$strip>;
|
|
2714
|
-
flowId: zod.ZodString;
|
|
2715
|
-
id: zod.ZodString;
|
|
2716
|
-
inputName: zod.ZodString;
|
|
2717
|
-
type: zod.ZodEnum<{
|
|
2718
|
-
Periodic: "Periodic";
|
|
2719
|
-
Container: "Container";
|
|
2720
|
-
}>;
|
|
2721
|
-
}, zod.core.$strip>>;
|
|
2722
|
-
}, zod.core.$strip>>;
|
|
2723
|
-
id: zod.ZodString;
|
|
2724
|
-
modifiedAt: zod.ZodISODateTime;
|
|
2725
|
-
modifiedByUserId: zod.ZodString;
|
|
2726
|
-
name: zod.ZodString;
|
|
2727
|
-
properties: zod.ZodArray<zod.ZodObject<{
|
|
2728
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2729
|
-
isVector: zod.ZodBoolean;
|
|
2730
|
-
name: zod.ZodString;
|
|
2731
|
-
}, zod.core.$strip>>;
|
|
2732
|
-
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2733
|
-
}, zod.core.$strip>>>>;
|
|
2734
|
-
id: zod.ZodString;
|
|
2868
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
2869
|
+
name: zod.ZodString;
|
|
2870
|
+
type: zod.ZodEnum<{
|
|
2871
|
+
Boolean: "Boolean";
|
|
2872
|
+
Number: "Number";
|
|
2873
|
+
String: "String";
|
|
2874
|
+
}>;
|
|
2875
|
+
}, zod.core.$strip>>;
|
|
2876
|
+
}, zod.core.$strip>;
|
|
2877
|
+
prePrompt: zod.ZodString;
|
|
2878
|
+
presencePenalty: zod.ZodNumber;
|
|
2879
|
+
role: zod.ZodEnum<{
|
|
2880
|
+
Document: "Document";
|
|
2881
|
+
Agent: "Agent";
|
|
2882
|
+
Analyzer: "Analyzer";
|
|
2883
|
+
}>;
|
|
2884
|
+
temperature: zod.ZodNumber;
|
|
2885
|
+
topP: zod.ZodNumber;
|
|
2886
|
+
}, zod.core.$strip>>;
|
|
2735
2887
|
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2736
2888
|
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2737
2889
|
name: zod.ZodString;
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2890
|
+
outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2891
|
+
sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2892
|
+
showSources: zod.ZodBoolean;
|
|
2893
|
+
summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2894
|
+
supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2895
|
+
tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
2896
|
+
variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2897
|
+
access: zod.ZodEnum<{
|
|
2898
|
+
None: "None";
|
|
2899
|
+
Read: "Read";
|
|
2900
|
+
Write: "Write";
|
|
2901
|
+
}>;
|
|
2902
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2903
|
+
}, zod.core.$strip>>;
|
|
2743
2904
|
}, zod.core.$strip>>;
|
|
2744
|
-
|
|
2745
|
-
|
|
2905
|
+
total: zod.ZodNumber;
|
|
2906
|
+
}, zod.core.$strip>;
|
|
2907
|
+
/**
|
|
2908
|
+
* @summary Creates a new workspace.
|
|
2909
|
+
*/
|
|
2910
|
+
export declare const workSpacesPostBodyDataSpacesItemRegExp: RegExp;
|
|
2911
|
+
export declare const workSpacesPostBodyIdRegExp: RegExp;
|
|
2912
|
+
export declare const workSpacesPostBodyModelConfigurationsItemModelIdRegExp: RegExp;
|
|
2913
|
+
export declare const workSpacesPostBodyTemplateVersionIdRegExp: RegExp;
|
|
2914
|
+
export declare const workSpacesPostBody: zod.ZodObject<{
|
|
2915
|
+
dataSpaces: zod.ZodArray<zod.ZodString>;
|
|
2746
2916
|
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2747
|
-
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2748
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2749
|
-
}, zod.core.$strip>>;
|
|
2750
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2751
2917
|
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
2752
2918
|
frequencyPenalty: zod.ZodNumber;
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2756
|
-
deployment: zod.ZodOptional<zod.ZodObject<{
|
|
2757
|
-
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2758
|
-
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2759
|
-
detailedMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2760
|
-
dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2761
|
-
id: zod.ZodString;
|
|
2762
|
-
modelName: zod.ZodString;
|
|
2763
|
-
providerDeploymentId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2764
|
-
providerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2765
|
-
region: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2766
|
-
status: zod.ZodEnum<{
|
|
2767
|
-
Deploying: "Deploying";
|
|
2768
|
-
Ready: "Ready";
|
|
2769
|
-
Failed: "Failed";
|
|
2770
|
-
Deleting: "Deleting";
|
|
2771
|
-
Deleted: "Deleted";
|
|
2772
|
-
}>;
|
|
2773
|
-
statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2774
|
-
statusUpdatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2775
|
-
steps: zod.ZodArray<zod.ZodObject<{
|
|
2776
|
-
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2777
|
-
id: zod.ZodString;
|
|
2778
|
-
index: zod.ZodNumber;
|
|
2779
|
-
message: zod.ZodString;
|
|
2780
|
-
name: zod.ZodEnum<{
|
|
2781
|
-
DeployVNet: "DeployVNet";
|
|
2782
|
-
DeployVM: "DeployVM";
|
|
2783
|
-
InstallDependencies: "InstallDependencies";
|
|
2784
|
-
DownloadModel: "DownloadModel";
|
|
2785
|
-
TestModel: "TestModel";
|
|
2786
|
-
}>;
|
|
2787
|
-
progress: zod.ZodNumber;
|
|
2788
|
-
startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2789
|
-
}, zod.core.$strip>>;
|
|
2790
|
-
url: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2791
|
-
virtualMachineServerType: zod.ZodOptional<zod.ZodEnum<{
|
|
2792
|
-
TextGenerationInference: "TextGenerationInference";
|
|
2793
|
-
VLlm: "VLlm";
|
|
2794
|
-
}>>;
|
|
2795
|
-
virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2796
|
-
vmSize: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2797
|
-
}, zod.core.$strip>>;
|
|
2798
|
-
displayName: zod.ZodString;
|
|
2799
|
-
id: zod.ZodString;
|
|
2800
|
-
modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
|
|
2801
|
-
OpenAi: "OpenAi";
|
|
2802
|
-
AzureOpenAi: "AzureOpenAi";
|
|
2803
|
-
HuggingFace: "HuggingFace";
|
|
2804
|
-
Cohere: "Cohere";
|
|
2805
|
-
Anthropic: "Anthropic";
|
|
2806
|
-
Gemini: "Gemini";
|
|
2807
|
-
VertexAi: "VertexAi";
|
|
2808
|
-
AzureFoundry: "AzureFoundry";
|
|
2809
|
-
}>>;
|
|
2810
|
-
name: zod.ZodString;
|
|
2811
|
-
properties: zod.ZodArray<zod.ZodObject<{
|
|
2812
|
-
name: zod.ZodString;
|
|
2813
|
-
type: zod.ZodEnum<{
|
|
2814
|
-
Boolean: "Boolean";
|
|
2815
|
-
Number: "Number";
|
|
2816
|
-
String: "String";
|
|
2817
|
-
}>;
|
|
2818
|
-
}, zod.core.$strip>>;
|
|
2819
|
-
}, zod.core.$strip>;
|
|
2919
|
+
modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2920
|
+
modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2820
2921
|
prePrompt: zod.ZodString;
|
|
2821
2922
|
presencePenalty: zod.ZodNumber;
|
|
2822
2923
|
role: zod.ZodEnum<{
|
|
@@ -2826,58 +2927,43 @@ export declare const postWorkSpacesResponse: zod.ZodObject<{
|
|
|
2826
2927
|
}>;
|
|
2827
2928
|
temperature: zod.ZodNumber;
|
|
2828
2929
|
topP: zod.ZodNumber;
|
|
2829
|
-
}, zod.core.$
|
|
2830
|
-
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2831
|
-
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2930
|
+
}, zod.core.$strict>>;
|
|
2832
2931
|
name: zod.ZodString;
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
showSources: zod.ZodBoolean;
|
|
2836
|
-
summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2837
|
-
supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2838
|
-
tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
2839
|
-
variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2840
|
-
access: zod.ZodEnum<{
|
|
2841
|
-
None: "None";
|
|
2842
|
-
Read: "Read";
|
|
2843
|
-
Write: "Write";
|
|
2844
|
-
}>;
|
|
2845
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2846
|
-
}, zod.core.$strip>>;
|
|
2847
|
-
}, zod.core.$strip>;
|
|
2932
|
+
templateVersionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2933
|
+
}, zod.core.$strict>;
|
|
2848
2934
|
/**
|
|
2849
|
-
* @summary
|
|
2935
|
+
* @summary Deletes a workspace by its ID.
|
|
2850
2936
|
*/
|
|
2851
|
-
export declare const
|
|
2852
|
-
export declare const
|
|
2937
|
+
export declare const workSpacesDeletePathIdRegExp: RegExp;
|
|
2938
|
+
export declare const workSpacesDeleteParams: zod.ZodObject<{
|
|
2853
2939
|
id: zod.ZodString;
|
|
2854
2940
|
}, zod.core.$strict>;
|
|
2855
2941
|
/**
|
|
2856
|
-
* @summary
|
|
2942
|
+
* @summary Retrieves a workspace by its ID.
|
|
2857
2943
|
*/
|
|
2858
|
-
export declare const
|
|
2859
|
-
export declare const
|
|
2944
|
+
export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
|
|
2945
|
+
export declare const workSpacesGetIdParams: zod.ZodObject<{
|
|
2860
2946
|
id: zod.ZodString;
|
|
2861
2947
|
}, zod.core.$strict>;
|
|
2862
|
-
export declare const
|
|
2863
|
-
export declare const
|
|
2864
|
-
export declare const
|
|
2865
|
-
export declare const
|
|
2866
|
-
export declare const
|
|
2867
|
-
export declare const
|
|
2868
|
-
export declare const
|
|
2869
|
-
export declare const
|
|
2870
|
-
export declare const
|
|
2871
|
-
export declare const
|
|
2872
|
-
export declare const
|
|
2873
|
-
export declare const
|
|
2874
|
-
export declare const
|
|
2875
|
-
export declare const
|
|
2876
|
-
export declare const
|
|
2877
|
-
export declare const
|
|
2878
|
-
export declare const
|
|
2879
|
-
export declare const
|
|
2880
|
-
export declare const
|
|
2948
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
2949
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
2950
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
2951
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne: RegExp;
|
|
2952
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne: RegExp;
|
|
2953
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne: RegExp;
|
|
2954
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne: RegExp;
|
|
2955
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemIdRegExpOne: RegExp;
|
|
2956
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemVersionRegExpOne: RegExp;
|
|
2957
|
+
export declare const workSpacesGetIdResponseDataSpacesItemIdRegExpOne: RegExp;
|
|
2958
|
+
export declare const workSpacesGetIdResponseDataSpacesItemParentWorkspaceIdRegExpOne: RegExp;
|
|
2959
|
+
export declare const workSpacesGetIdResponseDataSpacesItemWorkspacesInfoItemIdRegExpOne: RegExp;
|
|
2960
|
+
export declare const workSpacesGetIdResponseIdRegExpOne: RegExp;
|
|
2961
|
+
export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentIdRegExpOne: RegExp;
|
|
2962
|
+
export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentProviderIdRegExpOne: RegExp;
|
|
2963
|
+
export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne: RegExp;
|
|
2964
|
+
export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
|
|
2965
|
+
export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
|
|
2966
|
+
export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
2881
2967
|
createdAt: zod.ZodISODateTime;
|
|
2882
2968
|
createdByUserId: zod.ZodString;
|
|
2883
2969
|
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
@@ -2988,7 +3074,6 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
|
|
|
2988
3074
|
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2989
3075
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2990
3076
|
}, zod.core.$strip>>;
|
|
2991
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2992
3077
|
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
2993
3078
|
frequencyPenalty: zod.ZodNumber;
|
|
2994
3079
|
model: zod.ZodObject<{
|
|
@@ -3048,6 +3133,21 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
|
|
|
3048
3133
|
VertexAi: "VertexAi";
|
|
3049
3134
|
AzureFoundry: "AzureFoundry";
|
|
3050
3135
|
}>>;
|
|
3136
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
3137
|
+
OpenAi: "OpenAi";
|
|
3138
|
+
HuggingFace: "HuggingFace";
|
|
3139
|
+
Cohere: "Cohere";
|
|
3140
|
+
Anthropic: "Anthropic";
|
|
3141
|
+
Google: "Google";
|
|
3142
|
+
Meta: "Meta";
|
|
3143
|
+
Mistral: "Mistral";
|
|
3144
|
+
Microsoft: "Microsoft";
|
|
3145
|
+
DeepSeek: "DeepSeek";
|
|
3146
|
+
XAi: "XAi";
|
|
3147
|
+
Amazon: "Amazon";
|
|
3148
|
+
Qwen: "Qwen";
|
|
3149
|
+
Other: "Other";
|
|
3150
|
+
}>>;
|
|
3051
3151
|
name: zod.ZodString;
|
|
3052
3152
|
properties: zod.ZodArray<zod.ZodObject<{
|
|
3053
3153
|
name: zod.ZodString;
|
|
@@ -3086,14 +3186,40 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
|
|
|
3086
3186
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3087
3187
|
}, zod.core.$strip>>;
|
|
3088
3188
|
}, zod.core.$strip>;
|
|
3189
|
+
export declare const workSpacesGetWorkspaceAdminsPathIdRegExp: RegExp;
|
|
3190
|
+
export declare const workSpacesGetWorkspaceAdminsParams: zod.ZodObject<{
|
|
3191
|
+
id: zod.ZodString;
|
|
3192
|
+
}, zod.core.$strict>;
|
|
3193
|
+
export declare const workSpacesGetWorkspaceAdminsResponseItem: zod.ZodObject<{
|
|
3194
|
+
id: zod.ZodString;
|
|
3195
|
+
isAdmin: zod.ZodBoolean;
|
|
3196
|
+
name: zod.ZodString;
|
|
3197
|
+
}, zod.core.$strip>;
|
|
3198
|
+
export declare const workSpacesGetWorkspaceAdminsResponse: zod.ZodArray<zod.ZodObject<{
|
|
3199
|
+
id: zod.ZodString;
|
|
3200
|
+
isAdmin: zod.ZodBoolean;
|
|
3201
|
+
name: zod.ZodString;
|
|
3202
|
+
}, zod.core.$strip>>;
|
|
3203
|
+
export declare const workSpacesDeleteAdminPathIdRegExp: RegExp;
|
|
3204
|
+
export declare const workSpacesDeleteAdminPathUserIdRegExp: RegExp;
|
|
3205
|
+
export declare const workSpacesDeleteAdminParams: zod.ZodObject<{
|
|
3206
|
+
id: zod.ZodString;
|
|
3207
|
+
userId: zod.ZodString;
|
|
3208
|
+
}, zod.core.$strict>;
|
|
3209
|
+
export declare const workSpacesAddWorkspaceAdminPathIdRegExp: RegExp;
|
|
3210
|
+
export declare const workSpacesAddWorkspaceAdminPathUserIdRegExp: RegExp;
|
|
3211
|
+
export declare const workSpacesAddWorkspaceAdminParams: zod.ZodObject<{
|
|
3212
|
+
id: zod.ZodString;
|
|
3213
|
+
userId: zod.ZodString;
|
|
3214
|
+
}, zod.core.$strict>;
|
|
3089
3215
|
/**
|
|
3090
|
-
* @summary
|
|
3216
|
+
* @summary Updates the basic information of a workspace.
|
|
3091
3217
|
*/
|
|
3092
|
-
export declare const
|
|
3093
|
-
export declare const
|
|
3218
|
+
export declare const workSpacesPutPathIdRegExp: RegExp;
|
|
3219
|
+
export declare const workSpacesPutParams: zod.ZodObject<{
|
|
3094
3220
|
id: zod.ZodString;
|
|
3095
3221
|
}, zod.core.$strict>;
|
|
3096
|
-
export declare const
|
|
3222
|
+
export declare const workSpacesPutBody: zod.ZodObject<{
|
|
3097
3223
|
firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3098
3224
|
name: zod.ZodString;
|
|
3099
3225
|
outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3102,22 +3228,30 @@ export declare const putWorkSpacesIdBasicinfoBody: zod.ZodObject<{
|
|
|
3102
3228
|
tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3103
3229
|
}, zod.core.$strict>;
|
|
3104
3230
|
/**
|
|
3105
|
-
* @summary
|
|
3231
|
+
* @summary Marks a workspace as favorited or not for the active user.
|
|
3232
|
+
*/
|
|
3233
|
+
export declare const workSpacesSetFavoritedPathIdRegExp: RegExp;
|
|
3234
|
+
export declare const workSpacesSetFavoritedParams: zod.ZodObject<{
|
|
3235
|
+
id: zod.ZodString;
|
|
3236
|
+
}, zod.core.$strict>;
|
|
3237
|
+
export declare const workSpacesSetFavoritedBody: zod.ZodBoolean;
|
|
3238
|
+
/**
|
|
3239
|
+
* @summary Retrieves message threads for a workspace.
|
|
3106
3240
|
*/
|
|
3107
|
-
export declare const
|
|
3108
|
-
export declare const
|
|
3241
|
+
export declare const workSpacesGetThreadsPathIdRegExp: RegExp;
|
|
3242
|
+
export declare const workSpacesGetThreadsParams: zod.ZodObject<{
|
|
3109
3243
|
id: zod.ZodString;
|
|
3110
3244
|
}, zod.core.$strict>;
|
|
3111
|
-
export declare const
|
|
3112
|
-
export declare const
|
|
3113
|
-
export declare const
|
|
3245
|
+
export declare const workSpacesGetThreadsQueryTakeDefault = 50;
|
|
3246
|
+
export declare const workSpacesGetThreadsQuerySkipDefault = 0;
|
|
3247
|
+
export declare const workSpacesGetThreadsQueryParams: zod.ZodObject<{
|
|
3114
3248
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3115
3249
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3116
3250
|
search: zod.ZodOptional<zod.ZodString>;
|
|
3117
3251
|
}, zod.core.$strict>;
|
|
3118
|
-
export declare const
|
|
3119
|
-
export declare const
|
|
3120
|
-
export declare const
|
|
3252
|
+
export declare const workSpacesGetThreadsResponseDataItemIdRegExp: RegExp;
|
|
3253
|
+
export declare const workSpacesGetThreadsResponseDataItemWorkSpaceIdRegExp: RegExp;
|
|
3254
|
+
export declare const workSpacesGetThreadsResponse: zod.ZodObject<{
|
|
3121
3255
|
data: zod.ZodArray<zod.ZodObject<{
|
|
3122
3256
|
createdAt: zod.ZodISODateTime;
|
|
3123
3257
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3137,8 +3271,8 @@ export declare const getWorkSpacesIdMessageThreadsResponse: zod.ZodObject<{
|
|
|
3137
3271
|
/**
|
|
3138
3272
|
* @summary Deletes the model configuration for a specific workspace and role.
|
|
3139
3273
|
*/
|
|
3140
|
-
export declare const
|
|
3141
|
-
export declare const
|
|
3274
|
+
export declare const workSpacesDeleteModelConfigurationPathIdRegExp: RegExp;
|
|
3275
|
+
export declare const workSpacesDeleteModelConfigurationParams: zod.ZodObject<{
|
|
3142
3276
|
id: zod.ZodString;
|
|
3143
3277
|
role: zod.ZodEnum<{
|
|
3144
3278
|
Document: "Document";
|
|
@@ -3147,10 +3281,10 @@ export declare const deleteWorkSpacesIdModelconfigurationRoleParams: zod.ZodObje
|
|
|
3147
3281
|
}>;
|
|
3148
3282
|
}, zod.core.$strict>;
|
|
3149
3283
|
/**
|
|
3150
|
-
* @summary
|
|
3284
|
+
* @summary Updates the model configuration for a specific workspace and role.
|
|
3151
3285
|
*/
|
|
3152
|
-
export declare const
|
|
3153
|
-
export declare const
|
|
3286
|
+
export declare const workSpacesPutModelConfigurationPathIdRegExp: RegExp;
|
|
3287
|
+
export declare const workSpacesPutModelConfigurationParams: zod.ZodObject<{
|
|
3154
3288
|
id: zod.ZodString;
|
|
3155
3289
|
role: zod.ZodEnum<{
|
|
3156
3290
|
Document: "Document";
|
|
@@ -3158,8 +3292,8 @@ export declare const putWorkSpacesIdModelconfigurationRoleParams: zod.ZodObject<
|
|
|
3158
3292
|
Analyzer: "Analyzer";
|
|
3159
3293
|
}>;
|
|
3160
3294
|
}, zod.core.$strict>;
|
|
3161
|
-
export declare const
|
|
3162
|
-
export declare const
|
|
3295
|
+
export declare const workSpacesPutModelConfigurationBodyModelIdRegExp: RegExp;
|
|
3296
|
+
export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
|
|
3163
3297
|
frequencyPenalty: zod.ZodNumber;
|
|
3164
3298
|
modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3165
3299
|
modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3174,40 +3308,40 @@ export declare const putWorkSpacesIdModelconfigurationRoleBody: zod.ZodObject<{
|
|
|
3174
3308
|
topP: zod.ZodNumber;
|
|
3175
3309
|
}, zod.core.$strict>;
|
|
3176
3310
|
/**
|
|
3177
|
-
* @summary
|
|
3311
|
+
* @summary Removes a data space from a workspace.
|
|
3178
3312
|
*/
|
|
3179
|
-
export declare const
|
|
3180
|
-
export declare const
|
|
3181
|
-
export declare const
|
|
3313
|
+
export declare const workSpacesRemoveDataSpacePathWorkspaceIdRegExp: RegExp;
|
|
3314
|
+
export declare const workSpacesRemoveDataSpacePathDataspaceIdRegExp: RegExp;
|
|
3315
|
+
export declare const workSpacesRemoveDataSpaceParams: zod.ZodObject<{
|
|
3182
3316
|
workspaceId: zod.ZodString;
|
|
3183
3317
|
dataspaceId: zod.ZodString;
|
|
3184
3318
|
}, zod.core.$strict>;
|
|
3185
3319
|
/**
|
|
3186
|
-
* @summary
|
|
3320
|
+
* @summary Adds a data space to a workspace.
|
|
3187
3321
|
*/
|
|
3188
|
-
export declare const
|
|
3189
|
-
export declare const
|
|
3190
|
-
export declare const
|
|
3322
|
+
export declare const workSpacesAddDataSpacePathWorkspaceIdRegExp: RegExp;
|
|
3323
|
+
export declare const workSpacesAddDataSpacePathDataspaceIdRegExp: RegExp;
|
|
3324
|
+
export declare const workSpacesAddDataSpaceParams: zod.ZodObject<{
|
|
3191
3325
|
workspaceId: zod.ZodString;
|
|
3192
3326
|
dataspaceId: zod.ZodString;
|
|
3193
3327
|
}, zod.core.$strict>;
|
|
3194
3328
|
/**
|
|
3195
|
-
* @summary Gets a list of all the files that are uploaded directly to the workspace
|
|
3329
|
+
* @summary Gets a list of all the files that are uploaded directly to the workspace.
|
|
3196
3330
|
*/
|
|
3197
|
-
export declare const
|
|
3198
|
-
export declare const
|
|
3331
|
+
export declare const workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
|
|
3332
|
+
export declare const workSpacesGetWorkspaceFilesParams: zod.ZodObject<{
|
|
3199
3333
|
workspaceId: zod.ZodString;
|
|
3200
3334
|
}, zod.core.$strict>;
|
|
3201
|
-
export declare const
|
|
3202
|
-
export declare const
|
|
3203
|
-
export declare const
|
|
3335
|
+
export declare const workSpacesGetWorkspaceFilesQueryTakeDefault = 20;
|
|
3336
|
+
export declare const workSpacesGetWorkspaceFilesQuerySkipDefault = 0;
|
|
3337
|
+
export declare const workSpacesGetWorkspaceFilesQueryParams: zod.ZodObject<{
|
|
3204
3338
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3205
3339
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3206
3340
|
}, zod.core.$strict>;
|
|
3207
|
-
export declare const
|
|
3208
|
-
export declare const
|
|
3209
|
-
export declare const
|
|
3210
|
-
export declare const
|
|
3341
|
+
export declare const workSpacesGetWorkspaceFilesResponseDataItemFileIdRegExp: RegExp;
|
|
3342
|
+
export declare const workSpacesGetWorkspaceFilesResponseDataItemFileThreadIdRegExp: RegExp;
|
|
3343
|
+
export declare const workSpacesGetWorkspaceFilesResponseDataItemFileWorkspaceIdRegExp: RegExp;
|
|
3344
|
+
export declare const workSpacesGetWorkspaceFilesResponse: zod.ZodObject<{
|
|
3211
3345
|
data: zod.ZodArray<zod.ZodObject<{
|
|
3212
3346
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3213
3347
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3237,19 +3371,19 @@ export declare const getWorkSpacesWorkspaceIdFilesResponse: zod.ZodObject<{
|
|
|
3237
3371
|
total: zod.ZodNumber;
|
|
3238
3372
|
}, zod.core.$strip>;
|
|
3239
3373
|
/**
|
|
3240
|
-
* @summary Uploads a list of files directly to the workspace
|
|
3374
|
+
* @summary Uploads a list of files directly to the workspace.
|
|
3241
3375
|
*/
|
|
3242
|
-
export declare const
|
|
3243
|
-
export declare const
|
|
3376
|
+
export declare const workSpacesWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
|
|
3377
|
+
export declare const workSpacesWorkspaceFilesParams: zod.ZodObject<{
|
|
3244
3378
|
workspaceId: zod.ZodString;
|
|
3245
3379
|
}, zod.core.$strict>;
|
|
3246
|
-
export declare const
|
|
3380
|
+
export declare const workSpacesWorkspaceFilesBody: zod.ZodObject<{
|
|
3247
3381
|
files: zod.ZodOptional<zod.ZodArray<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>>;
|
|
3248
3382
|
}, zod.core.$strict>;
|
|
3249
|
-
export declare const
|
|
3250
|
-
export declare const
|
|
3251
|
-
export declare const
|
|
3252
|
-
export declare const
|
|
3383
|
+
export declare const workSpacesWorkspaceFilesResponseFileIdRegExp: RegExp;
|
|
3384
|
+
export declare const workSpacesWorkspaceFilesResponseFileThreadIdRegExp: RegExp;
|
|
3385
|
+
export declare const workSpacesWorkspaceFilesResponseFileWorkspaceIdRegExp: RegExp;
|
|
3386
|
+
export declare const workSpacesWorkspaceFilesResponseItem: zod.ZodObject<{
|
|
3253
3387
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3254
3388
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3255
3389
|
createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3275,7 +3409,7 @@ export declare const postWorkSpacesWorkspaceIdFilesResponseItem: zod.ZodObject<{
|
|
|
3275
3409
|
Ingesting: "Ingesting";
|
|
3276
3410
|
}>;
|
|
3277
3411
|
}, zod.core.$strip>;
|
|
3278
|
-
export declare const
|
|
3412
|
+
export declare const workSpacesWorkspaceFilesResponse: zod.ZodArray<zod.ZodObject<{
|
|
3279
3413
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3280
3414
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3281
3415
|
createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3302,26 +3436,80 @@ export declare const postWorkSpacesWorkspaceIdFilesResponse: zod.ZodArray<zod.Zo
|
|
|
3302
3436
|
}>;
|
|
3303
3437
|
}, zod.core.$strip>>;
|
|
3304
3438
|
/**
|
|
3305
|
-
* @summary Removes a file
|
|
3439
|
+
* @summary Removes a file from the workspace and the ingested content.
|
|
3306
3440
|
*/
|
|
3307
|
-
export declare const
|
|
3308
|
-
export declare const
|
|
3309
|
-
export declare const
|
|
3441
|
+
export declare const workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp: RegExp;
|
|
3442
|
+
export declare const workSpacesDeleteWorkspaceFilePathFileIdRegExp: RegExp;
|
|
3443
|
+
export declare const workSpacesDeleteWorkspaceFileParams: zod.ZodObject<{
|
|
3310
3444
|
workspaceId: zod.ZodString;
|
|
3311
3445
|
fileId: zod.ZodString;
|
|
3312
3446
|
}, zod.core.$strict>;
|
|
3313
|
-
export declare const
|
|
3314
|
-
export declare const
|
|
3447
|
+
export declare const workSpacesGetActiveFlowPathWorkspaceIdRegExp: RegExp;
|
|
3448
|
+
export declare const workSpacesGetActiveFlowParams: zod.ZodObject<{
|
|
3315
3449
|
workspaceId: zod.ZodString;
|
|
3316
3450
|
}, zod.core.$strict>;
|
|
3451
|
+
export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
|
|
3452
|
+
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3453
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3454
|
+
target: zod.ZodObject<{
|
|
3455
|
+
pin: zod.ZodString;
|
|
3456
|
+
port: zod.ZodString;
|
|
3457
|
+
}, zod.core.$strip>;
|
|
3458
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3459
|
+
}, zod.core.$strip>>>>;
|
|
3460
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3461
|
+
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3462
|
+
pin: zod.ZodString;
|
|
3463
|
+
port: zod.ZodString;
|
|
3464
|
+
}, zod.core.$strip>>>>;
|
|
3465
|
+
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3466
|
+
pin: zod.ZodString;
|
|
3467
|
+
port: zod.ZodString;
|
|
3468
|
+
}, zod.core.$strip>>>>;
|
|
3469
|
+
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3470
|
+
name: zod.ZodString;
|
|
3471
|
+
version: zod.ZodString;
|
|
3472
|
+
}, zod.core.$strip>>>>;
|
|
3473
|
+
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3474
|
+
source: zod.ZodObject<{
|
|
3475
|
+
node: zod.ZodString;
|
|
3476
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3477
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3478
|
+
}, zod.core.$strip>;
|
|
3479
|
+
target: zod.ZodObject<{
|
|
3480
|
+
node: zod.ZodString;
|
|
3481
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3482
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3483
|
+
}, zod.core.$strip>;
|
|
3484
|
+
}, zod.core.$strip>>>>;
|
|
3485
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3486
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3487
|
+
}, zod.core.$strip>>>>;
|
|
3488
|
+
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3489
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3490
|
+
}, zod.core.$strip>>>>;
|
|
3491
|
+
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3492
|
+
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3493
|
+
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3494
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3495
|
+
}, zod.core.$strip>>>>;
|
|
3496
|
+
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3497
|
+
access: zod.ZodEnum<{
|
|
3498
|
+
None: "None";
|
|
3499
|
+
Read: "Read";
|
|
3500
|
+
Write: "Write";
|
|
3501
|
+
}>;
|
|
3502
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3503
|
+
}, zod.core.$strip>>>>;
|
|
3504
|
+
}, zod.core.$strip>;
|
|
3317
3505
|
/**
|
|
3318
|
-
* @summary
|
|
3506
|
+
* @summary Sets the active flow definition for a workspace.
|
|
3319
3507
|
*/
|
|
3320
|
-
export declare const
|
|
3321
|
-
export declare const
|
|
3508
|
+
export declare const workSpacesSetActiveFlowPathWorkspaceIdRegExp: RegExp;
|
|
3509
|
+
export declare const workSpacesSetActiveFlowParams: zod.ZodObject<{
|
|
3322
3510
|
workspaceId: zod.ZodString;
|
|
3323
3511
|
}, zod.core.$strict>;
|
|
3324
|
-
export declare const
|
|
3512
|
+
export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
|
|
3325
3513
|
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3326
3514
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3327
3515
|
target: zod.ZodObject<{
|
|
@@ -3376,54 +3564,44 @@ export declare const putWorkSpacesWorkspaceIdFlowsActiveBody: zod.ZodObject<{
|
|
|
3376
3564
|
}, zod.core.$strict>>>>;
|
|
3377
3565
|
}, zod.core.$strict>;
|
|
3378
3566
|
/**
|
|
3379
|
-
* @summary Updates the
|
|
3380
|
-
*/
|
|
3381
|
-
export declare const putWorkSpacesWorkspaceIdFlowsActiveLayoutPathWorkspaceIdRegExp: RegExp;
|
|
3382
|
-
export declare const putWorkSpacesWorkspaceIdFlowsActiveLayoutParams: zod.ZodObject<{
|
|
3383
|
-
workspaceId: zod.ZodString;
|
|
3384
|
-
}, zod.core.$strict>;
|
|
3385
|
-
export declare const putWorkSpacesWorkspaceIdFlowsActiveLayoutBody: zod.ZodAny;
|
|
3386
|
-
/**
|
|
3387
|
-
* @summary Updates the flag that determines whether to store the prompt and response within a specific workspace.
|
|
3567
|
+
* @summary Updates the layout of blocks for the active flow definition.
|
|
3388
3568
|
*/
|
|
3389
|
-
export declare const
|
|
3390
|
-
export declare const
|
|
3569
|
+
export declare const workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp: RegExp;
|
|
3570
|
+
export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
|
|
3391
3571
|
workspaceId: zod.ZodString;
|
|
3392
3572
|
}, zod.core.$strict>;
|
|
3393
|
-
export declare const
|
|
3394
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
3395
|
-
}, zod.core.$strict>;
|
|
3573
|
+
export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
|
|
3396
3574
|
/**
|
|
3397
3575
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
3398
3576
|
*/
|
|
3399
|
-
export declare const
|
|
3400
|
-
export declare const
|
|
3577
|
+
export declare const documentsGetDocumentSasPathDataSpaceIdRegExpOne: RegExp;
|
|
3578
|
+
export declare const documentsGetDocumentSasParams: zod.ZodObject<{
|
|
3401
3579
|
dataSpaceId: zod.ZodString;
|
|
3402
3580
|
}, zod.core.$strict>;
|
|
3403
|
-
export declare const
|
|
3581
|
+
export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
|
|
3404
3582
|
file: zod.ZodOptional<zod.ZodString>;
|
|
3405
3583
|
}, zod.core.$strict>;
|
|
3406
|
-
export declare const
|
|
3584
|
+
export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
|
|
3407
3585
|
uri: zod.ZodURL;
|
|
3408
3586
|
}, zod.core.$strip>;
|
|
3409
|
-
export declare const
|
|
3410
|
-
export declare const
|
|
3587
|
+
export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
|
|
3588
|
+
export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
|
|
3411
3589
|
workSpaceId: zod.ZodString;
|
|
3412
3590
|
}, zod.core.$strict>;
|
|
3413
|
-
export declare const
|
|
3414
|
-
export declare const
|
|
3415
|
-
export declare const
|
|
3416
|
-
export declare const
|
|
3591
|
+
export declare const messageThreadsGetWorkspaceExecutionsQuerySkipDefault = 0;
|
|
3592
|
+
export declare const messageThreadsGetWorkspaceExecutionsQueryTakeDefault = 100;
|
|
3593
|
+
export declare const messageThreadsGetWorkspaceExecutionsQuerySearchDefault = "";
|
|
3594
|
+
export declare const messageThreadsGetWorkspaceExecutionsQueryParams: zod.ZodObject<{
|
|
3417
3595
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3418
3596
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3419
3597
|
search: zod.ZodOptional<zod.ZodString>;
|
|
3420
3598
|
"blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
3421
3599
|
}, zod.core.$strict>;
|
|
3422
|
-
export declare const
|
|
3423
|
-
export declare const
|
|
3424
|
-
export declare const
|
|
3425
|
-
export declare const
|
|
3426
|
-
export declare const
|
|
3600
|
+
export declare const messageThreadsGetWorkspaceExecutionsResponseLogsItemIdRegExp: RegExp;
|
|
3601
|
+
export declare const messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
|
|
3602
|
+
export declare const messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemValueIdRegExp: RegExp;
|
|
3603
|
+
export declare const messageThreadsGetWorkspaceExecutionsResponseLogsItemOutputsItemIdRegExp: RegExp;
|
|
3604
|
+
export declare const messageThreadsGetWorkspaceExecutionsResponse: zod.ZodObject<{
|
|
3427
3605
|
logs: zod.ZodArray<zod.ZodObject<{
|
|
3428
3606
|
blockId: zod.ZodString;
|
|
3429
3607
|
createdAt: zod.ZodISODateTime;
|
|
@@ -3463,26 +3641,26 @@ export declare const getWorkspacesWorkSpaceIdFunctionexecutionsResponse: zod.Zod
|
|
|
3463
3641
|
}, zod.core.$strip>>;
|
|
3464
3642
|
total: zod.ZodNumber;
|
|
3465
3643
|
}, zod.core.$strip>;
|
|
3466
|
-
export declare const
|
|
3467
|
-
export declare const
|
|
3468
|
-
export declare const
|
|
3644
|
+
export declare const messageThreadsGetStepExecutionsPathWorkSpaceIdRegExp: RegExp;
|
|
3645
|
+
export declare const messageThreadsGetStepExecutionsPathMessageThreadIdRegExp: RegExp;
|
|
3646
|
+
export declare const messageThreadsGetStepExecutionsParams: zod.ZodObject<{
|
|
3469
3647
|
workSpaceId: zod.ZodString;
|
|
3470
3648
|
messageThreadId: zod.ZodString;
|
|
3471
3649
|
}, zod.core.$strict>;
|
|
3472
|
-
export declare const
|
|
3473
|
-
export declare const
|
|
3474
|
-
export declare const
|
|
3475
|
-
export declare const
|
|
3650
|
+
export declare const messageThreadsGetStepExecutionsQuerySkipDefault = 0;
|
|
3651
|
+
export declare const messageThreadsGetStepExecutionsQueryTakeDefault = 100;
|
|
3652
|
+
export declare const messageThreadsGetStepExecutionsQuerySearchDefault = "";
|
|
3653
|
+
export declare const messageThreadsGetStepExecutionsQueryParams: zod.ZodObject<{
|
|
3476
3654
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3477
3655
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3478
3656
|
search: zod.ZodOptional<zod.ZodString>;
|
|
3479
3657
|
"blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
3480
3658
|
}, zod.core.$strict>;
|
|
3481
|
-
export declare const
|
|
3482
|
-
export declare const
|
|
3483
|
-
export declare const
|
|
3484
|
-
export declare const
|
|
3485
|
-
export declare const
|
|
3659
|
+
export declare const messageThreadsGetStepExecutionsResponseLogsItemIdRegExp: RegExp;
|
|
3660
|
+
export declare const messageThreadsGetStepExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
|
|
3661
|
+
export declare const messageThreadsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp: RegExp;
|
|
3662
|
+
export declare const messageThreadsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp: RegExp;
|
|
3663
|
+
export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
|
|
3486
3664
|
logs: zod.ZodArray<zod.ZodObject<{
|
|
3487
3665
|
blockId: zod.ZodString;
|
|
3488
3666
|
createdAt: zod.ZodISODateTime;
|
|
@@ -3525,13 +3703,13 @@ export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFuncti
|
|
|
3525
3703
|
/**
|
|
3526
3704
|
* @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
|
|
3527
3705
|
*/
|
|
3528
|
-
export declare const
|
|
3529
|
-
export declare const
|
|
3706
|
+
export declare const sandBoxGetSandboxThreadPathWorkspaceIdRegExp: RegExp;
|
|
3707
|
+
export declare const sandBoxGetSandboxThreadParams: zod.ZodObject<{
|
|
3530
3708
|
workspaceId: zod.ZodString;
|
|
3531
3709
|
}, zod.core.$strict>;
|
|
3532
|
-
export declare const
|
|
3533
|
-
export declare const
|
|
3534
|
-
export declare const
|
|
3710
|
+
export declare const sandBoxGetSandboxThreadResponseIdRegExp: RegExp;
|
|
3711
|
+
export declare const sandBoxGetSandboxThreadResponseWorkSpaceIdRegExp: RegExp;
|
|
3712
|
+
export declare const sandBoxGetSandboxThreadResponse: zod.ZodObject<{
|
|
3535
3713
|
createdAt: zod.ZodISODateTime;
|
|
3536
3714
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3537
3715
|
createdByUserId: zod.ZodString;
|
|
@@ -3548,42 +3726,42 @@ export declare const getWorkspacesWorkspaceIdSandboxResponse: zod.ZodObject<{
|
|
|
3548
3726
|
/**
|
|
3549
3727
|
* @summary Retrieve message creators profile images from the sandbox environment of a specific workspace in SmartSpace, with options for pagination take and skip
|
|
3550
3728
|
*/
|
|
3551
|
-
export declare const
|
|
3552
|
-
export declare const
|
|
3729
|
+
export declare const sandBoxThreadMessageCreateByUsersProfileImagesPathWorkspaceIdRegExp: RegExp;
|
|
3730
|
+
export declare const sandBoxThreadMessageCreateByUsersProfileImagesParams: zod.ZodObject<{
|
|
3553
3731
|
workspaceId: zod.ZodString;
|
|
3554
3732
|
}, zod.core.$strict>;
|
|
3555
|
-
export declare const
|
|
3733
|
+
export declare const sandBoxThreadMessageCreateByUsersProfileImagesResponseItem: zod.ZodObject<{
|
|
3556
3734
|
base64StringImage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3557
3735
|
userId: zod.ZodString;
|
|
3558
3736
|
}, zod.core.$strip>;
|
|
3559
|
-
export declare const
|
|
3737
|
+
export declare const sandBoxThreadMessageCreateByUsersProfileImagesResponse: zod.ZodArray<zod.ZodObject<{
|
|
3560
3738
|
base64StringImage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3561
3739
|
userId: zod.ZodString;
|
|
3562
3740
|
}, zod.core.$strip>>;
|
|
3563
3741
|
/**
|
|
3564
3742
|
* @summary Remove messages from the sandbox environment of a specific workspace in SmartSpace, identified by workspaceId.
|
|
3565
3743
|
*/
|
|
3566
|
-
export declare const
|
|
3567
|
-
export declare const
|
|
3744
|
+
export declare const sandBoxClearSandboxMessagesPathWorkspaceIdRegExp: RegExp;
|
|
3745
|
+
export declare const sandBoxClearSandboxMessagesParams: zod.ZodObject<{
|
|
3568
3746
|
workspaceId: zod.ZodString;
|
|
3569
3747
|
}, zod.core.$strict>;
|
|
3570
3748
|
/**
|
|
3571
3749
|
* @summary Retrieve messages from the sandbox environment of a specific workspace in SmartSpace, with options for pagination take and skip
|
|
3572
3750
|
*/
|
|
3573
|
-
export declare const
|
|
3574
|
-
export declare const
|
|
3751
|
+
export declare const sandBoxGetThreadMessagesPathWorkspaceIdRegExp: RegExp;
|
|
3752
|
+
export declare const sandBoxGetThreadMessagesParams: zod.ZodObject<{
|
|
3575
3753
|
workspaceId: zod.ZodString;
|
|
3576
3754
|
}, zod.core.$strict>;
|
|
3577
|
-
export declare const
|
|
3578
|
-
export declare const
|
|
3579
|
-
export declare const
|
|
3755
|
+
export declare const sandBoxGetThreadMessagesQueryTakeDefault = 50;
|
|
3756
|
+
export declare const sandBoxGetThreadMessagesQuerySkipDefault = 0;
|
|
3757
|
+
export declare const sandBoxGetThreadMessagesQueryParams: zod.ZodObject<{
|
|
3580
3758
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3581
3759
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3582
3760
|
}, zod.core.$strict>;
|
|
3583
|
-
export declare const
|
|
3584
|
-
export declare const
|
|
3585
|
-
export declare const
|
|
3586
|
-
export declare const
|
|
3761
|
+
export declare const sandBoxGetThreadMessagesResponseIdRegExp: RegExp;
|
|
3762
|
+
export declare const sandBoxGetThreadMessagesResponseMessageThreadIdRegExp: RegExp;
|
|
3763
|
+
export declare const sandBoxGetThreadMessagesResponseValuesItemIdRegExp: RegExp;
|
|
3764
|
+
export declare const sandBoxGetThreadMessagesResponseItem: zod.ZodObject<{
|
|
3587
3765
|
createdAt: zod.ZodISODateTime;
|
|
3588
3766
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3589
3767
|
createdByUserId: zod.ZodString;
|
|
@@ -3610,7 +3788,7 @@ export declare const getWorkspacesWorkspaceIdSandboxMessagesResponseItem: zod.Zo
|
|
|
3610
3788
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3611
3789
|
}, zod.core.$strip>>;
|
|
3612
3790
|
}, zod.core.$strip>;
|
|
3613
|
-
export declare const
|
|
3791
|
+
export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObject<{
|
|
3614
3792
|
createdAt: zod.ZodISODateTime;
|
|
3615
3793
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3616
3794
|
createdByUserId: zod.ZodString;
|
|
@@ -3639,25 +3817,82 @@ export declare const getWorkspacesWorkspaceIdSandboxMessagesResponse: zod.ZodArr
|
|
|
3639
3817
|
}, zod.core.$strip>>;
|
|
3640
3818
|
/**
|
|
3641
3819
|
* @summary Send a new message to the sandbox environment of a specific workspace in SmartSpace, using the workspaceId.
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3820
|
+
Returns the initial SmartSpace.App.Business.Models.Messages.Message synchronously; the flow
|
|
3821
|
+
continues in a background task with deltas streaming via
|
|
3822
|
+
`/workspaces/{workspaceId}/sandbox/messages/stream` and a
|
|
3823
|
+
SignalR `ReceiveThreadUpdate` broadcast on terminal. Frontend
|
|
3824
|
+
should subscribe to the SSE endpoint for live token-by-token updates.
|
|
3825
|
+
*/
|
|
3826
|
+
export declare const sandBoxThreadMessagesPathWorkspaceIdRegExp: RegExp;
|
|
3827
|
+
export declare const sandBoxThreadMessagesParams: zod.ZodObject<{
|
|
3645
3828
|
workspaceId: zod.ZodString;
|
|
3646
3829
|
}, zod.core.$strict>;
|
|
3647
|
-
export declare const
|
|
3830
|
+
export declare const sandBoxThreadMessagesBody: zod.ZodObject<{
|
|
3648
3831
|
inputs: zod.ZodArray<zod.ZodObject<{
|
|
3649
3832
|
channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
|
|
3650
3833
|
name: zod.ZodString;
|
|
3651
3834
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3652
3835
|
}, zod.core.$strict>>;
|
|
3836
|
+
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
|
|
3653
3837
|
}, zod.core.$strict>;
|
|
3654
|
-
export declare const
|
|
3655
|
-
export declare const
|
|
3656
|
-
export declare const
|
|
3838
|
+
export declare const sandBoxThreadMessagesResponseIdRegExp: RegExp;
|
|
3839
|
+
export declare const sandBoxThreadMessagesResponseMessageThreadIdRegExp: RegExp;
|
|
3840
|
+
export declare const sandBoxThreadMessagesResponseValuesItemIdRegExp: RegExp;
|
|
3841
|
+
export declare const sandBoxThreadMessagesResponse: zod.ZodObject<{
|
|
3842
|
+
createdAt: zod.ZodISODateTime;
|
|
3843
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3844
|
+
createdByUserId: zod.ZodString;
|
|
3845
|
+
errors: zod.ZodArray<zod.ZodObject<{
|
|
3846
|
+
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3847
|
+
code: zod.ZodNumber;
|
|
3848
|
+
data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3849
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3850
|
+
}, zod.core.$strip>>;
|
|
3851
|
+
hasComments: zod.ZodBoolean;
|
|
3852
|
+
id: zod.ZodString;
|
|
3853
|
+
messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3854
|
+
values: zod.ZodArray<zod.ZodObject<{
|
|
3855
|
+
channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
|
|
3856
|
+
createdAt: zod.ZodISODateTime;
|
|
3857
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3858
|
+
createdByUserId: zod.ZodString;
|
|
3859
|
+
id: zod.ZodString;
|
|
3860
|
+
name: zod.ZodString;
|
|
3861
|
+
type: zod.ZodEnum<{
|
|
3862
|
+
Input: "Input";
|
|
3863
|
+
Output: "Output";
|
|
3864
|
+
}>;
|
|
3865
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3866
|
+
}, zod.core.$strip>>;
|
|
3867
|
+
}, zod.core.$strip>;
|
|
3868
|
+
/**
|
|
3869
|
+
* @summary SSE stream of all messages on the workspace's sandbox thread. First
|
|
3870
|
+
frame is a snapshot (current messages with in-flight Redis state
|
|
3871
|
+
already overlaid by `GetMessagesByThreadIdAsync`); subsequent
|
|
3872
|
+
frames are per-message chunk updates as they arrive. Cumulative
|
|
3873
|
+
deltas mean reconnect is just "re-open" — no cursor handshake.
|
|
3874
|
+
Mirrors the ChatApi pattern at
|
|
3875
|
+
`GET /messagethreads/{id}/messages/stream`.
|
|
3876
|
+
*/
|
|
3877
|
+
export declare const sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp: RegExp;
|
|
3878
|
+
export declare const sandBoxStreamSandboxMessagesParams: zod.ZodObject<{
|
|
3879
|
+
workspaceId: zod.ZodString;
|
|
3880
|
+
}, zod.core.$strict>;
|
|
3881
|
+
/**
|
|
3882
|
+
* @summary Append a new input value to an in-flight sandbox message and stream
|
|
3883
|
+
successive snapshots back to the client. Each frame is a full
|
|
3884
|
+
SmartSpace.App.Business.Models.Messages.Message with the latest cumulative state — the SDK
|
|
3885
|
+
should treat the response as a stream of SmartSpace.App.Business.Models.Messages.Message frames
|
|
3886
|
+
(NDJSON / SSE), with the final frame being the authoritative completed
|
|
3887
|
+
message. Mirrors the chat-api `POST /messages/{id}/values`.
|
|
3888
|
+
*/
|
|
3889
|
+
export declare const sandBoxAddValueToMessagePathWorkspaceIdRegExp: RegExp;
|
|
3890
|
+
export declare const sandBoxAddValueToMessagePathIdRegExp: RegExp;
|
|
3891
|
+
export declare const sandBoxAddValueToMessageParams: zod.ZodObject<{
|
|
3657
3892
|
workspaceId: zod.ZodString;
|
|
3658
3893
|
id: zod.ZodString;
|
|
3659
3894
|
}, zod.core.$strict>;
|
|
3660
|
-
export declare const
|
|
3895
|
+
export declare const sandBoxAddValueToMessageBody: zod.ZodObject<{
|
|
3661
3896
|
channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
|
|
3662
3897
|
name: zod.ZodString;
|
|
3663
3898
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|