@smartspace/api-client 0.1.0-pr.814.d00791b → 0.1.0-pr.815.7fe1435
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 +16 -16
- package/dist/generated/chat/api.js +14 -14
- 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/filesDownloadFileParams.d.ts +0 -2
- package/dist/generated/chat/models/{file.d.ts → filesFile.d.ts} +1 -1
- package/dist/generated/chat/models/{fileUriResponse.d.ts → filesFileUriResponse.d.ts} +1 -1
- package/dist/generated/chat/models/filesGetUriParams.d.ts +0 -2
- package/dist/generated/chat/models/index.d.ts +25 -21
- package/dist/generated/chat/models/index.js +25 -21
- 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/{pagedDataCollectionWorkSpace.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 -5
- 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 +8 -8
- package/dist/generated/chat/zod.js +27 -27
- package/dist/generated/config/api.d.ts +28 -28
- package/dist/generated/config/api.js +34 -34
- 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/{inputPinInterfaceSchema.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/{inputPinInterfaceMetadata.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/{outputPinInterfaceMetadata.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/filesCreateFileFromBlobUri.d.ts +14 -0
- package/dist/generated/config/models/filesDownloadFileParams.d.ts +0 -2
- package/dist/generated/config/models/{file.d.ts → filesFile.d.ts} +1 -1
- package/dist/generated/config/models/{fileUriResponse.d.ts → filesFileUriResponse.d.ts} +1 -1
- package/dist/generated/config/models/filesGetFileInfoParams.d.ts +0 -2
- package/dist/generated/config/models/filesGetUriParams.d.ts +0 -2
- package/dist/generated/config/models/{ingestedBlob.d.ts → filesIngestedBlob.d.ts} +3 -3
- package/dist/generated/config/models/index.d.ts +56 -48
- package/dist/generated/config/models/index.js +56 -48
- package/dist/generated/config/models/messagesCreateMessageInput.d.ts +15 -0
- package/dist/generated/config/models/{messageCreateMessageInputChannels.d.ts → messagesCreateMessageInputChannels.d.ts} +1 -1
- package/dist/generated/config/models/messagesCreateMessageInputValue.d.ts +10 -0
- package/dist/generated/config/models/{messageMessage.d.ts → messagesMessage.d.ts} +5 -5
- package/dist/generated/config/models/messagesMessage.js +2 -0
- package/dist/generated/config/models/{messageMessageCreatorProfileImage.d.ts → messagesMessageCreatorProfileImage.d.ts} +1 -1
- package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.d.ts → messagesMessageError.d.ts} +3 -3
- package/dist/generated/config/models/messagesMessageError.js +2 -0
- package/dist/generated/config/models/{inputPinInterfaceDefault.d.ts → messagesMessageErrorData.d.ts} +1 -1
- package/dist/generated/config/models/{messageMessageValue.d.ts → messagesMessageValue.d.ts} +5 -5
- package/dist/generated/config/models/messagesMessageValue.js +2 -0
- package/dist/generated/config/models/{messageMessageValueChannels.d.ts → messagesMessageValueChannels.d.ts} +1 -1
- package/dist/generated/config/models/{stateInterfaceDefault.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/{messageSandBoxMessageRequestVariables.d.ts → messagesSandBoxMessageRequestVariables.d.ts} +1 -1
- 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/pagedDataCollectionFilesIngestedBlob.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.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/{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 +0 -6
- package/dist/generated/config/models/{workSpaceBasicInfo.d.ts → workSpacesUpdateWorkSpaceBasicInfo.d.ts} +1 -1
- package/dist/generated/config/models/{workSpace.d.ts → workSpacesWorkSpace.d.ts} +5 -5
- 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 +0 -1
- package/dist/generated/config/zod.d.ts +88 -365
- package/dist/generated/config/zod.js +131 -279
- package/package.json +1 -1
- package/dist/generated/chat/models/messageCreateMessageInput.d.ts +0 -15
- package/dist/generated/chat/models/pagedDataCollectionMessageMessage.d.ts +0 -11
- package/dist/generated/chat/models/pagedDataCollectionModelModelSummary.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 -13
- 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/pagedDataCollectionIngestedBlob.d.ts +0 -11
- 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/portInterfaceMetadata.d.ts +0 -9
- 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/stateInterfaceMetadata.d.ts +0 -9
- /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/{file.js → filesFile.js} +0 -0
- /package/dist/generated/chat/models/{fileUriResponse.js → filesFileUriResponse.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/{ingestedBlob.js → aiModelDeploymentStep.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterface.js → aiModelSummary.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceGenerics.js → blocksBlockInfo.js} +0 -0
- /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.js → blocksBlockInterface.js} +0 -0
- /package/dist/generated/config/models/{blockInterfaceMetadata.js → blocksBlockInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInput.js → blocksBlockInterfacePorts.js} +0 -0
- /package/dist/generated/config/models/{messageMessage.js → blocksBlockInterfaceState.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValue.js → blocksBlockSet.js} +0 -0
- /package/dist/generated/config/models/{messageSandBoxMessageRequest.js → blocksBlockSetBlockInterfaces.js} +0 -0
- /package/dist/generated/config/models/{modelModelSummary.js → blocksGetBlocks200One.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterface.js → blocksGetBlocks200Three.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceGenerics.js → blocksGetBlocks200Two.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionIngestedBlob.js → blocksInputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{file.js → blocksInputPinInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionModelModelSummary.js → blocksInputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{fileUriResponse.js → blocksInputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceDefault.js → blocksInputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionWorkSpace.js → blocksOutputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{portInterface.js → blocksOutputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceMetadata.js → blocksOutputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceSchema.js → blocksOutputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceInputs.js → blocksPortInterface.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceOutputs.js → blocksPortInterfaceInputs.js} +0 -0
- /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowErrorData.js → blocksPortInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{stateInterface.js → blocksPortInterfaceOutputs.js} +0 -0
- /package/dist/generated/config/models/{workSpace.js → blocksStateInterface.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInputChannels.js → blocksStateInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInputValue.js → blocksStateInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{messageMessageCreatorProfileImage.js → filesCreateFileFromBlobUri.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValueChannels.js → filesFile.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValueValue.js → filesFileUriResponse.js} +0 -0
- /package/dist/generated/config/models/{workSpaceInputs.js → filesIngestedBlob.js} +0 -0
- /package/dist/generated/config/models/{workSpaceVariables.js → messagesCreateMessageInput.js} +0 -0
- /package/dist/generated/config/models/{messageSandBoxMessageRequestVariables.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceMetadata.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceSchema.js → messagesMessageCreatorProfileImage.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceMetadata.js → messagesMessageErrorData.js} +0 -0
- /package/dist/generated/config/models/{stateInterfaceDefault.js → messagesMessageValueChannels.js} +0 -0
- /package/dist/generated/config/models/{stateInterfaceMetadata.js → messagesMessageValueValue.js} +0 -0
- /package/dist/generated/config/models/{workSpaceBasicInfo.js → messagesSandBoxMessageRequestVariables.js} +0 -0
- /package/dist/generated/config/models/{workSpaceUser.js → workSpacesUpdateWorkSpaceBasicInfo.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";
|
|
@@ -358,7 +358,7 @@ export declare const applicationUpdateGetLatestAvailableVersionResponse: zod.Zod
|
|
|
358
358
|
versionNumber: zod.ZodString;
|
|
359
359
|
}, zod.core.$strip>;
|
|
360
360
|
/**
|
|
361
|
-
* @summary Get a list of all block
|
|
361
|
+
* @summary Get a list of all block sets visible to the current principal.
|
|
362
362
|
*/
|
|
363
363
|
export declare const blockSetsGetBlockSetsQueryParams: zod.ZodObject<{
|
|
364
364
|
types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
@@ -524,77 +524,7 @@ export declare const blocksGetBlocksQueryParams: zod.ZodObject<{
|
|
|
524
524
|
types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
525
525
|
}, zod.core.$strict>;
|
|
526
526
|
export declare const blocksGetBlocksResponseBlockSetIdRegExp: RegExp;
|
|
527
|
-
export declare const
|
|
528
|
-
blockSetId: zod.ZodString;
|
|
529
|
-
connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
530
|
-
createdAt: zod.ZodISODateTime;
|
|
531
|
-
interface: zod.ZodObject<{
|
|
532
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
533
|
-
ports: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
534
|
-
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
535
|
-
channel: zod.ZodBoolean;
|
|
536
|
-
default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
537
|
-
generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
538
|
-
pin: zod.ZodString;
|
|
539
|
-
port: zod.ZodString;
|
|
540
|
-
}, zod.core.$strip>>;
|
|
541
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
542
|
-
required: zod.ZodBoolean;
|
|
543
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
544
|
-
sticky: zod.ZodBoolean;
|
|
545
|
-
type: zod.ZodEnum<{
|
|
546
|
-
Single: "Single";
|
|
547
|
-
List: "List";
|
|
548
|
-
Dictionary: "Dictionary";
|
|
549
|
-
}>;
|
|
550
|
-
virtual: zod.ZodBoolean;
|
|
551
|
-
}, zod.core.$strip>>;
|
|
552
|
-
isFunction: zod.ZodBoolean;
|
|
553
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
554
|
-
outputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
555
|
-
channel: zod.ZodBoolean;
|
|
556
|
-
channelGroupId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
557
|
-
generics: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
558
|
-
pin: zod.ZodString;
|
|
559
|
-
port: zod.ZodString;
|
|
560
|
-
}, zod.core.$strip>>;
|
|
561
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
562
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
563
|
-
type: zod.ZodEnum<{
|
|
564
|
-
Single: "Single";
|
|
565
|
-
List: "List";
|
|
566
|
-
Dictionary: "Dictionary";
|
|
567
|
-
}>;
|
|
568
|
-
}, zod.core.$strip>>;
|
|
569
|
-
type: zod.ZodEnum<{
|
|
570
|
-
Single: "Single";
|
|
571
|
-
List: "List";
|
|
572
|
-
Dictionary: "Dictionary";
|
|
573
|
-
}>;
|
|
574
|
-
}, zod.core.$strip>>;
|
|
575
|
-
scopes: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodEnum<{
|
|
576
|
-
WorkSpace: "WorkSpace";
|
|
577
|
-
DataSet: "DataSet";
|
|
578
|
-
}>>>>;
|
|
579
|
-
state: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
580
|
-
default: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
581
|
-
metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
582
|
-
scope: zod.ZodArray<zod.ZodObject<{
|
|
583
|
-
pin: zod.ZodString;
|
|
584
|
-
port: zod.ZodString;
|
|
585
|
-
}, zod.core.$strip>>;
|
|
586
|
-
}, zod.core.$strip>>;
|
|
587
|
-
}, zod.core.$strip>;
|
|
588
|
-
name: zod.ZodString;
|
|
589
|
-
sourceCodeUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
590
|
-
type: zod.ZodEnum<{
|
|
591
|
-
Native: "Native";
|
|
592
|
-
Custom: "Custom";
|
|
593
|
-
Debug: "Debug";
|
|
594
|
-
}>;
|
|
595
|
-
version: zod.ZodString;
|
|
596
|
-
}, zod.core.$strip>;
|
|
597
|
-
export declare const blocksGetBlocksResponse: zod.ZodArray<zod.ZodObject<{
|
|
527
|
+
export declare const blocksGetBlocksResponse: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
598
528
|
blockSetId: zod.ZodString;
|
|
599
529
|
connectionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
600
530
|
createdAt: zod.ZodISODateTime;
|
|
@@ -663,7 +593,7 @@ export declare const blocksGetBlocksResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
663
593
|
Debug: "Debug";
|
|
664
594
|
}>;
|
|
665
595
|
version: zod.ZodString;
|
|
666
|
-
}, zod.core.$strip
|
|
596
|
+
}, zod.core.$strip>>>;
|
|
667
597
|
/**
|
|
668
598
|
* @summary Manually trigger reingestion of a specific container item.
|
|
669
599
|
*/
|
|
@@ -1936,7 +1866,7 @@ export declare const debugInvokeParams: zod.ZodObject<{
|
|
|
1936
1866
|
export declare const debugInvokeBodyItem: zod.ZodAny;
|
|
1937
1867
|
export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
|
|
1938
1868
|
/**
|
|
1939
|
-
* @summary Upload files to be referenced in requests (supports full and chunked uploads)
|
|
1869
|
+
* @summary Upload files to be referenced in requests (supports full and chunked uploads).
|
|
1940
1870
|
*/
|
|
1941
1871
|
export declare const filesUploadFilesBodyThreadIdRegExpOne: RegExp;
|
|
1942
1872
|
export declare const filesUploadFilesBodyUploadIdRegExpOne: RegExp;
|
|
@@ -1976,7 +1906,7 @@ export declare const filesUploadFilesResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
1976
1906
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1977
1907
|
}, zod.core.$strip>>;
|
|
1978
1908
|
/**
|
|
1979
|
-
* @summary Get details for a file previously uploaded
|
|
1909
|
+
* @summary Get details for a file previously uploaded.
|
|
1980
1910
|
*/
|
|
1981
1911
|
export declare const filesGetFileInfoPathIdRegExpOne: RegExp;
|
|
1982
1912
|
export declare const filesGetFileInfoParams: zod.ZodObject<{
|
|
@@ -2003,7 +1933,7 @@ export declare const filesGetFileInfoResponse: zod.ZodObject<{
|
|
|
2003
1933
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2004
1934
|
}, zod.core.$strip>;
|
|
2005
1935
|
/**
|
|
2006
|
-
* @summary Download a previously uploaded file
|
|
1936
|
+
* @summary Download a previously uploaded file.
|
|
2007
1937
|
*/
|
|
2008
1938
|
export declare const filesDownloadFilePathIdRegExpOne: RegExp;
|
|
2009
1939
|
export declare const filesDownloadFileParams: zod.ZodObject<{
|
|
@@ -2016,7 +1946,7 @@ export declare const filesDownloadFileQueryParams: zod.ZodObject<{
|
|
|
2016
1946
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
2017
1947
|
}, zod.core.$strict>;
|
|
2018
1948
|
/**
|
|
2019
|
-
* @summary Get URI of a previously uploaded file
|
|
1949
|
+
* @summary Get URI of a previously uploaded file.
|
|
2020
1950
|
*/
|
|
2021
1951
|
export declare const filesGetUriPathIdRegExpOne: RegExp;
|
|
2022
1952
|
export declare const filesGetUriParams: zod.ZodObject<{
|
|
@@ -2984,7 +2914,7 @@ export declare const workSpaceTemplatesGetResponse: zod.ZodObject<{
|
|
|
2984
2914
|
total: zod.ZodNumber;
|
|
2985
2915
|
}, zod.core.$strip>;
|
|
2986
2916
|
/**
|
|
2987
|
-
* @summary
|
|
2917
|
+
* @summary Retrieves a collection of workspaces.
|
|
2988
2918
|
*/
|
|
2989
2919
|
export declare const workSpacesGetGetQueryTakeDefaultOne = 20;
|
|
2990
2920
|
export declare const workSpacesGetGetQuerySkipDefaultOne = 0;
|
|
@@ -3238,7 +3168,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
|
3238
3168
|
total: zod.ZodNumber;
|
|
3239
3169
|
}, zod.core.$strip>;
|
|
3240
3170
|
/**
|
|
3241
|
-
* @summary
|
|
3171
|
+
* @summary Creates a new workspace.
|
|
3242
3172
|
*/
|
|
3243
3173
|
export declare const workSpacesPostBodyDataSpacesItemRegExp: RegExp;
|
|
3244
3174
|
export declare const workSpacesPostBodyIdRegExp: RegExp;
|
|
@@ -3264,256 +3194,15 @@ export declare const workSpacesPostBody: zod.ZodObject<{
|
|
|
3264
3194
|
name: zod.ZodString;
|
|
3265
3195
|
templateVersionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3266
3196
|
}, zod.core.$strict>;
|
|
3267
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemDataSpaceIdRegExp: RegExp;
|
|
3268
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp: RegExp;
|
|
3269
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowIdRegExp: RegExp;
|
|
3270
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp: RegExp;
|
|
3271
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp: RegExp;
|
|
3272
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExp: RegExp;
|
|
3273
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExp: RegExp;
|
|
3274
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemIdRegExp: RegExp;
|
|
3275
|
-
export declare const workSpacesPostResponseDataSpacesItemDataSetsItemVersionRegExp: RegExp;
|
|
3276
|
-
export declare const workSpacesPostResponseDataSpacesItemIdRegExp: RegExp;
|
|
3277
|
-
export declare const workSpacesPostResponseDataSpacesItemParentWorkspaceIdRegExp: RegExp;
|
|
3278
|
-
export declare const workSpacesPostResponseDataSpacesItemWorkspacesInfoItemIdRegExp: RegExp;
|
|
3279
|
-
export declare const workSpacesPostResponseIdRegExp: RegExp;
|
|
3280
|
-
export declare const workSpacesPostResponseModelConfigurationsItemModelDeploymentIdRegExp: RegExp;
|
|
3281
|
-
export declare const workSpacesPostResponseModelConfigurationsItemModelDeploymentProviderIdRegExp: RegExp;
|
|
3282
|
-
export declare const workSpacesPostResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExp: RegExp;
|
|
3283
|
-
export declare const workSpacesPostResponseModelConfigurationsItemModelIdRegExp: RegExp;
|
|
3284
|
-
export declare const workSpacesPostResponseSandBoxThreadIdRegExp: RegExp;
|
|
3285
|
-
export declare const workSpacesPostResponse: zod.ZodObject<{
|
|
3286
|
-
createdAt: zod.ZodISODateTime;
|
|
3287
|
-
createdByUserId: zod.ZodString;
|
|
3288
|
-
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
3289
|
-
createdAt: zod.ZodISODateTime;
|
|
3290
|
-
createdByUserId: zod.ZodString;
|
|
3291
|
-
dataSets: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3292
|
-
createdAt: zod.ZodISODateTime;
|
|
3293
|
-
createdByUserId: zod.ZodString;
|
|
3294
|
-
dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3295
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3296
|
-
flow: zod.ZodOptional<zod.ZodObject<{
|
|
3297
|
-
activeFlowDefinition: zod.ZodOptional<zod.ZodObject<{
|
|
3298
|
-
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3299
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3300
|
-
target: zod.ZodObject<{
|
|
3301
|
-
pin: zod.ZodString;
|
|
3302
|
-
port: zod.ZodString;
|
|
3303
|
-
}, zod.core.$strip>;
|
|
3304
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3305
|
-
}, zod.core.$strip>>>>;
|
|
3306
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3307
|
-
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3308
|
-
pin: zod.ZodString;
|
|
3309
|
-
port: zod.ZodString;
|
|
3310
|
-
}, zod.core.$strip>>>>;
|
|
3311
|
-
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3312
|
-
pin: zod.ZodString;
|
|
3313
|
-
port: zod.ZodString;
|
|
3314
|
-
}, zod.core.$strip>>>>;
|
|
3315
|
-
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3316
|
-
name: zod.ZodString;
|
|
3317
|
-
version: zod.ZodString;
|
|
3318
|
-
}, zod.core.$strip>>>>;
|
|
3319
|
-
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3320
|
-
source: zod.ZodObject<{
|
|
3321
|
-
node: zod.ZodString;
|
|
3322
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3323
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3324
|
-
}, zod.core.$strip>;
|
|
3325
|
-
target: zod.ZodObject<{
|
|
3326
|
-
node: zod.ZodString;
|
|
3327
|
-
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3328
|
-
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3329
|
-
}, zod.core.$strip>;
|
|
3330
|
-
}, zod.core.$strip>>>>;
|
|
3331
|
-
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3332
|
-
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3333
|
-
}, zod.core.$strip>>>>;
|
|
3334
|
-
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3335
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3336
|
-
}, zod.core.$strip>>>>;
|
|
3337
|
-
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3338
|
-
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3339
|
-
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3340
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3341
|
-
}, zod.core.$strip>>>>;
|
|
3342
|
-
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3343
|
-
access: zod.ZodEnum<{
|
|
3344
|
-
None: "None";
|
|
3345
|
-
Read: "Read";
|
|
3346
|
-
Write: "Write";
|
|
3347
|
-
}>;
|
|
3348
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3349
|
-
}, zod.core.$strip>>>>;
|
|
3350
|
-
}, zod.core.$strip>>;
|
|
3351
|
-
activeFlowDefinitionId: zod.ZodString;
|
|
3352
|
-
id: zod.ZodString;
|
|
3353
|
-
triggers: zod.ZodArray<zod.ZodObject<{
|
|
3354
|
-
dataSourceContainer: zod.ZodObject<{
|
|
3355
|
-
dataSourceId: zod.ZodString;
|
|
3356
|
-
id: zod.ZodString;
|
|
3357
|
-
name: zod.ZodString;
|
|
3358
|
-
path: zod.ZodString;
|
|
3359
|
-
}, zod.core.$strip>;
|
|
3360
|
-
flowId: zod.ZodString;
|
|
3361
|
-
id: zod.ZodString;
|
|
3362
|
-
inputName: zod.ZodString;
|
|
3363
|
-
type: zod.ZodEnum<{
|
|
3364
|
-
Periodic: "Periodic";
|
|
3365
|
-
Container: "Container";
|
|
3366
|
-
}>;
|
|
3367
|
-
}, zod.core.$strip>>;
|
|
3368
|
-
}, zod.core.$strip>>;
|
|
3369
|
-
id: zod.ZodString;
|
|
3370
|
-
modifiedAt: zod.ZodISODateTime;
|
|
3371
|
-
modifiedByUserId: zod.ZodString;
|
|
3372
|
-
name: zod.ZodString;
|
|
3373
|
-
properties: zod.ZodArray<zod.ZodObject<{
|
|
3374
|
-
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3375
|
-
isVector: zod.ZodBoolean;
|
|
3376
|
-
name: zod.ZodString;
|
|
3377
|
-
}, zod.core.$strip>>;
|
|
3378
|
-
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3379
|
-
}, zod.core.$strip>>>>;
|
|
3380
|
-
id: zod.ZodString;
|
|
3381
|
-
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3382
|
-
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3383
|
-
name: zod.ZodString;
|
|
3384
|
-
parentWorkspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3385
|
-
workspacesInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3386
|
-
id: zod.ZodString;
|
|
3387
|
-
name: zod.ZodString;
|
|
3388
|
-
}, zod.core.$strip>>>>;
|
|
3389
|
-
}, zod.core.$strip>>;
|
|
3390
|
-
favorited: zod.ZodBoolean;
|
|
3391
|
-
firstPrompt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3392
|
-
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3393
|
-
inputs: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3394
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3395
|
-
}, zod.core.$strip>>;
|
|
3396
|
-
modelConfigurations: zod.ZodArray<zod.ZodObject<{
|
|
3397
|
-
frequencyPenalty: zod.ZodNumber;
|
|
3398
|
-
model: zod.ZodObject<{
|
|
3399
|
-
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3400
|
-
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3401
|
-
deployment: zod.ZodOptional<zod.ZodObject<{
|
|
3402
|
-
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3403
|
-
createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3404
|
-
detailedMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3405
|
-
dockerFile: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3406
|
-
id: zod.ZodString;
|
|
3407
|
-
modelName: zod.ZodString;
|
|
3408
|
-
providerDeploymentId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3409
|
-
providerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3410
|
-
region: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3411
|
-
status: zod.ZodEnum<{
|
|
3412
|
-
Deploying: "Deploying";
|
|
3413
|
-
Ready: "Ready";
|
|
3414
|
-
Failed: "Failed";
|
|
3415
|
-
Deleting: "Deleting";
|
|
3416
|
-
Deleted: "Deleted";
|
|
3417
|
-
}>;
|
|
3418
|
-
statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3419
|
-
statusUpdatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3420
|
-
steps: zod.ZodArray<zod.ZodObject<{
|
|
3421
|
-
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3422
|
-
id: zod.ZodString;
|
|
3423
|
-
index: zod.ZodNumber;
|
|
3424
|
-
message: zod.ZodString;
|
|
3425
|
-
name: zod.ZodEnum<{
|
|
3426
|
-
DeployVNet: "DeployVNet";
|
|
3427
|
-
DeployVM: "DeployVM";
|
|
3428
|
-
InstallDependencies: "InstallDependencies";
|
|
3429
|
-
DownloadModel: "DownloadModel";
|
|
3430
|
-
TestModel: "TestModel";
|
|
3431
|
-
}>;
|
|
3432
|
-
progress: zod.ZodNumber;
|
|
3433
|
-
startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3434
|
-
}, zod.core.$strip>>;
|
|
3435
|
-
url: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3436
|
-
virtualMachineServerType: zod.ZodOptional<zod.ZodEnum<{
|
|
3437
|
-
TextGenerationInference: "TextGenerationInference";
|
|
3438
|
-
VLlm: "VLlm";
|
|
3439
|
-
}>>;
|
|
3440
|
-
virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3441
|
-
vmSize: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3442
|
-
}, zod.core.$strip>>;
|
|
3443
|
-
displayName: zod.ZodString;
|
|
3444
|
-
id: zod.ZodString;
|
|
3445
|
-
modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
|
|
3446
|
-
OpenAi: "OpenAi";
|
|
3447
|
-
AzureOpenAi: "AzureOpenAi";
|
|
3448
|
-
HuggingFace: "HuggingFace";
|
|
3449
|
-
Cohere: "Cohere";
|
|
3450
|
-
Anthropic: "Anthropic";
|
|
3451
|
-
Gemini: "Gemini";
|
|
3452
|
-
VertexAi: "VertexAi";
|
|
3453
|
-
AzureFoundry: "AzureFoundry";
|
|
3454
|
-
}>>;
|
|
3455
|
-
modelPublisher: zod.ZodOptional<zod.ZodEnum<{
|
|
3456
|
-
OpenAi: "OpenAi";
|
|
3457
|
-
HuggingFace: "HuggingFace";
|
|
3458
|
-
Cohere: "Cohere";
|
|
3459
|
-
Anthropic: "Anthropic";
|
|
3460
|
-
Google: "Google";
|
|
3461
|
-
Meta: "Meta";
|
|
3462
|
-
Mistral: "Mistral";
|
|
3463
|
-
Microsoft: "Microsoft";
|
|
3464
|
-
DeepSeek: "DeepSeek";
|
|
3465
|
-
XAi: "XAi";
|
|
3466
|
-
Amazon: "Amazon";
|
|
3467
|
-
Qwen: "Qwen";
|
|
3468
|
-
Other: "Other";
|
|
3469
|
-
}>>;
|
|
3470
|
-
name: zod.ZodString;
|
|
3471
|
-
properties: zod.ZodArray<zod.ZodObject<{
|
|
3472
|
-
name: zod.ZodString;
|
|
3473
|
-
type: zod.ZodEnum<{
|
|
3474
|
-
Boolean: "Boolean";
|
|
3475
|
-
Number: "Number";
|
|
3476
|
-
String: "String";
|
|
3477
|
-
}>;
|
|
3478
|
-
}, zod.core.$strip>>;
|
|
3479
|
-
}, zod.core.$strip>;
|
|
3480
|
-
prePrompt: zod.ZodString;
|
|
3481
|
-
presencePenalty: zod.ZodNumber;
|
|
3482
|
-
role: zod.ZodEnum<{
|
|
3483
|
-
Document: "Document";
|
|
3484
|
-
Agent: "Agent";
|
|
3485
|
-
Analyzer: "Analyzer";
|
|
3486
|
-
}>;
|
|
3487
|
-
temperature: zod.ZodNumber;
|
|
3488
|
-
topP: zod.ZodNumber;
|
|
3489
|
-
}, zod.core.$strip>>;
|
|
3490
|
-
modifiedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3491
|
-
modifiedByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3492
|
-
name: zod.ZodString;
|
|
3493
|
-
outputSchema: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3494
|
-
sandBoxThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3495
|
-
showSources: zod.ZodBoolean;
|
|
3496
|
-
summary: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3497
|
-
supportsFiles: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
3498
|
-
tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3499
|
-
variables: zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3500
|
-
access: zod.ZodEnum<{
|
|
3501
|
-
None: "None";
|
|
3502
|
-
Read: "Read";
|
|
3503
|
-
Write: "Write";
|
|
3504
|
-
}>;
|
|
3505
|
-
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3506
|
-
}, zod.core.$strip>>;
|
|
3507
|
-
}, zod.core.$strip>;
|
|
3508
3197
|
/**
|
|
3509
|
-
* @summary
|
|
3198
|
+
* @summary Deletes a workspace by its ID.
|
|
3510
3199
|
*/
|
|
3511
3200
|
export declare const workSpacesDeletePathIdRegExp: RegExp;
|
|
3512
3201
|
export declare const workSpacesDeleteParams: zod.ZodObject<{
|
|
3513
3202
|
id: zod.ZodString;
|
|
3514
3203
|
}, zod.core.$strict>;
|
|
3515
3204
|
/**
|
|
3516
|
-
* @summary
|
|
3205
|
+
* @summary Retrieves a workspace by its ID.
|
|
3517
3206
|
*/
|
|
3518
3207
|
export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
|
|
3519
3208
|
export declare const workSpacesGetIdParams: zod.ZodObject<{
|
|
@@ -3780,34 +3469,14 @@ export declare const workSpacesDeleteAdminParams: zod.ZodObject<{
|
|
|
3780
3469
|
id: zod.ZodString;
|
|
3781
3470
|
userId: zod.ZodString;
|
|
3782
3471
|
}, zod.core.$strict>;
|
|
3783
|
-
export declare const workSpacesDeleteAdminResponseItem: zod.ZodObject<{
|
|
3784
|
-
id: zod.ZodString;
|
|
3785
|
-
isAdmin: zod.ZodBoolean;
|
|
3786
|
-
name: zod.ZodString;
|
|
3787
|
-
}, zod.core.$strip>;
|
|
3788
|
-
export declare const workSpacesDeleteAdminResponse: zod.ZodArray<zod.ZodObject<{
|
|
3789
|
-
id: zod.ZodString;
|
|
3790
|
-
isAdmin: zod.ZodBoolean;
|
|
3791
|
-
name: zod.ZodString;
|
|
3792
|
-
}, zod.core.$strip>>;
|
|
3793
3472
|
export declare const workSpacesAddWorkspaceAdminPathIdRegExp: RegExp;
|
|
3794
3473
|
export declare const workSpacesAddWorkspaceAdminPathUserIdRegExp: RegExp;
|
|
3795
3474
|
export declare const workSpacesAddWorkspaceAdminParams: zod.ZodObject<{
|
|
3796
3475
|
id: zod.ZodString;
|
|
3797
3476
|
userId: zod.ZodString;
|
|
3798
3477
|
}, zod.core.$strict>;
|
|
3799
|
-
export declare const workSpacesAddWorkspaceAdminResponseItem: zod.ZodObject<{
|
|
3800
|
-
id: zod.ZodString;
|
|
3801
|
-
isAdmin: zod.ZodBoolean;
|
|
3802
|
-
name: zod.ZodString;
|
|
3803
|
-
}, zod.core.$strip>;
|
|
3804
|
-
export declare const workSpacesAddWorkspaceAdminResponse: zod.ZodArray<zod.ZodObject<{
|
|
3805
|
-
id: zod.ZodString;
|
|
3806
|
-
isAdmin: zod.ZodBoolean;
|
|
3807
|
-
name: zod.ZodString;
|
|
3808
|
-
}, zod.core.$strip>>;
|
|
3809
3478
|
/**
|
|
3810
|
-
* @summary
|
|
3479
|
+
* @summary Updates the basic information of a workspace.
|
|
3811
3480
|
*/
|
|
3812
3481
|
export declare const workSpacesPutPathIdRegExp: RegExp;
|
|
3813
3482
|
export declare const workSpacesPutParams: zod.ZodObject<{
|
|
@@ -3822,7 +3491,7 @@ export declare const workSpacesPutBody: zod.ZodObject<{
|
|
|
3822
3491
|
tags: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3823
3492
|
}, zod.core.$strict>;
|
|
3824
3493
|
/**
|
|
3825
|
-
* @summary
|
|
3494
|
+
* @summary Marks a workspace as favorited or not for the active user.
|
|
3826
3495
|
*/
|
|
3827
3496
|
export declare const workSpacesSetFavoritedPathIdRegExp: RegExp;
|
|
3828
3497
|
export declare const workSpacesSetFavoritedParams: zod.ZodObject<{
|
|
@@ -3830,7 +3499,7 @@ export declare const workSpacesSetFavoritedParams: zod.ZodObject<{
|
|
|
3830
3499
|
}, zod.core.$strict>;
|
|
3831
3500
|
export declare const workSpacesSetFavoritedBody: zod.ZodBoolean;
|
|
3832
3501
|
/**
|
|
3833
|
-
* @summary
|
|
3502
|
+
* @summary Retrieves message threads for a workspace.
|
|
3834
3503
|
*/
|
|
3835
3504
|
export declare const workSpacesGetThreadsPathIdRegExp: RegExp;
|
|
3836
3505
|
export declare const workSpacesGetThreadsParams: zod.ZodObject<{
|
|
@@ -3865,8 +3534,8 @@ export declare const workSpacesGetThreadsResponse: zod.ZodObject<{
|
|
|
3865
3534
|
/**
|
|
3866
3535
|
* @summary Deletes the model configuration for a specific workspace and role.
|
|
3867
3536
|
*/
|
|
3868
|
-
export declare const
|
|
3869
|
-
export declare const
|
|
3537
|
+
export declare const workSpacesDeleteModelConfigurationPathIdRegExp: RegExp;
|
|
3538
|
+
export declare const workSpacesDeleteModelConfigurationParams: zod.ZodObject<{
|
|
3870
3539
|
id: zod.ZodString;
|
|
3871
3540
|
role: zod.ZodEnum<{
|
|
3872
3541
|
Document: "Document";
|
|
@@ -3875,10 +3544,10 @@ export declare const workSpacesPutModelConfigurationIdModelconfigurationRoleDele
|
|
|
3875
3544
|
}>;
|
|
3876
3545
|
}, zod.core.$strict>;
|
|
3877
3546
|
/**
|
|
3878
|
-
* @summary
|
|
3547
|
+
* @summary Updates the model configuration for a specific workspace and role.
|
|
3879
3548
|
*/
|
|
3880
|
-
export declare const
|
|
3881
|
-
export declare const
|
|
3549
|
+
export declare const workSpacesPutModelConfigurationPathIdRegExp: RegExp;
|
|
3550
|
+
export declare const workSpacesPutModelConfigurationParams: zod.ZodObject<{
|
|
3882
3551
|
id: zod.ZodString;
|
|
3883
3552
|
role: zod.ZodEnum<{
|
|
3884
3553
|
Document: "Document";
|
|
@@ -3886,8 +3555,8 @@ export declare const workSpacesPutModelConfigurationIdModelconfigurationRolePutP
|
|
|
3886
3555
|
Analyzer: "Analyzer";
|
|
3887
3556
|
}>;
|
|
3888
3557
|
}, zod.core.$strict>;
|
|
3889
|
-
export declare const
|
|
3890
|
-
export declare const
|
|
3558
|
+
export declare const workSpacesPutModelConfigurationBodyModelIdRegExp: RegExp;
|
|
3559
|
+
export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
|
|
3891
3560
|
frequencyPenalty: zod.ZodNumber;
|
|
3892
3561
|
modelDisplayText: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3893
3562
|
modelId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -3902,7 +3571,7 @@ export declare const workSpacesPutModelConfigurationIdModelconfigurationRolePutB
|
|
|
3902
3571
|
topP: zod.ZodNumber;
|
|
3903
3572
|
}, zod.core.$strict>;
|
|
3904
3573
|
/**
|
|
3905
|
-
* @summary
|
|
3574
|
+
* @summary Removes a data space from a workspace.
|
|
3906
3575
|
*/
|
|
3907
3576
|
export declare const workSpacesRemoveDataSpacePathWorkspaceIdRegExp: RegExp;
|
|
3908
3577
|
export declare const workSpacesRemoveDataSpacePathDataspaceIdRegExp: RegExp;
|
|
@@ -3911,7 +3580,7 @@ export declare const workSpacesRemoveDataSpaceParams: zod.ZodObject<{
|
|
|
3911
3580
|
dataspaceId: zod.ZodString;
|
|
3912
3581
|
}, zod.core.$strict>;
|
|
3913
3582
|
/**
|
|
3914
|
-
* @summary
|
|
3583
|
+
* @summary Adds a data space to a workspace.
|
|
3915
3584
|
*/
|
|
3916
3585
|
export declare const workSpacesAddDataSpacePathWorkspaceIdRegExp: RegExp;
|
|
3917
3586
|
export declare const workSpacesAddDataSpacePathDataspaceIdRegExp: RegExp;
|
|
@@ -3920,7 +3589,7 @@ export declare const workSpacesAddDataSpaceParams: zod.ZodObject<{
|
|
|
3920
3589
|
dataspaceId: zod.ZodString;
|
|
3921
3590
|
}, zod.core.$strict>;
|
|
3922
3591
|
/**
|
|
3923
|
-
* @summary Gets a list of all the files that are uploaded directly to the workspace
|
|
3592
|
+
* @summary Gets a list of all the files that are uploaded directly to the workspace.
|
|
3924
3593
|
*/
|
|
3925
3594
|
export declare const workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
|
|
3926
3595
|
export declare const workSpacesGetWorkspaceFilesParams: zod.ZodObject<{
|
|
@@ -3965,7 +3634,7 @@ export declare const workSpacesGetWorkspaceFilesResponse: zod.ZodObject<{
|
|
|
3965
3634
|
total: zod.ZodNumber;
|
|
3966
3635
|
}, zod.core.$strip>;
|
|
3967
3636
|
/**
|
|
3968
|
-
* @summary Uploads a list of files directly to the workspace
|
|
3637
|
+
* @summary Uploads a list of files directly to the workspace.
|
|
3969
3638
|
*/
|
|
3970
3639
|
export declare const workSpacesWorkspaceFilesPathWorkspaceIdRegExp: RegExp;
|
|
3971
3640
|
export declare const workSpacesWorkspaceFilesParams: zod.ZodObject<{
|
|
@@ -4030,7 +3699,7 @@ export declare const workSpacesWorkspaceFilesResponse: zod.ZodArray<zod.ZodObjec
|
|
|
4030
3699
|
}>;
|
|
4031
3700
|
}, zod.core.$strip>>;
|
|
4032
3701
|
/**
|
|
4033
|
-
* @summary Removes a file
|
|
3702
|
+
* @summary Removes a file from the workspace and the ingested content.
|
|
4034
3703
|
*/
|
|
4035
3704
|
export declare const workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp: RegExp;
|
|
4036
3705
|
export declare const workSpacesDeleteWorkspaceFilePathFileIdRegExp: RegExp;
|
|
@@ -4042,8 +3711,62 @@ export declare const workSpacesGetActiveFlowPathWorkspaceIdRegExp: RegExp;
|
|
|
4042
3711
|
export declare const workSpacesGetActiveFlowParams: zod.ZodObject<{
|
|
4043
3712
|
workspaceId: zod.ZodString;
|
|
4044
3713
|
}, zod.core.$strict>;
|
|
3714
|
+
export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
|
|
3715
|
+
blocks: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3716
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3717
|
+
target: zod.ZodObject<{
|
|
3718
|
+
pin: zod.ZodString;
|
|
3719
|
+
port: zod.ZodString;
|
|
3720
|
+
}, zod.core.$strip>;
|
|
3721
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3722
|
+
}, zod.core.$strip>>>>;
|
|
3723
|
+
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3724
|
+
dynamicInputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3725
|
+
pin: zod.ZodString;
|
|
3726
|
+
port: zod.ZodString;
|
|
3727
|
+
}, zod.core.$strip>>>>;
|
|
3728
|
+
dynamicOutputPins: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3729
|
+
pin: zod.ZodString;
|
|
3730
|
+
port: zod.ZodString;
|
|
3731
|
+
}, zod.core.$strip>>>>;
|
|
3732
|
+
dynamicPorts: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
|
|
3733
|
+
name: zod.ZodString;
|
|
3734
|
+
version: zod.ZodString;
|
|
3735
|
+
}, zod.core.$strip>>>>;
|
|
3736
|
+
connections: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3737
|
+
source: zod.ZodObject<{
|
|
3738
|
+
node: zod.ZodString;
|
|
3739
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3740
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3741
|
+
}, zod.core.$strip>;
|
|
3742
|
+
target: zod.ZodObject<{
|
|
3743
|
+
node: zod.ZodString;
|
|
3744
|
+
pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3745
|
+
port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3746
|
+
}, zod.core.$strip>;
|
|
3747
|
+
}, zod.core.$strip>>>>;
|
|
3748
|
+
constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3749
|
+
value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3750
|
+
}, zod.core.$strip>>>>;
|
|
3751
|
+
inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3752
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3753
|
+
}, zod.core.$strip>>>>;
|
|
3754
|
+
layout: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
|
|
3755
|
+
name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3756
|
+
outputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3757
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3758
|
+
}, zod.core.$strip>>>>;
|
|
3759
|
+
variables: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3760
|
+
access: zod.ZodEnum<{
|
|
3761
|
+
None: "None";
|
|
3762
|
+
Read: "Read";
|
|
3763
|
+
Write: "Write";
|
|
3764
|
+
}>;
|
|
3765
|
+
schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
|
|
3766
|
+
}, zod.core.$strip>>>>;
|
|
3767
|
+
}, zod.core.$strip>;
|
|
4045
3768
|
/**
|
|
4046
|
-
* @summary
|
|
3769
|
+
* @summary Sets the active flow definition for a workspace.
|
|
4047
3770
|
*/
|
|
4048
3771
|
export declare const workSpacesSetActiveFlowPathWorkspaceIdRegExp: RegExp;
|
|
4049
3772
|
export declare const workSpacesSetActiveFlowParams: zod.ZodObject<{
|
|
@@ -4104,7 +3827,7 @@ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
|
|
|
4104
3827
|
}, zod.core.$strict>>>>;
|
|
4105
3828
|
}, zod.core.$strict>;
|
|
4106
3829
|
/**
|
|
4107
|
-
* @summary Updates the
|
|
3830
|
+
* @summary Updates the layout of blocks for the active flow definition.
|
|
4108
3831
|
*/
|
|
4109
3832
|
export declare const workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp: RegExp;
|
|
4110
3833
|
export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
|
|
@@ -4357,7 +4080,7 @@ export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObjec
|
|
|
4357
4080
|
}, zod.core.$strip>>;
|
|
4358
4081
|
/**
|
|
4359
4082
|
* @summary Send a new message to the sandbox environment of a specific workspace in SmartSpace, using the workspaceId.
|
|
4360
|
-
Returns the initial SmartSpace.App.Business.Models.
|
|
4083
|
+
Returns the initial SmartSpace.App.Business.Models.Messages.Message synchronously; the flow
|
|
4361
4084
|
continues in a background task with deltas streaming via
|
|
4362
4085
|
`/workspaces/{workspaceId}/sandbox/messages/stream` and a
|
|
4363
4086
|
SignalR `ReceiveThreadUpdate` broadcast on terminal. Frontend
|
|
@@ -4421,8 +4144,8 @@ export declare const sandBoxStreamSandboxMessagesParams: zod.ZodObject<{
|
|
|
4421
4144
|
/**
|
|
4422
4145
|
* @summary Append a new input value to an in-flight sandbox message and stream
|
|
4423
4146
|
successive snapshots back to the client. Each frame is a full
|
|
4424
|
-
SmartSpace.App.Business.Models.
|
|
4425
|
-
should treat the response as a stream of SmartSpace.App.Business.Models.
|
|
4147
|
+
SmartSpace.App.Business.Models.Messages.Message with the latest cumulative state — the SDK
|
|
4148
|
+
should treat the response as a stream of SmartSpace.App.Business.Models.Messages.Message frames
|
|
4426
4149
|
(NDJSON / SSE), with the final frame being the authoritative completed
|
|
4427
4150
|
message. Mirrors the chat-api `POST /messages/{id}/values`.
|
|
4428
4151
|
*/
|