@smartspace/api-client 0.1.0-dev.bdaf06f → 0.1.0-dev.c698ba5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/chat/api.d.ts +18 -12
- package/dist/generated/chat/api.js +56 -9
- package/dist/generated/chat/models/aiIModelProperty.d.ts +11 -0
- package/dist/generated/chat/models/aiModel.d.ts +24 -0
- package/dist/generated/chat/models/aiModelDeployment.d.ts +44 -0
- package/dist/generated/chat/models/aiModelDeploymentStep.d.ts +19 -0
- package/dist/generated/chat/models/{modelModelSummary.d.ts → aiModelSummary.d.ts} +5 -3
- package/dist/generated/chat/models/enumsModelPublisher.d.ts +22 -0
- package/dist/generated/chat/models/enumsModelPublisher.js +25 -0
- package/dist/generated/chat/models/fileUriResponse.d.ts +9 -0
- package/dist/generated/chat/models/index.d.ts +25 -19
- package/dist/generated/chat/models/index.js +25 -19
- package/dist/generated/chat/models/messagesCreateMessageInput.d.ts +15 -0
- package/dist/generated/chat/models/{messageCreateMessageInputChannels.d.ts → messagesCreateMessageInputChannels.d.ts} +1 -1
- package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowErrorData.d.ts → messagesCreateMessageInputValue.d.ts} +1 -1
- package/dist/generated/chat/models/{messageMessage.d.ts → messagesMessage.d.ts} +5 -5
- package/dist/generated/chat/models/{messageMessageCreatorProfileImage.d.ts → messagesMessageCreatorProfileImage.d.ts} +1 -1
- package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowError.d.ts → messagesMessageError.d.ts} +3 -3
- package/dist/generated/chat/models/{messageMessageValueValue.d.ts → messagesMessageErrorData.d.ts} +1 -1
- package/dist/generated/chat/models/{messageMessageRequest.d.ts → messagesMessageRequest.d.ts} +5 -5
- package/dist/generated/chat/models/{messageMessageRequestVariables.d.ts → messagesMessageRequestVariables.d.ts} +1 -1
- package/dist/generated/chat/models/{messageMessageValue.d.ts → messagesMessageValue.d.ts} +5 -5
- package/dist/generated/chat/models/{messageMessageValueChannels.d.ts → messagesMessageValueChannels.d.ts} +1 -1
- package/dist/generated/chat/models/{messageCreateMessageInputValue.d.ts → messagesMessageValueValue.d.ts} +1 -1
- package/dist/generated/chat/models/messagesMessageValueValue.js +8 -0
- package/dist/generated/chat/models/modelModel.d.ts +2 -0
- package/dist/generated/chat/models/notificationNotification.d.ts +2 -0
- package/dist/generated/chat/models/{pagedDataCollectionMessageMessage.d.ts → pagedDataCollectionAiModelSummary.d.ts} +3 -3
- package/dist/generated/chat/models/pagedDataCollectionMessagesMessage.d.ts +11 -0
- package/dist/generated/chat/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +11 -0
- package/dist/generated/chat/models/workSpacesGetAccessParams.d.ts +0 -9
- package/dist/generated/chat/models/workSpacesGetGetParams.d.ts +0 -12
- package/dist/generated/chat/models/workSpacesThreadParams.d.ts +0 -9
- package/dist/generated/chat/models/{workSpace.d.ts → workSpacesWorkSpace.d.ts} +5 -7
- package/dist/generated/chat/models/{workSpaceInputs.d.ts → workSpacesWorkSpaceInputs.d.ts} +1 -1
- package/dist/generated/chat/models/{workSpaceVariables.d.ts → workSpacesWorkSpaceVariables.d.ts} +1 -1
- package/dist/generated/chat/zod.d.ts +182 -7
- package/dist/generated/chat/zod.js +137 -24
- package/dist/generated/config/api.d.ts +100 -22
- package/dist/generated/config/api.js +303 -36
- package/dist/generated/config/models/aiIModelProperty.d.ts +11 -0
- package/dist/generated/config/models/aiModel.d.ts +24 -0
- package/dist/generated/config/models/aiModelDeployment.d.ts +44 -0
- package/dist/generated/config/models/aiModelDeploymentStep.d.ts +19 -0
- package/dist/generated/config/models/{modelModelSummary.d.ts → aiModelSummary.d.ts} +5 -3
- package/dist/generated/config/models/{blockInfo.d.ts → blocksBlockInfo.d.ts} +3 -3
- package/dist/generated/config/models/blocksBlockInterface.d.ts +17 -0
- package/dist/generated/config/models/{outputPinInterfaceMetadata.d.ts → blocksBlockInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/blocksBlockInterfacePorts.d.ts +10 -0
- package/dist/generated/config/models/blocksBlockInterfaceState.d.ts +10 -0
- package/dist/generated/config/models/{blockBlockSet.d.ts → blocksBlockSet.d.ts} +3 -3
- package/dist/generated/config/models/blocksBlockSetBlockInterfaces.d.ts +12 -0
- package/dist/generated/config/models/{blockBlockSetBlockInterfaces.d.ts → blocksGetBlocks200One.d.ts} +3 -3
- package/dist/generated/config/models/blocksGetBlocks200Three.d.ts +12 -0
- package/dist/generated/config/models/blocksGetBlocks200Two.d.ts +12 -0
- package/dist/generated/config/models/blocksInputPinInterface.d.ts +23 -0
- package/dist/generated/config/models/{messageCreateMessageInputValue.d.ts → blocksInputPinInterfaceDefault.d.ts} +1 -1
- package/dist/generated/config/models/{outputPinInterfaceGenerics.d.ts → blocksInputPinInterfaceGenerics.d.ts} +1 -1
- package/dist/generated/config/models/blocksInputPinInterfaceMetadata.d.ts +9 -0
- package/dist/generated/config/models/{inputPinInterfaceSchema.d.ts → blocksInputPinInterfaceSchema.d.ts} +1 -1
- package/dist/generated/config/models/blocksOutputPinInterface.d.ts +19 -0
- package/dist/generated/config/models/{inputPinInterfaceGenerics.d.ts → blocksOutputPinInterfaceGenerics.d.ts} +1 -1
- package/dist/generated/config/models/blocksOutputPinInterfaceMetadata.d.ts +9 -0
- package/dist/generated/config/models/blocksOutputPinInterfaceSchema.d.ts +9 -0
- package/dist/generated/config/models/blocksPortInterface.d.ts +17 -0
- package/dist/generated/config/models/blocksPortInterfaceInputs.d.ts +10 -0
- package/dist/generated/config/models/{inputPinInterfaceMetadata.d.ts → blocksPortInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/blocksPortInterfaceOutputs.d.ts +10 -0
- package/dist/generated/config/models/blocksStateInterface.d.ts +15 -0
- package/dist/generated/config/models/{messageMessageValueValue.d.ts → blocksStateInterfaceDefault.d.ts} +1 -1
- package/dist/generated/config/models/{blockInterfaceMetadata.d.ts → blocksStateInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/createModel.d.ts +2 -0
- package/dist/generated/config/models/enumsModelPublisher.d.ts +22 -0
- package/dist/generated/config/models/enumsModelPublisher.js +25 -0
- package/dist/generated/config/models/fileUriResponse.d.ts +9 -0
- package/dist/generated/config/models/{portInterfaceMetadata.d.ts → flowRunsAddFileIdFilesBody.d.ts} +2 -2
- package/dist/generated/config/models/flowRunsCreateFlowRunParams.d.ts +13 -0
- package/dist/generated/config/models/index.d.ts +61 -47
- package/dist/generated/config/models/index.js +61 -47
- package/dist/generated/config/models/messagesCreateMessageInput.d.ts +15 -0
- package/dist/generated/config/models/messagesCreateMessageInput.js +2 -0
- package/dist/generated/config/models/{messageCreateMessageInputChannels.d.ts → messagesCreateMessageInputChannels.d.ts} +1 -1
- package/dist/generated/config/models/messagesCreateMessageInputValue.d.ts +10 -0
- package/dist/generated/config/models/{messageMessage.d.ts → messagesMessage.d.ts} +5 -5
- package/dist/generated/config/models/messagesMessage.js +2 -0
- package/dist/generated/config/models/{messageMessageCreatorProfileImage.d.ts → messagesMessageCreatorProfileImage.d.ts} +1 -1
- package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.d.ts → messagesMessageError.d.ts} +3 -3
- package/dist/generated/config/models/messagesMessageError.js +2 -0
- package/dist/generated/config/models/{stateInterfaceDefault.d.ts → messagesMessageErrorData.d.ts} +1 -1
- package/dist/generated/config/models/{messageMessageValue.d.ts → messagesMessageValue.d.ts} +5 -5
- package/dist/generated/config/models/messagesMessageValue.js +2 -0
- package/dist/generated/config/models/{messageMessageValueChannels.d.ts → messagesMessageValueChannels.d.ts} +1 -1
- package/dist/generated/config/models/{inputPinInterfaceDefault.d.ts → messagesMessageValueValue.d.ts} +1 -1
- package/dist/generated/config/models/messagesSandBoxMessageRequest.d.ts +13 -0
- package/dist/generated/config/models/messagesSandBoxMessageRequest.js +2 -0
- package/dist/generated/config/models/messagesSandBoxMessageRequestVariables.d.ts +12 -0
- package/dist/generated/config/models/modelModel.d.ts +2 -0
- package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesParams.d.ts → modelProvidersGetProvidersParams.d.ts} +3 -3
- package/dist/generated/config/models/modelsGetDefaultDockerFileParams.d.ts +10 -0
- package/dist/generated/config/models/modelsGetDefaultDockerFileParams.js +2 -0
- package/dist/generated/config/models/notificationNotification.d.ts +2 -0
- package/dist/generated/config/models/{pagedDataCollectionWorkSpace.d.ts → pagedDataCollectionAiModelSummary.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionAiModelSummary.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.js +2 -0
- package/dist/generated/config/models/{sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesParams.d.ts → sandBoxGetThreadMessagesParams.d.ts} +1 -1
- package/dist/generated/config/models/{stateInterfaceMetadata.d.ts → usersAdminPermissionParams.d.ts} +2 -2
- package/dist/generated/config/models/usersAdminPermissionParams.js +8 -0
- package/dist/generated/config/models/{createWorkSpace.d.ts → workSpacesCreateWorkSpace.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesCreateWorkSpace.js +2 -0
- package/dist/generated/config/models/workSpacesGetGetParams.d.ts +0 -9
- package/dist/generated/config/models/workSpacesGetThreadsParams.d.ts +0 -9
- package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.d.ts +10 -0
- package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.js +8 -0
- package/dist/generated/config/models/{workSpaceBasicInfo.d.ts → workSpacesUpdateWorkSpaceBasicInfo.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesUpdateWorkSpaceBasicInfo.js +8 -0
- package/dist/generated/config/models/{workSpace.d.ts → workSpacesWorkSpace.d.ts} +5 -7
- package/dist/generated/config/models/workSpacesWorkSpace.js +2 -0
- package/dist/generated/config/models/{workSpaceInputs.d.ts → workSpacesWorkSpaceInputs.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesWorkSpaceInputs.js +2 -0
- package/dist/generated/config/models/{workSpaceUser.d.ts → workSpacesWorkSpaceUser.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesWorkSpaceUser.js +8 -0
- package/dist/generated/config/models/{workSpaceVariables.d.ts → workSpacesWorkSpaceVariables.d.ts} +1 -1
- package/dist/generated/config/models/workSpacesWorkSpaceVariables.js +2 -0
- package/dist/generated/config/models/workSpacesWorkspaceFilesBody.d.ts +9 -0
- package/dist/generated/config/models/workSpacesWorkspaceFilesBody.js +8 -0
- package/dist/generated/config/zod.d.ts +679 -348
- package/dist/generated/config/zod.js +504 -271
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.d.ts +24 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.js +5 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.d.ts +27 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.js +5 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +71 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.js +2 -0
- package/dist/generated/signalr/TypedSignalR.Client/index.d.ts +21 -0
- package/dist/generated/signalr/TypedSignalR.Client/index.js +114 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/signalr.d.ts +4 -0
- package/dist/signalr.js +18 -0
- package/package.json +6 -2
- package/dist/generated/chat/models/messageCreateMessageInput.d.ts +0 -15
- package/dist/generated/chat/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
- package/dist/generated/chat/models/pagedDataCollectionWorkSpace.d.ts +0 -11
- package/dist/generated/config/models/blockInterface.d.ts +0 -17
- package/dist/generated/config/models/blockInterfacePorts.d.ts +0 -10
- package/dist/generated/config/models/blockInterfaceState.d.ts +0 -10
- package/dist/generated/config/models/inputPinInterface.d.ts +0 -23
- package/dist/generated/config/models/integrationsSmartSpaceAiFlowErrorData.d.ts +0 -10
- package/dist/generated/config/models/messageCreateMessageInput.d.ts +0 -15
- package/dist/generated/config/models/messageSandBoxMessageRequest.d.ts +0 -10
- package/dist/generated/config/models/outputPinInterface.d.ts +0 -19
- package/dist/generated/config/models/outputPinInterfaceSchema.d.ts +0 -9
- package/dist/generated/config/models/pagedDataCollectionModelModelSummary.d.ts +0 -11
- package/dist/generated/config/models/portInterface.d.ts +0 -17
- package/dist/generated/config/models/portInterfaceInputs.d.ts +0 -10
- package/dist/generated/config/models/portInterfaceOutputs.d.ts +0 -10
- package/dist/generated/config/models/stateInterface.d.ts +0 -15
- package/dist/generated/config/models/workSpacesUpdatePromptResponseFlagParams.d.ts +0 -12
- package/dist/generated/config/models/workSpacesWorkspaceFilesWorkspaceIdFilesBody.d.ts +0 -10
- /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowError.js → aiIModelProperty.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInput.js → aiModel.js} +0 -0
- /package/dist/generated/chat/models/{messageMessage.js → aiModelDeployment.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageRequest.js → aiModelDeploymentStep.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValue.js → aiModelSummary.js} +0 -0
- /package/dist/generated/chat/models/{integrationsSmartSpaceAiFlowErrorData.js → fileUriResponse.js} +0 -0
- /package/dist/generated/chat/models/{modelModelSummary.js → messagesCreateMessageInput.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInputChannels.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/chat/models/{messageCreateMessageInputValue.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionMessageMessage.js → messagesMessage.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageCreatorProfileImage.js → messagesMessageCreatorProfileImage.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionModelModelSummary.js → messagesMessageError.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageRequestVariables.js → messagesMessageErrorData.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionWorkSpace.js → messagesMessageRequest.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValueChannels.js → messagesMessageRequestVariables.js} +0 -0
- /package/dist/generated/chat/models/{workSpace.js → messagesMessageValue.js} +0 -0
- /package/dist/generated/chat/models/{messageMessageValueValue.js → messagesMessageValueChannels.js} +0 -0
- /package/dist/generated/chat/models/{workSpaceInputs.js → pagedDataCollectionAiModelSummary.js} +0 -0
- /package/dist/generated/chat/models/{workSpaceVariables.js → pagedDataCollectionMessagesMessage.js} +0 -0
- /package/dist/generated/{config/models/blockBlockSet.js → chat/models/pagedDataCollectionWorkSpacesWorkSpace.js} +0 -0
- /package/dist/generated/{config/models/blockBlockSetBlockInterfaces.js → chat/models/workSpacesWorkSpace.js} +0 -0
- /package/dist/generated/{config/models/blockInfo.js → chat/models/workSpacesWorkSpaceInputs.js} +0 -0
- /package/dist/generated/{config/models/blockInterface.js → chat/models/workSpacesWorkSpaceVariables.js} +0 -0
- /package/dist/generated/config/models/{blockInterfacePorts.js → aiIModelProperty.js} +0 -0
- /package/dist/generated/config/models/{blockInterfaceState.js → aiModel.js} +0 -0
- /package/dist/generated/config/models/{createWorkSpace.js → aiModelDeployment.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterface.js → aiModelDeploymentStep.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceGenerics.js → aiModelSummary.js} +0 -0
- /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowError.js → blocksBlockInfo.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInput.js → blocksBlockInterface.js} +0 -0
- /package/dist/generated/config/models/{blockInterfaceMetadata.js → blocksBlockInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{messageMessage.js → blocksBlockInterfacePorts.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValue.js → blocksBlockInterfaceState.js} +0 -0
- /package/dist/generated/config/models/{messageSandBoxMessageRequest.js → blocksBlockSet.js} +0 -0
- /package/dist/generated/config/models/{modelModelSummary.js → blocksBlockSetBlockInterfaces.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterface.js → blocksGetBlocks200One.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceGenerics.js → blocksGetBlocks200Three.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionModelModelSummary.js → blocksGetBlocks200Two.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionWorkSpace.js → blocksInputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceDefault.js → blocksInputPinInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{portInterface.js → blocksInputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceMetadata.js → blocksInputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceSchema.js → blocksInputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceInputs.js → blocksOutputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceOutputs.js → blocksOutputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{integrationsSmartSpaceAiFlowErrorData.js → blocksOutputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInputChannels.js → blocksOutputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{stateInterface.js → blocksPortInterface.js} +0 -0
- /package/dist/generated/config/models/{workSpace.js → blocksPortInterfaceInputs.js} +0 -0
- /package/dist/generated/config/models/{messageCreateMessageInputValue.js → blocksPortInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{workSpaceInputs.js → blocksPortInterfaceOutputs.js} +0 -0
- /package/dist/generated/config/models/{workSpaceVariables.js → blocksStateInterface.js} +0 -0
- /package/dist/generated/config/models/{messageMessageCreatorProfileImage.js → blocksStateInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValueChannels.js → blocksStateInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{messageMessageValueValue.js → fileUriResponse.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceMetadata.js → flowRunsAddFileIdFilesBody.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceSchema.js → flowRunsCreateFlowRunParams.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceMetadata.js → messagesCreateMessageInputChannels.js} +0 -0
- /package/dist/generated/config/models/{sandBoxThreadMessagesWorkspacesWorkspaceIdSandboxMessagesParams.js → messagesCreateMessageInputValue.js} +0 -0
- /package/dist/generated/config/models/{stateInterfaceDefault.js → messagesMessageCreatorProfileImage.js} +0 -0
- /package/dist/generated/config/models/{stateInterfaceMetadata.js → messagesMessageErrorData.js} +0 -0
- /package/dist/generated/config/models/{workSpaceBasicInfo.js → messagesMessageValueChannels.js} +0 -0
- /package/dist/generated/config/models/{workSpaceUser.js → messagesMessageValueValue.js} +0 -0
- /package/dist/generated/config/models/{workSpacesUpdatePromptResponseFlagParams.js → messagesSandBoxMessageRequestVariables.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesBody.js → modelProvidersGetProvidersParams.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkspaceFilesWorkspaceIdFilesParams.js → sandBoxGetThreadMessagesParams.js} +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { BlocksBlockInterfaceMetadata } from './blocksBlockInterfaceMetadata';
|
|
8
|
+
import type { BlocksBlockInterfacePorts } from './blocksBlockInterfacePorts';
|
|
9
|
+
import type { EnumsBlockScope } from './enumsBlockScope';
|
|
10
|
+
import type { BlocksBlockInterfaceState } from './blocksBlockInterfaceState';
|
|
11
|
+
export interface BlocksBlockInterface {
|
|
12
|
+
metadata: BlocksBlockInterfaceMetadata;
|
|
13
|
+
ports: BlocksBlockInterfacePorts;
|
|
14
|
+
/** @nullable */
|
|
15
|
+
scopes?: EnumsBlockScope[] | null;
|
|
16
|
+
state: BlocksBlockInterfaceState;
|
|
17
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { BlocksPortInterface } from './blocksPortInterface';
|
|
8
|
+
export type BlocksBlockInterfacePorts = {
|
|
9
|
+
[key: string]: BlocksPortInterface;
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { BlocksStateInterface } from './blocksStateInterface';
|
|
8
|
+
export type BlocksBlockInterfaceState = {
|
|
9
|
+
[key: string]: BlocksStateInterface;
|
|
10
|
+
};
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { BlocksBlockSetBlockInterfaces } from './blocksBlockSetBlockInterfaces';
|
|
8
8
|
import type { EnumsBlockType } from './enumsBlockType';
|
|
9
|
-
export interface
|
|
10
|
-
blockInterfaces:
|
|
9
|
+
export interface BlocksBlockSet {
|
|
10
|
+
blockInterfaces: BlocksBlockSetBlockInterfaces;
|
|
11
11
|
/** @nullable */
|
|
12
12
|
connectionId?: string | null;
|
|
13
13
|
/** @nullable */
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { BlocksBlockInterface } from './blocksBlockInterface';
|
|
8
|
+
export type BlocksBlockSetBlockInterfaces = {
|
|
9
|
+
[key: string]: {
|
|
10
|
+
[key: string]: BlocksBlockInterface;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
8
|
-
export type
|
|
7
|
+
import type { BlocksBlockInfo } from './blocksBlockInfo';
|
|
8
|
+
export type BlocksGetBlocks200One = {
|
|
9
9
|
[key: string]: {
|
|
10
|
-
[key: string]:
|
|
10
|
+
[key: string]: BlocksBlockInfo;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { BlocksBlockInfo } from './blocksBlockInfo';
|
|
8
|
+
export type BlocksGetBlocks200Three = {
|
|
9
|
+
[key: string]: {
|
|
10
|
+
[key: string]: BlocksBlockInfo;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { BlocksBlockInfo } from './blocksBlockInfo';
|
|
8
|
+
export type BlocksGetBlocks200Two = {
|
|
9
|
+
[key: string]: {
|
|
10
|
+
[key: string]: BlocksBlockInfo;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { BlocksInputPinInterfaceDefault } from './blocksInputPinInterfaceDefault';
|
|
8
|
+
import type { BlocksInputPinInterfaceGenerics } from './blocksInputPinInterfaceGenerics';
|
|
9
|
+
import type { BlocksInputPinInterfaceMetadata } from './blocksInputPinInterfaceMetadata';
|
|
10
|
+
import type { BlocksInputPinInterfaceSchema } from './blocksInputPinInterfaceSchema';
|
|
11
|
+
import type { EnumsPinType } from './enumsPinType';
|
|
12
|
+
export interface BlocksInputPinInterface {
|
|
13
|
+
channel: boolean;
|
|
14
|
+
/** @nullable */
|
|
15
|
+
default?: BlocksInputPinInterfaceDefault;
|
|
16
|
+
generics: BlocksInputPinInterfaceGenerics;
|
|
17
|
+
metadata: BlocksInputPinInterfaceMetadata;
|
|
18
|
+
required: boolean;
|
|
19
|
+
schema: BlocksInputPinInterfaceSchema;
|
|
20
|
+
sticky: boolean;
|
|
21
|
+
type: EnumsPinType;
|
|
22
|
+
virtual: boolean;
|
|
23
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { BlocksOutputPinInterfaceGenerics } from './blocksOutputPinInterfaceGenerics';
|
|
8
|
+
import type { BlocksOutputPinInterfaceMetadata } from './blocksOutputPinInterfaceMetadata';
|
|
9
|
+
import type { BlocksOutputPinInterfaceSchema } from './blocksOutputPinInterfaceSchema';
|
|
10
|
+
import type { EnumsPinType } from './enumsPinType';
|
|
11
|
+
export interface BlocksOutputPinInterface {
|
|
12
|
+
channel: boolean;
|
|
13
|
+
/** @nullable */
|
|
14
|
+
channelGroupId?: string | null;
|
|
15
|
+
generics: BlocksOutputPinInterfaceGenerics;
|
|
16
|
+
metadata: BlocksOutputPinInterfaceMetadata;
|
|
17
|
+
schema: BlocksOutputPinInterfaceSchema;
|
|
18
|
+
type: EnumsPinType;
|
|
19
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { BlocksPortInterfaceInputs } from './blocksPortInterfaceInputs';
|
|
8
|
+
import type { BlocksPortInterfaceMetadata } from './blocksPortInterfaceMetadata';
|
|
9
|
+
import type { BlocksPortInterfaceOutputs } from './blocksPortInterfaceOutputs';
|
|
10
|
+
import type { EnumsPortType } from './enumsPortType';
|
|
11
|
+
export interface BlocksPortInterface {
|
|
12
|
+
inputs: BlocksPortInterfaceInputs;
|
|
13
|
+
isFunction: boolean;
|
|
14
|
+
metadata: BlocksPortInterfaceMetadata;
|
|
15
|
+
outputs: BlocksPortInterfaceOutputs;
|
|
16
|
+
type: EnumsPortType;
|
|
17
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { BlocksInputPinInterface } from './blocksInputPinInterface';
|
|
8
|
+
export type BlocksPortInterfaceInputs = {
|
|
9
|
+
[key: string]: BlocksInputPinInterface;
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { BlocksOutputPinInterface } from './blocksOutputPinInterface';
|
|
8
|
+
export type BlocksPortInterfaceOutputs = {
|
|
9
|
+
[key: string]: BlocksOutputPinInterface;
|
|
10
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { BlocksStateInterfaceDefault } from './blocksStateInterfaceDefault';
|
|
8
|
+
import type { BlocksStateInterfaceMetadata } from './blocksStateInterfaceMetadata';
|
|
9
|
+
import type { FlowsBlockPinRef } from './flowsBlockPinRef';
|
|
10
|
+
export interface BlocksStateInterface {
|
|
11
|
+
/** @nullable */
|
|
12
|
+
default?: BlocksStateInterfaceDefault;
|
|
13
|
+
metadata: BlocksStateInterfaceMetadata;
|
|
14
|
+
scope: FlowsBlockPinRef[];
|
|
15
|
+
}
|
|
@@ -5,9 +5,11 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
import type { CreateModelDeployment } from './createModelDeployment';
|
|
8
|
+
import type { EnumsModelPublisher } from './enumsModelPublisher';
|
|
8
9
|
export interface CreateModel {
|
|
9
10
|
deployment?: CreateModelDeployment;
|
|
10
11
|
/** @nullable */
|
|
11
12
|
displayName?: string | null;
|
|
12
13
|
name: string;
|
|
14
|
+
publisher?: EnumsModelPublisher;
|
|
13
15
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
export type EnumsModelPublisher = typeof EnumsModelPublisher[keyof typeof EnumsModelPublisher];
|
|
8
|
+
export declare const EnumsModelPublisher: {
|
|
9
|
+
readonly OpenAi: "OpenAi";
|
|
10
|
+
readonly Anthropic: "Anthropic";
|
|
11
|
+
readonly Google: "Google";
|
|
12
|
+
readonly Meta: "Meta";
|
|
13
|
+
readonly Mistral: "Mistral";
|
|
14
|
+
readonly Microsoft: "Microsoft";
|
|
15
|
+
readonly DeepSeek: "DeepSeek";
|
|
16
|
+
readonly Cohere: "Cohere";
|
|
17
|
+
readonly XAi: "XAi";
|
|
18
|
+
readonly HuggingFace: "HuggingFace";
|
|
19
|
+
readonly Amazon: "Amazon";
|
|
20
|
+
readonly Qwen: "Qwen";
|
|
21
|
+
readonly Other: "Other";
|
|
22
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Generated by orval v7.13.2 🍺
|
|
4
|
+
* Do not edit manually.
|
|
5
|
+
* SmartSpace Admin API
|
|
6
|
+
* OpenAPI spec version: v1
|
|
7
|
+
*/
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.EnumsModelPublisher = void 0;
|
|
10
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
11
|
+
exports.EnumsModelPublisher = {
|
|
12
|
+
OpenAi: 'OpenAi',
|
|
13
|
+
Anthropic: 'Anthropic',
|
|
14
|
+
Google: 'Google',
|
|
15
|
+
Meta: 'Meta',
|
|
16
|
+
Mistral: 'Mistral',
|
|
17
|
+
Microsoft: 'Microsoft',
|
|
18
|
+
DeepSeek: 'DeepSeek',
|
|
19
|
+
Cohere: 'Cohere',
|
|
20
|
+
XAi: 'XAi',
|
|
21
|
+
HuggingFace: 'HuggingFace',
|
|
22
|
+
Amazon: 'Amazon',
|
|
23
|
+
Qwen: 'Qwen',
|
|
24
|
+
Other: 'Other',
|
|
25
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
export type FlowRunsCreateFlowRunParams = {
|
|
8
|
+
/**
|
|
9
|
+
* ID of the flow to run
|
|
10
|
+
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
11
|
+
*/
|
|
12
|
+
flowId?: string;
|
|
13
|
+
};
|
|
@@ -17,6 +17,11 @@ export * from './activityActivityWorkSpace';
|
|
|
17
17
|
export * from './activityExportLoggingsParams';
|
|
18
18
|
export * from './activityGetLoggingParams';
|
|
19
19
|
export * from './activityLlmUsageMetrics';
|
|
20
|
+
export * from './aiIModelProperty';
|
|
21
|
+
export * from './aiModel';
|
|
22
|
+
export * from './aiModelDeployment';
|
|
23
|
+
export * from './aiModelDeploymentStep';
|
|
24
|
+
export * from './aiModelSummary';
|
|
20
25
|
export * from './appRole';
|
|
21
26
|
export * from './appUserAppUser';
|
|
22
27
|
export * from './appUserAppUserDetail';
|
|
@@ -25,17 +30,36 @@ export * from './appUserServicePrincipalSearchResult';
|
|
|
25
30
|
export * from './applicationUpdateDeploymentInfo';
|
|
26
31
|
export * from './applicationUpdateVersionInfo';
|
|
27
32
|
export * from './azureADGroup';
|
|
28
|
-
export * from './blockBlockSet';
|
|
29
|
-
export * from './blockBlockSetBlockInterfaces';
|
|
30
|
-
export * from './blockInfo';
|
|
31
33
|
export * from './blockInputModel';
|
|
32
|
-
export * from './blockInterface';
|
|
33
|
-
export * from './blockInterfaceMetadata';
|
|
34
|
-
export * from './blockInterfacePorts';
|
|
35
|
-
export * from './blockInterfaceState';
|
|
36
34
|
export * from './blockSetsAddBlockSetBody';
|
|
37
35
|
export * from './blockSetsGetBlockSetsParams';
|
|
36
|
+
export * from './blocksBlockInfo';
|
|
37
|
+
export * from './blocksBlockInterface';
|
|
38
|
+
export * from './blocksBlockInterfaceMetadata';
|
|
39
|
+
export * from './blocksBlockInterfacePorts';
|
|
40
|
+
export * from './blocksBlockInterfaceState';
|
|
41
|
+
export * from './blocksBlockSet';
|
|
42
|
+
export * from './blocksBlockSetBlockInterfaces';
|
|
43
|
+
export * from './blocksGetBlocks200One';
|
|
44
|
+
export * from './blocksGetBlocks200Three';
|
|
45
|
+
export * from './blocksGetBlocks200Two';
|
|
38
46
|
export * from './blocksGetBlocksParams';
|
|
47
|
+
export * from './blocksInputPinInterface';
|
|
48
|
+
export * from './blocksInputPinInterfaceDefault';
|
|
49
|
+
export * from './blocksInputPinInterfaceGenerics';
|
|
50
|
+
export * from './blocksInputPinInterfaceMetadata';
|
|
51
|
+
export * from './blocksInputPinInterfaceSchema';
|
|
52
|
+
export * from './blocksOutputPinInterface';
|
|
53
|
+
export * from './blocksOutputPinInterfaceGenerics';
|
|
54
|
+
export * from './blocksOutputPinInterfaceMetadata';
|
|
55
|
+
export * from './blocksOutputPinInterfaceSchema';
|
|
56
|
+
export * from './blocksPortInterface';
|
|
57
|
+
export * from './blocksPortInterfaceInputs';
|
|
58
|
+
export * from './blocksPortInterfaceMetadata';
|
|
59
|
+
export * from './blocksPortInterfaceOutputs';
|
|
60
|
+
export * from './blocksStateInterface';
|
|
61
|
+
export * from './blocksStateInterfaceDefault';
|
|
62
|
+
export * from './blocksStateInterfaceMetadata';
|
|
39
63
|
export * from './configApiAddMessageFileFromBlobUri';
|
|
40
64
|
export * from './configApiRunFlowRequest';
|
|
41
65
|
export * from './connection';
|
|
@@ -53,7 +77,6 @@ export * from './createModelConfiguration';
|
|
|
53
77
|
export * from './createModelDeployment';
|
|
54
78
|
export * from './createModelDeploymentProvider';
|
|
55
79
|
export * from './createModelDeploymentProviderGoogleCredentials';
|
|
56
|
-
export * from './createWorkSpace';
|
|
57
80
|
export * from './dataSet';
|
|
58
81
|
export * from './dataSetItemCreateRequest';
|
|
59
82
|
export * from './dataSetItemCreateRequestProperties';
|
|
@@ -94,6 +117,7 @@ export * from './enumsModelDeploymentProviderType';
|
|
|
94
117
|
export * from './enumsModelDeploymentStatus';
|
|
95
118
|
export * from './enumsModelDeploymentStepName';
|
|
96
119
|
export * from './enumsModelPropertyType';
|
|
120
|
+
export * from './enumsModelPublisher';
|
|
97
121
|
export * from './enumsModelRole';
|
|
98
122
|
export * from './enumsNotificationType';
|
|
99
123
|
export * from './enumsPermissions';
|
|
@@ -101,6 +125,7 @@ export * from './enumsPinType';
|
|
|
101
125
|
export * from './enumsPortType';
|
|
102
126
|
export * from './enumsVirtualMachineServerType';
|
|
103
127
|
export * from './file';
|
|
128
|
+
export * from './fileUriResponse';
|
|
104
129
|
export * from './filesDownloadFileParams';
|
|
105
130
|
export * from './filesGetFileInfoParams';
|
|
106
131
|
export * from './filesGetUriParams';
|
|
@@ -120,6 +145,8 @@ export * from './flowInput';
|
|
|
120
145
|
export * from './flowInputSchema';
|
|
121
146
|
export * from './flowOutput';
|
|
122
147
|
export * from './flowOutputSchema';
|
|
148
|
+
export * from './flowRunsAddFileIdFilesBody';
|
|
149
|
+
export * from './flowRunsCreateFlowRunParams';
|
|
123
150
|
export * from './flowRunsGetStepExecutionsParams';
|
|
124
151
|
export * from './flowRunsGetVariables200One';
|
|
125
152
|
export * from './flowRunsGetVariables200Three';
|
|
@@ -136,19 +163,12 @@ export * from './flowsBlockPinRef';
|
|
|
136
163
|
export * from './flowsFlowPinRef';
|
|
137
164
|
export * from './functionExecutionDebugModel';
|
|
138
165
|
export * from './ingestedBlob';
|
|
139
|
-
export * from './inputPinInterface';
|
|
140
|
-
export * from './inputPinInterfaceDefault';
|
|
141
|
-
export * from './inputPinInterfaceGenerics';
|
|
142
|
-
export * from './inputPinInterfaceMetadata';
|
|
143
|
-
export * from './inputPinInterfaceSchema';
|
|
144
166
|
export * from './integrationsAzureActiveDirectoryServicePrincipal';
|
|
145
167
|
export * from './integrationsAzureArmAzureLocation';
|
|
146
168
|
export * from './integrationsAzureArmVirtualMachineSize';
|
|
147
169
|
export * from './integrationsAzureStorageSasToken';
|
|
148
170
|
export * from './integrationsSmartSpaceAiBlockInputModel';
|
|
149
171
|
export * from './integrationsSmartSpaceAiDebugLogsResponse';
|
|
150
|
-
export * from './integrationsSmartSpaceAiFlowError';
|
|
151
|
-
export * from './integrationsSmartSpaceAiFlowErrorData';
|
|
152
172
|
export * from './integrationsSmartSpaceAiFlowInputValue';
|
|
153
173
|
export * from './integrationsSmartSpaceAiFlowInputValueChannels';
|
|
154
174
|
export * from './integrationsSmartSpaceAiFlowInputValueValue';
|
|
@@ -156,18 +176,21 @@ export * from './integrationsSmartSpaceAiFlowPinRef';
|
|
|
156
176
|
export * from './integrationsSmartSpaceAiFlowValueModel';
|
|
157
177
|
export * from './integrationsSmartSpaceAiFlowValueModelChannels';
|
|
158
178
|
export * from './integrationsSmartSpaceAiFunctionExecutionDebugModel';
|
|
159
|
-
export * from './messageCreateMessageInput';
|
|
160
|
-
export * from './messageCreateMessageInputChannels';
|
|
161
|
-
export * from './messageCreateMessageInputValue';
|
|
162
|
-
export * from './messageMessage';
|
|
163
|
-
export * from './messageMessageCreatorProfileImage';
|
|
164
|
-
export * from './messageMessageValue';
|
|
165
|
-
export * from './messageMessageValueChannels';
|
|
166
|
-
export * from './messageMessageValueValue';
|
|
167
|
-
export * from './messageSandBoxMessageRequest';
|
|
168
179
|
export * from './messageThreadMessageThreadSummary';
|
|
169
180
|
export * from './messageThreadsGetStepExecutionsParams';
|
|
170
181
|
export * from './messageThreadsGetWorkspaceExecutionsParams';
|
|
182
|
+
export * from './messagesCreateMessageInput';
|
|
183
|
+
export * from './messagesCreateMessageInputChannels';
|
|
184
|
+
export * from './messagesCreateMessageInputValue';
|
|
185
|
+
export * from './messagesMessage';
|
|
186
|
+
export * from './messagesMessageCreatorProfileImage';
|
|
187
|
+
export * from './messagesMessageError';
|
|
188
|
+
export * from './messagesMessageErrorData';
|
|
189
|
+
export * from './messagesMessageValue';
|
|
190
|
+
export * from './messagesMessageValueChannels';
|
|
191
|
+
export * from './messagesMessageValueValue';
|
|
192
|
+
export * from './messagesSandBoxMessageRequest';
|
|
193
|
+
export * from './messagesSandBoxMessageRequestVariables';
|
|
171
194
|
export * from './microsoftAspNetCoreMvcProblemDetails';
|
|
172
195
|
export * from './microsoftExtensionsDiagnosticsHealthChecksHealthStatus';
|
|
173
196
|
export * from './modelConfiguration';
|
|
@@ -175,17 +198,15 @@ export * from './modelIModelProperty';
|
|
|
175
198
|
export * from './modelModel';
|
|
176
199
|
export * from './modelModelDeployment';
|
|
177
200
|
export * from './modelModelDeploymentStep';
|
|
178
|
-
export * from './
|
|
201
|
+
export * from './modelProvidersGetProvidersParams';
|
|
202
|
+
export * from './modelsGetDefaultDockerFileParams';
|
|
179
203
|
export * from './modelsGetModelsParams';
|
|
180
204
|
export * from './notificationGetParams';
|
|
181
205
|
export * from './notificationNotification';
|
|
182
206
|
export * from './notificationPagedNotifications';
|
|
183
|
-
export * from './outputPinInterface';
|
|
184
|
-
export * from './outputPinInterfaceGenerics';
|
|
185
|
-
export * from './outputPinInterfaceMetadata';
|
|
186
|
-
export * from './outputPinInterfaceSchema';
|
|
187
207
|
export * from './pagedDataCollectionAccess';
|
|
188
208
|
export * from './pagedDataCollectionActivityActivityWorkSpace';
|
|
209
|
+
export * from './pagedDataCollectionAiModelSummary';
|
|
189
210
|
export * from './pagedDataCollectionAppUserAppUser';
|
|
190
211
|
export * from './pagedDataCollectionAppUserAppUserDetail';
|
|
191
212
|
export * from './pagedDataCollectionAppUserAppUserSearchResult';
|
|
@@ -196,23 +217,15 @@ export * from './pagedDataCollectionDataSource';
|
|
|
196
217
|
export * from './pagedDataCollectionDataSpace';
|
|
197
218
|
export * from './pagedDataCollectionIngestedBlob';
|
|
198
219
|
export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
|
|
199
|
-
export * from './pagedDataCollectionModelModelSummary';
|
|
200
|
-
export * from './pagedDataCollectionWorkSpace';
|
|
201
220
|
export * from './pagedDataCollectionWorkSpaceTemplatesTemplate';
|
|
202
|
-
export * from './
|
|
203
|
-
export * from './portInterfaceInputs';
|
|
204
|
-
export * from './portInterfaceMetadata';
|
|
205
|
-
export * from './portInterfaceOutputs';
|
|
221
|
+
export * from './pagedDataCollectionWorkSpacesWorkSpace';
|
|
206
222
|
export * from './reportingDuration';
|
|
207
223
|
export * from './reportingGetRequestsParams';
|
|
208
224
|
export * from './reportingGetTokensParams';
|
|
209
225
|
export * from './reportingReportDefinitionSystemDateTime';
|
|
210
226
|
export * from './reportingReportSeries';
|
|
211
227
|
export * from './reportingSplit';
|
|
212
|
-
export * from './
|
|
213
|
-
export * from './stateInterface';
|
|
214
|
-
export * from './stateInterfaceDefault';
|
|
215
|
-
export * from './stateInterfaceMetadata';
|
|
228
|
+
export * from './sandBoxGetThreadMessagesParams';
|
|
216
229
|
export * from './testDataSourceConnection';
|
|
217
230
|
export * from './testDataSourceConnectionCredentials';
|
|
218
231
|
export * from './updateContainer';
|
|
@@ -222,22 +235,23 @@ export * from './updateDataSource';
|
|
|
222
235
|
export * from './updateDataSourceCredentials';
|
|
223
236
|
export * from './updateDataSourceCredentialsCredentials';
|
|
224
237
|
export * from './updateDataSpace';
|
|
238
|
+
export * from './usersAdminPermissionParams';
|
|
225
239
|
export * from './usersGetAccessWorkSpacesParams';
|
|
226
240
|
export * from './usersGetUsersParams';
|
|
227
241
|
export * from './usersRemoveUserFromAllWorkSpacesParams';
|
|
228
242
|
export * from './usersSearchUsersParams';
|
|
229
|
-
export * from './workSpace';
|
|
230
|
-
export * from './workSpaceBasicInfo';
|
|
231
243
|
export * from './workSpaceInfo';
|
|
232
|
-
export * from './workSpaceInputs';
|
|
233
244
|
export * from './workSpaceTemplatesGetParams';
|
|
234
245
|
export * from './workSpaceTemplatesPublisher';
|
|
235
246
|
export * from './workSpaceTemplatesTemplate';
|
|
236
247
|
export * from './workSpaceTemplatesVersion';
|
|
237
|
-
export * from './
|
|
238
|
-
export * from './workSpaceVariables';
|
|
248
|
+
export * from './workSpacesCreateWorkSpace';
|
|
239
249
|
export * from './workSpacesGetGetParams';
|
|
240
250
|
export * from './workSpacesGetThreadsParams';
|
|
241
|
-
export * from './
|
|
242
|
-
export * from './
|
|
243
|
-
export * from './
|
|
251
|
+
export * from './workSpacesGetWorkspaceFilesParams';
|
|
252
|
+
export * from './workSpacesUpdateWorkSpaceBasicInfo';
|
|
253
|
+
export * from './workSpacesWorkSpace';
|
|
254
|
+
export * from './workSpacesWorkSpaceInputs';
|
|
255
|
+
export * from './workSpacesWorkSpaceUser';
|
|
256
|
+
export * from './workSpacesWorkSpaceVariables';
|
|
257
|
+
export * from './workSpacesWorkspaceFilesBody';
|