@smartspace/api-client 0.1.0-main.4f64adb → 0.1.0-main.53c14cc
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 +81 -71
- package/dist/generated/chat/api.js +126 -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 +452 -236
- package/dist/generated/chat/zod.js +537 -388
- package/dist/generated/config/api.d.ts +291 -215
- package/dist/generated/config/api.js +456 -210
- 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/coreManagementInstallParameterDefinitionModel.d.ts +16 -0
- package/dist/generated/config/models/coreManagementInstallParameterDefinitionModelDefault.d.ts +10 -0
- package/dist/generated/config/models/coreManagementInstallParameterModel.d.ts +15 -0
- package/dist/generated/config/models/{integrationsSmartSpaceAiFlowErrorData.d.ts → coreManagementInstallParameterModelActiveValue.d.ts} +1 -1
- package/dist/generated/config/models/coreManagementInstallParameterModelConfiguredValue.d.ts +10 -0
- package/dist/generated/config/models/coreManagementInstallParameterType.d.ts +12 -0
- package/dist/generated/config/models/coreManagementInstallParameterType.js +15 -0
- package/dist/generated/config/models/coreManagementUpsertInstallParameterModel.d.ts +9 -0
- 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/dataSourcesGetParams.d.ts +13 -0
- package/dist/generated/config/models/dataSourcesTestDataSourceConnection.d.ts +11 -0
- package/dist/generated/config/models/{createDataSourceCredentials.d.ts → dataSourcesTestDataSourceConnectionCredentials.d.ts} +1 -1
- package/dist/generated/config/models/{updateDataSource.d.ts → dataSourcesUpdateDataSource.d.ts} +1 -1
- package/dist/generated/config/models/dataSourcesUpdateDataSourceCredentials.d.ts +10 -0
- package/dist/generated/config/models/{updateDataSourceCredentialsCredentials.d.ts → dataSourcesUpdateDataSourceCredentialsCredentials.d.ts} +1 -1
- package/dist/generated/config/models/{createDataSpace.d.ts → dataSpacesCreateDataSpace.d.ts} +1 -1
- package/dist/generated/config/models/dataSpacesDataSpace.d.ts +24 -0
- package/dist/generated/config/models/dataSpacesDataSpaceAdmin.d.ts +12 -0
- package/dist/generated/config/models/{updateContainer.d.ts → dataSpacesDataSpaceWorkSpaceRef.d.ts} +3 -3
- package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +11 -0
- package/dist/generated/config/models/dataSpacesGetParams.d.ts +13 -0
- 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 +198 -149
- package/dist/generated/config/models/index.js +198 -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/messagesCreateMessageInput.js +2 -0
- package/dist/generated/config/models/{messageCreateMessageInputChannels.d.ts → messagesCreateMessageInputChannels.d.ts} +1 -1
- package/dist/generated/config/models/messagesCreateMessageInputValue.d.ts +10 -0
- package/dist/generated/config/models/{messageMessage.d.ts → messagesMessage.d.ts} +5 -5
- package/dist/generated/config/models/messagesMessage.js +2 -0
- package/dist/generated/config/models/{messageMessageCreatorProfileImage.d.ts → messagesMessageCreatorProfileImage.d.ts} +1 -1
- package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.d.ts → messagesMessageError.d.ts} +3 -3
- package/dist/generated/config/models/messagesMessageError.js +2 -0
- package/dist/generated/config/models/{inputPinInterfaceDefault.d.ts → messagesMessageErrorData.d.ts} +1 -1
- package/dist/generated/config/models/{messageMessageValue.d.ts → messagesMessageValue.d.ts} +5 -5
- package/dist/generated/config/models/messagesMessageValue.js +2 -0
- package/dist/generated/config/models/{messageMessageValueChannels.d.ts → messagesMessageValueChannels.d.ts} +1 -1
- package/dist/generated/config/models/{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/messagesSandBoxMessageRequestVariables.js +8 -0
- 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/modelProvidersGetProvidersParams.js +8 -0
- package/dist/generated/config/models/modelsGetDefaultDockerFileParams.d.ts +10 -0
- package/dist/generated/config/models/modelsGetDefaultDockerFileParams.js +2 -0
- package/dist/generated/config/models/{getModelsParams.d.ts → modelsGetModelsParams.d.ts} +1 -1
- package/dist/generated/config/models/modelsGetModelsParams.js +8 -0
- package/dist/generated/config/models/{getNotificationParams.d.ts → notificationGetParams.d.ts} +1 -1
- package/dist/generated/config/models/notificationGetParams.js +8 -0
- 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/{getDataSetsParams.d.ts → usersGetUsersParams.d.ts} +3 -3
- 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 +13 -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 +1588 -1347
- package/dist/generated/config/zod.js +1554 -1433
- 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/getDataSourcesParams.d.ts +0 -20
- 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/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 → coreManagementInstallParameterDefinitionModel.js} +0 -0
- /package/dist/generated/config/models/{getBlocksParams.js → coreManagementInstallParameterDefinitionModelDefault.js} +0 -0
- /package/dist/generated/config/models/{getReportingTokensByDurationParams.js → coreManagementInstallParameterModel.js} +0 -0
- /package/dist/generated/config/models/{getDataSetsIdContainerItemsRunHistoryParams.js → coreManagementInstallParameterModelActiveValue.js} +0 -0
- /package/dist/generated/config/models/{getDataSetsIdItemsParams.js → coreManagementInstallParameterModelConfiguredValue.js} +0 -0
- /package/dist/generated/config/models/{getDataSetsParams.js → coreManagementUpsertInstallParameterModel.js} +0 -0
- /package/dist/generated/config/models/{ingestedBlob.js → dataSetItem.js} +0 -0
- /package/dist/generated/config/models/{getDataSourcesDataSourceIdContainersParams.js → dataSetItemMetadata.js} +0 -0
- /package/dist/generated/config/models/{getDataSourcesParams.js → dataSetItemProperties.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterface.js → dataSetsCreateDataSet.js} +0 -0
- /package/dist/generated/config/models/{getDataSpacesIdDatasetsParams.js → dataSetsCreateDataSetContainer.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceGenerics.js → dataSetsDataSet.js} +0 -0
- /package/dist/generated/config/models/{getDataSpacesParams.js → dataSetsDataSetProperty.js} +0 -0
- /package/dist/generated/config/models/{getDataspacesDataSpaceIdDocumentsItemSasParams.js → dataSetsGetContainerItemsRunHistoryParams.js} +0 -0
- /package/dist/generated/config/models/{getFilesIdDownloadParams.js → dataSetsGetItemsParams.js} +0 -0
- /package/dist/generated/config/models/{getFilesIdParams.js → dataSetsGetParams.js} +0 -0
- /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.js → dataSetsUpdateDataSet.js} +0 -0
- /package/dist/generated/config/models/{getFilesIdUriParams.js → dataSetsUpdateDataSetBasicInfo.js} +0 -0
- /package/dist/generated/config/models/{getFlowRunsIdFunctionexecutionsParams.js → dataSetsUpsertDataSetProperty.js} +0 -0
- /package/dist/generated/config/models/{getFlowRunsIdVariables200One.js → dataSourcesContainersParams.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInput.js → dataSourcesCreateDataSource.js} +0 -0
- /package/dist/generated/config/models/{getFlowRunsIdVariables200Three.js → dataSourcesCreateDataSourceCredentials.js} +0 -0
- /package/dist/generated/config/models/{messageMessage.js → dataSourcesDataSource.js} +0 -0
- /package/dist/generated/config/models/{getFlowRunsIdVariables200Two.js → dataSourcesDataSourceAdminUser.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValue.js → dataSourcesDataSourceCredentialsDefinition.js} +0 -0
- /package/dist/generated/config/models/{messageSandBoxMessageRequest.js → dataSourcesDataSourceProperty.js} +0 -0
- /package/dist/generated/config/models/{modelModelSummary.js → dataSourcesDataSourceType.js} +0 -0
- /package/dist/generated/config/models/{getFlowRunsSearchParams.js → dataSourcesGetParams.js} +0 -0
- /package/dist/generated/config/models/{notificationNotification.js → dataSourcesTestDataSourceConnection.js} +0 -0
- /package/dist/generated/config/models/{getModelsParams.js → dataSourcesTestDataSourceConnectionCredentials.js} +0 -0
- /package/dist/generated/config/models/{getNotificationParams.js → dataSourcesUpdateDataSource.js} +0 -0
- /package/dist/generated/config/models/{notificationPagedNotifications.js → dataSourcesUpdateDataSourceCredentials.js} +0 -0
- /package/dist/generated/config/models/{getUsersIdWorkspacesParams.js → dataSourcesUpdateDataSourceCredentialsCredentials.js} +0 -0
- /package/dist/generated/config/models/{getUsersParams.js → dataSpacesCreateDataSpace.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterface.js → dataSpacesDataSpace.js} +0 -0
- /package/dist/generated/config/models/{getUsersSearchParams.js → dataSpacesDataSpaceAdmin.js} +0 -0
- /package/dist/generated/config/models/{getWorkSpaceTemplatesParams.js → dataSpacesDataSpaceWorkSpaceRef.js} +0 -0
- /package/dist/generated/config/models/{getWorkSpacesIdMessageThreadsParams.js → dataSpacesGetDataSetsParams.js} +0 -0
- /package/dist/generated/config/models/{getWorkSpacesParams.js → dataSpacesGetParams.js} +0 -0
- /package/dist/generated/config/models/{getWorkSpacesWorkspaceIdFilesParams.js → dataSpacesUpdateDataSpace.js} +0 -0
- /package/dist/generated/config/models/{getWorkspacesWorkSpaceIdFunctionexecutionsParams.js → documentsGetDocumentSasParams.js} +0 -0
- /package/dist/generated/config/models/{getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsParams.js → filesAddMessageFileFromBlobUri.js} +0 -0
- /package/dist/generated/config/models/{getWorkspacesWorkspaceIdSandboxMessagesParams.js → filesCreateFileFromBlobUri.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceDefault.js → filesDownloadFileParams.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceMetadata.js → filesFile.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceSchema.js → filesFileUriResponse.js} +0 -0
- /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowErrorData.js → filesGetFileInfoParams.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInputChannels.js → filesGetUriParams.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceGenerics.js → filesIngestedBlob.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInputValue.js → filesUploadFilesBody.js} +0 -0
- /package/dist/generated/config/models/{messageMessageCreatorProfileImage.js → flowRunsAddFileIdFilesBody.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValueChannels.js → flowRunsCreateFlowRunParams.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValueValue.js → flowRunsGetStepExecutionsParams.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceMetadata.js → flowRunsGetVariables200One.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceSchema.js → flowRunsGetVariables200Three.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceMetadata.js → flowRunsGetVariables200Two.js} +0 -0
- /package/dist/generated/config/models/{postBlockSetsNameBody.js → flowRunsSearchFlowRunsParams.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAccess.js → flowsConnection.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionActivityActivityWorkSpace.js → flowsFlow.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.js → flowsFlowBlock.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserDetail.js → flowsFlowConstant.js} +0 -0
- /package/dist/generated/config/models/{postContainersContainerIdStartflowsParams.js → flowsFlowConstantValue.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionDataSet.js → flowsFlowDataSet.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionDataSource.js → flowsFlowDataSpace.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionDataSpace.js → flowsFlowDefinition.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionIngestedBlob.js → flowsFlowDefinitionBlocks.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionModelModelSummary.js → flowsFlowDefinitionConstants.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionWorkSpace.js → flowsFlowDefinitionInputs.js} +0 -0
- /package/dist/generated/config/models/{postFilesBody.js → flowsFlowDefinitionLayout.js} +0 -0
- /package/dist/generated/config/models/{portInterface.js → flowsFlowDefinitionOutputs.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceInputs.js → flowsFlowDefinitionVariables.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceOutputs.js → flowsFlowInput.js} +0 -0
- /package/dist/generated/config/models/{postWorkSpacesWorkspaceIdFilesBody.js → flowsFlowInputSchema.js} +0 -0
- /package/dist/generated/config/models/{stateInterface.js → flowsFlowOutput.js} +0 -0
- /package/dist/generated/config/models/{putWorkSpacesWorkspaceIdPromptresponseParams.js → flowsFlowOutputSchema.js} +0 -0
- /package/dist/generated/config/models/{testDataSourceConnection.js → flowsFlowRun.js} +0 -0
- /package/dist/generated/config/models/{updateDataSet.js → flowsFlowTrigger.js} +0 -0
- /package/dist/generated/config/models/{updateDataSourceCredentials.js → flowsFlowVariable.js} +0 -0
- /package/dist/generated/config/models/{stateInterfaceDefault.js → flowsFlowVariableSchema.js} +0 -0
- /package/dist/generated/config/models/{workSpace.js → flowsFlowWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{workSpaceInputs.js → integrationsSmartSpaceAiContainerItemFlowRun.js} +0 -0
- /package/dist/generated/config/models/{stateInterfaceMetadata.js → integrationsSmartSpaceAiContainerItemFlowRunError.js} +0 -0
- /package/dist/generated/config/models/{workSpaceVariables.js → integrationsSmartSpaceAiContainerItemRunHistory.js} +0 -0
- /package/dist/generated/config/models/{testDataSourceConnectionCredentials.js → messageThreadsGetStepExecutionsParams.js} +0 -0
- /package/dist/generated/config/models/{updateContainer.js → messageThreadsGetWorkspaceExecutionsParams.js} +0 -0
- /package/dist/generated/config/models/{updateDataSetBasicInfo.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/config/models/{updateDataSource.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/config/models/{updateDataSourceCredentialsCredentials.js → messagesMessageCreatorProfileImage.js} +0 -0
- /package/dist/generated/config/models/{updateDataSpace.js → messagesMessageErrorData.js} +0 -0
- /package/dist/generated/config/models/{workSpaceBasicInfo.js → messagesMessageValueChannels.js} +0 -0
- /package/dist/generated/config/models/{workSpaceUser.js → messagesMessageValueValue.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,30 +1187,32 @@ 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>>;
|
|
1014
1198
|
statusCode: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
1015
1199
|
}, zod.core.$strip>;
|
|
1016
1200
|
/**
|
|
1017
|
-
* @summary
|
|
1201
|
+
* @summary Retrieves a collection of data sources.
|
|
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>;
|
|
1209
|
+
sortBy: zod.ZodOptional<zod.ZodString>;
|
|
1210
|
+
sortDirection: zod.ZodOptional<zod.ZodString>;
|
|
1025
1211
|
}, zod.core.$strict>;
|
|
1026
|
-
export declare const
|
|
1027
|
-
export declare const
|
|
1028
|
-
export declare const
|
|
1029
|
-
export declare const
|
|
1212
|
+
export declare const dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp: RegExp;
|
|
1213
|
+
export declare const dataSourcesGetResponseDataItemContainersItemIdRegExp: RegExp;
|
|
1214
|
+
export declare const dataSourcesGetResponseDataItemIdRegExp: RegExp;
|
|
1215
|
+
export declare const dataSourcesGetResponse: zod.ZodObject<{
|
|
1030
1216
|
data: zod.ZodArray<zod.ZodObject<{
|
|
1031
1217
|
containers: zod.ZodArray<zod.ZodObject<{
|
|
1032
1218
|
dataSourceId: zod.ZodString;
|
|
@@ -1061,7 +1247,7 @@ export declare const getDataSourcesResponse: zod.ZodObject<{
|
|
|
1061
1247
|
/**
|
|
1062
1248
|
* @summary Create a new data source in SmartSpace, defining its properties and credentials for integration.
|
|
1063
1249
|
*/
|
|
1064
|
-
export declare const
|
|
1250
|
+
export declare const dataSourcesPostBody: zod.ZodObject<{
|
|
1065
1251
|
credentialType: zod.ZodEnum<{
|
|
1066
1252
|
BlobStorage: "BlobStorage";
|
|
1067
1253
|
SqlServer: "SqlServer";
|
|
@@ -1079,7 +1265,18 @@ export declare const postDataSourcesBody: zod.ZodObject<{
|
|
|
1079
1265
|
keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1080
1266
|
name: zod.ZodString;
|
|
1081
1267
|
}, zod.core.$strict>;
|
|
1082
|
-
export declare const
|
|
1268
|
+
export declare const dataSourcesPostResponseContainersItemDataSourceIdRegExp: RegExp;
|
|
1269
|
+
export declare const dataSourcesPostResponseContainersItemIdRegExp: RegExp;
|
|
1270
|
+
export declare const dataSourcesPostResponseIdRegExp: RegExp;
|
|
1271
|
+
export declare const dataSourcesPostResponse: zod.ZodObject<{
|
|
1272
|
+
containers: zod.ZodArray<zod.ZodObject<{
|
|
1273
|
+
dataSourceId: zod.ZodString;
|
|
1274
|
+
id: zod.ZodString;
|
|
1275
|
+
name: zod.ZodString;
|
|
1276
|
+
path: zod.ZodString;
|
|
1277
|
+
}, zod.core.$strip>>;
|
|
1278
|
+
createdAt: zod.ZodISODateTime;
|
|
1279
|
+
createdByUserId: zod.ZodString;
|
|
1083
1280
|
credentialType: zod.ZodEnum<{
|
|
1084
1281
|
BlobStorage: "BlobStorage";
|
|
1085
1282
|
SqlServer: "SqlServer";
|
|
@@ -1093,47 +1290,50 @@ export declare const postDataSourcesResponse: zod.ZodObject<{
|
|
|
1093
1290
|
File: "File";
|
|
1094
1291
|
Sitemap: "Sitemap";
|
|
1095
1292
|
}>;
|
|
1096
|
-
|
|
1293
|
+
id: zod.ZodString;
|
|
1097
1294
|
keyId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1295
|
+
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1296
|
+
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1098
1297
|
name: zod.ZodString;
|
|
1298
|
+
searchable: zod.ZodBoolean;
|
|
1099
1299
|
}, zod.core.$strip>;
|
|
1100
1300
|
/**
|
|
1101
1301
|
* @summary Remove a specific data source from SmartSpace using its unique ID.
|
|
1102
1302
|
*/
|
|
1103
|
-
export declare const
|
|
1104
|
-
export declare const
|
|
1303
|
+
export declare const dataSourcesDeletePathDataSourceIdRegExp: RegExp;
|
|
1304
|
+
export declare const dataSourcesDeleteParams: zod.ZodObject<{
|
|
1105
1305
|
dataSourceId: zod.ZodString;
|
|
1106
1306
|
}, zod.core.$strict>;
|
|
1107
1307
|
/**
|
|
1108
1308
|
* @summary Update the configuration of an existing data source in SmartSpace by specifying its ID.
|
|
1109
1309
|
*/
|
|
1110
|
-
export declare const
|
|
1111
|
-
export declare const
|
|
1310
|
+
export declare const dataSourcesPutPathDataSourceIdRegExp: RegExp;
|
|
1311
|
+
export declare const dataSourcesPutParams: zod.ZodObject<{
|
|
1112
1312
|
dataSourceId: zod.ZodString;
|
|
1113
1313
|
}, zod.core.$strict>;
|
|
1114
|
-
export declare const
|
|
1314
|
+
export declare const dataSourcesPutBody: zod.ZodObject<{
|
|
1115
1315
|
name: zod.ZodString;
|
|
1116
1316
|
}, zod.core.$strict>;
|
|
1117
1317
|
/**
|
|
1118
1318
|
* @summary Retrieve container information associated with a specific data source in SmartSpace, using it's ID.
|
|
1119
1319
|
*/
|
|
1120
|
-
export declare const
|
|
1121
|
-
export declare const
|
|
1320
|
+
export declare const dataSourcesContainersPathDataSourceIdRegExp: RegExp;
|
|
1321
|
+
export declare const dataSourcesContainersParams: zod.ZodObject<{
|
|
1122
1322
|
dataSourceId: zod.ZodString;
|
|
1123
1323
|
}, zod.core.$strict>;
|
|
1124
|
-
export declare const
|
|
1324
|
+
export declare const dataSourcesContainersQueryParams: zod.ZodObject<{
|
|
1125
1325
|
parentId: zod.ZodOptional<zod.ZodString>;
|
|
1126
1326
|
search: zod.ZodOptional<zod.ZodString>;
|
|
1127
1327
|
}, zod.core.$strict>;
|
|
1128
|
-
export declare const
|
|
1129
|
-
export declare const
|
|
1130
|
-
export declare const
|
|
1328
|
+
export declare const dataSourcesContainersResponseDataSourceIdRegExp: RegExp;
|
|
1329
|
+
export declare const dataSourcesContainersResponseIdRegExp: RegExp;
|
|
1330
|
+
export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
|
|
1131
1331
|
dataSourceId: zod.ZodString;
|
|
1132
1332
|
id: zod.ZodString;
|
|
1133
1333
|
name: zod.ZodString;
|
|
1134
1334
|
path: zod.ZodString;
|
|
1135
1335
|
}, zod.core.$strip>;
|
|
1136
|
-
export declare const
|
|
1336
|
+
export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
|
|
1137
1337
|
dataSourceId: zod.ZodString;
|
|
1138
1338
|
id: zod.ZodString;
|
|
1139
1339
|
name: zod.ZodString;
|
|
@@ -1142,117 +1342,61 @@ export declare const getDataSourcesDataSourceIdContainersResponse: zod.ZodArray<
|
|
|
1142
1342
|
/**
|
|
1143
1343
|
* @summary Update the credentials for an existing data source in SmartSpace by specifying its ID.
|
|
1144
1344
|
*/
|
|
1145
|
-
export declare const
|
|
1146
|
-
export declare const
|
|
1345
|
+
export declare const dataSourcesUpdateCredentialsPathDataSourceIdRegExp: RegExp;
|
|
1346
|
+
export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
|
|
1147
1347
|
dataSourceId: zod.ZodString;
|
|
1148
1348
|
}, zod.core.$strict>;
|
|
1149
|
-
export declare const
|
|
1349
|
+
export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
|
|
1150
1350
|
credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
|
|
1151
1351
|
}, 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>;
|
|
1352
|
+
export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
|
|
1353
|
+
export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
|
|
1354
|
+
id: zod.ZodString;
|
|
1161
1355
|
}, 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
|
-
|
|
1356
|
+
export declare const dataSourcesGetAdminUsersResponseItem: zod.ZodObject<{
|
|
1357
|
+
id: zod.ZodString;
|
|
1358
|
+
name: zod.ZodString;
|
|
1359
|
+
}, zod.core.$strip>;
|
|
1360
|
+
export declare const dataSourcesGetAdminUsersResponse: zod.ZodArray<zod.ZodObject<{
|
|
1361
|
+
id: zod.ZodString;
|
|
1362
|
+
name: zod.ZodString;
|
|
1363
|
+
}, zod.core.$strip>>;
|
|
1364
|
+
export declare const dataSourcesDeleteAdminPathIdRegExp: RegExp;
|
|
1365
|
+
export declare const dataSourcesDeleteAdminParams: zod.ZodObject<{
|
|
1366
|
+
id: zod.ZodString;
|
|
1367
|
+
userId: zod.ZodString;
|
|
1368
|
+
}, zod.core.$strict>;
|
|
1369
|
+
export declare const dataSourcesAddAdminPathIdRegExp: RegExp;
|
|
1370
|
+
export declare const dataSourcesAddAdminParams: zod.ZodObject<{
|
|
1371
|
+
id: zod.ZodString;
|
|
1372
|
+
userId: zod.ZodString;
|
|
1373
|
+
}, zod.core.$strict>;
|
|
1374
|
+
export declare const dataSpacesGetQueryTakeDefault = 20;
|
|
1375
|
+
export declare const dataSpacesGetQuerySkipDefault = 0;
|
|
1376
|
+
export declare const dataSpacesGetQueryParams: zod.ZodObject<{
|
|
1377
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1378
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1379
|
+
search: zod.ZodOptional<zod.ZodString>;
|
|
1380
|
+
sortBy: zod.ZodOptional<zod.ZodString>;
|
|
1381
|
+
sortDirection: zod.ZodOptional<zod.ZodString>;
|
|
1382
|
+
}, zod.core.$strict>;
|
|
1383
|
+
export declare const dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
|
|
1384
|
+
export declare const dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp: RegExp;
|
|
1385
|
+
export declare const dataSpacesGetResponseDataItemDataSetsItemIdRegExp: RegExp;
|
|
1386
|
+
export declare const dataSpacesGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
|
|
1387
|
+
export declare const dataSpacesGetResponseDataItemIdRegExp: RegExp;
|
|
1388
|
+
export declare const dataSpacesGetResponseDataItemParentWorkspaceIdRegExp: RegExp;
|
|
1389
|
+
export declare const dataSpacesGetResponseDataItemWorkSpacesItemIdRegExp: RegExp;
|
|
1390
|
+
export declare const dataSpacesGetResponse: zod.ZodObject<{
|
|
1391
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
1392
|
+
createdAt: zod.ZodISODateTime;
|
|
1393
|
+
createdByUserId: zod.ZodString;
|
|
1394
|
+
dataSets: zod.ZodArray<zod.ZodObject<{
|
|
1179
1395
|
createdAt: zod.ZodISODateTime;
|
|
1180
1396
|
createdByUserId: zod.ZodString;
|
|
1181
1397
|
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1182
1398
|
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>>;
|
|
1399
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1256
1400
|
id: zod.ZodString;
|
|
1257
1401
|
modifiedAt: zod.ZodISODateTime;
|
|
1258
1402
|
modifiedByUserId: zod.ZodString;
|
|
@@ -1263,139 +1407,51 @@ export declare const getDataSpacesResponse: zod.ZodObject<{
|
|
|
1263
1407
|
name: zod.ZodString;
|
|
1264
1408
|
}, zod.core.$strip>>;
|
|
1265
1409
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1266
|
-
}, zod.core.$strip
|
|
1410
|
+
}, zod.core.$strip>>;
|
|
1267
1411
|
id: zod.ZodString;
|
|
1268
|
-
modifiedAt: zod.
|
|
1269
|
-
modifiedByUserId: zod.
|
|
1412
|
+
modifiedAt: zod.ZodISODateTime;
|
|
1413
|
+
modifiedByUserId: zod.ZodString;
|
|
1270
1414
|
name: zod.ZodString;
|
|
1271
1415
|
parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1272
|
-
|
|
1416
|
+
workSpaces: zod.ZodArray<zod.ZodObject<{
|
|
1273
1417
|
id: zod.ZodString;
|
|
1274
1418
|
name: zod.ZodString;
|
|
1275
|
-
}, zod.core.$strip
|
|
1419
|
+
}, zod.core.$strip>>;
|
|
1276
1420
|
}, zod.core.$strip>>;
|
|
1277
1421
|
total: zod.ZodNumber;
|
|
1278
1422
|
}, zod.core.$strip>;
|
|
1279
1423
|
/**
|
|
1280
|
-
* @summary Create a new dataspace
|
|
1424
|
+
* @summary Create a new dataspace.
|
|
1281
1425
|
*/
|
|
1282
|
-
export declare const
|
|
1283
|
-
export declare const
|
|
1426
|
+
export declare const dataSpacesPostBodyDataSetIdsItemRegExp: RegExp;
|
|
1427
|
+
export declare const dataSpacesPostBody: zod.ZodObject<{
|
|
1284
1428
|
dataSetIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
1285
1429
|
name: zod.ZodString;
|
|
1286
1430
|
}, 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<{
|
|
1431
|
+
export declare const dataSpacesDeletePathIdRegExp: RegExp;
|
|
1432
|
+
export declare const dataSpacesDeleteParams: zod.ZodObject<{
|
|
1297
1433
|
id: zod.ZodString;
|
|
1298
1434
|
}, zod.core.$strict>;
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
*/
|
|
1302
|
-
export declare const getDataSpacesIdPathIdRegExp: RegExp;
|
|
1303
|
-
export declare const getDataSpacesIdParams: zod.ZodObject<{
|
|
1435
|
+
export declare const dataSpacesGetByIdPathIdRegExp: RegExp;
|
|
1436
|
+
export declare const dataSpacesGetByIdParams: zod.ZodObject<{
|
|
1304
1437
|
id: zod.ZodString;
|
|
1305
1438
|
}, 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<{
|
|
1439
|
+
export declare const dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp: RegExp;
|
|
1440
|
+
export declare const dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp: RegExp;
|
|
1441
|
+
export declare const dataSpacesGetByIdResponseDataSetsItemIdRegExp: RegExp;
|
|
1442
|
+
export declare const dataSpacesGetByIdResponseDataSetsItemVersionRegExp: RegExp;
|
|
1443
|
+
export declare const dataSpacesGetByIdResponseIdRegExp: RegExp;
|
|
1444
|
+
export declare const dataSpacesGetByIdResponseParentWorkspaceIdRegExp: RegExp;
|
|
1445
|
+
export declare const dataSpacesGetByIdResponseWorkSpacesItemIdRegExp: RegExp;
|
|
1446
|
+
export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
|
|
1319
1447
|
createdAt: zod.ZodISODateTime;
|
|
1320
1448
|
createdByUserId: zod.ZodString;
|
|
1321
|
-
dataSets: zod.
|
|
1449
|
+
dataSets: zod.ZodArray<zod.ZodObject<{
|
|
1322
1450
|
createdAt: zod.ZodISODateTime;
|
|
1323
1451
|
createdByUserId: zod.ZodString;
|
|
1324
1452
|
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1325
1453
|
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>>;
|
|
1454
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1399
1455
|
id: zod.ZodString;
|
|
1400
1456
|
modifiedAt: zod.ZodISODateTime;
|
|
1401
1457
|
modifiedByUserId: zod.ZodString;
|
|
@@ -1406,133 +1462,115 @@ export declare const getDataSpacesIdResponse: zod.ZodObject<{
|
|
|
1406
1462
|
name: zod.ZodString;
|
|
1407
1463
|
}, zod.core.$strip>>;
|
|
1408
1464
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1409
|
-
}, zod.core.$strip
|
|
1465
|
+
}, zod.core.$strip>>;
|
|
1410
1466
|
id: zod.ZodString;
|
|
1411
|
-
modifiedAt: zod.
|
|
1412
|
-
modifiedByUserId: zod.
|
|
1467
|
+
modifiedAt: zod.ZodISODateTime;
|
|
1468
|
+
modifiedByUserId: zod.ZodString;
|
|
1413
1469
|
name: zod.ZodString;
|
|
1414
1470
|
parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1415
|
-
|
|
1471
|
+
workSpaces: zod.ZodArray<zod.ZodObject<{
|
|
1416
1472
|
id: zod.ZodString;
|
|
1417
1473
|
name: zod.ZodString;
|
|
1418
|
-
}, zod.core.$strip
|
|
1474
|
+
}, zod.core.$strip>>;
|
|
1419
1475
|
}, zod.core.$strip>;
|
|
1420
1476
|
/**
|
|
1421
|
-
* @summary Update
|
|
1477
|
+
* @summary Update an existing dataspace.
|
|
1422
1478
|
*/
|
|
1423
|
-
export declare const
|
|
1424
|
-
export declare const
|
|
1479
|
+
export declare const dataSpacesPutPathIdRegExp: RegExp;
|
|
1480
|
+
export declare const dataSpacesPutParams: zod.ZodObject<{
|
|
1425
1481
|
id: zod.ZodString;
|
|
1426
1482
|
}, zod.core.$strict>;
|
|
1427
|
-
export declare const
|
|
1428
|
-
export declare const
|
|
1429
|
-
export declare const
|
|
1483
|
+
export declare const dataSpacesPutBodyDataSetIdsItemRegExp: RegExp;
|
|
1484
|
+
export declare const dataSpacesPutBodyIdRegExp: RegExp;
|
|
1485
|
+
export declare const dataSpacesPutBody: zod.ZodObject<{
|
|
1430
1486
|
dataSetIds: zod.ZodArray<zod.ZodString>;
|
|
1431
1487
|
id: zod.ZodString;
|
|
1432
1488
|
name: zod.ZodString;
|
|
1433
1489
|
}, zod.core.$strict>;
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
export declare const
|
|
1438
|
-
export declare const
|
|
1490
|
+
export declare const dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp: RegExp;
|
|
1491
|
+
export declare const dataSpacesPutResponseDataSetsItemFlowIdRegExp: RegExp;
|
|
1492
|
+
export declare const dataSpacesPutResponseDataSetsItemIdRegExp: RegExp;
|
|
1493
|
+
export declare const dataSpacesPutResponseDataSetsItemVersionRegExp: RegExp;
|
|
1494
|
+
export declare const dataSpacesPutResponseIdRegExp: RegExp;
|
|
1495
|
+
export declare const dataSpacesPutResponseParentWorkspaceIdRegExp: RegExp;
|
|
1496
|
+
export declare const dataSpacesPutResponseWorkSpacesItemIdRegExp: RegExp;
|
|
1497
|
+
export declare const dataSpacesPutResponse: zod.ZodObject<{
|
|
1498
|
+
createdAt: zod.ZodISODateTime;
|
|
1499
|
+
createdByUserId: zod.ZodString;
|
|
1500
|
+
dataSets: zod.ZodArray<zod.ZodObject<{
|
|
1501
|
+
createdAt: zod.ZodISODateTime;
|
|
1502
|
+
createdByUserId: zod.ZodString;
|
|
1503
|
+
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1504
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1505
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1506
|
+
id: zod.ZodString;
|
|
1507
|
+
modifiedAt: zod.ZodISODateTime;
|
|
1508
|
+
modifiedByUserId: zod.ZodString;
|
|
1509
|
+
name: zod.ZodString;
|
|
1510
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
1511
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1512
|
+
isVector: zod.ZodBoolean;
|
|
1513
|
+
name: zod.ZodString;
|
|
1514
|
+
}, zod.core.$strip>>;
|
|
1515
|
+
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1516
|
+
}, zod.core.$strip>>;
|
|
1439
1517
|
id: zod.ZodString;
|
|
1518
|
+
modifiedAt: zod.ZodISODateTime;
|
|
1519
|
+
modifiedByUserId: zod.ZodString;
|
|
1520
|
+
name: zod.ZodString;
|
|
1521
|
+
parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1522
|
+
workSpaces: zod.ZodArray<zod.ZodObject<{
|
|
1523
|
+
id: zod.ZodString;
|
|
1524
|
+
name: zod.ZodString;
|
|
1525
|
+
}, zod.core.$strip>>;
|
|
1526
|
+
}, zod.core.$strip>;
|
|
1527
|
+
export declare const dataSpacesGetAdminUsersPathIdRegExp: RegExp;
|
|
1528
|
+
export declare const dataSpacesGetAdminUsersParams: zod.ZodObject<{
|
|
1529
|
+
id: zod.ZodString;
|
|
1530
|
+
}, zod.core.$strict>;
|
|
1531
|
+
export declare const dataSpacesGetAdminUsersResponseDataSpaceIdRegExp: RegExp;
|
|
1532
|
+
export declare const dataSpacesGetAdminUsersResponseItem: zod.ZodObject<{
|
|
1533
|
+
dataSpaceId: zod.ZodString;
|
|
1534
|
+
displayName: zod.ZodString;
|
|
1535
|
+
userId: zod.ZodString;
|
|
1536
|
+
}, zod.core.$strip>;
|
|
1537
|
+
export declare const dataSpacesGetAdminUsersResponse: zod.ZodArray<zod.ZodObject<{
|
|
1538
|
+
dataSpaceId: zod.ZodString;
|
|
1539
|
+
displayName: zod.ZodString;
|
|
1540
|
+
userId: zod.ZodString;
|
|
1541
|
+
}, zod.core.$strip>>;
|
|
1542
|
+
export declare const dataSpacesDeleteAdminPathIdRegExp: RegExp;
|
|
1543
|
+
export declare const dataSpacesDeleteAdminParams: zod.ZodObject<{
|
|
1544
|
+
id: zod.ZodString;
|
|
1545
|
+
userId: zod.ZodString;
|
|
1440
1546
|
}, zod.core.$strict>;
|
|
1441
|
-
export declare const
|
|
1442
|
-
export declare const
|
|
1443
|
-
|
|
1547
|
+
export declare const dataSpacesAddAdminPathIdRegExp: RegExp;
|
|
1548
|
+
export declare const dataSpacesAddAdminParams: zod.ZodObject<{
|
|
1549
|
+
id: zod.ZodString;
|
|
1550
|
+
userId: zod.ZodString;
|
|
1551
|
+
}, zod.core.$strict>;
|
|
1552
|
+
export declare const dataSpacesGetDataSetsPathIdRegExp: RegExp;
|
|
1553
|
+
export declare const dataSpacesGetDataSetsParams: zod.ZodObject<{
|
|
1554
|
+
id: zod.ZodString;
|
|
1555
|
+
}, zod.core.$strict>;
|
|
1556
|
+
export declare const dataSpacesGetDataSetsQueryTakeDefault = 20;
|
|
1557
|
+
export declare const dataSpacesGetDataSetsQuerySkipDefault = 0;
|
|
1558
|
+
export declare const dataSpacesGetDataSetsQueryParams: zod.ZodObject<{
|
|
1444
1559
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1445
1560
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1446
1561
|
search: zod.ZodOptional<zod.ZodString>;
|
|
1447
1562
|
}, 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<{
|
|
1563
|
+
export declare const dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp: RegExp;
|
|
1564
|
+
export declare const dataSpacesGetDataSetsResponseDataItemFlowIdRegExp: RegExp;
|
|
1565
|
+
export declare const dataSpacesGetDataSetsResponseDataItemIdRegExp: RegExp;
|
|
1566
|
+
export declare const dataSpacesGetDataSetsResponseDataItemVersionRegExp: RegExp;
|
|
1567
|
+
export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
|
|
1458
1568
|
data: zod.ZodArray<zod.ZodObject<{
|
|
1459
1569
|
createdAt: zod.ZodISODateTime;
|
|
1460
1570
|
createdByUserId: zod.ZodString;
|
|
1461
1571
|
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1462
1572
|
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>>;
|
|
1573
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1536
1574
|
id: zod.ZodString;
|
|
1537
1575
|
modifiedAt: zod.ZodISODateTime;
|
|
1538
1576
|
modifiedByUserId: zod.ZodString;
|
|
@@ -1547,34 +1585,34 @@ export declare const getDataSpacesIdDatasetsResponse: zod.ZodObject<{
|
|
|
1547
1585
|
total: zod.ZodNumber;
|
|
1548
1586
|
}, zod.core.$strip>;
|
|
1549
1587
|
/**
|
|
1550
|
-
* @summary Create a new dataset
|
|
1588
|
+
* @summary Create a new dataset inside this dataspace.
|
|
1551
1589
|
*/
|
|
1552
|
-
export declare const
|
|
1553
|
-
export declare const
|
|
1590
|
+
export declare const dataSpacesPostDatasetPathIdRegExp: RegExp;
|
|
1591
|
+
export declare const dataSpacesPostDatasetParams: zod.ZodObject<{
|
|
1554
1592
|
id: zod.ZodString;
|
|
1555
1593
|
}, zod.core.$strict>;
|
|
1556
|
-
export declare const
|
|
1557
|
-
export declare const
|
|
1558
|
-
containerInfo: zod.ZodArray<zod.ZodObject<{
|
|
1594
|
+
export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp: RegExp;
|
|
1595
|
+
export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
|
|
1596
|
+
containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1559
1597
|
dataSourceId: zod.ZodString;
|
|
1560
1598
|
path: zod.ZodString;
|
|
1561
|
-
}, zod.core.$strict
|
|
1599
|
+
}, zod.core.$strict>>>>;
|
|
1562
1600
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1563
1601
|
name: zod.ZodString;
|
|
1564
1602
|
}, zod.core.$strict>;
|
|
1565
|
-
export declare const
|
|
1603
|
+
export declare const debugInvokeParams: zod.ZodObject<{
|
|
1566
1604
|
connectionId: zod.ZodString;
|
|
1567
1605
|
method: zod.ZodString;
|
|
1568
1606
|
}, zod.core.$strict>;
|
|
1569
|
-
export declare const
|
|
1570
|
-
export declare const
|
|
1607
|
+
export declare const debugInvokeBodyItem: zod.ZodAny;
|
|
1608
|
+
export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
|
|
1571
1609
|
/**
|
|
1572
|
-
* @summary Upload files to be referenced in requests (supports full and chunked uploads)
|
|
1610
|
+
* @summary Upload files to be referenced in requests (supports full and chunked uploads).
|
|
1573
1611
|
*/
|
|
1574
|
-
export declare const
|
|
1575
|
-
export declare const
|
|
1576
|
-
export declare const
|
|
1577
|
-
export declare const
|
|
1612
|
+
export declare const filesUploadFilesBodyThreadIdRegExpOne: RegExp;
|
|
1613
|
+
export declare const filesUploadFilesBodyUploadIdRegExpOne: RegExp;
|
|
1614
|
+
export declare const filesUploadFilesBodyWorkspaceIdRegExpOne: RegExp;
|
|
1615
|
+
export declare const filesUploadFilesBody: zod.ZodObject<{
|
|
1578
1616
|
chunkIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
1579
1617
|
files: zod.ZodOptional<zod.ZodArray<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>>;
|
|
1580
1618
|
lastChunk: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -1583,10 +1621,10 @@ export declare const postFilesBody: zod.ZodObject<{
|
|
|
1583
1621
|
uploadId: zod.ZodOptional<zod.ZodString>;
|
|
1584
1622
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
1585
1623
|
}, zod.core.$strict>;
|
|
1586
|
-
export declare const
|
|
1587
|
-
export declare const
|
|
1588
|
-
export declare const
|
|
1589
|
-
export declare const
|
|
1624
|
+
export declare const filesUploadFilesResponseIdRegExpOne: RegExp;
|
|
1625
|
+
export declare const filesUploadFilesResponseThreadIdRegExpOne: RegExp;
|
|
1626
|
+
export declare const filesUploadFilesResponseWorkspaceIdRegExpOne: RegExp;
|
|
1627
|
+
export declare const filesUploadFilesResponseItem: zod.ZodObject<{
|
|
1590
1628
|
createdAt: zod.ZodISODateTime;
|
|
1591
1629
|
createdByUserId: zod.ZodString;
|
|
1592
1630
|
id: zod.ZodString;
|
|
@@ -1597,7 +1635,7 @@ export declare const postFilesResponseItem: zod.ZodObject<{
|
|
|
1597
1635
|
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1598
1636
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1599
1637
|
}, zod.core.$strip>;
|
|
1600
|
-
export declare const
|
|
1638
|
+
export declare const filesUploadFilesResponse: zod.ZodArray<zod.ZodObject<{
|
|
1601
1639
|
createdAt: zod.ZodISODateTime;
|
|
1602
1640
|
createdByUserId: zod.ZodString;
|
|
1603
1641
|
id: zod.ZodString;
|
|
@@ -1609,22 +1647,22 @@ export declare const postFilesResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
1609
1647
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1610
1648
|
}, zod.core.$strip>>;
|
|
1611
1649
|
/**
|
|
1612
|
-
* @summary Get details for a file previously uploaded
|
|
1650
|
+
* @summary Get details for a file previously uploaded.
|
|
1613
1651
|
*/
|
|
1614
|
-
export declare const
|
|
1615
|
-
export declare const
|
|
1652
|
+
export declare const filesGetFileInfoPathIdRegExpOne: RegExp;
|
|
1653
|
+
export declare const filesGetFileInfoParams: zod.ZodObject<{
|
|
1616
1654
|
id: zod.ZodString;
|
|
1617
1655
|
}, zod.core.$strict>;
|
|
1618
|
-
export declare const
|
|
1619
|
-
export declare const
|
|
1620
|
-
export declare const
|
|
1656
|
+
export declare const filesGetFileInfoQueryThreadIdRegExpOne: RegExp;
|
|
1657
|
+
export declare const filesGetFileInfoQueryWorkspaceIdRegExpOne: RegExp;
|
|
1658
|
+
export declare const filesGetFileInfoQueryParams: zod.ZodObject<{
|
|
1621
1659
|
threadId: zod.ZodOptional<zod.ZodString>;
|
|
1622
1660
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
1623
1661
|
}, zod.core.$strict>;
|
|
1624
|
-
export declare const
|
|
1625
|
-
export declare const
|
|
1626
|
-
export declare const
|
|
1627
|
-
export declare const
|
|
1662
|
+
export declare const filesGetFileInfoResponseIdRegExpOne: RegExp;
|
|
1663
|
+
export declare const filesGetFileInfoResponseThreadIdRegExpOne: RegExp;
|
|
1664
|
+
export declare const filesGetFileInfoResponseWorkspaceIdRegExpOne: RegExp;
|
|
1665
|
+
export declare const filesGetFileInfoResponse: zod.ZodObject<{
|
|
1628
1666
|
createdAt: zod.ZodISODateTime;
|
|
1629
1667
|
createdByUserId: zod.ZodString;
|
|
1630
1668
|
id: zod.ZodString;
|
|
@@ -1636,39 +1674,56 @@ export declare const getFilesIdResponse: zod.ZodObject<{
|
|
|
1636
1674
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1637
1675
|
}, zod.core.$strip>;
|
|
1638
1676
|
/**
|
|
1639
|
-
* @summary Download a previously uploaded file
|
|
1677
|
+
* @summary Download a previously uploaded file.
|
|
1640
1678
|
*/
|
|
1641
|
-
export declare const
|
|
1642
|
-
export declare const
|
|
1679
|
+
export declare const filesDownloadFilePathIdRegExpOne: RegExp;
|
|
1680
|
+
export declare const filesDownloadFileParams: zod.ZodObject<{
|
|
1643
1681
|
id: zod.ZodString;
|
|
1644
1682
|
}, zod.core.$strict>;
|
|
1645
|
-
export declare const
|
|
1646
|
-
export declare const
|
|
1647
|
-
export declare const
|
|
1683
|
+
export declare const filesDownloadFileQueryThreadIdRegExpOne: RegExp;
|
|
1684
|
+
export declare const filesDownloadFileQueryWorkspaceIdRegExpOne: RegExp;
|
|
1685
|
+
export declare const filesDownloadFileQueryParams: zod.ZodObject<{
|
|
1648
1686
|
threadId: zod.ZodOptional<zod.ZodString>;
|
|
1649
1687
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
1650
1688
|
}, zod.core.$strict>;
|
|
1651
1689
|
/**
|
|
1652
|
-
* @summary Get URI of a previously uploaded file
|
|
1690
|
+
* @summary Get URI of a previously uploaded file.
|
|
1653
1691
|
*/
|
|
1654
|
-
export declare const
|
|
1655
|
-
export declare const
|
|
1692
|
+
export declare const filesGetUriPathIdRegExpOne: RegExp;
|
|
1693
|
+
export declare const filesGetUriParams: zod.ZodObject<{
|
|
1656
1694
|
id: zod.ZodString;
|
|
1657
1695
|
}, zod.core.$strict>;
|
|
1658
|
-
export declare const
|
|
1659
|
-
export declare const
|
|
1660
|
-
export declare const
|
|
1696
|
+
export declare const filesGetUriQueryThreadIdRegExpOne: RegExp;
|
|
1697
|
+
export declare const filesGetUriQueryWorkspaceIdRegExpOne: RegExp;
|
|
1698
|
+
export declare const filesGetUriQueryParams: zod.ZodObject<{
|
|
1661
1699
|
threadId: zod.ZodOptional<zod.ZodString>;
|
|
1662
1700
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
1663
1701
|
}, zod.core.$strict>;
|
|
1664
|
-
export declare const
|
|
1702
|
+
export declare const filesGetUriResponse: zod.ZodObject<{
|
|
1703
|
+
uri: zod.ZodString;
|
|
1704
|
+
}, zod.core.$strip>;
|
|
1705
|
+
/**
|
|
1706
|
+
* @summary Creates a new flow run with the specified parameters
|
|
1707
|
+
*/
|
|
1708
|
+
export declare const flowRunsCreateFlowRunQueryFlowIdRegExp: RegExp;
|
|
1709
|
+
export declare const flowRunsCreateFlowRunQueryParams: zod.ZodObject<{
|
|
1710
|
+
flowId: zod.ZodOptional<zod.ZodString>;
|
|
1711
|
+
}, zod.core.$strict>;
|
|
1712
|
+
export declare const flowRunsCreateFlowRunBody: zod.ZodObject<{
|
|
1713
|
+
debug: zod.ZodBoolean;
|
|
1714
|
+
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1715
|
+
channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
|
|
1716
|
+
name: zod.ZodString;
|
|
1717
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
1718
|
+
}, zod.core.$strict>>>>;
|
|
1719
|
+
}, zod.core.$strict>;
|
|
1665
1720
|
/**
|
|
1666
1721
|
* @summary Searches for flow runs based on search term
|
|
1667
1722
|
*/
|
|
1668
|
-
export declare const
|
|
1669
|
-
export declare const
|
|
1670
|
-
export declare const
|
|
1671
|
-
export declare const
|
|
1723
|
+
export declare const flowRunsSearchFlowRunsQueryDataSetIdRegExp: RegExp;
|
|
1724
|
+
export declare const flowRunsSearchFlowRunsQuerySkipDefault = 0;
|
|
1725
|
+
export declare const flowRunsSearchFlowRunsQueryTakeDefault = 20;
|
|
1726
|
+
export declare const flowRunsSearchFlowRunsQueryParams: zod.ZodObject<{
|
|
1672
1727
|
search: zod.ZodOptional<zod.ZodString>;
|
|
1673
1728
|
dataSetId: zod.ZodOptional<zod.ZodString>;
|
|
1674
1729
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -1677,14 +1732,14 @@ export declare const getFlowRunsSearchQueryParams: zod.ZodObject<{
|
|
|
1677
1732
|
/**
|
|
1678
1733
|
* @summary Gets a singile file if it was used as an input to the flow run
|
|
1679
1734
|
*/
|
|
1680
|
-
export declare const
|
|
1681
|
-
export declare const
|
|
1735
|
+
export declare const flowRunsGetFileFromFlowRunIdPathFlowRunIdRegExp: RegExp;
|
|
1736
|
+
export declare const flowRunsGetFileFromFlowRunIdParams: zod.ZodObject<{
|
|
1682
1737
|
flowRunId: zod.ZodString;
|
|
1683
1738
|
}, zod.core.$strict>;
|
|
1684
|
-
export declare const
|
|
1685
|
-
export declare const
|
|
1686
|
-
export declare const
|
|
1687
|
-
export declare const
|
|
1739
|
+
export declare const flowRunsGetFileFromFlowRunIdResponseIdRegExp: RegExp;
|
|
1740
|
+
export declare const flowRunsGetFileFromFlowRunIdResponseThreadIdRegExp: RegExp;
|
|
1741
|
+
export declare const flowRunsGetFileFromFlowRunIdResponseWorkspaceIdRegExp: RegExp;
|
|
1742
|
+
export declare const flowRunsGetFileFromFlowRunIdResponse: zod.ZodObject<{
|
|
1688
1743
|
createdAt: zod.ZodISODateTime;
|
|
1689
1744
|
createdByUserId: zod.ZodString;
|
|
1690
1745
|
id: zod.ZodString;
|
|
@@ -1695,24 +1750,47 @@ export declare const getFlowRunsFlowRunIdFileResponse: zod.ZodObject<{
|
|
|
1695
1750
|
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1696
1751
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1697
1752
|
}, zod.core.$strip>;
|
|
1698
|
-
|
|
1699
|
-
|
|
1753
|
+
/**
|
|
1754
|
+
* @summary Gets a flow run including its context
|
|
1755
|
+
*/
|
|
1756
|
+
export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
|
|
1757
|
+
export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
|
|
1700
1758
|
id: zod.ZodString;
|
|
1701
1759
|
}, zod.core.$strict>;
|
|
1702
|
-
export declare const
|
|
1703
|
-
export declare const
|
|
1704
|
-
|
|
1705
|
-
|
|
1760
|
+
export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
|
|
1761
|
+
export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
|
|
1762
|
+
id: zod.ZodString;
|
|
1763
|
+
}, zod.core.$strict>;
|
|
1764
|
+
export declare const flowRunsAddFileIdFilesBody: zod.ZodObject<{
|
|
1765
|
+
file: zod.ZodOptional<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>;
|
|
1766
|
+
}, zod.core.$strict>;
|
|
1767
|
+
export declare const flowRunsAddFileIdFilesExistingPathIdRegExp: RegExp;
|
|
1768
|
+
export declare const flowRunsAddFileIdFilesExistingParams: zod.ZodObject<{
|
|
1769
|
+
id: zod.ZodString;
|
|
1770
|
+
}, zod.core.$strict>;
|
|
1771
|
+
export declare const flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp: RegExp;
|
|
1772
|
+
export declare const flowRunsAddFileIdFilesExistingBody: zod.ZodObject<{
|
|
1773
|
+
blobUri: zod.ZodString;
|
|
1774
|
+
flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1775
|
+
}, zod.core.$strict>;
|
|
1776
|
+
export declare const flowRunsGetStepExecutionsPathIdRegExp: RegExp;
|
|
1777
|
+
export declare const flowRunsGetStepExecutionsParams: zod.ZodObject<{
|
|
1778
|
+
id: zod.ZodString;
|
|
1779
|
+
}, zod.core.$strict>;
|
|
1780
|
+
export declare const flowRunsGetStepExecutionsQuerySkipDefault = 0;
|
|
1781
|
+
export declare const flowRunsGetStepExecutionsQueryTakeDefault = 100;
|
|
1782
|
+
export declare const flowRunsGetStepExecutionsQuerySearchDefault = "";
|
|
1783
|
+
export declare const flowRunsGetStepExecutionsQueryParams: zod.ZodObject<{
|
|
1706
1784
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1707
1785
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1708
1786
|
search: zod.ZodOptional<zod.ZodString>;
|
|
1709
1787
|
"blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
1710
1788
|
}, zod.core.$strict>;
|
|
1711
|
-
export declare const
|
|
1712
|
-
export declare const
|
|
1713
|
-
export declare const
|
|
1714
|
-
export declare const
|
|
1715
|
-
export declare const
|
|
1789
|
+
export declare const flowRunsGetStepExecutionsResponseLogsItemIdRegExp: RegExp;
|
|
1790
|
+
export declare const flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
|
|
1791
|
+
export declare const flowRunsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp: RegExp;
|
|
1792
|
+
export declare const flowRunsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp: RegExp;
|
|
1793
|
+
export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
|
|
1716
1794
|
logs: zod.ZodArray<zod.ZodObject<{
|
|
1717
1795
|
blockId: zod.ZodString;
|
|
1718
1796
|
createdAt: zod.ZodISODateTime;
|
|
@@ -1752,26 +1830,26 @@ export declare const getFlowRunsIdFunctionexecutionsResponse: zod.ZodObject<{
|
|
|
1752
1830
|
}, zod.core.$strip>>;
|
|
1753
1831
|
total: zod.ZodNumber;
|
|
1754
1832
|
}, zod.core.$strip>;
|
|
1755
|
-
export declare const
|
|
1756
|
-
export declare const
|
|
1833
|
+
export declare const flowRunsGetVariablesPathIdRegExpOne: RegExp;
|
|
1834
|
+
export declare const flowRunsGetVariablesParams: zod.ZodObject<{
|
|
1757
1835
|
id: zod.ZodString;
|
|
1758
1836
|
}, zod.core.$strict>;
|
|
1759
|
-
export declare const
|
|
1760
|
-
export declare const
|
|
1761
|
-
export declare const
|
|
1837
|
+
export declare const flowRunsGetVariablesResponse: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1838
|
+
export declare const flowRunsSetVariablePathIdRegExpOne: RegExp;
|
|
1839
|
+
export declare const flowRunsSetVariableParams: zod.ZodObject<{
|
|
1762
1840
|
id: zod.ZodString;
|
|
1763
1841
|
variableName: zod.ZodString;
|
|
1764
1842
|
}, zod.core.$strict>;
|
|
1765
|
-
export declare const
|
|
1766
|
-
export declare const
|
|
1767
|
-
export declare const
|
|
1843
|
+
export declare const flowRunsSetVariableBody: zod.ZodAny;
|
|
1844
|
+
export declare const flowsGetPathIdRegExp: RegExp;
|
|
1845
|
+
export declare const flowsGetParams: zod.ZodObject<{
|
|
1768
1846
|
id: zod.ZodString;
|
|
1769
1847
|
}, zod.core.$strict>;
|
|
1770
|
-
export declare const
|
|
1771
|
-
export declare const
|
|
1848
|
+
export declare const flowsSetActiveFlowDefinitionPathIdRegExp: RegExp;
|
|
1849
|
+
export declare const flowsSetActiveFlowDefinitionParams: zod.ZodObject<{
|
|
1772
1850
|
id: zod.ZodString;
|
|
1773
1851
|
}, zod.core.$strict>;
|
|
1774
|
-
export declare const
|
|
1852
|
+
export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
|
|
1775
1853
|
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1776
1854
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1777
1855
|
target: zod.ZodObject<{
|
|
@@ -1825,19 +1903,97 @@ export declare const putFlowsIdActiveBody: zod.ZodObject<{
|
|
|
1825
1903
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1826
1904
|
}, zod.core.$strict>>>>;
|
|
1827
1905
|
}, zod.core.$strict>;
|
|
1906
|
+
/**
|
|
1907
|
+
* @summary Retrieves a list of model deployment providers.
|
|
1908
|
+
*/
|
|
1909
|
+
export declare const modelProvidersGetProvidersQueryTakeDefault = 50;
|
|
1910
|
+
export declare const modelProvidersGetProvidersQuerySkipDefault = 0;
|
|
1911
|
+
export declare const modelProvidersGetProvidersQueryParams: zod.ZodObject<{
|
|
1912
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1913
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1914
|
+
}, zod.core.$strict>;
|
|
1915
|
+
/**
|
|
1916
|
+
* @summary Creates a new model deployment provider.
|
|
1917
|
+
*/
|
|
1918
|
+
export declare const modelProvidersCreateProviderBodyIdRegExp: RegExp;
|
|
1919
|
+
export declare const modelProvidersCreateProviderBody: zod.ZodObject<{
|
|
1920
|
+
apiKey: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1921
|
+
apiVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1922
|
+
baseUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1923
|
+
googleCredentials: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
|
|
1924
|
+
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1925
|
+
location: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1926
|
+
name: zod.ZodString;
|
|
1927
|
+
type: zod.ZodEnum<{
|
|
1928
|
+
OpenAi: "OpenAi";
|
|
1929
|
+
AzureOpenAi: "AzureOpenAi";
|
|
1930
|
+
HuggingFace: "HuggingFace";
|
|
1931
|
+
Cohere: "Cohere";
|
|
1932
|
+
Anthropic: "Anthropic";
|
|
1933
|
+
Gemini: "Gemini";
|
|
1934
|
+
VertexAi: "VertexAi";
|
|
1935
|
+
AzureFoundry: "AzureFoundry";
|
|
1936
|
+
}>;
|
|
1937
|
+
}, zod.core.$strict>;
|
|
1938
|
+
/**
|
|
1939
|
+
* @summary Retrieves the deployable models for a model provider
|
|
1940
|
+
*/
|
|
1941
|
+
export declare const modelProvidersGetModelProviderTypeDeployableModelsParams: zod.ZodObject<{
|
|
1942
|
+
providerType: zod.ZodEnum<{
|
|
1943
|
+
OpenAi: "OpenAi";
|
|
1944
|
+
AzureOpenAi: "AzureOpenAi";
|
|
1945
|
+
HuggingFace: "HuggingFace";
|
|
1946
|
+
Cohere: "Cohere";
|
|
1947
|
+
Anthropic: "Anthropic";
|
|
1948
|
+
Gemini: "Gemini";
|
|
1949
|
+
VertexAi: "VertexAi";
|
|
1950
|
+
AzureFoundry: "AzureFoundry";
|
|
1951
|
+
}>;
|
|
1952
|
+
}, zod.core.$strict>;
|
|
1953
|
+
export declare const modelProvidersGetProviderPathIdRegExp: RegExp;
|
|
1954
|
+
export declare const modelProvidersGetProviderParams: zod.ZodObject<{
|
|
1955
|
+
id: zod.ZodString;
|
|
1956
|
+
}, zod.core.$strict>;
|
|
1957
|
+
/**
|
|
1958
|
+
* @summary Updates or inserts a model deployment provider.
|
|
1959
|
+
*/
|
|
1960
|
+
export declare const modelProvidersUpsertProviderPathIdRegExp: RegExp;
|
|
1961
|
+
export declare const modelProvidersUpsertProviderParams: zod.ZodObject<{
|
|
1962
|
+
id: zod.ZodString;
|
|
1963
|
+
}, zod.core.$strict>;
|
|
1964
|
+
export declare const modelProvidersUpsertProviderBodyIdRegExp: RegExp;
|
|
1965
|
+
export declare const modelProvidersUpsertProviderBody: zod.ZodObject<{
|
|
1966
|
+
apiKey: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1967
|
+
apiVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1968
|
+
baseUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1969
|
+
googleCredentials: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
|
|
1970
|
+
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1971
|
+
location: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1972
|
+
name: zod.ZodString;
|
|
1973
|
+
type: zod.ZodEnum<{
|
|
1974
|
+
OpenAi: "OpenAi";
|
|
1975
|
+
AzureOpenAi: "AzureOpenAi";
|
|
1976
|
+
HuggingFace: "HuggingFace";
|
|
1977
|
+
Cohere: "Cohere";
|
|
1978
|
+
Anthropic: "Anthropic";
|
|
1979
|
+
Gemini: "Gemini";
|
|
1980
|
+
VertexAi: "VertexAi";
|
|
1981
|
+
AzureFoundry: "AzureFoundry";
|
|
1982
|
+
}>;
|
|
1983
|
+
}, zod.core.$strict>;
|
|
1828
1984
|
/**
|
|
1829
1985
|
* @summary Retrieves a list of models.
|
|
1830
1986
|
*/
|
|
1831
|
-
export declare const
|
|
1832
|
-
export declare const
|
|
1833
|
-
export declare const
|
|
1834
|
-
export declare const
|
|
1987
|
+
export declare const modelsGetModelsQueryTakeDefaultOne = 50;
|
|
1988
|
+
export declare const modelsGetModelsQuerySkipDefaultOne = 0;
|
|
1989
|
+
export declare const modelsGetModelsQuerySearchDefaultOne = "";
|
|
1990
|
+
export declare const modelsGetModelsQueryParams: zod.ZodObject<{
|
|
1835
1991
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1836
1992
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1837
1993
|
search: zod.ZodOptional<zod.ZodString>;
|
|
1838
1994
|
}, zod.core.$strict>;
|
|
1839
|
-
export declare const
|
|
1840
|
-
export declare const
|
|
1995
|
+
export declare const modelsGetModelsResponseDataItemIdRegExpOne: RegExp;
|
|
1996
|
+
export declare const modelsGetModelsResponse: zod.ZodObject<{
|
|
1841
1997
|
data: zod.ZodArray<zod.ZodObject<{
|
|
1842
1998
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1843
1999
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -1860,6 +2016,21 @@ export declare const getModelsResponse: zod.ZodObject<{
|
|
|
1860
2016
|
VertexAi: "VertexAi";
|
|
1861
2017
|
AzureFoundry: "AzureFoundry";
|
|
1862
2018
|
}>>;
|
|
2019
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2020
|
+
OpenAi: "OpenAi";
|
|
2021
|
+
HuggingFace: "HuggingFace";
|
|
2022
|
+
Cohere: "Cohere";
|
|
2023
|
+
Anthropic: "Anthropic";
|
|
2024
|
+
Google: "Google";
|
|
2025
|
+
Meta: "Meta";
|
|
2026
|
+
Mistral: "Mistral";
|
|
2027
|
+
Microsoft: "Microsoft";
|
|
2028
|
+
DeepSeek: "DeepSeek";
|
|
2029
|
+
XAi: "XAi";
|
|
2030
|
+
Amazon: "Amazon";
|
|
2031
|
+
Qwen: "Qwen";
|
|
2032
|
+
Other: "Other";
|
|
2033
|
+
}>>;
|
|
1863
2034
|
name: zod.ZodString;
|
|
1864
2035
|
properties: zod.ZodArray<zod.ZodObject<{
|
|
1865
2036
|
name: zod.ZodString;
|
|
@@ -1876,9 +2047,9 @@ export declare const getModelsResponse: zod.ZodObject<{
|
|
|
1876
2047
|
/**
|
|
1877
2048
|
* @summary Creates a new model.
|
|
1878
2049
|
*/
|
|
1879
|
-
export declare const
|
|
1880
|
-
export declare const
|
|
1881
|
-
export declare const
|
|
2050
|
+
export declare const modelsCreateModelBodyDeploymentProviderIdRegExp: RegExp;
|
|
2051
|
+
export declare const modelsCreateModelBodyDeploymentProviderIdRegExpOne: RegExp;
|
|
2052
|
+
export declare const modelsCreateModelBody: zod.ZodObject<{
|
|
1882
2053
|
deployment: zod.ZodOptional<zod.ZodObject<{
|
|
1883
2054
|
dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1884
2055
|
provider: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -1907,26 +2078,48 @@ export declare const postModelsBody: zod.ZodObject<{
|
|
|
1907
2078
|
}, zod.core.$strict>>;
|
|
1908
2079
|
displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1909
2080
|
name: zod.ZodString;
|
|
2081
|
+
publisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2082
|
+
OpenAi: "OpenAi";
|
|
2083
|
+
HuggingFace: "HuggingFace";
|
|
2084
|
+
Cohere: "Cohere";
|
|
2085
|
+
Anthropic: "Anthropic";
|
|
2086
|
+
Google: "Google";
|
|
2087
|
+
Meta: "Meta";
|
|
2088
|
+
Mistral: "Mistral";
|
|
2089
|
+
Microsoft: "Microsoft";
|
|
2090
|
+
DeepSeek: "DeepSeek";
|
|
2091
|
+
XAi: "XAi";
|
|
2092
|
+
Amazon: "Amazon";
|
|
2093
|
+
Qwen: "Qwen";
|
|
2094
|
+
Other: "Other";
|
|
2095
|
+
}>>;
|
|
2096
|
+
}, zod.core.$strict>;
|
|
2097
|
+
export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
|
|
2098
|
+
serverType: zod.ZodOptional<zod.ZodEnum<{
|
|
2099
|
+
TextGenerationInference: "TextGenerationInference";
|
|
2100
|
+
VLlm: "VLlm";
|
|
2101
|
+
}>>;
|
|
1910
2102
|
}, zod.core.$strict>;
|
|
2103
|
+
export declare const modelsGetDefaultDockerFileResponse: zod.ZodString;
|
|
1911
2104
|
/**
|
|
1912
2105
|
* @summary Deletes a model with the specified ID.
|
|
1913
2106
|
*/
|
|
1914
|
-
export declare const
|
|
1915
|
-
export declare const
|
|
2107
|
+
export declare const modelsDeleteModelPathIdRegExp: RegExp;
|
|
2108
|
+
export declare const modelsDeleteModelParams: zod.ZodObject<{
|
|
1916
2109
|
id: zod.ZodString;
|
|
1917
2110
|
}, zod.core.$strict>;
|
|
1918
2111
|
/**
|
|
1919
2112
|
* @summary Retrieves a model by its ID.
|
|
1920
2113
|
*/
|
|
1921
|
-
export declare const
|
|
1922
|
-
export declare const
|
|
2114
|
+
export declare const modelsGetModelPathIdRegExpOne: RegExp;
|
|
2115
|
+
export declare const modelsGetModelParams: zod.ZodObject<{
|
|
1923
2116
|
id: zod.ZodString;
|
|
1924
2117
|
}, zod.core.$strict>;
|
|
1925
|
-
export declare const
|
|
1926
|
-
export declare const
|
|
1927
|
-
export declare const
|
|
1928
|
-
export declare const
|
|
1929
|
-
export declare const
|
|
2118
|
+
export declare const modelsGetModelResponseDeploymentIdRegExpOne: RegExp;
|
|
2119
|
+
export declare const modelsGetModelResponseDeploymentProviderIdRegExpOne: RegExp;
|
|
2120
|
+
export declare const modelsGetModelResponseDeploymentStepsItemIdRegExpOne: RegExp;
|
|
2121
|
+
export declare const modelsGetModelResponseIdRegExpOne: RegExp;
|
|
2122
|
+
export declare const modelsGetModelResponse: zod.ZodObject<{
|
|
1930
2123
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
1931
2124
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1932
2125
|
deployment: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -1983,6 +2176,21 @@ export declare const getModelsIdResponse: zod.ZodObject<{
|
|
|
1983
2176
|
VertexAi: "VertexAi";
|
|
1984
2177
|
AzureFoundry: "AzureFoundry";
|
|
1985
2178
|
}>>;
|
|
2179
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2180
|
+
OpenAi: "OpenAi";
|
|
2181
|
+
HuggingFace: "HuggingFace";
|
|
2182
|
+
Cohere: "Cohere";
|
|
2183
|
+
Anthropic: "Anthropic";
|
|
2184
|
+
Google: "Google";
|
|
2185
|
+
Meta: "Meta";
|
|
2186
|
+
Mistral: "Mistral";
|
|
2187
|
+
Microsoft: "Microsoft";
|
|
2188
|
+
DeepSeek: "DeepSeek";
|
|
2189
|
+
XAi: "XAi";
|
|
2190
|
+
Amazon: "Amazon";
|
|
2191
|
+
Qwen: "Qwen";
|
|
2192
|
+
Other: "Other";
|
|
2193
|
+
}>>;
|
|
1986
2194
|
name: zod.ZodString;
|
|
1987
2195
|
properties: zod.ZodArray<zod.ZodObject<{
|
|
1988
2196
|
name: zod.ZodString;
|
|
@@ -1996,13 +2204,13 @@ export declare const getModelsIdResponse: zod.ZodObject<{
|
|
|
1996
2204
|
/**
|
|
1997
2205
|
* @summary Updates or inserts a model with the specified ID.
|
|
1998
2206
|
*/
|
|
1999
|
-
export declare const
|
|
2000
|
-
export declare const
|
|
2207
|
+
export declare const modelsUpsertModelPathIdRegExp: RegExp;
|
|
2208
|
+
export declare const modelsUpsertModelParams: zod.ZodObject<{
|
|
2001
2209
|
id: zod.ZodString;
|
|
2002
2210
|
}, zod.core.$strict>;
|
|
2003
|
-
export declare const
|
|
2004
|
-
export declare const
|
|
2005
|
-
export declare const
|
|
2211
|
+
export declare const modelsUpsertModelBodyDeploymentProviderIdRegExp: RegExp;
|
|
2212
|
+
export declare const modelsUpsertModelBodyDeploymentProviderIdRegExpOne: RegExp;
|
|
2213
|
+
export declare const modelsUpsertModelBody: zod.ZodObject<{
|
|
2006
2214
|
deployment: zod.ZodOptional<zod.ZodObject<{
|
|
2007
2215
|
dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2008
2216
|
provider: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -2031,23 +2239,38 @@ export declare const putModelsIdBody: zod.ZodObject<{
|
|
|
2031
2239
|
}, zod.core.$strict>>;
|
|
2032
2240
|
displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2033
2241
|
name: zod.ZodString;
|
|
2242
|
+
publisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2243
|
+
OpenAi: "OpenAi";
|
|
2244
|
+
HuggingFace: "HuggingFace";
|
|
2245
|
+
Cohere: "Cohere";
|
|
2246
|
+
Anthropic: "Anthropic";
|
|
2247
|
+
Google: "Google";
|
|
2248
|
+
Meta: "Meta";
|
|
2249
|
+
Mistral: "Mistral";
|
|
2250
|
+
Microsoft: "Microsoft";
|
|
2251
|
+
DeepSeek: "DeepSeek";
|
|
2252
|
+
XAi: "XAi";
|
|
2253
|
+
Amazon: "Amazon";
|
|
2254
|
+
Qwen: "Qwen";
|
|
2255
|
+
Other: "Other";
|
|
2256
|
+
}>>;
|
|
2034
2257
|
}, zod.core.$strict>;
|
|
2035
2258
|
/**
|
|
2036
2259
|
* @summary Retrieves the Docker logs for a specific deployment of a model.
|
|
2037
2260
|
*/
|
|
2038
|
-
export declare const
|
|
2039
|
-
export declare const
|
|
2261
|
+
export declare const modelsGetDeploymentDockerLogsPathIdRegExp: RegExp;
|
|
2262
|
+
export declare const modelsGetDeploymentDockerLogsParams: zod.ZodObject<{
|
|
2040
2263
|
id: zod.ZodString;
|
|
2041
2264
|
}, zod.core.$strict>;
|
|
2042
|
-
export declare const
|
|
2265
|
+
export declare const modelsGetDeploymentDockerLogsResponse: zod.ZodString;
|
|
2043
2266
|
/**
|
|
2044
2267
|
* @summary Retrieves the health status of a model.
|
|
2045
2268
|
*/
|
|
2046
|
-
export declare const
|
|
2047
|
-
export declare const
|
|
2269
|
+
export declare const modelsGetModelHealthPathIdRegExp: RegExp;
|
|
2270
|
+
export declare const modelsGetModelHealthParams: zod.ZodObject<{
|
|
2048
2271
|
id: zod.ZodString;
|
|
2049
2272
|
}, zod.core.$strict>;
|
|
2050
|
-
export declare const
|
|
2273
|
+
export declare const modelsGetModelHealthResponse: zod.ZodEnum<{
|
|
2051
2274
|
Unhealthy: "Unhealthy";
|
|
2052
2275
|
Degraded: "Degraded";
|
|
2053
2276
|
Healthy: "Healthy";
|
|
@@ -2055,23 +2278,24 @@ export declare const getModelsIdHealthResponse: zod.ZodEnum<{
|
|
|
2055
2278
|
/**
|
|
2056
2279
|
* @summary Retrieve notifications for user login.
|
|
2057
2280
|
*/
|
|
2058
|
-
export declare const
|
|
2059
|
-
export declare const
|
|
2060
|
-
export declare const
|
|
2281
|
+
export declare const notificationGetQueryTakeDefaultOne = 20;
|
|
2282
|
+
export declare const notificationGetQuerySkipDefaultOne = 0;
|
|
2283
|
+
export declare const notificationGetQueryParams: zod.ZodObject<{
|
|
2061
2284
|
unread: zod.ZodOptional<zod.ZodBoolean>;
|
|
2062
2285
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2063
2286
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
2064
2287
|
}, zod.core.$strict>;
|
|
2065
|
-
export declare const
|
|
2066
|
-
export declare const
|
|
2067
|
-
export declare const
|
|
2068
|
-
export declare const
|
|
2288
|
+
export declare const notificationGetResponseDataItemIdRegExpOne: RegExp;
|
|
2289
|
+
export declare const notificationGetResponseDataItemThreadIdRegExpOne: RegExp;
|
|
2290
|
+
export declare const notificationGetResponseDataItemWorkSpaceIdRegExpOne: RegExp;
|
|
2291
|
+
export declare const notificationGetResponse: zod.ZodObject<{
|
|
2069
2292
|
data: zod.ZodArray<zod.ZodObject<{
|
|
2070
|
-
createdAt: zod.
|
|
2293
|
+
createdAt: zod.ZodISODateTime;
|
|
2071
2294
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2295
|
+
createdByUserId: zod.ZodString;
|
|
2072
2296
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2073
2297
|
dismissedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2074
|
-
id: zod.
|
|
2298
|
+
id: zod.ZodString;
|
|
2075
2299
|
notificationType: zod.ZodEnum<{
|
|
2076
2300
|
WorkSpaceUpdated: "WorkSpaceUpdated";
|
|
2077
2301
|
MessageThreadUpdated: "MessageThreadUpdated";
|
|
@@ -2086,13 +2310,25 @@ export declare const getNotificationResponse: zod.ZodObject<{
|
|
|
2086
2310
|
/**
|
|
2087
2311
|
* @summary Update: mark read notifications.
|
|
2088
2312
|
*/
|
|
2089
|
-
export declare const
|
|
2090
|
-
export declare const
|
|
2091
|
-
export declare const
|
|
2313
|
+
export declare const notificationPutUpdateBodyRegExpOne: RegExp;
|
|
2314
|
+
export declare const notificationPutUpdateBodyItem: zod.ZodString;
|
|
2315
|
+
export declare const notificationPutUpdateBody: zod.ZodArray<zod.ZodString>;
|
|
2316
|
+
/**
|
|
2317
|
+
* @summary Update the upgrade component of the smartspace plan
|
|
2318
|
+
*/
|
|
2319
|
+
export declare const planUpdateSmartSpaceUpgradeBody: zod.ZodObject<{
|
|
2320
|
+
workSpaceQuota: zod.ZodNumber;
|
|
2321
|
+
}, zod.core.$strict>;
|
|
2322
|
+
/**
|
|
2323
|
+
* @summary Calculate the cost of an upgrade change
|
|
2324
|
+
*/
|
|
2325
|
+
export declare const planCalculateSmartSpaceUpgradeCostBody: zod.ZodObject<{
|
|
2326
|
+
workSpaceQuota: zod.ZodNumber;
|
|
2327
|
+
}, zod.core.$strict>;
|
|
2092
2328
|
/**
|
|
2093
2329
|
* @summary Gets the number of requests by a specified duration
|
|
2094
2330
|
*/
|
|
2095
|
-
export declare const
|
|
2331
|
+
export declare const reportingGetRequestsParams: zod.ZodObject<{
|
|
2096
2332
|
duration: zod.ZodEnum<{
|
|
2097
2333
|
Second: "Second";
|
|
2098
2334
|
Minute: "Minute";
|
|
@@ -2101,7 +2337,7 @@ export declare const getReportingRequestsByDurationParams: zod.ZodObject<{
|
|
|
2101
2337
|
Month: "Month";
|
|
2102
2338
|
}>;
|
|
2103
2339
|
}, zod.core.$strict>;
|
|
2104
|
-
export declare const
|
|
2340
|
+
export declare const reportingGetRequestsQueryParams: zod.ZodObject<{
|
|
2105
2341
|
split: zod.ZodOptional<zod.ZodEnum<{
|
|
2106
2342
|
User: "User";
|
|
2107
2343
|
WorkSpace: "WorkSpace";
|
|
@@ -2112,7 +2348,7 @@ export declare const getReportingRequestsByDurationQueryParams: zod.ZodObject<{
|
|
|
2112
2348
|
reportFromDate: zod.ZodOptional<zod.ZodISODateTime>;
|
|
2113
2349
|
reportToDate: zod.ZodOptional<zod.ZodISODateTime>;
|
|
2114
2350
|
}, zod.core.$strict>;
|
|
2115
|
-
export declare const
|
|
2351
|
+
export declare const reportingGetRequestsResponse: zod.ZodObject<{
|
|
2116
2352
|
categories: zod.ZodArray<zod.ZodISODateTime>;
|
|
2117
2353
|
series: zod.ZodArray<zod.ZodObject<{
|
|
2118
2354
|
data: zod.ZodArray<zod.ZodNumber>;
|
|
@@ -2122,7 +2358,7 @@ export declare const getReportingRequestsByDurationResponse: zod.ZodObject<{
|
|
|
2122
2358
|
/**
|
|
2123
2359
|
* @summary Gets the number of tokens by a specified duration
|
|
2124
2360
|
*/
|
|
2125
|
-
export declare const
|
|
2361
|
+
export declare const reportingGetTokensParams: zod.ZodObject<{
|
|
2126
2362
|
duration: zod.ZodEnum<{
|
|
2127
2363
|
Second: "Second";
|
|
2128
2364
|
Minute: "Minute";
|
|
@@ -2131,7 +2367,7 @@ export declare const getReportingTokensByDurationParams: zod.ZodObject<{
|
|
|
2131
2367
|
Month: "Month";
|
|
2132
2368
|
}>;
|
|
2133
2369
|
}, zod.core.$strict>;
|
|
2134
|
-
export declare const
|
|
2370
|
+
export declare const reportingGetTokensQueryParams: zod.ZodObject<{
|
|
2135
2371
|
split: zod.ZodOptional<zod.ZodEnum<{
|
|
2136
2372
|
User: "User";
|
|
2137
2373
|
WorkSpace: "WorkSpace";
|
|
@@ -2142,7 +2378,7 @@ export declare const getReportingTokensByDurationQueryParams: zod.ZodObject<{
|
|
|
2142
2378
|
reportFromDate: zod.ZodOptional<zod.ZodISODateTime>;
|
|
2143
2379
|
reportToDate: zod.ZodOptional<zod.ZodISODateTime>;
|
|
2144
2380
|
}, zod.core.$strict>;
|
|
2145
|
-
export declare const
|
|
2381
|
+
export declare const reportingGetTokensResponse: zod.ZodObject<{
|
|
2146
2382
|
categories: zod.ZodArray<zod.ZodISODateTime>;
|
|
2147
2383
|
series: zod.ZodArray<zod.ZodObject<{
|
|
2148
2384
|
data: zod.ZodArray<zod.ZodNumber>;
|
|
@@ -2152,18 +2388,18 @@ export declare const getReportingTokensByDurationResponse: zod.ZodObject<{
|
|
|
2152
2388
|
/**
|
|
2153
2389
|
* @summary Gets Tenant Id
|
|
2154
2390
|
*/
|
|
2155
|
-
export declare const
|
|
2391
|
+
export declare const tenantIdGetResultResponse: zod.ZodString;
|
|
2156
2392
|
/**
|
|
2157
2393
|
* @summary Retrieve list users in SmartSpace, filter by roleId, with optional pagination controls take and skip.
|
|
2158
2394
|
*/
|
|
2159
|
-
export declare const
|
|
2160
|
-
export declare const
|
|
2161
|
-
export declare const
|
|
2395
|
+
export declare const usersGetUsersQuerySkipDefault = 0;
|
|
2396
|
+
export declare const usersGetUsersQueryTakeDefault = 20;
|
|
2397
|
+
export declare const usersGetUsersQueryParams: zod.ZodObject<{
|
|
2162
2398
|
search: zod.ZodOptional<zod.ZodString>;
|
|
2163
2399
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
2164
2400
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2165
2401
|
}, zod.core.$strict>;
|
|
2166
|
-
export declare const
|
|
2402
|
+
export declare const usersGetUsersResponse: zod.ZodObject<{
|
|
2167
2403
|
data: zod.ZodArray<zod.ZodObject<{
|
|
2168
2404
|
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2169
2405
|
id: zod.ZodString;
|
|
@@ -2186,38 +2422,66 @@ export declare const getUsersResponse: zod.ZodObject<{
|
|
|
2186
2422
|
}, zod.core.$strip>>;
|
|
2187
2423
|
total: zod.ZodNumber;
|
|
2188
2424
|
}, zod.core.$strip>;
|
|
2425
|
+
export declare const usersGetUsersByFilterParams: zod.ZodObject<{
|
|
2426
|
+
permissions: zod.ZodEnum<{
|
|
2427
|
+
None: "None";
|
|
2428
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
2429
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
2430
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
2431
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
2432
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
2433
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
2434
|
+
ConnectorCreate: "ConnectorCreate";
|
|
2435
|
+
ConnectorEdit: "ConnectorEdit";
|
|
2436
|
+
ConnectorDelete: "ConnectorDelete";
|
|
2437
|
+
}>;
|
|
2438
|
+
}, zod.core.$strict>;
|
|
2439
|
+
export declare const usersGetMyPermissionsResponse: zod.ZodEnum<{
|
|
2440
|
+
None: "None";
|
|
2441
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
2442
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
2443
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
2444
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
2445
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
2446
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
2447
|
+
ConnectorCreate: "ConnectorCreate";
|
|
2448
|
+
ConnectorEdit: "ConnectorEdit";
|
|
2449
|
+
ConnectorDelete: "ConnectorDelete";
|
|
2450
|
+
}>;
|
|
2189
2451
|
/**
|
|
2190
2452
|
* @summary Disable user (Remove all assigned WorkSpaces by UserId)
|
|
2191
2453
|
*/
|
|
2192
|
-
export declare const
|
|
2193
|
-
export declare const
|
|
2454
|
+
export declare const usersRemoveUserFromAllWorkSpacesQueryUserIdRegExp: RegExp;
|
|
2455
|
+
export declare const usersRemoveUserFromAllWorkSpacesQueryParams: zod.ZodObject<{
|
|
2194
2456
|
userId: zod.ZodOptional<zod.ZodString>;
|
|
2195
2457
|
}, zod.core.$strict>;
|
|
2196
2458
|
/**
|
|
2197
2459
|
* @summary Search users by name for autocomplete/navigation. Returns lightweight results (id, name, email only).
|
|
2198
2460
|
*/
|
|
2199
|
-
export declare const
|
|
2200
|
-
export declare const
|
|
2461
|
+
export declare const usersSearchUsersQueryTakeDefault = 10;
|
|
2462
|
+
export declare const usersSearchUsersQueryParams: zod.ZodObject<{
|
|
2201
2463
|
q: zod.ZodOptional<zod.ZodString>;
|
|
2202
2464
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2203
2465
|
}, zod.core.$strict>;
|
|
2204
|
-
export declare const
|
|
2466
|
+
export declare const usersSearchUsersResponseItem: zod.ZodObject<{
|
|
2205
2467
|
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2206
2468
|
id: zod.ZodString;
|
|
2469
|
+
isAssigned: zod.ZodBoolean;
|
|
2207
2470
|
name: zod.ZodString;
|
|
2208
2471
|
}, zod.core.$strip>;
|
|
2209
|
-
export declare const
|
|
2472
|
+
export declare const usersSearchUsersResponse: zod.ZodArray<zod.ZodObject<{
|
|
2210
2473
|
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2211
2474
|
id: zod.ZodString;
|
|
2475
|
+
isAssigned: zod.ZodBoolean;
|
|
2212
2476
|
name: zod.ZodString;
|
|
2213
2477
|
}, zod.core.$strip>>;
|
|
2214
2478
|
/**
|
|
2215
2479
|
* @summary Retrieve user detail in SmartSpace
|
|
2216
2480
|
*/
|
|
2217
|
-
export declare const
|
|
2481
|
+
export declare const usersGetUserDetailParams: zod.ZodObject<{
|
|
2218
2482
|
id: zod.ZodString;
|
|
2219
2483
|
}, zod.core.$strict>;
|
|
2220
|
-
export declare const
|
|
2484
|
+
export declare const usersGetUserDetailResponse: zod.ZodObject<{
|
|
2221
2485
|
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2222
2486
|
id: zod.ZodString;
|
|
2223
2487
|
isAdmin: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
@@ -2241,27 +2505,27 @@ export declare const getUsersIdResponse: zod.ZodObject<{
|
|
|
2241
2505
|
* @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
|
|
2242
2506
|
so browsers can cache the image via standard img src usage.
|
|
2243
2507
|
*/
|
|
2244
|
-
export declare const
|
|
2245
|
-
export declare const
|
|
2508
|
+
export declare const usersGetUserPhotoPathIdRegExpOne: RegExp;
|
|
2509
|
+
export declare const usersGetUserPhotoParams: zod.ZodObject<{
|
|
2246
2510
|
id: zod.ZodString;
|
|
2247
2511
|
}, zod.core.$strict>;
|
|
2248
|
-
export declare const
|
|
2512
|
+
export declare const usersGetUserPhotoResponse: zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>;
|
|
2249
2513
|
/**
|
|
2250
2514
|
* @summary Adds Admin for a access for a user
|
|
2251
2515
|
*/
|
|
2252
|
-
export declare const
|
|
2253
|
-
export declare const
|
|
2516
|
+
export declare const usersGetAccessWorkSpacesPathIdRegExp: RegExp;
|
|
2517
|
+
export declare const usersGetAccessWorkSpacesParams: zod.ZodObject<{
|
|
2254
2518
|
id: zod.ZodString;
|
|
2255
2519
|
}, zod.core.$strict>;
|
|
2256
|
-
export declare const
|
|
2257
|
-
export declare const
|
|
2258
|
-
export declare const
|
|
2520
|
+
export declare const usersGetAccessWorkSpacesQuerySkipDefault = 0;
|
|
2521
|
+
export declare const usersGetAccessWorkSpacesQueryTakeDefault = 20;
|
|
2522
|
+
export declare const usersGetAccessWorkSpacesQueryParams: zod.ZodObject<{
|
|
2259
2523
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
2260
2524
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2261
2525
|
}, zod.core.$strict>;
|
|
2262
|
-
export declare const
|
|
2263
|
-
export declare const
|
|
2264
|
-
export declare const
|
|
2526
|
+
export declare const usersGetAccessWorkSpacesResponseIdRegExp: RegExp;
|
|
2527
|
+
export declare const usersGetAccessWorkSpacesResponseWorkSpaceIdRegExp: RegExp;
|
|
2528
|
+
export declare const usersGetAccessWorkSpacesResponseItem: zod.ZodObject<{
|
|
2265
2529
|
accessType: zod.ZodEnum<{
|
|
2266
2530
|
Principal: "Principal";
|
|
2267
2531
|
Group: "Group";
|
|
@@ -2278,7 +2542,7 @@ export declare const getUsersIdWorkspacesResponseItem: zod.ZodObject<{
|
|
|
2278
2542
|
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2279
2543
|
workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2280
2544
|
}, zod.core.$strip>;
|
|
2281
|
-
export declare const
|
|
2545
|
+
export declare const usersGetAccessWorkSpacesResponse: zod.ZodArray<zod.ZodObject<{
|
|
2282
2546
|
accessType: zod.ZodEnum<{
|
|
2283
2547
|
Principal: "Principal";
|
|
2284
2548
|
Group: "Group";
|
|
@@ -2295,44 +2559,83 @@ export declare const getUsersIdWorkspacesResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
2295
2559
|
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2296
2560
|
workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2297
2561
|
}, zod.core.$strip>>;
|
|
2562
|
+
export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
|
|
2563
|
+
export declare const usersAdminPermissionParams: zod.ZodObject<{
|
|
2564
|
+
userId: zod.ZodString;
|
|
2565
|
+
}, zod.core.$strict>;
|
|
2566
|
+
export declare const usersAdminPermissionQueryParams: zod.ZodObject<{
|
|
2567
|
+
isAdmin: zod.ZodOptional<zod.ZodBoolean>;
|
|
2568
|
+
}, zod.core.$strict>;
|
|
2569
|
+
export declare const usersAddUserPermissionPathUserIdRegExp: RegExp;
|
|
2570
|
+
export declare const usersAddUserPermissionParams: zod.ZodObject<{
|
|
2571
|
+
userId: zod.ZodString;
|
|
2572
|
+
}, zod.core.$strict>;
|
|
2573
|
+
export declare const usersAddUserPermissionBody: zod.ZodEnum<{
|
|
2574
|
+
None: "None";
|
|
2575
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
2576
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
2577
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
2578
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
2579
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
2580
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
2581
|
+
ConnectorCreate: "ConnectorCreate";
|
|
2582
|
+
ConnectorEdit: "ConnectorEdit";
|
|
2583
|
+
ConnectorDelete: "ConnectorDelete";
|
|
2584
|
+
}>;
|
|
2585
|
+
export declare const usersRemoveUserPermissionPathUserIdRegExp: RegExp;
|
|
2586
|
+
export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
|
|
2587
|
+
userId: zod.ZodString;
|
|
2588
|
+
permission: zod.ZodEnum<{
|
|
2589
|
+
None: "None";
|
|
2590
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
2591
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
2592
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
2593
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
2594
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
2595
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
2596
|
+
ConnectorCreate: "ConnectorCreate";
|
|
2597
|
+
ConnectorEdit: "ConnectorEdit";
|
|
2598
|
+
ConnectorDelete: "ConnectorDelete";
|
|
2599
|
+
}>;
|
|
2600
|
+
}, zod.core.$strict>;
|
|
2298
2601
|
/**
|
|
2299
2602
|
* @summary Returns a list of available Azure locations for deploying virtual machines
|
|
2300
2603
|
*/
|
|
2301
|
-
export declare const
|
|
2604
|
+
export declare const virtualMachinesGetVirtualMachineLocationsResponseItem: zod.ZodObject<{
|
|
2302
2605
|
displayName: zod.ZodString;
|
|
2303
2606
|
name: zod.ZodString;
|
|
2304
2607
|
}, zod.core.$strip>;
|
|
2305
|
-
export declare const
|
|
2608
|
+
export declare const virtualMachinesGetVirtualMachineLocationsResponse: zod.ZodArray<zod.ZodObject<{
|
|
2306
2609
|
displayName: zod.ZodString;
|
|
2307
2610
|
name: zod.ZodString;
|
|
2308
2611
|
}, zod.core.$strip>>;
|
|
2309
2612
|
/**
|
|
2310
2613
|
* @summary Returns a list of virtual machines sizes available in the specified location
|
|
2311
2614
|
*/
|
|
2312
|
-
export declare const
|
|
2615
|
+
export declare const virtualMachinesGetVirtualMachineSizeParams: zod.ZodObject<{
|
|
2313
2616
|
location: zod.ZodString;
|
|
2314
2617
|
}, zod.core.$strict>;
|
|
2315
|
-
export declare const
|
|
2618
|
+
export declare const virtualMachinesGetVirtualMachineSizeResponseItem: zod.ZodObject<{
|
|
2316
2619
|
name: zod.ZodString;
|
|
2317
2620
|
}, zod.core.$strip>;
|
|
2318
|
-
export declare const
|
|
2621
|
+
export declare const virtualMachinesGetVirtualMachineSizeResponse: zod.ZodArray<zod.ZodObject<{
|
|
2319
2622
|
name: zod.ZodString;
|
|
2320
2623
|
}, zod.core.$strip>>;
|
|
2321
2624
|
/**
|
|
2322
2625
|
* @summary Obtain a list of all templates in SmartSpace, with pagination options take and skip.
|
|
2323
2626
|
*/
|
|
2324
|
-
export declare const
|
|
2325
|
-
export declare const
|
|
2326
|
-
export declare const
|
|
2327
|
-
export declare const
|
|
2627
|
+
export declare const workSpaceTemplatesGetQueryTakeDefault = 20;
|
|
2628
|
+
export declare const workSpaceTemplatesGetQuerySkipDefault = 0;
|
|
2629
|
+
export declare const workSpaceTemplatesGetQuerySearchDefault = "";
|
|
2630
|
+
export declare const workSpaceTemplatesGetQueryParams: zod.ZodObject<{
|
|
2328
2631
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2329
2632
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
2330
2633
|
search: zod.ZodOptional<zod.ZodString>;
|
|
2331
2634
|
}, zod.core.$strict>;
|
|
2332
|
-
export declare const
|
|
2333
|
-
export declare const
|
|
2334
|
-
export declare const
|
|
2335
|
-
export declare const
|
|
2635
|
+
export declare const workSpaceTemplatesGetResponseDataItemIdRegExp: RegExp;
|
|
2636
|
+
export declare const workSpaceTemplatesGetResponseDataItemLatestVersionIdRegExp: RegExp;
|
|
2637
|
+
export declare const workSpaceTemplatesGetResponseDataItemPublisherIdRegExp: RegExp;
|
|
2638
|
+
export declare const workSpaceTemplatesGetResponse: zod.ZodObject<{
|
|
2336
2639
|
data: zod.ZodArray<zod.ZodObject<{
|
|
2337
2640
|
createdAtUtc: zod.ZodISODateTime;
|
|
2338
2641
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2352,34 +2655,36 @@ export declare const getWorkSpaceTemplatesResponse: zod.ZodObject<{
|
|
|
2352
2655
|
total: zod.ZodNumber;
|
|
2353
2656
|
}, zod.core.$strip>;
|
|
2354
2657
|
/**
|
|
2355
|
-
* @summary
|
|
2658
|
+
* @summary Retrieves a collection of workspaces.
|
|
2356
2659
|
*/
|
|
2357
|
-
export declare const
|
|
2358
|
-
export declare const
|
|
2359
|
-
export declare const
|
|
2660
|
+
export declare const workSpacesGetGetQueryTakeDefaultOne = 20;
|
|
2661
|
+
export declare const workSpacesGetGetQuerySkipDefaultOne = 0;
|
|
2662
|
+
export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
|
|
2360
2663
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2361
2664
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
2362
2665
|
search: zod.ZodOptional<zod.ZodString>;
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
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
|
|
2666
|
+
sortBy: zod.ZodOptional<zod.ZodString>;
|
|
2667
|
+
sortDirection: zod.ZodOptional<zod.ZodString>;
|
|
2668
|
+
}, zod.core.$strict>;
|
|
2669
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
2670
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
2671
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
2672
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne: RegExp;
|
|
2673
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne: RegExp;
|
|
2674
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne: RegExp;
|
|
2675
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne: RegExp;
|
|
2676
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemIdRegExpOne: RegExp;
|
|
2677
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemVersionRegExpOne: RegExp;
|
|
2678
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemIdRegExpOne: RegExp;
|
|
2679
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemParentWorkspaceIdRegExpOne: RegExp;
|
|
2680
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemWorkspacesInfoItemIdRegExpOne: RegExp;
|
|
2681
|
+
export declare const workSpacesGetGetResponseDataItemIdRegExpOne: RegExp;
|
|
2682
|
+
export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentIdRegExpOne: RegExp;
|
|
2683
|
+
export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentProviderIdRegExpOne: RegExp;
|
|
2684
|
+
export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne: RegExp;
|
|
2685
|
+
export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne: RegExp;
|
|
2686
|
+
export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
|
|
2687
|
+
export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
2383
2688
|
data: zod.ZodArray<zod.ZodObject<{
|
|
2384
2689
|
createdAt: zod.ZodISODateTime;
|
|
2385
2690
|
createdByUserId: zod.ZodString;
|
|
@@ -2491,7 +2796,6 @@ export declare const getWorkSpacesResponse: zod.ZodObject<{
|
|
|
2491
2796
|
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2492
2797
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2493
2798
|
}, zod.core.$strip>>;
|
|
2494
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2495
2799
|
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
2496
2800
|
frequencyPenalty: zod.ZodNumber;
|
|
2497
2801
|
model: zod.ZodObject<{
|
|
@@ -2551,272 +2855,75 @@ export declare const getWorkSpacesResponse: zod.ZodObject<{
|
|
|
2551
2855
|
VertexAi: "VertexAi";
|
|
2552
2856
|
AzureFoundry: "AzureFoundry";
|
|
2553
2857
|
}>>;
|
|
2858
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2859
|
+
OpenAi: "OpenAi";
|
|
2860
|
+
HuggingFace: "HuggingFace";
|
|
2861
|
+
Cohere: "Cohere";
|
|
2862
|
+
Anthropic: "Anthropic";
|
|
2863
|
+
Google: "Google";
|
|
2864
|
+
Meta: "Meta";
|
|
2865
|
+
Mistral: "Mistral";
|
|
2866
|
+
Microsoft: "Microsoft";
|
|
2867
|
+
DeepSeek: "DeepSeek";
|
|
2868
|
+
XAi: "XAi";
|
|
2869
|
+
Amazon: "Amazon";
|
|
2870
|
+
Qwen: "Qwen";
|
|
2871
|
+
Other: "Other";
|
|
2872
|
+
}>>;
|
|
2554
2873
|
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;
|
|
2874
|
+
properties: zod.ZodArray<zod.ZodObject<{
|
|
2875
|
+
name: zod.ZodString;
|
|
2876
|
+
type: zod.ZodEnum<{
|
|
2877
|
+
Boolean: "Boolean";
|
|
2878
|
+
Number: "Number";
|
|
2879
|
+
String: "String";
|
|
2880
|
+
}>;
|
|
2881
|
+
}, zod.core.$strip>>;
|
|
2882
|
+
}, zod.core.$strip>;
|
|
2883
|
+
prePrompt: zod.ZodString;
|
|
2884
|
+
presencePenalty: zod.ZodNumber;
|
|
2885
|
+
role: zod.ZodEnum<{
|
|
2886
|
+
Document: "Document";
|
|
2887
|
+
Agent: "Agent";
|
|
2888
|
+
Analyzer: "Analyzer";
|
|
2889
|
+
}>;
|
|
2890
|
+
temperature: zod.ZodNumber;
|
|
2891
|
+
topP: zod.ZodNumber;
|
|
2892
|
+
}, zod.core.$strip>>;
|
|
2735
2893
|
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2736
2894
|
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2737
2895
|
name: zod.ZodString;
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2896
|
+
outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2897
|
+
sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2898
|
+
showSources: zod.ZodBoolean;
|
|
2899
|
+
summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2900
|
+
supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2901
|
+
tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
2902
|
+
variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2903
|
+
access: zod.ZodEnum<{
|
|
2904
|
+
None: "None";
|
|
2905
|
+
Read: "Read";
|
|
2906
|
+
Write: "Write";
|
|
2907
|
+
}>;
|
|
2908
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2909
|
+
}, zod.core.$strip>>;
|
|
2743
2910
|
}, zod.core.$strip>>;
|
|
2744
|
-
|
|
2745
|
-
|
|
2911
|
+
total: zod.ZodNumber;
|
|
2912
|
+
}, zod.core.$strip>;
|
|
2913
|
+
/**
|
|
2914
|
+
* @summary Creates a new workspace.
|
|
2915
|
+
*/
|
|
2916
|
+
export declare const workSpacesPostBodyDataSpacesItemRegExp: RegExp;
|
|
2917
|
+
export declare const workSpacesPostBodyIdRegExp: RegExp;
|
|
2918
|
+
export declare const workSpacesPostBodyModelConfigurationsItemModelIdRegExp: RegExp;
|
|
2919
|
+
export declare const workSpacesPostBodyTemplateVersionIdRegExp: RegExp;
|
|
2920
|
+
export declare const workSpacesPostBody: zod.ZodObject<{
|
|
2921
|
+
dataSpaces: zod.ZodArray<zod.ZodString>;
|
|
2746
2922
|
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
2923
|
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
2752
2924
|
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>;
|
|
2925
|
+
modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2926
|
+
modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2820
2927
|
prePrompt: zod.ZodString;
|
|
2821
2928
|
presencePenalty: zod.ZodNumber;
|
|
2822
2929
|
role: zod.ZodEnum<{
|
|
@@ -2826,58 +2933,43 @@ export declare const postWorkSpacesResponse: zod.ZodObject<{
|
|
|
2826
2933
|
}>;
|
|
2827
2934
|
temperature: zod.ZodNumber;
|
|
2828
2935
|
topP: zod.ZodNumber;
|
|
2829
|
-
}, zod.core.$
|
|
2830
|
-
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2831
|
-
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2936
|
+
}, zod.core.$strict>>;
|
|
2832
2937
|
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>;
|
|
2938
|
+
templateVersionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2939
|
+
}, zod.core.$strict>;
|
|
2848
2940
|
/**
|
|
2849
|
-
* @summary
|
|
2941
|
+
* @summary Deletes a workspace by its ID.
|
|
2850
2942
|
*/
|
|
2851
|
-
export declare const
|
|
2852
|
-
export declare const
|
|
2943
|
+
export declare const workSpacesDeletePathIdRegExp: RegExp;
|
|
2944
|
+
export declare const workSpacesDeleteParams: zod.ZodObject<{
|
|
2853
2945
|
id: zod.ZodString;
|
|
2854
2946
|
}, zod.core.$strict>;
|
|
2855
2947
|
/**
|
|
2856
|
-
* @summary
|
|
2948
|
+
* @summary Retrieves a workspace by its ID.
|
|
2857
2949
|
*/
|
|
2858
|
-
export declare const
|
|
2859
|
-
export declare const
|
|
2950
|
+
export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
|
|
2951
|
+
export declare const workSpacesGetIdParams: zod.ZodObject<{
|
|
2860
2952
|
id: zod.ZodString;
|
|
2861
2953
|
}, 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
|
|
2954
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
2955
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
2956
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
2957
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne: RegExp;
|
|
2958
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne: RegExp;
|
|
2959
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne: RegExp;
|
|
2960
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne: RegExp;
|
|
2961
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemIdRegExpOne: RegExp;
|
|
2962
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemVersionRegExpOne: RegExp;
|
|
2963
|
+
export declare const workSpacesGetIdResponseDataSpacesItemIdRegExpOne: RegExp;
|
|
2964
|
+
export declare const workSpacesGetIdResponseDataSpacesItemParentWorkspaceIdRegExpOne: RegExp;
|
|
2965
|
+
export declare const workSpacesGetIdResponseDataSpacesItemWorkspacesInfoItemIdRegExpOne: RegExp;
|
|
2966
|
+
export declare const workSpacesGetIdResponseIdRegExpOne: RegExp;
|
|
2967
|
+
export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentIdRegExpOne: RegExp;
|
|
2968
|
+
export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentProviderIdRegExpOne: RegExp;
|
|
2969
|
+
export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne: RegExp;
|
|
2970
|
+
export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
|
|
2971
|
+
export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
|
|
2972
|
+
export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
2881
2973
|
createdAt: zod.ZodISODateTime;
|
|
2882
2974
|
createdByUserId: zod.ZodString;
|
|
2883
2975
|
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
@@ -2988,7 +3080,6 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
|
|
|
2988
3080
|
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2989
3081
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2990
3082
|
}, zod.core.$strip>>;
|
|
2991
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2992
3083
|
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
2993
3084
|
frequencyPenalty: zod.ZodNumber;
|
|
2994
3085
|
model: zod.ZodObject<{
|
|
@@ -3048,6 +3139,21 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
|
|
|
3048
3139
|
VertexAi: "VertexAi";
|
|
3049
3140
|
AzureFoundry: "AzureFoundry";
|
|
3050
3141
|
}>>;
|
|
3142
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
3143
|
+
OpenAi: "OpenAi";
|
|
3144
|
+
HuggingFace: "HuggingFace";
|
|
3145
|
+
Cohere: "Cohere";
|
|
3146
|
+
Anthropic: "Anthropic";
|
|
3147
|
+
Google: "Google";
|
|
3148
|
+
Meta: "Meta";
|
|
3149
|
+
Mistral: "Mistral";
|
|
3150
|
+
Microsoft: "Microsoft";
|
|
3151
|
+
DeepSeek: "DeepSeek";
|
|
3152
|
+
XAi: "XAi";
|
|
3153
|
+
Amazon: "Amazon";
|
|
3154
|
+
Qwen: "Qwen";
|
|
3155
|
+
Other: "Other";
|
|
3156
|
+
}>>;
|
|
3051
3157
|
name: zod.ZodString;
|
|
3052
3158
|
properties: zod.ZodArray<zod.ZodObject<{
|
|
3053
3159
|
name: zod.ZodString;
|
|
@@ -3086,14 +3192,40 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
|
|
|
3086
3192
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3087
3193
|
}, zod.core.$strip>>;
|
|
3088
3194
|
}, zod.core.$strip>;
|
|
3195
|
+
export declare const workSpacesGetWorkspaceAdminsPathIdRegExp: RegExp;
|
|
3196
|
+
export declare const workSpacesGetWorkspaceAdminsParams: zod.ZodObject<{
|
|
3197
|
+
id: zod.ZodString;
|
|
3198
|
+
}, zod.core.$strict>;
|
|
3199
|
+
export declare const workSpacesGetWorkspaceAdminsResponseItem: zod.ZodObject<{
|
|
3200
|
+
id: zod.ZodString;
|
|
3201
|
+
isAdmin: zod.ZodBoolean;
|
|
3202
|
+
name: zod.ZodString;
|
|
3203
|
+
}, zod.core.$strip>;
|
|
3204
|
+
export declare const workSpacesGetWorkspaceAdminsResponse: zod.ZodArray<zod.ZodObject<{
|
|
3205
|
+
id: zod.ZodString;
|
|
3206
|
+
isAdmin: zod.ZodBoolean;
|
|
3207
|
+
name: zod.ZodString;
|
|
3208
|
+
}, zod.core.$strip>>;
|
|
3209
|
+
export declare const workSpacesDeleteAdminPathIdRegExp: RegExp;
|
|
3210
|
+
export declare const workSpacesDeleteAdminPathUserIdRegExp: RegExp;
|
|
3211
|
+
export declare const workSpacesDeleteAdminParams: zod.ZodObject<{
|
|
3212
|
+
id: zod.ZodString;
|
|
3213
|
+
userId: zod.ZodString;
|
|
3214
|
+
}, zod.core.$strict>;
|
|
3215
|
+
export declare const workSpacesAddWorkspaceAdminPathIdRegExp: RegExp;
|
|
3216
|
+
export declare const workSpacesAddWorkspaceAdminPathUserIdRegExp: RegExp;
|
|
3217
|
+
export declare const workSpacesAddWorkspaceAdminParams: zod.ZodObject<{
|
|
3218
|
+
id: zod.ZodString;
|
|
3219
|
+
userId: zod.ZodString;
|
|
3220
|
+
}, zod.core.$strict>;
|
|
3089
3221
|
/**
|
|
3090
|
-
* @summary
|
|
3222
|
+
* @summary Updates the basic information of a workspace.
|
|
3091
3223
|
*/
|
|
3092
|
-
export declare const
|
|
3093
|
-
export declare const
|
|
3224
|
+
export declare const workSpacesPutPathIdRegExp: RegExp;
|
|
3225
|
+
export declare const workSpacesPutParams: zod.ZodObject<{
|
|
3094
3226
|
id: zod.ZodString;
|
|
3095
3227
|
}, zod.core.$strict>;
|
|
3096
|
-
export declare const
|
|
3228
|
+
export declare const workSpacesPutBody: zod.ZodObject<{
|
|
3097
3229
|
firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3098
3230
|
name: zod.ZodString;
|
|
3099
3231
|
outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3102,22 +3234,30 @@ export declare const putWorkSpacesIdBasicinfoBody: zod.ZodObject<{
|
|
|
3102
3234
|
tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3103
3235
|
}, zod.core.$strict>;
|
|
3104
3236
|
/**
|
|
3105
|
-
* @summary
|
|
3237
|
+
* @summary Marks a workspace as favorited or not for the active user.
|
|
3238
|
+
*/
|
|
3239
|
+
export declare const workSpacesSetFavoritedPathIdRegExp: RegExp;
|
|
3240
|
+
export declare const workSpacesSetFavoritedParams: zod.ZodObject<{
|
|
3241
|
+
id: zod.ZodString;
|
|
3242
|
+
}, zod.core.$strict>;
|
|
3243
|
+
export declare const workSpacesSetFavoritedBody: zod.ZodBoolean;
|
|
3244
|
+
/**
|
|
3245
|
+
* @summary Retrieves message threads for a workspace.
|
|
3106
3246
|
*/
|
|
3107
|
-
export declare const
|
|
3108
|
-
export declare const
|
|
3247
|
+
export declare const workSpacesGetThreadsPathIdRegExp: RegExp;
|
|
3248
|
+
export declare const workSpacesGetThreadsParams: zod.ZodObject<{
|
|
3109
3249
|
id: zod.ZodString;
|
|
3110
3250
|
}, zod.core.$strict>;
|
|
3111
|
-
export declare const
|
|
3112
|
-
export declare const
|
|
3113
|
-
export declare const
|
|
3251
|
+
export declare const workSpacesGetThreadsQueryTakeDefault = 50;
|
|
3252
|
+
export declare const workSpacesGetThreadsQuerySkipDefault = 0;
|
|
3253
|
+
export declare const workSpacesGetThreadsQueryParams: zod.ZodObject<{
|
|
3114
3254
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3115
3255
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3116
3256
|
search: zod.ZodOptional<zod.ZodString>;
|
|
3117
3257
|
}, zod.core.$strict>;
|
|
3118
|
-
export declare const
|
|
3119
|
-
export declare const
|
|
3120
|
-
export declare const
|
|
3258
|
+
export declare const workSpacesGetThreadsResponseDataItemIdRegExp: RegExp;
|
|
3259
|
+
export declare const workSpacesGetThreadsResponseDataItemWorkSpaceIdRegExp: RegExp;
|
|
3260
|
+
export declare const workSpacesGetThreadsResponse: zod.ZodObject<{
|
|
3121
3261
|
data: zod.ZodArray<zod.ZodObject<{
|
|
3122
3262
|
createdAt: zod.ZodISODateTime;
|
|
3123
3263
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3137,8 +3277,8 @@ export declare const getWorkSpacesIdMessageThreadsResponse: zod.ZodObject<{
|
|
|
3137
3277
|
/**
|
|
3138
3278
|
* @summary Deletes the model configuration for a specific workspace and role.
|
|
3139
3279
|
*/
|
|
3140
|
-
export declare const
|
|
3141
|
-
export declare const
|
|
3280
|
+
export declare const workSpacesDeleteModelConfigurationPathIdRegExp: RegExp;
|
|
3281
|
+
export declare const workSpacesDeleteModelConfigurationParams: zod.ZodObject<{
|
|
3142
3282
|
id: zod.ZodString;
|
|
3143
3283
|
role: zod.ZodEnum<{
|
|
3144
3284
|
Document: "Document";
|
|
@@ -3147,10 +3287,10 @@ export declare const deleteWorkSpacesIdModelconfigurationRoleParams: zod.ZodObje
|
|
|
3147
3287
|
}>;
|
|
3148
3288
|
}, zod.core.$strict>;
|
|
3149
3289
|
/**
|
|
3150
|
-
* @summary
|
|
3290
|
+
* @summary Updates the model configuration for a specific workspace and role.
|
|
3151
3291
|
*/
|
|
3152
|
-
export declare const
|
|
3153
|
-
export declare const
|
|
3292
|
+
export declare const workSpacesPutModelConfigurationPathIdRegExp: RegExp;
|
|
3293
|
+
export declare const workSpacesPutModelConfigurationParams: zod.ZodObject<{
|
|
3154
3294
|
id: zod.ZodString;
|
|
3155
3295
|
role: zod.ZodEnum<{
|
|
3156
3296
|
Document: "Document";
|
|
@@ -3158,8 +3298,8 @@ export declare const putWorkSpacesIdModelconfigurationRoleParams: zod.ZodObject<
|
|
|
3158
3298
|
Analyzer: "Analyzer";
|
|
3159
3299
|
}>;
|
|
3160
3300
|
}, zod.core.$strict>;
|
|
3161
|
-
export declare const
|
|
3162
|
-
export declare const
|
|
3301
|
+
export declare const workSpacesPutModelConfigurationBodyModelIdRegExp: RegExp;
|
|
3302
|
+
export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
|
|
3163
3303
|
frequencyPenalty: zod.ZodNumber;
|
|
3164
3304
|
modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3165
3305
|
modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3174,40 +3314,40 @@ export declare const putWorkSpacesIdModelconfigurationRoleBody: zod.ZodObject<{
|
|
|
3174
3314
|
topP: zod.ZodNumber;
|
|
3175
3315
|
}, zod.core.$strict>;
|
|
3176
3316
|
/**
|
|
3177
|
-
* @summary
|
|
3317
|
+
* @summary Removes a data space from a workspace.
|
|
3178
3318
|
*/
|
|
3179
|
-
export declare const
|
|
3180
|
-
export declare const
|
|
3181
|
-
export declare const
|
|
3319
|
+
export declare const workSpacesRemoveDataSpacePathWorkspaceIdRegExp: RegExp;
|
|
3320
|
+
export declare const workSpacesRemoveDataSpacePathDataspaceIdRegExp: RegExp;
|
|
3321
|
+
export declare const workSpacesRemoveDataSpaceParams: zod.ZodObject<{
|
|
3182
3322
|
workspaceId: zod.ZodString;
|
|
3183
3323
|
dataspaceId: zod.ZodString;
|
|
3184
3324
|
}, zod.core.$strict>;
|
|
3185
3325
|
/**
|
|
3186
|
-
* @summary
|
|
3326
|
+
* @summary Adds a data space to a workspace.
|
|
3187
3327
|
*/
|
|
3188
|
-
export declare const
|
|
3189
|
-
export declare const
|
|
3190
|
-
export declare const
|
|
3328
|
+
export declare const workSpacesAddDataSpacePathWorkspaceIdRegExp: RegExp;
|
|
3329
|
+
export declare const workSpacesAddDataSpacePathDataspaceIdRegExp: RegExp;
|
|
3330
|
+
export declare const workSpacesAddDataSpaceParams: zod.ZodObject<{
|
|
3191
3331
|
workspaceId: zod.ZodString;
|
|
3192
3332
|
dataspaceId: zod.ZodString;
|
|
3193
3333
|
}, zod.core.$strict>;
|
|
3194
3334
|
/**
|
|
3195
|
-
* @summary Gets a list of all the files that are uploaded directly to the workspace
|
|
3335
|
+
* @summary Gets a list of all the files that are uploaded directly to the workspace.
|
|
3196
3336
|
*/
|
|
3197
|
-
export declare const
|
|
3198
|
-
export declare const
|
|
3337
|
+
export declare const workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
|
|
3338
|
+
export declare const workSpacesGetWorkspaceFilesParams: zod.ZodObject<{
|
|
3199
3339
|
workspaceId: zod.ZodString;
|
|
3200
3340
|
}, zod.core.$strict>;
|
|
3201
|
-
export declare const
|
|
3202
|
-
export declare const
|
|
3203
|
-
export declare const
|
|
3341
|
+
export declare const workSpacesGetWorkspaceFilesQueryTakeDefault = 20;
|
|
3342
|
+
export declare const workSpacesGetWorkspaceFilesQuerySkipDefault = 0;
|
|
3343
|
+
export declare const workSpacesGetWorkspaceFilesQueryParams: zod.ZodObject<{
|
|
3204
3344
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3205
3345
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3206
3346
|
}, zod.core.$strict>;
|
|
3207
|
-
export declare const
|
|
3208
|
-
export declare const
|
|
3209
|
-
export declare const
|
|
3210
|
-
export declare const
|
|
3347
|
+
export declare const workSpacesGetWorkspaceFilesResponseDataItemFileIdRegExp: RegExp;
|
|
3348
|
+
export declare const workSpacesGetWorkspaceFilesResponseDataItemFileThreadIdRegExp: RegExp;
|
|
3349
|
+
export declare const workSpacesGetWorkspaceFilesResponseDataItemFileWorkspaceIdRegExp: RegExp;
|
|
3350
|
+
export declare const workSpacesGetWorkspaceFilesResponse: zod.ZodObject<{
|
|
3211
3351
|
data: zod.ZodArray<zod.ZodObject<{
|
|
3212
3352
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3213
3353
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3237,19 +3377,19 @@ export declare const getWorkSpacesWorkspaceIdFilesResponse: zod.ZodObject<{
|
|
|
3237
3377
|
total: zod.ZodNumber;
|
|
3238
3378
|
}, zod.core.$strip>;
|
|
3239
3379
|
/**
|
|
3240
|
-
* @summary Uploads a list of files directly to the workspace
|
|
3380
|
+
* @summary Uploads a list of files directly to the workspace.
|
|
3241
3381
|
*/
|
|
3242
|
-
export declare const
|
|
3243
|
-
export declare const
|
|
3382
|
+
export declare const workSpacesWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
|
|
3383
|
+
export declare const workSpacesWorkspaceFilesParams: zod.ZodObject<{
|
|
3244
3384
|
workspaceId: zod.ZodString;
|
|
3245
3385
|
}, zod.core.$strict>;
|
|
3246
|
-
export declare const
|
|
3386
|
+
export declare const workSpacesWorkspaceFilesBody: zod.ZodObject<{
|
|
3247
3387
|
files: zod.ZodOptional<zod.ZodArray<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>>;
|
|
3248
3388
|
}, zod.core.$strict>;
|
|
3249
|
-
export declare const
|
|
3250
|
-
export declare const
|
|
3251
|
-
export declare const
|
|
3252
|
-
export declare const
|
|
3389
|
+
export declare const workSpacesWorkspaceFilesResponseFileIdRegExp: RegExp;
|
|
3390
|
+
export declare const workSpacesWorkspaceFilesResponseFileThreadIdRegExp: RegExp;
|
|
3391
|
+
export declare const workSpacesWorkspaceFilesResponseFileWorkspaceIdRegExp: RegExp;
|
|
3392
|
+
export declare const workSpacesWorkspaceFilesResponseItem: zod.ZodObject<{
|
|
3253
3393
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3254
3394
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3255
3395
|
createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3275,7 +3415,7 @@ export declare const postWorkSpacesWorkspaceIdFilesResponseItem: zod.ZodObject<{
|
|
|
3275
3415
|
Ingesting: "Ingesting";
|
|
3276
3416
|
}>;
|
|
3277
3417
|
}, zod.core.$strip>;
|
|
3278
|
-
export declare const
|
|
3418
|
+
export declare const workSpacesWorkspaceFilesResponse: zod.ZodArray<zod.ZodObject<{
|
|
3279
3419
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3280
3420
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3281
3421
|
createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3302,26 +3442,80 @@ export declare const postWorkSpacesWorkspaceIdFilesResponse: zod.ZodArray<zod.Zo
|
|
|
3302
3442
|
}>;
|
|
3303
3443
|
}, zod.core.$strip>>;
|
|
3304
3444
|
/**
|
|
3305
|
-
* @summary Removes a file
|
|
3445
|
+
* @summary Removes a file from the workspace and the ingested content.
|
|
3306
3446
|
*/
|
|
3307
|
-
export declare const
|
|
3308
|
-
export declare const
|
|
3309
|
-
export declare const
|
|
3447
|
+
export declare const workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp: RegExp;
|
|
3448
|
+
export declare const workSpacesDeleteWorkspaceFilePathFileIdRegExp: RegExp;
|
|
3449
|
+
export declare const workSpacesDeleteWorkspaceFileParams: zod.ZodObject<{
|
|
3310
3450
|
workspaceId: zod.ZodString;
|
|
3311
3451
|
fileId: zod.ZodString;
|
|
3312
3452
|
}, zod.core.$strict>;
|
|
3313
|
-
export declare const
|
|
3314
|
-
export declare const
|
|
3453
|
+
export declare const workSpacesGetActiveFlowPathWorkspaceIdRegExp: RegExp;
|
|
3454
|
+
export declare const workSpacesGetActiveFlowParams: zod.ZodObject<{
|
|
3315
3455
|
workspaceId: zod.ZodString;
|
|
3316
3456
|
}, zod.core.$strict>;
|
|
3457
|
+
export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
|
|
3458
|
+
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3459
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3460
|
+
target: zod.ZodObject<{
|
|
3461
|
+
pin: zod.ZodString;
|
|
3462
|
+
port: zod.ZodString;
|
|
3463
|
+
}, zod.core.$strip>;
|
|
3464
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3465
|
+
}, zod.core.$strip>>>>;
|
|
3466
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3467
|
+
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3468
|
+
pin: zod.ZodString;
|
|
3469
|
+
port: zod.ZodString;
|
|
3470
|
+
}, zod.core.$strip>>>>;
|
|
3471
|
+
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3472
|
+
pin: zod.ZodString;
|
|
3473
|
+
port: zod.ZodString;
|
|
3474
|
+
}, zod.core.$strip>>>>;
|
|
3475
|
+
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3476
|
+
name: zod.ZodString;
|
|
3477
|
+
version: zod.ZodString;
|
|
3478
|
+
}, zod.core.$strip>>>>;
|
|
3479
|
+
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3480
|
+
source: zod.ZodObject<{
|
|
3481
|
+
node: zod.ZodString;
|
|
3482
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3483
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3484
|
+
}, zod.core.$strip>;
|
|
3485
|
+
target: zod.ZodObject<{
|
|
3486
|
+
node: zod.ZodString;
|
|
3487
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3488
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3489
|
+
}, zod.core.$strip>;
|
|
3490
|
+
}, zod.core.$strip>>>>;
|
|
3491
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3492
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3493
|
+
}, zod.core.$strip>>>>;
|
|
3494
|
+
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3495
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3496
|
+
}, zod.core.$strip>>>>;
|
|
3497
|
+
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3498
|
+
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3499
|
+
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3500
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3501
|
+
}, zod.core.$strip>>>>;
|
|
3502
|
+
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3503
|
+
access: zod.ZodEnum<{
|
|
3504
|
+
None: "None";
|
|
3505
|
+
Read: "Read";
|
|
3506
|
+
Write: "Write";
|
|
3507
|
+
}>;
|
|
3508
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3509
|
+
}, zod.core.$strip>>>>;
|
|
3510
|
+
}, zod.core.$strip>;
|
|
3317
3511
|
/**
|
|
3318
|
-
* @summary
|
|
3512
|
+
* @summary Sets the active flow definition for a workspace.
|
|
3319
3513
|
*/
|
|
3320
|
-
export declare const
|
|
3321
|
-
export declare const
|
|
3514
|
+
export declare const workSpacesSetActiveFlowPathWorkspaceIdRegExp: RegExp;
|
|
3515
|
+
export declare const workSpacesSetActiveFlowParams: zod.ZodObject<{
|
|
3322
3516
|
workspaceId: zod.ZodString;
|
|
3323
3517
|
}, zod.core.$strict>;
|
|
3324
|
-
export declare const
|
|
3518
|
+
export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
|
|
3325
3519
|
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3326
3520
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3327
3521
|
target: zod.ZodObject<{
|
|
@@ -3376,54 +3570,44 @@ export declare const putWorkSpacesWorkspaceIdFlowsActiveBody: zod.ZodObject<{
|
|
|
3376
3570
|
}, zod.core.$strict>>>>;
|
|
3377
3571
|
}, zod.core.$strict>;
|
|
3378
3572
|
/**
|
|
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.
|
|
3573
|
+
* @summary Updates the layout of blocks for the active flow definition.
|
|
3388
3574
|
*/
|
|
3389
|
-
export declare const
|
|
3390
|
-
export declare const
|
|
3575
|
+
export declare const workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp: RegExp;
|
|
3576
|
+
export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
|
|
3391
3577
|
workspaceId: zod.ZodString;
|
|
3392
3578
|
}, zod.core.$strict>;
|
|
3393
|
-
export declare const
|
|
3394
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
3395
|
-
}, zod.core.$strict>;
|
|
3579
|
+
export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
|
|
3396
3580
|
/**
|
|
3397
3581
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
3398
3582
|
*/
|
|
3399
|
-
export declare const
|
|
3400
|
-
export declare const
|
|
3583
|
+
export declare const documentsGetDocumentSasPathDataSpaceIdRegExpOne: RegExp;
|
|
3584
|
+
export declare const documentsGetDocumentSasParams: zod.ZodObject<{
|
|
3401
3585
|
dataSpaceId: zod.ZodString;
|
|
3402
3586
|
}, zod.core.$strict>;
|
|
3403
|
-
export declare const
|
|
3587
|
+
export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
|
|
3404
3588
|
file: zod.ZodOptional<zod.ZodString>;
|
|
3405
3589
|
}, zod.core.$strict>;
|
|
3406
|
-
export declare const
|
|
3590
|
+
export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
|
|
3407
3591
|
uri: zod.ZodURL;
|
|
3408
3592
|
}, zod.core.$strip>;
|
|
3409
|
-
export declare const
|
|
3410
|
-
export declare const
|
|
3593
|
+
export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
|
|
3594
|
+
export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
|
|
3411
3595
|
workSpaceId: zod.ZodString;
|
|
3412
3596
|
}, zod.core.$strict>;
|
|
3413
|
-
export declare const
|
|
3414
|
-
export declare const
|
|
3415
|
-
export declare const
|
|
3416
|
-
export declare const
|
|
3597
|
+
export declare const messageThreadsGetWorkspaceExecutionsQuerySkipDefault = 0;
|
|
3598
|
+
export declare const messageThreadsGetWorkspaceExecutionsQueryTakeDefault = 100;
|
|
3599
|
+
export declare const messageThreadsGetWorkspaceExecutionsQuerySearchDefault = "";
|
|
3600
|
+
export declare const messageThreadsGetWorkspaceExecutionsQueryParams: zod.ZodObject<{
|
|
3417
3601
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3418
3602
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3419
3603
|
search: zod.ZodOptional<zod.ZodString>;
|
|
3420
3604
|
"blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
3421
3605
|
}, zod.core.$strict>;
|
|
3422
|
-
export declare const
|
|
3423
|
-
export declare const
|
|
3424
|
-
export declare const
|
|
3425
|
-
export declare const
|
|
3426
|
-
export declare const
|
|
3606
|
+
export declare const messageThreadsGetWorkspaceExecutionsResponseLogsItemIdRegExp: RegExp;
|
|
3607
|
+
export declare const messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
|
|
3608
|
+
export declare const messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemValueIdRegExp: RegExp;
|
|
3609
|
+
export declare const messageThreadsGetWorkspaceExecutionsResponseLogsItemOutputsItemIdRegExp: RegExp;
|
|
3610
|
+
export declare const messageThreadsGetWorkspaceExecutionsResponse: zod.ZodObject<{
|
|
3427
3611
|
logs: zod.ZodArray<zod.ZodObject<{
|
|
3428
3612
|
blockId: zod.ZodString;
|
|
3429
3613
|
createdAt: zod.ZodISODateTime;
|
|
@@ -3463,26 +3647,26 @@ export declare const getWorkspacesWorkSpaceIdFunctionexecutionsResponse: zod.Zod
|
|
|
3463
3647
|
}, zod.core.$strip>>;
|
|
3464
3648
|
total: zod.ZodNumber;
|
|
3465
3649
|
}, zod.core.$strip>;
|
|
3466
|
-
export declare const
|
|
3467
|
-
export declare const
|
|
3468
|
-
export declare const
|
|
3650
|
+
export declare const messageThreadsGetStepExecutionsPathWorkSpaceIdRegExp: RegExp;
|
|
3651
|
+
export declare const messageThreadsGetStepExecutionsPathMessageThreadIdRegExp: RegExp;
|
|
3652
|
+
export declare const messageThreadsGetStepExecutionsParams: zod.ZodObject<{
|
|
3469
3653
|
workSpaceId: zod.ZodString;
|
|
3470
3654
|
messageThreadId: zod.ZodString;
|
|
3471
3655
|
}, zod.core.$strict>;
|
|
3472
|
-
export declare const
|
|
3473
|
-
export declare const
|
|
3474
|
-
export declare const
|
|
3475
|
-
export declare const
|
|
3656
|
+
export declare const messageThreadsGetStepExecutionsQuerySkipDefault = 0;
|
|
3657
|
+
export declare const messageThreadsGetStepExecutionsQueryTakeDefault = 100;
|
|
3658
|
+
export declare const messageThreadsGetStepExecutionsQuerySearchDefault = "";
|
|
3659
|
+
export declare const messageThreadsGetStepExecutionsQueryParams: zod.ZodObject<{
|
|
3476
3660
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3477
3661
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3478
3662
|
search: zod.ZodOptional<zod.ZodString>;
|
|
3479
3663
|
"blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
3480
3664
|
}, zod.core.$strict>;
|
|
3481
|
-
export declare const
|
|
3482
|
-
export declare const
|
|
3483
|
-
export declare const
|
|
3484
|
-
export declare const
|
|
3485
|
-
export declare const
|
|
3665
|
+
export declare const messageThreadsGetStepExecutionsResponseLogsItemIdRegExp: RegExp;
|
|
3666
|
+
export declare const messageThreadsGetStepExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
|
|
3667
|
+
export declare const messageThreadsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp: RegExp;
|
|
3668
|
+
export declare const messageThreadsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp: RegExp;
|
|
3669
|
+
export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
|
|
3486
3670
|
logs: zod.ZodArray<zod.ZodObject<{
|
|
3487
3671
|
blockId: zod.ZodString;
|
|
3488
3672
|
createdAt: zod.ZodISODateTime;
|
|
@@ -3525,13 +3709,13 @@ export declare const getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFuncti
|
|
|
3525
3709
|
/**
|
|
3526
3710
|
* @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
|
|
3527
3711
|
*/
|
|
3528
|
-
export declare const
|
|
3529
|
-
export declare const
|
|
3712
|
+
export declare const sandBoxGetSandboxThreadPathWorkspaceIdRegExp: RegExp;
|
|
3713
|
+
export declare const sandBoxGetSandboxThreadParams: zod.ZodObject<{
|
|
3530
3714
|
workspaceId: zod.ZodString;
|
|
3531
3715
|
}, zod.core.$strict>;
|
|
3532
|
-
export declare const
|
|
3533
|
-
export declare const
|
|
3534
|
-
export declare const
|
|
3716
|
+
export declare const sandBoxGetSandboxThreadResponseIdRegExp: RegExp;
|
|
3717
|
+
export declare const sandBoxGetSandboxThreadResponseWorkSpaceIdRegExp: RegExp;
|
|
3718
|
+
export declare const sandBoxGetSandboxThreadResponse: zod.ZodObject<{
|
|
3535
3719
|
createdAt: zod.ZodISODateTime;
|
|
3536
3720
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3537
3721
|
createdByUserId: zod.ZodString;
|
|
@@ -3548,42 +3732,42 @@ export declare const getWorkspacesWorkspaceIdSandboxResponse: zod.ZodObject<{
|
|
|
3548
3732
|
/**
|
|
3549
3733
|
* @summary Retrieve message creators profile images from the sandbox environment of a specific workspace in SmartSpace, with options for pagination take and skip
|
|
3550
3734
|
*/
|
|
3551
|
-
export declare const
|
|
3552
|
-
export declare const
|
|
3735
|
+
export declare const sandBoxThreadMessageCreateByUsersProfileImagesPathWorkspaceIdRegExp: RegExp;
|
|
3736
|
+
export declare const sandBoxThreadMessageCreateByUsersProfileImagesParams: zod.ZodObject<{
|
|
3553
3737
|
workspaceId: zod.ZodString;
|
|
3554
3738
|
}, zod.core.$strict>;
|
|
3555
|
-
export declare const
|
|
3739
|
+
export declare const sandBoxThreadMessageCreateByUsersProfileImagesResponseItem: zod.ZodObject<{
|
|
3556
3740
|
base64StringImage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3557
3741
|
userId: zod.ZodString;
|
|
3558
3742
|
}, zod.core.$strip>;
|
|
3559
|
-
export declare const
|
|
3743
|
+
export declare const sandBoxThreadMessageCreateByUsersProfileImagesResponse: zod.ZodArray<zod.ZodObject<{
|
|
3560
3744
|
base64StringImage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3561
3745
|
userId: zod.ZodString;
|
|
3562
3746
|
}, zod.core.$strip>>;
|
|
3563
3747
|
/**
|
|
3564
3748
|
* @summary Remove messages from the sandbox environment of a specific workspace in SmartSpace, identified by workspaceId.
|
|
3565
3749
|
*/
|
|
3566
|
-
export declare const
|
|
3567
|
-
export declare const
|
|
3750
|
+
export declare const sandBoxClearSandboxMessagesPathWorkspaceIdRegExp: RegExp;
|
|
3751
|
+
export declare const sandBoxClearSandboxMessagesParams: zod.ZodObject<{
|
|
3568
3752
|
workspaceId: zod.ZodString;
|
|
3569
3753
|
}, zod.core.$strict>;
|
|
3570
3754
|
/**
|
|
3571
3755
|
* @summary Retrieve messages from the sandbox environment of a specific workspace in SmartSpace, with options for pagination take and skip
|
|
3572
3756
|
*/
|
|
3573
|
-
export declare const
|
|
3574
|
-
export declare const
|
|
3757
|
+
export declare const sandBoxGetThreadMessagesPathWorkspaceIdRegExp: RegExp;
|
|
3758
|
+
export declare const sandBoxGetThreadMessagesParams: zod.ZodObject<{
|
|
3575
3759
|
workspaceId: zod.ZodString;
|
|
3576
3760
|
}, zod.core.$strict>;
|
|
3577
|
-
export declare const
|
|
3578
|
-
export declare const
|
|
3579
|
-
export declare const
|
|
3761
|
+
export declare const sandBoxGetThreadMessagesQueryTakeDefault = 50;
|
|
3762
|
+
export declare const sandBoxGetThreadMessagesQuerySkipDefault = 0;
|
|
3763
|
+
export declare const sandBoxGetThreadMessagesQueryParams: zod.ZodObject<{
|
|
3580
3764
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3581
3765
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3582
3766
|
}, zod.core.$strict>;
|
|
3583
|
-
export declare const
|
|
3584
|
-
export declare const
|
|
3585
|
-
export declare const
|
|
3586
|
-
export declare const
|
|
3767
|
+
export declare const sandBoxGetThreadMessagesResponseIdRegExp: RegExp;
|
|
3768
|
+
export declare const sandBoxGetThreadMessagesResponseMessageThreadIdRegExp: RegExp;
|
|
3769
|
+
export declare const sandBoxGetThreadMessagesResponseValuesItemIdRegExp: RegExp;
|
|
3770
|
+
export declare const sandBoxGetThreadMessagesResponseItem: zod.ZodObject<{
|
|
3587
3771
|
createdAt: zod.ZodISODateTime;
|
|
3588
3772
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3589
3773
|
createdByUserId: zod.ZodString;
|
|
@@ -3610,7 +3794,7 @@ export declare const getWorkspacesWorkspaceIdSandboxMessagesResponseItem: zod.Zo
|
|
|
3610
3794
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3611
3795
|
}, zod.core.$strip>>;
|
|
3612
3796
|
}, zod.core.$strip>;
|
|
3613
|
-
export declare const
|
|
3797
|
+
export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObject<{
|
|
3614
3798
|
createdAt: zod.ZodISODateTime;
|
|
3615
3799
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3616
3800
|
createdByUserId: zod.ZodString;
|
|
@@ -3639,25 +3823,82 @@ export declare const getWorkspacesWorkspaceIdSandboxMessagesResponse: zod.ZodArr
|
|
|
3639
3823
|
}, zod.core.$strip>>;
|
|
3640
3824
|
/**
|
|
3641
3825
|
* @summary Send a new message to the sandbox environment of a specific workspace in SmartSpace, using the workspaceId.
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3826
|
+
Returns the initial SmartSpace.App.Business.Models.Messages.Message synchronously; the flow
|
|
3827
|
+
continues in a background task with deltas streaming via
|
|
3828
|
+
`/workspaces/{workspaceId}/sandbox/messages/stream` and a
|
|
3829
|
+
SignalR `ReceiveThreadUpdate` broadcast on terminal. Frontend
|
|
3830
|
+
should subscribe to the SSE endpoint for live token-by-token updates.
|
|
3831
|
+
*/
|
|
3832
|
+
export declare const sandBoxThreadMessagesPathWorkspaceIdRegExp: RegExp;
|
|
3833
|
+
export declare const sandBoxThreadMessagesParams: zod.ZodObject<{
|
|
3645
3834
|
workspaceId: zod.ZodString;
|
|
3646
3835
|
}, zod.core.$strict>;
|
|
3647
|
-
export declare const
|
|
3836
|
+
export declare const sandBoxThreadMessagesBody: zod.ZodObject<{
|
|
3648
3837
|
inputs: zod.ZodArray<zod.ZodObject<{
|
|
3649
3838
|
channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
|
|
3650
3839
|
name: zod.ZodString;
|
|
3651
3840
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3652
3841
|
}, zod.core.$strict>>;
|
|
3842
|
+
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
|
|
3653
3843
|
}, zod.core.$strict>;
|
|
3654
|
-
export declare const
|
|
3655
|
-
export declare const
|
|
3656
|
-
export declare const
|
|
3844
|
+
export declare const sandBoxThreadMessagesResponseIdRegExp: RegExp;
|
|
3845
|
+
export declare const sandBoxThreadMessagesResponseMessageThreadIdRegExp: RegExp;
|
|
3846
|
+
export declare const sandBoxThreadMessagesResponseValuesItemIdRegExp: RegExp;
|
|
3847
|
+
export declare const sandBoxThreadMessagesResponse: zod.ZodObject<{
|
|
3848
|
+
createdAt: zod.ZodISODateTime;
|
|
3849
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3850
|
+
createdByUserId: zod.ZodString;
|
|
3851
|
+
errors: zod.ZodArray<zod.ZodObject<{
|
|
3852
|
+
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3853
|
+
code: zod.ZodNumber;
|
|
3854
|
+
data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3855
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3856
|
+
}, zod.core.$strip>>;
|
|
3857
|
+
hasComments: zod.ZodBoolean;
|
|
3858
|
+
id: zod.ZodString;
|
|
3859
|
+
messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3860
|
+
values: zod.ZodArray<zod.ZodObject<{
|
|
3861
|
+
channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
|
|
3862
|
+
createdAt: zod.ZodISODateTime;
|
|
3863
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3864
|
+
createdByUserId: zod.ZodString;
|
|
3865
|
+
id: zod.ZodString;
|
|
3866
|
+
name: zod.ZodString;
|
|
3867
|
+
type: zod.ZodEnum<{
|
|
3868
|
+
Input: "Input";
|
|
3869
|
+
Output: "Output";
|
|
3870
|
+
}>;
|
|
3871
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3872
|
+
}, zod.core.$strip>>;
|
|
3873
|
+
}, zod.core.$strip>;
|
|
3874
|
+
/**
|
|
3875
|
+
* @summary SSE stream of all messages on the workspace's sandbox thread. First
|
|
3876
|
+
frame is a snapshot (current messages with in-flight Redis state
|
|
3877
|
+
already overlaid by `GetMessagesByThreadIdAsync`); subsequent
|
|
3878
|
+
frames are per-message chunk updates as they arrive. Cumulative
|
|
3879
|
+
deltas mean reconnect is just "re-open" — no cursor handshake.
|
|
3880
|
+
Mirrors the ChatApi pattern at
|
|
3881
|
+
`GET /messagethreads/{id}/messages/stream`.
|
|
3882
|
+
*/
|
|
3883
|
+
export declare const sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp: RegExp;
|
|
3884
|
+
export declare const sandBoxStreamSandboxMessagesParams: zod.ZodObject<{
|
|
3885
|
+
workspaceId: zod.ZodString;
|
|
3886
|
+
}, zod.core.$strict>;
|
|
3887
|
+
/**
|
|
3888
|
+
* @summary Append a new input value to an in-flight sandbox message and stream
|
|
3889
|
+
successive snapshots back to the client. Each frame is a full
|
|
3890
|
+
SmartSpace.App.Business.Models.Messages.Message with the latest cumulative state — the SDK
|
|
3891
|
+
should treat the response as a stream of SmartSpace.App.Business.Models.Messages.Message frames
|
|
3892
|
+
(NDJSON / SSE), with the final frame being the authoritative completed
|
|
3893
|
+
message. Mirrors the chat-api `POST /messages/{id}/values`.
|
|
3894
|
+
*/
|
|
3895
|
+
export declare const sandBoxAddValueToMessagePathWorkspaceIdRegExp: RegExp;
|
|
3896
|
+
export declare const sandBoxAddValueToMessagePathIdRegExp: RegExp;
|
|
3897
|
+
export declare const sandBoxAddValueToMessageParams: zod.ZodObject<{
|
|
3657
3898
|
workspaceId: zod.ZodString;
|
|
3658
3899
|
id: zod.ZodString;
|
|
3659
3900
|
}, zod.core.$strict>;
|
|
3660
|
-
export declare const
|
|
3901
|
+
export declare const sandBoxAddValueToMessageBody: zod.ZodObject<{
|
|
3661
3902
|
channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
|
|
3662
3903
|
name: zod.ZodString;
|
|
3663
3904
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|