@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
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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 interface FilesCreateFileFromBlobUri {
|
|
8
|
+
blobUri: string;
|
|
9
|
+
/**
|
|
10
|
+
* @nullable
|
|
11
|
+
* @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}$
|
|
12
|
+
*/
|
|
13
|
+
flowRunId?: string | null;
|
|
14
|
+
}
|
|
@@ -6,12 +6,10 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export type FilesDownloadFileParams = {
|
|
8
8
|
/**
|
|
9
|
-
* Optional thread ID containing the file
|
|
10
9
|
* @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
10
|
*/
|
|
12
11
|
threadId?: string;
|
|
13
12
|
/**
|
|
14
|
-
* Optional workspace ID containing the file
|
|
15
13
|
* @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}$
|
|
16
14
|
*/
|
|
17
15
|
workspaceId?: string;
|
|
@@ -6,12 +6,10 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export type FilesGetFileInfoParams = {
|
|
8
8
|
/**
|
|
9
|
-
* Optional thread ID containing the file
|
|
10
9
|
* @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
10
|
*/
|
|
12
11
|
threadId?: string;
|
|
13
12
|
/**
|
|
14
|
-
* Optional workspace ID containing the file
|
|
15
13
|
* @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}$
|
|
16
14
|
*/
|
|
17
15
|
workspaceId?: string;
|
|
@@ -6,12 +6,10 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export type FilesGetUriParams = {
|
|
8
8
|
/**
|
|
9
|
-
* Optional thread ID containing the file
|
|
10
9
|
* @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
10
|
*/
|
|
12
11
|
threadId?: string;
|
|
13
12
|
/**
|
|
14
|
-
* Optional workspace ID containing the file
|
|
15
13
|
* @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}$
|
|
16
14
|
*/
|
|
17
15
|
workspaceId?: string;
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { FilesFile } from './filesFile';
|
|
8
8
|
import type { EnumsIngestionStatus } from './enumsIngestionStatus';
|
|
9
|
-
export interface
|
|
9
|
+
export interface FilesIngestedBlob {
|
|
10
10
|
/** @nullable */
|
|
11
11
|
createdAt?: string | null;
|
|
12
12
|
/** @nullable */
|
|
@@ -15,7 +15,7 @@ export interface IngestedBlob {
|
|
|
15
15
|
createdByUserName?: string | null;
|
|
16
16
|
/** @nullable */
|
|
17
17
|
dataSetId?: string | null;
|
|
18
|
-
file?:
|
|
18
|
+
file?: FilesFile;
|
|
19
19
|
/** @nullable */
|
|
20
20
|
flowRunId?: string | null;
|
|
21
21
|
id: string;
|
|
@@ -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';
|
|
@@ -51,7 +75,6 @@ export * from './createModelConfiguration';
|
|
|
51
75
|
export * from './createModelDeployment';
|
|
52
76
|
export * from './createModelDeploymentProvider';
|
|
53
77
|
export * from './createModelDeploymentProviderGoogleCredentials';
|
|
54
|
-
export * from './createWorkSpace';
|
|
55
78
|
export * from './dataSet';
|
|
56
79
|
export * from './dataSetItemCreateRequest';
|
|
57
80
|
export * from './dataSetItemCreateRequestProperties';
|
|
@@ -107,11 +130,13 @@ export * from './enumsPermissions';
|
|
|
107
130
|
export * from './enumsPinType';
|
|
108
131
|
export * from './enumsPortType';
|
|
109
132
|
export * from './enumsVirtualMachineServerType';
|
|
110
|
-
export * from './
|
|
111
|
-
export * from './fileUriResponse';
|
|
133
|
+
export * from './filesCreateFileFromBlobUri';
|
|
112
134
|
export * from './filesDownloadFileParams';
|
|
135
|
+
export * from './filesFile';
|
|
136
|
+
export * from './filesFileUriResponse';
|
|
113
137
|
export * from './filesGetFileInfoParams';
|
|
114
138
|
export * from './filesGetUriParams';
|
|
139
|
+
export * from './filesIngestedBlob';
|
|
115
140
|
export * from './filesUploadFilesBody';
|
|
116
141
|
export * from './flow';
|
|
117
142
|
export * from './flowBlock';
|
|
@@ -149,20 +174,12 @@ export * from './flowsBlockConstantValue';
|
|
|
149
174
|
export * from './flowsBlockPinRef';
|
|
150
175
|
export * from './flowsFlowPinRef';
|
|
151
176
|
export * from './functionExecutionDebugModel';
|
|
152
|
-
export * from './ingestedBlob';
|
|
153
|
-
export * from './inputPinInterface';
|
|
154
|
-
export * from './inputPinInterfaceDefault';
|
|
155
|
-
export * from './inputPinInterfaceGenerics';
|
|
156
|
-
export * from './inputPinInterfaceMetadata';
|
|
157
|
-
export * from './inputPinInterfaceSchema';
|
|
158
177
|
export * from './integrationsAzureActiveDirectoryServicePrincipal';
|
|
159
178
|
export * from './integrationsAzureArmAzureLocation';
|
|
160
179
|
export * from './integrationsAzureArmVirtualMachineSize';
|
|
161
180
|
export * from './integrationsAzureStorageSasToken';
|
|
162
181
|
export * from './integrationsSmartSpaceAiBlockInputModel';
|
|
163
182
|
export * from './integrationsSmartSpaceAiDebugLogsResponse';
|
|
164
|
-
export * from './integrationsSmartSpaceAiFlowError';
|
|
165
|
-
export * from './integrationsSmartSpaceAiFlowErrorData';
|
|
166
183
|
export * from './integrationsSmartSpaceAiFlowInputValue';
|
|
167
184
|
export * from './integrationsSmartSpaceAiFlowInputValueChannels';
|
|
168
185
|
export * from './integrationsSmartSpaceAiFlowInputValueValue';
|
|
@@ -170,19 +187,21 @@ export * from './integrationsSmartSpaceAiFlowPinRef';
|
|
|
170
187
|
export * from './integrationsSmartSpaceAiFlowValueModel';
|
|
171
188
|
export * from './integrationsSmartSpaceAiFlowValueModelChannels';
|
|
172
189
|
export * from './integrationsSmartSpaceAiFunctionExecutionDebugModel';
|
|
173
|
-
export * from './messageCreateMessageInput';
|
|
174
|
-
export * from './messageCreateMessageInputChannels';
|
|
175
|
-
export * from './messageCreateMessageInputValue';
|
|
176
|
-
export * from './messageMessage';
|
|
177
|
-
export * from './messageMessageCreatorProfileImage';
|
|
178
|
-
export * from './messageMessageValue';
|
|
179
|
-
export * from './messageMessageValueChannels';
|
|
180
|
-
export * from './messageMessageValueValue';
|
|
181
|
-
export * from './messageSandBoxMessageRequest';
|
|
182
|
-
export * from './messageSandBoxMessageRequestVariables';
|
|
183
190
|
export * from './messageThreadMessageThreadSummary';
|
|
184
191
|
export * from './messageThreadsGetStepExecutionsParams';
|
|
185
192
|
export * from './messageThreadsGetWorkspaceExecutionsParams';
|
|
193
|
+
export * from './messagesCreateMessageInput';
|
|
194
|
+
export * from './messagesCreateMessageInputChannels';
|
|
195
|
+
export * from './messagesCreateMessageInputValue';
|
|
196
|
+
export * from './messagesMessage';
|
|
197
|
+
export * from './messagesMessageCreatorProfileImage';
|
|
198
|
+
export * from './messagesMessageError';
|
|
199
|
+
export * from './messagesMessageErrorData';
|
|
200
|
+
export * from './messagesMessageValue';
|
|
201
|
+
export * from './messagesMessageValueChannels';
|
|
202
|
+
export * from './messagesMessageValueValue';
|
|
203
|
+
export * from './messagesSandBoxMessageRequest';
|
|
204
|
+
export * from './messagesSandBoxMessageRequestVariables';
|
|
186
205
|
export * from './microsoftAspNetCoreMvcProblemDetails';
|
|
187
206
|
export * from './microsoftExtensionsDiagnosticsHealthChecksHealthStatus';
|
|
188
207
|
export * from './modelConfiguration';
|
|
@@ -190,19 +209,15 @@ export * from './modelIModelProperty';
|
|
|
190
209
|
export * from './modelModel';
|
|
191
210
|
export * from './modelModelDeployment';
|
|
192
211
|
export * from './modelModelDeploymentStep';
|
|
193
|
-
export * from './modelModelSummary';
|
|
194
212
|
export * from './modelProvidersGetProvidersParams';
|
|
195
213
|
export * from './modelsGetDefaultDockerFileParams';
|
|
196
214
|
export * from './modelsGetModelsParams';
|
|
197
215
|
export * from './notificationGetParams';
|
|
198
216
|
export * from './notificationNotification';
|
|
199
217
|
export * from './notificationPagedNotifications';
|
|
200
|
-
export * from './outputPinInterface';
|
|
201
|
-
export * from './outputPinInterfaceGenerics';
|
|
202
|
-
export * from './outputPinInterfaceMetadata';
|
|
203
|
-
export * from './outputPinInterfaceSchema';
|
|
204
218
|
export * from './pagedDataCollectionAccess';
|
|
205
219
|
export * from './pagedDataCollectionActivityActivityWorkSpace';
|
|
220
|
+
export * from './pagedDataCollectionAiModelSummary';
|
|
206
221
|
export * from './pagedDataCollectionAppUserAppUser';
|
|
207
222
|
export * from './pagedDataCollectionAppUserAppUserDetail';
|
|
208
223
|
export * from './pagedDataCollectionAppUserAppUserSearchResult';
|
|
@@ -211,15 +226,10 @@ export * from './pagedDataCollectionAzureADGroup';
|
|
|
211
226
|
export * from './pagedDataCollectionDataSet';
|
|
212
227
|
export * from './pagedDataCollectionDataSourcesDataSource';
|
|
213
228
|
export * from './pagedDataCollectionDataSpace';
|
|
214
|
-
export * from './
|
|
229
|
+
export * from './pagedDataCollectionFilesIngestedBlob';
|
|
215
230
|
export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
|
|
216
|
-
export * from './pagedDataCollectionModelModelSummary';
|
|
217
|
-
export * from './pagedDataCollectionWorkSpace';
|
|
218
231
|
export * from './pagedDataCollectionWorkSpaceTemplatesTemplate';
|
|
219
|
-
export * from './
|
|
220
|
-
export * from './portInterfaceInputs';
|
|
221
|
-
export * from './portInterfaceMetadata';
|
|
222
|
-
export * from './portInterfaceOutputs';
|
|
232
|
+
export * from './pagedDataCollectionWorkSpacesWorkSpace';
|
|
223
233
|
export * from './reportingDuration';
|
|
224
234
|
export * from './reportingGetRequestsParams';
|
|
225
235
|
export * from './reportingGetTokensParams';
|
|
@@ -227,9 +237,6 @@ export * from './reportingReportDefinitionSystemDateTime';
|
|
|
227
237
|
export * from './reportingReportSeries';
|
|
228
238
|
export * from './reportingSplit';
|
|
229
239
|
export * from './sandBoxGetThreadMessagesParams';
|
|
230
|
-
export * from './stateInterface';
|
|
231
|
-
export * from './stateInterfaceDefault';
|
|
232
|
-
export * from './stateInterfaceMetadata';
|
|
233
240
|
export * from './updateContainer';
|
|
234
241
|
export * from './updateDataSet';
|
|
235
242
|
export * from './updateDataSetBasicInfo';
|
|
@@ -239,17 +246,18 @@ export * from './usersGetAccessWorkSpacesParams';
|
|
|
239
246
|
export * from './usersGetUsersParams';
|
|
240
247
|
export * from './usersRemoveUserFromAllWorkSpacesParams';
|
|
241
248
|
export * from './usersSearchUsersParams';
|
|
242
|
-
export * from './workSpace';
|
|
243
|
-
export * from './workSpaceBasicInfo';
|
|
244
249
|
export * from './workSpaceInfo';
|
|
245
|
-
export * from './workSpaceInputs';
|
|
246
250
|
export * from './workSpaceTemplatesGetParams';
|
|
247
251
|
export * from './workSpaceTemplatesPublisher';
|
|
248
252
|
export * from './workSpaceTemplatesTemplate';
|
|
249
253
|
export * from './workSpaceTemplatesVersion';
|
|
250
|
-
export * from './
|
|
251
|
-
export * from './workSpaceVariables';
|
|
254
|
+
export * from './workSpacesCreateWorkSpace';
|
|
252
255
|
export * from './workSpacesGetGetParams';
|
|
253
256
|
export * from './workSpacesGetThreadsParams';
|
|
254
257
|
export * from './workSpacesGetWorkspaceFilesParams';
|
|
258
|
+
export * from './workSpacesUpdateWorkSpaceBasicInfo';
|
|
259
|
+
export * from './workSpacesWorkSpace';
|
|
260
|
+
export * from './workSpacesWorkSpaceInputs';
|
|
261
|
+
export * from './workSpacesWorkSpaceUser';
|
|
262
|
+
export * from './workSpacesWorkSpaceVariables';
|
|
255
263
|
export * from './workSpacesWorkspaceFilesBody';
|
|
@@ -33,6 +33,11 @@ __exportStar(require("./activityActivityWorkSpace"), exports);
|
|
|
33
33
|
__exportStar(require("./activityExportLoggingsParams"), exports);
|
|
34
34
|
__exportStar(require("./activityGetLoggingParams"), exports);
|
|
35
35
|
__exportStar(require("./activityLlmUsageMetrics"), exports);
|
|
36
|
+
__exportStar(require("./aiIModelProperty"), exports);
|
|
37
|
+
__exportStar(require("./aiModel"), exports);
|
|
38
|
+
__exportStar(require("./aiModelDeployment"), exports);
|
|
39
|
+
__exportStar(require("./aiModelDeploymentStep"), exports);
|
|
40
|
+
__exportStar(require("./aiModelSummary"), exports);
|
|
36
41
|
__exportStar(require("./appRole"), exports);
|
|
37
42
|
__exportStar(require("./appUserAppUser"), exports);
|
|
38
43
|
__exportStar(require("./appUserAppUserDetail"), exports);
|
|
@@ -41,17 +46,36 @@ __exportStar(require("./appUserServicePrincipalSearchResult"), exports);
|
|
|
41
46
|
__exportStar(require("./applicationUpdateDeploymentInfo"), exports);
|
|
42
47
|
__exportStar(require("./applicationUpdateVersionInfo"), exports);
|
|
43
48
|
__exportStar(require("./azureADGroup"), exports);
|
|
44
|
-
__exportStar(require("./blockBlockSet"), exports);
|
|
45
|
-
__exportStar(require("./blockBlockSetBlockInterfaces"), exports);
|
|
46
|
-
__exportStar(require("./blockInfo"), exports);
|
|
47
49
|
__exportStar(require("./blockInputModel"), exports);
|
|
48
|
-
__exportStar(require("./blockInterface"), exports);
|
|
49
|
-
__exportStar(require("./blockInterfaceMetadata"), exports);
|
|
50
|
-
__exportStar(require("./blockInterfacePorts"), exports);
|
|
51
|
-
__exportStar(require("./blockInterfaceState"), exports);
|
|
52
50
|
__exportStar(require("./blockSetsAddBlockSetBody"), exports);
|
|
53
51
|
__exportStar(require("./blockSetsGetBlockSetsParams"), exports);
|
|
52
|
+
__exportStar(require("./blocksBlockInfo"), exports);
|
|
53
|
+
__exportStar(require("./blocksBlockInterface"), exports);
|
|
54
|
+
__exportStar(require("./blocksBlockInterfaceMetadata"), exports);
|
|
55
|
+
__exportStar(require("./blocksBlockInterfacePorts"), exports);
|
|
56
|
+
__exportStar(require("./blocksBlockInterfaceState"), exports);
|
|
57
|
+
__exportStar(require("./blocksBlockSet"), exports);
|
|
58
|
+
__exportStar(require("./blocksBlockSetBlockInterfaces"), exports);
|
|
59
|
+
__exportStar(require("./blocksGetBlocks200One"), exports);
|
|
60
|
+
__exportStar(require("./blocksGetBlocks200Three"), exports);
|
|
61
|
+
__exportStar(require("./blocksGetBlocks200Two"), exports);
|
|
54
62
|
__exportStar(require("./blocksGetBlocksParams"), exports);
|
|
63
|
+
__exportStar(require("./blocksInputPinInterface"), exports);
|
|
64
|
+
__exportStar(require("./blocksInputPinInterfaceDefault"), exports);
|
|
65
|
+
__exportStar(require("./blocksInputPinInterfaceGenerics"), exports);
|
|
66
|
+
__exportStar(require("./blocksInputPinInterfaceMetadata"), exports);
|
|
67
|
+
__exportStar(require("./blocksInputPinInterfaceSchema"), exports);
|
|
68
|
+
__exportStar(require("./blocksOutputPinInterface"), exports);
|
|
69
|
+
__exportStar(require("./blocksOutputPinInterfaceGenerics"), exports);
|
|
70
|
+
__exportStar(require("./blocksOutputPinInterfaceMetadata"), exports);
|
|
71
|
+
__exportStar(require("./blocksOutputPinInterfaceSchema"), exports);
|
|
72
|
+
__exportStar(require("./blocksPortInterface"), exports);
|
|
73
|
+
__exportStar(require("./blocksPortInterfaceInputs"), exports);
|
|
74
|
+
__exportStar(require("./blocksPortInterfaceMetadata"), exports);
|
|
75
|
+
__exportStar(require("./blocksPortInterfaceOutputs"), exports);
|
|
76
|
+
__exportStar(require("./blocksStateInterface"), exports);
|
|
77
|
+
__exportStar(require("./blocksStateInterfaceDefault"), exports);
|
|
78
|
+
__exportStar(require("./blocksStateInterfaceMetadata"), exports);
|
|
55
79
|
__exportStar(require("./configApiAddMessageFileFromBlobUri"), exports);
|
|
56
80
|
__exportStar(require("./configApiRunFlowRequest"), exports);
|
|
57
81
|
__exportStar(require("./connection"), exports);
|
|
@@ -67,7 +91,6 @@ __exportStar(require("./createModelConfiguration"), exports);
|
|
|
67
91
|
__exportStar(require("./createModelDeployment"), exports);
|
|
68
92
|
__exportStar(require("./createModelDeploymentProvider"), exports);
|
|
69
93
|
__exportStar(require("./createModelDeploymentProviderGoogleCredentials"), exports);
|
|
70
|
-
__exportStar(require("./createWorkSpace"), exports);
|
|
71
94
|
__exportStar(require("./dataSet"), exports);
|
|
72
95
|
__exportStar(require("./dataSetItemCreateRequest"), exports);
|
|
73
96
|
__exportStar(require("./dataSetItemCreateRequestProperties"), exports);
|
|
@@ -123,11 +146,13 @@ __exportStar(require("./enumsPermissions"), exports);
|
|
|
123
146
|
__exportStar(require("./enumsPinType"), exports);
|
|
124
147
|
__exportStar(require("./enumsPortType"), exports);
|
|
125
148
|
__exportStar(require("./enumsVirtualMachineServerType"), exports);
|
|
126
|
-
__exportStar(require("./
|
|
127
|
-
__exportStar(require("./fileUriResponse"), exports);
|
|
149
|
+
__exportStar(require("./filesCreateFileFromBlobUri"), exports);
|
|
128
150
|
__exportStar(require("./filesDownloadFileParams"), exports);
|
|
151
|
+
__exportStar(require("./filesFile"), exports);
|
|
152
|
+
__exportStar(require("./filesFileUriResponse"), exports);
|
|
129
153
|
__exportStar(require("./filesGetFileInfoParams"), exports);
|
|
130
154
|
__exportStar(require("./filesGetUriParams"), exports);
|
|
155
|
+
__exportStar(require("./filesIngestedBlob"), exports);
|
|
131
156
|
__exportStar(require("./filesUploadFilesBody"), exports);
|
|
132
157
|
__exportStar(require("./flow"), exports);
|
|
133
158
|
__exportStar(require("./flowBlock"), exports);
|
|
@@ -165,20 +190,12 @@ __exportStar(require("./flowsBlockConstantValue"), exports);
|
|
|
165
190
|
__exportStar(require("./flowsBlockPinRef"), exports);
|
|
166
191
|
__exportStar(require("./flowsFlowPinRef"), exports);
|
|
167
192
|
__exportStar(require("./functionExecutionDebugModel"), exports);
|
|
168
|
-
__exportStar(require("./ingestedBlob"), exports);
|
|
169
|
-
__exportStar(require("./inputPinInterface"), exports);
|
|
170
|
-
__exportStar(require("./inputPinInterfaceDefault"), exports);
|
|
171
|
-
__exportStar(require("./inputPinInterfaceGenerics"), exports);
|
|
172
|
-
__exportStar(require("./inputPinInterfaceMetadata"), exports);
|
|
173
|
-
__exportStar(require("./inputPinInterfaceSchema"), exports);
|
|
174
193
|
__exportStar(require("./integrationsAzureActiveDirectoryServicePrincipal"), exports);
|
|
175
194
|
__exportStar(require("./integrationsAzureArmAzureLocation"), exports);
|
|
176
195
|
__exportStar(require("./integrationsAzureArmVirtualMachineSize"), exports);
|
|
177
196
|
__exportStar(require("./integrationsAzureStorageSasToken"), exports);
|
|
178
197
|
__exportStar(require("./integrationsSmartSpaceAiBlockInputModel"), exports);
|
|
179
198
|
__exportStar(require("./integrationsSmartSpaceAiDebugLogsResponse"), exports);
|
|
180
|
-
__exportStar(require("./integrationsSmartSpaceAiFlowError"), exports);
|
|
181
|
-
__exportStar(require("./integrationsSmartSpaceAiFlowErrorData"), exports);
|
|
182
199
|
__exportStar(require("./integrationsSmartSpaceAiFlowInputValue"), exports);
|
|
183
200
|
__exportStar(require("./integrationsSmartSpaceAiFlowInputValueChannels"), exports);
|
|
184
201
|
__exportStar(require("./integrationsSmartSpaceAiFlowInputValueValue"), exports);
|
|
@@ -186,19 +203,21 @@ __exportStar(require("./integrationsSmartSpaceAiFlowPinRef"), exports);
|
|
|
186
203
|
__exportStar(require("./integrationsSmartSpaceAiFlowValueModel"), exports);
|
|
187
204
|
__exportStar(require("./integrationsSmartSpaceAiFlowValueModelChannels"), exports);
|
|
188
205
|
__exportStar(require("./integrationsSmartSpaceAiFunctionExecutionDebugModel"), exports);
|
|
189
|
-
__exportStar(require("./messageCreateMessageInput"), exports);
|
|
190
|
-
__exportStar(require("./messageCreateMessageInputChannels"), exports);
|
|
191
|
-
__exportStar(require("./messageCreateMessageInputValue"), exports);
|
|
192
|
-
__exportStar(require("./messageMessage"), exports);
|
|
193
|
-
__exportStar(require("./messageMessageCreatorProfileImage"), exports);
|
|
194
|
-
__exportStar(require("./messageMessageValue"), exports);
|
|
195
|
-
__exportStar(require("./messageMessageValueChannels"), exports);
|
|
196
|
-
__exportStar(require("./messageMessageValueValue"), exports);
|
|
197
|
-
__exportStar(require("./messageSandBoxMessageRequest"), exports);
|
|
198
|
-
__exportStar(require("./messageSandBoxMessageRequestVariables"), exports);
|
|
199
206
|
__exportStar(require("./messageThreadMessageThreadSummary"), exports);
|
|
200
207
|
__exportStar(require("./messageThreadsGetStepExecutionsParams"), exports);
|
|
201
208
|
__exportStar(require("./messageThreadsGetWorkspaceExecutionsParams"), exports);
|
|
209
|
+
__exportStar(require("./messagesCreateMessageInput"), exports);
|
|
210
|
+
__exportStar(require("./messagesCreateMessageInputChannels"), exports);
|
|
211
|
+
__exportStar(require("./messagesCreateMessageInputValue"), exports);
|
|
212
|
+
__exportStar(require("./messagesMessage"), exports);
|
|
213
|
+
__exportStar(require("./messagesMessageCreatorProfileImage"), exports);
|
|
214
|
+
__exportStar(require("./messagesMessageError"), exports);
|
|
215
|
+
__exportStar(require("./messagesMessageErrorData"), exports);
|
|
216
|
+
__exportStar(require("./messagesMessageValue"), exports);
|
|
217
|
+
__exportStar(require("./messagesMessageValueChannels"), exports);
|
|
218
|
+
__exportStar(require("./messagesMessageValueValue"), exports);
|
|
219
|
+
__exportStar(require("./messagesSandBoxMessageRequest"), exports);
|
|
220
|
+
__exportStar(require("./messagesSandBoxMessageRequestVariables"), exports);
|
|
202
221
|
__exportStar(require("./microsoftAspNetCoreMvcProblemDetails"), exports);
|
|
203
222
|
__exportStar(require("./microsoftExtensionsDiagnosticsHealthChecksHealthStatus"), exports);
|
|
204
223
|
__exportStar(require("./modelConfiguration"), exports);
|
|
@@ -206,19 +225,15 @@ __exportStar(require("./modelIModelProperty"), exports);
|
|
|
206
225
|
__exportStar(require("./modelModel"), exports);
|
|
207
226
|
__exportStar(require("./modelModelDeployment"), exports);
|
|
208
227
|
__exportStar(require("./modelModelDeploymentStep"), exports);
|
|
209
|
-
__exportStar(require("./modelModelSummary"), exports);
|
|
210
228
|
__exportStar(require("./modelProvidersGetProvidersParams"), exports);
|
|
211
229
|
__exportStar(require("./modelsGetDefaultDockerFileParams"), exports);
|
|
212
230
|
__exportStar(require("./modelsGetModelsParams"), exports);
|
|
213
231
|
__exportStar(require("./notificationGetParams"), exports);
|
|
214
232
|
__exportStar(require("./notificationNotification"), exports);
|
|
215
233
|
__exportStar(require("./notificationPagedNotifications"), exports);
|
|
216
|
-
__exportStar(require("./outputPinInterface"), exports);
|
|
217
|
-
__exportStar(require("./outputPinInterfaceGenerics"), exports);
|
|
218
|
-
__exportStar(require("./outputPinInterfaceMetadata"), exports);
|
|
219
|
-
__exportStar(require("./outputPinInterfaceSchema"), exports);
|
|
220
234
|
__exportStar(require("./pagedDataCollectionAccess"), exports);
|
|
221
235
|
__exportStar(require("./pagedDataCollectionActivityActivityWorkSpace"), exports);
|
|
236
|
+
__exportStar(require("./pagedDataCollectionAiModelSummary"), exports);
|
|
222
237
|
__exportStar(require("./pagedDataCollectionAppUserAppUser"), exports);
|
|
223
238
|
__exportStar(require("./pagedDataCollectionAppUserAppUserDetail"), exports);
|
|
224
239
|
__exportStar(require("./pagedDataCollectionAppUserAppUserSearchResult"), exports);
|
|
@@ -227,15 +242,10 @@ __exportStar(require("./pagedDataCollectionAzureADGroup"), exports);
|
|
|
227
242
|
__exportStar(require("./pagedDataCollectionDataSet"), exports);
|
|
228
243
|
__exportStar(require("./pagedDataCollectionDataSourcesDataSource"), exports);
|
|
229
244
|
__exportStar(require("./pagedDataCollectionDataSpace"), exports);
|
|
230
|
-
__exportStar(require("./
|
|
245
|
+
__exportStar(require("./pagedDataCollectionFilesIngestedBlob"), exports);
|
|
231
246
|
__exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
|
|
232
|
-
__exportStar(require("./pagedDataCollectionModelModelSummary"), exports);
|
|
233
|
-
__exportStar(require("./pagedDataCollectionWorkSpace"), exports);
|
|
234
247
|
__exportStar(require("./pagedDataCollectionWorkSpaceTemplatesTemplate"), exports);
|
|
235
|
-
__exportStar(require("./
|
|
236
|
-
__exportStar(require("./portInterfaceInputs"), exports);
|
|
237
|
-
__exportStar(require("./portInterfaceMetadata"), exports);
|
|
238
|
-
__exportStar(require("./portInterfaceOutputs"), exports);
|
|
248
|
+
__exportStar(require("./pagedDataCollectionWorkSpacesWorkSpace"), exports);
|
|
239
249
|
__exportStar(require("./reportingDuration"), exports);
|
|
240
250
|
__exportStar(require("./reportingGetRequestsParams"), exports);
|
|
241
251
|
__exportStar(require("./reportingGetTokensParams"), exports);
|
|
@@ -243,9 +253,6 @@ __exportStar(require("./reportingReportDefinitionSystemDateTime"), exports);
|
|
|
243
253
|
__exportStar(require("./reportingReportSeries"), exports);
|
|
244
254
|
__exportStar(require("./reportingSplit"), exports);
|
|
245
255
|
__exportStar(require("./sandBoxGetThreadMessagesParams"), exports);
|
|
246
|
-
__exportStar(require("./stateInterface"), exports);
|
|
247
|
-
__exportStar(require("./stateInterfaceDefault"), exports);
|
|
248
|
-
__exportStar(require("./stateInterfaceMetadata"), exports);
|
|
249
256
|
__exportStar(require("./updateContainer"), exports);
|
|
250
257
|
__exportStar(require("./updateDataSet"), exports);
|
|
251
258
|
__exportStar(require("./updateDataSetBasicInfo"), exports);
|
|
@@ -255,17 +262,18 @@ __exportStar(require("./usersGetAccessWorkSpacesParams"), exports);
|
|
|
255
262
|
__exportStar(require("./usersGetUsersParams"), exports);
|
|
256
263
|
__exportStar(require("./usersRemoveUserFromAllWorkSpacesParams"), exports);
|
|
257
264
|
__exportStar(require("./usersSearchUsersParams"), exports);
|
|
258
|
-
__exportStar(require("./workSpace"), exports);
|
|
259
|
-
__exportStar(require("./workSpaceBasicInfo"), exports);
|
|
260
265
|
__exportStar(require("./workSpaceInfo"), exports);
|
|
261
|
-
__exportStar(require("./workSpaceInputs"), exports);
|
|
262
266
|
__exportStar(require("./workSpaceTemplatesGetParams"), exports);
|
|
263
267
|
__exportStar(require("./workSpaceTemplatesPublisher"), exports);
|
|
264
268
|
__exportStar(require("./workSpaceTemplatesTemplate"), exports);
|
|
265
269
|
__exportStar(require("./workSpaceTemplatesVersion"), exports);
|
|
266
|
-
__exportStar(require("./
|
|
267
|
-
__exportStar(require("./workSpaceVariables"), exports);
|
|
270
|
+
__exportStar(require("./workSpacesCreateWorkSpace"), exports);
|
|
268
271
|
__exportStar(require("./workSpacesGetGetParams"), exports);
|
|
269
272
|
__exportStar(require("./workSpacesGetThreadsParams"), exports);
|
|
270
273
|
__exportStar(require("./workSpacesGetWorkspaceFilesParams"), exports);
|
|
274
|
+
__exportStar(require("./workSpacesUpdateWorkSpaceBasicInfo"), exports);
|
|
275
|
+
__exportStar(require("./workSpacesWorkSpace"), exports);
|
|
276
|
+
__exportStar(require("./workSpacesWorkSpaceInputs"), exports);
|
|
277
|
+
__exportStar(require("./workSpacesWorkSpaceUser"), exports);
|
|
278
|
+
__exportStar(require("./workSpacesWorkSpaceVariables"), exports);
|
|
271
279
|
__exportStar(require("./workSpacesWorkspaceFilesBody"), exports);
|
|
@@ -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 { MessagesCreateMessageInputChannels } from './messagesCreateMessageInputChannels';
|
|
8
|
+
import type { MessagesCreateMessageInputValue } from './messagesCreateMessageInputValue';
|
|
9
|
+
export interface MessagesCreateMessageInput {
|
|
10
|
+
/** @nullable */
|
|
11
|
+
channels?: MessagesCreateMessageInputChannels;
|
|
12
|
+
name: string;
|
|
13
|
+
/** @nullable */
|
|
14
|
+
value?: MessagesCreateMessageInputValue;
|
|
15
|
+
}
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
8
|
-
import type {
|
|
9
|
-
export interface
|
|
7
|
+
import type { MessagesMessageError } from './messagesMessageError';
|
|
8
|
+
import type { MessagesMessageValue } from './messagesMessageValue';
|
|
9
|
+
export interface MessagesMessage {
|
|
10
10
|
createdAt: string;
|
|
11
11
|
/** @nullable */
|
|
12
12
|
createdBy?: string | null;
|
|
13
13
|
createdByUserId: string;
|
|
14
|
-
errors:
|
|
14
|
+
errors: MessagesMessageError[];
|
|
15
15
|
hasComments: boolean;
|
|
16
16
|
/** @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}$ */
|
|
17
17
|
id: string;
|
|
@@ -20,5 +20,5 @@ export interface MessageMessage {
|
|
|
20
20
|
* @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}$
|
|
21
21
|
*/
|
|
22
22
|
messageThreadId?: string | null;
|
|
23
|
-
values:
|
|
23
|
+
values: MessagesMessageValue[];
|
|
24
24
|
}
|