@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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type { AppUserAppUser, 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,
|
|
7
|
+
import type { AppUserAppUser, 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, 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, {}>>;
|
|
@@ -38,7 +38,7 @@ export declare const getSmartSpaceChatAPI: () => {
|
|
|
38
38
|
usersGetUserPhoto: (id: string) => Promise<import("axios").AxiosResponse<Blob, any, {}>>;
|
|
39
39
|
workSpacesGetGet: (params?: WorkSpacesGetGetParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionWorkSpace, any, {}>>;
|
|
40
40
|
workSpacesGetId: (id: string) => Promise<import("axios").AxiosResponse<WorkSpace, any, {}>>;
|
|
41
|
-
workSpacesGetAccess: (id: string, params?: WorkSpacesGetAccessParams) => Promise<import("axios").AxiosResponse<
|
|
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
43
|
workSpacesGetUsers: (id: string, params?: WorkSpacesGetUsersParams) => Promise<import("axios").AxiosResponse<AppUserAppUser[], any, {}>>;
|
|
44
44
|
documentsGetDocumentSas: (dataSpaceId: string, params?: DocumentsGetDocumentSasParams) => Promise<import("axios").AxiosResponse<IntegrationsAzureStorageSasToken, any, {}>>;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import type { EnumsAccessType } from './enumsAccessType';
|
|
8
8
|
import type { EnumsAppPrincipalType } from './enumsAppPrincipalType';
|
|
9
|
-
export interface
|
|
9
|
+
export interface Access {
|
|
10
10
|
accessType: EnumsAccessType;
|
|
11
11
|
/** @nullable */
|
|
12
12
|
displayName?: string | null;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { FlowsFlow } from './flowsFlow';
|
|
8
8
|
import type { DataSetProperty } from './dataSetProperty';
|
|
9
9
|
export interface DataSet {
|
|
10
10
|
createdAt: string;
|
|
@@ -16,7 +16,7 @@ export interface DataSet {
|
|
|
16
16
|
dataSpaceId?: string | null;
|
|
17
17
|
/** @nullable */
|
|
18
18
|
description?: string | null;
|
|
19
|
-
flow?:
|
|
19
|
+
flow?: FlowsFlow;
|
|
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
|
id: string;
|
|
22
22
|
modifiedAt: string;
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
8
|
-
import type {
|
|
9
|
-
export interface
|
|
10
|
-
activeFlowDefinition?:
|
|
7
|
+
import type { FlowsFlowDefinition } from './flowsFlowDefinition';
|
|
8
|
+
import type { FlowsFlowTrigger } from './flowsFlowTrigger';
|
|
9
|
+
export interface FlowsFlow {
|
|
10
|
+
activeFlowDefinition?: FlowsFlowDefinition;
|
|
11
11
|
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
12
12
|
activeFlowDefinitionId: string;
|
|
13
13
|
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
14
14
|
id: string;
|
|
15
|
-
triggers:
|
|
15
|
+
triggers: FlowsFlowTrigger[];
|
|
16
16
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import type { FlowsBlockConstant } from './flowsBlockConstant';
|
|
8
8
|
import type { FlowsBlockPinRef } from './flowsBlockPinRef';
|
|
9
|
-
export interface
|
|
9
|
+
export interface FlowsFlowBlock {
|
|
10
10
|
/** @nullable */
|
|
11
11
|
constants?: FlowsBlockConstant[] | null;
|
|
12
12
|
/** @nullable */
|
|
@@ -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 { FlowsFlowConstantValue } from './flowsFlowConstantValue';
|
|
8
|
+
export interface FlowsFlowConstant {
|
|
9
|
+
/** @nullable */
|
|
10
|
+
value?: FlowsFlowConstantValue;
|
|
11
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { FlowsFlowDefinitionBlocks } from './flowsFlowDefinitionBlocks';
|
|
8
|
+
import type { FlowsConnection } from './flowsConnection';
|
|
9
|
+
import type { FlowsFlowDefinitionConstants } from './flowsFlowDefinitionConstants';
|
|
10
|
+
import type { FlowsFlowDefinitionInputs } from './flowsFlowDefinitionInputs';
|
|
11
|
+
import type { FlowsFlowDefinitionLayout } from './flowsFlowDefinitionLayout';
|
|
12
|
+
import type { FlowsFlowDefinitionOutputs } from './flowsFlowDefinitionOutputs';
|
|
13
|
+
import type { FlowsFlowDefinitionVariables } from './flowsFlowDefinitionVariables';
|
|
14
|
+
export interface FlowsFlowDefinition {
|
|
15
|
+
/** @nullable */
|
|
16
|
+
blocks?: FlowsFlowDefinitionBlocks;
|
|
17
|
+
/** @nullable */
|
|
18
|
+
connections?: FlowsConnection[] | null;
|
|
19
|
+
/** @nullable */
|
|
20
|
+
constants?: FlowsFlowDefinitionConstants;
|
|
21
|
+
/** @nullable */
|
|
22
|
+
inputs?: FlowsFlowDefinitionInputs;
|
|
23
|
+
/** @nullable */
|
|
24
|
+
layout?: FlowsFlowDefinitionLayout;
|
|
25
|
+
/** @nullable */
|
|
26
|
+
name?: string | null;
|
|
27
|
+
/** @nullable */
|
|
28
|
+
outputs?: FlowsFlowDefinitionOutputs;
|
|
29
|
+
/** @nullable */
|
|
30
|
+
variables?: FlowsFlowDefinitionVariables;
|
|
31
|
+
}
|
package/dist/generated/chat/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionBlocks.d.ts}
RENAMED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { FlowsFlowBlock } from './flowsFlowBlock';
|
|
8
8
|
/**
|
|
9
9
|
* @nullable
|
|
10
10
|
*/
|
|
11
|
-
export type
|
|
12
|
-
[key: string]:
|
|
11
|
+
export type FlowsFlowDefinitionBlocks = {
|
|
12
|
+
[key: string]: FlowsFlowBlock;
|
|
13
13
|
} | null;
|
package/dist/generated/chat/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionConstants.d.ts}
RENAMED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { FlowsFlowConstant } from './flowsFlowConstant';
|
|
8
8
|
/**
|
|
9
9
|
* @nullable
|
|
10
10
|
*/
|
|
11
|
-
export type
|
|
12
|
-
[key: string]:
|
|
11
|
+
export type FlowsFlowDefinitionConstants = {
|
|
12
|
+
[key: string]: FlowsFlowConstant;
|
|
13
13
|
} | null;
|
package/dist/generated/chat/models/{flowDefinitionOutputs.d.ts → flowsFlowDefinitionInputs.d.ts}
RENAMED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { FlowsFlowInput } from './flowsFlowInput';
|
|
8
8
|
/**
|
|
9
9
|
* @nullable
|
|
10
10
|
*/
|
|
11
|
-
export type
|
|
12
|
-
[key: string]:
|
|
11
|
+
export type FlowsFlowDefinitionInputs = {
|
|
12
|
+
[key: string]: FlowsFlowInput;
|
|
13
13
|
} | null;
|
package/dist/generated/chat/models/{flowDefinitionConstants.d.ts → flowsFlowDefinitionOutputs.d.ts}
RENAMED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { FlowsFlowOutput } from './flowsFlowOutput';
|
|
8
8
|
/**
|
|
9
9
|
* @nullable
|
|
10
10
|
*/
|
|
11
|
-
export type
|
|
12
|
-
[key: string]:
|
|
11
|
+
export type FlowsFlowDefinitionOutputs = {
|
|
12
|
+
[key: string]: FlowsFlowOutput;
|
|
13
13
|
} | null;
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { FlowsFlowVariable } from './flowsFlowVariable';
|
|
8
|
+
/**
|
|
9
|
+
* @nullable
|
|
10
|
+
*/
|
|
11
|
+
export type FlowsFlowDefinitionVariables = {
|
|
12
|
+
[key: string]: FlowsFlowVariable;
|
|
13
|
+
} | null;
|
|
@@ -0,0 +1,10 @@
|
|
|
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 { FlowsFlowInputSchema } from './flowsFlowInputSchema';
|
|
8
|
+
export interface FlowsFlowInput {
|
|
9
|
+
schema: FlowsFlowInputSchema;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
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 { FlowsFlowOutputSchema } from './flowsFlowOutputSchema';
|
|
8
|
+
export interface FlowsFlowOutput {
|
|
9
|
+
schema: FlowsFlowOutputSchema;
|
|
10
|
+
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import type { DataSourceContainer } from './dataSourceContainer';
|
|
8
8
|
import type { EnumsFlowTriggerType } from './enumsFlowTriggerType';
|
|
9
|
-
export interface
|
|
9
|
+
export interface FlowsFlowTrigger {
|
|
10
10
|
dataSourceContainer: DataSourceContainer;
|
|
11
11
|
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
12
12
|
flowId: string;
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
import type { EnumsFlowVariableAccess } from './enumsFlowVariableAccess';
|
|
8
|
-
import type {
|
|
9
|
-
export interface
|
|
8
|
+
import type { FlowsFlowVariableSchema } from './flowsFlowVariableSchema';
|
|
9
|
+
export interface FlowsFlowVariable {
|
|
10
10
|
access: EnumsFlowVariableAccess;
|
|
11
|
-
schema:
|
|
11
|
+
schema: FlowsFlowVariableSchema;
|
|
12
12
|
}
|
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
export * from './
|
|
7
|
+
export * from './access';
|
|
8
8
|
export * from './appUserAppUser';
|
|
9
9
|
export * from './commentComment';
|
|
10
10
|
export * from './commentCommentSummary';
|
|
11
11
|
export * from './commentMentionedUser';
|
|
12
|
-
export * from './connection';
|
|
13
12
|
export * from './createComment';
|
|
14
13
|
export * from './createMessageThread';
|
|
15
14
|
export * from './dataSet';
|
|
@@ -37,31 +36,32 @@ export * from './filesDownloadFileParams';
|
|
|
37
36
|
export * from './filesGetFileInfoParams';
|
|
38
37
|
export * from './filesGetUriParams';
|
|
39
38
|
export * from './filesUploadFilesBody';
|
|
40
|
-
export * from './flow';
|
|
41
|
-
export * from './flowBlock';
|
|
42
|
-
export * from './flowConstant';
|
|
43
|
-
export * from './flowConstantValue';
|
|
44
|
-
export * from './flowDefinition';
|
|
45
|
-
export * from './flowDefinitionBlocks';
|
|
46
|
-
export * from './flowDefinitionConstants';
|
|
47
|
-
export * from './flowDefinitionInputs';
|
|
48
|
-
export * from './flowDefinitionLayout';
|
|
49
|
-
export * from './flowDefinitionOutputs';
|
|
50
|
-
export * from './flowDefinitionVariables';
|
|
51
|
-
export * from './flowInput';
|
|
52
|
-
export * from './flowInputSchema';
|
|
53
|
-
export * from './flowOutput';
|
|
54
|
-
export * from './flowOutputSchema';
|
|
55
39
|
export * from './flowRunsGetVariables200One';
|
|
56
40
|
export * from './flowRunsGetVariables200Three';
|
|
57
41
|
export * from './flowRunsGetVariables200Two';
|
|
58
|
-
export * from './flowTrigger';
|
|
59
|
-
export * from './flowVariable';
|
|
60
|
-
export * from './flowVariableSchema';
|
|
61
42
|
export * from './flowsBlockConstant';
|
|
62
43
|
export * from './flowsBlockConstantValue';
|
|
63
44
|
export * from './flowsBlockPinRef';
|
|
45
|
+
export * from './flowsConnection';
|
|
46
|
+
export * from './flowsFlow';
|
|
47
|
+
export * from './flowsFlowBlock';
|
|
48
|
+
export * from './flowsFlowConstant';
|
|
49
|
+
export * from './flowsFlowConstantValue';
|
|
50
|
+
export * from './flowsFlowDefinition';
|
|
51
|
+
export * from './flowsFlowDefinitionBlocks';
|
|
52
|
+
export * from './flowsFlowDefinitionConstants';
|
|
53
|
+
export * from './flowsFlowDefinitionInputs';
|
|
54
|
+
export * from './flowsFlowDefinitionLayout';
|
|
55
|
+
export * from './flowsFlowDefinitionOutputs';
|
|
56
|
+
export * from './flowsFlowDefinitionVariables';
|
|
57
|
+
export * from './flowsFlowInput';
|
|
58
|
+
export * from './flowsFlowInputSchema';
|
|
59
|
+
export * from './flowsFlowOutput';
|
|
60
|
+
export * from './flowsFlowOutputSchema';
|
|
64
61
|
export * from './flowsFlowPinRef';
|
|
62
|
+
export * from './flowsFlowTrigger';
|
|
63
|
+
export * from './flowsFlowVariable';
|
|
64
|
+
export * from './flowsFlowVariableSchema';
|
|
65
65
|
export * from './integrationsAzureStorageSasToken';
|
|
66
66
|
export * from './integrationsSmartSpaceAiFlowError';
|
|
67
67
|
export * from './integrationsSmartSpaceAiFlowErrorData';
|
|
@@ -91,7 +91,7 @@ export * from './modelsGetModelsParams';
|
|
|
91
91
|
export * from './notificationGetParams';
|
|
92
92
|
export * from './notificationNotification';
|
|
93
93
|
export * from './notificationPagedNotifications';
|
|
94
|
-
export * from './
|
|
94
|
+
export * from './pagedDataCollectionAccess';
|
|
95
95
|
export * from './pagedDataCollectionCommentCommentSummary';
|
|
96
96
|
export * from './pagedDataCollectionMessageMessage';
|
|
97
97
|
export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
|
|
@@ -20,12 +20,11 @@ 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("./access"), exports);
|
|
24
24
|
__exportStar(require("./appUserAppUser"), exports);
|
|
25
25
|
__exportStar(require("./commentComment"), exports);
|
|
26
26
|
__exportStar(require("./commentCommentSummary"), exports);
|
|
27
27
|
__exportStar(require("./commentMentionedUser"), exports);
|
|
28
|
-
__exportStar(require("./connection"), exports);
|
|
29
28
|
__exportStar(require("./createComment"), exports);
|
|
30
29
|
__exportStar(require("./createMessageThread"), exports);
|
|
31
30
|
__exportStar(require("./dataSet"), exports);
|
|
@@ -53,31 +52,32 @@ __exportStar(require("./filesDownloadFileParams"), exports);
|
|
|
53
52
|
__exportStar(require("./filesGetFileInfoParams"), exports);
|
|
54
53
|
__exportStar(require("./filesGetUriParams"), exports);
|
|
55
54
|
__exportStar(require("./filesUploadFilesBody"), exports);
|
|
56
|
-
__exportStar(require("./flow"), exports);
|
|
57
|
-
__exportStar(require("./flowBlock"), exports);
|
|
58
|
-
__exportStar(require("./flowConstant"), exports);
|
|
59
|
-
__exportStar(require("./flowConstantValue"), exports);
|
|
60
|
-
__exportStar(require("./flowDefinition"), exports);
|
|
61
|
-
__exportStar(require("./flowDefinitionBlocks"), exports);
|
|
62
|
-
__exportStar(require("./flowDefinitionConstants"), exports);
|
|
63
|
-
__exportStar(require("./flowDefinitionInputs"), exports);
|
|
64
|
-
__exportStar(require("./flowDefinitionLayout"), exports);
|
|
65
|
-
__exportStar(require("./flowDefinitionOutputs"), exports);
|
|
66
|
-
__exportStar(require("./flowDefinitionVariables"), exports);
|
|
67
|
-
__exportStar(require("./flowInput"), exports);
|
|
68
|
-
__exportStar(require("./flowInputSchema"), exports);
|
|
69
|
-
__exportStar(require("./flowOutput"), exports);
|
|
70
|
-
__exportStar(require("./flowOutputSchema"), exports);
|
|
71
55
|
__exportStar(require("./flowRunsGetVariables200One"), exports);
|
|
72
56
|
__exportStar(require("./flowRunsGetVariables200Three"), exports);
|
|
73
57
|
__exportStar(require("./flowRunsGetVariables200Two"), exports);
|
|
74
|
-
__exportStar(require("./flowTrigger"), exports);
|
|
75
|
-
__exportStar(require("./flowVariable"), exports);
|
|
76
|
-
__exportStar(require("./flowVariableSchema"), exports);
|
|
77
58
|
__exportStar(require("./flowsBlockConstant"), exports);
|
|
78
59
|
__exportStar(require("./flowsBlockConstantValue"), exports);
|
|
79
60
|
__exportStar(require("./flowsBlockPinRef"), exports);
|
|
61
|
+
__exportStar(require("./flowsConnection"), exports);
|
|
62
|
+
__exportStar(require("./flowsFlow"), exports);
|
|
63
|
+
__exportStar(require("./flowsFlowBlock"), exports);
|
|
64
|
+
__exportStar(require("./flowsFlowConstant"), exports);
|
|
65
|
+
__exportStar(require("./flowsFlowConstantValue"), exports);
|
|
66
|
+
__exportStar(require("./flowsFlowDefinition"), exports);
|
|
67
|
+
__exportStar(require("./flowsFlowDefinitionBlocks"), exports);
|
|
68
|
+
__exportStar(require("./flowsFlowDefinitionConstants"), exports);
|
|
69
|
+
__exportStar(require("./flowsFlowDefinitionInputs"), exports);
|
|
70
|
+
__exportStar(require("./flowsFlowDefinitionLayout"), exports);
|
|
71
|
+
__exportStar(require("./flowsFlowDefinitionOutputs"), exports);
|
|
72
|
+
__exportStar(require("./flowsFlowDefinitionVariables"), exports);
|
|
73
|
+
__exportStar(require("./flowsFlowInput"), exports);
|
|
74
|
+
__exportStar(require("./flowsFlowInputSchema"), exports);
|
|
75
|
+
__exportStar(require("./flowsFlowOutput"), exports);
|
|
76
|
+
__exportStar(require("./flowsFlowOutputSchema"), exports);
|
|
80
77
|
__exportStar(require("./flowsFlowPinRef"), exports);
|
|
78
|
+
__exportStar(require("./flowsFlowTrigger"), exports);
|
|
79
|
+
__exportStar(require("./flowsFlowVariable"), exports);
|
|
80
|
+
__exportStar(require("./flowsFlowVariableSchema"), exports);
|
|
81
81
|
__exportStar(require("./integrationsAzureStorageSasToken"), exports);
|
|
82
82
|
__exportStar(require("./integrationsSmartSpaceAiFlowError"), exports);
|
|
83
83
|
__exportStar(require("./integrationsSmartSpaceAiFlowErrorData"), exports);
|
|
@@ -107,7 +107,7 @@ __exportStar(require("./modelsGetModelsParams"), exports);
|
|
|
107
107
|
__exportStar(require("./notificationGetParams"), exports);
|
|
108
108
|
__exportStar(require("./notificationNotification"), exports);
|
|
109
109
|
__exportStar(require("./notificationPagedNotifications"), exports);
|
|
110
|
-
__exportStar(require("./
|
|
110
|
+
__exportStar(require("./pagedDataCollectionAccess"), exports);
|
|
111
111
|
__exportStar(require("./pagedDataCollectionCommentCommentSummary"), exports);
|
|
112
112
|
__exportStar(require("./pagedDataCollectionMessageMessage"), exports);
|
|
113
113
|
__exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
* SmartSpace Chat 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
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* SmartSpace Chat 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
|
};
|
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { Access, AccessGetAccessesParams, AccessGetGroupsParams, AccessGetUsersInRoleRolesRoleIdUsersParams, AccessGetUsersInRoleUsersParams, AccessSearchGroupsParams, AccessSearchServicePrincipalsParams, AccessSearchUsersParams, AccessWorkSpace, ActivityExportLoggingsParams, ActivityGetLoggingParams, AppRole, AppUserAppUser, AppUserAppUserDetail, AppUserAppUserSearchResult, 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, FlowRunsAddFileIdFilesBody, FlowRunsCreateFlowRunParams, FlowRunsGetStepExecutionsParams, FlowRunsGetVariables200One, FlowRunsGetVariables200Three, FlowRunsGetVariables200Two, FlowRunsSearchFlowRunsParams, FlowsFlowDefinition, IngestedBlob, IntegrationsAzureArmAzureLocation, IntegrationsAzureArmVirtualMachineSize, IntegrationsAzureStorageSasToken, IntegrationsSmartSpaceAiDebugLogsResponse, MessageCreateMessageInput, MessageMessage, MessageMessageCreatorProfileImage, MessageSandBoxMessageRequest, MessageThreadMessageThreadSummary, MessageThreadsGetStepExecutionsParams, MessageThreadsGetWorkspaceExecutionsParams, MicrosoftExtensionsDiagnosticsHealthChecksHealthStatus, ModelModel, ModelProvidersGetProvidersParams, ModelsGetDefaultDockerFileParams, ModelsGetModelsParams, NotificationGetParams, NotificationPagedNotifications, PagedDataCollectionAccess, PagedDataCollectionActivityActivityWorkSpace, PagedDataCollectionAppUserAppUser, PagedDataCollectionAppUserAppUserDetail, PagedDataCollectionAppUserAppUserSearchResult, PagedDataCollectionAppUserServicePrincipalSearchResult, PagedDataCollectionAzureADGroup, PagedDataCollectionDataSet, PagedDataCollectionDataSource, PagedDataCollectionDataSpace, PagedDataCollectionIngestedBlob, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionModelModelSummary, PagedDataCollectionWorkSpace, PagedDataCollectionWorkSpaceTemplatesTemplate, ReportingDuration, ReportingGetRequestsParams, ReportingGetTokensParams, ReportingReportDefinitionSystemDateTime, SandBoxGetThreadMessagesParams, TestDataSourceConnection, UpdateDataSet, UpdateDataSetBasicInfo, UpdateDataSource, UpdateDataSourceCredentials, UpdateDataSpace, UsersAdminPermissionParams, UsersGetAccessWorkSpacesParams, UsersGetUsersParams, UsersRemoveUserFromAllWorkSpacesParams, UsersSearchUsersParams, WorkSpace, WorkSpaceBasicInfo, WorkSpaceTemplatesGetParams, WorkSpaceUser, WorkSpacesGetGetParams, WorkSpacesGetThreadsParams, WorkSpacesGetWorkspaceFilesParams, WorkSpacesWorkspaceFilesBody } from './models';
|
|
8
8
|
export declare const getSmartSpaceAdminAPI: () => {
|
|
9
|
-
accessGetAccesses: (params?: AccessGetAccessesParams) => Promise<import("axios").AxiosResponse<
|
|
10
|
-
accessAddAccess: (
|
|
11
|
-
accessGetGroups: (params?: AccessGetGroupsParams) => Promise<import("axios").AxiosResponse<
|
|
9
|
+
accessGetAccesses: (params?: AccessGetAccessesParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAccess, any, {}>>;
|
|
10
|
+
accessAddAccess: (access: Access) => Promise<import("axios").AxiosResponse<Access, any, {}>>;
|
|
11
|
+
accessGetGroups: (params?: AccessGetGroupsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAppUserAppUser, any, {}>>;
|
|
12
12
|
accessGetAppRoles: () => Promise<import("axios").AxiosResponse<AppRole[], any, {}>>;
|
|
13
|
-
accessGetUsersInRoleRolesRoleIdUsers: (roleId: string, params?: AccessGetUsersInRoleRolesRoleIdUsersParams) => Promise<import("axios").AxiosResponse<
|
|
13
|
+
accessGetUsersInRoleRolesRoleIdUsers: (roleId: string, params?: AccessGetUsersInRoleRolesRoleIdUsersParams) => Promise<import("axios").AxiosResponse<AppUserAppUser[], any, {}>>;
|
|
14
14
|
accessSearchGroups: (params?: AccessSearchGroupsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAzureADGroup, any, {}>>;
|
|
15
15
|
accessSearchServicePrincipals: (params?: AccessSearchServicePrincipalsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAppUserServicePrincipalSearchResult, any, {}>>;
|
|
16
16
|
accessSearchUsers: (params?: AccessSearchUsersParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAppUserAppUserSearchResult, any, {}>>;
|
|
17
|
-
accessGetUsersInRoleUsers: (params?: AccessGetUsersInRoleUsersParams) => Promise<import("axios").AxiosResponse<
|
|
17
|
+
accessGetUsersInRoleUsers: (params?: AccessGetUsersInRoleUsersParams) => Promise<import("axios").AxiosResponse<AppUserAppUser[], any, {}>>;
|
|
18
18
|
accessDeleteAccess: (id: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
19
19
|
activityExportLoggings: (params?: ActivityExportLoggingsParams) => Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
20
|
-
activityGetLogging: (params?: ActivityGetLoggingParams) => Promise<import("axios").AxiosResponse<
|
|
20
|
+
activityGetLogging: (params?: ActivityGetLoggingParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionActivityActivityWorkSpace, any, {}>>;
|
|
21
21
|
applicationUpdateGetLatestDeployment: () => Promise<import("axios").AxiosResponse<ApplicationUpdateDeploymentInfo, any, {}>>;
|
|
22
22
|
applicationUpdateGetCurrentVersion: () => Promise<import("axios").AxiosResponse<ApplicationUpdateVersionInfo, any, {}>>;
|
|
23
23
|
applicationUpdateReapplyCurrentVersion: () => Promise<import("axios").AxiosResponse<ApplicationUpdateVersionInfo, any, {}>>;
|
|
@@ -82,7 +82,7 @@ export declare const getSmartSpaceAdminAPI: () => {
|
|
|
82
82
|
flowRunsGetVariables: (id: string) => Promise<import("axios").AxiosResponse<FlowRunsGetVariables200One | FlowRunsGetVariables200Three | FlowRunsGetVariables200Two, any, {}>>;
|
|
83
83
|
flowRunsSetVariable: (id: string, variableName: string, flowRunsSetVariableBody: unknown) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
84
84
|
flowsGet: (id: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
85
|
-
flowsSetActiveFlowDefinition: (id: string,
|
|
85
|
+
flowsSetActiveFlowDefinition: (id: string, flowsFlowDefinition: FlowsFlowDefinition) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
86
86
|
modelProvidersGetProviders: (params?: ModelProvidersGetProvidersParams) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
87
87
|
modelProvidersCreateProvider: (createModelDeploymentProvider: CreateModelDeploymentProvider) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
88
88
|
modelProvidersGetModelProviderTypes: () => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
@@ -114,7 +114,7 @@ export declare const getSmartSpaceAdminAPI: () => {
|
|
|
114
114
|
usersSearchUsers: (params?: UsersSearchUsersParams) => Promise<import("axios").AxiosResponse<AppUserAppUserSearchResult[], any, {}>>;
|
|
115
115
|
usersGetUserDetail: (id: string) => Promise<import("axios").AxiosResponse<AppUserAppUserDetail, any, {}>>;
|
|
116
116
|
usersGetUserPhoto: (id: string) => Promise<import("axios").AxiosResponse<Blob, any, {}>>;
|
|
117
|
-
usersGetAccessWorkSpaces: (id: string, params?: UsersGetAccessWorkSpacesParams) => Promise<import("axios").AxiosResponse<
|
|
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, {}>>;
|
|
119
119
|
usersAddUserPermission: (userId: string, enumsPermissions: EnumsPermissions) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
120
120
|
usersRemoveUserPermission: (userId: string, permission: EnumsPermissions) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
@@ -139,7 +139,7 @@ export declare const getSmartSpaceAdminAPI: () => {
|
|
|
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
141
|
workSpacesGetActiveFlow: (workspaceId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
142
|
-
workSpacesSetActiveFlow: (workspaceId: string,
|
|
142
|
+
workSpacesSetActiveFlow: (workspaceId: string, flowsFlowDefinition: FlowsFlowDefinition) => 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, {}>>;
|
|
145
145
|
messageThreadsGetWorkspaceExecutions: (workSpaceId: string, params?: MessageThreadsGetWorkspaceExecutionsParams) => Promise<import("axios").AxiosResponse<DebugLogsResponse, any, {}>>;
|