@smartspace/api-client 0.1.0-pr.810.d293720 → 0.1.0-pr.811.fc02076
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 +5 -5
- package/dist/generated/chat/api.js +4 -4
- package/dist/generated/chat/models/index.d.ts +5 -5
- package/dist/generated/chat/models/index.js +5 -5
- package/dist/generated/chat/models/pagedDataCollectionWorkSpace.d.ts +11 -0
- package/dist/generated/chat/models/{appUserAppUser.d.ts → usersAppUser.d.ts} +1 -1
- 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 +22 -22
- package/dist/generated/config/api.js +22 -22
- package/dist/generated/config/models/{workSpacesCreateWorkSpace.d.ts → createWorkSpace.d.ts} +1 -1
- package/dist/generated/config/models/index.d.ts +16 -16
- package/dist/generated/config/models/index.js +16 -16
- package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.d.ts → pagedDataCollectionUsersAppUser.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/{appRole.d.ts → usersAppRole.d.ts} +1 -1
- package/dist/generated/config/models/{appUserAppUser.d.ts → usersAppUser.d.ts} +1 -1
- package/dist/generated/config/models/{appUserAppUserDetail.d.ts → usersAppUserDetail.d.ts} +1 -1
- package/dist/generated/config/models/{appUserAppUserSearchResult.d.ts → usersAppUserSearchResult.d.ts} +1 -1
- package/dist/generated/config/models/{appUserServicePrincipalSearchResult.d.ts → usersServicePrincipalSearchResult.d.ts} +1 -1
- package/dist/generated/config/models/{workSpacesWorkSpace.d.ts → workSpace.d.ts} +5 -5
- 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/{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/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 +282 -75
- package/dist/generated/config/zod.js +251 -104
- package/package.json +1 -1
- package/dist/generated/chat/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionAppUserAppUserDetail.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionAppUserAppUserSearchResult.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionAppUserServicePrincipalSearchResult.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +0 -11
- /package/dist/generated/chat/models/{pagedDataCollectionWorkSpacesWorkSpace.js → pagedDataCollectionWorkSpace.js} +0 -0
- /package/dist/generated/chat/models/{appUserAppUser.js → usersAppUser.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/{appUserAppUserDetail.js → createWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.js → pagedDataCollectionUsersAppUser.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserDetail.js → pagedDataCollectionUsersAppUserDetail.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserSearchResult.js → pagedDataCollectionUsersAppUserSearchResult.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserServicePrincipalSearchResult.js → pagedDataCollectionUsersServicePrincipalSearchResult.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionWorkSpacesWorkSpace.js → pagedDataCollectionWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{appRole.js → usersAppRole.js} +0 -0
- /package/dist/generated/config/models/{appUserAppUser.js → usersAppUser.js} +0 -0
- /package/dist/generated/config/models/{workSpacesCreateWorkSpace.js → usersAppUserDetail.js} +0 -0
- /package/dist/generated/config/models/{appUserAppUserSearchResult.js → usersAppUserSearchResult.js} +0 -0
- /package/dist/generated/config/models/{appUserServicePrincipalSearchResult.js → usersServicePrincipalSearchResult.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkSpace.js → workSpace.js} +0 -0
- /package/dist/generated/config/models/{workSpacesUpdateWorkSpaceBasicInfo.js → workSpaceBasicInfo.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkSpaceInputs.js → workSpaceInputs.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkSpaceUser.js → workSpaceUser.js} +0 -0
- /package/dist/generated/config/models/{workSpacesWorkSpaceVariables.js → workSpaceVariables.js} +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { CommentComment, CreateComment, CreateMessageThread, DocumentsGetDocumentSasParams, File, FileUriResponse, FilesDownloadFileParams, FilesGetFileInfoParams, FilesGetUriParams, FilesUploadFilesBody, FlowRunsGetVariables200One, FlowRunsGetVariables200Three, FlowRunsGetVariables200Two, IntegrationsAzureStorageSasToken, MessageCreateMessageInput, MessageMessage, MessageMessageCreatorProfileImage, MessageMessageRequest, MessageThreadMessageThreadSummary, MessageThreadsGetCommentsParams, MessageThreadsThreadMessagesIdMessagesParams, MessageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesParams, MessagesGetCommentsParams, ModelModel, ModelsGetModelsParams, NotificationGetParams, NotificationPagedNotifications, PagedDataCollectionAccess, PagedDataCollectionCommentCommentSummary, PagedDataCollectionMessageMessage, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionModelModelSummary, PagedDataCollectionWorkSpace, UsersAppUser, WorkSpace, WorkSpacesGetAccessParams, WorkSpacesGetGetParams, WorkSpacesGetUsersParams, WorkSpacesThreadParams } from './models';
|
|
8
8
|
export declare const getSmartSpaceChatAPI: () => {
|
|
9
9
|
filesUploadFiles: (filesUploadFilesBody: FilesUploadFilesBody) => Promise<import("axios").AxiosResponse<File[], any, {}>>;
|
|
10
10
|
filesGetFileInfo: (id: string, params?: FilesGetFileInfoParams) => Promise<import("axios").AxiosResponse<File, any, {}>>;
|
|
@@ -21,7 +21,7 @@ export declare const getSmartSpaceChatAPI: () => {
|
|
|
21
21
|
messageThreadsThreadMessagesIdMessages: (id: string, params?: MessageThreadsThreadMessagesIdMessagesParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionMessageMessage, any, {}>>;
|
|
22
22
|
messageThreadsStreamThreadMessagesIdMessagesStream: (id: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
23
23
|
messageThreadsThreadIdName: (id: string, messageThreadsThreadIdNameBody: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
24
|
-
messageThreadsGetThreadUsers: (threadId: string) => Promise<import("axios").AxiosResponse<
|
|
24
|
+
messageThreadsGetThreadUsers: (threadId: string) => Promise<import("axios").AxiosResponse<UsersAppUser[], any, {}>>;
|
|
25
25
|
messageThreadsRemoveThreadUser: (threadId: string, userId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
26
26
|
messageThreadsAddThreadUser: (threadId: string, userId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
27
27
|
messagesThreadMessages: (messageMessageRequest: MessageMessageRequest) => Promise<import("axios").AxiosResponse<MessageMessage, any, {}>>;
|
|
@@ -36,11 +36,11 @@ export declare const getSmartSpaceChatAPI: () => {
|
|
|
36
36
|
notificationPutUpdate: (notificationPutUpdateBody: string[]) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
37
37
|
notificationPutUpdateall: () => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
38
38
|
usersGetUserPhoto: (id: string) => Promise<import("axios").AxiosResponse<Blob, any, {}>>;
|
|
39
|
-
workSpacesGetGet: (params?: WorkSpacesGetGetParams) => Promise<import("axios").AxiosResponse<
|
|
40
|
-
workSpacesGetId: (id: string) => Promise<import("axios").AxiosResponse<
|
|
39
|
+
workSpacesGetGet: (params?: WorkSpacesGetGetParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionWorkSpace, any, {}>>;
|
|
40
|
+
workSpacesGetId: (id: string) => Promise<import("axios").AxiosResponse<WorkSpace, any, {}>>;
|
|
41
41
|
workSpacesGetAccess: (id: string, params?: WorkSpacesGetAccessParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAccess, any, {}>>;
|
|
42
42
|
workSpacesThread: (id: string, params?: WorkSpacesThreadParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionMessageThreadMessageThreadSummary, any, {}>>;
|
|
43
|
-
workSpacesGetUsers: (id: string, params?: WorkSpacesGetUsersParams) => Promise<import("axios").AxiosResponse<
|
|
43
|
+
workSpacesGetUsers: (id: string, params?: WorkSpacesGetUsersParams) => Promise<import("axios").AxiosResponse<UsersAppUser[], any, {}>>;
|
|
44
44
|
documentsGetDocumentSas: (dataSpaceId: string, params?: DocumentsGetDocumentSasParams) => Promise<import("axios").AxiosResponse<IntegrationsAzureStorageSasToken, any, {}>>;
|
|
45
45
|
messageThreadsCreateMessageThread: (workspaceId: string, createMessageThread: CreateMessageThread) => Promise<import("axios").AxiosResponse<PagedDataCollectionMessageThreadMessageThreadSummary, any, {}>>;
|
|
46
46
|
messageThreadsGetMessageThreadWorkspacesWorkspaceIdMessagethreadsId: (workspaceId: string, id: string) => Promise<import("axios").AxiosResponse<MessageThreadMessageThreadSummary, any, {}>>;
|
|
@@ -275,7 +275,7 @@ const getSmartSpaceChatAPI = () => {
|
|
|
275
275
|
});
|
|
276
276
|
};
|
|
277
277
|
/**
|
|
278
|
-
* @summary
|
|
278
|
+
* @summary Fetch a list of all workspaces in SmartSpace, with options for pagination through 'take' and 'skip' query parameters.
|
|
279
279
|
*/
|
|
280
280
|
const workSpacesGetGet = (params) => {
|
|
281
281
|
return (0, instance_1.customInstance)({ url: `/WorkSpaces`, method: 'GET',
|
|
@@ -283,14 +283,14 @@ const getSmartSpaceChatAPI = () => {
|
|
|
283
283
|
});
|
|
284
284
|
};
|
|
285
285
|
/**
|
|
286
|
-
* @summary
|
|
286
|
+
* @summary Retrieve detailed information about a specific workspace in SmartSpace, using its ID.
|
|
287
287
|
*/
|
|
288
288
|
const workSpacesGetId = (id) => {
|
|
289
289
|
return (0, instance_1.customInstance)({ url: `/WorkSpaces/${id}`, method: 'GET'
|
|
290
290
|
});
|
|
291
291
|
};
|
|
292
292
|
/**
|
|
293
|
-
* @summary
|
|
293
|
+
* @summary Retrieve the access control details of a specific workspace in SmartSpace, using the workspace's ID, with pagination options take and skip.
|
|
294
294
|
*/
|
|
295
295
|
const workSpacesGetAccess = (id, params) => {
|
|
296
296
|
return (0, instance_1.customInstance)({ url: `/WorkSpaces/${id}/access`, method: 'GET',
|
|
@@ -298,7 +298,7 @@ const getSmartSpaceChatAPI = () => {
|
|
|
298
298
|
});
|
|
299
299
|
};
|
|
300
300
|
/**
|
|
301
|
-
* @summary
|
|
301
|
+
* @summary Retrieve all message threads associated with a specific workspace in SmartSpace, identified by workspaceId, with pagination options take and skip.
|
|
302
302
|
*/
|
|
303
303
|
const workSpacesThread = (id, params) => {
|
|
304
304
|
return (0, instance_1.customInstance)({ url: `/WorkSpaces/${id}/messageThreads`, method: 'GET',
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
export * from './access';
|
|
8
|
-
export * from './appUserAppUser';
|
|
9
8
|
export * from './commentComment';
|
|
10
9
|
export * from './commentCommentSummary';
|
|
11
10
|
export * from './commentMentionedUser';
|
|
@@ -96,12 +95,13 @@ export * from './pagedDataCollectionCommentCommentSummary';
|
|
|
96
95
|
export * from './pagedDataCollectionMessageMessage';
|
|
97
96
|
export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
|
|
98
97
|
export * from './pagedDataCollectionModelModelSummary';
|
|
99
|
-
export * from './
|
|
98
|
+
export * from './pagedDataCollectionWorkSpace';
|
|
99
|
+
export * from './usersAppUser';
|
|
100
|
+
export * from './workSpace';
|
|
100
101
|
export * from './workSpaceInfo';
|
|
102
|
+
export * from './workSpaceInputs';
|
|
103
|
+
export * from './workSpaceVariables';
|
|
101
104
|
export * from './workSpacesGetAccessParams';
|
|
102
105
|
export * from './workSpacesGetGetParams';
|
|
103
106
|
export * from './workSpacesGetUsersParams';
|
|
104
107
|
export * from './workSpacesThreadParams';
|
|
105
|
-
export * from './workSpacesWorkSpace';
|
|
106
|
-
export * from './workSpacesWorkSpaceInputs';
|
|
107
|
-
export * from './workSpacesWorkSpaceVariables';
|
|
@@ -21,7 +21,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
21
21
|
};
|
|
22
22
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
23
|
__exportStar(require("./access"), exports);
|
|
24
|
-
__exportStar(require("./appUserAppUser"), exports);
|
|
25
24
|
__exportStar(require("./commentComment"), exports);
|
|
26
25
|
__exportStar(require("./commentCommentSummary"), exports);
|
|
27
26
|
__exportStar(require("./commentMentionedUser"), exports);
|
|
@@ -112,12 +111,13 @@ __exportStar(require("./pagedDataCollectionCommentCommentSummary"), exports);
|
|
|
112
111
|
__exportStar(require("./pagedDataCollectionMessageMessage"), exports);
|
|
113
112
|
__exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
|
|
114
113
|
__exportStar(require("./pagedDataCollectionModelModelSummary"), exports);
|
|
115
|
-
__exportStar(require("./
|
|
114
|
+
__exportStar(require("./pagedDataCollectionWorkSpace"), exports);
|
|
115
|
+
__exportStar(require("./usersAppUser"), exports);
|
|
116
|
+
__exportStar(require("./workSpace"), exports);
|
|
116
117
|
__exportStar(require("./workSpaceInfo"), exports);
|
|
118
|
+
__exportStar(require("./workSpaceInputs"), exports);
|
|
119
|
+
__exportStar(require("./workSpaceVariables"), exports);
|
|
117
120
|
__exportStar(require("./workSpacesGetAccessParams"), exports);
|
|
118
121
|
__exportStar(require("./workSpacesGetGetParams"), exports);
|
|
119
122
|
__exportStar(require("./workSpacesGetUsersParams"), exports);
|
|
120
123
|
__exportStar(require("./workSpacesThreadParams"), exports);
|
|
121
|
-
__exportStar(require("./workSpacesWorkSpace"), exports);
|
|
122
|
-
__exportStar(require("./workSpacesWorkSpaceInputs"), exports);
|
|
123
|
-
__exportStar(require("./workSpacesWorkSpaceVariables"), exports);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Chat 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
|
}
|
|
@@ -5,7 +5,16 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
export type WorkSpacesGetAccessParams = {
|
|
8
|
+
/**
|
|
9
|
+
* The number of access control details to retrieve.
|
|
10
|
+
*/
|
|
8
11
|
take?: number;
|
|
12
|
+
/**
|
|
13
|
+
* The number of access control details to skip.
|
|
14
|
+
*/
|
|
9
15
|
skip?: number;
|
|
16
|
+
/**
|
|
17
|
+
* The search term to filter access controls.
|
|
18
|
+
*/
|
|
10
19
|
search?: string;
|
|
11
20
|
};
|
|
@@ -6,8 +6,20 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import type { EnumsWorkSpaceOrderBy } from './enumsWorkSpaceOrderBy';
|
|
8
8
|
export type WorkSpacesGetGetParams = {
|
|
9
|
+
/**
|
|
10
|
+
* The number of workspaces to retrieve.
|
|
11
|
+
*/
|
|
9
12
|
take?: number;
|
|
13
|
+
/**
|
|
14
|
+
* The number of workspaces to skip.
|
|
15
|
+
*/
|
|
10
16
|
skip?: number;
|
|
17
|
+
/**
|
|
18
|
+
* The search term to filter workspaces.
|
|
19
|
+
*/
|
|
11
20
|
search?: string;
|
|
21
|
+
/**
|
|
22
|
+
* The sort order for the returned workspaces.
|
|
23
|
+
*/
|
|
12
24
|
orderBy?: EnumsWorkSpaceOrderBy;
|
|
13
25
|
};
|
|
@@ -5,7 +5,16 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
export type WorkSpacesThreadParams = {
|
|
8
|
+
/**
|
|
9
|
+
* The number of message threads to retrieve.
|
|
10
|
+
*/
|
|
8
11
|
take?: number;
|
|
12
|
+
/**
|
|
13
|
+
* The number of message threads to skip.
|
|
14
|
+
*/
|
|
9
15
|
skip?: number;
|
|
16
|
+
/**
|
|
17
|
+
* The term to filter threads by name or id.
|
|
18
|
+
*/
|
|
10
19
|
search?: string;
|
|
11
20
|
};
|
|
@@ -689,7 +689,7 @@ export declare const usersGetUserPhotoParams: zod.ZodObject<{
|
|
|
689
689
|
}, zod.core.$strict>;
|
|
690
690
|
export declare const usersGetUserPhotoResponse: zod.ZodCustom<import("node:buffer").File, import("node:buffer").File>;
|
|
691
691
|
/**
|
|
692
|
-
* @summary
|
|
692
|
+
* @summary Fetch a list of all workspaces in SmartSpace, with options for pagination through 'take' and 'skip' query parameters.
|
|
693
693
|
*/
|
|
694
694
|
export declare const workSpacesGetGetQueryTakeDefault = 20;
|
|
695
695
|
export declare const workSpacesGetGetQuerySkipDefault = 0;
|
|
@@ -948,7 +948,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
|
948
948
|
total: zod.ZodNumber;
|
|
949
949
|
}, zod.core.$strip>;
|
|
950
950
|
/**
|
|
951
|
-
* @summary
|
|
951
|
+
* @summary Retrieve detailed information about a specific workspace in SmartSpace, using its ID.
|
|
952
952
|
*/
|
|
953
953
|
export declare const workSpacesGetIdPathIdRegExp: RegExp;
|
|
954
954
|
export declare const workSpacesGetIdParams: zod.ZodObject<{
|
|
@@ -1196,7 +1196,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
|
1196
1196
|
}, zod.core.$strip>>;
|
|
1197
1197
|
}, zod.core.$strip>;
|
|
1198
1198
|
/**
|
|
1199
|
-
* @summary
|
|
1199
|
+
* @summary Retrieve the access control details of a specific workspace in SmartSpace, using the workspace's ID, with pagination options take and skip.
|
|
1200
1200
|
*/
|
|
1201
1201
|
export declare const workSpacesGetAccessPathIdRegExp: RegExp;
|
|
1202
1202
|
export declare const workSpacesGetAccessParams: zod.ZodObject<{
|
|
@@ -1236,7 +1236,7 @@ export declare const workSpacesGetAccessResponse: zod.ZodObject<{
|
|
|
1236
1236
|
total: zod.ZodNumber;
|
|
1237
1237
|
}, zod.core.$strip>;
|
|
1238
1238
|
/**
|
|
1239
|
-
* @summary
|
|
1239
|
+
* @summary Retrieve all message threads associated with a specific workspace in SmartSpace, identified by workspaceId, with pagination options take and skip.
|
|
1240
1240
|
*/
|
|
1241
1241
|
export declare const workSpacesThreadPathIdRegExp: RegExp;
|
|
1242
1242
|
export declare const workSpacesThreadParams: zod.ZodObject<{
|
|
@@ -593,15 +593,15 @@ exports.usersGetUserPhotoParams = zod_1.default.strictObject({
|
|
|
593
593
|
});
|
|
594
594
|
exports.usersGetUserPhotoResponse = zod_1.default.instanceof(File);
|
|
595
595
|
/**
|
|
596
|
-
* @summary
|
|
596
|
+
* @summary Fetch a list of all workspaces in SmartSpace, with options for pagination through 'take' and 'skip' query parameters.
|
|
597
597
|
*/
|
|
598
598
|
exports.workSpacesGetGetQueryTakeDefault = 20;
|
|
599
599
|
exports.workSpacesGetGetQuerySkipDefault = 0;
|
|
600
600
|
exports.workSpacesGetGetQueryParams = zod_1.default.strictObject({
|
|
601
|
-
"take": zod_1.default.number().default(exports.workSpacesGetGetQueryTakeDefault),
|
|
602
|
-
"skip": zod_1.default.number().optional(),
|
|
603
|
-
"search": zod_1.default.string().optional(),
|
|
604
|
-
"orderBy": zod_1.default.enum(['RecentActivity', 'Name', 'CreatedDate']).optional()
|
|
601
|
+
"take": zod_1.default.number().default(exports.workSpacesGetGetQueryTakeDefault).describe('The number of workspaces to retrieve.'),
|
|
602
|
+
"skip": zod_1.default.number().optional().describe('The number of workspaces to skip.'),
|
|
603
|
+
"search": zod_1.default.string().optional().describe('The search term to filter workspaces.'),
|
|
604
|
+
"orderBy": zod_1.default.enum(['RecentActivity', 'Name', 'CreatedDate']).optional().describe('The sort order for the returned workspaces.')
|
|
605
605
|
});
|
|
606
606
|
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExp = new RegExp('^[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}$');
|
|
607
607
|
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp = new RegExp('^[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}$');
|
|
@@ -791,11 +791,11 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
791
791
|
"total": zod_1.default.number()
|
|
792
792
|
});
|
|
793
793
|
/**
|
|
794
|
-
* @summary
|
|
794
|
+
* @summary Retrieve detailed information about a specific workspace in SmartSpace, using its ID.
|
|
795
795
|
*/
|
|
796
796
|
exports.workSpacesGetIdPathIdRegExp = new RegExp('^[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}$');
|
|
797
797
|
exports.workSpacesGetIdParams = zod_1.default.strictObject({
|
|
798
|
-
"id": zod_1.default.string().regex(exports.workSpacesGetIdPathIdRegExp)
|
|
798
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetIdPathIdRegExp).describe('The ID of the workspace to retrieve.')
|
|
799
799
|
});
|
|
800
800
|
exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExp = new RegExp('^[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}$');
|
|
801
801
|
exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExp = new RegExp('^[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}$');
|
|
@@ -982,18 +982,18 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
982
982
|
}))
|
|
983
983
|
});
|
|
984
984
|
/**
|
|
985
|
-
* @summary
|
|
985
|
+
* @summary Retrieve the access control details of a specific workspace in SmartSpace, using the workspace's ID, with pagination options take and skip.
|
|
986
986
|
*/
|
|
987
987
|
exports.workSpacesGetAccessPathIdRegExp = new RegExp('^[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}$');
|
|
988
988
|
exports.workSpacesGetAccessParams = zod_1.default.strictObject({
|
|
989
|
-
"id": zod_1.default.string().regex(exports.workSpacesGetAccessPathIdRegExp)
|
|
989
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetAccessPathIdRegExp).describe('The ID of the workspace.')
|
|
990
990
|
});
|
|
991
991
|
exports.workSpacesGetAccessQueryTakeDefault = 20;
|
|
992
992
|
exports.workSpacesGetAccessQuerySkipDefault = 0;
|
|
993
993
|
exports.workSpacesGetAccessQueryParams = zod_1.default.strictObject({
|
|
994
|
-
"take": zod_1.default.number().default(exports.workSpacesGetAccessQueryTakeDefault),
|
|
995
|
-
"skip": zod_1.default.number().optional(),
|
|
996
|
-
"search": zod_1.default.string().optional()
|
|
994
|
+
"take": zod_1.default.number().default(exports.workSpacesGetAccessQueryTakeDefault).describe('The number of access control details to retrieve.'),
|
|
995
|
+
"skip": zod_1.default.number().optional().describe('The number of access control details to skip.'),
|
|
996
|
+
"search": zod_1.default.string().optional().describe('The search term to filter access controls.')
|
|
997
997
|
});
|
|
998
998
|
exports.workSpacesGetAccessResponseDataItemIdRegExp = new RegExp('^[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}$');
|
|
999
999
|
exports.workSpacesGetAccessResponseDataItemMessageIdRegExp = new RegExp('^[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}$');
|
|
@@ -1014,18 +1014,18 @@ exports.workSpacesGetAccessResponse = zod_1.default.object({
|
|
|
1014
1014
|
"total": zod_1.default.number()
|
|
1015
1015
|
});
|
|
1016
1016
|
/**
|
|
1017
|
-
* @summary
|
|
1017
|
+
* @summary Retrieve all message threads associated with a specific workspace in SmartSpace, identified by workspaceId, with pagination options take and skip.
|
|
1018
1018
|
*/
|
|
1019
1019
|
exports.workSpacesThreadPathIdRegExp = new RegExp('^[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}$');
|
|
1020
1020
|
exports.workSpacesThreadParams = zod_1.default.strictObject({
|
|
1021
|
-
"id": zod_1.default.string().regex(exports.workSpacesThreadPathIdRegExp)
|
|
1021
|
+
"id": zod_1.default.string().regex(exports.workSpacesThreadPathIdRegExp).describe('The ID of the workspace.')
|
|
1022
1022
|
});
|
|
1023
1023
|
exports.workSpacesThreadQueryTakeDefault = 50;
|
|
1024
1024
|
exports.workSpacesThreadQuerySkipDefault = 0;
|
|
1025
1025
|
exports.workSpacesThreadQueryParams = zod_1.default.strictObject({
|
|
1026
|
-
"take": zod_1.default.number().default(exports.workSpacesThreadQueryTakeDefault),
|
|
1027
|
-
"skip": zod_1.default.number().optional(),
|
|
1028
|
-
"search": zod_1.default.string().optional()
|
|
1026
|
+
"take": zod_1.default.number().default(exports.workSpacesThreadQueryTakeDefault).describe('The number of message threads to retrieve.'),
|
|
1027
|
+
"skip": zod_1.default.number().optional().describe('The number of message threads to skip.'),
|
|
1028
|
+
"search": zod_1.default.string().optional().describe('The term to filter threads by name or id.')
|
|
1029
1029
|
});
|
|
1030
1030
|
exports.workSpacesThreadResponseDataItemIdRegExp = new RegExp('^[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}$');
|
|
1031
1031
|
exports.workSpacesThreadResponseDataItemWorkSpaceIdRegExp = new RegExp('^[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}$');
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type { Access, AccessGetAccessesParams, AccessGetGroupsParams, AccessGetUsersInRoleRolesRoleIdUsersParams, AccessGetUsersInRoleUsersParams, AccessSearchGroupsParams, AccessSearchServicePrincipalsParams, AccessSearchUsersParams, AccessWorkSpace, ActivityExportLoggingsParams, ActivityGetLoggingParams,
|
|
7
|
+
import type { Access, AccessGetAccessesParams, AccessGetGroupsParams, AccessGetUsersInRoleRolesRoleIdUsersParams, AccessGetUsersInRoleUsersParams, AccessSearchGroupsParams, AccessSearchServicePrincipalsParams, AccessSearchUsersParams, AccessWorkSpace, ActivityExportLoggingsParams, ActivityGetLoggingParams, ApplicationUpdateDeploymentInfo, ApplicationUpdateVersionInfo, BlockBlockSet, BlockInfo, BlockSetsAddBlockSetBody, BlockSetsGetBlockSetsParams, BlocksGetBlocksParams, ConfigApiAddMessageFileFromBlobUri, ConfigApiRunFlowRequest, ContainersPostParams, CoreManagementSmartSpaceUpgradeUpdate, CreateDataSet, CreateDataSource, CreateDataSpace, CreateModel, CreateModelConfiguration, CreateModelDeploymentProvider, CreateWorkSpace, DataSet, DataSetItemCreateRequest, DataSetProperty, DataSetSearchRequest, DataSetsGetContainerItemsRunHistoryParams, DataSetsGetGetParams, DataSetsGetIdItemsParams, DataSourceContainer, DataSourceType, DataSourcesContainersParams, DataSourcesDataSourceContainer, DataSourcesGetParams, DataSourcesTestConnectionResult, DataSpace, DataSpacesGetDataSetsParams, DataSpacesGetParams, DebugLogsResponse, DocumentsGetDocumentSasParams, EnumsModelDeploymentProviderType, EnumsModelRole, EnumsPermissions, File, FileUriResponse, FilesDownloadFileParams, FilesGetFileInfoParams, FilesGetUriParams, FilesUploadFilesBody, FlowDefinition, FlowRunsAddFileIdFilesBody, FlowRunsCreateFlowRunParams, FlowRunsGetStepExecutionsParams, FlowRunsGetVariables200One, FlowRunsGetVariables200Three, FlowRunsGetVariables200Two, FlowRunsSearchFlowRunsParams, IngestedBlob, IntegrationsAzureArmAzureLocation, IntegrationsAzureArmVirtualMachineSize, IntegrationsAzureStorageSasToken, IntegrationsSmartSpaceAiDebugLogsResponse, MessageCreateMessageInput, MessageMessage, MessageMessageCreatorProfileImage, MessageSandBoxMessageRequest, MessageThreadMessageThreadSummary, MessageThreadsGetStepExecutionsParams, MessageThreadsGetWorkspaceExecutionsParams, MicrosoftExtensionsDiagnosticsHealthChecksHealthStatus, ModelModel, ModelProvidersGetProvidersParams, ModelsGetDefaultDockerFileParams, ModelsGetModelsParams, NotificationGetParams, NotificationPagedNotifications, PagedDataCollectionAccess, PagedDataCollectionActivityActivityWorkSpace, PagedDataCollectionAzureADGroup, PagedDataCollectionDataSet, PagedDataCollectionDataSource, PagedDataCollectionDataSpace, PagedDataCollectionIngestedBlob, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionModelModelSummary, PagedDataCollectionUsersAppUser, PagedDataCollectionUsersAppUserDetail, PagedDataCollectionUsersAppUserSearchResult, PagedDataCollectionUsersServicePrincipalSearchResult, PagedDataCollectionWorkSpace, PagedDataCollectionWorkSpaceTemplatesTemplate, ReportingDuration, ReportingGetRequestsParams, ReportingGetTokensParams, ReportingReportDefinitionSystemDateTime, SandBoxGetThreadMessagesParams, TestDataSourceConnection, UpdateDataSet, UpdateDataSetBasicInfo, UpdateDataSource, UpdateDataSourceCredentials, UpdateDataSpace, UsersAdminPermissionParams, UsersAppRole, UsersAppUser, UsersAppUserDetail, UsersAppUserSearchResult, UsersGetAccessWorkSpacesParams, UsersGetUsersParams, UsersRemoveUserFromAllWorkSpacesParams, UsersSearchUsersParams, WorkSpace, WorkSpaceBasicInfo, WorkSpaceTemplatesGetParams, WorkSpaceUser, WorkSpacesGetGetParams, WorkSpacesGetThreadsParams, WorkSpacesGetWorkspaceFilesParams, WorkSpacesWorkspaceFilesBody } from './models';
|
|
8
8
|
export declare const getSmartSpaceAdminAPI: () => {
|
|
9
9
|
accessGetAccesses: (params?: AccessGetAccessesParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAccess, any, {}>>;
|
|
10
10
|
accessAddAccess: (access: Access) => Promise<import("axios").AxiosResponse<Access, any, {}>>;
|
|
11
|
-
accessGetGroups: (params?: AccessGetGroupsParams) => Promise<import("axios").AxiosResponse<
|
|
12
|
-
accessGetAppRoles: () => Promise<import("axios").AxiosResponse<
|
|
13
|
-
accessGetUsersInRoleRolesRoleIdUsers: (roleId: string, params?: AccessGetUsersInRoleRolesRoleIdUsersParams) => Promise<import("axios").AxiosResponse<
|
|
11
|
+
accessGetGroups: (params?: AccessGetGroupsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionUsersAppUser, any, {}>>;
|
|
12
|
+
accessGetAppRoles: () => Promise<import("axios").AxiosResponse<UsersAppRole[], any, {}>>;
|
|
13
|
+
accessGetUsersInRoleRolesRoleIdUsers: (roleId: string, params?: AccessGetUsersInRoleRolesRoleIdUsersParams) => Promise<import("axios").AxiosResponse<UsersAppUser[], any, {}>>;
|
|
14
14
|
accessSearchGroups: (params?: AccessSearchGroupsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAzureADGroup, any, {}>>;
|
|
15
|
-
accessSearchServicePrincipals: (params?: AccessSearchServicePrincipalsParams) => Promise<import("axios").AxiosResponse<
|
|
16
|
-
accessSearchUsers: (params?: AccessSearchUsersParams) => Promise<import("axios").AxiosResponse<
|
|
17
|
-
accessGetUsersInRoleUsers: (params?: AccessGetUsersInRoleUsersParams) => Promise<import("axios").AxiosResponse<
|
|
15
|
+
accessSearchServicePrincipals: (params?: AccessSearchServicePrincipalsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionUsersServicePrincipalSearchResult, any, {}>>;
|
|
16
|
+
accessSearchUsers: (params?: AccessSearchUsersParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionUsersAppUserSearchResult, any, {}>>;
|
|
17
|
+
accessGetUsersInRoleUsers: (params?: AccessGetUsersInRoleUsersParams) => Promise<import("axios").AxiosResponse<UsersAppUser[], any, {}>>;
|
|
18
18
|
accessDeleteAccess: (id: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
19
19
|
activityExportLoggings: (params?: ActivityExportLoggingsParams) => Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
20
20
|
activityGetLogging: (params?: ActivityGetLoggingParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionActivityActivityWorkSpace, any, {}>>;
|
|
@@ -107,12 +107,12 @@ export declare const getSmartSpaceAdminAPI: () => {
|
|
|
107
107
|
reportingGetRequests: (duration: ReportingDuration, params?: ReportingGetRequestsParams) => Promise<import("axios").AxiosResponse<ReportingReportDefinitionSystemDateTime, any, {}>>;
|
|
108
108
|
reportingGetTokens: (duration: ReportingDuration, params?: ReportingGetTokensParams) => Promise<import("axios").AxiosResponse<ReportingReportDefinitionSystemDateTime, any, {}>>;
|
|
109
109
|
tenantIdGetResult: () => Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
110
|
-
usersGetUsers: (params?: UsersGetUsersParams) => Promise<import("axios").AxiosResponse<
|
|
110
|
+
usersGetUsers: (params?: UsersGetUsersParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionUsersAppUserDetail, any, {}>>;
|
|
111
111
|
usersGetUsersByFilter: (permissions: EnumsPermissions) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
112
112
|
usersGetMyPermissions: () => Promise<import("axios").AxiosResponse<EnumsPermissions, any, {}>>;
|
|
113
113
|
usersRemoveUserFromAllWorkSpaces: (params?: UsersRemoveUserFromAllWorkSpacesParams) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
114
|
-
usersSearchUsers: (params?: UsersSearchUsersParams) => Promise<import("axios").AxiosResponse<
|
|
115
|
-
usersGetUserDetail: (id: string) => Promise<import("axios").AxiosResponse<
|
|
114
|
+
usersSearchUsers: (params?: UsersSearchUsersParams) => Promise<import("axios").AxiosResponse<UsersAppUserSearchResult[], any, {}>>;
|
|
115
|
+
usersGetUserDetail: (id: string) => Promise<import("axios").AxiosResponse<UsersAppUserDetail, any, {}>>;
|
|
116
116
|
usersGetUserPhoto: (id: string) => Promise<import("axios").AxiosResponse<Blob, any, {}>>;
|
|
117
117
|
usersGetAccessWorkSpaces: (id: string, params?: UsersGetAccessWorkSpacesParams) => Promise<import("axios").AxiosResponse<AccessWorkSpace[], any, {}>>;
|
|
118
118
|
usersAdminPermission: (userId: string, params?: UsersAdminPermissionParams) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
@@ -121,24 +121,24 @@ export declare const getSmartSpaceAdminAPI: () => {
|
|
|
121
121
|
virtualMachinesGetVirtualMachineLocations: () => Promise<import("axios").AxiosResponse<IntegrationsAzureArmAzureLocation[], any, {}>>;
|
|
122
122
|
virtualMachinesGetVirtualMachineSize: (location: string) => Promise<import("axios").AxiosResponse<IntegrationsAzureArmVirtualMachineSize[], any, {}>>;
|
|
123
123
|
workSpaceTemplatesGet: (params?: WorkSpaceTemplatesGetParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionWorkSpaceTemplatesTemplate, any, {}>>;
|
|
124
|
-
workSpacesGetGet: (params?: WorkSpacesGetGetParams) => Promise<import("axios").AxiosResponse<
|
|
125
|
-
workSpacesPost: (
|
|
124
|
+
workSpacesGetGet: (params?: WorkSpacesGetGetParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionWorkSpace, any, {}>>;
|
|
125
|
+
workSpacesPost: (createWorkSpace: CreateWorkSpace) => Promise<import("axios").AxiosResponse<WorkSpace, any, {}>>;
|
|
126
126
|
workSpacesDelete: (id: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
127
|
-
workSpacesGetId: (id: string) => Promise<import("axios").AxiosResponse<
|
|
128
|
-
workSpacesGetWorkspaceAdmins: (id: string) => Promise<import("axios").AxiosResponse<
|
|
129
|
-
workSpacesDeleteAdmin: (id: string, userId: string) => Promise<import("axios").AxiosResponse<
|
|
130
|
-
workSpacesAddWorkspaceAdmin: (id: string, userId: string) => Promise<import("axios").AxiosResponse<
|
|
131
|
-
workSpacesPut: (id: string,
|
|
127
|
+
workSpacesGetId: (id: string) => Promise<import("axios").AxiosResponse<WorkSpace, any, {}>>;
|
|
128
|
+
workSpacesGetWorkspaceAdmins: (id: string) => Promise<import("axios").AxiosResponse<WorkSpaceUser[], any, {}>>;
|
|
129
|
+
workSpacesDeleteAdmin: (id: string, userId: string) => Promise<import("axios").AxiosResponse<WorkSpaceUser[], any, {}>>;
|
|
130
|
+
workSpacesAddWorkspaceAdmin: (id: string, userId: string) => Promise<import("axios").AxiosResponse<WorkSpaceUser[], any, {}>>;
|
|
131
|
+
workSpacesPut: (id: string, workSpaceBasicInfo: WorkSpaceBasicInfo) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
132
132
|
workSpacesSetFavorited: (id: string, boolean: boolean) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
133
133
|
workSpacesGetThreads: (id: string, params?: WorkSpacesGetThreadsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionMessageThreadMessageThreadSummary, any, {}>>;
|
|
134
|
-
|
|
135
|
-
|
|
134
|
+
workSpacesPutModelConfigurationIdModelconfigurationRoleDelete: (id: string, role: EnumsModelRole) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
135
|
+
workSpacesPutModelConfigurationIdModelconfigurationRolePut: (id: string, role: EnumsModelRole, createModelConfiguration: CreateModelConfiguration) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
136
136
|
workSpacesRemoveDataSpace: (workspaceId: string, dataspaceId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
137
137
|
workSpacesAddDataSpace: (workspaceId: string, dataspaceId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
138
138
|
workSpacesGetWorkspaceFiles: (workspaceId: string, params?: WorkSpacesGetWorkspaceFilesParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionIngestedBlob, any, {}>>;
|
|
139
139
|
workSpacesWorkspaceFiles: (workspaceId: string, workSpacesWorkspaceFilesBody: WorkSpacesWorkspaceFilesBody) => Promise<import("axios").AxiosResponse<IngestedBlob[], any, {}>>;
|
|
140
140
|
workSpacesDeleteWorkspaceFile: (workspaceId: string, fileId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
141
|
-
workSpacesGetActiveFlow: (workspaceId: string) => Promise<import("axios").AxiosResponse<
|
|
141
|
+
workSpacesGetActiveFlow: (workspaceId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
142
142
|
workSpacesSetActiveFlow: (workspaceId: string, flowDefinition: FlowDefinition) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
143
143
|
workSpacesSetActiveFlowLayout: (workspaceId: string, workSpacesSetActiveFlowLayoutBody: unknown) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
144
144
|
documentsGetDocumentSas: (dataSpaceId: string, params?: DocumentsGetDocumentSasParams) => Promise<import("axios").AxiosResponse<IntegrationsAzureStorageSasToken, any, {}>>;
|
|
@@ -277,8 +277,8 @@ export type WorkSpacesAddWorkspaceAdminResult = NonNullable<Awaited<ReturnType<R
|
|
|
277
277
|
export type WorkSpacesPutResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['workSpacesPut']>>>;
|
|
278
278
|
export type WorkSpacesSetFavoritedResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['workSpacesSetFavorited']>>>;
|
|
279
279
|
export type WorkSpacesGetThreadsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['workSpacesGetThreads']>>>;
|
|
280
|
-
export type
|
|
281
|
-
export type
|
|
280
|
+
export type WorkSpacesPutModelConfigurationIdModelconfigurationRoleDeleteResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['workSpacesPutModelConfigurationIdModelconfigurationRoleDelete']>>>;
|
|
281
|
+
export type WorkSpacesPutModelConfigurationIdModelconfigurationRolePutResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['workSpacesPutModelConfigurationIdModelconfigurationRolePut']>>>;
|
|
282
282
|
export type WorkSpacesRemoveDataSpaceResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['workSpacesRemoveDataSpace']>>>;
|
|
283
283
|
export type WorkSpacesAddDataSpaceResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['workSpacesAddDataSpace']>>>;
|
|
284
284
|
export type WorkSpacesGetWorkspaceFilesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['workSpacesGetWorkspaceFiles']>>>;
|