@smartspace/api-client 0.1.0-pr.815.b53848e → 0.1.0-pr.817.50acd74
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 +6 -6
- package/dist/generated/chat/api.js +4 -4
- package/dist/generated/chat/models/{access.d.ts → accessAccess.d.ts} +1 -1
- package/dist/generated/chat/models/{filesFile.d.ts → file.d.ts} +1 -1
- package/dist/generated/chat/models/{filesFileUriResponse.d.ts → fileUriResponse.d.ts} +1 -1
- package/dist/generated/chat/models/filesDownloadFileParams.d.ts +2 -0
- package/dist/generated/chat/models/filesGetUriParams.d.ts +2 -0
- package/dist/generated/chat/models/index.d.ts +4 -4
- package/dist/generated/chat/models/index.js +4 -4
- package/dist/generated/chat/models/{pagedDataCollectionAccess.d.ts → pagedDataCollectionAccessAccess.d.ts} +3 -3
- package/dist/generated/chat/zod.d.ts +4 -4
- package/dist/generated/chat/zod.js +10 -10
- package/dist/generated/config/api.d.ts +15 -15
- package/dist/generated/config/api.js +12 -12
- package/dist/generated/config/models/{access.d.ts → accessAccess.d.ts} +1 -1
- package/dist/generated/config/models/{accessWorkSpace.d.ts → accessAccessWorkSpace.d.ts} +1 -1
- package/dist/generated/config/models/accessCreateAccess.d.ts +13 -0
- package/dist/generated/config/models/accessGetGroupsParams.d.ts +0 -9
- package/dist/generated/config/models/accessGetUsersInRoleRolesRoleIdUsersParams.d.ts +0 -9
- package/dist/generated/config/models/accessGetUsersInRoleUsersParams.d.ts +0 -13
- package/dist/generated/config/models/{activityActivityWorkSpace.d.ts → activitiesActivityWorkSpace.d.ts} +3 -3
- package/dist/generated/config/models/{activityLlmUsageMetrics.d.ts → activitiesLlmUsageMetrics.d.ts} +1 -1
- package/dist/generated/config/models/activityExportLoggingsParams.d.ts +0 -10
- package/dist/generated/config/models/activityGetLoggingParams.d.ts +0 -16
- package/dist/generated/config/models/{appUserAppUser.d.ts → appUserAppAccessUser.d.ts} +2 -2
- package/dist/generated/config/models/{filesFile.d.ts → file.d.ts} +1 -1
- package/dist/generated/config/models/{filesFileUriResponse.d.ts → fileUriResponse.d.ts} +1 -1
- package/dist/generated/config/models/filesDownloadFileParams.d.ts +2 -0
- package/dist/generated/config/models/filesGetFileInfoParams.d.ts +2 -0
- package/dist/generated/config/models/filesGetUriParams.d.ts +2 -0
- package/dist/generated/config/models/index.d.ts +13 -13
- package/dist/generated/config/models/index.js +13 -13
- package/dist/generated/config/models/{filesIngestedBlob.d.ts → ingestedBlob.d.ts} +3 -3
- package/dist/generated/config/models/{pagedDataCollectionAccess.d.ts → pagedDataCollectionAccessAccess.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionAppUserAppAccessUser.d.ts +11 -0
- package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.d.ts → pagedDataCollectionIngestedBlob.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionIngestedBlob.js +2 -0
- package/dist/generated/config/zod.d.ts +29 -73
- package/dist/generated/config/zod.js +74 -96
- package/package.json +1 -1
- package/dist/generated/config/models/filesCreateFileFromBlobUri.d.ts +0 -14
- package/dist/generated/config/models/filesFileUriResponse.js +0 -8
- package/dist/generated/config/models/pagedDataCollectionActivityActivityWorkSpace.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +0 -11
- /package/dist/generated/chat/models/{access.js → accessAccess.js} +0 -0
- /package/dist/generated/chat/models/{filesFile.js → file.js} +0 -0
- /package/dist/generated/chat/models/{filesFileUriResponse.js → fileUriResponse.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionAccess.js → pagedDataCollectionAccessAccess.js} +0 -0
- /package/dist/generated/config/models/{access.js → accessAccess.js} +0 -0
- /package/dist/generated/config/models/{accessWorkSpace.js → accessAccessWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{activityActivityWorkSpace.js → accessCreateAccess.js} +0 -0
- /package/dist/generated/config/models/{filesIngestedBlob.js → activitiesActivityWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{activityLlmUsageMetrics.js → activitiesLlmUsageMetrics.js} +0 -0
- /package/dist/generated/config/models/{appUserAppUser.js → appUserAppAccessUser.js} +0 -0
- /package/dist/generated/config/models/{filesCreateFileFromBlobUri.js → file.js} +0 -0
- /package/dist/generated/config/models/{filesFile.js → fileUriResponse.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAccess.js → ingestedBlob.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionActivityActivityWorkSpace.js → pagedDataCollectionAccessAccess.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.js → pagedDataCollectionActivitiesActivityWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionFilesIngestedBlob.js → pagedDataCollectionAppUserAppAccessUser.js} +0 -0
|
@@ -7,28 +7,12 @@
|
|
|
7
7
|
import type { EnumsActivityType } from './enumsActivityType';
|
|
8
8
|
export type ActivityGetLoggingParams = {
|
|
9
9
|
/**
|
|
10
|
-
* The ID of the workspace.
|
|
11
10
|
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
12
11
|
*/
|
|
13
12
|
workSpaceId?: string;
|
|
14
|
-
/**
|
|
15
|
-
* The starting date and time for filtering the logging information.
|
|
16
|
-
*/
|
|
17
13
|
fromOccurred?: string;
|
|
18
|
-
/**
|
|
19
|
-
* The ending date and time for filtering the logging information.
|
|
20
|
-
*/
|
|
21
14
|
toOccurred?: string;
|
|
22
|
-
/**
|
|
23
|
-
* The type of activity for filtering the logging information.
|
|
24
|
-
*/
|
|
25
15
|
activityType?: EnumsActivityType;
|
|
26
|
-
/**
|
|
27
|
-
* The maximum number of logging entries to retrieve.
|
|
28
|
-
*/
|
|
29
16
|
take?: number;
|
|
30
|
-
/**
|
|
31
|
-
* The number of logging entries to skip.
|
|
32
|
-
*/
|
|
33
17
|
skip?: number;
|
|
34
18
|
};
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
export interface
|
|
7
|
+
export interface AppUserAppAccessUser {
|
|
8
8
|
displayName: string;
|
|
9
9
|
/** @nullable */
|
|
10
10
|
emailAddress?: string | null;
|
|
11
|
-
|
|
11
|
+
isAssigned: boolean;
|
|
12
12
|
userId: string;
|
|
13
13
|
}
|
|
@@ -6,10 +6,12 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export type FilesDownloadFileParams = {
|
|
8
8
|
/**
|
|
9
|
+
* Optional thread ID containing the file
|
|
9
10
|
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
10
11
|
*/
|
|
11
12
|
threadId?: string;
|
|
12
13
|
/**
|
|
14
|
+
* Optional workspace ID containing the file
|
|
13
15
|
* @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}$
|
|
14
16
|
*/
|
|
15
17
|
workspaceId?: string;
|
|
@@ -6,10 +6,12 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export type FilesGetFileInfoParams = {
|
|
8
8
|
/**
|
|
9
|
+
* Optional thread ID containing the file
|
|
9
10
|
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
10
11
|
*/
|
|
11
12
|
threadId?: string;
|
|
12
13
|
/**
|
|
14
|
+
* Optional workspace ID containing the file
|
|
13
15
|
* @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}$
|
|
14
16
|
*/
|
|
15
17
|
workspaceId?: string;
|
|
@@ -6,10 +6,12 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export type FilesGetUriParams = {
|
|
8
8
|
/**
|
|
9
|
+
* Optional thread ID containing the file
|
|
9
10
|
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
10
11
|
*/
|
|
11
12
|
threadId?: string;
|
|
12
13
|
/**
|
|
14
|
+
* Optional workspace ID containing the file
|
|
13
15
|
* @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}$
|
|
14
16
|
*/
|
|
15
17
|
workspaceId?: string;
|
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
export * from './
|
|
7
|
+
export * from './accessAccess';
|
|
8
|
+
export * from './accessAccessWorkSpace';
|
|
9
|
+
export * from './accessCreateAccess';
|
|
8
10
|
export * from './accessGetAccessesParams';
|
|
9
11
|
export * from './accessGetGroupsParams';
|
|
10
12
|
export * from './accessGetUsersInRoleRolesRoleIdUsersParams';
|
|
@@ -12,13 +14,12 @@ export * from './accessGetUsersInRoleUsersParams';
|
|
|
12
14
|
export * from './accessSearchGroupsParams';
|
|
13
15
|
export * from './accessSearchServicePrincipalsParams';
|
|
14
16
|
export * from './accessSearchUsersParams';
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './
|
|
17
|
+
export * from './activitiesActivityWorkSpace';
|
|
18
|
+
export * from './activitiesLlmUsageMetrics';
|
|
17
19
|
export * from './activityExportLoggingsParams';
|
|
18
20
|
export * from './activityGetLoggingParams';
|
|
19
|
-
export * from './activityLlmUsageMetrics';
|
|
20
21
|
export * from './appRole';
|
|
21
|
-
export * from './
|
|
22
|
+
export * from './appUserAppAccessUser';
|
|
22
23
|
export * from './appUserAppUserDetail';
|
|
23
24
|
export * from './appUserAppUserSearchResult';
|
|
24
25
|
export * from './appUserServicePrincipalSearchResult';
|
|
@@ -101,13 +102,11 @@ export * from './enumsPermissions';
|
|
|
101
102
|
export * from './enumsPinType';
|
|
102
103
|
export * from './enumsPortType';
|
|
103
104
|
export * from './enumsVirtualMachineServerType';
|
|
104
|
-
export * from './
|
|
105
|
+
export * from './file';
|
|
106
|
+
export * from './fileUriResponse';
|
|
105
107
|
export * from './filesDownloadFileParams';
|
|
106
|
-
export * from './filesFile';
|
|
107
|
-
export * from './filesFileUriResponse';
|
|
108
108
|
export * from './filesGetFileInfoParams';
|
|
109
109
|
export * from './filesGetUriParams';
|
|
110
|
-
export * from './filesIngestedBlob';
|
|
111
110
|
export * from './filesUploadFilesBody';
|
|
112
111
|
export * from './flow';
|
|
113
112
|
export * from './flowBlock';
|
|
@@ -141,6 +140,7 @@ export * from './flowsBlockConstantValue';
|
|
|
141
140
|
export * from './flowsBlockPinRef';
|
|
142
141
|
export * from './flowsFlowPinRef';
|
|
143
142
|
export * from './functionExecutionDebugModel';
|
|
143
|
+
export * from './ingestedBlob';
|
|
144
144
|
export * from './inputPinInterface';
|
|
145
145
|
export * from './inputPinInterfaceDefault';
|
|
146
146
|
export * from './inputPinInterfaceGenerics';
|
|
@@ -192,9 +192,9 @@ export * from './outputPinInterface';
|
|
|
192
192
|
export * from './outputPinInterfaceGenerics';
|
|
193
193
|
export * from './outputPinInterfaceMetadata';
|
|
194
194
|
export * from './outputPinInterfaceSchema';
|
|
195
|
-
export * from './
|
|
196
|
-
export * from './
|
|
197
|
-
export * from './
|
|
195
|
+
export * from './pagedDataCollectionAccessAccess';
|
|
196
|
+
export * from './pagedDataCollectionActivitiesActivityWorkSpace';
|
|
197
|
+
export * from './pagedDataCollectionAppUserAppAccessUser';
|
|
198
198
|
export * from './pagedDataCollectionAppUserAppUserDetail';
|
|
199
199
|
export * from './pagedDataCollectionAppUserAppUserSearchResult';
|
|
200
200
|
export * from './pagedDataCollectionAppUserServicePrincipalSearchResult';
|
|
@@ -202,7 +202,7 @@ export * from './pagedDataCollectionAzureADGroup';
|
|
|
202
202
|
export * from './pagedDataCollectionDataSet';
|
|
203
203
|
export * from './pagedDataCollectionDataSource';
|
|
204
204
|
export * from './pagedDataCollectionDataSpace';
|
|
205
|
-
export * from './
|
|
205
|
+
export * from './pagedDataCollectionIngestedBlob';
|
|
206
206
|
export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
|
|
207
207
|
export * from './pagedDataCollectionModelModelSummary';
|
|
208
208
|
export * from './pagedDataCollectionWorkSpace';
|
|
@@ -20,7 +20,9 @@ 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("./
|
|
23
|
+
__exportStar(require("./accessAccess"), exports);
|
|
24
|
+
__exportStar(require("./accessAccessWorkSpace"), exports);
|
|
25
|
+
__exportStar(require("./accessCreateAccess"), exports);
|
|
24
26
|
__exportStar(require("./accessGetAccessesParams"), exports);
|
|
25
27
|
__exportStar(require("./accessGetGroupsParams"), exports);
|
|
26
28
|
__exportStar(require("./accessGetUsersInRoleRolesRoleIdUsersParams"), exports);
|
|
@@ -28,13 +30,12 @@ __exportStar(require("./accessGetUsersInRoleUsersParams"), exports);
|
|
|
28
30
|
__exportStar(require("./accessSearchGroupsParams"), exports);
|
|
29
31
|
__exportStar(require("./accessSearchServicePrincipalsParams"), exports);
|
|
30
32
|
__exportStar(require("./accessSearchUsersParams"), exports);
|
|
31
|
-
__exportStar(require("./
|
|
32
|
-
__exportStar(require("./
|
|
33
|
+
__exportStar(require("./activitiesActivityWorkSpace"), exports);
|
|
34
|
+
__exportStar(require("./activitiesLlmUsageMetrics"), exports);
|
|
33
35
|
__exportStar(require("./activityExportLoggingsParams"), exports);
|
|
34
36
|
__exportStar(require("./activityGetLoggingParams"), exports);
|
|
35
|
-
__exportStar(require("./activityLlmUsageMetrics"), exports);
|
|
36
37
|
__exportStar(require("./appRole"), exports);
|
|
37
|
-
__exportStar(require("./
|
|
38
|
+
__exportStar(require("./appUserAppAccessUser"), exports);
|
|
38
39
|
__exportStar(require("./appUserAppUserDetail"), exports);
|
|
39
40
|
__exportStar(require("./appUserAppUserSearchResult"), exports);
|
|
40
41
|
__exportStar(require("./appUserServicePrincipalSearchResult"), exports);
|
|
@@ -117,13 +118,11 @@ __exportStar(require("./enumsPermissions"), exports);
|
|
|
117
118
|
__exportStar(require("./enumsPinType"), exports);
|
|
118
119
|
__exportStar(require("./enumsPortType"), exports);
|
|
119
120
|
__exportStar(require("./enumsVirtualMachineServerType"), exports);
|
|
120
|
-
__exportStar(require("./
|
|
121
|
+
__exportStar(require("./file"), exports);
|
|
122
|
+
__exportStar(require("./fileUriResponse"), exports);
|
|
121
123
|
__exportStar(require("./filesDownloadFileParams"), exports);
|
|
122
|
-
__exportStar(require("./filesFile"), exports);
|
|
123
|
-
__exportStar(require("./filesFileUriResponse"), exports);
|
|
124
124
|
__exportStar(require("./filesGetFileInfoParams"), exports);
|
|
125
125
|
__exportStar(require("./filesGetUriParams"), exports);
|
|
126
|
-
__exportStar(require("./filesIngestedBlob"), exports);
|
|
127
126
|
__exportStar(require("./filesUploadFilesBody"), exports);
|
|
128
127
|
__exportStar(require("./flow"), exports);
|
|
129
128
|
__exportStar(require("./flowBlock"), exports);
|
|
@@ -157,6 +156,7 @@ __exportStar(require("./flowsBlockConstantValue"), exports);
|
|
|
157
156
|
__exportStar(require("./flowsBlockPinRef"), exports);
|
|
158
157
|
__exportStar(require("./flowsFlowPinRef"), exports);
|
|
159
158
|
__exportStar(require("./functionExecutionDebugModel"), exports);
|
|
159
|
+
__exportStar(require("./ingestedBlob"), exports);
|
|
160
160
|
__exportStar(require("./inputPinInterface"), exports);
|
|
161
161
|
__exportStar(require("./inputPinInterfaceDefault"), exports);
|
|
162
162
|
__exportStar(require("./inputPinInterfaceGenerics"), exports);
|
|
@@ -208,9 +208,9 @@ __exportStar(require("./outputPinInterface"), exports);
|
|
|
208
208
|
__exportStar(require("./outputPinInterfaceGenerics"), exports);
|
|
209
209
|
__exportStar(require("./outputPinInterfaceMetadata"), exports);
|
|
210
210
|
__exportStar(require("./outputPinInterfaceSchema"), exports);
|
|
211
|
-
__exportStar(require("./
|
|
212
|
-
__exportStar(require("./
|
|
213
|
-
__exportStar(require("./
|
|
211
|
+
__exportStar(require("./pagedDataCollectionAccessAccess"), exports);
|
|
212
|
+
__exportStar(require("./pagedDataCollectionActivitiesActivityWorkSpace"), exports);
|
|
213
|
+
__exportStar(require("./pagedDataCollectionAppUserAppAccessUser"), exports);
|
|
214
214
|
__exportStar(require("./pagedDataCollectionAppUserAppUserDetail"), exports);
|
|
215
215
|
__exportStar(require("./pagedDataCollectionAppUserAppUserSearchResult"), exports);
|
|
216
216
|
__exportStar(require("./pagedDataCollectionAppUserServicePrincipalSearchResult"), exports);
|
|
@@ -218,7 +218,7 @@ __exportStar(require("./pagedDataCollectionAzureADGroup"), exports);
|
|
|
218
218
|
__exportStar(require("./pagedDataCollectionDataSet"), exports);
|
|
219
219
|
__exportStar(require("./pagedDataCollectionDataSource"), exports);
|
|
220
220
|
__exportStar(require("./pagedDataCollectionDataSpace"), exports);
|
|
221
|
-
__exportStar(require("./
|
|
221
|
+
__exportStar(require("./pagedDataCollectionIngestedBlob"), exports);
|
|
222
222
|
__exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
|
|
223
223
|
__exportStar(require("./pagedDataCollectionModelModelSummary"), exports);
|
|
224
224
|
__exportStar(require("./pagedDataCollectionWorkSpace"), exports);
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { File } from './file';
|
|
8
8
|
import type { EnumsIngestionStatus } from './enumsIngestionStatus';
|
|
9
|
-
export interface
|
|
9
|
+
export interface IngestedBlob {
|
|
10
10
|
/** @nullable */
|
|
11
11
|
createdAt?: string | null;
|
|
12
12
|
/** @nullable */
|
|
@@ -15,7 +15,7 @@ export interface FilesIngestedBlob {
|
|
|
15
15
|
createdByUserName?: string | null;
|
|
16
16
|
/** @nullable */
|
|
17
17
|
dataSetId?: string | null;
|
|
18
|
-
file?:
|
|
18
|
+
file?: File;
|
|
19
19
|
/** @nullable */
|
|
20
20
|
flowRunId?: string | null;
|
|
21
21
|
id: string;
|
|
@@ -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 { AccessAccess } from './accessAccess';
|
|
8
|
+
export interface PagedDataCollectionAccessAccess {
|
|
9
|
+
data: AccessAccess[];
|
|
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 { ActivitiesActivityWorkSpace } from './activitiesActivityWorkSpace';
|
|
8
|
+
export interface PagedDataCollectionActivitiesActivityWorkSpace {
|
|
9
|
+
data: ActivitiesActivityWorkSpace[];
|
|
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 { AppUserAppAccessUser } from './appUserAppAccessUser';
|
|
8
|
+
export interface PagedDataCollectionAppUserAppAccessUser {
|
|
9
|
+
data: AppUserAppAccessUser[];
|
|
10
|
+
total: number;
|
|
11
|
+
}
|
|
@@ -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 { IngestedBlob } from './ingestedBlob';
|
|
8
|
+
export interface PagedDataCollectionIngestedBlob {
|
|
9
|
+
data: IngestedBlob[];
|
|
10
10
|
total: number;
|
|
11
11
|
}
|
|
@@ -54,56 +54,19 @@ export declare const accessGetAccessesResponse: zod.ZodObject<{
|
|
|
54
54
|
total: zod.ZodNumber;
|
|
55
55
|
}, zod.core.$strip>;
|
|
56
56
|
/**
|
|
57
|
-
* @summary
|
|
57
|
+
* @summary Add a new access grant for a principal or group to a workspace.
|
|
58
58
|
*/
|
|
59
|
-
export declare const accessAddAccessBodyIdRegExp: RegExp;
|
|
60
|
-
export declare const accessAddAccessBodyMessageIdRegExp: RegExp;
|
|
61
|
-
export declare const accessAddAccessBodyMessageThreadIdRegExp: RegExp;
|
|
62
59
|
export declare const accessAddAccessBodyWorkSpaceIdRegExp: RegExp;
|
|
63
60
|
export declare const accessAddAccessBody: zod.ZodObject<{
|
|
64
61
|
accessType: zod.ZodEnum<{
|
|
65
62
|
Principal: "Principal";
|
|
66
63
|
Group: "Group";
|
|
67
64
|
}>;
|
|
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>>;
|
|
72
65
|
objectId: zod.ZodString;
|
|
73
|
-
|
|
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>>;
|
|
66
|
+
workSpaceId: zod.ZodString;
|
|
81
67
|
}, 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>;
|
|
105
68
|
/**
|
|
106
|
-
* @summary List groups from Azure AD
|
|
69
|
+
* @summary List groups from Azure AD.
|
|
107
70
|
*/
|
|
108
71
|
export declare const accessGetGroupsQuerySkipDefault = 0;
|
|
109
72
|
export declare const accessGetGroupsQueryTakeDefault = 20;
|
|
@@ -115,9 +78,8 @@ export declare const accessGetGroupsQueryParams: zod.ZodObject<{
|
|
|
115
78
|
export declare const accessGetGroupsResponse: zod.ZodObject<{
|
|
116
79
|
data: zod.ZodArray<zod.ZodObject<{
|
|
117
80
|
displayName: zod.ZodString;
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
userId: zod.ZodString;
|
|
81
|
+
groupId: zod.ZodString;
|
|
82
|
+
isAssigned: zod.ZodBoolean;
|
|
121
83
|
}, zod.core.$strip>>;
|
|
122
84
|
total: zod.ZodNumber;
|
|
123
85
|
}, zod.core.$strip>;
|
|
@@ -136,7 +98,7 @@ export declare const accessGetAppRolesResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
136
98
|
name: zod.ZodString;
|
|
137
99
|
}, zod.core.$strip>>;
|
|
138
100
|
/**
|
|
139
|
-
* @summary List users assigned to a specific role in SmartSpace by providing the role's ID
|
|
101
|
+
* @summary List users assigned to a specific role in SmartSpace by providing the role's ID.
|
|
140
102
|
*/
|
|
141
103
|
export declare const accessGetUsersInRoleRolesRoleIdUsersPathRoleIdRegExp: RegExp;
|
|
142
104
|
export declare const accessGetUsersInRoleRolesRoleIdUsersParams: zod.ZodObject<{
|
|
@@ -149,18 +111,15 @@ export declare const accessGetUsersInRoleRolesRoleIdUsersQueryParams: zod.ZodObj
|
|
|
149
111
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
150
112
|
search: zod.ZodOptional<zod.ZodString>;
|
|
151
113
|
}, zod.core.$strict>;
|
|
152
|
-
export declare const
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
114
|
+
export declare const accessGetUsersInRoleRolesRoleIdUsersResponse: zod.ZodObject<{
|
|
115
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
116
|
+
displayName: zod.ZodString;
|
|
117
|
+
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
118
|
+
isAssigned: zod.ZodBoolean;
|
|
119
|
+
userId: zod.ZodString;
|
|
120
|
+
}, zod.core.$strip>>;
|
|
121
|
+
total: zod.ZodNumber;
|
|
157
122
|
}, 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>>;
|
|
164
123
|
/**
|
|
165
124
|
* @summary Search Azure AD groups for access assignment.
|
|
166
125
|
*/
|
|
@@ -235,27 +194,24 @@ export declare const accessGetUsersInRoleUsersQueryParams: zod.ZodObject<{
|
|
|
235
194
|
search: zod.ZodOptional<zod.ZodString>;
|
|
236
195
|
assignedWorkspaceId: zod.ZodOptional<zod.ZodString>;
|
|
237
196
|
}, zod.core.$strict>;
|
|
238
|
-
export declare const
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
197
|
+
export declare const accessGetUsersInRoleUsersResponse: zod.ZodObject<{
|
|
198
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
199
|
+
displayName: zod.ZodString;
|
|
200
|
+
emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
201
|
+
isAssigned: zod.ZodBoolean;
|
|
202
|
+
userId: zod.ZodString;
|
|
203
|
+
}, zod.core.$strip>>;
|
|
204
|
+
total: zod.ZodNumber;
|
|
243
205
|
}, 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>>;
|
|
250
206
|
/**
|
|
251
|
-
* @summary Remove a specific access entity in SmartSpace by using its ID
|
|
207
|
+
* @summary Remove a specific access entity in SmartSpace by using its ID.
|
|
252
208
|
*/
|
|
253
209
|
export declare const accessDeleteAccessPathIdRegExp: RegExp;
|
|
254
210
|
export declare const accessDeleteAccessParams: zod.ZodObject<{
|
|
255
211
|
id: zod.ZodString;
|
|
256
212
|
}, zod.core.$strict>;
|
|
257
213
|
/**
|
|
258
|
-
* @summary
|
|
214
|
+
* @summary Export workspace activity log as a CSV file.
|
|
259
215
|
*/
|
|
260
216
|
export declare const activityExportLoggingsQueryWorkSpaceIdRegExp: RegExp;
|
|
261
217
|
export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
|
|
@@ -272,7 +228,7 @@ export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
|
|
|
272
228
|
}, zod.core.$strict>;
|
|
273
229
|
export declare const activityExportLoggingsResponse: zod.ZodString;
|
|
274
230
|
/**
|
|
275
|
-
* @summary Retrieve
|
|
231
|
+
* @summary Retrieve workspace activity log entries with optional filtering and pagination.
|
|
276
232
|
*/
|
|
277
233
|
export declare const activityGetLoggingQueryWorkSpaceIdRegExp: RegExp;
|
|
278
234
|
export declare const activityGetLoggingQueryTakeDefault = 25;
|
|
@@ -1711,7 +1667,7 @@ export declare const debugInvokeParams: zod.ZodObject<{
|
|
|
1711
1667
|
export declare const debugInvokeBodyItem: zod.ZodAny;
|
|
1712
1668
|
export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
|
|
1713
1669
|
/**
|
|
1714
|
-
* @summary Upload files to be referenced in requests (supports full and chunked uploads)
|
|
1670
|
+
* @summary Upload files to be referenced in requests (supports full and chunked uploads)
|
|
1715
1671
|
*/
|
|
1716
1672
|
export declare const filesUploadFilesBodyThreadIdRegExpOne: RegExp;
|
|
1717
1673
|
export declare const filesUploadFilesBodyUploadIdRegExpOne: RegExp;
|
|
@@ -1751,7 +1707,7 @@ export declare const filesUploadFilesResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
1751
1707
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1752
1708
|
}, zod.core.$strip>>;
|
|
1753
1709
|
/**
|
|
1754
|
-
* @summary Get details for a file previously uploaded
|
|
1710
|
+
* @summary Get details for a file previously uploaded
|
|
1755
1711
|
*/
|
|
1756
1712
|
export declare const filesGetFileInfoPathIdRegExpOne: RegExp;
|
|
1757
1713
|
export declare const filesGetFileInfoParams: zod.ZodObject<{
|
|
@@ -1778,7 +1734,7 @@ export declare const filesGetFileInfoResponse: zod.ZodObject<{
|
|
|
1778
1734
|
workspaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1779
1735
|
}, zod.core.$strip>;
|
|
1780
1736
|
/**
|
|
1781
|
-
* @summary Download a previously uploaded file
|
|
1737
|
+
* @summary Download a previously uploaded file
|
|
1782
1738
|
*/
|
|
1783
1739
|
export declare const filesDownloadFilePathIdRegExpOne: RegExp;
|
|
1784
1740
|
export declare const filesDownloadFileParams: zod.ZodObject<{
|
|
@@ -1791,7 +1747,7 @@ export declare const filesDownloadFileQueryParams: zod.ZodObject<{
|
|
|
1791
1747
|
workspaceId: zod.ZodOptional<zod.ZodString>;
|
|
1792
1748
|
}, zod.core.$strict>;
|
|
1793
1749
|
/**
|
|
1794
|
-
* @summary Get URI of a previously uploaded file
|
|
1750
|
+
* @summary Get URI of a previously uploaded file
|
|
1795
1751
|
*/
|
|
1796
1752
|
export declare const filesGetUriPathIdRegExpOne: RegExp;
|
|
1797
1753
|
export declare const filesGetUriParams: zod.ZodObject<{
|