@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.
Files changed (131) hide show
  1. package/dist/generated/chat/api.d.ts +2 -2
  2. package/dist/generated/chat/models/{accessAccess.d.ts → access.d.ts} +1 -1
  3. package/dist/generated/chat/models/dataSet.d.ts +2 -2
  4. package/dist/generated/chat/models/{connection.d.ts → flowsConnection.d.ts} +1 -1
  5. package/dist/generated/chat/models/{flow.d.ts → flowsFlow.d.ts} +5 -5
  6. package/dist/generated/chat/models/{flowBlock.d.ts → flowsFlowBlock.d.ts} +1 -1
  7. package/dist/generated/chat/models/flowsFlowConstant.d.ts +11 -0
  8. package/dist/generated/chat/models/{flowDefinitionLayout.d.ts → flowsFlowConstantValue.d.ts} +1 -1
  9. package/dist/generated/chat/models/flowsFlowDefinition.d.ts +31 -0
  10. package/dist/generated/chat/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionBlocks.d.ts} +3 -3
  11. package/dist/generated/chat/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionConstants.d.ts} +3 -3
  12. package/dist/generated/chat/models/{flowDefinitionOutputs.d.ts → flowsFlowDefinitionInputs.d.ts} +3 -3
  13. package/dist/generated/chat/models/{flowConstantValue.d.ts → flowsFlowDefinitionLayout.d.ts} +1 -1
  14. package/dist/generated/chat/models/{flowDefinitionConstants.d.ts → flowsFlowDefinitionOutputs.d.ts} +3 -3
  15. package/dist/generated/chat/models/flowsFlowDefinitionVariables.d.ts +13 -0
  16. package/dist/generated/chat/models/flowsFlowInput.d.ts +10 -0
  17. package/dist/generated/chat/models/{flowVariableSchema.d.ts → flowsFlowInputSchema.d.ts} +1 -1
  18. package/dist/generated/chat/models/flowsFlowOutput.d.ts +10 -0
  19. package/dist/generated/chat/models/{flowInputSchema.d.ts → flowsFlowOutputSchema.d.ts} +1 -1
  20. package/dist/generated/chat/models/{flowTrigger.d.ts → flowsFlowTrigger.d.ts} +1 -1
  21. package/dist/generated/chat/models/{flowVariable.d.ts → flowsFlowVariable.d.ts} +3 -3
  22. package/dist/generated/chat/models/{flowOutputSchema.d.ts → flowsFlowVariableSchema.d.ts} +1 -1
  23. package/dist/generated/chat/models/index.d.ts +21 -21
  24. package/dist/generated/chat/models/index.js +21 -21
  25. package/dist/generated/chat/models/{pagedDataCollectionAccessAccess.d.ts → pagedDataCollectionAccess.d.ts} +3 -3
  26. package/dist/generated/chat/models/workSpaceInputs.d.ts +2 -2
  27. package/dist/generated/chat/models/workSpaceVariables.d.ts +2 -2
  28. package/dist/generated/config/api.d.ts +10 -10
  29. package/dist/generated/config/api.js +12 -12
  30. package/dist/generated/config/models/{accessAccess.d.ts → access.d.ts} +1 -1
  31. package/dist/generated/config/models/accessGetGroupsParams.d.ts +9 -0
  32. package/dist/generated/config/models/accessGetUsersInRoleRolesRoleIdUsersParams.d.ts +9 -0
  33. package/dist/generated/config/models/accessGetUsersInRoleUsersParams.d.ts +13 -0
  34. package/dist/generated/config/models/{accessAccessWorkSpace.d.ts → accessWorkSpace.d.ts} +1 -1
  35. package/dist/generated/config/models/{activitiesActivityWorkSpace.d.ts → activityActivityWorkSpace.d.ts} +3 -3
  36. package/dist/generated/config/models/activityExportLoggingsParams.d.ts +10 -0
  37. package/dist/generated/config/models/activityGetLoggingParams.d.ts +16 -0
  38. package/dist/generated/config/models/{activitiesLlmUsageMetrics.d.ts → activityLlmUsageMetrics.d.ts} +1 -1
  39. package/dist/generated/config/models/{appUserAppAccessUser.d.ts → appUserAppUser.d.ts} +2 -2
  40. package/dist/generated/config/models/dataSet.d.ts +2 -2
  41. package/dist/generated/config/models/{connection.d.ts → flowsConnection.d.ts} +1 -1
  42. package/dist/generated/config/models/{flow.d.ts → flowsFlow.d.ts} +5 -5
  43. package/dist/generated/config/models/{flowBlock.d.ts → flowsFlowBlock.d.ts} +1 -1
  44. package/dist/generated/config/models/flowsFlowConstant.d.ts +11 -0
  45. package/dist/generated/config/models/{flowConstantValue.d.ts → flowsFlowConstantValue.d.ts} +1 -1
  46. package/dist/generated/config/models/flowsFlowDefinition.d.ts +31 -0
  47. package/dist/generated/config/models/{flowDefinitionOutputs.d.ts → flowsFlowDefinitionBlocks.d.ts} +3 -3
  48. package/dist/generated/config/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionConstants.d.ts} +3 -3
  49. package/dist/generated/config/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionInputs.d.ts} +3 -3
  50. package/dist/generated/config/models/{flowDefinitionLayout.d.ts → flowsFlowDefinitionLayout.d.ts} +1 -1
  51. package/dist/generated/config/models/{flowDefinitionConstants.d.ts → flowsFlowDefinitionOutputs.d.ts} +3 -3
  52. package/dist/generated/config/models/flowsFlowDefinitionVariables.d.ts +13 -0
  53. package/dist/generated/config/models/flowsFlowInput.d.ts +10 -0
  54. package/dist/generated/config/models/{flowOutputSchema.d.ts → flowsFlowInputSchema.d.ts} +1 -1
  55. package/dist/generated/config/models/flowsFlowOutput.d.ts +10 -0
  56. package/dist/generated/config/models/{flowInputSchema.d.ts → flowsFlowOutputSchema.d.ts} +1 -1
  57. package/dist/generated/config/models/{flowTrigger.d.ts → flowsFlowTrigger.d.ts} +1 -1
  58. package/dist/generated/config/models/{flowVariable.d.ts → flowsFlowVariable.d.ts} +3 -3
  59. package/dist/generated/config/models/{flowVariableSchema.d.ts → flowsFlowVariableSchema.d.ts} +1 -1
  60. package/dist/generated/config/models/index.d.ts +27 -28
  61. package/dist/generated/config/models/index.js +27 -28
  62. package/dist/generated/config/models/{pagedDataCollectionAccessAccess.d.ts → pagedDataCollectionAccess.d.ts} +3 -3
  63. package/dist/generated/config/models/pagedDataCollectionActivityActivityWorkSpace.d.ts +11 -0
  64. package/dist/generated/config/models/pagedDataCollectionAppUserAppUser.d.ts +11 -0
  65. package/dist/generated/config/models/workSpaceInputs.d.ts +2 -2
  66. package/dist/generated/config/models/workSpaceVariables.d.ts +2 -2
  67. package/dist/generated/config/zod.d.ts +69 -25
  68. package/dist/generated/config/zod.js +83 -61
  69. package/package.json +1 -1
  70. package/dist/generated/chat/models/flowConstant.d.ts +0 -11
  71. package/dist/generated/chat/models/flowDefinition.d.ts +0 -31
  72. package/dist/generated/chat/models/flowDefinitionVariables.d.ts +0 -13
  73. package/dist/generated/chat/models/flowInput.d.ts +0 -10
  74. package/dist/generated/chat/models/flowOutput.d.ts +0 -10
  75. package/dist/generated/config/models/accessCreateAccess.d.ts +0 -13
  76. package/dist/generated/config/models/flowConstant.d.ts +0 -11
  77. package/dist/generated/config/models/flowDefinition.d.ts +0 -31
  78. package/dist/generated/config/models/flowDefinitionVariables.d.ts +0 -13
  79. package/dist/generated/config/models/flowInput.d.ts +0 -10
  80. package/dist/generated/config/models/flowOutput.d.ts +0 -10
  81. package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +0 -11
  82. package/dist/generated/config/models/pagedDataCollectionAppUserAppAccessUser.d.ts +0 -11
  83. package/dist/generated/config/models/pagedDataCollectionAppUserAppAccessUser.js +0 -2
  84. /package/dist/generated/chat/models/{accessAccess.js → access.js} +0 -0
  85. /package/dist/generated/chat/models/{connection.js → flowsConnection.js} +0 -0
  86. /package/dist/generated/chat/models/{flow.js → flowsFlow.js} +0 -0
  87. /package/dist/generated/chat/models/{flowBlock.js → flowsFlowBlock.js} +0 -0
  88. /package/dist/generated/chat/models/{flowConstant.js → flowsFlowConstant.js} +0 -0
  89. /package/dist/generated/chat/models/{flowConstantValue.js → flowsFlowConstantValue.js} +0 -0
  90. /package/dist/generated/chat/models/{flowDefinition.js → flowsFlowDefinition.js} +0 -0
  91. /package/dist/generated/chat/models/{flowDefinitionBlocks.js → flowsFlowDefinitionBlocks.js} +0 -0
  92. /package/dist/generated/chat/models/{flowDefinitionConstants.js → flowsFlowDefinitionConstants.js} +0 -0
  93. /package/dist/generated/chat/models/{flowDefinitionInputs.js → flowsFlowDefinitionInputs.js} +0 -0
  94. /package/dist/generated/chat/models/{flowDefinitionLayout.js → flowsFlowDefinitionLayout.js} +0 -0
  95. /package/dist/generated/chat/models/{flowDefinitionOutputs.js → flowsFlowDefinitionOutputs.js} +0 -0
  96. /package/dist/generated/chat/models/{flowDefinitionVariables.js → flowsFlowDefinitionVariables.js} +0 -0
  97. /package/dist/generated/chat/models/{flowInput.js → flowsFlowInput.js} +0 -0
  98. /package/dist/generated/chat/models/{flowInputSchema.js → flowsFlowInputSchema.js} +0 -0
  99. /package/dist/generated/chat/models/{flowOutput.js → flowsFlowOutput.js} +0 -0
  100. /package/dist/generated/chat/models/{flowOutputSchema.js → flowsFlowOutputSchema.js} +0 -0
  101. /package/dist/generated/chat/models/{flowTrigger.js → flowsFlowTrigger.js} +0 -0
  102. /package/dist/generated/chat/models/{flowVariable.js → flowsFlowVariable.js} +0 -0
  103. /package/dist/generated/chat/models/{flowVariableSchema.js → flowsFlowVariableSchema.js} +0 -0
  104. /package/dist/generated/chat/models/{pagedDataCollectionAccessAccess.js → pagedDataCollectionAccess.js} +0 -0
  105. /package/dist/generated/config/models/{accessAccess.js → access.js} +0 -0
  106. /package/dist/generated/config/models/{accessAccessWorkSpace.js → accessWorkSpace.js} +0 -0
  107. /package/dist/generated/config/models/{accessCreateAccess.js → activityActivityWorkSpace.js} +0 -0
  108. /package/dist/generated/config/models/{activitiesLlmUsageMetrics.js → activityLlmUsageMetrics.js} +0 -0
  109. /package/dist/generated/config/models/{appUserAppAccessUser.js → appUserAppUser.js} +0 -0
  110. /package/dist/generated/config/models/{activitiesActivityWorkSpace.js → flowsConnection.js} +0 -0
  111. /package/dist/generated/config/models/{connection.js → flowsFlow.js} +0 -0
  112. /package/dist/generated/config/models/{flow.js → flowsFlowBlock.js} +0 -0
  113. /package/dist/generated/config/models/{flowBlock.js → flowsFlowConstant.js} +0 -0
  114. /package/dist/generated/config/models/{flowConstantValue.js → flowsFlowConstantValue.js} +0 -0
  115. /package/dist/generated/config/models/{flowConstant.js → flowsFlowDefinition.js} +0 -0
  116. /package/dist/generated/config/models/{flowDefinition.js → flowsFlowDefinitionBlocks.js} +0 -0
  117. /package/dist/generated/config/models/{flowDefinitionBlocks.js → flowsFlowDefinitionConstants.js} +0 -0
  118. /package/dist/generated/config/models/{flowDefinitionConstants.js → flowsFlowDefinitionInputs.js} +0 -0
  119. /package/dist/generated/config/models/{flowDefinitionLayout.js → flowsFlowDefinitionLayout.js} +0 -0
  120. /package/dist/generated/config/models/{flowDefinitionInputs.js → flowsFlowDefinitionOutputs.js} +0 -0
  121. /package/dist/generated/config/models/{flowDefinitionOutputs.js → flowsFlowDefinitionVariables.js} +0 -0
  122. /package/dist/generated/config/models/{flowDefinitionVariables.js → flowsFlowInput.js} +0 -0
  123. /package/dist/generated/config/models/{flowInputSchema.js → flowsFlowInputSchema.js} +0 -0
  124. /package/dist/generated/config/models/{flowInput.js → flowsFlowOutput.js} +0 -0
  125. /package/dist/generated/config/models/{flowOutputSchema.js → flowsFlowOutputSchema.js} +0 -0
  126. /package/dist/generated/config/models/{flowOutput.js → flowsFlowTrigger.js} +0 -0
  127. /package/dist/generated/config/models/{flowTrigger.js → flowsFlowVariable.js} +0 -0
  128. /package/dist/generated/config/models/{flowVariableSchema.js → flowsFlowVariableSchema.js} +0 -0
  129. /package/dist/generated/config/models/{flowVariable.js → pagedDataCollectionAccess.js} +0 -0
  130. /package/dist/generated/config/models/{pagedDataCollectionAccessAccess.js → pagedDataCollectionActivityActivityWorkSpace.js} +0 -0
  131. /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 Add a new access grant for a principal or group to a workspace.
