@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
|
@@ -12,16 +12,16 @@ const getSmartSpaceAdminAPI = () => {
|
|
|
12
12
|
});
|
|
13
13
|
};
|
|
14
14
|
/**
|
|
15
|
-
* @summary
|
|
15
|
+
* @summary Update or set new access parameters in SmartSpace, using detailed access model specifications.
|
|
16
16
|
*/
|
|
17
|
-
const accessAddAccess = (
|
|
17
|
+
const accessAddAccess = (access) => {
|
|
18
18
|
return (0, instance_1.customInstance)({ url: `/Access`, method: 'PUT',
|
|
19
19
|
headers: { 'Content-Type': 'application/*+json', },
|
|
20
|
-
data:
|
|
20
|
+
data: access
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
/**
|
|
24
|
-
* @summary List groups from Azure AD
|
|
24
|
+
* @summary List groups from Azure AD
|
|
25
25
|
*/
|
|
26
26
|
const accessGetGroups = (params) => {
|
|
27
27
|
return (0, instance_1.customInstance)({ url: `/Access/groups`, method: 'GET',
|
|
@@ -36,7 +36,7 @@ const getSmartSpaceAdminAPI = () => {
|
|
|
36
36
|
});
|
|
37
37
|
};
|
|
38
38
|
/**
|
|
39
|
-
* @summary List users assigned to a specific role in SmartSpace by providing the role's ID
|
|
39
|
+
* @summary List users assigned to a specific role in SmartSpace by providing the role's ID
|
|
40
40
|
*/
|
|
41
41
|
const accessGetUsersInRoleRolesRoleIdUsers = (roleId, params) => {
|
|
42
42
|
return (0, instance_1.customInstance)({ url: `/Access/roles/${roleId}/users`, method: 'GET',
|
|
@@ -76,14 +76,14 @@ const getSmartSpaceAdminAPI = () => {
|
|
|
76
76
|
});
|
|
77
77
|
};
|
|
78
78
|
/**
|
|
79
|
-
* @summary Remove a specific access entity in SmartSpace by using its ID
|
|
79
|
+
* @summary Remove a specific access entity in SmartSpace by using its ID
|
|
80
80
|
*/
|
|
81
81
|
const accessDeleteAccess = (id) => {
|
|
82
82
|
return (0, instance_1.customInstance)({ url: `/Access/${id}`, method: 'DELETE'
|
|
83
83
|
});
|
|
84
84
|
};
|
|
85
85
|
/**
|
|
86
|
-
* @summary
|
|
86
|
+
* @summary Retrive all logging activity in WorkSpace in a csv file format, including CRUD behaviors and Chat, with optional filter
|
|
87
87
|
*/
|
|
88
88
|
const activityExportLoggings = (params) => {
|
|
89
89
|
return (0, instance_1.customInstance)({ url: `/Activity/csv/workspace`, method: 'GET',
|
|
@@ -91,7 +91,7 @@ const getSmartSpaceAdminAPI = () => {
|
|
|
91
91
|
});
|
|
92
92
|
};
|
|
93
93
|
/**
|
|
94
|
-
* @summary Retrieve
|
|
94
|
+
* @summary Retrieve logging activity in WorkSpace, including CRUD behaviors and Chat, with optional pagination controls take, skip and filter
|
|
95
95
|
*/
|
|
96
96
|
const activityGetLogging = (params) => {
|
|
97
97
|
return (0, instance_1.customInstance)({ url: `/Activity/workspace`, method: 'GET',
|
|
@@ -567,10 +567,10 @@ const getSmartSpaceAdminAPI = () => {
|
|
|
567
567
|
return (0, instance_1.customInstance)({ url: `/Flows/${id}`, method: 'GET'
|
|
568
568
|
});
|
|
569
569
|
};
|
|
570
|
-
const flowsSetActiveFlowDefinition = (id,
|
|
570
|
+
const flowsSetActiveFlowDefinition = (id, flowsFlowDefinition) => {
|
|
571
571
|
return (0, instance_1.customInstance)({ url: `/Flows/${id}/active`, method: 'PUT',
|
|
572
572
|
headers: { 'Content-Type': 'application/*+json', },
|
|
573
|
-
data:
|
|
573
|
+
data: flowsFlowDefinition
|
|
574
574
|
});
|
|
575
575
|
};
|
|
576
576
|
/**
|
|
@@ -982,10 +982,10 @@ const getSmartSpaceAdminAPI = () => {
|
|
|
982
982
|
/**
|
|
983
983
|
* @summary Creates a flow
|
|
984
984
|
*/
|
|
985
|
-
const workSpacesSetActiveFlow = (workspaceId,
|
|
985
|
+
const workSpacesSetActiveFlow = (workspaceId, flowsFlowDefinition) => {
|
|
986
986
|
return (0, instance_1.customInstance)({ url: `/WorkSpaces/${workspaceId}/flows/active`, method: 'PUT',
|
|
987
987
|
headers: { 'Content-Type': 'application/*+json', },
|
|
988
|
-
data:
|
|
988
|
+
data: flowsFlowDefinition
|
|
989
989
|
});
|
|
990
990
|
};
|
|
991
991
|
/**
|
|
@@ -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;
|
|
@@ -5,7 +5,16 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
export type AccessGetGroupsParams = {
|
|
8
|
+
/**
|
|
9
|
+
* The search term to filter groups.
|
|
10
|
+
*/
|
|
8
11
|
search?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The number of groups to skip.
|
|
14
|
+
*/
|
|
9
15
|
skip?: number;
|
|
16
|
+
/**
|
|
17
|
+
* The number of groups to take.
|
|
18
|
+
*/
|
|
10
19
|
take?: number;
|
|
11
20
|
};
|
|
@@ -5,7 +5,16 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
export type AccessGetUsersInRoleRolesRoleIdUsersParams = {
|
|
8
|
+
/**
|
|
9
|
+
* The number of users to skip.
|
|
10
|
+
*/
|
|
8
11
|
skip?: number;
|
|
12
|
+
/**
|
|
13
|
+
* The number of users to take.
|
|
14
|
+
*/
|
|
9
15
|
take?: number;
|
|
16
|
+
/**
|
|
17
|
+
* The search term to filter users.
|
|
18
|
+
*/
|
|
10
19
|
search?: string;
|
|
11
20
|
};
|
|
@@ -5,11 +5,24 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
export type AccessGetUsersInRoleUsersParams = {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the role.
|
|
10
|
+
*/
|
|
8
11
|
roleName?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The number of users to skip.
|
|
14
|
+
*/
|
|
9
15
|
skip?: number;
|
|
16
|
+
/**
|
|
17
|
+
* The number of users to take.
|
|
18
|
+
*/
|
|
10
19
|
take?: number;
|
|
20
|
+
/**
|
|
21
|
+
* The search query to filter users.
|
|
22
|
+
*/
|
|
11
23
|
search?: string;
|
|
12
24
|
/**
|
|
25
|
+
* The ID of the assigned workspace.
|
|
13
26
|
* @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
27
|
*/
|
|
15
28
|
assignedWorkspaceId?: string;
|
|
@@ -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 AccessWorkSpace {
|
|
10
10
|
accessType: EnumsAccessType;
|
|
11
11
|
/** @nullable */
|
|
12
12
|
displayName?: string | null;
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
import type { EnumsActivityType } from './enumsActivityType';
|
|
8
|
-
import type {
|
|
9
|
-
export interface
|
|
8
|
+
import type { ActivityLlmUsageMetrics } from './activityLlmUsageMetrics';
|
|
9
|
+
export interface ActivityActivityWorkSpace {
|
|
10
10
|
activityType?: EnumsActivityType;
|
|
11
11
|
/** @nullable */
|
|
12
12
|
durationMs?: number | null;
|
|
@@ -22,7 +22,7 @@ export interface ActivitiesActivityWorkSpace {
|
|
|
22
22
|
*/
|
|
23
23
|
id?: string | null;
|
|
24
24
|
/** @nullable */
|
|
25
|
-
llmUsages?:
|
|
25
|
+
llmUsages?: ActivityLlmUsageMetrics[] | null;
|
|
26
26
|
/** @nullable */
|
|
27
27
|
occurred?: string | null;
|
|
28
28
|
/** @nullable */
|
|
@@ -7,10 +7,20 @@
|
|
|
7
7
|
import type { EnumsActivityType } from './enumsActivityType';
|
|
8
8
|
export type ActivityExportLoggingsParams = {
|
|
9
9
|
/**
|
|
10
|
+
* The ID of the workspace.
|
|
10
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}$
|
|
11
12
|
*/
|
|
12
13
|
workSpaceId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* The starting date and time of the loggings.
|
|
16
|
+
*/
|
|
13
17
|
fromOccurred?: string;
|
|
18
|
+
/**
|
|
19
|
+
* The ending date and time of the loggings.
|
|
20
|
+
*/
|
|
14
21
|
toOccurred?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The type of activity to filter the loggings.
|
|
24
|
+
*/
|
|
15
25
|
activityType?: EnumsActivityType;
|
|
16
26
|
};
|
|
@@ -7,12 +7,28 @@
|
|
|
7
7
|
import type { EnumsActivityType } from './enumsActivityType';
|
|
8
8
|
export type ActivityGetLoggingParams = {
|
|
9
9
|
/**
|
|
10
|
+
* The ID of the workspace.
|
|
10
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}$
|
|
11
12
|
*/
|
|
12
13
|
workSpaceId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* The starting date and time for filtering the logging information.
|
|
16
|
+
*/
|
|
13
17
|
fromOccurred?: string;
|
|
18
|
+
/**
|
|
19
|
+
* The ending date and time for filtering the logging information.
|
|
20
|
+
*/
|
|
14
21
|
toOccurred?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The type of activity for filtering the logging information.
|
|
24
|
+
*/
|
|
15
25
|
activityType?: EnumsActivityType;
|
|
26
|
+
/**
|
|
27
|
+
* The maximum number of logging entries to retrieve.
|
|
28
|
+
*/
|
|
16
29
|
take?: number;
|
|
30
|
+
/**
|
|
31
|
+
* The number of logging entries to skip.
|
|
32
|
+
*/
|
|
17
33
|
skip?: number;
|
|
18
34
|
};
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
export interface
|
|
7
|
+
export interface AppUserAppUser {
|
|
8
8
|
displayName: string;
|
|
9
9
|
/** @nullable */
|
|
10
10
|
emailAddress?: string | null;
|
|
11
|
-
|
|
11
|
+
id: string;
|
|
12
12
|
userId: string;
|
|
13
13
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* SmartSpace Admin 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 Admin 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 Admin 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 Admin 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/config/models/{flowDefinitionOutputs.d.ts → flowsFlowDefinitionBlocks.d.ts}
RENAMED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Admin 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/config/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionConstants.d.ts}
RENAMED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Admin 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/config/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionInputs.d.ts}
RENAMED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Admin 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;
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Admin 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 Admin 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 Admin 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 Admin 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,9 +4,7 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './accessAccessWorkSpace';
|
|
9
|
-
export * from './accessCreateAccess';
|
|
7
|
+
export * from './access';
|
|
10
8
|
export * from './accessGetAccessesParams';
|
|
11
9
|
export * from './accessGetGroupsParams';
|
|
12
10
|
export * from './accessGetUsersInRoleRolesRoleIdUsersParams';
|
|
@@ -14,12 +12,13 @@ export * from './accessGetUsersInRoleUsersParams';
|
|
|
14
12
|
export * from './accessSearchGroupsParams';
|
|
15
13
|
export * from './accessSearchServicePrincipalsParams';
|
|
16
14
|
export * from './accessSearchUsersParams';
|
|
17
|
-
export * from './
|
|
18
|
-
export * from './
|
|
15
|
+
export * from './accessWorkSpace';
|
|
16
|
+
export * from './activityActivityWorkSpace';
|
|
19
17
|
export * from './activityExportLoggingsParams';
|
|
20
18
|
export * from './activityGetLoggingParams';
|
|
19
|
+
export * from './activityLlmUsageMetrics';
|
|
21
20
|
export * from './appRole';
|
|
22
|
-
export * from './
|
|
21
|
+
export * from './appUserAppUser';
|
|
23
22
|
export * from './appUserAppUserDetail';
|
|
24
23
|
export * from './appUserAppUserSearchResult';
|
|
25
24
|
export * from './appUserServicePrincipalSearchResult';
|
|
@@ -39,7 +38,6 @@ export * from './blockSetsGetBlockSetsParams';
|
|
|
39
38
|
export * from './blocksGetBlocksParams';
|
|
40
39
|
export * from './configApiAddMessageFileFromBlobUri';
|
|
41
40
|
export * from './configApiRunFlowRequest';
|
|
42
|
-
export * from './connection';
|
|
43
41
|
export * from './containerDataSet';
|
|
44
42
|
export * from './containersPostParams';
|
|
45
43
|
export * from './coreDeploymentEnumsDeploymentStatus';
|
|
@@ -108,21 +106,6 @@ export * from './filesDownloadFileParams';
|
|
|
108
106
|
export * from './filesGetFileInfoParams';
|
|
109
107
|
export * from './filesGetUriParams';
|
|
110
108
|
export * from './filesUploadFilesBody';
|
|
111
|
-
export * from './flow';
|
|
112
|
-
export * from './flowBlock';
|
|
113
|
-
export * from './flowConstant';
|
|
114
|
-
export * from './flowConstantValue';
|
|
115
|
-
export * from './flowDefinition';
|
|
116
|
-
export * from './flowDefinitionBlocks';
|
|
117
|
-
export * from './flowDefinitionConstants';
|
|
118
|
-
export * from './flowDefinitionInputs';
|
|
119
|
-
export * from './flowDefinitionLayout';
|
|
120
|
-
export * from './flowDefinitionOutputs';
|
|
121
|
-
export * from './flowDefinitionVariables';
|
|
122
|
-
export * from './flowInput';
|
|
123
|
-
export * from './flowInputSchema';
|
|
124
|
-
export * from './flowOutput';
|
|
125
|
-
export * from './flowOutputSchema';
|
|
126
109
|
export * from './flowRunsAddFileIdFilesBody';
|
|
127
110
|
export * from './flowRunsCreateFlowRunParams';
|
|
128
111
|
export * from './flowRunsGetStepExecutionsParams';
|
|
@@ -130,15 +113,31 @@ export * from './flowRunsGetVariables200One';
|
|
|
130
113
|
export * from './flowRunsGetVariables200Three';
|
|
131
114
|
export * from './flowRunsGetVariables200Two';
|
|
132
115
|
export * from './flowRunsSearchFlowRunsParams';
|
|
133
|
-
export * from './flowTrigger';
|
|
134
116
|
export * from './flowValueModel';
|
|
135
117
|
export * from './flowValueModelChannels';
|
|
136
|
-
export * from './flowVariable';
|
|
137
|
-
export * from './flowVariableSchema';
|
|
138
118
|
export * from './flowsBlockConstant';
|
|
139
119
|
export * from './flowsBlockConstantValue';
|
|
140
120
|
export * from './flowsBlockPinRef';
|
|
121
|
+
export * from './flowsConnection';
|
|
122
|
+
export * from './flowsFlow';
|
|
123
|
+
export * from './flowsFlowBlock';
|
|
124
|
+
export * from './flowsFlowConstant';
|
|
125
|
+
export * from './flowsFlowConstantValue';
|
|
126
|
+
export * from './flowsFlowDefinition';
|
|
127
|
+
export * from './flowsFlowDefinitionBlocks';
|
|
128
|
+
export * from './flowsFlowDefinitionConstants';
|
|
129
|
+
export * from './flowsFlowDefinitionInputs';
|
|
130
|
+
export * from './flowsFlowDefinitionLayout';
|
|
131
|
+
export * from './flowsFlowDefinitionOutputs';
|
|
132
|
+
export * from './flowsFlowDefinitionVariables';
|
|
133
|
+
export * from './flowsFlowInput';
|
|
134
|
+
export * from './flowsFlowInputSchema';
|
|
135
|
+
export * from './flowsFlowOutput';
|
|
136
|
+
export * from './flowsFlowOutputSchema';
|
|
141
137
|
export * from './flowsFlowPinRef';
|
|
138
|
+
export * from './flowsFlowTrigger';
|
|
139
|
+
export * from './flowsFlowVariable';
|
|
140
|
+
export * from './flowsFlowVariableSchema';
|
|
142
141
|
export * from './functionExecutionDebugModel';
|
|
143
142
|
export * from './ingestedBlob';
|
|
144
143
|
export * from './inputPinInterface';
|
|
@@ -192,9 +191,9 @@ export * from './outputPinInterface';
|
|
|
192
191
|
export * from './outputPinInterfaceGenerics';
|
|
193
192
|
export * from './outputPinInterfaceMetadata';
|
|
194
193
|
export * from './outputPinInterfaceSchema';
|
|
195
|
-
export * from './
|
|
196
|
-
export * from './
|
|
197
|
-
export * from './
|
|
194
|
+
export * from './pagedDataCollectionAccess';
|
|
195
|
+
export * from './pagedDataCollectionActivityActivityWorkSpace';
|
|
196
|
+
export * from './pagedDataCollectionAppUserAppUser';
|
|
198
197
|
export * from './pagedDataCollectionAppUserAppUserDetail';
|
|
199
198
|
export * from './pagedDataCollectionAppUserAppUserSearchResult';
|
|
200
199
|
export * from './pagedDataCollectionAppUserServicePrincipalSearchResult';
|