@smartspace/api-client 0.1.0-pr.817.50acd74 → 0.1.0-pr.820.52abbad
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 +2 -2
- package/dist/generated/chat/models/{accessAccess.d.ts → access.d.ts} +1 -1
- package/dist/generated/chat/models/dataSet.d.ts +2 -2
- package/dist/generated/chat/models/{connection.d.ts → flowsConnection.d.ts} +1 -1
- package/dist/generated/chat/models/{flow.d.ts → flowsFlow.d.ts} +5 -5
- package/dist/generated/chat/models/{flowBlock.d.ts → flowsFlowBlock.d.ts} +1 -1
- package/dist/generated/chat/models/flowsFlowConstant.d.ts +11 -0
- package/dist/generated/chat/models/{flowDefinitionLayout.d.ts → flowsFlowConstantValue.d.ts} +1 -1
- package/dist/generated/chat/models/flowsFlowDefinition.d.ts +31 -0
- package/dist/generated/chat/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionBlocks.d.ts} +3 -3
- package/dist/generated/chat/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionConstants.d.ts} +3 -3
- package/dist/generated/chat/models/{flowDefinitionOutputs.d.ts → flowsFlowDefinitionInputs.d.ts} +3 -3
- package/dist/generated/chat/models/{flowConstantValue.d.ts → flowsFlowDefinitionLayout.d.ts} +1 -1
- package/dist/generated/chat/models/{flowDefinitionConstants.d.ts → flowsFlowDefinitionOutputs.d.ts} +3 -3
- package/dist/generated/chat/models/flowsFlowDefinitionVariables.d.ts +13 -0
- package/dist/generated/chat/models/flowsFlowInput.d.ts +10 -0
- package/dist/generated/chat/models/{flowVariableSchema.d.ts → flowsFlowInputSchema.d.ts} +1 -1
- package/dist/generated/chat/models/flowsFlowOutput.d.ts +10 -0
- package/dist/generated/chat/models/{flowInputSchema.d.ts → flowsFlowOutputSchema.d.ts} +1 -1
- package/dist/generated/chat/models/{flowTrigger.d.ts → flowsFlowTrigger.d.ts} +1 -1
- package/dist/generated/chat/models/{flowVariable.d.ts → flowsFlowVariable.d.ts} +3 -3
- package/dist/generated/chat/models/{flowOutputSchema.d.ts → flowsFlowVariableSchema.d.ts} +1 -1
- package/dist/generated/chat/models/index.d.ts +21 -21
- package/dist/generated/chat/models/index.js +21 -21
- package/dist/generated/chat/models/{pagedDataCollectionAccessAccess.d.ts → pagedDataCollectionAccess.d.ts} +3 -3
- package/dist/generated/chat/models/workSpaceInputs.d.ts +2 -2
- package/dist/generated/chat/models/workSpaceVariables.d.ts +2 -2
- package/dist/generated/config/api.d.ts +10 -10
- package/dist/generated/config/api.js +12 -12
- package/dist/generated/config/models/{accessAccess.d.ts → access.d.ts} +1 -1
- package/dist/generated/config/models/accessGetGroupsParams.d.ts +9 -0
- package/dist/generated/config/models/accessGetUsersInRoleRolesRoleIdUsersParams.d.ts +9 -0
- package/dist/generated/config/models/accessGetUsersInRoleUsersParams.d.ts +13 -0
- package/dist/generated/config/models/{accessAccessWorkSpace.d.ts → accessWorkSpace.d.ts} +1 -1
- package/dist/generated/config/models/{activitiesActivityWorkSpace.d.ts → activityActivityWorkSpace.d.ts} +3 -3
- package/dist/generated/config/models/activityExportLoggingsParams.d.ts +10 -0
- package/dist/generated/config/models/activityGetLoggingParams.d.ts +16 -0
- package/dist/generated/config/models/{activitiesLlmUsageMetrics.d.ts → activityLlmUsageMetrics.d.ts} +1 -1
- package/dist/generated/config/models/{appUserAppAccessUser.d.ts → appUserAppUser.d.ts} +2 -2
- package/dist/generated/config/models/dataSet.d.ts +2 -2
- package/dist/generated/config/models/{connection.d.ts → flowsConnection.d.ts} +1 -1
- package/dist/generated/config/models/{flow.d.ts → flowsFlow.d.ts} +5 -5
- package/dist/generated/config/models/{flowBlock.d.ts → flowsFlowBlock.d.ts} +1 -1
- package/dist/generated/config/models/flowsFlowConstant.d.ts +11 -0
- package/dist/generated/config/models/{flowConstantValue.d.ts → flowsFlowConstantValue.d.ts} +1 -1
- package/dist/generated/config/models/flowsFlowDefinition.d.ts +31 -0
- package/dist/generated/config/models/{flowDefinitionOutputs.d.ts → flowsFlowDefinitionBlocks.d.ts} +3 -3
- package/dist/generated/config/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionConstants.d.ts} +3 -3
- package/dist/generated/config/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionInputs.d.ts} +3 -3
- package/dist/generated/config/models/{flowDefinitionLayout.d.ts → flowsFlowDefinitionLayout.d.ts} +1 -1
- package/dist/generated/config/models/{flowDefinitionConstants.d.ts → flowsFlowDefinitionOutputs.d.ts} +3 -3
- package/dist/generated/config/models/flowsFlowDefinitionVariables.d.ts +13 -0
- package/dist/generated/config/models/flowsFlowInput.d.ts +10 -0
- package/dist/generated/config/models/{flowOutputSchema.d.ts → flowsFlowInputSchema.d.ts} +1 -1
- package/dist/generated/config/models/flowsFlowOutput.d.ts +10 -0
- package/dist/generated/config/models/{flowInputSchema.d.ts → flowsFlowOutputSchema.d.ts} +1 -1
- package/dist/generated/config/models/{flowTrigger.d.ts → flowsFlowTrigger.d.ts} +1 -1
- package/dist/generated/config/models/{flowVariable.d.ts → flowsFlowVariable.d.ts} +3 -3
- package/dist/generated/config/models/{flowVariableSchema.d.ts → flowsFlowVariableSchema.d.ts} +1 -1
- package/dist/generated/config/models/index.d.ts +27 -28
- package/dist/generated/config/models/index.js +27 -28
- package/dist/generated/config/models/{pagedDataCollectionAccessAccess.d.ts → pagedDataCollectionAccess.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionActivityActivityWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionAppUserAppUser.d.ts +11 -0
- package/dist/generated/config/models/workSpaceInputs.d.ts +2 -2
- package/dist/generated/config/models/workSpaceVariables.d.ts +2 -2
- package/dist/generated/config/zod.d.ts +69 -25
- package/dist/generated/config/zod.js +83 -61
- package/package.json +1 -1
- package/dist/generated/chat/models/flowConstant.d.ts +0 -11
- package/dist/generated/chat/models/flowDefinition.d.ts +0 -31
- package/dist/generated/chat/models/flowDefinitionVariables.d.ts +0 -13
- package/dist/generated/chat/models/flowInput.d.ts +0 -10
- package/dist/generated/chat/models/flowOutput.d.ts +0 -10
- package/dist/generated/config/models/accessCreateAccess.d.ts +0 -13
- package/dist/generated/config/models/flowConstant.d.ts +0 -11
- package/dist/generated/config/models/flowDefinition.d.ts +0 -31
- package/dist/generated/config/models/flowDefinitionVariables.d.ts +0 -13
- package/dist/generated/config/models/flowInput.d.ts +0 -10
- package/dist/generated/config/models/flowOutput.d.ts +0 -10
- package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionAppUserAppAccessUser.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionAppUserAppAccessUser.js +0 -2
- /package/dist/generated/chat/models/{accessAccess.js → access.js} +0 -0
- /package/dist/generated/chat/models/{connection.js → flowsConnection.js} +0 -0
- /package/dist/generated/chat/models/{flow.js → flowsFlow.js} +0 -0
- /package/dist/generated/chat/models/{flowBlock.js → flowsFlowBlock.js} +0 -0
- /package/dist/generated/chat/models/{flowConstant.js → flowsFlowConstant.js} +0 -0
- /package/dist/generated/chat/models/{flowConstantValue.js → flowsFlowConstantValue.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinition.js → flowsFlowDefinition.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionBlocks.js → flowsFlowDefinitionBlocks.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionConstants.js → flowsFlowDefinitionConstants.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionInputs.js → flowsFlowDefinitionInputs.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionLayout.js → flowsFlowDefinitionLayout.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionOutputs.js → flowsFlowDefinitionOutputs.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionVariables.js → flowsFlowDefinitionVariables.js} +0 -0
- /package/dist/generated/chat/models/{flowInput.js → flowsFlowInput.js} +0 -0
- /package/dist/generated/chat/models/{flowInputSchema.js → flowsFlowInputSchema.js} +0 -0
- /package/dist/generated/chat/models/{flowOutput.js → flowsFlowOutput.js} +0 -0
- /package/dist/generated/chat/models/{flowOutputSchema.js → flowsFlowOutputSchema.js} +0 -0
- /package/dist/generated/chat/models/{flowTrigger.js → flowsFlowTrigger.js} +0 -0
- /package/dist/generated/chat/models/{flowVariable.js → flowsFlowVariable.js} +0 -0
- /package/dist/generated/chat/models/{flowVariableSchema.js → flowsFlowVariableSchema.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionAccessAccess.js → pagedDataCollectionAccess.js} +0 -0
- /package/dist/generated/config/models/{accessAccess.js → access.js} +0 -0
- /package/dist/generated/config/models/{accessAccessWorkSpace.js → accessWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{accessCreateAccess.js → activityActivityWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{activitiesLlmUsageMetrics.js → activityLlmUsageMetrics.js} +0 -0
- /package/dist/generated/config/models/{appUserAppAccessUser.js → appUserAppUser.js} +0 -0
- /package/dist/generated/config/models/{activitiesActivityWorkSpace.js → flowsConnection.js} +0 -0
- /package/dist/generated/config/models/{connection.js → flowsFlow.js} +0 -0
- /package/dist/generated/config/models/{flow.js → flowsFlowBlock.js} +0 -0
- /package/dist/generated/config/models/{flowBlock.js → flowsFlowConstant.js} +0 -0
- /package/dist/generated/config/models/{flowConstantValue.js → flowsFlowConstantValue.js} +0 -0
- /package/dist/generated/config/models/{flowConstant.js → flowsFlowDefinition.js} +0 -0
- /package/dist/generated/config/models/{flowDefinition.js → flowsFlowDefinitionBlocks.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionBlocks.js → flowsFlowDefinitionConstants.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionConstants.js → flowsFlowDefinitionInputs.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionLayout.js → flowsFlowDefinitionLayout.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionInputs.js → flowsFlowDefinitionOutputs.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionOutputs.js → flowsFlowDefinitionVariables.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionVariables.js → flowsFlowInput.js} +0 -0
- /package/dist/generated/config/models/{flowInputSchema.js → flowsFlowInputSchema.js} +0 -0
- /package/dist/generated/config/models/{flowInput.js → flowsFlowOutput.js} +0 -0
- /package/dist/generated/config/models/{flowOutputSchema.js → flowsFlowOutputSchema.js} +0 -0
- /package/dist/generated/config/models/{flowOutput.js → flowsFlowTrigger.js} +0 -0
- /package/dist/generated/config/models/{flowTrigger.js → flowsFlowVariable.js} +0 -0
- /package/dist/generated/config/models/{flowVariableSchema.js → flowsFlowVariableSchema.js} +0 -0
- /package/dist/generated/config/models/{flowVariable.js → pagedDataCollectionAccess.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAccessAccess.js → pagedDataCollectionActivityActivityWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionActivitiesActivityWorkSpace.js → pagedDataCollectionAppUserAppUser.js} +0 -0
|
@@ -20,9 +20,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
20
20
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
21
21
|
};
|
|
22
22
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
|
-
__exportStar(require("./
|
|
24
|
-
__exportStar(require("./accessAccessWorkSpace"), exports);
|
|
25
|
-
__exportStar(require("./accessCreateAccess"), exports);
|
|
23
|
+
__exportStar(require("./access"), exports);
|
|
26
24
|
__exportStar(require("./accessGetAccessesParams"), exports);
|
|
27
25
|
__exportStar(require("./accessGetGroupsParams"), exports);
|
|
28
26
|
__exportStar(require("./accessGetUsersInRoleRolesRoleIdUsersParams"), exports);
|
|
@@ -30,12 +28,13 @@ __exportStar(require("./accessGetUsersInRoleUsersParams"), exports);
|
|
|
30
28
|
__exportStar(require("./accessSearchGroupsParams"), exports);
|
|
31
29
|
__exportStar(require("./accessSearchServicePrincipalsParams"), exports);
|
|
32
30
|
__exportStar(require("./accessSearchUsersParams"), exports);
|
|
33
|
-
__exportStar(require("./
|
|
34
|
-
__exportStar(require("./
|
|
31
|
+
__exportStar(require("./accessWorkSpace"), exports);
|
|
32
|
+
__exportStar(require("./activityActivityWorkSpace"), exports);
|
|
35
33
|
__exportStar(require("./activityExportLoggingsParams"), exports);
|
|
36
34
|
__exportStar(require("./activityGetLoggingParams"), exports);
|
|
35
|
+
__exportStar(require("./activityLlmUsageMetrics"), exports);
|
|
37
36
|
__exportStar(require("./appRole"), exports);
|
|
38
|
-
__exportStar(require("./
|
|
37
|
+
__exportStar(require("./appUserAppUser"), exports);
|
|
39
38
|
__exportStar(require("./appUserAppUserDetail"), exports);
|
|
40
39
|
__exportStar(require("./appUserAppUserSearchResult"), exports);
|
|
41
40
|
__exportStar(require("./appUserServicePrincipalSearchResult"), exports);
|
|
@@ -55,7 +54,6 @@ __exportStar(require("./blockSetsGetBlockSetsParams"), exports);
|
|
|
55
54
|
__exportStar(require("./blocksGetBlocksParams"), exports);
|
|
56
55
|
__exportStar(require("./configApiAddMessageFileFromBlobUri"), exports);
|
|
57
56
|
__exportStar(require("./configApiRunFlowRequest"), exports);
|
|
58
|
-
__exportStar(require("./connection"), exports);
|
|
59
57
|
__exportStar(require("./containerDataSet"), exports);
|
|
60
58
|
__exportStar(require("./containersPostParams"), exports);
|
|
61
59
|
__exportStar(require("./coreDeploymentEnumsDeploymentStatus"), exports);
|
|
@@ -124,21 +122,6 @@ __exportStar(require("./filesDownloadFileParams"), exports);
|
|
|
124
122
|
__exportStar(require("./filesGetFileInfoParams"), exports);
|
|
125
123
|
__exportStar(require("./filesGetUriParams"), exports);
|
|
126
124
|
__exportStar(require("./filesUploadFilesBody"), exports);
|
|
127
|
-
__exportStar(require("./flow"), exports);
|
|
128
|
-
__exportStar(require("./flowBlock"), exports);
|
|
129
|
-
__exportStar(require("./flowConstant"), exports);
|
|
130
|
-
__exportStar(require("./flowConstantValue"), exports);
|
|
131
|
-
__exportStar(require("./flowDefinition"), exports);
|
|
132
|
-
__exportStar(require("./flowDefinitionBlocks"), exports);
|
|
133
|
-
__exportStar(require("./flowDefinitionConstants"), exports);
|
|
134
|
-
__exportStar(require("./flowDefinitionInputs"), exports);
|
|
135
|
-
__exportStar(require("./flowDefinitionLayout"), exports);
|
|
136
|
-
__exportStar(require("./flowDefinitionOutputs"), exports);
|
|
137
|
-
__exportStar(require("./flowDefinitionVariables"), exports);
|
|
138
|
-
__exportStar(require("./flowInput"), exports);
|
|
139
|
-
__exportStar(require("./flowInputSchema"), exports);
|
|
140
|
-
__exportStar(require("./flowOutput"), exports);
|
|
141
|
-
__exportStar(require("./flowOutputSchema"), exports);
|
|
142
125
|
__exportStar(require("./flowRunsAddFileIdFilesBody"), exports);
|
|
143
126
|
__exportStar(require("./flowRunsCreateFlowRunParams"), exports);
|
|
144
127
|
__exportStar(require("./flowRunsGetStepExecutionsParams"), exports);
|
|
@@ -146,15 +129,31 @@ __exportStar(require("./flowRunsGetVariables200One"), exports);
|
|
|
146
129
|
__exportStar(require("./flowRunsGetVariables200Three"), exports);
|
|
147
130
|
__exportStar(require("./flowRunsGetVariables200Two"), exports);
|
|
148
131
|
__exportStar(require("./flowRunsSearchFlowRunsParams"), exports);
|
|
149
|
-
__exportStar(require("./flowTrigger"), exports);
|
|
150
132
|
__exportStar(require("./flowValueModel"), exports);
|
|
151
133
|
__exportStar(require("./flowValueModelChannels"), exports);
|
|
152
|
-
__exportStar(require("./flowVariable"), exports);
|
|
153
|
-
__exportStar(require("./flowVariableSchema"), exports);
|
|
154
134
|
__exportStar(require("./flowsBlockConstant"), exports);
|
|
155
135
|
__exportStar(require("./flowsBlockConstantValue"), exports);
|
|
156
136
|
__exportStar(require("./flowsBlockPinRef"), exports);
|
|
137
|
+
__exportStar(require("./flowsConnection"), exports);
|
|
138
|
+
__exportStar(require("./flowsFlow"), exports);
|
|
139
|
+
__exportStar(require("./flowsFlowBlock"), exports);
|
|
140
|
+
__exportStar(require("./flowsFlowConstant"), exports);
|
|
141
|
+
__exportStar(require("./flowsFlowConstantValue"), exports);
|
|
142
|
+
__exportStar(require("./flowsFlowDefinition"), exports);
|
|
143
|
+
__exportStar(require("./flowsFlowDefinitionBlocks"), exports);
|
|
144
|
+
__exportStar(require("./flowsFlowDefinitionConstants"), exports);
|
|
145
|
+
__exportStar(require("./flowsFlowDefinitionInputs"), exports);
|
|
146
|
+
__exportStar(require("./flowsFlowDefinitionLayout"), exports);
|
|
147
|
+
__exportStar(require("./flowsFlowDefinitionOutputs"), exports);
|
|
148
|
+
__exportStar(require("./flowsFlowDefinitionVariables"), exports);
|
|
149
|
+
__exportStar(require("./flowsFlowInput"), exports);
|
|
150
|
+
__exportStar(require("./flowsFlowInputSchema"), exports);
|
|
151
|
+
__exportStar(require("./flowsFlowOutput"), exports);
|
|
152
|
+
__exportStar(require("./flowsFlowOutputSchema"), exports);
|
|
157
153
|
__exportStar(require("./flowsFlowPinRef"), exports);
|
|
154
|
+
__exportStar(require("./flowsFlowTrigger"), exports);
|
|
155
|
+
__exportStar(require("./flowsFlowVariable"), exports);
|
|
156
|
+
__exportStar(require("./flowsFlowVariableSchema"), exports);
|
|
158
157
|
__exportStar(require("./functionExecutionDebugModel"), exports);
|
|
159
158
|
__exportStar(require("./ingestedBlob"), exports);
|
|
160
159
|
__exportStar(require("./inputPinInterface"), exports);
|
|
@@ -208,9 +207,9 @@ __exportStar(require("./outputPinInterface"), exports);
|
|
|
208
207
|
__exportStar(require("./outputPinInterfaceGenerics"), exports);
|
|
209
208
|
__exportStar(require("./outputPinInterfaceMetadata"), exports);
|
|
210
209
|
__exportStar(require("./outputPinInterfaceSchema"), exports);
|
|
211
|
-
__exportStar(require("./
|
|
212
|
-
__exportStar(require("./
|
|
213
|
-
__exportStar(require("./
|
|
210
|
+
__exportStar(require("./pagedDataCollectionAccess"), exports);
|
|
211
|
+
__exportStar(require("./pagedDataCollectionActivityActivityWorkSpace"), exports);
|
|
212
|
+
__exportStar(require("./pagedDataCollectionAppUserAppUser"), exports);
|
|
214
213
|
__exportStar(require("./pagedDataCollectionAppUserAppUserDetail"), exports);
|
|
215
214
|
__exportStar(require("./pagedDataCollectionAppUserAppUserSearchResult"), exports);
|
|
216
215
|
__exportStar(require("./pagedDataCollectionAppUserServicePrincipalSearchResult"), exports);
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
8
|
-
export interface
|
|
9
|
-
data:
|
|
7
|
+
import type { Access } from './access';
|
|
8
|
+
export interface PagedDataCollectionAccess {
|
|
9
|
+
data: Access[];
|
|
10
10
|
total: number;
|
|
11
11
|
}
|
|
@@ -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 { ActivityActivityWorkSpace } from './activityActivityWorkSpace';
|
|
8
|
+
export interface PagedDataCollectionActivityActivityWorkSpace {
|
|
9
|
+
data: ActivityActivityWorkSpace[];
|
|
10
|
+
total: number;
|
|
11
|
+
}
|
|
@@ -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 { AppUserAppUser } from './appUserAppUser';
|
|
8
|
+
export interface PagedDataCollectionAppUserAppUser {
|
|
9
|
+
data: AppUserAppUser[];
|
|
10
|
+
total: number;
|
|
11
|
+
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { FlowsFlowInput } from './flowsFlowInput';
|
|
8
8
|
export type WorkSpaceInputs = {
|
|
9
|
-
[key: string]:
|
|
9
|
+
[key: string]: FlowsFlowInput;
|
|
10
10
|
};
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { FlowsFlowVariable } from './flowsFlowVariable';
|
|
8
8
|
export type WorkSpaceVariables = {
|
|
9
|
-
[key: string]:
|
|
9
|
+
[key: string]: FlowsFlowVariable;
|
|
10
10
|
};
|
|
@@ -54,19 +54,56 @@ export declare const accessGetAccessesResponse: zod.ZodObject<{
|
|
|
54
54
|
total: zod.ZodNumber;
|
|
55
55
|
}, zod.core.$strip>;
|
|
56
56
|
/**
|
|
57
|
-
* @summary
|
|
57
|
+
* @summary Update or set new access parameters in SmartSpace, using detailed access model specifications.
|
|
58
58
|
*/
|
|
59
|
+
export declare const accessAddAccessBodyIdRegExp: RegExp;
|
|
60
|
+
export declare const accessAddAccessBodyMessageIdRegExp: RegExp;
|
|
61
|
+
export declare const accessAddAccessBodyMessageThreadIdRegExp: RegExp;
|
|
59
62
|
export declare const accessAddAccessBodyWorkSpaceIdRegExp: RegExp;
|
|
60
63
|
export declare const accessAddAccessBody: zod.ZodObject<{
|
|
61
64
|
accessType: zod.ZodEnum<{
|
|
62
65
|
Principal: "Principal";
|
|
63
66
|
Group: "Group";
|
|
64
67
|
}>;
|
|
68
|
+
displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
69
|
+
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
70
|
+
messageId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
71
|
+
messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
65
72
|
objectId: zod.ZodString;
|
|
66
|
-
|
|
73
|
+
principalType: zod.ZodOptional<zod.ZodEnum<{
|
|
74
|
+
Unknown: "Unknown";
|
|
75
|
+
User: "User";
|
|
76
|
+
ServicePrincipal: "ServicePrincipal";
|
|
77
|
+
Internal: "Internal";
|
|
78
|
+
}>>;
|
|
79
|
+
userEmailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
80
|
+
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
67
81
|
}, zod.core.$strict>;
|
|
82
|
+
export declare const accessAddAccessResponseIdRegExp: RegExp;
|
|
83
|
+
export declare const accessAddAccessResponseMessageIdRegExp: RegExp;
|
|
84
|
+
export declare const accessAddAccessResponseMessageThreadIdRegExp: RegExp;
|
|
85
|
+
export declare const accessAddAccessResponseWorkSpaceIdRegExp: RegExp;
|
|
86
|
+
export declare const accessAddAccessResponse: zod.ZodObject<{
|
|
87
|
+
accessType: zod.ZodEnum<{
|
|
88
|
+
Principal: "Principal";
|
|
89
|
+
Group: "Group";
|
|
90
|
+
}>;
|
|
91
|
+
displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
92
|
+
id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
93
|
+
messageId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
94
|
+
messageThreadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
95
|
+
objectId: zod.ZodString;
|
|
96
|
+
principalType: zod.ZodOptional<zod.ZodEnum<{
|
|
97
|
+
Unknown: "Unknown";
|
|
98
|
+
User: "User";
|
|
99
|
+
ServicePrincipal: "ServicePrincipal";
|
|
100
|
+
Internal: "Internal";
|
|
101
|
+
}>>;
|
|
102
|
+
userEmailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
103
|
+
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
104
|
+
}, zod.core.$strip>;
|
|
68
105
|
/**
|
|
69
|
-
* @summary List groups from Azure AD
|
|
106
|
+
* @summary List groups from Azure AD
|
|
70
107
|
*/
|
|
71
108
|
export declare const accessGetGroupsQuerySkipDefault = 0;
|
|
72
109
|
export declare const accessGetGroupsQueryTakeDefault = 20;
|
|
@@ -78,8 +115,9 @@ export declare const accessGetGroupsQueryParams: zod.ZodObject<{
|
|
|
78
115
|
export declare const accessGetGroupsResponse: zod.ZodObject<{
|
|
79
116
|
data: zod.ZodArray<zod.ZodObject<{
|
|
80
117
|
displayName: zod.ZodString;
|
|
81
|
-
|
|
82
|
-
|
|
118
|
+
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
119
|
+
id: zod.ZodString;
|
|
120
|
+
userId: zod.ZodString;
|
|
83
121
|
}, zod.core.$strip>>;
|
|
84
122
|
total: zod.ZodNumber;
|
|
85
123
|
}, zod.core.$strip>;
|
|
@@ -98,7 +136,7 @@ export declare const accessGetAppRolesResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
98
136
|
name: zod.ZodString;
|
|
99
137
|
}, zod.core.$strip>>;
|
|
100
138
|
/**
|
|
101
|
-
* @summary List users assigned to a specific role in SmartSpace by providing the role's ID
|
|
139
|
+
* @summary List users assigned to a specific role in SmartSpace by providing the role's ID
|
|
102
140
|
*/
|
|
103
141
|
export declare const accessGetUsersInRoleRolesRoleIdUsersPathRoleIdRegExp: RegExp;
|
|
104
142
|
export declare const accessGetUsersInRoleRolesRoleIdUsersParams: zod.ZodObject<{
|
|
@@ -111,15 +149,18 @@ export declare const accessGetUsersInRoleRolesRoleIdUsersQueryParams: zod.ZodObj
|
|
|
111
149
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
112
150
|
search: zod.ZodOptional<zod.ZodString>;
|
|
113
151
|
}, zod.core.$strict>;
|
|
114
|
-
export declare const
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
userId: zod.ZodString;
|
|
120
|
-
}, zod.core.$strip>>;
|
|
121
|
-
total: zod.ZodNumber;
|
|
152
|
+
export declare const accessGetUsersInRoleRolesRoleIdUsersResponseItem: zod.ZodObject<{
|
|
153
|
+
displayName: zod.ZodString;
|
|
154
|
+
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
155
|
+
id: zod.ZodString;
|
|
156
|
+
userId: zod.ZodString;
|
|
122
157
|
}, zod.core.$strip>;
|
|
158
|
+
export declare const accessGetUsersInRoleRolesRoleIdUsersResponse: zod.ZodArray<zod.ZodObject<{
|
|
159
|
+
displayName: zod.ZodString;
|
|
160
|
+
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
161
|
+
id: zod.ZodString;
|
|
162
|
+
userId: zod.ZodString;
|
|
163
|
+
}, zod.core.$strip>>;
|
|
123
164
|
/**
|
|
124
165
|
* @summary Search Azure AD groups for access assignment.
|
|
125
166
|
*/
|
|
@@ -194,24 +235,27 @@ export declare const accessGetUsersInRoleUsersQueryParams: zod.ZodObject<{
|
|
|
194
235
|
search: zod.ZodOptional<zod.ZodString>;
|
|
195
236
|
assignedWorkspaceId: zod.ZodOptional<zod.ZodString>;
|
|
196
237
|
}, zod.core.$strict>;
|
|
197
|
-
export declare const
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
userId: zod.ZodString;
|
|
203
|
-
}, zod.core.$strip>>;
|
|
204
|
-
total: zod.ZodNumber;
|
|
238
|
+
export declare const accessGetUsersInRoleUsersResponseItem: zod.ZodObject<{
|
|
239
|
+
displayName: zod.ZodString;
|
|
240
|
+
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
241
|
+
id: zod.ZodString;
|
|
242
|
+
userId: zod.ZodString;
|
|
205
243
|
}, zod.core.$strip>;
|
|
244
|
+
export declare const accessGetUsersInRoleUsersResponse: zod.ZodArray<zod.ZodObject<{
|
|
245
|
+
displayName: zod.ZodString;
|
|
246
|
+
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
247
|
+
id: zod.ZodString;
|
|
248
|
+
userId: zod.ZodString;
|
|
249
|
+
}, zod.core.$strip>>;
|
|
206
250
|
/**
|
|
207
|
-
* @summary Remove a specific access entity in SmartSpace by using its ID
|
|
251
|
+
* @summary Remove a specific access entity in SmartSpace by using its ID
|
|
208
252
|
*/
|
|
209
253
|
export declare const accessDeleteAccessPathIdRegExp: RegExp;
|
|
210
254
|
export declare const accessDeleteAccessParams: zod.ZodObject<{
|
|
211
255
|
id: zod.ZodString;
|
|
212
256
|
}, zod.core.$strict>;
|
|
213
257
|
/**
|
|
214
|
-
* @summary
|
|
258
|
+
* @summary Retrive all logging activity in WorkSpace in a csv file format, including CRUD behaviors and Chat, with optional filter
|
|
215
259
|
*/
|
|
216
260
|
export declare const activityExportLoggingsQueryWorkSpaceIdRegExp: RegExp;
|
|
217
261
|
export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
|
|
@@ -228,7 +272,7 @@ export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
|
|
|
228
272
|
}, zod.core.$strict>;
|
|
229
273
|
export declare const activityExportLoggingsResponse: zod.ZodString;
|
|
230
274
|
/**
|
|
231
|
-
* @summary Retrieve
|
|
275
|
+
* @summary Retrieve logging activity in WorkSpace, including CRUD behaviors and Chat, with optional pagination controls take, skip and filter
|
|
232
276
|
*/
|
|
233
277
|
export declare const activityGetLoggingQueryWorkSpaceIdRegExp: RegExp;
|
|
234
278
|
export declare const activityGetLoggingQueryTakeDefault = 25;
|