15
+ * @summary Update or set new access parameters in SmartSpace, using detailed access model specifications.
16
16
  */
17
- const accessAddAccess = (accessCreateAccess) => {
17
+ const accessAddAccess = (access) => {
18
18
  return (0, instance_1.customInstance)({ url: `/Access`, method: 'PUT',
19
19
  headers: { 'Content-Type': 'application/*+json', },
20
- data: accessCreateAccess
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 Export workspace activity log as a CSV file.
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 workspace activity log entries with optional filtering and pagination.
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, flowDefinition) => {
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: flowDefinition
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, flowDefinition) => {
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: flowDefinition
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 AccessAccess {
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 AccessAccessWorkSpace {
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 { ActivitiesLlmUsageMetrics } from './activitiesLlmUsageMetrics';
9
- export interface ActivitiesActivityWorkSpace {
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?: ActivitiesLlmUsageMetrics[] | null;
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,7 +4,7 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- export interface ActivitiesLlmUsageMetrics {
7
+ export interface ActivityLlmUsageMetrics {
8
8
  blockId: string;
9
9
  /** @nullable */
10
10
  completionCost?: number | null;
@@ -4,10 +4,10 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- export interface AppUserAppAccessUser {
7
+ export interface AppUserAppUser {
8
8
  displayName: string;
9
9
  /** @nullable */
10
10
  emailAddress?: string | null;
11
- isAssigned: boolean;
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 { Flow } from './flow';
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?: 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;
@@ -5,7 +5,7 @@
5
5
  * OpenAPI spec version: v1
6
6
  */
7
7
  import type { FlowsFlowPinRef } from './flowsFlowPinRef';
8
- export interface Connection {
8
+ export interface FlowsConnection {
9
9
  source: FlowsFlowPinRef;
10
10
  target: FlowsFlowPinRef;
11
11
  }
@@ -4,13 +4,13 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- import type { FlowDefinition } from './flowDefinition';
8
- import type { FlowTrigger } from './flowTrigger';
9
- export interface Flow {
10
- activeFlowDefinition?: FlowDefinition;
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: FlowTrigger[];
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 FlowBlock {
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
+ }
@@ -7,4 +7,4 @@
7
7
  /**
8
8
  * @nullable
9
9
  */
10
- export type FlowConstantValue = unknown | null;
10
+ export type FlowsFlowConstantValue = unknown | null;
@@ -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
+ }
@@ -4,10 +4,10 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- import type { FlowOutput } from './flowOutput';
7
+ import type { FlowsFlowBlock } from './flowsFlowBlock';
8
8
  /**
9
9
  * @nullable
10
10
  */
11
- export type FlowDefinitionOutputs = {
12
- [key: string]: FlowOutput;
11
+ export type FlowsFlowDefinitionBlocks = {
12
+ [key: string]: FlowsFlowBlock;
13
13
  } | null;
@@ -4,10 +4,10 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- import type { FlowInput } from './flowInput';
7
+ import type { FlowsFlowConstant } from './flowsFlowConstant';
8
8
  /**
9
9
  * @nullable
10
10
  */
11
- export type FlowDefinitionInputs = {
12
- [key: string]: FlowInput;
11
+ export type FlowsFlowDefinitionConstants = {
12
+ [key: string]: FlowsFlowConstant;
13
13
  } | null;
@@ -4,10 +4,10 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- import type { FlowBlock } from './flowBlock';
7
+ import type { FlowsFlowInput } from './flowsFlowInput';
8
8
  /**
9
9
  * @nullable
10
10
  */
11
- export type FlowDefinitionBlocks = {
12
- [key: string]: FlowBlock;
11
+ export type FlowsFlowDefinitionInputs = {
12
+ [key: string]: FlowsFlowInput;
13
13
  } | null;
@@ -7,4 +7,4 @@
7
7
  /**
8
8
  * @nullable
9
9
  */
10
- export type FlowDefinitionLayout = unknown | null;
10
+ export type FlowsFlowDefinitionLayout = unknown | null;
@@ -4,10 +4,10 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- import type { FlowConstant } from './flowConstant';
7
+ import type { FlowsFlowOutput } from './flowsFlowOutput';
8
8
  /**
9
9
  * @nullable
10
10
  */
11
- export type FlowDefinitionConstants = {
12
- [key: string]: FlowConstant;
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
+ }
@@ -4,6 +4,6 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- export type FlowOutputSchema = {
7
+ export type FlowsFlowInputSchema = {
8
8
  [key: string]: unknown;
9
9
  };
@@ -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
+ }
@@ -4,6 +4,6 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- export type FlowInputSchema = {
7
+ export type FlowsFlowOutputSchema = {
8
8
  [key: string]: unknown;
9
9
  };
@@ -6,7 +6,7 @@
6
6
  */
7
7
  import type { DataSourceContainer } from './dataSourceContainer';
8
8
  import type { EnumsFlowTriggerType } from './enumsFlowTriggerType';
9
- export interface FlowTrigger {
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 { FlowVariableSchema } from './flowVariableSchema';
9
- export interface FlowVariable {
8
+ import type { FlowsFlowVariableSchema } from './flowsFlowVariableSchema';
9
+ export interface FlowsFlowVariable {
10
10
  access: EnumsFlowVariableAccess;
11
- schema: FlowVariableSchema;
11
+ schema: FlowsFlowVariableSchema;
12
12
  }
@@ -4,6 +4,6 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- export type FlowVariableSchema = {
7
+ export type FlowsFlowVariableSchema = {
8
8
  [key: string]: unknown;
9
9
  };
@@ -4,9 +4,7 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- export * from './accessAccess';
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 './activitiesActivityWorkSpace';
18
- export * from './activitiesLlmUsageMetrics';
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 './appUserAppAccessUser';
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 './pagedDataCollectionAccessAccess';
196
- export * from './pagedDataCollectionActivitiesActivityWorkSpace';
197
- export * from './pagedDataCollectionAppUserAppAccessUser';
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';