@smartspace/api-client 0.1.0-dev.bdaf06f → 0.1.0-dev.c698ba5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/chat/api.d.ts +18 -12
- package/dist/generated/chat/api.js +56 -9
- package/dist/generated/chat/models/aiIModelProperty.d.ts +11 -0
- package/dist/generated/chat/models/aiModel.d.ts +24 -0
- package/dist/generated/chat/models/aiModelDeployment.d.ts +44 -0
- package/dist/generated/chat/models/aiModelDeploymentStep.d.ts +19 -0
- package/dist/generated/chat/models/{modelModelSummary.d.ts → aiModelSummary.d.ts} +5 -3
- 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/index.d.ts +25 -19
- package/dist/generated/chat/models/index.js +25 -19
- package/dist/generated/chat/models/messagesCreateMessageInput.d.ts +15 -0
- package/dist/generated/chat/models/{messageCreateMessageInputChannels.d.ts → messagesCreateMessageInputChannels.d.ts} +1 -1
- package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowErrorData.d.ts → messagesCreateMessageInputValue.d.ts} +1 -1
- package/dist/generated/chat/models/{messageMessage.d.ts → messagesMessage.d.ts} +5 -5
- package/dist/generated/chat/models/{messageMessageCreatorProfileImage.d.ts → messagesMessageCreatorProfileImage.d.ts} +1 -1
- package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowError.d.ts → messagesMessageError.d.ts} +3 -3
- package/dist/generated/chat/models/{messageMessageValueValue.d.ts → messagesMessageErrorData.d.ts} +1 -1
- package/dist/generated/chat/models/{messageMessageRequest.d.ts → messagesMessageRequest.d.ts} +5 -5
- package/dist/generated/chat/models/{messageMessageRequestVariables.d.ts → messagesMessageRequestVariables.d.ts} +1 -1
- package/dist/generated/chat/models/{messageMessageValue.d.ts → messagesMessageValue.d.ts} +5 -5
- package/dist/generated/chat/models/{messageMessageValueChannels.d.ts → messagesMessageValueChannels.d.ts} +1 -1
- package/dist/generated/chat/models/{messageCreateMessageInputValue.d.ts → messagesMessageValueValue.d.ts} +1 -1
- package/dist/generated/chat/models/messagesMessageValueValue.js +8 -0
- package/dist/generated/chat/models/modelModel.d.ts +2 -0
- 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/pagedDataCollectionWorkSpacesWorkSpace.d.ts +11 -0
- package/dist/generated/chat/models/workSpacesGetAccessParams.d.ts +0 -9
- package/dist/generated/chat/models/workSpacesGetGetParams.d.ts +0 -12
- package/dist/generated/chat/models/workSpacesThreadParams.d.ts +0 -9
- package/dist/generated/chat/models/{workSpace.d.ts → workSpacesWorkSpace.d.ts} +5 -7
- package/dist/generated/chat/models/{workSpaceInputs.d.ts → workSpacesWorkSpaceInputs.d.ts} +1 -1
- package/dist/generated/chat/models/{workSpaceVariables.d.ts → workSpacesWorkSpaceVariables.d.ts} +1 -1
- package/dist/generated/chat/zod.d.ts +182 -7
- package/dist/generated/chat/zod.js +137 -24
- package/dist/generated/config/api.d.ts +100 -22
- package/dist/generated/config/api.js +303 -36
- 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/{blockInfo.d.ts → blocksBlockInfo.d.ts} +3 -3
- package/dist/generated/config/models/blocksBlockInterface.d.ts +17 -0
- package/dist/generated/config/models/{outputPinInterfaceMetadata.d.ts → blocksBlockInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/blocksBlockInterfacePorts.d.ts +10 -0
- package/dist/generated/config/models/blocksBlockInterfaceState.d.ts +10 -0
- package/dist/generated/config/models/{blockBlockSet.d.ts → blocksBlockSet.d.ts} +3 -3
- package/dist/generated/config/models/blocksBlockSetBlockInterfaces.d.ts +12 -0
- package/dist/generated/config/models/{blockBlockSetBlockInterfaces.d.ts → blocksGetBlocks200One.d.ts} +3 -3
- package/dist/generated/config/models/blocksGetBlocks200Three.d.ts +12 -0
- package/dist/generated/config/models/blocksGetBlocks200Two.d.ts +12 -0
- package/dist/generated/config/models/blocksInputPinInterface.d.ts +23 -0
- package/dist/generated/config/models/{messageCreateMessageInputValue.d.ts → blocksInputPinInterfaceDefault.d.ts} +1 -1
- package/dist/generated/config/models/{outputPinInterfaceGenerics.d.ts → blocksInputPinInterfaceGenerics.d.ts} +1 -1
- package/dist/generated/config/models/blocksInputPinInterfaceMetadata.d.ts +9 -0
- package/dist/generated/config/models/{inputPinInterfaceSchema.d.ts → blocksInputPinInterfaceSchema.d.ts} +1 -1
- package/dist/generated/config/models/blocksOutputPinInterface.d.ts +19 -0
- package/dist/generated/config/models/{inputPinInterfaceGenerics.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/{inputPinInterfaceMetadata.d.ts → blocksPortInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/blocksPortInterfaceOutputs.d.ts +10 -0
- package/dist/generated/config/models/blocksStateInterface.d.ts +15 -0
- package/dist/generated/config/models/{messageMessageValueValue.d.ts → blocksStateInterfaceDefault.d.ts} +1 -1
- package/dist/generated/config/models/{blockInterfaceMetadata.d.ts → blocksStateInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/createModel.d.ts +2 -0
- 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/{portInterfaceMetadata.d.ts → flowRunsAddFileIdFilesBody.d.ts} +2 -2
- package/dist/generated/config/models/flowRunsCreateFlowRunParams.d.ts +13 -0
- package/dist/generated/config/models/index.d.ts +61 -47
- package/dist/generated/config/models/index.js +61 -47
- package/dist/generated/config/models/messagesCreateMessageInput.d.ts +15 -0
- package/dist/generated/config/models/messagesCreateMessageInput.js +2 -0
- package/dist/generated/config/models/{messageCreateMessageInputChannels.d.ts → messagesCreateMessageInputChannels.d.ts} +1 -1
- package/dist/generated/config/models/messagesCreateMessageInputValue.d.ts +10 -0
- package/dist/generated/config/models/{messageMessage.d.ts → messagesMessage.d.ts} +5 -5
- package/dist/generated/config/models/messagesMessage.js +2 -0
- package/dist/generated/config/models/{messageMessageCreatorProfileImage.d.ts → messagesMessageCreatorProfileImage.d.ts} +1 -1
- package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.d.ts → messagesMessageError.d.ts} +3 -3
- package/dist/generated/config/models/messagesMessageError.js +2 -0
- package/dist/generated/config/models/{stateInterfaceDefault.d.ts → messagesMessageErrorData.d.ts} +1 -1
- package/dist/generated/config/models/{messageMessageValue.d.ts → messagesMessageValue.d.ts} +5 -5
- package/dist/generated/config/models/messagesMessageValue.js +2 -0
- package/dist/generated/config/models/{messageMessageValueChannels.d.ts → messagesMessageValueChannels.d.ts} +1 -1
- package/dist/generated/config/models/{inputPinInterfaceDefault.d.ts → messagesMessageValueValue.d.ts} +1 -1
- package/dist/generated/config/models/messagesSandBoxMessageRequest.d.ts +13 -0
- package/dist/generated/config/models/messagesSandBoxMessageRequest.js +2 -0
- package/dist/generated/config/models/messagesSandBoxMessageRequestVariables.d.ts +12 -0
- package/dist/generated/config/models/modelModel.d.ts +2 -0
- package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesParams.d.ts → modelProvidersGetProvidersParams.d.ts} +3 -3
- package/dist/generated/config/models/modelsGetDefaultDockerFileParams.d.ts +10 -0
- package/dist/generated/config/models/modelsGetDefaultDockerFileParams.js +2 -0
- package/dist/generated/config/models/notificationNotification.d.ts +2 -0
- package/dist/generated/config/models/{pagedDataCollectionWorkSpace.d.ts → pagedDataCollectionAiModelSummary.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionAiModelSummary.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.js +2 -0
- package/dist/generated/config/models/{sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesParams.d.ts → sandBoxGetThreadMessagesParams.d.ts} +1 -1
- package/dist/generated/config/models/{stateInterfaceMetadata.d.ts → usersAdminPermissionParams.d.ts} +2 -2
- package/dist/generated/config/models/usersAdminPermissionParams.js +8 -0
- package/dist/generated/config/models/{createWorkSpace.d.ts → workSpacesCreateWorkSpace.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesCreateWorkSpace.js +2 -0
- package/dist/generated/config/models/workSpacesGetGetParams.d.ts +0 -9
- package/dist/generated/config/models/workSpacesGetThreadsParams.d.ts +0 -9
- package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.d.ts +10 -0
- package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.js +8 -0
- package/dist/generated/config/models/{workSpaceBasicInfo.d.ts → workSpacesUpdateWorkSpaceBasicInfo.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesUpdateWorkSpaceBasicInfo.js +8 -0
- package/dist/generated/config/models/{workSpace.d.ts → workSpacesWorkSpace.d.ts} +5 -7
- package/dist/generated/config/models/workSpacesWorkSpace.js +2 -0
- package/dist/generated/config/models/{workSpaceInputs.d.ts → workSpacesWorkSpaceInputs.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesWorkSpaceInputs.js +2 -0
- package/dist/generated/config/models/{workSpaceUser.d.ts → workSpacesWorkSpaceUser.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesWorkSpaceUser.js +8 -0
- package/dist/generated/config/models/{workSpaceVariables.d.ts → workSpacesWorkSpaceVariables.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesWorkSpaceVariables.js +2 -0
- package/dist/generated/config/models/workSpacesWorkspaceFilesBody.d.ts +9 -0
- package/dist/generated/config/models/workSpacesWorkspaceFilesBody.js +8 -0
- package/dist/generated/config/zod.d.ts +679 -348
- package/dist/generated/config/zod.js +504 -271
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.d.ts +24 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.js +5 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.d.ts +27 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.js +5 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +71 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.js +2 -0
- package/dist/generated/signalr/TypedSignalR.Client/index.d.ts +21 -0
- package/dist/generated/signalr/TypedSignalR.Client/index.js +114 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/signalr.d.ts +4 -0
- package/dist/signalr.js +18 -0
- package/package.json +6 -2
- package/dist/generated/chat/models/messageCreateMessageInput.d.ts +0 -15
- package/dist/generated/chat/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
- package/dist/generated/chat/models/pagedDataCollectionWorkSpace.d.ts +0 -11
- package/dist/generated/config/models/blockInterface.d.ts +0 -17
- package/dist/generated/config/models/blockInterfacePorts.d.ts +0 -10
- package/dist/generated/config/models/blockInterfaceState.d.ts +0 -10
- package/dist/generated/config/models/inputPinInterface.d.ts +0 -23
- package/dist/generated/config/models/integrationsSmartSpaceAiFlowErrorData.d.ts +0 -10
- package/dist/generated/config/models/messageCreateMessageInput.d.ts +0 -15
- package/dist/generated/config/models/messageSandBoxMessageRequest.d.ts +0 -10
- package/dist/generated/config/models/outputPinInterface.d.ts +0 -19
- package/dist/generated/config/models/outputPinInterfaceSchema.d.ts +0 -9
- package/dist/generated/config/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
- package/dist/generated/config/models/portInterface.d.ts +0 -17
- package/dist/generated/config/models/portInterfaceInputs.d.ts +0 -10
- package/dist/generated/config/models/portInterfaceOutputs.d.ts +0 -10
- package/dist/generated/config/models/stateInterface.d.ts +0 -15
- package/dist/generated/config/models/workSpacesUpdatePromptResponseFlagParams.d.ts +0 -12
- package/dist/generated/config/models/workSpacesWorkspaceFilesWorkspaceIdFilesBody.d.ts +0 -10
- /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowError.js → aiIModelProperty.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInput.js → aiModel.js} +0 -0
- /package/dist/generated/chat/models/{messageMessage.js → aiModelDeployment.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageRequest.js → aiModelDeploymentStep.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValue.js → aiModelSummary.js} +0 -0
- /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowErrorData.js → fileUriResponse.js} +0 -0
- /package/dist/generated/chat/models/{modelModelSummary.js → messagesCreateMessageInput.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInputChannels.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInputValue.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionMessageMessage.js → messagesMessage.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageCreatorProfileImage.js → messagesMessageCreatorProfileImage.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionModelModelSummary.js → messagesMessageError.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageRequestVariables.js → messagesMessageErrorData.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionWorkSpace.js → messagesMessageRequest.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValueChannels.js → messagesMessageRequestVariables.js} +0 -0
- /package/dist/generated/chat/models/{workSpace.js → messagesMessageValue.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValueValue.js → messagesMessageValueChannels.js} +0 -0
- /package/dist/generated/chat/models/{workSpaceInputs.js → pagedDataCollectionAiModelSummary.js} +0 -0
- /package/dist/generated/chat/models/{workSpaceVariables.js → pagedDataCollectionMessagesMessage.js} +0 -0
- /package/dist/generated/{config/models/blockBlockSet.js → chat/models/pagedDataCollectionWorkSpacesWorkSpace.js} +0 -0
- /package/dist/generated/{config/models/blockBlockSetBlockInterfaces.js → chat/models/workSpacesWorkSpace.js} +0 -0
- /package/dist/generated/{config/models/blockInfo.js → chat/models/workSpacesWorkSpaceInputs.js} +0 -0
- /package/dist/generated/{config/models/blockInterface.js → chat/models/workSpacesWorkSpaceVariables.js} +0 -0
- /package/dist/generated/config/models/{blockInterfacePorts.js → aiIModelProperty.js} +0 -0
- /package/dist/generated/config/models/{blockInterfaceState.js → aiModel.js} +0 -0
- /package/dist/generated/config/models/{createWorkSpace.js → aiModelDeployment.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterface.js → aiModelDeploymentStep.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceGenerics.js → aiModelSummary.js} +0 -0
- /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.js → blocksBlockInfo.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInput.js → blocksBlockInterface.js} +0 -0
- /package/dist/generated/config/models/{blockInterfaceMetadata.js → blocksBlockInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{messageMessage.js → blocksBlockInterfacePorts.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValue.js → blocksBlockInterfaceState.js} +0 -0
- /package/dist/generated/config/models/{messageSandBoxMessageRequest.js → blocksBlockSet.js} +0 -0
- /package/dist/generated/config/models/{modelModelSummary.js → blocksBlockSetBlockInterfaces.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterface.js → blocksGetBlocks200One.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceGenerics.js → blocksGetBlocks200Three.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionModelModelSummary.js → blocksGetBlocks200Two.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionWorkSpace.js → blocksInputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceDefault.js → blocksInputPinInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{portInterface.js → blocksInputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceMetadata.js → blocksInputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceSchema.js → blocksInputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceInputs.js → blocksOutputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceOutputs.js → blocksOutputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowErrorData.js → blocksOutputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInputChannels.js → blocksOutputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{stateInterface.js → blocksPortInterface.js} +0 -0
- /package/dist/generated/config/models/{workSpace.js → blocksPortInterfaceInputs.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInputValue.js → blocksPortInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{workSpaceInputs.js → blocksPortInterfaceOutputs.js} +0 -0
- /package/dist/generated/config/models/{workSpaceVariables.js → blocksStateInterface.js} +0 -0
- /package/dist/generated/config/models/{messageMessageCreatorProfileImage.js → blocksStateInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValueChannels.js → blocksStateInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValueValue.js → fileUriResponse.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceMetadata.js → flowRunsAddFileIdFilesBody.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceSchema.js → flowRunsCreateFlowRunParams.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceMetadata.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/config/models/{sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesParams.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/config/models/{stateInterfaceDefault.js → messagesMessageCreatorProfileImage.js} +0 -0
- /package/dist/generated/config/models/{stateInterfaceMetadata.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
- /package/dist/generated/config/models/{workSpacesUpdatePromptResponseFlagParams.js → messagesSandBoxMessageRequestVariables.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesBody.js → modelProvidersGetProvidersParams.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesParams.js → sandBoxGetThreadMessagesParams.js} +0 -0
|
@@ -263,8 +263,8 @@ export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
|
|
|
263
263
|
fromOccurred: zod.ZodOptional<zod.ZodISODateTime>;
|
|
264
264
|
toOccurred: zod.ZodOptional<zod.ZodISODateTime>;
|
|
265
265
|
activityType: zod.ZodOptional<zod.ZodEnum<{
|
|
266
|
-
Read: "Read";
|
|
267
266
|
Deleted: "Deleted";
|
|
267
|
+
Read: "Read";
|
|
268
268
|
Created: "Created";
|
|
269
269
|
Updated: "Updated";
|
|
270
270
|
Chat: "Chat";
|
|
@@ -282,8 +282,8 @@ export declare const activityGetLoggingQueryParams: zod.ZodObject<{
|
|
|
282
282
|
fromOccurred: zod.ZodOptional<zod.ZodISODateTime>;
|
|
283
283
|
toOccurred: zod.ZodOptional<zod.ZodISODateTime>;
|
|
284
284
|
activityType: zod.ZodOptional<zod.ZodEnum<{
|
|
285
|
-
Read: "Read";
|
|
286
285
|
Deleted: "Deleted";
|
|
286
|
+
Read: "Read";
|
|
287
287
|
Created: "Created";
|
|
288
288
|
Updated: "Updated";
|
|
289
289
|
Chat: "Chat";
|
|
@@ -296,8 +296,8 @@ export declare const activityGetLoggingResponseDataItemWorkSpaceIdRegExp: RegExp
|
|
|
296
296
|
export declare const activityGetLoggingResponse: zod.ZodObject<{
|
|
297
297
|
data: zod.ZodArray<zod.ZodObject<{
|
|
298
298
|
activityType: zod.ZodOptional<zod.ZodEnum<{
|
|
299
|
-
Read: "Read";
|
|
300
299
|
Deleted: "Deleted";
|
|
300
|
+
Read: "Read";
|
|
301
301
|
Created: "Created";
|
|
302
302
|
Updated: "Updated";
|
|
303
303
|
Chat: "Chat";
|
|
@@ -327,7 +327,38 @@ export declare const activityGetLoggingResponse: zod.ZodObject<{
|
|
|
327
327
|
total: zod.ZodNumber;
|
|
328
328
|
}, zod.core.$strip>;
|
|
329
329
|
/**
|
|
330
|
-
* @summary
|
|
330
|
+
* @summary Gets the state of an update that was triggered by ApplyLatestAvailableVersion.
|
|
331
|
+
*/
|
|
332
|
+
export declare const applicationUpdateGetLatestDeploymentResponse: zod.ZodObject<{
|
|
333
|
+
name: zod.ZodString;
|
|
334
|
+
startTimeUtc: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
335
|
+
state: zod.ZodEnum<{
|
|
336
|
+
Unknown: "Unknown";
|
|
337
|
+
Failed: "Failed";
|
|
338
|
+
Deleted: "Deleted";
|
|
339
|
+
InProgress: "InProgress";
|
|
340
|
+
Succeeded: "Succeeded";
|
|
341
|
+
}>;
|
|
342
|
+
versionNumber: zod.ZodString;
|
|
343
|
+
}, zod.core.$strip>;
|
|
344
|
+
/**
|
|
345
|
+
* @summary Returns the current version of the application.
|
|
346
|
+
*/
|
|
347
|
+
export declare const applicationUpdateGetCurrentVersionResponse: zod.ZodObject<{
|
|
348
|
+
description: zod.ZodString;
|
|
349
|
+
versionNumber: zod.ZodString;
|
|
350
|
+
}, zod.core.$strip>;
|
|
351
|
+
/**
|
|
352
|
+
* @summary Not necessarily the latest version, but the latest version that is available for the application at its current version.
|
|
353
|
+
For instance, if app is currently on version 1.0, it might need to first be updated to 1.1 before it can be updated to 1.2.
|
|
354
|
+
Returns 204 if no new version available.
|
|
355
|
+
*/
|
|
356
|
+
export declare const applicationUpdateGetLatestAvailableVersionResponse: zod.ZodObject<{
|
|
357
|
+
description: zod.ZodString;
|
|
358
|
+
versionNumber: zod.ZodString;
|
|
359
|
+
}, zod.core.$strip>;
|
|
360
|
+
/**
|
|
361
|
+
* @summary Get a list of all block sets visible to the current principal.
|
|
331
362
|
*/
|
|
332
363
|
export declare const blockSetsGetBlockSetsQueryParams: zod.ZodObject<{
|
|
333
364
|
types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
@@ -493,77 +524,7 @@ export declare const blocksGetBlocksQueryParams: zod.ZodObject<{
|
|
|
493
524
|
types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
494
525
|
}, zod.core.$strict>;
|
|
495
526
|
export declare const blocksGetBlocksResponseBlockSetIdRegExp: RegExp;
|
|
496
|
-
export declare const
|
|
497
|
-
blockSetId: zod.ZodString;
|
|
498
|
-
connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
499
|
-
createdAt: zod.ZodISODateTime;
|
|
500
|
-
interface: zod.ZodObject<{
|
|
501
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
502
|
-
ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
503
|
-
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
504
|
-
channel: zod.ZodBoolean;
|
|
505
|
-
default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
506
|
-
generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
507
|
-
pin: zod.ZodString;
|
|
508
|
-
port: zod.ZodString;
|
|
509
|
-
}, zod.core.$strip>>;
|
|
510
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
511
|
-
required: zod.ZodBoolean;
|
|
512
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
513
|
-
sticky: zod.ZodBoolean;
|
|
514
|
-
type: zod.ZodEnum<{
|
|
515
|
-
Single: "Single";
|
|
516
|
-
List: "List";
|
|
517
|
-
Dictionary: "Dictionary";
|
|
518
|
-
}>;
|
|
519
|
-
virtual: zod.ZodBoolean;
|
|
520
|
-
}, zod.core.$strip>>;
|
|
521
|
-
isFunction: zod.ZodBoolean;
|
|
522
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
523
|
-
outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
524
|
-
channel: zod.ZodBoolean;
|
|
525
|
-
channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
526
|
-
generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
527
|
-
pin: zod.ZodString;
|
|
528
|
-
port: zod.ZodString;
|
|
529
|
-
}, zod.core.$strip>>;
|
|
530
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
531
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
532
|
-
type: zod.ZodEnum<{
|
|
533
|
-
Single: "Single";
|
|
534
|
-
List: "List";
|
|
535
|
-
Dictionary: "Dictionary";
|
|
536
|
-
}>;
|
|
537
|
-
}, zod.core.$strip>>;
|
|
538
|
-
type: zod.ZodEnum<{
|
|
539
|
-
Single: "Single";
|
|
540
|
-
List: "List";
|
|
541
|
-
Dictionary: "Dictionary";
|
|
542
|
-
}>;
|
|
543
|
-
}, zod.core.$strip>>;
|
|
544
|
-
scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
|
|
545
|
-
WorkSpace: "WorkSpace";
|
|
546
|
-
DataSet: "DataSet";
|
|
547
|
-
}>>>>;
|
|
548
|
-
state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
549
|
-
default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
550
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
551
|
-
scope: zod.ZodArray<zod.ZodObject<{
|
|
552
|
-
pin: zod.ZodString;
|
|
553
|
-
port: zod.ZodString;
|
|
554
|
-
}, zod.core.$strip>>;
|
|
555
|
-
}, zod.core.$strip>>;
|
|
556
|
-
}, zod.core.$strip>;
|
|
557
|
-
name: zod.ZodString;
|
|
558
|
-
sourceCodeUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
559
|
-
type: zod.ZodEnum<{
|
|
560
|
-
Native: "Native";
|
|
561
|
-
Custom: "Custom";
|
|
562
|
-
Debug: "Debug";
|
|
563
|
-
}>;
|
|
564
|
-
version: zod.ZodString;
|
|
565
|
-
}, zod.core.$strip>;
|
|
566
|
-
export declare const blocksGetBlocksResponse: zod.ZodArray<zod.ZodObject<{
|
|
527
|
+
export declare const blocksGetBlocksResponse: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
567
528
|
blockSetId: zod.ZodString;
|
|
568
529
|
connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
569
530
|
createdAt: zod.ZodISODateTime;
|
|
@@ -632,7 +593,7 @@ export declare const blocksGetBlocksResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
632
593
|
Debug: "Debug";
|
|
633
594
|
}>;
|
|
634
595
|
version: zod.ZodString;
|
|
635
|
-
}, zod.core.$strip
|
|
596
|
+
}, zod.core.$strip>>>;
|
|
636
597
|
/**
|
|
637
598
|
* @summary Manually trigger reingestion of a specific container item.
|
|
638
599
|
*/
|
|
@@ -1220,6 +1181,26 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
|
|
|
1220
1181
|
export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
|
|
1221
1182
|
credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
|
|
1222
1183
|
}, zod.core.$strict>;
|
|
1184
|
+
export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
|
|
1185
|
+
export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
|
|
1186
|
+
id: zod.ZodString;
|
|
1187
|
+
}, zod.core.$strict>;
|
|
1188
|
+
export declare const dataSourcesGetAdminUsersResponseItem: zod.ZodString;
|
|
1189
|
+
export declare const dataSourcesGetAdminUsersResponse: zod.ZodArray<zod.ZodString>;
|
|
1190
|
+
export declare const dataSourcesDeleteAdminPathIdRegExp: RegExp;
|
|
1191
|
+
export declare const dataSourcesDeleteAdminParams: zod.ZodObject<{
|
|
1192
|
+
id: zod.ZodString;
|
|
1193
|
+
userId: zod.ZodString;
|
|
1194
|
+
}, zod.core.$strict>;
|
|
1195
|
+
export declare const dataSourcesDeleteAdminResponseItem: zod.ZodString;
|
|
1196
|
+
export declare const dataSourcesDeleteAdminResponse: zod.ZodArray<zod.ZodString>;
|
|
1197
|
+
export declare const dataSourcesAddAdminPathIdRegExp: RegExp;
|
|
1198
|
+
export declare const dataSourcesAddAdminParams: zod.ZodObject<{
|
|
1199
|
+
id: zod.ZodString;
|
|
1200
|
+
userId: zod.ZodString;
|
|
1201
|
+
}, zod.core.$strict>;
|
|
1202
|
+
export declare const dataSourcesAddAdminResponseItem: zod.ZodString;
|
|
1203
|
+
export declare const dataSourcesAddAdminResponse: zod.ZodArray<zod.ZodString>;
|
|
1223
1204
|
/**
|
|
1224
1205
|
* @summary Retrieve a list of all data spaces in SmartSpace, with options for pagination to manage large sets of data spaces.
|
|
1225
1206
|
*/
|
|
@@ -1502,6 +1483,26 @@ export declare const dataSpacesPutBody: zod.ZodObject<{
|
|
|
1502
1483
|
id: zod.ZodString;
|
|
1503
1484
|
name: zod.ZodString;
|
|
1504
1485
|
}, zod.core.$strict>;
|
|
1486
|
+
export declare const dataSpacesGetAdminUsersPathIdRegExp: RegExp;
|
|
1487
|
+
export declare const dataSpacesGetAdminUsersParams: zod.ZodObject<{
|
|
1488
|
+
id: zod.ZodString;
|
|
1489
|
+
}, zod.core.$strict>;
|
|
1490
|
+
export declare const dataSpacesGetAdminUsersResponseItem: zod.ZodString;
|
|
1491
|
+
export declare const dataSpacesGetAdminUsersResponse: zod.ZodArray<zod.ZodString>;
|
|
1492
|
+
export declare const dataSpacesDeleteAdminPathIdRegExp: RegExp;
|
|
1493
|
+
export declare const dataSpacesDeleteAdminParams: zod.ZodObject<{
|
|
1494
|
+
id: zod.ZodString;
|
|
1495
|
+
userId: zod.ZodString;
|
|
1496
|
+
}, zod.core.$strict>;
|
|
1497
|
+
export declare const dataSpacesDeleteAdminResponseItem: zod.ZodString;
|
|
1498
|
+
export declare const dataSpacesDeleteAdminResponse: zod.ZodArray<zod.ZodString>;
|
|
1499
|
+
export declare const dataSpacesAddAdminPathIdRegExp: RegExp;
|
|
1500
|
+
export declare const dataSpacesAddAdminParams: zod.ZodObject<{
|
|
1501
|
+
id: zod.ZodString;
|
|
1502
|
+
userId: zod.ZodString;
|
|
1503
|
+
}, zod.core.$strict>;
|
|
1504
|
+
export declare const dataSpacesAddAdminResponseItem: zod.ZodString;
|
|
1505
|
+
export declare const dataSpacesAddAdminResponse: zod.ZodArray<zod.ZodString>;
|
|
1505
1506
|
/**
|
|
1506
1507
|
* @summary Retrieve a list of all data sets in SmartSpace, with options for pagination to manage large sets of data sets.
|
|
1507
1508
|
*/
|
|
@@ -1732,7 +1733,24 @@ export declare const filesGetUriQueryParams: zod.ZodObject<{
|
|
|
1732
1733
|
threadId: zod.ZodOptional<zod.ZodString>;
|
|
1733
1734
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
1734
1735
|
}, zod.core.$strict>;
|
|
1735
|
-
export declare const filesGetUriResponse: zod.
|
|
1736
|
+
export declare const filesGetUriResponse: zod.ZodObject<{
|
|
1737
|
+
uri: zod.ZodString;
|
|
1738
|
+
}, zod.core.$strip>;
|
|
1739
|
+
/**
|
|
1740
|
+
* @summary Creates a new flow run with the specified parameters
|
|
1741
|
+
*/
|
|
1742
|
+
export declare const flowRunsCreateFlowRunQueryFlowIdRegExp: RegExp;
|
|
1743
|
+
export declare const flowRunsCreateFlowRunQueryParams: zod.ZodObject<{
|
|
1744
|
+
flowId: zod.ZodOptional<zod.ZodString>;
|
|
1745
|
+
}, zod.core.$strict>;
|
|
1746
|
+
export declare const flowRunsCreateFlowRunBody: zod.ZodObject<{
|
|
1747
|
+
debug: zod.ZodBoolean;
|
|
1748
|
+
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
1749
|
+
channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
|
|
1750
|
+
name: zod.ZodString;
|
|
1751
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
1752
|
+
}, zod.core.$strict>>>>;
|
|
1753
|
+
}, zod.core.$strict>;
|
|
1736
1754
|
/**
|
|
1737
1755
|
* @summary Searches for flow runs based on search term
|
|
1738
1756
|
*/
|
|
@@ -1766,6 +1784,29 @@ export declare const flowRunsGetFileFromFlowRunIdResponse: zod.ZodObject<{
|
|
|
1766
1784
|
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1767
1785
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1768
1786
|
}, zod.core.$strip>;
|
|
1787
|
+
/**
|
|
1788
|
+
* @summary Gets a flow run including its context
|
|
1789
|
+
*/
|
|
1790
|
+
export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
|
|
1791
|
+
export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
|
|
1792
|
+
id: zod.ZodString;
|
|
1793
|
+
}, zod.core.$strict>;
|
|
1794
|
+
export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
|
|
1795
|
+
export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
|
|
1796
|
+
id: zod.ZodString;
|
|
1797
|
+
}, zod.core.$strict>;
|
|
1798
|
+
export declare const flowRunsAddFileIdFilesBody: zod.ZodObject<{
|
|
1799
|
+
file: zod.ZodOptional<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>;
|
|
1800
|
+
}, zod.core.$strict>;
|
|
1801
|
+
export declare const flowRunsAddFileIdFilesExistingPathIdRegExp: RegExp;
|
|
1802
|
+
export declare const flowRunsAddFileIdFilesExistingParams: zod.ZodObject<{
|
|
1803
|
+
id: zod.ZodString;
|
|
1804
|
+
}, zod.core.$strict>;
|
|
1805
|
+
export declare const flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp: RegExp;
|
|
1806
|
+
export declare const flowRunsAddFileIdFilesExistingBody: zod.ZodObject<{
|
|
1807
|
+
blobUri: zod.ZodString;
|
|
1808
|
+
flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1809
|
+
}, zod.core.$strict>;
|
|
1769
1810
|
export declare const flowRunsGetStepExecutionsPathIdRegExp: RegExp;
|
|
1770
1811
|
export declare const flowRunsGetStepExecutionsParams: zod.ZodObject<{
|
|
1771
1812
|
id: zod.ZodString;
|
|
@@ -1896,6 +1937,84 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
|
|
|
1896
1937
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
1897
1938
|
}, zod.core.$strict>>>>;
|
|
1898
1939
|
}, zod.core.$strict>;
|
|
1940
|
+
/**
|
|
1941
|
+
* @summary Retrieves a list of model deployment providers.
|
|
1942
|
+
*/
|
|
1943
|
+
export declare const modelProvidersGetProvidersQueryTakeDefault = 50;
|
|
1944
|
+
export declare const modelProvidersGetProvidersQuerySkipDefault = 0;
|
|
1945
|
+
export declare const modelProvidersGetProvidersQueryParams: zod.ZodObject<{
|
|
1946
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
1947
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
1948
|
+
}, zod.core.$strict>;
|
|
1949
|
+
/**
|
|
1950
|
+
* @summary Creates a new model deployment provider.
|
|
1951
|
+
*/
|
|
1952
|
+
export declare const modelProvidersCreateProviderBodyIdRegExp: RegExp;
|
|
1953
|
+
export declare const modelProvidersCreateProviderBody: zod.ZodObject<{
|
|
1954
|
+
apiKey: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1955
|
+
apiVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1956
|
+
baseUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1957
|
+
googleCredentials: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
|
|
1958
|
+
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1959
|
+
location: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1960
|
+
name: zod.ZodString;
|
|
1961
|
+
type: zod.ZodEnum<{
|
|
1962
|
+
OpenAi: "OpenAi";
|
|
1963
|
+
AzureOpenAi: "AzureOpenAi";
|
|
1964
|
+
HuggingFace: "HuggingFace";
|
|
1965
|
+
Cohere: "Cohere";
|
|
1966
|
+
Anthropic: "Anthropic";
|
|
1967
|
+
Gemini: "Gemini";
|
|
1968
|
+
VertexAi: "VertexAi";
|
|
1969
|
+
AzureFoundry: "AzureFoundry";
|
|
1970
|
+
}>;
|
|
1971
|
+
}, zod.core.$strict>;
|
|
1972
|
+
/**
|
|
1973
|
+
* @summary Retrieves the deployable models for a model provider
|
|
1974
|
+
*/
|
|
1975
|
+
export declare const modelProvidersGetModelProviderTypeDeployableModelsParams: zod.ZodObject<{
|
|
1976
|
+
providerType: zod.ZodEnum<{
|
|
1977
|
+
OpenAi: "OpenAi";
|
|
1978
|
+
AzureOpenAi: "AzureOpenAi";
|
|
1979
|
+
HuggingFace: "HuggingFace";
|
|
1980
|
+
Cohere: "Cohere";
|
|
1981
|
+
Anthropic: "Anthropic";
|
|
1982
|
+
Gemini: "Gemini";
|
|
1983
|
+
VertexAi: "VertexAi";
|
|
1984
|
+
AzureFoundry: "AzureFoundry";
|
|
1985
|
+
}>;
|
|
1986
|
+
}, zod.core.$strict>;
|
|
1987
|
+
export declare const modelProvidersGetProviderPathIdRegExp: RegExp;
|
|
1988
|
+
export declare const modelProvidersGetProviderParams: zod.ZodObject<{
|
|
1989
|
+
id: zod.ZodString;
|
|
1990
|
+
}, zod.core.$strict>;
|
|
1991
|
+
/**
|
|
1992
|
+
* @summary Updates or inserts a model deployment provider.
|
|
1993
|
+
*/
|
|
1994
|
+
export declare const modelProvidersUpsertProviderPathIdRegExp: RegExp;
|
|
1995
|
+
export declare const modelProvidersUpsertProviderParams: zod.ZodObject<{
|
|
1996
|
+
id: zod.ZodString;
|
|
1997
|
+
}, zod.core.$strict>;
|
|
1998
|
+
export declare const modelProvidersUpsertProviderBodyIdRegExp: RegExp;
|
|
1999
|
+
export declare const modelProvidersUpsertProviderBody: zod.ZodObject<{
|
|
2000
|
+
apiKey: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2001
|
+
apiVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2002
|
+
baseUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2003
|
+
googleCredentials: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
|
|
2004
|
+
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2005
|
+
location: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2006
|
+
name: zod.ZodString;
|
|
2007
|
+
type: zod.ZodEnum<{
|
|
2008
|
+
OpenAi: "OpenAi";
|
|
2009
|
+
AzureOpenAi: "AzureOpenAi";
|
|
2010
|
+
HuggingFace: "HuggingFace";
|
|
2011
|
+
Cohere: "Cohere";
|
|
2012
|
+
Anthropic: "Anthropic";
|
|
2013
|
+
Gemini: "Gemini";
|
|
2014
|
+
VertexAi: "VertexAi";
|
|
2015
|
+
AzureFoundry: "AzureFoundry";
|
|
2016
|
+
}>;
|
|
2017
|
+
}, zod.core.$strict>;
|
|
1899
2018
|
/**
|
|
1900
2019
|
* @summary Retrieves a list of models.
|
|
1901
2020
|
*/
|
|
@@ -1931,6 +2050,21 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
|
|
|
1931
2050
|
VertexAi: "VertexAi";
|
|
1932
2051
|
AzureFoundry: "AzureFoundry";
|
|
1933
2052
|
}>>;
|
|
2053
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2054
|
+
OpenAi: "OpenAi";
|
|
2055
|
+
HuggingFace: "HuggingFace";
|
|
2056
|
+
Cohere: "Cohere";
|
|
2057
|
+
Anthropic: "Anthropic";
|
|
2058
|
+
Google: "Google";
|
|
2059
|
+
Meta: "Meta";
|
|
2060
|
+
Mistral: "Mistral";
|
|
2061
|
+
Microsoft: "Microsoft";
|
|
2062
|
+
DeepSeek: "DeepSeek";
|
|
2063
|
+
XAi: "XAi";
|
|
2064
|
+
Amazon: "Amazon";
|
|
2065
|
+
Qwen: "Qwen";
|
|
2066
|
+
Other: "Other";
|
|
2067
|
+
}>>;
|
|
1934
2068
|
name: zod.ZodString;
|
|
1935
2069
|
properties: zod.ZodArray<zod.ZodObject<{
|
|
1936
2070
|
name: zod.ZodString;
|
|
@@ -1978,7 +2112,29 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
|
|
|
1978
2112
|
}, zod.core.$strict>>;
|
|
1979
2113
|
displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1980
2114
|
name: zod.ZodString;
|
|
2115
|
+
publisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2116
|
+
OpenAi: "OpenAi";
|
|
2117
|
+
HuggingFace: "HuggingFace";
|
|
2118
|
+
Cohere: "Cohere";
|
|
2119
|
+
Anthropic: "Anthropic";
|
|
2120
|
+
Google: "Google";
|
|
2121
|
+
Meta: "Meta";
|
|
2122
|
+
Mistral: "Mistral";
|
|
2123
|
+
Microsoft: "Microsoft";
|
|
2124
|
+
DeepSeek: "DeepSeek";
|
|
2125
|
+
XAi: "XAi";
|
|
2126
|
+
Amazon: "Amazon";
|
|
2127
|
+
Qwen: "Qwen";
|
|
2128
|
+
Other: "Other";
|
|
2129
|
+
}>>;
|
|
2130
|
+
}, zod.core.$strict>;
|
|
2131
|
+
export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
|
|
2132
|
+
serverType: zod.ZodOptional<zod.ZodEnum<{
|
|
2133
|
+
TextGenerationInference: "TextGenerationInference";
|
|
2134
|
+
VLlm: "VLlm";
|
|
2135
|
+
}>>;
|
|
1981
2136
|
}, zod.core.$strict>;
|
|
2137
|
+
export declare const modelsGetDefaultDockerFileResponse: zod.ZodString;
|
|
1982
2138
|
/**
|
|
1983
2139
|
* @summary Deletes a model with the specified ID.
|
|
1984
2140
|
*/
|
|
@@ -2054,6 +2210,21 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
|
|
|
2054
2210
|
VertexAi: "VertexAi";
|
|
2055
2211
|
AzureFoundry: "AzureFoundry";
|
|
2056
2212
|
}>>;
|
|
2213
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2214
|
+
OpenAi: "OpenAi";
|
|
2215
|
+
HuggingFace: "HuggingFace";
|
|
2216
|
+
Cohere: "Cohere";
|
|
2217
|
+
Anthropic: "Anthropic";
|
|
2218
|
+
Google: "Google";
|
|
2219
|
+
Meta: "Meta";
|
|
2220
|
+
Mistral: "Mistral";
|
|
2221
|
+
Microsoft: "Microsoft";
|
|
2222
|
+
DeepSeek: "DeepSeek";
|
|
2223
|
+
XAi: "XAi";
|
|
2224
|
+
Amazon: "Amazon";
|
|
2225
|
+
Qwen: "Qwen";
|
|
2226
|
+
Other: "Other";
|
|
2227
|
+
}>>;
|
|
2057
2228
|
name: zod.ZodString;
|
|
2058
2229
|
properties: zod.ZodArray<zod.ZodObject<{
|
|
2059
2230
|
name: zod.ZodString;
|
|
@@ -2102,6 +2273,21 @@ export declare const modelsUpsertModelBody: zod.ZodObject<{
|
|
|
2102
2273
|
}, zod.core.$strict>>;
|
|
2103
2274
|
displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2104
2275
|
name: zod.ZodString;
|
|
2276
|
+
publisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2277
|
+
OpenAi: "OpenAi";
|
|
2278
|
+
HuggingFace: "HuggingFace";
|
|
2279
|
+
Cohere: "Cohere";
|
|
2280
|
+
Anthropic: "Anthropic";
|
|
2281
|
+
Google: "Google";
|
|
2282
|
+
Meta: "Meta";
|
|
2283
|
+
Mistral: "Mistral";
|
|
2284
|
+
Microsoft: "Microsoft";
|
|
2285
|
+
DeepSeek: "DeepSeek";
|
|
2286
|
+
XAi: "XAi";
|
|
2287
|
+
Amazon: "Amazon";
|
|
2288
|
+
Qwen: "Qwen";
|
|
2289
|
+
Other: "Other";
|
|
2290
|
+
}>>;
|
|
2105
2291
|
}, zod.core.$strict>;
|
|
2106
2292
|
/**
|
|
2107
2293
|
* @summary Retrieves the Docker logs for a specific deployment of a model.
|
|
@@ -2140,6 +2326,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
|
|
|
2140
2326
|
data: zod.ZodArray<zod.ZodObject<{
|
|
2141
2327
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2142
2328
|
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2329
|
+
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2143
2330
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2144
2331
|
dismissedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2145
2332
|
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2160,6 +2347,18 @@ export declare const notificationGetResponse: zod.ZodObject<{
|
|
|
2160
2347
|
export declare const notificationPutUpdateBodyRegExpOne: RegExp;
|
|
2161
2348
|
export declare const notificationPutUpdateBodyItem: zod.ZodString;
|
|
2162
2349
|
export declare const notificationPutUpdateBody: zod.ZodArray<zod.ZodString>;
|
|
2350
|
+
/**
|
|
2351
|
+
* @summary Update the upgrade component of the smartspace plan
|
|
2352
|
+
*/
|
|
2353
|
+
export declare const planUpdateSmartSpaceUpgradeBody: zod.ZodObject<{
|
|
2354
|
+
workSpaceQuota: zod.ZodNumber;
|
|
2355
|
+
}, zod.core.$strict>;
|
|
2356
|
+
/**
|
|
2357
|
+
* @summary Calculate the cost of an upgrade change
|
|
2358
|
+
*/
|
|
2359
|
+
export declare const planCalculateSmartSpaceUpgradeCostBody: zod.ZodObject<{
|
|
2360
|
+
workSpaceQuota: zod.ZodNumber;
|
|
2361
|
+
}, zod.core.$strict>;
|
|
2163
2362
|
/**
|
|
2164
2363
|
* @summary Gets the number of requests by a specified duration
|
|
2165
2364
|
*/
|
|
@@ -2257,6 +2456,32 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
|
|
|
2257
2456
|
}, zod.core.$strip>>;
|
|
2258
2457
|
total: zod.ZodNumber;
|
|
2259
2458
|
}, zod.core.$strip>;
|
|
2459
|
+
export declare const usersGetUsersByFilterParams: zod.ZodObject<{
|
|
2460
|
+
permissions: zod.ZodEnum<{
|
|
2461
|
+
None: "None";
|
|
2462
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
2463
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
2464
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
2465
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
2466
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
2467
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
2468
|
+
ConnectorCreate: "ConnectorCreate";
|
|
2469
|
+
ConnectorEdit: "ConnectorEdit";
|
|
2470
|
+
ConnectorDelete: "ConnectorDelete";
|
|
2471
|
+
}>;
|
|
2472
|
+
}, zod.core.$strict>;
|
|
2473
|
+
export declare const usersGetMyPermissionsResponse: zod.ZodEnum<{
|
|
2474
|
+
None: "None";
|
|
2475
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
2476
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
2477
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
2478
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
2479
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
2480
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
2481
|
+
ConnectorCreate: "ConnectorCreate";
|
|
2482
|
+
ConnectorEdit: "ConnectorEdit";
|
|
2483
|
+
ConnectorDelete: "ConnectorDelete";
|
|
2484
|
+
}>;
|
|
2260
2485
|
/**
|
|
2261
2486
|
* @summary Disable user (Remove all assigned WorkSpaces by UserId)
|
|
2262
2487
|
*/
|
|
@@ -2368,6 +2593,45 @@ export declare const usersGetAccessWorkSpacesResponse: zod.ZodArray<zod.ZodObjec
|
|
|
2368
2593
|
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2369
2594
|
workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2370
2595
|
}, zod.core.$strip>>;
|
|
2596
|
+
export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
|
|
2597
|
+
export declare const usersAdminPermissionParams: zod.ZodObject<{
|
|
2598
|
+
userId: zod.ZodString;
|
|
2599
|
+
}, zod.core.$strict>;
|
|
2600
|
+
export declare const usersAdminPermissionQueryParams: zod.ZodObject<{
|
|
2601
|
+
isAdmin: zod.ZodOptional<zod.ZodBoolean>;
|
|
2602
|
+
}, zod.core.$strict>;
|
|
2603
|
+
export declare const usersAddUserPermissionPathUserIdRegExp: RegExp;
|
|
2604
|
+
export declare const usersAddUserPermissionParams: zod.ZodObject<{
|
|
2605
|
+
userId: zod.ZodString;
|
|
2606
|
+
}, zod.core.$strict>;
|
|
2607
|
+
export declare const usersAddUserPermissionBody: zod.ZodEnum<{
|
|
2608
|
+
None: "None";
|
|
2609
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
2610
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
2611
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
2612
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
2613
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
2614
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
2615
|
+
ConnectorCreate: "ConnectorCreate";
|
|
2616
|
+
ConnectorEdit: "ConnectorEdit";
|
|
2617
|
+
ConnectorDelete: "ConnectorDelete";
|
|
2618
|
+
}>;
|
|
2619
|
+
export declare const usersRemoveUserPermissionPathUserIdRegExp: RegExp;
|
|
2620
|
+
export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
|
|
2621
|
+
userId: zod.ZodString;
|
|
2622
|
+
permission: zod.ZodEnum<{
|
|
2623
|
+
None: "None";
|
|
2624
|
+
WorkspaceCreate: "WorkspaceCreate";
|
|
2625
|
+
WorkspaceEdit: "WorkspaceEdit";
|
|
2626
|
+
WorkspaceDelete: "WorkspaceDelete";
|
|
2627
|
+
DataSpaceCreate: "DataSpaceCreate";
|
|
2628
|
+
DataSpaceEdit: "DataSpaceEdit";
|
|
2629
|
+
DataSpaceDelete: "DataSpaceDelete";
|
|
2630
|
+
ConnectorCreate: "ConnectorCreate";
|
|
2631
|
+
ConnectorEdit: "ConnectorEdit";
|
|
2632
|
+
ConnectorDelete: "ConnectorDelete";
|
|
2633
|
+
}>;
|
|
2634
|
+
}, zod.core.$strict>;
|
|
2371
2635
|
/**
|
|
2372
2636
|
* @summary Returns a list of available Azure locations for deploying virtual machines
|
|
2373
2637
|
*/
|
|
@@ -2425,7 +2689,7 @@ export declare const workSpaceTemplatesGetResponse: zod.ZodObject<{
|
|
|
2425
2689
|
total: zod.ZodNumber;
|
|
2426
2690
|
}, zod.core.$strip>;
|
|
2427
2691
|
/**
|
|
2428
|
-
* @summary
|
|
2692
|
+
* @summary Retrieves a collection of workspaces.
|
|
2429
2693
|
*/
|
|
2430
2694
|
export declare const workSpacesGetGetQueryTakeDefaultOne = 20;
|
|
2431
2695
|
export declare const workSpacesGetGetQuerySkipDefaultOne = 0;
|
|
@@ -2564,7 +2828,6 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
|
2564
2828
|
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2565
2829
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2566
2830
|
}, zod.core.$strip>>;
|
|
2567
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2568
2831
|
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
2569
2832
|
frequencyPenalty: zod.ZodNumber;
|
|
2570
2833
|
model: zod.ZodObject<{
|
|
@@ -2624,6 +2887,21 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
|
2624
2887
|
VertexAi: "VertexAi";
|
|
2625
2888
|
AzureFoundry: "AzureFoundry";
|
|
2626
2889
|
}>>;
|
|
2890
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
2891
|
+
OpenAi: "OpenAi";
|
|
2892
|
+
HuggingFace: "HuggingFace";
|
|
2893
|
+
Cohere: "Cohere";
|
|
2894
|
+
Anthropic: "Anthropic";
|
|
2895
|
+
Google: "Google";
|
|
2896
|
+
Meta: "Meta";
|
|
2897
|
+
Mistral: "Mistral";
|
|
2898
|
+
Microsoft: "Microsoft";
|
|
2899
|
+
DeepSeek: "DeepSeek";
|
|
2900
|
+
XAi: "XAi";
|
|
2901
|
+
Amazon: "Amazon";
|
|
2902
|
+
Qwen: "Qwen";
|
|
2903
|
+
Other: "Other";
|
|
2904
|
+
}>>;
|
|
2627
2905
|
name: zod.ZodString;
|
|
2628
2906
|
properties: zod.ZodArray<zod.ZodObject<{
|
|
2629
2907
|
name: zod.ZodString;
|
|
@@ -2665,7 +2943,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
|
2665
2943
|
total: zod.ZodNumber;
|
|
2666
2944
|
}, zod.core.$strip>;
|
|
2667
2945
|
/**
|
|
2668
|
-
* @summary
|
|
2946
|
+
* @summary Creates a new workspace.
|
|
2669
2947
|
*/
|
|
2670
2948
|
export declare const workSpacesPostBodyDataSpacesItemRegExp: RegExp;
|
|
2671
2949
|
export declare const workSpacesPostBodyIdRegExp: RegExp;
|
|
@@ -2691,242 +2969,15 @@ export declare const workSpacesPostBody: zod.ZodObject<{
|
|
|
2691
2969
|
name: zod.ZodString;
|
|
2692
2970
|
templateVersionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2693
2971
|
}, zod.core.$strict>;
|
|
2694
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemDataSpaceIdRegExp: RegExp;
|
|
2695
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
|
|
2696
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowIdRegExp: RegExp;
|
|
2697
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
|
|
2698
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
|
|
2699
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExp: RegExp;
|
|
2700
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExp: RegExp;
|
|
2701
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemIdRegExp: RegExp;
|
|
2702
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemVersionRegExp: RegExp;
|
|
2703
|
-
export declare const workSpacesPostResponseDataSpacesItemIdRegExp: RegExp;
|
|
2704
|
-
export declare const workSpacesPostResponseDataSpacesItemParentWorkspaceIdRegExp: RegExp;
|
|
2705
|
-
export declare const workSpacesPostResponseDataSpacesItemWorkspacesInfoItemIdRegExp: RegExp;
|
|
2706
|
-
export declare const workSpacesPostResponseIdRegExp: RegExp;
|
|
2707
|
-
export declare const workSpacesPostResponseModelConfigurationsItemModelDeploymentIdRegExp: RegExp;
|
|
2708
|
-
export declare const workSpacesPostResponseModelConfigurationsItemModelDeploymentProviderIdRegExp: RegExp;
|
|
2709
|
-
export declare const workSpacesPostResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExp: RegExp;
|
|
2710
|
-
export declare const workSpacesPostResponseModelConfigurationsItemModelIdRegExp: RegExp;
|
|
2711
|
-
export declare const workSpacesPostResponseSandBoxThreadIdRegExp: RegExp;
|
|
2712
|
-
export declare const workSpacesPostResponse: zod.ZodObject<{
|
|
2713
|
-
createdAt: zod.ZodISODateTime;
|
|
2714
|
-
createdByUserId: zod.ZodString;
|
|
2715
|
-
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
2716
|
-
createdAt: zod.ZodISODateTime;
|
|
2717
|
-
createdByUserId: zod.ZodString;
|
|
2718
|
-
dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2719
|
-
createdAt: zod.ZodISODateTime;
|
|
2720
|
-
createdByUserId: zod.ZodString;
|
|
2721
|
-
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2722
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2723
|
-
flow: zod.ZodOptional<zod.ZodObject<{
|
|
2724
|
-
activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
|
|
2725
|
-
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2726
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2727
|
-
target: zod.ZodObject<{
|
|
2728
|
-
pin: zod.ZodString;
|
|
2729
|
-
port: zod.ZodString;
|
|
2730
|
-
}, zod.core.$strip>;
|
|
2731
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
2732
|
-
}, zod.core.$strip>>>>;
|
|
2733
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2734
|
-
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2735
|
-
pin: zod.ZodString;
|
|
2736
|
-
port: zod.ZodString;
|
|
2737
|
-
}, zod.core.$strip>>>>;
|
|
2738
|
-
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2739
|
-
pin: zod.ZodString;
|
|
2740
|
-
port: zod.ZodString;
|
|
2741
|
-
}, zod.core.$strip>>>>;
|
|
2742
|
-
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
2743
|
-
name: zod.ZodString;
|
|
2744
|
-
version: zod.ZodString;
|
|
2745
|
-
}, zod.core.$strip>>>>;
|
|
2746
|
-
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2747
|
-
source: zod.ZodObject<{
|
|
2748
|
-
node: zod.ZodString;
|
|
2749
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2750
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2751
|
-
}, zod.core.$strip>;
|
|
2752
|
-
target: zod.ZodObject<{
|
|
2753
|
-
node: zod.ZodString;
|
|
2754
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2755
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2756
|
-
}, zod.core.$strip>;
|
|
2757
|
-
}, zod.core.$strip>>>>;
|
|
2758
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2759
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
2760
|
-
}, zod.core.$strip>>>>;
|
|
2761
|
-
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2762
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2763
|
-
}, zod.core.$strip>>>>;
|
|
2764
|
-
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
2765
|
-
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2766
|
-
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2767
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2768
|
-
}, zod.core.$strip>>>>;
|
|
2769
|
-
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2770
|
-
access: zod.ZodEnum<{
|
|
2771
|
-
None: "None";
|
|
2772
|
-
Read: "Read";
|
|
2773
|
-
Write: "Write";
|
|
2774
|
-
}>;
|
|
2775
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2776
|
-
}, zod.core.$strip>>>>;
|
|
2777
|
-
}, zod.core.$strip>>;
|
|
2778
|
-
activeFlowDefinitionId: zod.ZodString;
|
|
2779
|
-
id: zod.ZodString;
|
|
2780
|
-
triggers: zod.ZodArray<zod.ZodObject<{
|
|
2781
|
-
dataSourceContainer: zod.ZodObject<{
|
|
2782
|
-
dataSourceId: zod.ZodString;
|
|
2783
|
-
id: zod.ZodString;
|
|
2784
|
-
name: zod.ZodString;
|
|
2785
|
-
path: zod.ZodString;
|
|
2786
|
-
}, zod.core.$strip>;
|
|
2787
|
-
flowId: zod.ZodString;
|
|
2788
|
-
id: zod.ZodString;
|
|
2789
|
-
inputName: zod.ZodString;
|
|
2790
|
-
type: zod.ZodEnum<{
|
|
2791
|
-
Periodic: "Periodic";
|
|
2792
|
-
Container: "Container";
|
|
2793
|
-
}>;
|
|
2794
|
-
}, zod.core.$strip>>;
|
|
2795
|
-
}, zod.core.$strip>>;
|
|
2796
|
-
id: zod.ZodString;
|
|
2797
|
-
modifiedAt: zod.ZodISODateTime;
|
|
2798
|
-
modifiedByUserId: zod.ZodString;
|
|
2799
|
-
name: zod.ZodString;
|
|
2800
|
-
properties: zod.ZodArray<zod.ZodObject<{
|
|
2801
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2802
|
-
isVector: zod.ZodBoolean;
|
|
2803
|
-
name: zod.ZodString;
|
|
2804
|
-
}, zod.core.$strip>>;
|
|
2805
|
-
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2806
|
-
}, zod.core.$strip>>>>;
|
|
2807
|
-
id: zod.ZodString;
|
|
2808
|
-
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2809
|
-
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2810
|
-
name: zod.ZodString;
|
|
2811
|
-
parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2812
|
-
workspacesInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
2813
|
-
id: zod.ZodString;
|
|
2814
|
-
name: zod.ZodString;
|
|
2815
|
-
}, zod.core.$strip>>>>;
|
|
2816
|
-
}, zod.core.$strip>>;
|
|
2817
|
-
favorited: zod.ZodBoolean;
|
|
2818
|
-
firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2819
|
-
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2820
|
-
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2821
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2822
|
-
}, zod.core.$strip>>;
|
|
2823
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2824
|
-
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
2825
|
-
frequencyPenalty: zod.ZodNumber;
|
|
2826
|
-
model: zod.ZodObject<{
|
|
2827
|
-
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2828
|
-
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2829
|
-
deployment: zod.ZodOptional<zod.ZodObject<{
|
|
2830
|
-
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2831
|
-
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2832
|
-
detailedMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2833
|
-
dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2834
|
-
id: zod.ZodString;
|
|
2835
|
-
modelName: zod.ZodString;
|
|
2836
|
-
providerDeploymentId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2837
|
-
providerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2838
|
-
region: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2839
|
-
status: zod.ZodEnum<{
|
|
2840
|
-
Deploying: "Deploying";
|
|
2841
|
-
Ready: "Ready";
|
|
2842
|
-
Failed: "Failed";
|
|
2843
|
-
Deleting: "Deleting";
|
|
2844
|
-
Deleted: "Deleted";
|
|
2845
|
-
}>;
|
|
2846
|
-
statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2847
|
-
statusUpdatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2848
|
-
steps: zod.ZodArray<zod.ZodObject<{
|
|
2849
|
-
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2850
|
-
id: zod.ZodString;
|
|
2851
|
-
index: zod.ZodNumber;
|
|
2852
|
-
message: zod.ZodString;
|
|
2853
|
-
name: zod.ZodEnum<{
|
|
2854
|
-
DeployVNet: "DeployVNet";
|
|
2855
|
-
DeployVM: "DeployVM";
|
|
2856
|
-
InstallDependencies: "InstallDependencies";
|
|
2857
|
-
DownloadModel: "DownloadModel";
|
|
2858
|
-
TestModel: "TestModel";
|
|
2859
|
-
}>;
|
|
2860
|
-
progress: zod.ZodNumber;
|
|
2861
|
-
startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2862
|
-
}, zod.core.$strip>>;
|
|
2863
|
-
url: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2864
|
-
virtualMachineServerType: zod.ZodOptional<zod.ZodEnum<{
|
|
2865
|
-
TextGenerationInference: "TextGenerationInference";
|
|
2866
|
-
VLlm: "VLlm";
|
|
2867
|
-
}>>;
|
|
2868
|
-
virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2869
|
-
vmSize: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2870
|
-
}, zod.core.$strip>>;
|
|
2871
|
-
displayName: zod.ZodString;
|
|
2872
|
-
id: zod.ZodString;
|
|
2873
|
-
modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
|
|
2874
|
-
OpenAi: "OpenAi";
|
|
2875
|
-
AzureOpenAi: "AzureOpenAi";
|
|
2876
|
-
HuggingFace: "HuggingFace";
|
|
2877
|
-
Cohere: "Cohere";
|
|
2878
|
-
Anthropic: "Anthropic";
|
|
2879
|
-
Gemini: "Gemini";
|
|
2880
|
-
VertexAi: "VertexAi";
|
|
2881
|
-
AzureFoundry: "AzureFoundry";
|
|
2882
|
-
}>>;
|
|
2883
|
-
name: zod.ZodString;
|
|
2884
|
-
properties: zod.ZodArray<zod.ZodObject<{
|
|
2885
|
-
name: zod.ZodString;
|
|
2886
|
-
type: zod.ZodEnum<{
|
|
2887
|
-
Boolean: "Boolean";
|
|
2888
|
-
Number: "Number";
|
|
2889
|
-
String: "String";
|
|
2890
|
-
}>;
|
|
2891
|
-
}, zod.core.$strip>>;
|
|
2892
|
-
}, zod.core.$strip>;
|
|
2893
|
-
prePrompt: zod.ZodString;
|
|
2894
|
-
presencePenalty: zod.ZodNumber;
|
|
2895
|
-
role: zod.ZodEnum<{
|
|
2896
|
-
Document: "Document";
|
|
2897
|
-
Agent: "Agent";
|
|
2898
|
-
Analyzer: "Analyzer";
|
|
2899
|
-
}>;
|
|
2900
|
-
temperature: zod.ZodNumber;
|
|
2901
|
-
topP: zod.ZodNumber;
|
|
2902
|
-
}, zod.core.$strip>>;
|
|
2903
|
-
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
2904
|
-
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2905
|
-
name: zod.ZodString;
|
|
2906
|
-
outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2907
|
-
sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2908
|
-
showSources: zod.ZodBoolean;
|
|
2909
|
-
summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2910
|
-
supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2911
|
-
tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
2912
|
-
variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2913
|
-
access: zod.ZodEnum<{
|
|
2914
|
-
None: "None";
|
|
2915
|
-
Read: "Read";
|
|
2916
|
-
Write: "Write";
|
|
2917
|
-
}>;
|
|
2918
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2919
|
-
}, zod.core.$strip>>;
|
|
2920
|
-
}, zod.core.$strip>;
|
|
2921
2972
|
/**
|
|
2922
|
-
* @summary
|
|
2973
|
+
* @summary Deletes a workspace by its ID.
|
|
2923
2974
|
*/
|
|
2924
2975
|
export declare const workSpacesDeletePathIdRegExp: RegExp;
|
|
2925
2976
|
export declare const workSpacesDeleteParams: zod.ZodObject<{
|
|
2926
2977
|
id: zod.ZodString;
|
|
2927
2978
|
}, zod.core.$strict>;
|
|
2928
2979
|
/**
|
|
2929
|
-
* @summary
|
|
2980
|
+
* @summary Retrieves a workspace by its ID.
|
|
2930
2981
|
*/
|
|
2931
2982
|
export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
|
|
2932
2983
|
export declare const workSpacesGetIdParams: zod.ZodObject<{
|
|
@@ -3061,7 +3112,6 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
|
3061
3112
|
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3062
3113
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3063
3114
|
}, zod.core.$strip>>;
|
|
3064
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
3065
3115
|
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
3066
3116
|
frequencyPenalty: zod.ZodNumber;
|
|
3067
3117
|
model: zod.ZodObject<{
|
|
@@ -3121,6 +3171,21 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
|
3121
3171
|
VertexAi: "VertexAi";
|
|
3122
3172
|
AzureFoundry: "AzureFoundry";
|
|
3123
3173
|
}>>;
|
|
3174
|
+
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
3175
|
+
OpenAi: "OpenAi";
|
|
3176
|
+
HuggingFace: "HuggingFace";
|
|
3177
|
+
Cohere: "Cohere";
|
|
3178
|
+
Anthropic: "Anthropic";
|
|
3179
|
+
Google: "Google";
|
|
3180
|
+
Meta: "Meta";
|
|
3181
|
+
Mistral: "Mistral";
|
|
3182
|
+
Microsoft: "Microsoft";
|
|
3183
|
+
DeepSeek: "DeepSeek";
|
|
3184
|
+
XAi: "XAi";
|
|
3185
|
+
Amazon: "Amazon";
|
|
3186
|
+
Qwen: "Qwen";
|
|
3187
|
+
Other: "Other";
|
|
3188
|
+
}>>;
|
|
3124
3189
|
name: zod.ZodString;
|
|
3125
3190
|
properties: zod.ZodArray<zod.ZodObject<{
|
|
3126
3191
|
name: zod.ZodString;
|
|
@@ -3159,8 +3224,34 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
|
3159
3224
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3160
3225
|
}, zod.core.$strip>>;
|
|
3161
3226
|
}, zod.core.$strip>;
|
|
3227
|
+
export declare const workSpacesGetWorkspaceAdminsPathIdRegExp: RegExp;
|
|
3228
|
+
export declare const workSpacesGetWorkspaceAdminsParams: zod.ZodObject<{
|
|
3229
|
+
id: zod.ZodString;
|
|
3230
|
+
}, zod.core.$strict>;
|
|
3231
|
+
export declare const workSpacesGetWorkspaceAdminsResponseItem: zod.ZodObject<{
|
|
3232
|
+
id: zod.ZodString;
|
|
3233
|
+
isAdmin: zod.ZodBoolean;
|
|
3234
|
+
name: zod.ZodString;
|
|
3235
|
+
}, zod.core.$strip>;
|
|
3236
|
+
export declare const workSpacesGetWorkspaceAdminsResponse: zod.ZodArray<zod.ZodObject<{
|
|
3237
|
+
id: zod.ZodString;
|
|
3238
|
+
isAdmin: zod.ZodBoolean;
|
|
3239
|
+
name: zod.ZodString;
|
|
3240
|
+
}, zod.core.$strip>>;
|
|
3241
|
+
export declare const workSpacesDeleteAdminPathIdRegExp: RegExp;
|
|
3242
|
+
export declare const workSpacesDeleteAdminPathUserIdRegExp: RegExp;
|
|
3243
|
+
export declare const workSpacesDeleteAdminParams: zod.ZodObject<{
|
|
3244
|
+
id: zod.ZodString;
|
|
3245
|
+
userId: zod.ZodString;
|
|
3246
|
+
}, zod.core.$strict>;
|
|
3247
|
+
export declare const workSpacesAddWorkspaceAdminPathIdRegExp: RegExp;
|
|
3248
|
+
export declare const workSpacesAddWorkspaceAdminPathUserIdRegExp: RegExp;
|
|
3249
|
+
export declare const workSpacesAddWorkspaceAdminParams: zod.ZodObject<{
|
|
3250
|
+
id: zod.ZodString;
|
|
3251
|
+
userId: zod.ZodString;
|
|
3252
|
+
}, zod.core.$strict>;
|
|
3162
3253
|
/**
|
|
3163
|
-
* @summary
|
|
3254
|
+
* @summary Updates the basic information of a workspace.
|
|
3164
3255
|
*/
|
|
3165
3256
|
export declare const workSpacesPutPathIdRegExp: RegExp;
|
|
3166
3257
|
export declare const workSpacesPutParams: zod.ZodObject<{
|
|
@@ -3175,7 +3266,15 @@ export declare const workSpacesPutBody: zod.ZodObject<{
|
|
|
3175
3266
|
tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3176
3267
|
}, zod.core.$strict>;
|
|
3177
3268
|
/**
|
|
3178
|
-
* @summary
|
|
3269
|
+
* @summary Marks a workspace as favorited or not for the active user.
|
|
3270
|
+
*/
|
|
3271
|
+
export declare const workSpacesSetFavoritedPathIdRegExp: RegExp;
|
|
3272
|
+
export declare const workSpacesSetFavoritedParams: zod.ZodObject<{
|
|
3273
|
+
id: zod.ZodString;
|
|
3274
|
+
}, zod.core.$strict>;
|
|
3275
|
+
export declare const workSpacesSetFavoritedBody: zod.ZodBoolean;
|
|
3276
|
+
/**
|
|
3277
|
+
* @summary Retrieves message threads for a workspace.
|
|
3179
3278
|
*/
|
|
3180
3279
|
export declare const workSpacesGetThreadsPathIdRegExp: RegExp;
|
|
3181
3280
|
export declare const workSpacesGetThreadsParams: zod.ZodObject<{
|
|
@@ -3208,10 +3307,10 @@ export declare const workSpacesGetThreadsResponse: zod.ZodObject<{
|
|
|
3208
3307
|
total: zod.ZodNumber;
|
|
3209
3308
|
}, zod.core.$strip>;
|
|
3210
3309
|
/**
|
|
3211
|
-
* @summary
|
|
3310
|
+
* @summary Deletes the model configuration for a specific workspace and role.
|
|
3212
3311
|
*/
|
|
3213
|
-
export declare const
|
|
3214
|
-
export declare const
|
|
3312
|
+
export declare const workSpacesDeleteModelConfigurationPathIdRegExp: RegExp;
|
|
3313
|
+
export declare const workSpacesDeleteModelConfigurationParams: zod.ZodObject<{
|
|
3215
3314
|
id: zod.ZodString;
|
|
3216
3315
|
role: zod.ZodEnum<{
|
|
3217
3316
|
Document: "Document";
|
|
@@ -3219,8 +3318,20 @@ export declare const workSpacesPutModelConfigurationIdModelconfigurationRolePara
|
|
|
3219
3318
|
Analyzer: "Analyzer";
|
|
3220
3319
|
}>;
|
|
3221
3320
|
}, zod.core.$strict>;
|
|
3222
|
-
|
|
3223
|
-
|
|
3321
|
+
/**
|
|
3322
|
+
* @summary Updates the model configuration for a specific workspace and role.
|
|
3323
|
+
*/
|
|
3324
|
+
export declare const workSpacesPutModelConfigurationPathIdRegExp: RegExp;
|
|
3325
|
+
export declare const workSpacesPutModelConfigurationParams: zod.ZodObject<{
|
|
3326
|
+
id: zod.ZodString;
|
|
3327
|
+
role: zod.ZodEnum<{
|
|
3328
|
+
Document: "Document";
|
|
3329
|
+
Agent: "Agent";
|
|
3330
|
+
Analyzer: "Analyzer";
|
|
3331
|
+
}>;
|
|
3332
|
+
}, zod.core.$strict>;
|
|
3333
|
+
export declare const workSpacesPutModelConfigurationBodyModelIdRegExp: RegExp;
|
|
3334
|
+
export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
|
|
3224
3335
|
frequencyPenalty: zod.ZodNumber;
|
|
3225
3336
|
modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3226
3337
|
modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3235,7 +3346,7 @@ export declare const workSpacesPutModelConfigurationIdModelconfigurationRoleBody
|
|
|
3235
3346
|
topP: zod.ZodNumber;
|
|
3236
3347
|
}, zod.core.$strict>;
|
|
3237
3348
|
/**
|
|
3238
|
-
* @summary
|
|
3349
|
+
* @summary Removes a data space from a workspace.
|
|
3239
3350
|
*/
|
|
3240
3351
|
export declare const workSpacesRemoveDataSpacePathWorkspaceIdRegExp: RegExp;
|
|
3241
3352
|
export declare const workSpacesRemoveDataSpacePathDataspaceIdRegExp: RegExp;
|
|
@@ -3244,7 +3355,7 @@ export declare const workSpacesRemoveDataSpaceParams: zod.ZodObject<{
|
|
|
3244
3355
|
dataspaceId: zod.ZodString;
|
|
3245
3356
|
}, zod.core.$strict>;
|
|
3246
3357
|
/**
|
|
3247
|
-
* @summary
|
|
3358
|
+
* @summary Adds a data space to a workspace.
|
|
3248
3359
|
*/
|
|
3249
3360
|
export declare const workSpacesAddDataSpacePathWorkspaceIdRegExp: RegExp;
|
|
3250
3361
|
export declare const workSpacesAddDataSpacePathDataspaceIdRegExp: RegExp;
|
|
@@ -3253,19 +3364,64 @@ export declare const workSpacesAddDataSpaceParams: zod.ZodObject<{
|
|
|
3253
3364
|
dataspaceId: zod.ZodString;
|
|
3254
3365
|
}, zod.core.$strict>;
|
|
3255
3366
|
/**
|
|
3256
|
-
* @summary
|
|
3367
|
+
* @summary Gets a list of all the files that are uploaded directly to the workspace.
|
|
3368
|
+
*/
|
|
3369
|
+
export declare const workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
|
|
3370
|
+
export declare const workSpacesGetWorkspaceFilesParams: zod.ZodObject<{
|
|
3371
|
+
workspaceId: zod.ZodString;
|
|
3372
|
+
}, zod.core.$strict>;
|
|
3373
|
+
export declare const workSpacesGetWorkspaceFilesQueryTakeDefault = 20;
|
|
3374
|
+
export declare const workSpacesGetWorkspaceFilesQuerySkipDefault = 0;
|
|
3375
|
+
export declare const workSpacesGetWorkspaceFilesQueryParams: zod.ZodObject<{
|
|
3376
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3377
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3378
|
+
}, zod.core.$strict>;
|
|
3379
|
+
export declare const workSpacesGetWorkspaceFilesResponseDataItemFileIdRegExp: RegExp;
|
|
3380
|
+
export declare const workSpacesGetWorkspaceFilesResponseDataItemFileThreadIdRegExp: RegExp;
|
|
3381
|
+
export declare const workSpacesGetWorkspaceFilesResponseDataItemFileWorkspaceIdRegExp: RegExp;
|
|
3382
|
+
export declare const workSpacesGetWorkspaceFilesResponse: zod.ZodObject<{
|
|
3383
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
3384
|
+
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3385
|
+
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3386
|
+
createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3387
|
+
dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3388
|
+
file: zod.ZodOptional<zod.ZodObject<{
|
|
3389
|
+
createdAt: zod.ZodISODateTime;
|
|
3390
|
+
createdByUserId: zod.ZodString;
|
|
3391
|
+
id: zod.ZodString;
|
|
3392
|
+
modifiedAt: zod.ZodISODateTime;
|
|
3393
|
+
modifiedByUserId: zod.ZodString;
|
|
3394
|
+
name: zod.ZodString;
|
|
3395
|
+
size: zod.ZodNumber;
|
|
3396
|
+
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3397
|
+
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3398
|
+
}, zod.core.$strip>>;
|
|
3399
|
+
flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3400
|
+
id: zod.ZodString;
|
|
3401
|
+
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3402
|
+
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3403
|
+
status: zod.ZodEnum<{
|
|
3404
|
+
Uploaded: "Uploaded";
|
|
3405
|
+
Ingested: "Ingested";
|
|
3406
|
+
Ingesting: "Ingesting";
|
|
3407
|
+
}>;
|
|
3408
|
+
}, zod.core.$strip>>;
|
|
3409
|
+
total: zod.ZodNumber;
|
|
3410
|
+
}, zod.core.$strip>;
|
|
3411
|
+
/**
|
|
3412
|
+
* @summary Uploads a list of files directly to the workspace.
|
|
3257
3413
|
*/
|
|
3258
|
-
export declare const
|
|
3259
|
-
export declare const
|
|
3414
|
+
export declare const workSpacesWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
|
|
3415
|
+
export declare const workSpacesWorkspaceFilesParams: zod.ZodObject<{
|
|
3260
3416
|
workspaceId: zod.ZodString;
|
|
3261
3417
|
}, zod.core.$strict>;
|
|
3262
|
-
export declare const
|
|
3418
|
+
export declare const workSpacesWorkspaceFilesBody: zod.ZodObject<{
|
|
3263
3419
|
files: zod.ZodOptional<zod.ZodArray<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>>;
|
|
3264
3420
|
}, zod.core.$strict>;
|
|
3265
|
-
export declare const
|
|
3266
|
-
export declare const
|
|
3267
|
-
export declare const
|
|
3268
|
-
export declare const
|
|
3421
|
+
export declare const workSpacesWorkspaceFilesResponseFileIdRegExp: RegExp;
|
|
3422
|
+
export declare const workSpacesWorkspaceFilesResponseFileThreadIdRegExp: RegExp;
|
|
3423
|
+
export declare const workSpacesWorkspaceFilesResponseFileWorkspaceIdRegExp: RegExp;
|
|
3424
|
+
export declare const workSpacesWorkspaceFilesResponseItem: zod.ZodObject<{
|
|
3269
3425
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3270
3426
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3271
3427
|
createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3291,7 +3447,7 @@ export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponseItem: zod.Z
|
|
|
3291
3447
|
Ingesting: "Ingesting";
|
|
3292
3448
|
}>;
|
|
3293
3449
|
}, zod.core.$strip>;
|
|
3294
|
-
export declare const
|
|
3450
|
+
export declare const workSpacesWorkspaceFilesResponse: zod.ZodArray<zod.ZodObject<{
|
|
3295
3451
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3296
3452
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3297
3453
|
createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3318,7 +3474,7 @@ export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponse: zod.ZodAr
|
|
|
3318
3474
|
}>;
|
|
3319
3475
|
}, zod.core.$strip>>;
|
|
3320
3476
|
/**
|
|
3321
|
-
* @summary Removes a file
|
|
3477
|
+
* @summary Removes a file from the workspace and the ingested content.
|
|
3322
3478
|
*/
|
|
3323
3479
|
export declare const workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp: RegExp;
|
|
3324
3480
|
export declare const workSpacesDeleteWorkspaceFilePathFileIdRegExp: RegExp;
|
|
@@ -3326,14 +3482,72 @@ export declare const workSpacesDeleteWorkspaceFileParams: zod.ZodObject<{
|
|
|
3326
3482
|
workspaceId: zod.ZodString;
|
|
3327
3483
|
fileId: zod.ZodString;
|
|
3328
3484
|
}, zod.core.$strict>;
|
|
3485
|
+
export declare const workSpacesGetActiveFlowPathWorkspaceIdRegExp: RegExp;
|
|
3486
|
+
export declare const workSpacesGetActiveFlowParams: zod.ZodObject<{
|
|
3487
|
+
workspaceId: zod.ZodString;
|
|
3488
|
+
}, zod.core.$strict>;
|
|
3489
|
+
export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
|
|
3490
|
+
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3491
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3492
|
+
target: zod.ZodObject<{
|
|
3493
|
+
pin: zod.ZodString;
|
|
3494
|
+
port: zod.ZodString;
|
|
3495
|
+
}, zod.core.$strip>;
|
|
3496
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3497
|
+
}, zod.core.$strip>>>>;
|
|
3498
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3499
|
+
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3500
|
+
pin: zod.ZodString;
|
|
3501
|
+
port: zod.ZodString;
|
|
3502
|
+
}, zod.core.$strip>>>>;
|
|
3503
|
+
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3504
|
+
pin: zod.ZodString;
|
|
3505
|
+
port: zod.ZodString;
|
|
3506
|
+
}, zod.core.$strip>>>>;
|
|
3507
|
+
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3508
|
+
name: zod.ZodString;
|
|
3509
|
+
version: zod.ZodString;
|
|
3510
|
+
}, zod.core.$strip>>>>;
|
|
3511
|
+
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3512
|
+
source: zod.ZodObject<{
|
|
3513
|
+
node: zod.ZodString;
|
|
3514
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3515
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3516
|
+
}, zod.core.$strip>;
|
|
3517
|
+
target: zod.ZodObject<{
|
|
3518
|
+
node: zod.ZodString;
|
|
3519
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3520
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3521
|
+
}, zod.core.$strip>;
|
|
3522
|
+
}, zod.core.$strip>>>>;
|
|
3523
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3524
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3525
|
+
}, zod.core.$strip>>>>;
|
|
3526
|
+
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3527
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3528
|
+
}, zod.core.$strip>>>>;
|
|
3529
|
+
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3530
|
+
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3531
|
+
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3532
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3533
|
+
}, zod.core.$strip>>>>;
|
|
3534
|
+
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3535
|
+
access: zod.ZodEnum<{
|
|
3536
|
+
None: "None";
|
|
3537
|
+
Read: "Read";
|
|
3538
|
+
Write: "Write";
|
|
3539
|
+
}>;
|
|
3540
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3541
|
+
}, zod.core.$strip>>>>;
|
|
3542
|
+
}, zod.core.$strip>;
|
|
3329
3543
|
/**
|
|
3330
|
-
* @summary
|
|
3544
|
+
* @summary Sets the active flow definition for a workspace.
|
|
3331
3545
|
*/
|
|
3332
|
-
export declare const
|
|
3333
|
-
export declare const
|
|
3546
|
+
export declare const workSpacesSetActiveFlowPathWorkspaceIdRegExp: RegExp;
|
|
3547
|
+
export declare const workSpacesSetActiveFlowParams: zod.ZodObject<{
|
|
3334
3548
|
workspaceId: zod.ZodString;
|
|
3335
3549
|
}, zod.core.$strict>;
|
|
3336
|
-
export declare const
|
|
3550
|
+
export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
|
|
3337
3551
|
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3338
3552
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3339
3553
|
target: zod.ZodObject<{
|
|
@@ -3388,23 +3602,13 @@ export declare const workSpacesSetActiveFlowWorkspaceIdFlowsActiveBody: zod.ZodO
|
|
|
3388
3602
|
}, zod.core.$strict>>>>;
|
|
3389
3603
|
}, zod.core.$strict>;
|
|
3390
3604
|
/**
|
|
3391
|
-
* @summary Updates the
|
|
3605
|
+
* @summary Updates the layout of blocks for the active flow definition.
|
|
3392
3606
|
*/
|
|
3393
3607
|
export declare const workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp: RegExp;
|
|
3394
3608
|
export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
|
|
3395
3609
|
workspaceId: zod.ZodString;
|
|
3396
3610
|
}, zod.core.$strict>;
|
|
3397
3611
|
export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
|
|
3398
|
-
/**
|
|
3399
|
-
* @summary Updates the flag that determines whether to store the prompt and response within a specific workspace.
|
|
3400
|
-
*/
|
|
3401
|
-
export declare const workSpacesUpdatePromptResponseFlagPathWorkspaceIdRegExp: RegExp;
|
|
3402
|
-
export declare const workSpacesUpdatePromptResponseFlagParams: zod.ZodObject<{
|
|
3403
|
-
workspaceId: zod.ZodString;
|
|
3404
|
-
}, zod.core.$strict>;
|
|
3405
|
-
export declare const workSpacesUpdatePromptResponseFlagQueryParams: zod.ZodObject<{
|
|
3406
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
3407
|
-
}, zod.core.$strict>;
|
|
3408
3612
|
/**
|
|
3409
3613
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
3410
3614
|
*/
|
|
@@ -3580,19 +3784,146 @@ export declare const sandBoxClearSandboxMessagesParams: zod.ZodObject<{
|
|
|
3580
3784
|
workspaceId: zod.ZodString;
|
|
3581
3785
|
}, zod.core.$strict>;
|
|
3582
3786
|
/**
|
|
3583
|
-
* @summary
|
|
3787
|
+
* @summary Retrieve messages from the sandbox environment of a specific workspace in SmartSpace, with options for pagination take and skip
|
|
3584
3788
|
*/
|
|
3585
|
-
export declare const
|
|
3586
|
-
export declare const
|
|
3789
|
+
export declare const sandBoxGetThreadMessagesPathWorkspaceIdRegExp: RegExp;
|
|
3790
|
+
export declare const sandBoxGetThreadMessagesParams: zod.ZodObject<{
|
|
3791
|
+
workspaceId: zod.ZodString;
|
|
3792
|
+
}, zod.core.$strict>;
|
|
3793
|
+
export declare const sandBoxGetThreadMessagesQueryTakeDefault = 50;
|
|
3794
|
+
export declare const sandBoxGetThreadMessagesQuerySkipDefault = 0;
|
|
3795
|
+
export declare const sandBoxGetThreadMessagesQueryParams: zod.ZodObject<{
|
|
3796
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
3797
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
3798
|
+
}, zod.core.$strict>;
|
|
3799
|
+
export declare const sandBoxGetThreadMessagesResponseIdRegExp: RegExp;
|
|
3800
|
+
export declare const sandBoxGetThreadMessagesResponseMessageThreadIdRegExp: RegExp;
|
|
3801
|
+
export declare const sandBoxGetThreadMessagesResponseValuesItemIdRegExp: RegExp;
|
|
3802
|
+
export declare const sandBoxGetThreadMessagesResponseItem: zod.ZodObject<{
|
|
3803
|
+
createdAt: zod.ZodISODateTime;
|
|
3804
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3805
|
+
createdByUserId: zod.ZodString;
|
|
3806
|
+
errors: zod.ZodArray<zod.ZodObject<{
|
|
3807
|
+
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3808
|
+
code: zod.ZodNumber;
|
|
3809
|
+
data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3810
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3811
|
+
}, zod.core.$strip>>;
|
|
3812
|
+
hasComments: zod.ZodBoolean;
|
|
3813
|
+
id: zod.ZodString;
|
|
3814
|
+
messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3815
|
+
values: zod.ZodArray<zod.ZodObject<{
|
|
3816
|
+
channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
|
|
3817
|
+
createdAt: zod.ZodISODateTime;
|
|
3818
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3819
|
+
createdByUserId: zod.ZodString;
|
|
3820
|
+
id: zod.ZodString;
|
|
3821
|
+
name: zod.ZodString;
|
|
3822
|
+
type: zod.ZodEnum<{
|
|
3823
|
+
Input: "Input";
|
|
3824
|
+
Output: "Output";
|
|
3825
|
+
}>;
|
|
3826
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3827
|
+
}, zod.core.$strip>>;
|
|
3828
|
+
}, zod.core.$strip>;
|
|
3829
|
+
export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObject<{
|
|
3830
|
+
createdAt: zod.ZodISODateTime;
|
|
3831
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3832
|
+
createdByUserId: zod.ZodString;
|
|
3833
|
+
errors: zod.ZodArray<zod.ZodObject<{
|
|
3834
|
+
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3835
|
+
code: zod.ZodNumber;
|
|
3836
|
+
data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3837
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3838
|
+
}, zod.core.$strip>>;
|
|
3839
|
+
hasComments: zod.ZodBoolean;
|
|
3840
|
+
id: zod.ZodString;
|
|
3841
|
+
messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3842
|
+
values: zod.ZodArray<zod.ZodObject<{
|
|
3843
|
+
channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
|
|
3844
|
+
createdAt: zod.ZodISODateTime;
|
|
3845
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3846
|
+
createdByUserId: zod.ZodString;
|
|
3847
|
+
id: zod.ZodString;
|
|
3848
|
+
name: zod.ZodString;
|
|
3849
|
+
type: zod.ZodEnum<{
|
|
3850
|
+
Input: "Input";
|
|
3851
|
+
Output: "Output";
|
|
3852
|
+
}>;
|
|
3853
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3854
|
+
}, zod.core.$strip>>;
|
|
3855
|
+
}, zod.core.$strip>>;
|
|
3856
|
+
/**
|
|
3857
|
+
* @summary Send a new message to the sandbox environment of a specific workspace in SmartSpace, using the workspaceId.
|
|
3858
|
+
Returns the initial SmartSpace.App.Business.Models.Messages.Message synchronously; the flow
|
|
3859
|
+
continues in a background task with deltas streaming via
|
|
3860
|
+
`/workspaces/{workspaceId}/sandbox/messages/stream` and a
|
|
3861
|
+
SignalR `ReceiveThreadUpdate` broadcast on terminal. Frontend
|
|
3862
|
+
should subscribe to the SSE endpoint for live token-by-token updates.
|
|
3863
|
+
*/
|
|
3864
|
+
export declare const sandBoxThreadMessagesPathWorkspaceIdRegExp: RegExp;
|
|
3865
|
+
export declare const sandBoxThreadMessagesParams: zod.ZodObject<{
|
|
3587
3866
|
workspaceId: zod.ZodString;
|
|
3588
3867
|
}, zod.core.$strict>;
|
|
3589
|
-
export declare const
|
|
3868
|
+
export declare const sandBoxThreadMessagesBody: zod.ZodObject<{
|
|
3590
3869
|
inputs: zod.ZodArray<zod.ZodObject<{
|
|
3591
3870
|
channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
|
|
3592
3871
|
name: zod.ZodString;
|
|
3593
3872
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3594
3873
|
}, zod.core.$strict>>;
|
|
3874
|
+
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
|
|
3595
3875
|
}, zod.core.$strict>;
|
|
3876
|
+
export declare const sandBoxThreadMessagesResponseIdRegExp: RegExp;
|
|
3877
|
+
export declare const sandBoxThreadMessagesResponseMessageThreadIdRegExp: RegExp;
|
|
3878
|
+
export declare const sandBoxThreadMessagesResponseValuesItemIdRegExp: RegExp;
|
|
3879
|
+
export declare const sandBoxThreadMessagesResponse: zod.ZodObject<{
|
|
3880
|
+
createdAt: zod.ZodISODateTime;
|
|
3881
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3882
|
+
createdByUserId: zod.ZodString;
|
|
3883
|
+
errors: zod.ZodArray<zod.ZodObject<{
|
|
3884
|
+
blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3885
|
+
code: zod.ZodNumber;
|
|
3886
|
+
data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3887
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3888
|
+
}, zod.core.$strip>>;
|
|
3889
|
+
hasComments: zod.ZodBoolean;
|
|
3890
|
+
id: zod.ZodString;
|
|
3891
|
+
messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3892
|
+
values: zod.ZodArray<zod.ZodObject<{
|
|
3893
|
+
channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
|
|
3894
|
+
createdAt: zod.ZodISODateTime;
|
|
3895
|
+
createdBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3896
|
+
createdByUserId: zod.ZodString;
|
|
3897
|
+
id: zod.ZodString;
|
|
3898
|
+
name: zod.ZodString;
|
|
3899
|
+
type: zod.ZodEnum<{
|
|
3900
|
+
Input: "Input";
|
|
3901
|
+
Output: "Output";
|
|
3902
|
+
}>;
|
|
3903
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3904
|
+
}, zod.core.$strip>>;
|
|
3905
|
+
}, zod.core.$strip>;
|
|
3906
|
+
/**
|
|
3907
|
+
* @summary SSE stream of all messages on the workspace's sandbox thread. First
|
|
3908
|
+
frame is a snapshot (current messages with in-flight Redis state
|
|
3909
|
+
already overlaid by `GetMessagesByThreadIdAsync`); subsequent
|
|
3910
|
+
frames are per-message chunk updates as they arrive. Cumulative
|
|
3911
|
+
deltas mean reconnect is just "re-open" — no cursor handshake.
|
|
3912
|
+
Mirrors the ChatApi pattern at
|
|
3913
|
+
`GET /messagethreads/{id}/messages/stream`.
|
|
3914
|
+
*/
|
|
3915
|
+
export declare const sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp: RegExp;
|
|
3916
|
+
export declare const sandBoxStreamSandboxMessagesParams: zod.ZodObject<{
|
|
3917
|
+
workspaceId: zod.ZodString;
|
|
3918
|
+
}, zod.core.$strict>;
|
|
3919
|
+
/**
|
|
3920
|
+
* @summary Append a new input value to an in-flight sandbox message and stream
|
|
3921
|
+
successive snapshots back to the client. Each frame is a full
|
|
3922
|
+
SmartSpace.App.Business.Models.Messages.Message with the latest cumulative state — the SDK
|
|
3923
|
+
should treat the response as a stream of SmartSpace.App.Business.Models.Messages.Message frames
|
|
3924
|
+
(NDJSON / SSE), with the final frame being the authoritative completed
|
|
3925
|
+
message. Mirrors the chat-api `POST /messages/{id}/values`.
|
|
3926
|
+
*/
|
|
3596
3927
|
export declare const sandBoxAddValueToMessagePathWorkspaceIdRegExp: RegExp;
|
|
3597
3928
|
export declare const sandBoxAddValueToMessagePathIdRegExp: RegExp;
|
|
3598
3929
|
export declare const sandBoxAddValueToMessageParams: zod.ZodObject<{
|