@smartspace/api-client 0.1.0-dev.4e10834 → 0.1.0-dev.5094b44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/chat/api.d.ts +83 -71
- package/dist/generated/chat/api.js +123 -55
- 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/{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/fileUriResponse.d.ts +9 -0
- package/dist/generated/chat/models/{getFilesIdDownloadParams.d.ts → filesDownloadFileParams.d.ts} +1 -1
- package/dist/generated/chat/models/{getFilesIdUriParams.d.ts → filesGetFileInfoParams.d.ts} +1 -1
- package/dist/generated/chat/models/{getFilesIdParams.d.ts → filesGetUriParams.d.ts} +1 -1
- 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/{getFlowRunsIdVariables200Two.d.ts → flowRunsGetVariables200Three.d.ts} +1 -1
- package/dist/generated/chat/models/{getFlowRunsIdVariables200Three.d.ts → flowRunsGetVariables200Two.d.ts} +1 -1
- package/dist/generated/chat/models/index.d.ts +39 -33
- package/dist/generated/chat/models/index.js +39 -33
- 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/{integrationsSmartSpaceAiFlowErrorData.d.ts → messagesCreateMessageInputValue.d.ts} +1 -1
- 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/{messageMessageValueValue.d.ts → messagesMessageErrorData.d.ts} +1 -1
- package/dist/generated/chat/models/{messageMessageRequest.d.ts → messagesMessageRequest.d.ts} +5 -5
- package/dist/generated/chat/models/{messageMessageRequestVariables.d.ts → messagesMessageRequestVariables.d.ts} +1 -1
- package/dist/generated/chat/models/{messageMessageValue.d.ts → messagesMessageValue.d.ts} +5 -5
- package/dist/generated/chat/models/{messageMessageValueChannels.d.ts → messagesMessageValueChannels.d.ts} +1 -1
- package/dist/generated/chat/models/{messageCreateMessageInputValue.d.ts → messagesMessageValueValue.d.ts} +1 -1
- package/dist/generated/chat/models/modelModel.d.ts +2 -0
- package/dist/generated/chat/models/{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 +2 -0
- 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/workSpace.d.ts +0 -2
- package/dist/generated/chat/models/{getWorkSpacesIdAccessParams.d.ts → workSpacesGetAccessParams.d.ts} +1 -1
- package/dist/generated/chat/models/{getWorkSpacesParams.d.ts → workSpacesGetGetParams.d.ts} +1 -1
- package/dist/generated/chat/models/{getWorkSpacesIdUsersParams.d.ts → workSpacesGetUsersParams.d.ts} +1 -1
- package/dist/generated/chat/models/{getWorkSpacesIdMessageThreadsParams.d.ts → workSpacesThreadParams.d.ts} +1 -1
- package/dist/generated/chat/models/workSpacesThreadParams.js +8 -0
- package/dist/generated/chat/zod.d.ts +430 -220
- package/dist/generated/chat/zod.js +504 -361
- package/dist/generated/config/api.d.ts +291 -215
- package/dist/generated/config/api.js +405 -141
- package/dist/generated/config/models/{getAccessParams.d.ts → accessGetAccessesParams.d.ts} +5 -11
- package/dist/generated/config/models/{getAccessGroupsParams.d.ts → accessGetGroupsParams.d.ts} +1 -1
- package/dist/generated/config/models/{getAccessRolesRoleIdUsersParams.d.ts → accessGetUsersInRoleRolesRoleIdUsersParams.d.ts} +1 -1
- package/dist/generated/config/models/{getAccessUsersParams.d.ts → accessGetUsersInRoleUsersParams.d.ts} +1 -1
- 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/{getActivityCsvWorkspaceParams.d.ts → activityExportLoggingsParams.d.ts} +1 -1
- package/dist/generated/config/models/{getActivityWorkspaceParams.d.ts → activityGetLoggingParams.d.ts} +1 -1
- 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/aiModelSummary.js +2 -0
- package/dist/generated/config/models/appUserAppUserSearchResult.d.ts +1 -0
- package/dist/generated/config/models/appUserServicePrincipalSearchResult.d.ts +11 -0
- 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/{getBlockSetsParams.d.ts → blocksGetBlocksParams.d.ts} +1 -1
- package/dist/generated/config/models/{postContainersContainerIdStartflowsParams.d.ts → containersPostParams.d.ts} +1 -1
- package/dist/generated/config/models/createModel.d.ts +2 -0
- package/dist/generated/config/models/{getDataSetsIdContainerItemsRunHistoryParams.d.ts → dataSetsGetContainerItemsRunHistoryParams.d.ts} +1 -1
- package/dist/generated/config/models/{getUsersParams.d.ts → dataSetsGetGetParams.d.ts} +3 -3
- package/dist/generated/config/models/{getDataSetsIdItemsParams.d.ts → dataSetsGetIdItemsParams.d.ts} +1 -1
- package/dist/generated/config/models/{getDataSourcesDataSourceIdContainersParams.d.ts → dataSourcesContainersParams.d.ts} +1 -1
- package/dist/generated/config/models/{getDataSourcesParams.d.ts → dataSourcesGetParams.d.ts} +1 -1
- package/dist/generated/config/models/{getDataSpacesIdDatasetsParams.d.ts → dataSpacesGetDataSetsParams.d.ts} +1 -1
- package/dist/generated/config/models/{getDataSpacesParams.d.ts → dataSpacesGetParams.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/fileUriResponse.d.ts +9 -0
- package/dist/generated/config/models/{getFilesIdDownloadParams.d.ts → filesDownloadFileParams.d.ts} +1 -1
- package/dist/generated/config/models/{getFilesIdUriParams.d.ts → filesGetFileInfoParams.d.ts} +1 -1
- package/dist/generated/config/models/{getFilesIdParams.d.ts → filesGetUriParams.d.ts} +1 -1
- 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/{getFlowRunsIdVariables200Two.d.ts → flowRunsGetVariables200One.d.ts} +1 -1
- package/dist/generated/config/models/{getFlowRunsIdVariables200One.d.ts → flowRunsGetVariables200Three.d.ts} +1 -1
- package/dist/generated/config/models/{getFlowRunsIdVariables200Three.d.ts → flowRunsGetVariables200Two.d.ts} +1 -1
- package/dist/generated/config/models/{getFlowRunsSearchParams.d.ts → flowRunsSearchFlowRunsParams.d.ts} +1 -1
- package/dist/generated/config/models/index.d.ts +76 -57
- package/dist/generated/config/models/index.js +76 -57
- 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/{integrationsSmartSpaceAiFlowErrorData.d.ts → messagesCreateMessageInputValue.d.ts} +1 -1
- 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/{messageMessageValueValue.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/{messageCreateMessageInputValue.d.ts → messagesMessageValueValue.d.ts} +1 -1
- package/dist/generated/config/models/messagesSandBoxMessageRequest.d.ts +13 -0
- package/dist/generated/config/models/messagesSandBoxMessageRequest.js +2 -0
- package/dist/generated/config/models/messagesSandBoxMessageRequestVariables.d.ts +12 -0
- package/dist/generated/config/models/modelModel.d.ts +2 -0
- package/dist/generated/config/models/modelProvidersGetProvidersParams.d.ts +16 -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/{getNotificationParams.d.ts → notificationGetParams.d.ts} +1 -1
- package/dist/generated/config/models/notificationNotification.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionAiModelSummary.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionAiModelSummary.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionAppUserAppUserSearchResult.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionAppUserAppUserSearchResult.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionAppUserServicePrincipalSearchResult.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionAppUserServicePrincipalSearchResult.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionAzureADGroup.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionAzureADGroup.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/usersAdminPermissionParams.d.ts +9 -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/workSpace.d.ts +0 -2
- 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/{getWorkSpacesParams.d.ts → workSpacesGetGetParams.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesGetGetParams.js +8 -0
- package/dist/generated/config/models/{getWorkSpacesIdMessageThreadsParams.d.ts → workSpacesGetThreadsParams.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesGetThreadsParams.js +8 -0
- package/dist/generated/config/models/{getWorkSpacesWorkspaceIdFilesParams.d.ts → workSpacesGetWorkspaceFilesParams.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.js +8 -0
- package/dist/generated/config/models/{postWorkSpacesWorkspaceIdFilesBody.d.ts → workSpacesWorkspaceFilesBody.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesWorkspaceFilesBody.js +8 -0
- package/dist/generated/config/zod.d.ts +1125 -575
- package/dist/generated/config/zod.js +1245 -895
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.d.ts +24 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.js +5 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.d.ts +27 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.js +5 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +71 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.js +2 -0
- package/dist/generated/signalr/TypedSignalR.Client/index.d.ts +21 -0
- package/dist/generated/signalr/TypedSignalR.Client/index.js +114 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/signalr.d.ts +4 -0
- package/dist/signalr.js +18 -0
- package/package.json +6 -2
- package/dist/generated/chat/models/messageCreateMessageInput.d.ts +0 -15
- package/dist/generated/chat/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
- package/dist/generated/config/models/messageCreateMessageInput.d.ts +0 -15
- package/dist/generated/config/models/messageSandBoxMessageRequest.d.ts +0 -10
- package/dist/generated/config/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
- package/dist/generated/config/models/putWorkSpacesWorkspaceIdPromptresponseParams.d.ts +0 -12
- /package/dist/generated/chat/models/{getWorkSpacesParams.js → aiIModelProperty.js} +0 -0
- /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowError.js → aiModel.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInput.js → aiModelDeployment.js} +0 -0
- /package/dist/generated/chat/models/{messageMessage.js → aiModelDeploymentStep.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageRequest.js → aiModelSummary.js} +0 -0
- /package/dist/generated/chat/models/{getDataspacesDataSpaceIdDocumentsItemSasParams.js → documentsGetDocumentSasParams.js} +0 -0
- /package/dist/generated/chat/models/{getFilesIdDownloadParams.js → fileUriResponse.js} +0 -0
- /package/dist/generated/chat/models/{getFilesIdParams.js → filesDownloadFileParams.js} +0 -0
- /package/dist/generated/chat/models/{getFilesIdUriParams.js → filesGetFileInfoParams.js} +0 -0
- /package/dist/generated/chat/models/{getFlowRunsIdVariables200One.js → filesGetUriParams.js} +0 -0
- /package/dist/generated/chat/models/{getFlowRunsIdVariables200Three.js → filesUploadFilesBody.js} +0 -0
- /package/dist/generated/chat/models/{getFlowRunsIdVariables200Two.js → flowRunsGetVariables200One.js} +0 -0
- /package/dist/generated/chat/models/{getMessageThreadsIdCommentsParams.js → flowRunsGetVariables200Three.js} +0 -0
- /package/dist/generated/chat/models/{getMessageThreadsIdMessagesParams.js → flowRunsGetVariables200Two.js} +0 -0
- /package/dist/generated/chat/models/{getMessagesIdCommentsParams.js → messageThreadsGetCommentsParams.js} +0 -0
- /package/dist/generated/chat/models/{getModelsParams.js → messageThreadsThreadMessagesIdMessagesParams.js} +0 -0
- /package/dist/generated/chat/models/{getNotificationParams.js → messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesParams.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValue.js → messagesCreateMessageInput.js} +0 -0
- /package/dist/generated/chat/models/{getWorkSpacesIdAccessParams.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/chat/models/{getWorkSpacesIdMessageThreadsParams.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/chat/models/{getWorkSpacesIdUsersParams.js → messagesGetCommentsParams.js} +0 -0
- /package/dist/generated/chat/models/{modelModelSummary.js → messagesMessage.js} +0 -0
- /package/dist/generated/chat/models/{getWorkspacesWorkspaceIdMessagethreadsIdMessagesParams.js → messagesMessageCreatorProfileImage.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionMessageMessage.js → messagesMessageError.js} +0 -0
- /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowErrorData.js → messagesMessageErrorData.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionModelModelSummary.js → messagesMessageRequest.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInputChannels.js → messagesMessageRequestVariables.js} +0 -0
- /package/dist/generated/{config/models/getActivityCsvWorkspaceParams.js → chat/models/messagesMessageValue.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInputValue.js → messagesMessageValueChannels.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageCreatorProfileImage.js → messagesMessageValueValue.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageRequestVariables.js → modelsGetModelsParams.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValueChannels.js → notificationGetParams.js} +0 -0
- /package/dist/generated/{config/models/getActivityWorkspaceParams.js → chat/models/pagedDataCollectionAiModelSummary.js} +0 -0
- /package/dist/generated/{config/models/getReportingRequestsByDurationParams.js → chat/models/pagedDataCollectionMessagesMessage.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValueValue.js → workSpacesGetAccessParams.js} +0 -0
- /package/dist/generated/{config/models/getReportingTokensByDurationParams.js → chat/models/workSpacesGetGetParams.js} +0 -0
- /package/dist/generated/chat/models/{postFilesBody.js → workSpacesGetUsersParams.js} +0 -0
- /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.js → accessGetAccessesParams.js} +0 -0
- /package/dist/generated/config/models/{deleteUsersRemoveAssignedWorkspaceParams.js → accessGetGroupsParams.js} +0 -0
- /package/dist/generated/config/models/{getAccessGroupsParams.js → accessGetUsersInRoleRolesRoleIdUsersParams.js} +0 -0
- /package/dist/generated/config/models/{getAccessParams.js → accessGetUsersInRoleUsersParams.js} +0 -0
- /package/dist/generated/config/models/{getAccessRolesRoleIdUsersParams.js → accessSearchGroupsParams.js} +0 -0
- /package/dist/generated/config/models/{getAccessUsersParams.js → accessSearchServicePrincipalsParams.js} +0 -0
- /package/dist/generated/config/models/{getBlockSetsParams.js → accessSearchUsersParams.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInput.js → activityExportLoggingsParams.js} +0 -0
- /package/dist/generated/config/models/{messageMessage.js → activityGetLoggingParams.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValue.js → aiIModelProperty.js} +0 -0
- /package/dist/generated/config/models/{messageSandBoxMessageRequest.js → aiModel.js} +0 -0
- /package/dist/generated/config/models/{modelModelSummary.js → aiModelDeployment.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionModelModelSummary.js → aiModelDeploymentStep.js} +0 -0
- /package/dist/generated/config/models/{getBlocksParams.js → appUserServicePrincipalSearchResult.js} +0 -0
- /package/dist/generated/config/models/{getDataSetsIdContainerItemsRunHistoryParams.js → azureADGroup.js} +0 -0
- /package/dist/generated/config/models/{getDataSetsIdItemsParams.js → blockSetsAddBlockSetBody.js} +0 -0
- /package/dist/generated/config/models/{getDataSetsParams.js → blockSetsGetBlockSetsParams.js} +0 -0
- /package/dist/generated/config/models/{getDataSourcesDataSourceIdContainersParams.js → blocksGetBlocksParams.js} +0 -0
- /package/dist/generated/config/models/{getDataSourcesParams.js → containersPostParams.js} +0 -0
- /package/dist/generated/config/models/{getDataSpacesIdDatasetsParams.js → dataSetsGetContainerItemsRunHistoryParams.js} +0 -0
- /package/dist/generated/config/models/{getDataSpacesParams.js → dataSetsGetGetParams.js} +0 -0
- /package/dist/generated/config/models/{getDataspacesDataSpaceIdDocumentsItemSasParams.js → dataSetsGetIdItemsParams.js} +0 -0
- /package/dist/generated/config/models/{getFilesIdDownloadParams.js → dataSourcesContainersParams.js} +0 -0
- /package/dist/generated/config/models/{getFilesIdParams.js → dataSourcesGetParams.js} +0 -0
- /package/dist/generated/config/models/{getFilesIdUriParams.js → dataSpacesGetDataSetsParams.js} +0 -0
- /package/dist/generated/config/models/{getFlowRunsIdFunctionexecutionsParams.js → dataSpacesGetParams.js} +0 -0
- /package/dist/generated/config/models/{getFlowRunsIdVariables200One.js → documentsGetDocumentSasParams.js} +0 -0
- /package/dist/generated/config/models/{getFlowRunsIdVariables200Three.js → fileUriResponse.js} +0 -0
- /package/dist/generated/config/models/{getFlowRunsIdVariables200Two.js → filesDownloadFileParams.js} +0 -0
- /package/dist/generated/config/models/{getFlowRunsSearchParams.js → filesGetFileInfoParams.js} +0 -0
- /package/dist/generated/config/models/{getModelsParams.js → filesGetUriParams.js} +0 -0
- /package/dist/generated/config/models/{getNotificationParams.js → filesUploadFilesBody.js} +0 -0
- /package/dist/generated/config/models/{getUsersIdWorkspacesParams.js → flowRunsAddFileIdFilesBody.js} +0 -0
- /package/dist/generated/config/models/{getUsersParams.js → flowRunsCreateFlowRunParams.js} +0 -0
- /package/dist/generated/config/models/{getUsersSearchParams.js → flowRunsGetStepExecutionsParams.js} +0 -0
- /package/dist/generated/config/models/{getWorkSpaceTemplatesParams.js → flowRunsGetVariables200One.js} +0 -0
- /package/dist/generated/config/models/{getWorkSpacesIdMessageThreadsParams.js → flowRunsGetVariables200Three.js} +0 -0
- /package/dist/generated/config/models/{getWorkSpacesParams.js → flowRunsGetVariables200Two.js} +0 -0
- /package/dist/generated/config/models/{getWorkSpacesWorkspaceIdFilesParams.js → flowRunsSearchFlowRunsParams.js} +0 -0
- /package/dist/generated/config/models/{getWorkspacesWorkSpaceIdFunctionexecutionsParams.js → messageThreadsGetStepExecutionsParams.js} +0 -0
- /package/dist/generated/config/models/{getWorkspacesWorkSpaceIdMessagethreadsMessageThreadIdFunctionexecutionsParams.js → messageThreadsGetWorkspaceExecutionsParams.js} +0 -0
- /package/dist/generated/config/models/{getWorkspacesWorkspaceIdSandboxMessagesParams.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowErrorData.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInputChannels.js → messagesMessageCreatorProfileImage.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInputValue.js → messagesMessageErrorData.js} +0 -0
- /package/dist/generated/config/models/{messageMessageCreatorProfileImage.js → messagesMessageValueChannels.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValueChannels.js → messagesMessageValueValue.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValueValue.js → messagesSandBoxMessageRequestVariables.js} +0 -0
- /package/dist/generated/config/models/{postBlockSetsNameBody.js → modelProvidersGetProvidersParams.js} +0 -0
- /package/dist/generated/config/models/{postContainersContainerIdStartflowsParams.js → modelsGetModelsParams.js} +0 -0
- /package/dist/generated/config/models/{postFilesBody.js → notificationGetParams.js} +0 -0
- /package/dist/generated/config/models/{postWorkSpacesWorkspaceIdFilesBody.js → sandBoxGetThreadMessagesParams.js} +0 -0
- /package/dist/generated/config/models/{putWorkSpacesWorkspaceIdPromptresponseParams.js → usersAdminPermissionParams.js} +0 -0
|
@@ -8,10 +8,10 @@ import zod from 'zod';
|
|
|
8
8
|
/**
|
|
9
9
|
* @summary Upload files to be referenced in requests (supports full and chunked uploads)
|
|
10
10
|
*/
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
11
|
+
export declare const filesUploadFilesBodyThreadIdRegExp: RegExp;
|
|
12
|
+
export declare const filesUploadFilesBodyUploadIdRegExp: RegExp;
|
|
13
|
+
export declare const filesUploadFilesBodyWorkspaceIdRegExp: RegExp;
|
|
14
|
+
export declare const filesUploadFilesBody: zod.ZodObject<{
|
|
15
15
|
chunkIndex: zod.ZodOptional<zod.ZodNumber>;
|
|
16
16
|
files: zod.ZodOptional<zod.ZodArray<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>>;
|
|
17
17
|
lastChunk: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -20,10 +20,10 @@ export declare const postFilesBody: zod.ZodObject<{
|
|
|
20
20
|
uploadId: zod.ZodOptional<zod.ZodString>;
|
|
21
21
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
22
22
|
}, zod.core.$strict>;
|
|
23
|
-
export declare const
|
|
24
|
-
export declare const
|
|
25
|
-
export declare const
|
|
26
|
-
export declare const
|
|
23
|
+
export declare const filesUploadFilesResponseIdRegExp: RegExp;
|
|
24
|
+
export declare const filesUploadFilesResponseThreadIdRegExp: RegExp;
|
|
25
|
+
export declare const filesUploadFilesResponseWorkspaceIdRegExp: RegExp;
|
|
26
|
+
export declare const filesUploadFilesResponseItem: zod.ZodObject<{
|
|
27
27
|
createdAt: zod.ZodISODateTime;
|
|
28
28
|
createdByUserId: zod.ZodString;
|
|
29
29
|
id: zod.ZodString;
|
|
@@ -34,7 +34,7 @@ export declare const postFilesResponseItem: zod.ZodObject<{
|
|
|
34
34
|
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
35
35
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
36
36
|
}, zod.core.$strip>;
|
|
37
|
-
export declare const
|
|
37
|
+
export declare const filesUploadFilesResponse: zod.ZodArray<zod.ZodObject<{
|
|
38
38
|
createdAt: zod.ZodISODateTime;
|
|
39
39
|
createdByUserId: zod.ZodString;
|
|
40
40
|
id: zod.ZodString;
|
|
@@ -48,20 +48,20 @@ export declare const postFilesResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
48
48
|
/**
|
|
49
49
|
* @summary Get details for a file previously uploaded
|
|
50
50
|
*/
|
|
51
|
-
export declare const
|
|
52
|
-
export declare const
|
|
51
|
+
export declare const filesGetFileInfoPathIdRegExp: RegExp;
|
|
52
|
+
export declare const filesGetFileInfoParams: zod.ZodObject<{
|
|
53
53
|
id: zod.ZodString;
|
|
54
54
|
}, zod.core.$strict>;
|
|
55
|
-
export declare const
|
|
56
|
-
export declare const
|
|
57
|
-
export declare const
|
|
55
|
+
export declare const filesGetFileInfoQueryThreadIdRegExp: RegExp;
|
|
56
|
+
export declare const filesGetFileInfoQueryWorkspaceIdRegExp: RegExp;
|
|
57
|
+
export declare const filesGetFileInfoQueryParams: zod.ZodObject<{
|
|
58
58
|
threadId: zod.ZodOptional<zod.ZodString>;
|
|
59
59
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
60
60
|
}, zod.core.$strict>;
|
|
61
|
-
export declare const
|
|
62
|
-
export declare const
|
|
63
|
-
export declare const
|
|
64
|
-
export declare const
|
|
61
|
+
export declare const filesGetFileInfoResponseIdRegExp: RegExp;
|
|
62
|
+
export declare const filesGetFileInfoResponseThreadIdRegExp: RegExp;
|
|
63
|
+
export declare const filesGetFileInfoResponseWorkspaceIdRegExp: RegExp;
|
|
64
|
+
export declare const filesGetFileInfoResponse: zod.ZodObject<{
|
|
65
65
|
createdAt: zod.ZodISODateTime;
|
|
66
66
|
createdByUserId: zod.ZodString;
|
|
67
67
|
id: zod.ZodString;
|
|
@@ -75,55 +75,57 @@ export declare const getFilesIdResponse: zod.ZodObject<{
|
|
|
75
75
|
/**
|
|
76
76
|
* @summary Download a previously uploaded file
|
|
77
77
|
*/
|
|
78
|
-
export declare const
|
|
79
|
-
export declare const
|
|
78
|
+
export declare const filesDownloadFilePathIdRegExp: RegExp;
|
|
79
|
+
export declare const filesDownloadFileParams: zod.ZodObject<{
|
|
80
80
|
id: zod.ZodString;
|
|
81
81
|
}, zod.core.$strict>;
|
|
82
|
-
export declare const
|
|
83
|
-
export declare const
|
|
84
|
-
export declare const
|
|
82
|
+
export declare const filesDownloadFileQueryThreadIdRegExp: RegExp;
|
|
83
|
+
export declare const filesDownloadFileQueryWorkspaceIdRegExp: RegExp;
|
|
84
|
+
export declare const filesDownloadFileQueryParams: zod.ZodObject<{
|
|
85
85
|
threadId: zod.ZodOptional<zod.ZodString>;
|
|
86
86
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
87
87
|
}, zod.core.$strict>;
|
|
88
88
|
/**
|
|
89
89
|
* @summary Get URI of a previously uploaded file
|
|
90
90
|
*/
|
|
91
|
-
export declare const
|
|
92
|
-
export declare const
|
|
91
|
+
export declare const filesGetUriPathIdRegExp: RegExp;
|
|
92
|
+
export declare const filesGetUriParams: zod.ZodObject<{
|
|
93
93
|
id: zod.ZodString;
|
|
94
94
|
}, zod.core.$strict>;
|
|
95
|
-
export declare const
|
|
96
|
-
export declare const
|
|
97
|
-
export declare const
|
|
95
|
+
export declare const filesGetUriQueryThreadIdRegExp: RegExp;
|
|
96
|
+
export declare const filesGetUriQueryWorkspaceIdRegExp: RegExp;
|
|
97
|
+
export declare const filesGetUriQueryParams: zod.ZodObject<{
|
|
98
98
|
threadId: zod.ZodOptional<zod.ZodString>;
|
|
99
99
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
100
100
|
}, zod.core.$strict>;
|
|
101
|
-
export declare const
|
|
102
|
-
|
|
103
|
-
|
|
101
|
+
export declare const filesGetUriResponse: zod.ZodObject<{
|
|
102
|
+
uri: zod.ZodString;
|
|
103
|
+
}, zod.core.$strip>;
|
|
104
|
+
export declare const flowRunsGetVariablesPathIdRegExp: RegExp;
|
|
105
|
+
export declare const flowRunsGetVariablesParams: zod.ZodObject<{
|
|
104
106
|
id: zod.ZodString;
|
|
105
107
|
}, zod.core.$strict>;
|
|
106
|
-
export declare const
|
|
107
|
-
export declare const
|
|
108
|
-
export declare const
|
|
108
|
+
export declare const flowRunsGetVariablesResponse: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
109
|
+
export declare const flowRunsSetVariablePathIdRegExp: RegExp;
|
|
110
|
+
export declare const flowRunsSetVariableParams: zod.ZodObject<{
|
|
109
111
|
id: zod.ZodString;
|
|
110
112
|
variableName: zod.ZodString;
|
|
111
113
|
}, zod.core.$strict>;
|
|
112
|
-
export declare const
|
|
114
|
+
export declare const flowRunsSetVariableBody: zod.ZodAny;
|
|
113
115
|
/**
|
|
114
116
|
* @summary Delete a specific message thread from SmartSpace, using it's ID.
|
|
115
117
|
*/
|
|
116
|
-
export declare const
|
|
117
|
-
export declare const
|
|
118
|
+
export declare const messageThreadsThreadIdPathIdRegExp: RegExp;
|
|
119
|
+
export declare const messageThreadsThreadIdParams: zod.ZodObject<{
|
|
118
120
|
id: zod.ZodString;
|
|
119
121
|
}, zod.core.$strict>;
|
|
120
|
-
export declare const
|
|
121
|
-
export declare const
|
|
122
|
+
export declare const messageThreadsGetMessageThreadIdPathIdRegExp: RegExp;
|
|
123
|
+
export declare const messageThreadsGetMessageThreadIdParams: zod.ZodObject<{
|
|
122
124
|
id: zod.ZodString;
|
|
123
125
|
}, zod.core.$strict>;
|
|
124
|
-
export declare const
|
|
125
|
-
export declare const
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const messageThreadsGetMessageThreadIdResponseIdRegExp: RegExp;
|
|
127
|
+
export declare const messageThreadsGetMessageThreadIdResponseWorkSpaceIdRegExp: RegExp;
|
|
128
|
+
export declare const messageThreadsGetMessageThreadIdResponse: zod.ZodObject<{
|
|
127
129
|
createdAt: zod.ZodISODateTime;
|
|
128
130
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
129
131
|
createdByUserId: zod.ZodString;
|
|
@@ -140,19 +142,19 @@ export declare const getMessageThreadsIdResponse: zod.ZodObject<{
|
|
|
140
142
|
/**
|
|
141
143
|
* @summary Retrieve comments from a specified message thread in SmartSpace, using the thread's ID, with take and skip for pagination control.
|
|
142
144
|
*/
|
|
143
|
-
export declare const
|
|
144
|
-
export declare const
|
|
145
|
+
export declare const messageThreadsGetCommentsPathIdRegExp: RegExp;
|
|
146
|
+
export declare const messageThreadsGetCommentsParams: zod.ZodObject<{
|
|
145
147
|
id: zod.ZodString;
|
|
146
148
|
}, zod.core.$strict>;
|
|
147
|
-
export declare const
|
|
148
|
-
export declare const
|
|
149
|
-
export declare const
|
|
149
|
+
export declare const messageThreadsGetCommentsQueryTakeDefault = 50;
|
|
150
|
+
export declare const messageThreadsGetCommentsQuerySkipDefault = 0;
|
|
151
|
+
export declare const messageThreadsGetCommentsQueryParams: zod.ZodObject<{
|
|
150
152
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
151
153
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
152
154
|
}, zod.core.$strict>;
|
|
153
|
-
export declare const
|
|
154
|
-
export declare const
|
|
155
|
-
export declare const
|
|
155
|
+
export declare const messageThreadsGetCommentsResponseDataItemIdRegExp: RegExp;
|
|
156
|
+
export declare const messageThreadsGetCommentsResponseDataItemMessageThreadIdRegExp: RegExp;
|
|
157
|
+
export declare const messageThreadsGetCommentsResponse: zod.ZodObject<{
|
|
156
158
|
data: zod.ZodArray<zod.ZodObject<{
|
|
157
159
|
content: zod.ZodString;
|
|
158
160
|
createdAt: zod.ZodISODateTime;
|
|
@@ -170,16 +172,16 @@ export declare const getMessageThreadsIdCommentsResponse: zod.ZodObject<{
|
|
|
170
172
|
/**
|
|
171
173
|
* @summary Submit a new comment to a specific message thread in SmartSpace, identified by the thread's ID, using the provided comment schema.
|
|
172
174
|
*/
|
|
173
|
-
export declare const
|
|
174
|
-
export declare const
|
|
175
|
+
export declare const messageThreadsPostCommentPathIdRegExp: RegExp;
|
|
176
|
+
export declare const messageThreadsPostCommentParams: zod.ZodObject<{
|
|
175
177
|
id: zod.ZodString;
|
|
176
178
|
}, zod.core.$strict>;
|
|
177
|
-
export declare const
|
|
179
|
+
export declare const messageThreadsPostCommentBody: zod.ZodObject<{
|
|
178
180
|
content: zod.ZodString;
|
|
179
181
|
mentionedUsers: zod.ZodArray<zod.ZodString>;
|
|
180
182
|
}, zod.core.$strict>;
|
|
181
|
-
export declare const
|
|
182
|
-
export declare const
|
|
183
|
+
export declare const messageThreadsPostCommentResponseIdRegExp: RegExp;
|
|
184
|
+
export declare const messageThreadsPostCommentResponse: zod.ZodObject<{
|
|
183
185
|
content: zod.ZodString;
|
|
184
186
|
createdAt: zod.ZodISODateTime;
|
|
185
187
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -190,43 +192,43 @@ export declare const postMessageThreadsIdCommentsResponse: zod.ZodObject<{
|
|
|
190
192
|
/**
|
|
191
193
|
* @summary Mark a message thread as favorited or not in SmartSpace, using the thread's ID and a boolean value in the request.
|
|
192
194
|
*/
|
|
193
|
-
export declare const
|
|
194
|
-
export declare const
|
|
195
|
+
export declare const messageThreadsSetFavoritedChatPathIdRegExp: RegExp;
|
|
196
|
+
export declare const messageThreadsSetFavoritedChatParams: zod.ZodObject<{
|
|
195
197
|
id: zod.ZodString;
|
|
196
198
|
}, zod.core.$strict>;
|
|
197
|
-
export declare const
|
|
199
|
+
export declare const messageThreadsSetFavoritedChatBody: zod.ZodBoolean;
|
|
198
200
|
/**
|
|
199
201
|
* @summary Retrieves messages from a specific message thread along with the profile images of the users who created the messages.
|
|
200
202
|
*/
|
|
201
|
-
export declare const
|
|
202
|
-
export declare const
|
|
203
|
+
export declare const messageThreadsThreadMessageCreateByUsersProfileImagesIdMessagecreateduserprofileimagesPathIdRegExp: RegExp;
|
|
204
|
+
export declare const messageThreadsThreadMessageCreateByUsersProfileImagesIdMessagecreateduserprofileimagesParams: zod.ZodObject<{
|
|
203
205
|
id: zod.ZodString;
|
|
204
206
|
}, zod.core.$strict>;
|
|
205
|
-
export declare const
|
|
207
|
+
export declare const messageThreadsThreadMessageCreateByUsersProfileImagesIdMessagecreateduserprofileimagesResponseItem: zod.ZodObject<{
|
|
206
208
|
base64StringImage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
207
209
|
userId: zod.ZodString;
|
|
208
210
|
}, zod.core.$strip>;
|
|
209
|
-
export declare const
|
|
211
|
+
export declare const messageThreadsThreadMessageCreateByUsersProfileImagesIdMessagecreateduserprofileimagesResponse: zod.ZodArray<zod.ZodObject<{
|
|
210
212
|
base64StringImage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
211
213
|
userId: zod.ZodString;
|
|
212
214
|
}, zod.core.$strip>>;
|
|
213
215
|
/**
|
|
214
216
|
* @summary Access messages within a specific message thread in SmartSpace, using the thread's ID, along with pagination options take and skip.
|
|
215
217
|
*/
|
|
216
|
-
export declare const
|
|
217
|
-
export declare const
|
|
218
|
+
export declare const messageThreadsThreadMessagesIdMessagesPathIdRegExp: RegExp;
|
|
219
|
+
export declare const messageThreadsThreadMessagesIdMessagesParams: zod.ZodObject<{
|
|
218
220
|
id: zod.ZodString;
|
|
219
221
|
}, zod.core.$strict>;
|
|
220
|
-
export declare const
|
|
221
|
-
export declare const
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const messageThreadsThreadMessagesIdMessagesQueryTakeDefault = 50;
|
|
223
|
+
export declare const messageThreadsThreadMessagesIdMessagesQuerySkipDefault = 0;
|
|
224
|
+
export declare const messageThreadsThreadMessagesIdMessagesQueryParams: zod.ZodObject<{
|
|
223
225
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
224
226
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
225
227
|
}, zod.core.$strict>;
|
|
226
|
-
export declare const
|
|
227
|
-
export declare const
|
|
228
|
-
export declare const
|
|
229
|
-
export declare const
|
|
228
|
+
export declare const messageThreadsThreadMessagesIdMessagesResponseDataItemIdRegExp: RegExp;
|
|
229
|
+
export declare const messageThreadsThreadMessagesIdMessagesResponseDataItemMessageThreadIdRegExp: RegExp;
|
|
230
|
+
export declare const messageThreadsThreadMessagesIdMessagesResponseDataItemValuesItemIdRegExp: RegExp;
|
|
231
|
+
export declare const messageThreadsThreadMessagesIdMessagesResponse: zod.ZodObject<{
|
|
230
232
|
data: zod.ZodArray<zod.ZodObject<{
|
|
231
233
|
createdAt: zod.ZodISODateTime;
|
|
232
234
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -256,21 +258,71 @@ export declare const getMessageThreadsIdMessagesResponse: zod.ZodObject<{
|
|
|
256
258
|
}, zod.core.$strip>>;
|
|
257
259
|
total: zod.ZodNumber;
|
|
258
260
|
}, zod.core.$strip>;
|
|
261
|
+
/**
|
|
262
|
+
* @summary SSE stream of all messages on a thread. First frame is the thread
|
|
263
|
+
snapshot (current messages with in-flight Redis state already
|
|
264
|
+
overlaid by `GetMessagesByThreadIdAsync`); subsequent frames
|
|
265
|
+
are per-message chunk updates as they arrive. Cumulative deltas
|
|
266
|
+
mean reconnect is just "re-open" — no cursor handshake.
|
|
267
|
+
*/
|
|
268
|
+
export declare const messageThreadsStreamThreadMessagesIdMessagesStreamPathIdRegExp: RegExp;
|
|
269
|
+
export declare const messageThreadsStreamThreadMessagesIdMessagesStreamParams: zod.ZodObject<{
|
|
270
|
+
id: zod.ZodString;
|
|
271
|
+
}, zod.core.$strict>;
|
|
259
272
|
/**
|
|
260
273
|
* @summary Update the name of a message thread in SmartSpace, using the thread's ID and providing the new name in the request.
|
|
261
274
|
*/
|
|
262
|
-
export declare const
|
|
263
|
-
export declare const
|
|
275
|
+
export declare const messageThreadsThreadIdNamePathIdRegExp: RegExp;
|
|
276
|
+
export declare const messageThreadsThreadIdNameParams: zod.ZodObject<{
|
|
264
277
|
id: zod.ZodString;
|
|
265
278
|
}, zod.core.$strict>;
|
|
266
|
-
export declare const
|
|
279
|
+
export declare const messageThreadsThreadIdNameBody: zod.ZodString;
|
|
280
|
+
/**
|
|
281
|
+
* @summary Get the users who have access to a specific message thread.
|
|
282
|
+
*/
|
|
283
|
+
export declare const messageThreadsGetThreadUsersPathThreadIdRegExp: RegExp;
|
|
284
|
+
export declare const messageThreadsGetThreadUsersParams: zod.ZodObject<{
|
|
285
|
+
threadId: zod.ZodString;
|
|
286
|
+
}, zod.core.$strict>;
|
|
287
|
+
export declare const messageThreadsGetThreadUsersResponseItem: zod.ZodObject<{
|
|
288
|
+
displayName: zod.ZodString;
|
|
289
|
+
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
290
|
+
id: zod.ZodString;
|
|
291
|
+
userId: zod.ZodString;
|
|
292
|
+
}, zod.core.$strip>;
|
|
293
|
+
export declare const messageThreadsGetThreadUsersResponse: zod.ZodArray<zod.ZodObject<{
|
|
294
|
+
displayName: zod.ZodString;
|
|
295
|
+
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
296
|
+
id: zod.ZodString;
|
|
297
|
+
userId: zod.ZodString;
|
|
298
|
+
}, zod.core.$strip>>;
|
|
299
|
+
/**
|
|
300
|
+
* @summary Remove a user from a message thread. Requires workspace admin privileges.
|
|
301
|
+
*/
|
|
302
|
+
export declare const messageThreadsRemoveThreadUserPathThreadIdRegExp: RegExp;
|
|
303
|
+
export declare const messageThreadsRemoveThreadUserParams: zod.ZodObject<{
|
|
304
|
+
threadId: zod.ZodString;
|
|
305
|
+
userId: zod.ZodString;
|
|
306
|
+
}, zod.core.$strict>;
|
|
307
|
+
/**
|
|
308
|
+
* @summary Add a user to a message thread.
|
|
309
|
+
*/
|
|
310
|
+
export declare const messageThreadsAddThreadUserPathThreadIdRegExp: RegExp;
|
|
311
|
+
export declare const messageThreadsAddThreadUserParams: zod.ZodObject<{
|
|
312
|
+
threadId: zod.ZodString;
|
|
313
|
+
userId: zod.ZodString;
|
|
314
|
+
}, zod.core.$strict>;
|
|
267
315
|
/**
|
|
268
316
|
* @summary Handles the HTTP POST request to create a new message in a thread within SmartSpace.
|
|
269
317
|
This method specifies details like workspace ID, thread ID, and message content in the request.
|
|
318
|
+
Blocks until the flow completes and returns the final Message with all outputs populated,
|
|
319
|
+
preserving the original synchronous request/response contract for SDK and integration clients.
|
|
320
|
+
Clients that prefer to return immediately and subscribe to the SSE stream should use
|
|
321
|
+
`POST /messages/start` instead.
|
|
270
322
|
*/
|
|
271
|
-
export declare const
|
|
272
|
-
export declare const
|
|
273
|
-
export declare const
|
|
323
|
+
export declare const messagesThreadMessagesBodyMessageThreadIdRegExp: RegExp;
|
|
324
|
+
export declare const messagesThreadMessagesBodyWorkSpaceIdRegExp: RegExp;
|
|
325
|
+
export declare const messagesThreadMessagesBody: zod.ZodObject<{
|
|
274
326
|
inputs: zod.ZodArray<zod.ZodObject<{
|
|
275
327
|
channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
|
|
276
328
|
name: zod.ZodString;
|
|
@@ -280,29 +332,109 @@ export declare const postMessagesBody: zod.ZodObject<{
|
|
|
280
332
|
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
|
|
281
333
|
workSpaceId: zod.ZodString;
|
|
282
334
|
}, zod.core.$strict>;
|
|
335
|
+
export declare const messagesThreadMessagesResponseIdRegExp: RegExp;
|
|
336
|
+
export declare const messagesThreadMessagesResponseMessageThreadIdRegExp: RegExp;
|
|
337
|
+
export declare const messagesThreadMessagesResponseValuesItemIdRegExp: RegExp;
|
|
338
|
+
export declare const messagesThreadMessagesResponse: zod.ZodObject<{
|
|
339
|
+
createdAt: zod.ZodISODateTime;
|
|
340
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
341
|
+
createdByUserId: zod.ZodString;
|
|
342
|
+
errors: zod.ZodArray<zod.ZodObject<{
|
|
343
|
+
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
344
|
+
code: zod.ZodNumber;
|
|
345
|
+
data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
346
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
347
|
+
}, zod.core.$strip>>;
|
|
348
|
+
hasComments: zod.ZodBoolean;
|
|
349
|
+
id: zod.ZodString;
|
|
350
|
+
messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
351
|
+
values: zod.ZodArray<zod.ZodObject<{
|
|
352
|
+
channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
|
|
353
|
+
createdAt: zod.ZodISODateTime;
|
|
354
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
355
|
+
createdByUserId: zod.ZodString;
|
|
356
|
+
id: zod.ZodString;
|
|
357
|
+
name: zod.ZodString;
|
|
358
|
+
type: zod.ZodEnum<{
|
|
359
|
+
Input: "Input";
|
|
360
|
+
Output: "Output";
|
|
361
|
+
}>;
|
|
362
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
363
|
+
}, zod.core.$strip>>;
|
|
364
|
+
}, zod.core.$strip>;
|
|
365
|
+
/**
|
|
366
|
+
* @summary Starts a flow run on a thread and returns immediately with the initial Message
|
|
367
|
+
before the flow has produced any outputs. The flow continues in a background task;
|
|
368
|
+
deltas stream via Redis to the SSE endpoint at
|
|
369
|
+
`GET /MessageThreads/{id}/messages/stream` and final outputs are persisted to
|
|
370
|
+
the database. Use this endpoint when the client subscribes to the SSE stream for
|
|
371
|
+
live updates instead of waiting for the flow to complete.
|
|
372
|
+
*/
|
|
373
|
+
export declare const messagesStartThreadMessageBodyMessageThreadIdRegExp: RegExp;
|
|
374
|
+
export declare const messagesStartThreadMessageBodyWorkSpaceIdRegExp: RegExp;
|
|
375
|
+
export declare const messagesStartThreadMessageBody: zod.ZodObject<{
|
|
376
|
+
inputs: zod.ZodArray<zod.ZodObject<{
|
|
377
|
+
channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
|
|
378
|
+
name: zod.ZodString;
|
|
379
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
380
|
+
}, zod.core.$strict>>;
|
|
381
|
+
messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
382
|
+
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
|
|
383
|
+
workSpaceId: zod.ZodString;
|
|
384
|
+
}, zod.core.$strict>;
|
|
385
|
+
export declare const messagesStartThreadMessageResponseIdRegExp: RegExp;
|
|
386
|
+
export declare const messagesStartThreadMessageResponseMessageThreadIdRegExp: RegExp;
|
|
387
|
+
export declare const messagesStartThreadMessageResponseValuesItemIdRegExp: RegExp;
|
|
388
|
+
export declare const messagesStartThreadMessageResponse: zod.ZodObject<{
|
|
389
|
+
createdAt: zod.ZodISODateTime;
|
|
390
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
391
|
+
createdByUserId: zod.ZodString;
|
|
392
|
+
errors: zod.ZodArray<zod.ZodObject<{
|
|
393
|
+
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
394
|
+
code: zod.ZodNumber;
|
|
395
|
+
data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
396
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
397
|
+
}, zod.core.$strip>>;
|
|
398
|
+
hasComments: zod.ZodBoolean;
|
|
399
|
+
id: zod.ZodString;
|
|
400
|
+
messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
401
|
+
values: zod.ZodArray<zod.ZodObject<{
|
|
402
|
+
channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
|
|
403
|
+
createdAt: zod.ZodISODateTime;
|
|
404
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
405
|
+
createdByUserId: zod.ZodString;
|
|
406
|
+
id: zod.ZodString;
|
|
407
|
+
name: zod.ZodString;
|
|
408
|
+
type: zod.ZodEnum<{
|
|
409
|
+
Input: "Input";
|
|
410
|
+
Output: "Output";
|
|
411
|
+
}>;
|
|
412
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
413
|
+
}, zod.core.$strip>>;
|
|
414
|
+
}, zod.core.$strip>;
|
|
283
415
|
/**
|
|
284
416
|
* @summary Remove a specific message from SmartSpace using its ID.
|
|
285
417
|
*/
|
|
286
|
-
export declare const
|
|
287
|
-
export declare const
|
|
418
|
+
export declare const messagesMessagePathIdRegExp: RegExp;
|
|
419
|
+
export declare const messagesMessageParams: zod.ZodObject<{
|
|
288
420
|
id: zod.ZodString;
|
|
289
421
|
}, zod.core.$strict>;
|
|
290
422
|
/**
|
|
291
423
|
* @summary Retrieve comments attached to a specific message in SmartSpace, using the message's ID, with pagination options 'take' and 'skip'.
|
|
292
424
|
*/
|
|
293
|
-
export declare const
|
|
294
|
-
export declare const
|
|
425
|
+
export declare const messagesGetCommentsPathIdRegExp: RegExp;
|
|
426
|
+
export declare const messagesGetCommentsParams: zod.ZodObject<{
|
|
295
427
|
id: zod.ZodString;
|
|
296
428
|
}, zod.core.$strict>;
|
|
297
|
-
export declare const
|
|
298
|
-
export declare const
|
|
299
|
-
export declare const
|
|
429
|
+
export declare const messagesGetCommentsQueryTakeDefault = 50;
|
|
430
|
+
export declare const messagesGetCommentsQuerySkipDefault = 0;
|
|
431
|
+
export declare const messagesGetCommentsQueryParams: zod.ZodObject<{
|
|
300
432
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
301
433
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
302
434
|
}, zod.core.$strict>;
|
|
303
|
-
export declare const
|
|
304
|
-
export declare const
|
|
305
|
-
export declare const
|
|
435
|
+
export declare const messagesGetCommentsResponseDataItemIdRegExp: RegExp;
|
|
436
|
+
export declare const messagesGetCommentsResponseDataItemMessageThreadIdRegExp: RegExp;
|
|
437
|
+
export declare const messagesGetCommentsResponse: zod.ZodObject<{
|
|
306
438
|
data: zod.ZodArray<zod.ZodObject<{
|
|
307
439
|
content: zod.ZodString;
|
|
308
440
|
createdAt: zod.ZodISODateTime;
|
|
@@ -320,16 +452,16 @@ export declare const getMessagesIdCommentsResponse: zod.ZodObject<{
|
|
|
320
452
|
/**
|
|
321
453
|
* @summary Add a new comment to a message in SmartSpace, using the message's ID and comment details in the request.
|
|
322
454
|
*/
|
|
323
|
-
export declare const
|
|
324
|
-
export declare const
|
|
455
|
+
export declare const messagesPostCommentPathIdRegExp: RegExp;
|
|
456
|
+
export declare const messagesPostCommentParams: zod.ZodObject<{
|
|
325
457
|
id: zod.ZodString;
|
|
326
458
|
}, zod.core.$strict>;
|
|
327
|
-
export declare const
|
|
459
|
+
export declare const messagesPostCommentBody: zod.ZodObject<{
|
|
328
460
|
content: zod.ZodString;
|
|
329
461
|
mentionedUsers: zod.ZodArray<zod.ZodString>;
|
|
330
462
|
}, zod.core.$strict>;
|
|
331
|
-
export declare const
|
|
332
|
-
export declare const
|
|
463
|
+
export declare const messagesPostCommentResponseIdRegExp: RegExp;
|
|
464
|
+
export declare const messagesPostCommentResponse: zod.ZodObject<{
|
|
333
465
|
content: zod.ZodString;
|
|
334
466
|
createdAt: zod.ZodISODateTime;
|
|
335
467
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -337,11 +469,18 @@ export declare const postMessagesIdCommentsResponse: zod.ZodObject<{
|
|
|
337
469
|
id: zod.ZodString;
|
|
338
470
|
mentionedUsers: zod.ZodArray<zod.ZodString>;
|
|
339
471
|
}, zod.core.$strip>;
|
|
340
|
-
|
|
341
|
-
|
|
472
|
+
/**
|
|
473
|
+
* @summary Append a new input value to an in-flight message and stream successive
|
|
474
|
+
snapshots back to the client. Each frame is a full M:SmartSpace.App.ChatApi.Controllers.MessagesController.Message(System.Guid)
|
|
475
|
+
with the latest cumulative state — the SDK should treat the response as
|
|
476
|
+
a stream of M:SmartSpace.App.ChatApi.Controllers.MessagesController.Message(System.Guid) frames (NDJSON / SSE), with the final
|
|
477
|
+
frame being the authoritative completed message.
|
|
478
|
+
*/
|
|
479
|
+
export declare const messagesAddValueToMessagePathIdRegExp: RegExp;
|
|
480
|
+
export declare const messagesAddValueToMessageParams: zod.ZodObject<{
|
|
342
481
|
id: zod.ZodString;
|
|
343
482
|
}, zod.core.$strict>;
|
|
344
|
-
export declare const
|
|
483
|
+
export declare const messagesAddValueToMessageBody: zod.ZodObject<{
|
|
345
484
|
channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
|
|
346
485
|
name: zod.ZodString;
|
|
347
486
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
@@ -349,16 +488,16 @@ export declare const postMessagesIdValuesBody: zod.ZodObject<{
|
|
|
349
488
|
/**
|
|
350
489
|
* @summary Retrieves a list of models.
|
|
351
490
|
*/
|
|
352
|
-
export declare const
|
|
353
|
-
export declare const
|
|
354
|
-
export declare const
|
|
355
|
-
export declare const
|
|
491
|
+
export declare const modelsGetModelsQueryTakeDefault = 50;
|
|
492
|
+
export declare const modelsGetModelsQuerySkipDefault = 0;
|
|
493
|
+
export declare const modelsGetModelsQuerySearchDefault = "";
|
|
494
|
+
export declare const modelsGetModelsQueryParams: zod.ZodObject<{
|
|
356
495
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
357
496
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
358
497
|
search: zod.ZodOptional<zod.ZodString>;
|
|
359
498
|
}, zod.core.$strict>;
|
|
360
|
-
export declare const
|
|
361
|
-
export declare const
|
|
499
|
+
export declare const modelsGetModelsResponseDataItemIdRegExp: RegExp;
|
|
500
|
+
export declare const modelsGetModelsResponse: zod.ZodObject<{
|
|
362
501
|
data: zod.ZodArray<zod.ZodObject<{
|
|
363
502
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
364
503
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -381,6 +520,21 @@ export declare const getModelsResponse: zod.ZodObject<{
|
|
|
381
520
|
VertexAi: "VertexAi";
|
|
382
521
|
AzureFoundry: "AzureFoundry";
|
|
383
522
|
}>>;
|
|
523
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
524
|
+
OpenAi: "OpenAi";
|
|
525
|
+
HuggingFace: "HuggingFace";
|
|
526
|
+
Cohere: "Cohere";
|
|
527
|
+
Anthropic: "Anthropic";
|
|
528
|
+
Google: "Google";
|
|
529
|
+
Meta: "Meta";
|
|
530
|
+
Mistral: "Mistral";
|
|
531
|
+
Microsoft: "Microsoft";
|
|
532
|
+
DeepSeek: "DeepSeek";
|
|
533
|
+
XAi: "XAi";
|
|
534
|
+
Amazon: "Amazon";
|
|
535
|
+
Qwen: "Qwen";
|
|
536
|
+
Other: "Other";
|
|
537
|
+
}>>;
|
|
384
538
|
name: zod.ZodString;
|
|
385
539
|
properties: zod.ZodArray<zod.ZodObject<{
|
|
386
540
|
name: zod.ZodString;
|
|
@@ -397,15 +551,15 @@ export declare const getModelsResponse: zod.ZodObject<{
|
|
|
397
551
|
/**
|
|
398
552
|
* @summary Retrieves a model by its ID.
|
|
399
553
|
*/
|
|
400
|
-
export declare const
|
|
401
|
-
export declare const
|
|
554
|
+
export declare const modelsGetModelPathIdRegExp: RegExp;
|
|
555
|
+
export declare const modelsGetModelParams: zod.ZodObject<{
|
|
402
556
|
id: zod.ZodString;
|
|
403
557
|
}, zod.core.$strict>;
|
|
404
|
-
export declare const
|
|
405
|
-
export declare const
|
|
406
|
-
export declare const
|
|
407
|
-
export declare const
|
|
408
|
-
export declare const
|
|
558
|
+
export declare const modelsGetModelResponseDeploymentIdRegExp: RegExp;
|
|
559
|
+
export declare const modelsGetModelResponseDeploymentProviderIdRegExp: RegExp;
|
|
560
|
+
export declare const modelsGetModelResponseDeploymentStepsItemIdRegExp: RegExp;
|
|
561
|
+
export declare const modelsGetModelResponseIdRegExp: RegExp;
|
|
562
|
+
export declare const modelsGetModelResponse: zod.ZodObject<{
|
|
409
563
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
410
564
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
411
565
|
deployment: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -462,6 +616,21 @@ export declare const getModelsIdResponse: zod.ZodObject<{
|
|
|
462
616
|
VertexAi: "VertexAi";
|
|
463
617
|
AzureFoundry: "AzureFoundry";
|
|
464
618
|
}>>;
|
|
619
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
620
|
+
OpenAi: "OpenAi";
|
|
621
|
+
HuggingFace: "HuggingFace";
|
|
622
|
+
Cohere: "Cohere";
|
|
623
|
+
Anthropic: "Anthropic";
|
|
624
|
+
Google: "Google";
|
|
625
|
+
Meta: "Meta";
|
|
626
|
+
Mistral: "Mistral";
|
|
627
|
+
Microsoft: "Microsoft";
|
|
628
|
+
DeepSeek: "DeepSeek";
|
|
629
|
+
XAi: "XAi";
|
|
630
|
+
Amazon: "Amazon";
|
|
631
|
+
Qwen: "Qwen";
|
|
632
|
+
Other: "Other";
|
|
633
|
+
}>>;
|
|
465
634
|
name: zod.ZodString;
|
|
466
635
|
properties: zod.ZodArray<zod.ZodObject<{
|
|
467
636
|
name: zod.ZodString;
|
|
@@ -475,20 +644,21 @@ export declare const getModelsIdResponse: zod.ZodObject<{
|
|
|
475
644
|
/**
|
|
476
645
|
* @summary Retrieve notifications for user login.
|
|
477
646
|
*/
|
|
478
|
-
export declare const
|
|
479
|
-
export declare const
|
|
480
|
-
export declare const
|
|
647
|
+
export declare const notificationGetQueryTakeDefault = 20;
|
|
648
|
+
export declare const notificationGetQuerySkipDefault = 0;
|
|
649
|
+
export declare const notificationGetQueryParams: zod.ZodObject<{
|
|
481
650
|
unread: zod.ZodOptional<zod.ZodBoolean>;
|
|
482
651
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
483
652
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
484
653
|
}, zod.core.$strict>;
|
|
485
|
-
export declare const
|
|
486
|
-
export declare const
|
|
487
|
-
export declare const
|
|
488
|
-
export declare const
|
|
654
|
+
export declare const notificationGetResponseDataItemIdRegExp: RegExp;
|
|
655
|
+
export declare const notificationGetResponseDataItemThreadIdRegExp: RegExp;
|
|
656
|
+
export declare const notificationGetResponseDataItemWorkSpaceIdRegExp: RegExp;
|
|
657
|
+
export declare const notificationGetResponse: zod.ZodObject<{
|
|
489
658
|
data: zod.ZodArray<zod.ZodObject<{
|
|
490
659
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
491
660
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
661
|
+
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
492
662
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
493
663
|
dismissedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
494
664
|
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -506,24 +676,24 @@ export declare const getNotificationResponse: zod.ZodObject<{
|
|
|
506
676
|
/**
|
|
507
677
|
* @summary Update: mark read notifications.
|
|
508
678
|
*/
|
|
509
|
-
export declare const
|
|
510
|
-
export declare const
|
|
511
|
-
export declare const
|
|
679
|
+
export declare const notificationPutUpdateBodyRegExp: RegExp;
|
|
680
|
+
export declare const notificationPutUpdateBodyItem: zod.ZodString;
|
|
681
|
+
export declare const notificationPutUpdateBody: zod.ZodArray<zod.ZodString>;
|
|
512
682
|
/**
|
|
513
683
|
* @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
|
|
514
684
|
so browsers can cache the image via standard img src usage.
|
|
515
685
|
*/
|
|
516
|
-
export declare const
|
|
517
|
-
export declare const
|
|
686
|
+
export declare const usersGetUserPhotoPathIdRegExp: RegExp;
|
|
687
|
+
export declare const usersGetUserPhotoParams: zod.ZodObject<{
|
|
518
688
|
id: zod.ZodString;
|
|
519
689
|
}, zod.core.$strict>;
|
|
520
|
-
export declare const
|
|
690
|
+
export declare const usersGetUserPhotoResponse: zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>;
|
|
521
691
|
/**
|
|
522
692
|
* @summary Fetch a list of all workspaces in SmartSpace, with options for pagination through 'take' and 'skip' query parameters.
|
|
523
693
|
*/
|
|
524
|
-
export declare const
|
|
525
|
-
export declare const
|
|
526
|
-
export declare const
|
|
694
|
+
export declare const workSpacesGetGetQueryTakeDefault = 20;
|
|
695
|
+
export declare const workSpacesGetGetQuerySkipDefault = 0;
|
|
696
|
+
export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
|
|
527
697
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
528
698
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
529
699
|
search: zod.ZodOptional<zod.ZodString>;
|
|
@@ -533,25 +703,25 @@ export declare const getWorkSpacesQueryParams: zod.ZodObject<{
|
|
|
533
703
|
CreatedDate: "CreatedDate";
|
|
534
704
|
}>>;
|
|
535
705
|
}, zod.core.$strict>;
|
|
536
|
-
export declare const
|
|
537
|
-
export declare const
|
|
538
|
-
export declare const
|
|
539
|
-
export declare const
|
|
540
|
-
export declare const
|
|
541
|
-
export declare const
|
|
542
|
-
export declare const
|
|
543
|
-
export declare const
|
|
544
|
-
export declare const
|
|
545
|
-
export declare const
|
|
546
|
-
export declare const
|
|
547
|
-
export declare const
|
|
548
|
-
export declare const
|
|
549
|
-
export declare const
|
|
550
|
-
export declare const
|
|
551
|
-
export declare const
|
|
552
|
-
export declare const
|
|
553
|
-
export declare const
|
|
554
|
-
export declare const
|
|
706
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExp: RegExp;
|
|
707
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
|
|
708
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExp: RegExp;
|
|
709
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
|
|
710
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
|
|
711
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExp: RegExp;
|
|
712
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExp: RegExp;
|
|
713
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemIdRegExp: RegExp;
|
|
714
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemVersionRegExp: RegExp;
|
|
715
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemIdRegExp: RegExp;
|
|
716
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemParentWorkspaceIdRegExp: RegExp;
|
|
717
|
+
export declare const workSpacesGetGetResponseDataItemDataSpacesItemWorkspacesInfoItemIdRegExp: RegExp;
|
|
718
|
+
export declare const workSpacesGetGetResponseDataItemIdRegExp: RegExp;
|
|
719
|
+
export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentIdRegExp: RegExp;
|
|
720
|
+
export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentProviderIdRegExp: RegExp;
|
|
721
|
+
export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentStepsItemIdRegExp: RegExp;
|
|
722
|
+
export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExp: RegExp;
|
|
723
|
+
export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExp: RegExp;
|
|
724
|
+
export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
555
725
|
data: zod.ZodArray<zod.ZodObject<{
|
|
556
726
|
createdAt: zod.ZodISODateTime;
|
|
557
727
|
createdByUserId: zod.ZodString;
|
|
@@ -663,7 +833,6 @@ export declare const getWorkSpacesResponse: zod.ZodObject<{
|
|
|
663
833
|
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
664
834
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
665
835
|
}, zod.core.$strip>>;
|
|
666
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
667
836
|
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
668
837
|
frequencyPenalty: zod.ZodNumber;
|
|
669
838
|
model: zod.ZodObject<{
|
|
@@ -723,6 +892,21 @@ export declare const getWorkSpacesResponse: zod.ZodObject<{
|
|
|
723
892
|
VertexAi: "VertexAi";
|
|
724
893
|
AzureFoundry: "AzureFoundry";
|
|
725
894
|
}>>;
|
|
895
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
896
|
+
OpenAi: "OpenAi";
|
|
897
|
+
HuggingFace: "HuggingFace";
|
|
898
|
+
Cohere: "Cohere";
|
|
899
|
+
Anthropic: "Anthropic";
|
|
900
|
+
Google: "Google";
|
|
901
|
+
Meta: "Meta";
|
|
902
|
+
Mistral: "Mistral";
|
|
903
|
+
Microsoft: "Microsoft";
|
|
904
|
+
DeepSeek: "DeepSeek";
|
|
905
|
+
XAi: "XAi";
|
|
906
|
+
Amazon: "Amazon";
|
|
907
|
+
Qwen: "Qwen";
|
|
908
|
+
Other: "Other";
|
|
909
|
+
}>>;
|
|
726
910
|
name: zod.ZodString;
|
|
727
911
|
properties: zod.ZodArray<zod.ZodObject<{
|
|
728
912
|
name: zod.ZodString;
|
|
@@ -766,29 +950,29 @@ export declare const getWorkSpacesResponse: zod.ZodObject<{
|
|
|
766
950
|
/**
|
|
767
951
|
* @summary Retrieve detailed information about a specific workspace in SmartSpace, using its ID.
|
|
768
952
|
*/
|
|
769
|
-
export declare const
|
|
770
|
-
export declare const
|
|
953
|
+
export declare const workSpacesGetIdPathIdRegExp: RegExp;
|
|
954
|
+
export declare const workSpacesGetIdParams: zod.ZodObject<{
|
|
771
955
|
id: zod.ZodString;
|
|
772
956
|
}, zod.core.$strict>;
|
|
773
|
-
export declare const
|
|
774
|
-
export declare const
|
|
775
|
-
export declare const
|
|
776
|
-
export declare const
|
|
777
|
-
export declare const
|
|
778
|
-
export declare const
|
|
779
|
-
export declare const
|
|
780
|
-
export declare const
|
|
781
|
-
export declare const
|
|
782
|
-
export declare const
|
|
783
|
-
export declare const
|
|
784
|
-
export declare const
|
|
785
|
-
export declare const
|
|
786
|
-
export declare const
|
|
787
|
-
export declare const
|
|
788
|
-
export declare const
|
|
789
|
-
export declare const
|
|
790
|
-
export declare const
|
|
791
|
-
export declare const
|
|
957
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExp: RegExp;
|
|
958
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
|
|
959
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExp: RegExp;
|
|
960
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
|
|
961
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
|
|
962
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExp: RegExp;
|
|
963
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExp: RegExp;
|
|
964
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemIdRegExp: RegExp;
|
|
965
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemVersionRegExp: RegExp;
|
|
966
|
+
export declare const workSpacesGetIdResponseDataSpacesItemIdRegExp: RegExp;
|
|
967
|
+
export declare const workSpacesGetIdResponseDataSpacesItemParentWorkspaceIdRegExp: RegExp;
|
|
968
|
+
export declare const workSpacesGetIdResponseDataSpacesItemWorkspacesInfoItemIdRegExp: RegExp;
|
|
969
|
+
export declare const workSpacesGetIdResponseIdRegExp: RegExp;
|
|
970
|
+
export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentIdRegExp: RegExp;
|
|
971
|
+
export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentProviderIdRegExp: RegExp;
|
|
972
|
+
export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExp: RegExp;
|
|
973
|
+
export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExp: RegExp;
|
|
974
|
+
export declare const workSpacesGetIdResponseSandBoxThreadIdRegExp: RegExp;
|
|
975
|
+
export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
792
976
|
createdAt: zod.ZodISODateTime;
|
|
793
977
|
createdByUserId: zod.ZodString;
|
|
794
978
|
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
@@ -899,7 +1083,6 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
|
|
|
899
1083
|
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
900
1084
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
901
1085
|
}, zod.core.$strip>>;
|
|
902
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
903
1086
|
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
904
1087
|
frequencyPenalty: zod.ZodNumber;
|
|
905
1088
|
model: zod.ZodObject<{
|
|
@@ -959,6 +1142,21 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
|
|
|
959
1142
|
VertexAi: "VertexAi";
|
|
960
1143
|
AzureFoundry: "AzureFoundry";
|
|
961
1144
|
}>>;
|
|
1145
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
1146
|
+
OpenAi: "OpenAi";
|
|
1147
|
+
HuggingFace: "HuggingFace";
|
|
1148
|
+
Cohere: "Cohere";
|
|
1149
|
+
Anthropic: "Anthropic";
|
|
1150
|
+
Google: "Google";
|
|
1151
|
+
Meta: "Meta";
|
|
1152
|
+
Mistral: "Mistral";
|
|
1153
|
+
Microsoft: "Microsoft";
|
|
1154
|
+
DeepSeek: "DeepSeek";
|
|
1155
|
+
XAi: "XAi";
|
|
1156
|
+
Amazon: "Amazon";
|
|
1157
|
+
Qwen: "Qwen";
|
|
1158
|
+
Other: "Other";
|
|
1159
|
+
}>>;
|
|
962
1160
|
name: zod.ZodString;
|
|
963
1161
|
properties: zod.ZodArray<zod.ZodObject<{
|
|
964
1162
|
name: zod.ZodString;
|
|
@@ -1000,22 +1198,22 @@ export declare const getWorkSpacesIdResponse: zod.ZodObject<{
|
|
|
1000
1198
|
/**
|
|
1001
1199
|
* @summary Retrieve the access control details of a specific workspace in SmartSpace, using the workspace's ID, with pagination options take and skip.
|
|
1002
1200
|
*/
|
|
1003
|
-
export declare const
|
|
1004
|
-
export declare const
|
|
1201
|
+
export declare const workSpacesGetAccessPathIdRegExp: RegExp;
|
|
1202
|
+
export declare const workSpacesGetAccessParams: zod.ZodObject<{
|
|
1005
1203
|
id: zod.ZodString;
|
|
1006
1204
|
}, zod.core.$strict>;
|
|
1007
|
-
export declare const
|
|
1008
|
-
export declare const
|
|
1009
|
-
export declare const
|
|
1205
|
+
export declare const workSpacesGetAccessQueryTakeDefault = 20;
|
|
1206
|
+
export declare const workSpacesGetAccessQuerySkipDefault = 0;
|
|
1207
|
+
export declare const workSpacesGetAccessQueryParams: zod.ZodObject<{
|
|
1010
1208
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1011
1209
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1012
1210
|
search: zod.ZodOptional<zod.ZodString>;
|
|
1013
1211
|
}, zod.core.$strict>;
|
|
1014
|
-
export declare const
|
|
1015
|
-
export declare const
|
|
1016
|
-
export declare const
|
|
1017
|
-
export declare const
|
|
1018
|
-
export declare const
|
|
1212
|
+
export declare const workSpacesGetAccessResponseDataItemIdRegExp: RegExp;
|
|
1213
|
+
export declare const workSpacesGetAccessResponseDataItemMessageIdRegExp: RegExp;
|
|
1214
|
+
export declare const workSpacesGetAccessResponseDataItemMessageThreadIdRegExp: RegExp;
|
|
1215
|
+
export declare const workSpacesGetAccessResponseDataItemWorkSpaceIdRegExp: RegExp;
|
|
1216
|
+
export declare const workSpacesGetAccessResponse: zod.ZodObject<{
|
|
1019
1217
|
data: zod.ZodArray<zod.ZodObject<{
|
|
1020
1218
|
accessType: zod.ZodEnum<{
|
|
1021
1219
|
Principal: "Principal";
|
|
@@ -1040,20 +1238,20 @@ export declare const getWorkSpacesIdAccessResponse: zod.ZodObject<{
|
|
|
1040
1238
|
/**
|
|
1041
1239
|
* @summary Retrieve all message threads associated with a specific workspace in SmartSpace, identified by workspaceId, with pagination options take and skip.
|
|
1042
1240
|
*/
|
|
1043
|
-
export declare const
|
|
1044
|
-
export declare const
|
|
1241
|
+
export declare const workSpacesThreadPathIdRegExp: RegExp;
|
|
1242
|
+
export declare const workSpacesThreadParams: zod.ZodObject<{
|
|
1045
1243
|
id: zod.ZodString;
|
|
1046
1244
|
}, zod.core.$strict>;
|
|
1047
|
-
export declare const
|
|
1048
|
-
export declare const
|
|
1049
|
-
export declare const
|
|
1245
|
+
export declare const workSpacesThreadQueryTakeDefault = 50;
|
|
1246
|
+
export declare const workSpacesThreadQuerySkipDefault = 0;
|
|
1247
|
+
export declare const workSpacesThreadQueryParams: zod.ZodObject<{
|
|
1050
1248
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1051
1249
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1052
1250
|
search: zod.ZodOptional<zod.ZodString>;
|
|
1053
1251
|
}, zod.core.$strict>;
|
|
1054
|
-
export declare const
|
|
1055
|
-
export declare const
|
|
1056
|
-
export declare const
|
|
1252
|
+
export declare const workSpacesThreadResponseDataItemIdRegExp: RegExp;
|
|
1253
|
+
export declare const workSpacesThreadResponseDataItemWorkSpaceIdRegExp: RegExp;
|
|
1254
|
+
export declare const workSpacesThreadResponse: zod.ZodObject<{
|
|
1057
1255
|
data: zod.ZodArray<zod.ZodObject<{
|
|
1058
1256
|
createdAt: zod.ZodISODateTime;
|
|
1059
1257
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -1070,24 +1268,24 @@ export declare const getWorkSpacesIdMessageThreadsResponse: zod.ZodObject<{
|
|
|
1070
1268
|
}, zod.core.$strip>>;
|
|
1071
1269
|
total: zod.ZodNumber;
|
|
1072
1270
|
}, zod.core.$strip>;
|
|
1073
|
-
export declare const
|
|
1074
|
-
export declare const
|
|
1271
|
+
export declare const workSpacesGetUsersPathIdRegExp: RegExp;
|
|
1272
|
+
export declare const workSpacesGetUsersParams: zod.ZodObject<{
|
|
1075
1273
|
id: zod.ZodString;
|
|
1076
1274
|
}, zod.core.$strict>;
|
|
1077
|
-
export declare const
|
|
1078
|
-
export declare const
|
|
1079
|
-
export declare const
|
|
1275
|
+
export declare const workSpacesGetUsersQueryTakeDefault = 1000;
|
|
1276
|
+
export declare const workSpacesGetUsersQuerySkipDefault = 0;
|
|
1277
|
+
export declare const workSpacesGetUsersQueryParams: zod.ZodObject<{
|
|
1080
1278
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1081
1279
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1082
1280
|
search: zod.ZodOptional<zod.ZodString>;
|
|
1083
1281
|
}, zod.core.$strict>;
|
|
1084
|
-
export declare const
|
|
1282
|
+
export declare const workSpacesGetUsersResponseItem: zod.ZodObject<{
|
|
1085
1283
|
displayName: zod.ZodString;
|
|
1086
1284
|
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1087
1285
|
id: zod.ZodString;
|
|
1088
1286
|
userId: zod.ZodString;
|
|
1089
1287
|
}, zod.core.$strip>;
|
|
1090
|
-
export declare const
|
|
1288
|
+
export declare const workSpacesGetUsersResponse: zod.ZodArray<zod.ZodObject<{
|
|
1091
1289
|
displayName: zod.ZodString;
|
|
1092
1290
|
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1093
1291
|
id: zod.ZodString;
|
|
@@ -1096,28 +1294,28 @@ export declare const getWorkSpacesIdUsersResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
1096
1294
|
/**
|
|
1097
1295
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific document in a data space, using the dataSpaceId and optional file parameter.
|
|
1098
1296
|
*/
|
|
1099
|
-
export declare const
|
|
1100
|
-
export declare const
|
|
1297
|
+
export declare const documentsGetDocumentSasPathDataSpaceIdRegExp: RegExp;
|
|
1298
|
+
export declare const documentsGetDocumentSasParams: zod.ZodObject<{
|
|
1101
1299
|
dataSpaceId: zod.ZodString;
|
|
1102
1300
|
}, zod.core.$strict>;
|
|
1103
|
-
export declare const
|
|
1301
|
+
export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
|
|
1104
1302
|
file: zod.ZodOptional<zod.ZodString>;
|
|
1105
1303
|
}, zod.core.$strict>;
|
|
1106
|
-
export declare const
|
|
1304
|
+
export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
|
|
1107
1305
|
uri: zod.ZodURL;
|
|
1108
1306
|
}, zod.core.$strip>;
|
|
1109
|
-
export declare const
|
|
1110
|
-
export declare const
|
|
1307
|
+
export declare const messageThreadsCreateMessageThreadPathWorkspaceIdRegExp: RegExp;
|
|
1308
|
+
export declare const messageThreadsCreateMessageThreadParams: zod.ZodObject<{
|
|
1111
1309
|
workspaceId: zod.ZodString;
|
|
1112
1310
|
}, zod.core.$strict>;
|
|
1113
|
-
export declare const
|
|
1114
|
-
export declare const
|
|
1311
|
+
export declare const messageThreadsCreateMessageThreadBodyIdRegExp: RegExp;
|
|
1312
|
+
export declare const messageThreadsCreateMessageThreadBody: zod.ZodObject<{
|
|
1115
1313
|
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1116
1314
|
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1117
1315
|
}, zod.core.$strict>;
|
|
1118
|
-
export declare const
|
|
1119
|
-
export declare const
|
|
1120
|
-
export declare const
|
|
1316
|
+
export declare const messageThreadsCreateMessageThreadResponseDataItemIdRegExp: RegExp;
|
|
1317
|
+
export declare const messageThreadsCreateMessageThreadResponseDataItemWorkSpaceIdRegExp: RegExp;
|
|
1318
|
+
export declare const messageThreadsCreateMessageThreadResponse: zod.ZodObject<{
|
|
1121
1319
|
data: zod.ZodArray<zod.ZodObject<{
|
|
1122
1320
|
createdAt: zod.ZodISODateTime;
|
|
1123
1321
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -1134,14 +1332,14 @@ export declare const postWorkspacesWorkspaceIdMessagethreadsResponse: zod.ZodObj
|
|
|
1134
1332
|
}, zod.core.$strip>>;
|
|
1135
1333
|
total: zod.ZodNumber;
|
|
1136
1334
|
}, zod.core.$strip>;
|
|
1137
|
-
export declare const
|
|
1138
|
-
export declare const
|
|
1335
|
+
export declare const messageThreadsGetMessageThreadWorkspacesWorkspaceIdMessagethreadsIdPathIdRegExp: RegExp;
|
|
1336
|
+
export declare const messageThreadsGetMessageThreadWorkspacesWorkspaceIdMessagethreadsIdParams: zod.ZodObject<{
|
|
1139
1337
|
id: zod.ZodString;
|
|
1140
1338
|
workspaceId: zod.ZodString;
|
|
1141
1339
|
}, zod.core.$strict>;
|
|
1142
|
-
export declare const
|
|
1143
|
-
export declare const
|
|
1144
|
-
export declare const
|
|
1340
|
+
export declare const messageThreadsGetMessageThreadWorkspacesWorkspaceIdMessagethreadsIdResponseIdRegExp: RegExp;
|
|
1341
|
+
export declare const messageThreadsGetMessageThreadWorkspacesWorkspaceIdMessagethreadsIdResponseWorkSpaceIdRegExp: RegExp;
|
|
1342
|
+
export declare const messageThreadsGetMessageThreadWorkspacesWorkspaceIdMessagethreadsIdResponse: zod.ZodObject<{
|
|
1145
1343
|
createdAt: zod.ZodISODateTime;
|
|
1146
1344
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1147
1345
|
createdByUserId: zod.ZodString;
|
|
@@ -1158,37 +1356,37 @@ export declare const getWorkspacesWorkspaceIdMessagethreadsIdResponse: zod.ZodOb
|
|
|
1158
1356
|
/**
|
|
1159
1357
|
* @summary Retrieves messages from a specific message thread along with the profile images of the users who created the messages.
|
|
1160
1358
|
*/
|
|
1161
|
-
export declare const
|
|
1162
|
-
export declare const
|
|
1359
|
+
export declare const messageThreadsThreadMessageCreateByUsersProfileImagesWorkspacesWorkspaceIdMessagethreadsIdMessagecreateduserprofileimagesPathIdRegExp: RegExp;
|
|
1360
|
+
export declare const messageThreadsThreadMessageCreateByUsersProfileImagesWorkspacesWorkspaceIdMessagethreadsIdMessagecreateduserprofileimagesParams: zod.ZodObject<{
|
|
1163
1361
|
id: zod.ZodString;
|
|
1164
1362
|
workspaceId: zod.ZodString;
|
|
1165
1363
|
}, zod.core.$strict>;
|
|
1166
|
-
export declare const
|
|
1364
|
+
export declare const messageThreadsThreadMessageCreateByUsersProfileImagesWorkspacesWorkspaceIdMessagethreadsIdMessagecreateduserprofileimagesResponseItem: zod.ZodObject<{
|
|
1167
1365
|
base64StringImage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1168
1366
|
userId: zod.ZodString;
|
|
1169
1367
|
}, zod.core.$strip>;
|
|
1170
|
-
export declare const
|
|
1368
|
+
export declare const messageThreadsThreadMessageCreateByUsersProfileImagesWorkspacesWorkspaceIdMessagethreadsIdMessagecreateduserprofileimagesResponse: zod.ZodArray<zod.ZodObject<{
|
|
1171
1369
|
base64StringImage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1172
1370
|
userId: zod.ZodString;
|
|
1173
1371
|
}, zod.core.$strip>>;
|
|
1174
1372
|
/**
|
|
1175
1373
|
* @summary Access messages within a specific message thread in SmartSpace, using the thread's ID, along with pagination options take and skip.
|
|
1176
1374
|
*/
|
|
1177
|
-
export declare const
|
|
1178
|
-
export declare const
|
|
1375
|
+
export declare const messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesPathIdRegExp: RegExp;
|
|
1376
|
+
export declare const messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesParams: zod.ZodObject<{
|
|
1179
1377
|
id: zod.ZodString;
|
|
1180
1378
|
workspaceId: zod.ZodString;
|
|
1181
1379
|
}, zod.core.$strict>;
|
|
1182
|
-
export declare const
|
|
1183
|
-
export declare const
|
|
1184
|
-
export declare const
|
|
1380
|
+
export declare const messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesQueryTakeDefault = 50;
|
|
1381
|
+
export declare const messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesQuerySkipDefault = 0;
|
|
1382
|
+
export declare const messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesQueryParams: zod.ZodObject<{
|
|
1185
1383
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1186
1384
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1187
1385
|
}, zod.core.$strict>;
|
|
1188
|
-
export declare const
|
|
1189
|
-
export declare const
|
|
1190
|
-
export declare const
|
|
1191
|
-
export declare const
|
|
1386
|
+
export declare const messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesResponseDataItemIdRegExp: RegExp;
|
|
1387
|
+
export declare const messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesResponseDataItemMessageThreadIdRegExp: RegExp;
|
|
1388
|
+
export declare const messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesResponseDataItemValuesItemIdRegExp: RegExp;
|
|
1389
|
+
export declare const messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesResponse: zod.ZodObject<{
|
|
1192
1390
|
data: zod.ZodArray<zod.ZodObject<{
|
|
1193
1391
|
createdAt: zod.ZodISODateTime;
|
|
1194
1392
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -1218,3 +1416,15 @@ export declare const getWorkspacesWorkspaceIdMessagethreadsIdMessagesResponse: z
|
|
|
1218
1416
|
}, zod.core.$strip>>;
|
|
1219
1417
|
total: zod.ZodNumber;
|
|
1220
1418
|
}, zod.core.$strip>;
|
|
1419
|
+
/**
|
|
1420
|
+
* @summary SSE stream of all messages on a thread. First frame is the thread
|
|
1421
|
+
snapshot (current messages with in-flight Redis state already
|
|
1422
|
+
overlaid by `GetMessagesByThreadIdAsync`); subsequent frames
|
|
1423
|
+
are per-message chunk updates as they arrive. Cumulative deltas
|
|
1424
|
+
mean reconnect is just "re-open" — no cursor handshake.
|
|
1425
|
+
*/
|
|
1426
|
+
export declare const messageThreadsStreamThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesStreamPathIdRegExp: RegExp;
|
|
1427
|
+
export declare const messageThreadsStreamThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesStreamParams: zod.ZodObject<{
|
|
1428
|
+
id: zod.ZodString;
|
|
1429
|
+
workspaceId: zod.ZodString;
|
|
1430
|
+
}, zod.core.$strict>;
|