@smartspace/api-client 0.1.0-dev.bd817c4 → 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 -16
- package/dist/generated/chat/api.js +56 -27
- 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} +3 -3
- package/dist/generated/chat/models/fileUriResponse.d.ts +9 -0
- package/dist/generated/chat/models/index.d.ts +24 -20
- package/dist/generated/chat/models/index.js +24 -20
- 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/{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 +121 -56
- package/dist/generated/chat/zod.js +132 -73
- 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} +3 -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/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 +60 -47
- package/dist/generated/config/models/index.js +60 -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/{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/{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 +614 -389
- package/dist/generated/config/zod.js +495 -270
- 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/dtosMessageThreadsMessageThreadDto.d.ts +0 -23
- 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/{dtosMessageThreadsMessageThreadDto.js → fileUriResponse.js} +0 -0
- /package/dist/generated/chat/models/{modelModelSummary.js → messagesCreateMessageInput.js} +0 -0
- /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowErrorData.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInputChannels.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionMessageMessage.js → messagesMessage.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInputValue.js → messagesMessageCreatorProfileImage.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionModelModelSummary.js → messagesMessageError.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageCreatorProfileImage.js → messagesMessageErrorData.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionWorkSpace.js → messagesMessageRequest.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageRequestVariables.js → messagesMessageRequestVariables.js} +0 -0
- /package/dist/generated/chat/models/{workSpace.js → messagesMessageValue.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValueChannels.js → messagesMessageValueChannels.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValueValue.js → messagesMessageValueValue.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
|
*/
|
|
@@ -2009,6 +2128,13 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
|
|
|
2009
2128
|
Other: "Other";
|
|
2010
2129
|
}>>;
|
|
2011
2130
|
}, zod.core.$strict>;
|
|
2131
|
+
export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
|
|
2132
|
+
serverType: zod.ZodOptional<zod.ZodEnum<{
|
|
2133
|
+
TextGenerationInference: "TextGenerationInference";
|
|
2134
|
+
VLlm: "VLlm";
|
|
2135
|
+
}>>;
|
|
2136
|
+
}, zod.core.$strict>;
|
|
2137
|
+
export declare const modelsGetDefaultDockerFileResponse: zod.ZodString;
|
|
2012
2138
|
/**
|
|
2013
2139
|
* @summary Deletes a model with the specified ID.
|
|
2014
2140
|
*/
|
|
@@ -2221,6 +2347,18 @@ export declare const notificationGetResponse: zod.ZodObject<{
|
|
|
2221
2347
|
export declare const notificationPutUpdateBodyRegExpOne: RegExp;
|
|
2222
2348
|
export declare const notificationPutUpdateBodyItem: zod.ZodString;
|
|
2223
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>;
|
|
2224
2362
|
/**
|
|
2225
2363
|
* @summary Gets the number of requests by a specified duration
|
|
2226
2364
|
*/
|
|
@@ -2318,6 +2456,32 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
|
|
|
2318
2456
|
}, zod.core.$strip>>;
|
|
2319
2457
|
total: zod.ZodNumber;
|
|
2320
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
|
+
}>;
|
|
2321
2485
|
/**
|
|
2322
2486
|
* @summary Disable user (Remove all assigned WorkSpaces by UserId)
|
|
2323
2487
|
*/
|
|
@@ -2429,6 +2593,45 @@ export declare const usersGetAccessWorkSpacesResponse: zod.ZodArray<zod.ZodObjec
|
|
|
2429
2593
|
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2430
2594
|
workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2431
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>;
|
|
2432
2635
|
/**
|
|
2433
2636
|
* @summary Returns a list of available Azure locations for deploying virtual machines
|
|
2434
2637
|
*/
|
|
@@ -2486,7 +2689,7 @@ export declare const workSpaceTemplatesGetResponse: zod.ZodObject<{
|
|
|
2486
2689
|
total: zod.ZodNumber;
|
|
2487
2690
|
}, zod.core.$strip>;
|
|
2488
2691
|
/**
|
|
2489
|
-
* @summary
|
|
2692
|
+
* @summary Retrieves a collection of workspaces.
|
|
2490
2693
|
*/
|
|
2491
2694
|
export declare const workSpacesGetGetQueryTakeDefaultOne = 20;
|
|
2492
2695
|
export declare const workSpacesGetGetQuerySkipDefaultOne = 0;
|
|
@@ -2625,7 +2828,6 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
|
2625
2828
|
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2626
2829
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2627
2830
|
}, zod.core.$strip>>;
|
|
2628
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2629
2831
|
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
2630
2832
|
frequencyPenalty: zod.ZodNumber;
|
|
2631
2833
|
model: zod.ZodObject<{
|
|
@@ -2741,7 +2943,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
|
2741
2943
|
total: zod.ZodNumber;
|
|
2742
2944
|
}, zod.core.$strip>;
|
|
2743
2945
|
/**
|
|
2744
|
-
* @summary
|
|
2946
|
+
* @summary Creates a new workspace.
|
|
2745
2947
|
*/
|
|
2746
2948
|
export declare const workSpacesPostBodyDataSpacesItemRegExp: RegExp;
|
|
2747
2949
|
export declare const workSpacesPostBodyIdRegExp: RegExp;
|
|
@@ -2767,25 +2969,39 @@ export declare const workSpacesPostBody: zod.ZodObject<{
|
|
|
2767
2969
|
name: zod.ZodString;
|
|
2768
2970
|
templateVersionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2769
2971
|
}, zod.core.$strict>;
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
export declare const
|
|
2774
|
-
export declare const
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
export declare const
|
|
2781
|
-
export declare const
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
export declare const
|
|
2785
|
-
export declare const
|
|
2786
|
-
export declare const
|
|
2787
|
-
export declare const
|
|
2788
|
-
export declare const
|
|
2972
|
+
/**
|
|
2973
|
+
* @summary Deletes a workspace by its ID.
|
|
2974
|
+
*/
|
|
2975
|
+
export declare const workSpacesDeletePathIdRegExp: RegExp;
|
|
2976
|
+
export declare const workSpacesDeleteParams: zod.ZodObject<{
|
|
2977
|
+
id: zod.ZodString;
|
|
2978
|
+
}, zod.core.$strict>;
|
|
2979
|
+
/**
|
|
2980
|
+
* @summary Retrieves a workspace by its ID.
|
|
2981
|
+
*/
|
|
2982
|
+
export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
|
|
2983
|
+
export declare const workSpacesGetIdParams: zod.ZodObject<{
|
|
2984
|
+
id: zod.ZodString;
|
|
2985
|
+
}, zod.core.$strict>;
|
|
2986
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
2987
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
2988
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
2989
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne: RegExp;
|
|
2990
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne: RegExp;
|
|
2991
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne: RegExp;
|
|
2992
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne: RegExp;
|
|
2993
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemIdRegExpOne: RegExp;
|
|
2994
|
+
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemVersionRegExpOne: RegExp;
|
|
2995
|
+
export declare const workSpacesGetIdResponseDataSpacesItemIdRegExpOne: RegExp;
|
|
2996
|
+
export declare const workSpacesGetIdResponseDataSpacesItemParentWorkspaceIdRegExpOne: RegExp;
|
|
2997
|
+
export declare const workSpacesGetIdResponseDataSpacesItemWorkspacesInfoItemIdRegExpOne: RegExp;
|
|
2998
|
+
export declare const workSpacesGetIdResponseIdRegExpOne: RegExp;
|
|
2999
|
+
export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentIdRegExpOne: RegExp;
|
|
3000
|
+
export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentProviderIdRegExpOne: RegExp;
|
|
3001
|
+
export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne: RegExp;
|
|
3002
|
+
export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
|
|
3003
|
+
export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
|
|
3004
|
+
export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
2789
3005
|
createdAt: zod.ZodISODateTime;
|
|
2790
3006
|
createdByUserId: zod.ZodString;
|
|
2791
3007
|
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
@@ -2896,7 +3112,6 @@ export declare const workSpacesPostResponse: zod.ZodObject<{
|
|
|
2896
3112
|
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2897
3113
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
2898
3114
|
}, zod.core.$strip>>;
|
|
2899
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
2900
3115
|
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
2901
3116
|
frequencyPenalty: zod.ZodNumber;
|
|
2902
3117
|
model: zod.ZodObject<{
|
|
@@ -3009,264 +3224,34 @@ export declare const workSpacesPostResponse: zod.ZodObject<{
|
|
|
3009
3224
|
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3010
3225
|
}, zod.core.$strip>>;
|
|
3011
3226
|
}, zod.core.$strip>;
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
*/
|
|
3015
|
-
export declare const workSpacesDeletePathIdRegExp: RegExp;
|
|
3016
|
-
export declare const workSpacesDeleteParams: zod.ZodObject<{
|
|
3227
|
+
export declare const workSpacesGetWorkspaceAdminsPathIdRegExp: RegExp;
|
|
3228
|
+
export declare const workSpacesGetWorkspaceAdminsParams: zod.ZodObject<{
|
|
3017
3229
|
id: zod.ZodString;
|
|
3018
3230
|
}, zod.core.$strict>;
|
|
3019
|
-
|
|
3020
|
-
* @summary Retrieve detailed information about a specific workspace in SmartSpace, using its ID.
|
|
3021
|
-
*/
|
|
3022
|
-
export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
|
|
3023
|
-
export declare const workSpacesGetIdParams: zod.ZodObject<{
|
|
3231
|
+
export declare const workSpacesGetWorkspaceAdminsResponseItem: zod.ZodObject<{
|
|
3024
3232
|
id: zod.ZodString;
|
|
3025
|
-
|
|
3026
|
-
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
3027
|
-
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
3028
|
-
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
3029
|
-
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne: RegExp;
|
|
3030
|
-
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne: RegExp;
|
|
3031
|
-
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne: RegExp;
|
|
3032
|
-
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne: RegExp;
|
|
3033
|
-
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemIdRegExpOne: RegExp;
|
|
3034
|
-
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemVersionRegExpOne: RegExp;
|
|
3035
|
-
export declare const workSpacesGetIdResponseDataSpacesItemIdRegExpOne: RegExp;
|
|
3036
|
-
export declare const workSpacesGetIdResponseDataSpacesItemParentWorkspaceIdRegExpOne: RegExp;
|
|
3037
|
-
export declare const workSpacesGetIdResponseDataSpacesItemWorkspacesInfoItemIdRegExpOne: RegExp;
|
|
3038
|
-
export declare const workSpacesGetIdResponseIdRegExpOne: RegExp;
|
|
3039
|
-
export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentIdRegExpOne: RegExp;
|
|
3040
|
-
export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentProviderIdRegExpOne: RegExp;
|
|
3041
|
-
export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne: RegExp;
|
|
3042
|
-
export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
|
|
3043
|
-
export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
|
|
3044
|
-
export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
3045
|
-
createdAt: zod.ZodISODateTime;
|
|
3046
|
-
createdByUserId: zod.ZodString;
|
|
3047
|
-
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
3048
|
-
createdAt: zod.ZodISODateTime;
|
|
3049
|
-
createdByUserId: zod.ZodString;
|
|
3050
|
-
dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3051
|
-
createdAt: zod.ZodISODateTime;
|
|
3052
|
-
createdByUserId: zod.ZodString;
|
|
3053
|
-
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3054
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3055
|
-
flow: zod.ZodOptional<zod.ZodObject<{
|
|
3056
|
-
activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
|
|
3057
|
-
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3058
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3059
|
-
target: zod.ZodObject<{
|
|
3060
|
-
pin: zod.ZodString;
|
|
3061
|
-
port: zod.ZodString;
|
|
3062
|
-
}, zod.core.$strip>;
|
|
3063
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3064
|
-
}, zod.core.$strip>>>>;
|
|
3065
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3066
|
-
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3067
|
-
pin: zod.ZodString;
|
|
3068
|
-
port: zod.ZodString;
|
|
3069
|
-
}, zod.core.$strip>>>>;
|
|
3070
|
-
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3071
|
-
pin: zod.ZodString;
|
|
3072
|
-
port: zod.ZodString;
|
|
3073
|
-
}, zod.core.$strip>>>>;
|
|
3074
|
-
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3075
|
-
name: zod.ZodString;
|
|
3076
|
-
version: zod.ZodString;
|
|
3077
|
-
}, zod.core.$strip>>>>;
|
|
3078
|
-
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3079
|
-
source: zod.ZodObject<{
|
|
3080
|
-
node: zod.ZodString;
|
|
3081
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3082
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3083
|
-
}, zod.core.$strip>;
|
|
3084
|
-
target: zod.ZodObject<{
|
|
3085
|
-
node: zod.ZodString;
|
|
3086
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3087
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3088
|
-
}, zod.core.$strip>;
|
|
3089
|
-
}, zod.core.$strip>>>>;
|
|
3090
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3091
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3092
|
-
}, zod.core.$strip>>>>;
|
|
3093
|
-
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3094
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3095
|
-
}, zod.core.$strip>>>>;
|
|
3096
|
-
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3097
|
-
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3098
|
-
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3099
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3100
|
-
}, zod.core.$strip>>>>;
|
|
3101
|
-
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3102
|
-
access: zod.ZodEnum<{
|
|
3103
|
-
None: "None";
|
|
3104
|
-
Read: "Read";
|
|
3105
|
-
Write: "Write";
|
|
3106
|
-
}>;
|
|
3107
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3108
|
-
}, zod.core.$strip>>>>;
|
|
3109
|
-
}, zod.core.$strip>>;
|
|
3110
|
-
activeFlowDefinitionId: zod.ZodString;
|
|
3111
|
-
id: zod.ZodString;
|
|
3112
|
-
triggers: zod.ZodArray<zod.ZodObject<{
|
|
3113
|
-
dataSourceContainer: zod.ZodObject<{
|
|
3114
|
-
dataSourceId: zod.ZodString;
|
|
3115
|
-
id: zod.ZodString;
|
|
3116
|
-
name: zod.ZodString;
|
|
3117
|
-
path: zod.ZodString;
|
|
3118
|
-
}, zod.core.$strip>;
|
|
3119
|
-
flowId: zod.ZodString;
|
|
3120
|
-
id: zod.ZodString;
|
|
3121
|
-
inputName: zod.ZodString;
|
|
3122
|
-
type: zod.ZodEnum<{
|
|
3123
|
-
Periodic: "Periodic";
|
|
3124
|
-
Container: "Container";
|
|
3125
|
-
}>;
|
|
3126
|
-
}, zod.core.$strip>>;
|
|
3127
|
-
}, zod.core.$strip>>;
|
|
3128
|
-
id: zod.ZodString;
|
|
3129
|
-
modifiedAt: zod.ZodISODateTime;
|
|
3130
|
-
modifiedByUserId: zod.ZodString;
|
|
3131
|
-
name: zod.ZodString;
|
|
3132
|
-
properties: zod.ZodArray<zod.ZodObject<{
|
|
3133
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3134
|
-
isVector: zod.ZodBoolean;
|
|
3135
|
-
name: zod.ZodString;
|
|
3136
|
-
}, zod.core.$strip>>;
|
|
3137
|
-
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3138
|
-
}, zod.core.$strip>>>>;
|
|
3139
|
-
id: zod.ZodString;
|
|
3140
|
-
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3141
|
-
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3142
|
-
name: zod.ZodString;
|
|
3143
|
-
parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3144
|
-
workspacesInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3145
|
-
id: zod.ZodString;
|
|
3146
|
-
name: zod.ZodString;
|
|
3147
|
-
}, zod.core.$strip>>>>;
|
|
3148
|
-
}, zod.core.$strip>>;
|
|
3149
|
-
favorited: zod.ZodBoolean;
|
|
3150
|
-
firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3151
|
-
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3152
|
-
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3153
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3154
|
-
}, zod.core.$strip>>;
|
|
3155
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
3156
|
-
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
3157
|
-
frequencyPenalty: zod.ZodNumber;
|
|
3158
|
-
model: zod.ZodObject<{
|
|
3159
|
-
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3160
|
-
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3161
|
-
deployment: zod.ZodOptional<zod.ZodObject<{
|
|
3162
|
-
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3163
|
-
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3164
|
-
detailedMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3165
|
-
dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3166
|
-
id: zod.ZodString;
|
|
3167
|
-
modelName: zod.ZodString;
|
|
3168
|
-
providerDeploymentId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3169
|
-
providerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3170
|
-
region: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3171
|
-
status: zod.ZodEnum<{
|
|
3172
|
-
Deploying: "Deploying";
|
|
3173
|
-
Ready: "Ready";
|
|
3174
|
-
Failed: "Failed";
|
|
3175
|
-
Deleting: "Deleting";
|
|
3176
|
-
Deleted: "Deleted";
|
|
3177
|
-
}>;
|
|
3178
|
-
statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3179
|
-
statusUpdatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3180
|
-
steps: zod.ZodArray<zod.ZodObject<{
|
|
3181
|
-
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3182
|
-
id: zod.ZodString;
|
|
3183
|
-
index: zod.ZodNumber;
|
|
3184
|
-
message: zod.ZodString;
|
|
3185
|
-
name: zod.ZodEnum<{
|
|
3186
|
-
DeployVNet: "DeployVNet";
|
|
3187
|
-
DeployVM: "DeployVM";
|
|
3188
|
-
InstallDependencies: "InstallDependencies";
|
|
3189
|
-
DownloadModel: "DownloadModel";
|
|
3190
|
-
TestModel: "TestModel";
|
|
3191
|
-
}>;
|
|
3192
|
-
progress: zod.ZodNumber;
|
|
3193
|
-
startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3194
|
-
}, zod.core.$strip>>;
|
|
3195
|
-
url: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3196
|
-
virtualMachineServerType: zod.ZodOptional<zod.ZodEnum<{
|
|
3197
|
-
TextGenerationInference: "TextGenerationInference";
|
|
3198
|
-
VLlm: "VLlm";
|
|
3199
|
-
}>>;
|
|
3200
|
-
virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3201
|
-
vmSize: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3202
|
-
}, zod.core.$strip>>;
|
|
3203
|
-
displayName: zod.ZodString;
|
|
3204
|
-
id: zod.ZodString;
|
|
3205
|
-
modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
|
|
3206
|
-
OpenAi: "OpenAi";
|
|
3207
|
-
AzureOpenAi: "AzureOpenAi";
|
|
3208
|
-
HuggingFace: "HuggingFace";
|
|
3209
|
-
Cohere: "Cohere";
|
|
3210
|
-
Anthropic: "Anthropic";
|
|
3211
|
-
Gemini: "Gemini";
|
|
3212
|
-
VertexAi: "VertexAi";
|
|
3213
|
-
AzureFoundry: "AzureFoundry";
|
|
3214
|
-
}>>;
|
|
3215
|
-
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
3216
|
-
OpenAi: "OpenAi";
|
|
3217
|
-
HuggingFace: "HuggingFace";
|
|
3218
|
-
Cohere: "Cohere";
|
|
3219
|
-
Anthropic: "Anthropic";
|
|
3220
|
-
Google: "Google";
|
|
3221
|
-
Meta: "Meta";
|
|
3222
|
-
Mistral: "Mistral";
|
|
3223
|
-
Microsoft: "Microsoft";
|
|
3224
|
-
DeepSeek: "DeepSeek";
|
|
3225
|
-
XAi: "XAi";
|
|
3226
|
-
Amazon: "Amazon";
|
|
3227
|
-
Qwen: "Qwen";
|
|
3228
|
-
Other: "Other";
|
|
3229
|
-
}>>;
|
|
3230
|
-
name: zod.ZodString;
|
|
3231
|
-
properties: zod.ZodArray<zod.ZodObject<{
|
|
3232
|
-
name: zod.ZodString;
|
|
3233
|
-
type: zod.ZodEnum<{
|
|
3234
|
-
Boolean: "Boolean";
|
|
3235
|
-
Number: "Number";
|
|
3236
|
-
String: "String";
|
|
3237
|
-
}>;
|
|
3238
|
-
}, zod.core.$strip>>;
|
|
3239
|
-
}, zod.core.$strip>;
|
|
3240
|
-
prePrompt: zod.ZodString;
|
|
3241
|
-
presencePenalty: zod.ZodNumber;
|
|
3242
|
-
role: zod.ZodEnum<{
|
|
3243
|
-
Document: "Document";
|
|
3244
|
-
Agent: "Agent";
|
|
3245
|
-
Analyzer: "Analyzer";
|
|
3246
|
-
}>;
|
|
3247
|
-
temperature: zod.ZodNumber;
|
|
3248
|
-
topP: zod.ZodNumber;
|
|
3249
|
-
}, zod.core.$strip>>;
|
|
3250
|
-
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3251
|
-
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3233
|
+
isAdmin: zod.ZodBoolean;
|
|
3252
3234
|
name: zod.ZodString;
|
|
3253
|
-
outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3254
|
-
sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3255
|
-
showSources: zod.ZodBoolean;
|
|
3256
|
-
summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3257
|
-
supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
3258
|
-
tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3259
|
-
variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3260
|
-
access: zod.ZodEnum<{
|
|
3261
|
-
None: "None";
|
|
3262
|
-
Read: "Read";
|
|
3263
|
-
Write: "Write";
|
|
3264
|
-
}>;
|
|
3265
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3266
|
-
}, zod.core.$strip>>;
|
|
3267
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>;
|
|
3268
3253
|
/**
|
|
3269
|
-
* @summary
|
|
3254
|
+
* @summary Updates the basic information of a workspace.
|
|
3270
3255
|
*/
|
|
3271
3256
|
export declare const workSpacesPutPathIdRegExp: RegExp;
|
|
3272
3257
|
export declare const workSpacesPutParams: zod.ZodObject<{
|
|
@@ -3281,7 +3266,15 @@ export declare const workSpacesPutBody: zod.ZodObject<{
|
|
|
3281
3266
|
tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3282
3267
|
}, zod.core.$strict>;
|
|
3283
3268
|
/**
|
|
3284
|
-
* @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.
|
|
3285
3278
|
*/
|
|
3286
3279
|
export declare const workSpacesGetThreadsPathIdRegExp: RegExp;
|
|
3287
3280
|
export declare const workSpacesGetThreadsParams: zod.ZodObject<{
|
|
@@ -3314,10 +3307,10 @@ export declare const workSpacesGetThreadsResponse: zod.ZodObject<{
|
|
|
3314
3307
|
total: zod.ZodNumber;
|
|
3315
3308
|
}, zod.core.$strip>;
|
|
3316
3309
|
/**
|
|
3317
|
-
* @summary
|
|
3310
|
+
* @summary Deletes the model configuration for a specific workspace and role.
|
|
3318
3311
|
*/
|
|
3319
|
-
export declare const
|
|
3320
|
-
export declare const
|
|
3312
|
+
export declare const workSpacesDeleteModelConfigurationPathIdRegExp: RegExp;
|
|
3313
|
+
export declare const workSpacesDeleteModelConfigurationParams: zod.ZodObject<{
|
|
3321
3314
|
id: zod.ZodString;
|
|
3322
3315
|
role: zod.ZodEnum<{
|
|
3323
3316
|
Document: "Document";
|
|
@@ -3325,8 +3318,20 @@ export declare const workSpacesPutModelConfigurationIdModelconfigurationRolePara
|
|
|
3325
3318
|
Analyzer: "Analyzer";
|
|
3326
3319
|
}>;
|
|
3327
3320
|
}, zod.core.$strict>;
|
|
3328
|
-
|
|
3329
|
-
|
|
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<{
|
|
3330
3335
|
frequencyPenalty: zod.ZodNumber;
|
|
3331
3336
|
modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3332
3337
|
modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3341,7 +3346,7 @@ export declare const workSpacesPutModelConfigurationIdModelconfigurationRoleBody
|
|
|
3341
3346
|
topP: zod.ZodNumber;
|
|
3342
3347
|
}, zod.core.$strict>;
|
|
3343
3348
|
/**
|
|
3344
|
-
* @summary
|
|
3349
|
+
* @summary Removes a data space from a workspace.
|
|
3345
3350
|
*/
|
|
3346
3351
|
export declare const workSpacesRemoveDataSpacePathWorkspaceIdRegExp: RegExp;
|
|
3347
3352
|
export declare const workSpacesRemoveDataSpacePathDataspaceIdRegExp: RegExp;
|
|
@@ -3350,7 +3355,7 @@ export declare const workSpacesRemoveDataSpaceParams: zod.ZodObject<{
|
|
|
3350
3355
|
dataspaceId: zod.ZodString;
|
|
3351
3356
|
}, zod.core.$strict>;
|
|
3352
3357
|
/**
|
|
3353
|
-
* @summary
|
|
3358
|
+
* @summary Adds a data space to a workspace.
|
|
3354
3359
|
*/
|
|
3355
3360
|
export declare const workSpacesAddDataSpacePathWorkspaceIdRegExp: RegExp;
|
|
3356
3361
|
export declare const workSpacesAddDataSpacePathDataspaceIdRegExp: RegExp;
|
|
@@ -3359,19 +3364,64 @@ export declare const workSpacesAddDataSpaceParams: zod.ZodObject<{
|
|
|
3359
3364
|
dataspaceId: zod.ZodString;
|
|
3360
3365
|
}, zod.core.$strict>;
|
|
3361
3366
|
/**
|
|
3362
|
-
* @summary
|
|
3367
|
+
* @summary Gets a list of all the files that are uploaded directly to the workspace.
|
|
3363
3368
|
*/
|
|
3364
|
-
export declare const
|
|
3365
|
-
export declare const
|
|
3369
|
+
export declare const workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
|
|
3370
|
+
export declare const workSpacesGetWorkspaceFilesParams: zod.ZodObject<{
|
|
3366
3371
|
workspaceId: zod.ZodString;
|
|
3367
3372
|
}, zod.core.$strict>;
|
|
3368
|
-
export declare const
|
|
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.
|
|
3413
|
+
*/
|
|
3414
|
+
export declare const workSpacesWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
|
|
3415
|
+
export declare const workSpacesWorkspaceFilesParams: zod.ZodObject<{
|
|
3416
|
+
workspaceId: zod.ZodString;
|
|
3417
|
+
}, zod.core.$strict>;
|
|
3418
|
+
export declare const workSpacesWorkspaceFilesBody: zod.ZodObject<{
|
|
3369
3419
|
files: zod.ZodOptional<zod.ZodArray<zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>>>;
|
|
3370
3420
|
}, zod.core.$strict>;
|
|
3371
|
-
export declare const
|
|
3372
|
-
export declare const
|
|
3373
|
-
export declare const
|
|
3374
|
-
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<{
|
|
3375
3425
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3376
3426
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3377
3427
|
createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3397,7 +3447,7 @@ export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponseItem: zod.Z
|
|
|
3397
3447
|
Ingesting: "Ingesting";
|
|
3398
3448
|
}>;
|
|
3399
3449
|
}, zod.core.$strip>;
|
|
3400
|
-
export declare const
|
|
3450
|
+
export declare const workSpacesWorkspaceFilesResponse: zod.ZodArray<zod.ZodObject<{
|
|
3401
3451
|
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3402
3452
|
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3403
3453
|
createdByUserName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3424,7 +3474,7 @@ export declare const workSpacesWorkspaceFilesWorkspaceIdFilesResponse: zod.ZodAr
|
|
|
3424
3474
|
}>;
|
|
3425
3475
|
}, zod.core.$strip>>;
|
|
3426
3476
|
/**
|
|
3427
|
-
* @summary Removes a file
|
|
3477
|
+
* @summary Removes a file from the workspace and the ingested content.
|
|
3428
3478
|
*/
|
|
3429
3479
|
export declare const workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp: RegExp;
|
|
3430
3480
|
export declare const workSpacesDeleteWorkspaceFilePathFileIdRegExp: RegExp;
|
|
@@ -3432,14 +3482,72 @@ export declare const workSpacesDeleteWorkspaceFileParams: zod.ZodObject<{
|
|
|
3432
3482
|
workspaceId: zod.ZodString;
|
|
3433
3483
|
fileId: zod.ZodString;
|
|
3434
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>;
|
|
3435
3543
|
/**
|
|
3436
|
-
* @summary
|
|
3544
|
+
* @summary Sets the active flow definition for a workspace.
|
|
3437
3545
|
*/
|
|
3438
|
-
export declare const
|
|
3439
|
-
export declare const
|
|
3546
|
+
export declare const workSpacesSetActiveFlowPathWorkspaceIdRegExp: RegExp;
|
|
3547
|
+
export declare const workSpacesSetActiveFlowParams: zod.ZodObject<{
|
|
3440
3548
|
workspaceId: zod.ZodString;
|
|
3441
3549
|
}, zod.core.$strict>;
|
|
3442
|
-
export declare const
|
|
3550
|
+
export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
|
|
3443
3551
|
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3444
3552
|
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3445
3553
|
target: zod.ZodObject<{
|
|
@@ -3494,23 +3602,13 @@ export declare const workSpacesSetActiveFlowWorkspaceIdFlowsActiveBody: zod.ZodO
|
|
|
3494
3602
|
}, zod.core.$strict>>>>;
|
|
3495
3603
|
}, zod.core.$strict>;
|
|
3496
3604
|
/**
|
|
3497
|
-
* @summary Updates the
|
|
3605
|
+
* @summary Updates the layout of blocks for the active flow definition.
|
|
3498
3606
|
*/
|
|
3499
3607
|
export declare const workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp: RegExp;
|
|
3500
3608
|
export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
|
|
3501
3609
|
workspaceId: zod.ZodString;
|
|
3502
3610
|
}, zod.core.$strict>;
|
|
3503
3611
|
export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
|
|
3504
|
-
/**
|
|
3505
|
-
* @summary Updates the flag that determines whether to store the prompt and response within a specific workspace.
|
|
3506
|
-
*/
|
|
3507
|
-
export declare const workSpacesUpdatePromptResponseFlagPathWorkspaceIdRegExp: RegExp;
|
|
3508
|
-
export declare const workSpacesUpdatePromptResponseFlagParams: zod.ZodObject<{
|
|
3509
|
-
workspaceId: zod.ZodString;
|
|
3510
|
-
}, zod.core.$strict>;
|
|
3511
|
-
export declare const workSpacesUpdatePromptResponseFlagQueryParams: zod.ZodObject<{
|
|
3512
|
-
isPromptAndResponseLoggingEnabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
3513
|
-
}, zod.core.$strict>;
|
|
3514
3612
|
/**
|
|
3515
3613
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
3516
3614
|
*/
|
|
@@ -3686,19 +3784,146 @@ export declare const sandBoxClearSandboxMessagesParams: zod.ZodObject<{
|
|
|
3686
3784
|
workspaceId: zod.ZodString;
|
|
3687
3785
|
}, zod.core.$strict>;
|
|
3688
3786
|
/**
|
|
3689
|
-
* @summary
|
|
3787
|
+
* @summary Retrieve messages from the sandbox environment of a specific workspace in SmartSpace, with options for pagination take and skip
|
|
3690
3788
|
*/
|
|
3691
|
-
export declare const
|
|
3692
|
-
export declare const
|
|
3789
|
+
export declare const sandBoxGetThreadMessagesPathWorkspaceIdRegExp: RegExp;
|
|
3790
|
+
export declare const sandBoxGetThreadMessagesParams: zod.ZodObject<{
|
|
3693
3791
|
workspaceId: zod.ZodString;
|
|
3694
3792
|
}, zod.core.$strict>;
|
|
3695
|
-
export declare const
|
|
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<{
|
|
3866
|
+
workspaceId: zod.ZodString;
|
|
3867
|
+
}, zod.core.$strict>;
|
|
3868
|
+
export declare const sandBoxThreadMessagesBody: zod.ZodObject<{
|
|
3696
3869
|
inputs: zod.ZodArray<zod.ZodObject<{
|
|
3697
3870
|
channels: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodNumber>>>;
|
|
3698
3871
|
name: zod.ZodString;
|
|
3699
3872
|
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3700
3873
|
}, zod.core.$strict>>;
|
|
3874
|
+
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
|
|
3701
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
|
+
*/
|
|
3702
3927
|
export declare const sandBoxAddValueToMessagePathWorkspaceIdRegExp: RegExp;
|
|
3703
3928
|
export declare const sandBoxAddValueToMessagePathIdRegExp: RegExp;
|
|
3704
3929
|
export declare const sandBoxAddValueToMessageParams: zod.ZodObject<{
|