@smartspace/api-client 0.1.0-pr.810.d293720 → 0.1.0-pr.812.c534e37
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 +3 -3
- package/dist/generated/chat/api.js +4 -4
- package/dist/generated/chat/models/index.d.ts +4 -4
- package/dist/generated/chat/models/index.js +4 -4
- package/dist/generated/chat/models/pagedDataCollectionWorkSpace.d.ts +11 -0
- package/dist/generated/chat/models/{workSpacesWorkSpace.d.ts → workSpace.d.ts} +5 -5
- package/dist/generated/chat/models/{workSpacesWorkSpaceInputs.d.ts → workSpaceInputs.d.ts} +1 -1
- package/dist/generated/chat/models/{workSpacesWorkSpaceVariables.d.ts → workSpaceVariables.d.ts} +1 -1
- package/dist/generated/chat/models/workSpacesGetAccessParams.d.ts +9 -0
- package/dist/generated/chat/models/workSpacesGetGetParams.d.ts +12 -0
- package/dist/generated/chat/models/workSpacesThreadParams.d.ts +9 -0
- package/dist/generated/chat/zod.d.ts +4 -4
- package/dist/generated/chat/zod.js +17 -17
- package/dist/generated/config/api.d.ts +15 -15
- package/dist/generated/config/api.js +23 -23
- 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/{inputPinInterfaceMetadata.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/{inputPinInterfaceDefault.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/{outputPinInterfaceMetadata.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/{blockInterfaceMetadata.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/{stateInterfaceDefault.d.ts → blocksStateInterfaceDefault.d.ts} +1 -1
- package/dist/generated/config/models/{inputPinInterfaceSchema.d.ts → blocksStateInterfaceMetadata.d.ts} +1 -1
- package/dist/generated/config/models/{workSpacesCreateWorkSpace.d.ts → createWorkSpace.d.ts} +1 -1
- package/dist/generated/config/models/index.d.ts +33 -30
- package/dist/generated/config/models/index.js +33 -30
- package/dist/generated/config/models/pagedDataCollectionWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/{workSpacesWorkSpace.d.ts → workSpace.d.ts} +5 -5
- package/dist/generated/config/models/workSpace.js +2 -0
- package/dist/generated/config/models/{workSpacesUpdateWorkSpaceBasicInfo.d.ts → workSpaceBasicInfo.d.ts} +1 -1
- package/dist/generated/config/models/{workSpacesWorkSpaceInputs.d.ts → workSpaceInputs.d.ts} +1 -1
- package/dist/generated/config/models/workSpaceInputs.js +2 -0
- package/dist/generated/config/models/{workSpacesWorkSpaceUser.d.ts → workSpaceUser.d.ts} +1 -1
- package/dist/generated/config/models/{workSpacesWorkSpaceVariables.d.ts → workSpaceVariables.d.ts} +1 -1
- package/dist/generated/config/models/workSpaceVariables.js +2 -0
- package/dist/generated/config/models/workSpacesGetGetParams.d.ts +9 -0
- package/dist/generated/config/models/workSpacesGetThreadsParams.d.ts +9 -0
- package/dist/generated/config/models/workSpacesGetWorkspaceFilesParams.d.ts +6 -0
- package/dist/generated/config/models/workSpacesWorkspaceFilesBody.d.ts +1 -0
- package/dist/generated/config/zod.d.ts +285 -148
- package/dist/generated/config/zod.js +262 -116
- package/package.json +1 -1
- package/dist/generated/chat/models/pagedDataCollectionWorkSpacesWorkSpace.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/outputPinInterface.d.ts +0 -19
- package/dist/generated/config/models/outputPinInterfaceSchema.d.ts +0 -9
- package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.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/{pagedDataCollectionWorkSpacesWorkSpace.js → pagedDataCollectionWorkSpace.js} +0 -0
- /package/dist/generated/chat/models/{workSpacesWorkSpace.js → workSpace.js} +0 -0
- /package/dist/generated/chat/models/{workSpacesWorkSpaceInputs.js → workSpaceInputs.js} +0 -0
- /package/dist/generated/chat/models/{workSpacesWorkSpaceVariables.js → workSpaceVariables.js} +0 -0
- /package/dist/generated/config/models/{blockBlockSet.js → blocksBlockInfo.js} +0 -0
- /package/dist/generated/config/models/{blockBlockSetBlockInterfaces.js → blocksBlockInterface.js} +0 -0
- /package/dist/generated/config/models/{blockInterfaceMetadata.js → blocksBlockInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{blockInfo.js → blocksBlockInterfacePorts.js} +0 -0
- /package/dist/generated/config/models/{blockInterface.js → blocksBlockInterfaceState.js} +0 -0
- /package/dist/generated/config/models/{blockInterfacePorts.js → blocksBlockSet.js} +0 -0
- /package/dist/generated/config/models/{blockInterfaceState.js → blocksBlockSetBlockInterfaces.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterface.js → blocksGetBlocks200One.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceGenerics.js → blocksGetBlocks200Three.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterface.js → blocksGetBlocks200Two.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceGenerics.js → blocksInputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{inputPinInterfaceDefault.js → blocksInputPinInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionWorkSpacesWorkSpace.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/{portInterface.js → blocksOutputPinInterface.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceInputs.js → blocksOutputPinInterfaceGenerics.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceMetadata.js → blocksOutputPinInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{outputPinInterfaceSchema.js → blocksOutputPinInterfaceSchema.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceOutputs.js → blocksPortInterface.js} +0 -0
- /package/dist/generated/config/models/{stateInterface.js → blocksPortInterfaceInputs.js} +0 -0
- /package/dist/generated/config/models/{portInterfaceMetadata.js → blocksPortInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{workSpacesCreateWorkSpace.js → blocksPortInterfaceOutputs.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkSpace.js → blocksStateInterface.js} +0 -0
- /package/dist/generated/config/models/{stateInterfaceDefault.js → blocksStateInterfaceDefault.js} +0 -0
- /package/dist/generated/config/models/{stateInterfaceMetadata.js → blocksStateInterfaceMetadata.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkSpaceInputs.js → createWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkSpaceVariables.js → pagedDataCollectionWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{workSpacesUpdateWorkSpaceBasicInfo.js → workSpaceBasicInfo.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkSpaceUser.js → workSpaceUser.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
|
+
}
|
|
@@ -25,17 +25,36 @@ export * from './appUserServicePrincipalSearchResult';
|
|
|
25
25
|
export * from './applicationUpdateDeploymentInfo';
|
|
26
26
|
export * from './applicationUpdateVersionInfo';
|
|
27
27
|
export * from './azureADGroup';
|
|
28
|
-
export * from './blockBlockSet';
|
|
29
|
-
export * from './blockBlockSetBlockInterfaces';
|
|
30
|
-
export * from './blockInfo';
|
|
31
28
|
export * from './blockInputModel';
|
|
32
|
-
export * from './blockInterface';
|
|
33
|
-
export * from './blockInterfaceMetadata';
|
|
34
|
-
export * from './blockInterfacePorts';
|
|
35
|
-
export * from './blockInterfaceState';
|
|
36
29
|
export * from './blockSetsAddBlockSetBody';
|
|
37
30
|
export * from './blockSetsGetBlockSetsParams';
|
|
31
|
+
export * from './blocksBlockInfo';
|
|
32
|
+
export * from './blocksBlockInterface';
|
|
33
|
+
export * from './blocksBlockInterfaceMetadata';
|
|
34
|
+
export * from './blocksBlockInterfacePorts';
|
|
35
|
+
export * from './blocksBlockInterfaceState';
|
|
36
|
+
export * from './blocksBlockSet';
|
|
37
|
+
export * from './blocksBlockSetBlockInterfaces';
|
|
38
|
+
export * from './blocksGetBlocks200One';
|
|
39
|
+
export * from './blocksGetBlocks200Three';
|
|
40
|
+
export * from './blocksGetBlocks200Two';
|
|
38
41
|
export * from './blocksGetBlocksParams';
|
|
42
|
+
export * from './blocksInputPinInterface';
|
|
43
|
+
export * from './blocksInputPinInterfaceDefault';
|
|
44
|
+
export * from './blocksInputPinInterfaceGenerics';
|
|
45
|
+
export * from './blocksInputPinInterfaceMetadata';
|
|
46
|
+
export * from './blocksInputPinInterfaceSchema';
|
|
47
|
+
export * from './blocksOutputPinInterface';
|
|
48
|
+
export * from './blocksOutputPinInterfaceGenerics';
|
|
49
|
+
export * from './blocksOutputPinInterfaceMetadata';
|
|
50
|
+
export * from './blocksOutputPinInterfaceSchema';
|
|
51
|
+
export * from './blocksPortInterface';
|
|
52
|
+
export * from './blocksPortInterfaceInputs';
|
|
53
|
+
export * from './blocksPortInterfaceMetadata';
|
|
54
|
+
export * from './blocksPortInterfaceOutputs';
|
|
55
|
+
export * from './blocksStateInterface';
|
|
56
|
+
export * from './blocksStateInterfaceDefault';
|
|
57
|
+
export * from './blocksStateInterfaceMetadata';
|
|
39
58
|
export * from './configApiAddMessageFileFromBlobUri';
|
|
40
59
|
export * from './configApiRunFlowRequest';
|
|
41
60
|
export * from './connection';
|
|
@@ -53,6 +72,7 @@ export * from './createModelConfiguration';
|
|
|
53
72
|
export * from './createModelDeployment';
|
|
54
73
|
export * from './createModelDeploymentProvider';
|
|
55
74
|
export * from './createModelDeploymentProviderGoogleCredentials';
|
|
75
|
+
export * from './createWorkSpace';
|
|
56
76
|
export * from './dataSet';
|
|
57
77
|
export * from './dataSetItemCreateRequest';
|
|
58
78
|
export * from './dataSetItemCreateRequestProperties';
|
|
@@ -139,11 +159,6 @@ export * from './flowsBlockPinRef';
|
|
|
139
159
|
export * from './flowsFlowPinRef';
|
|
140
160
|
export * from './functionExecutionDebugModel';
|
|
141
161
|
export * from './ingestedBlob';
|
|
142
|
-
export * from './inputPinInterface';
|
|
143
|
-
export * from './inputPinInterfaceDefault';
|
|
144
|
-
export * from './inputPinInterfaceGenerics';
|
|
145
|
-
export * from './inputPinInterfaceMetadata';
|
|
146
|
-
export * from './inputPinInterfaceSchema';
|
|
147
162
|
export * from './integrationsAzureActiveDirectoryServicePrincipal';
|
|
148
163
|
export * from './integrationsAzureArmAzureLocation';
|
|
149
164
|
export * from './integrationsAzureArmVirtualMachineSize';
|
|
@@ -186,10 +201,6 @@ export * from './modelsGetModelsParams';
|
|
|
186
201
|
export * from './notificationGetParams';
|
|
187
202
|
export * from './notificationNotification';
|
|
188
203
|
export * from './notificationPagedNotifications';
|
|
189
|
-
export * from './outputPinInterface';
|
|
190
|
-
export * from './outputPinInterfaceGenerics';
|
|
191
|
-
export * from './outputPinInterfaceMetadata';
|
|
192
|
-
export * from './outputPinInterfaceSchema';
|
|
193
204
|
export * from './pagedDataCollectionAccess';
|
|
194
205
|
export * from './pagedDataCollectionActivityActivityWorkSpace';
|
|
195
206
|
export * from './pagedDataCollectionAppUserAppUser';
|
|
@@ -203,12 +214,8 @@ export * from './pagedDataCollectionDataSpace';
|
|
|
203
214
|
export * from './pagedDataCollectionIngestedBlob';
|
|
204
215
|
export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
|
|
205
216
|
export * from './pagedDataCollectionModelModelSummary';
|
|
217
|
+
export * from './pagedDataCollectionWorkSpace';
|
|
206
218
|
export * from './pagedDataCollectionWorkSpaceTemplatesTemplate';
|
|
207
|
-
export * from './pagedDataCollectionWorkSpacesWorkSpace';
|
|
208
|
-
export * from './portInterface';
|
|
209
|
-
export * from './portInterfaceInputs';
|
|
210
|
-
export * from './portInterfaceMetadata';
|
|
211
|
-
export * from './portInterfaceOutputs';
|
|
212
219
|
export * from './reportingDuration';
|
|
213
220
|
export * from './reportingGetRequestsParams';
|
|
214
221
|
export * from './reportingGetTokensParams';
|
|
@@ -216,9 +223,6 @@ export * from './reportingReportDefinitionSystemDateTime';
|
|
|
216
223
|
export * from './reportingReportSeries';
|
|
217
224
|
export * from './reportingSplit';
|
|
218
225
|
export * from './sandBoxGetThreadMessagesParams';
|
|
219
|
-
export * from './stateInterface';
|
|
220
|
-
export * from './stateInterfaceDefault';
|
|
221
|
-
export * from './stateInterfaceMetadata';
|
|
222
226
|
export * from './testDataSourceConnection';
|
|
223
227
|
export * from './testDataSourceConnectionCredentials';
|
|
224
228
|
export * from './updateContainer';
|
|
@@ -233,18 +237,17 @@ export * from './usersGetAccessWorkSpacesParams';
|
|
|
233
237
|
export * from './usersGetUsersParams';
|
|
234
238
|
export * from './usersRemoveUserFromAllWorkSpacesParams';
|
|
235
239
|
export * from './usersSearchUsersParams';
|
|
240
|
+
export * from './workSpace';
|
|
241
|
+
export * from './workSpaceBasicInfo';
|
|
236
242
|
export * from './workSpaceInfo';
|
|
243
|
+
export * from './workSpaceInputs';
|
|
237
244
|
export * from './workSpaceTemplatesGetParams';
|
|
238
245
|
export * from './workSpaceTemplatesPublisher';
|
|
239
246
|
export * from './workSpaceTemplatesTemplate';
|
|
240
247
|
export * from './workSpaceTemplatesVersion';
|
|
241
|
-
export * from './
|
|
248
|
+
export * from './workSpaceUser';
|
|
249
|
+
export * from './workSpaceVariables';
|
|
242
250
|
export * from './workSpacesGetGetParams';
|
|
243
251
|
export * from './workSpacesGetThreadsParams';
|
|
244
252
|
export * from './workSpacesGetWorkspaceFilesParams';
|
|
245
|
-
export * from './workSpacesUpdateWorkSpaceBasicInfo';
|
|
246
|
-
export * from './workSpacesWorkSpace';
|
|
247
|
-
export * from './workSpacesWorkSpaceInputs';
|
|
248
|
-
export * from './workSpacesWorkSpaceUser';
|
|
249
|
-
export * from './workSpacesWorkSpaceVariables';
|
|
250
253
|
export * from './workSpacesWorkspaceFilesBody';
|
|
@@ -41,17 +41,36 @@ __exportStar(require("./appUserServicePrincipalSearchResult"), exports);
|
|
|
41
41
|
__exportStar(require("./applicationUpdateDeploymentInfo"), exports);
|
|
42
42
|
__exportStar(require("./applicationUpdateVersionInfo"), exports);
|
|
43
43
|
__exportStar(require("./azureADGroup"), exports);
|
|
44
|
-
__exportStar(require("./blockBlockSet"), exports);
|
|
45
|
-
__exportStar(require("./blockBlockSetBlockInterfaces"), exports);
|
|
46
|
-
__exportStar(require("./blockInfo"), exports);
|
|
47
44
|
__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
45
|
__exportStar(require("./blockSetsAddBlockSetBody"), exports);
|
|
53
46
|
__exportStar(require("./blockSetsGetBlockSetsParams"), exports);
|
|
47
|
+
__exportStar(require("./blocksBlockInfo"), exports);
|
|
48
|
+
__exportStar(require("./blocksBlockInterface"), exports);
|
|
49
|
+
__exportStar(require("./blocksBlockInterfaceMetadata"), exports);
|
|
50
|
+
__exportStar(require("./blocksBlockInterfacePorts"), exports);
|
|
51
|
+
__exportStar(require("./blocksBlockInterfaceState"), exports);
|
|
52
|
+
__exportStar(require("./blocksBlockSet"), exports);
|
|
53
|
+
__exportStar(require("./blocksBlockSetBlockInterfaces"), exports);
|
|
54
|
+
__exportStar(require("./blocksGetBlocks200One"), exports);
|
|
55
|
+
__exportStar(require("./blocksGetBlocks200Three"), exports);
|
|
56
|
+
__exportStar(require("./blocksGetBlocks200Two"), exports);
|
|
54
57
|
__exportStar(require("./blocksGetBlocksParams"), exports);
|
|
58
|
+
__exportStar(require("./blocksInputPinInterface"), exports);
|
|
59
|
+
__exportStar(require("./blocksInputPinInterfaceDefault"), exports);
|
|
60
|
+
__exportStar(require("./blocksInputPinInterfaceGenerics"), exports);
|
|
61
|
+
__exportStar(require("./blocksInputPinInterfaceMetadata"), exports);
|
|
62
|
+
__exportStar(require("./blocksInputPinInterfaceSchema"), exports);
|
|
63
|
+
__exportStar(require("./blocksOutputPinInterface"), exports);
|
|
64
|
+
__exportStar(require("./blocksOutputPinInterfaceGenerics"), exports);
|
|
65
|
+
__exportStar(require("./blocksOutputPinInterfaceMetadata"), exports);
|
|
66
|
+
__exportStar(require("./blocksOutputPinInterfaceSchema"), exports);
|
|
67
|
+
__exportStar(require("./blocksPortInterface"), exports);
|
|
68
|
+
__exportStar(require("./blocksPortInterfaceInputs"), exports);
|
|
69
|
+
__exportStar(require("./blocksPortInterfaceMetadata"), exports);
|
|
70
|
+
__exportStar(require("./blocksPortInterfaceOutputs"), exports);
|
|
71
|
+
__exportStar(require("./blocksStateInterface"), exports);
|
|
72
|
+
__exportStar(require("./blocksStateInterfaceDefault"), exports);
|
|
73
|
+
__exportStar(require("./blocksStateInterfaceMetadata"), exports);
|
|
55
74
|
__exportStar(require("./configApiAddMessageFileFromBlobUri"), exports);
|
|
56
75
|
__exportStar(require("./configApiRunFlowRequest"), exports);
|
|
57
76
|
__exportStar(require("./connection"), exports);
|
|
@@ -69,6 +88,7 @@ __exportStar(require("./createModelConfiguration"), exports);
|
|
|
69
88
|
__exportStar(require("./createModelDeployment"), exports);
|
|
70
89
|
__exportStar(require("./createModelDeploymentProvider"), exports);
|
|
71
90
|
__exportStar(require("./createModelDeploymentProviderGoogleCredentials"), exports);
|
|
91
|
+
__exportStar(require("./createWorkSpace"), exports);
|
|
72
92
|
__exportStar(require("./dataSet"), exports);
|
|
73
93
|
__exportStar(require("./dataSetItemCreateRequest"), exports);
|
|
74
94
|
__exportStar(require("./dataSetItemCreateRequestProperties"), exports);
|
|
@@ -155,11 +175,6 @@ __exportStar(require("./flowsBlockPinRef"), exports);
|
|
|
155
175
|
__exportStar(require("./flowsFlowPinRef"), exports);
|
|
156
176
|
__exportStar(require("./functionExecutionDebugModel"), exports);
|
|
157
177
|
__exportStar(require("./ingestedBlob"), exports);
|
|
158
|
-
__exportStar(require("./inputPinInterface"), exports);
|
|
159
|
-
__exportStar(require("./inputPinInterfaceDefault"), exports);
|
|
160
|
-
__exportStar(require("./inputPinInterfaceGenerics"), exports);
|
|
161
|
-
__exportStar(require("./inputPinInterfaceMetadata"), exports);
|
|
162
|
-
__exportStar(require("./inputPinInterfaceSchema"), exports);
|
|
163
178
|
__exportStar(require("./integrationsAzureActiveDirectoryServicePrincipal"), exports);
|
|
164
179
|
__exportStar(require("./integrationsAzureArmAzureLocation"), exports);
|
|
165
180
|
__exportStar(require("./integrationsAzureArmVirtualMachineSize"), exports);
|
|
@@ -202,10 +217,6 @@ __exportStar(require("./modelsGetModelsParams"), exports);
|
|
|
202
217
|
__exportStar(require("./notificationGetParams"), exports);
|
|
203
218
|
__exportStar(require("./notificationNotification"), exports);
|
|
204
219
|
__exportStar(require("./notificationPagedNotifications"), exports);
|
|
205
|
-
__exportStar(require("./outputPinInterface"), exports);
|
|
206
|
-
__exportStar(require("./outputPinInterfaceGenerics"), exports);
|
|
207
|
-
__exportStar(require("./outputPinInterfaceMetadata"), exports);
|
|
208
|
-
__exportStar(require("./outputPinInterfaceSchema"), exports);
|
|
209
220
|
__exportStar(require("./pagedDataCollectionAccess"), exports);
|
|
210
221
|
__exportStar(require("./pagedDataCollectionActivityActivityWorkSpace"), exports);
|
|
211
222
|
__exportStar(require("./pagedDataCollectionAppUserAppUser"), exports);
|
|
@@ -219,12 +230,8 @@ __exportStar(require("./pagedDataCollectionDataSpace"), exports);
|
|
|
219
230
|
__exportStar(require("./pagedDataCollectionIngestedBlob"), exports);
|
|
220
231
|
__exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
|
|
221
232
|
__exportStar(require("./pagedDataCollectionModelModelSummary"), exports);
|
|
233
|
+
__exportStar(require("./pagedDataCollectionWorkSpace"), exports);
|
|
222
234
|
__exportStar(require("./pagedDataCollectionWorkSpaceTemplatesTemplate"), exports);
|
|
223
|
-
__exportStar(require("./pagedDataCollectionWorkSpacesWorkSpace"), exports);
|
|
224
|
-
__exportStar(require("./portInterface"), exports);
|
|
225
|
-
__exportStar(require("./portInterfaceInputs"), exports);
|
|
226
|
-
__exportStar(require("./portInterfaceMetadata"), exports);
|
|
227
|
-
__exportStar(require("./portInterfaceOutputs"), exports);
|
|
228
235
|
__exportStar(require("./reportingDuration"), exports);
|
|
229
236
|
__exportStar(require("./reportingGetRequestsParams"), exports);
|
|
230
237
|
__exportStar(require("./reportingGetTokensParams"), exports);
|
|
@@ -232,9 +239,6 @@ __exportStar(require("./reportingReportDefinitionSystemDateTime"), exports);
|
|
|
232
239
|
__exportStar(require("./reportingReportSeries"), exports);
|
|
233
240
|
__exportStar(require("./reportingSplit"), exports);
|
|
234
241
|
__exportStar(require("./sandBoxGetThreadMessagesParams"), exports);
|
|
235
|
-
__exportStar(require("./stateInterface"), exports);
|
|
236
|
-
__exportStar(require("./stateInterfaceDefault"), exports);
|
|
237
|
-
__exportStar(require("./stateInterfaceMetadata"), exports);
|
|
238
242
|
__exportStar(require("./testDataSourceConnection"), exports);
|
|
239
243
|
__exportStar(require("./testDataSourceConnectionCredentials"), exports);
|
|
240
244
|
__exportStar(require("./updateContainer"), exports);
|
|
@@ -249,18 +253,17 @@ __exportStar(require("./usersGetAccessWorkSpacesParams"), exports);
|
|
|
249
253
|
__exportStar(require("./usersGetUsersParams"), exports);
|
|
250
254
|
__exportStar(require("./usersRemoveUserFromAllWorkSpacesParams"), exports);
|
|
251
255
|
__exportStar(require("./usersSearchUsersParams"), exports);
|
|
256
|
+
__exportStar(require("./workSpace"), exports);
|
|
257
|
+
__exportStar(require("./workSpaceBasicInfo"), exports);
|
|
252
258
|
__exportStar(require("./workSpaceInfo"), exports);
|
|
259
|
+
__exportStar(require("./workSpaceInputs"), exports);
|
|
253
260
|
__exportStar(require("./workSpaceTemplatesGetParams"), exports);
|
|
254
261
|
__exportStar(require("./workSpaceTemplatesPublisher"), exports);
|
|
255
262
|
__exportStar(require("./workSpaceTemplatesTemplate"), exports);
|
|
256
263
|
__exportStar(require("./workSpaceTemplatesVersion"), exports);
|
|
257
|
-
__exportStar(require("./
|
|
264
|
+
__exportStar(require("./workSpaceUser"), exports);
|
|
265
|
+
__exportStar(require("./workSpaceVariables"), exports);
|
|
258
266
|
__exportStar(require("./workSpacesGetGetParams"), exports);
|
|
259
267
|
__exportStar(require("./workSpacesGetThreadsParams"), exports);
|
|
260
268
|
__exportStar(require("./workSpacesGetWorkspaceFilesParams"), exports);
|
|
261
|
-
__exportStar(require("./workSpacesUpdateWorkSpaceBasicInfo"), exports);
|
|
262
|
-
__exportStar(require("./workSpacesWorkSpace"), exports);
|
|
263
|
-
__exportStar(require("./workSpacesWorkSpaceInputs"), exports);
|
|
264
|
-
__exportStar(require("./workSpacesWorkSpaceUser"), exports);
|
|
265
|
-
__exportStar(require("./workSpacesWorkSpaceVariables"), exports);
|
|
266
269
|
__exportStar(require("./workSpacesWorkspaceFilesBody"), exports);
|
|
@@ -0,0 +1,11 @@
|
|
|
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 { WorkSpace } from './workSpace';
|
|
8
|
+
export interface PagedDataCollectionWorkSpace {
|
|
9
|
+
data: WorkSpace[];
|
|
10
|
+
total: number;
|
|
11
|
+
}
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
import type { DataSpace } from './dataSpace';
|
|
8
|
-
import type {
|
|
8
|
+
import type { WorkSpaceInputs } from './workSpaceInputs';
|
|
9
9
|
import type { ModelConfiguration } from './modelConfiguration';
|
|
10
|
-
import type {
|
|
11
|
-
export interface
|
|
10
|
+
import type { WorkSpaceVariables } from './workSpaceVariables';
|
|
11
|
+
export interface WorkSpace {
|
|
12
12
|
createdAt: string;
|
|
13
13
|
createdByUserId: string;
|
|
14
14
|
dataSpaces: DataSpace[];
|
|
@@ -20,7 +20,7 @@ export interface WorkSpacesWorkSpace {
|
|
|
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
|
id?: string | null;
|
|
23
|
-
inputs:
|
|
23
|
+
inputs: WorkSpaceInputs;
|
|
24
24
|
modelConfigurations: ModelConfiguration[];
|
|
25
25
|
/** @nullable */
|
|
26
26
|
modifiedAt?: string | null;
|
|
@@ -41,5 +41,5 @@ export interface WorkSpacesWorkSpace {
|
|
|
41
41
|
supportsFiles?: boolean | null;
|
|
42
42
|
/** @nullable */
|
|
43
43
|
tags?: string[] | null;
|
|
44
|
-
variables:
|
|
44
|
+
variables: WorkSpaceVariables;
|
|
45
45
|
}
|