@smartspace/api-client 0.1.0-dev.49afd9b → 0.1.0-dev.4ae4874

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 (152) hide show
  1. package/dist/generated/chat/api.d.ts +2 -0
  2. package/dist/generated/chat/api.js +10 -1
  3. package/dist/generated/chat/api.msw.d.ts +75 -0
  4. package/dist/generated/chat/api.msw.js +630 -0
  5. package/dist/generated/chat/models/aiModel.d.ts +1 -0
  6. package/dist/generated/chat/models/aiModelSummary.d.ts +1 -0
  7. package/dist/generated/chat/models/connectorsConnectorSummary.d.ts +12 -0
  8. package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
  9. package/dist/generated/chat/models/dataSourceContainer.d.ts +2 -0
  10. package/dist/generated/chat/models/enumsNotificationType.d.ts +1 -0
  11. package/dist/generated/chat/models/enumsNotificationType.js +1 -0
  12. package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
  13. package/dist/generated/chat/models/flowsFlowTrigger.d.ts +1 -0
  14. package/dist/generated/chat/models/index.d.ts +1 -0
  15. package/dist/generated/chat/models/index.js +1 -0
  16. package/dist/generated/chat/models/messagesMessageError.d.ts +2 -0
  17. package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
  18. package/dist/generated/chat/zod.d.ts +34 -0
  19. package/dist/generated/chat/zod.js +39 -6
  20. package/dist/generated/config/api.d.ts +71 -3
  21. package/dist/generated/config/api.js +323 -2
  22. package/dist/generated/config/api.msw.d.ts +300 -0
  23. package/dist/generated/config/api.msw.js +2840 -0
  24. package/dist/generated/config/models/aiModel.d.ts +1 -0
  25. package/dist/generated/config/models/aiModelSummary.d.ts +1 -0
  26. package/dist/generated/config/models/blocksBlockSet.d.ts +3 -1
  27. package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → blocksRenameBlockSetRequest.d.ts} +2 -3
  28. package/dist/generated/config/models/blocksUsedInRef.d.ts +11 -0
  29. package/dist/generated/config/models/blocksUsedInRef.js +8 -0
  30. package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.d.ts +9 -0
  31. package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.js +8 -0
  32. package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
  33. package/dist/generated/config/models/connectorsConnector.js +8 -0
  34. package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
  35. package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
  36. package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
  37. package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
  38. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
  39. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
  40. package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
  41. package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
  42. package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
  43. package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
  44. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
  45. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
  46. package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
  47. package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
  48. package/dist/generated/config/models/containerItem.d.ts +29 -0
  49. package/dist/generated/config/models/containerItem.js +8 -0
  50. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
  51. package/dist/generated/config/models/dataSetsDataSet.d.ts +6 -0
  52. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
  53. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
  54. package/dist/generated/config/models/dataSetsGetParams.d.ts +2 -0
  55. package/dist/generated/config/models/dataSetsSetDataSetScoping.d.ts +12 -0
  56. package/dist/generated/config/models/dataSetsSetDataSetScoping.js +2 -0
  57. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.d.ts +11 -0
  58. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.js +8 -0
  59. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
  60. package/dist/generated/config/models/dataSourceContainer.d.ts +2 -0
  61. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
  62. package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +2 -0
  63. package/dist/generated/config/models/draftsPublishDraftRequest.d.ts +11 -0
  64. package/dist/generated/config/models/draftsPublishDraftRequest.js +8 -0
  65. package/dist/generated/config/models/draftsPublishDraftResponse.d.ts +13 -0
  66. package/dist/generated/config/models/draftsPublishDraftResponse.js +2 -0
  67. package/dist/generated/config/models/draftsPublishedBlockRef.d.ts +10 -0
  68. package/dist/generated/config/models/draftsPublishedBlockRef.js +8 -0
  69. package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
  70. package/dist/generated/config/models/enumsActivityType.js +1 -0
  71. package/dist/generated/config/models/enumsDataSetScopingMode.d.ts +11 -0
  72. package/dist/generated/config/models/enumsDataSetScopingMode.js +14 -0
  73. package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
  74. package/dist/generated/config/models/enumsNotificationType.js +1 -0
  75. package/dist/generated/config/models/enumsPermissions.d.ts +2 -13
  76. package/dist/generated/config/models/enumsPermissions.js +0 -20
  77. package/dist/generated/config/models/enumsPermissionsItem.d.ts +18 -0
  78. package/dist/generated/config/models/enumsPermissionsItem.js +21 -0
  79. package/dist/generated/config/models/flowRunsGetStepExecutionsParams.d.ts +19 -0
  80. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
  81. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
  82. package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
  83. package/dist/generated/config/models/flowsFlowTrigger.d.ts +1 -0
  84. package/dist/generated/config/models/functionExecutionDebugModel.d.ts +4 -0
  85. package/dist/generated/config/models/index.d.ts +44 -1
  86. package/dist/generated/config/models/index.js +44 -1
  87. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.d.ts +11 -0
  88. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.js +8 -0
  89. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
  90. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
  91. package/dist/generated/config/models/integrationsSmartSpaceAiFlowValueModel.d.ts +4 -0
  92. package/dist/generated/config/models/integrationsSmartSpaceAiFunctionExecutionDebugModel.d.ts +4 -0
  93. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
  94. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
  95. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
  96. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
  97. package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.d.ts +10 -0
  98. package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.js +8 -0
  99. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
  100. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
  101. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
  102. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
  103. package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
  104. package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
  105. package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
  106. package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
  107. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
  108. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
  109. package/dist/generated/config/models/messagesMessageError.d.ts +2 -0
  110. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +11 -0
  111. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.js +2 -0
  112. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
  113. package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
  114. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
  115. package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
  116. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +11 -0
  117. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
  118. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
  119. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
  120. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
  121. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
  122. package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
  123. package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
  124. package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
  125. package/dist/generated/config/models/syncsGetParams.js +8 -0
  126. package/dist/generated/config/models/syncsSync.d.ts +33 -0
  127. package/dist/generated/config/models/syncsSync.js +2 -0
  128. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +18 -0
  129. package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
  130. package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
  131. package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
  132. package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
  133. package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
  134. package/dist/generated/config/models/usersAppUserSummary.d.ts +16 -0
  135. package/dist/generated/config/models/usersAppUserSummary.js +8 -0
  136. package/dist/generated/config/models/usersServicePrincipalDetail.d.ts +14 -0
  137. package/dist/generated/config/models/usersServicePrincipalDetail.js +2 -0
  138. package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
  139. package/dist/generated/config/zod.d.ts +942 -66
  140. package/dist/generated/config/zod.js +803 -50
  141. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
  142. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
  143. package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
  144. package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
  145. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +11 -0
  146. package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
  147. package/dist/mocks.d.ts +2 -0
  148. package/dist/mocks.js +42 -0
  149. package/dist/signalr.d.ts +2 -0
  150. package/dist/signalr.js +3 -0
  151. package/package.json +25 -3
  152. /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → blocksRenameBlockSetRequest.js} +0 -0
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export type EnumsPermissionsItem = typeof EnumsPermissionsItem[keyof typeof EnumsPermissionsItem];
8
+ export declare const EnumsPermissionsItem: {
9
+ readonly WorkspaceCreate: "WorkspaceCreate";
10
+ readonly WorkspaceEdit: "WorkspaceEdit";
11
+ readonly WorkspaceDelete: "WorkspaceDelete";
12
+ readonly DataSpaceCreate: "DataSpaceCreate";
13
+ readonly DataSpaceEdit: "DataSpaceEdit";
14
+ readonly DataSpaceDelete: "DataSpaceDelete";
15
+ readonly ConnectorCreate: "ConnectorCreate";
16
+ readonly ConnectorEdit: "ConnectorEdit";
17
+ readonly ConnectorDelete: "ConnectorDelete";
18
+ };
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.EnumsPermissionsItem = void 0;
10
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
11
+ exports.EnumsPermissionsItem = {
12
+ WorkspaceCreate: 'WorkspaceCreate',
13
+ WorkspaceEdit: 'WorkspaceEdit',
14
+ WorkspaceDelete: 'WorkspaceDelete',
15
+ DataSpaceCreate: 'DataSpaceCreate',
16
+ DataSpaceEdit: 'DataSpaceEdit',
17
+ DataSpaceDelete: 'DataSpaceDelete',
18
+ ConnectorCreate: 'ConnectorCreate',
19
+ ConnectorEdit: 'ConnectorEdit',
20
+ ConnectorDelete: 'ConnectorDelete',
21
+ };
@@ -5,8 +5,27 @@
5
5
  * OpenAPI spec version: v1
6
6
  */
7
7
  export type FlowRunsGetStepExecutionsParams = {
8
+ /**
9
+ * Number of records to skip
10
+ */
8
11
  skip?: number;
12
+ /**
13
+ * Number of records to take
14
+ */
9
15
  take?: number;
16
+ /**
17
+ * Free-text match across block ids and value payloads
18
+ */
10
19
  search?: string;
20
+ /**
21
+ * Restrict to these block ids (canvas selection)
22
+ */
11
23
  'blockIds[]'?: string[];
24
+ /**
25
+ * Pass `false` for the timeline/polled view: the same rows come back
26
+ without input/output payloads and without rehydrating blob-spilled values,
27
+ which is the dominant cost of this read. Fetch one execution's values with
28
+ M:SmartSpace.App.ConfigApi.Controllers.FlowRunsController.GetStepExecution(System.Guid,System.Guid) when the user expands a step.
29
+ */
30
+ includeValues?: boolean;
12
31
  };
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export type FlowRunsGetWorkspaceRunsParams = {
8
+ /**
9
+ * Number of records to skip
10
+ */
11
+ skip?: number;
12
+ /**
13
+ * Number of records to take
14
+ */
15
+ take?: number;
16
+ };
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -6,6 +6,7 @@
6
6
  */
7
7
  import type { FlowsFlowConstantValue } from './flowsFlowConstantValue';
8
8
  export interface FlowsFlowConstant {
9
+ secret: boolean;
9
10
  /** @nullable */
10
11
  value?: FlowsFlowConstantValue;
11
12
  }
@@ -10,6 +10,7 @@ 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;
13
+ honourSourceDeletes: boolean;
13
14
  /** @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
15
  id: string;
15
16
  inputName: string;
@@ -16,4 +16,8 @@ export interface FunctionExecutionDebugModel {
16
16
  id: string;
17
17
  inputs: BlockInputModel[];
18
18
  outputs: FlowValueModel[];
19
+ /** @nullable */
20
+ seq?: number | null;
21
+ /** @nullable */
22
+ startedAt?: string | null;
19
23
  }
@@ -57,11 +57,23 @@ export * from './blocksPortInterface';
57
57
  export * from './blocksPortInterfaceInputs';
58
58
  export * from './blocksPortInterfaceMetadata';
59
59
  export * from './blocksPortInterfaceOutputs';
60
+ export * from './blocksRenameBlockSetRequest';
60
61
  export * from './blocksStateInterface';
61
62
  export * from './blocksStateInterfaceDefault';
62
63
  export * from './blocksStateInterfaceMetadata';
64
+ export * from './blocksUsedInRef';
65
+ export * from './configApiFlowRunIdentityMapRequest';
63
66
  export * from './configApiRunFlowRequest';
67
+ export * from './connectorsConnector';
68
+ export * from './connectorsConnectorSummary';
69
+ export * from './connectorsCreateConnector';
70
+ export * from './connectorsGetConnectorSummariesParams';
71
+ export * from './connectorsGetConnectorsParams';
72
+ export * from './connectorsResolvedConnector';
73
+ export * from './connectorsResolvedConnectorHeaders';
74
+ export * from './connectorsUpdateConnector';
64
75
  export * from './containerDataSet';
76
+ export * from './containerItem';
65
77
  export * from './containersPostParams';
66
78
  export * from './coreDeploymentEnumsDeploymentStatus';
67
79
  export * from './coreManagementInstallParameterDefinitionModel';
@@ -87,8 +99,11 @@ export * from './dataSetsCreateDataSetContainer';
87
99
  export * from './dataSetsDataSet';
88
100
  export * from './dataSetsDataSetProperty';
89
101
  export * from './dataSetsGetContainerItemsRunHistoryParams';
102
+ export * from './dataSetsGetIngestionRunsParams';
90
103
  export * from './dataSetsGetItemsParams';
91
104
  export * from './dataSetsGetParams';
105
+ export * from './dataSetsSetDataSetScoping';
106
+ export * from './dataSetsSetDataSetSourceDeletes';
92
107
  export * from './dataSetsUpdateDataSet';
93
108
  export * from './dataSetsUpdateDataSetBasicInfo';
94
109
  export * from './dataSetsUpsertDataSetProperty';
@@ -130,6 +145,9 @@ export * from './debugLogsResponse';
130
145
  export * from './documentsGetDocumentSasParams';
131
146
  export * from './draftsDraft';
132
147
  export * from './draftsDraftBlockInterfaces';
148
+ export * from './draftsPublishDraftRequest';
149
+ export * from './draftsPublishDraftResponse';
150
+ export * from './draftsPublishedBlockRef';
133
151
  export * from './draftsSaveDraftRequest';
134
152
  export * from './draftsSaveDraftResponse';
135
153
  export * from './draftsSaveDraftResponseBlockInterfaces';
@@ -139,6 +157,7 @@ export * from './enumsActivityType';
139
157
  export * from './enumsAppPrincipalType';
140
158
  export * from './enumsBlockScope';
141
159
  export * from './enumsBlockType';
160
+ export * from './enumsDataSetScopingMode';
142
161
  export * from './enumsDataSourceCredentialType';
143
162
  export * from './enumsFlowTriggerType';
144
163
  export * from './enumsFlowVariableAccess';
@@ -152,6 +171,7 @@ export * from './enumsModelPublisher';
152
171
  export * from './enumsModelRole';
153
172
  export * from './enumsNotificationType';
154
173
  export * from './enumsPermissions';
174
+ export * from './enumsPermissionsItem';
155
175
  export * from './enumsPinType';
156
176
  export * from './enumsPortType';
157
177
  export * from './enumsVirtualMachineServerType';
@@ -170,6 +190,7 @@ export * from './flowRunsGetStepExecutionsParams';
170
190
  export * from './flowRunsGetVariables200One';
171
191
  export * from './flowRunsGetVariables200Three';
172
192
  export * from './flowRunsGetVariables200Two';
193
+ export * from './flowRunsGetWorkspaceRunsParams';
173
194
  export * from './flowRunsSearchFlowRunsParams';
174
195
  export * from './flowValueModel';
175
196
  export * from './flowValueModelChannels';
@@ -201,11 +222,11 @@ export * from './flowsFlowVariable';
201
222
  export * from './flowsFlowVariableSchema';
202
223
  export * from './flowsFlowWorkSpace';
203
224
  export * from './functionExecutionDebugModel';
204
- export * from './integrationsAzureActiveDirectoryServicePrincipal';
205
225
  export * from './integrationsAzureArmAzureLocation';
206
226
  export * from './integrationsAzureArmVirtualMachineSize';
207
227
  export * from './integrationsAzureStorageSasToken';
208
228
  export * from './integrationsSmartSpaceAiBlockInputModel';
229
+ export * from './integrationsSmartSpaceAiBlockSourceResponse';
209
230
  export * from './integrationsSmartSpaceAiContainerItemFlowRun';
210
231
  export * from './integrationsSmartSpaceAiContainerItemFlowRunError';
211
232
  export * from './integrationsSmartSpaceAiContainerItemRunHistory';
@@ -217,6 +238,14 @@ export * from './integrationsSmartSpaceAiFlowPinRef';
217
238
  export * from './integrationsSmartSpaceAiFlowValueModel';
218
239
  export * from './integrationsSmartSpaceAiFlowValueModelChannels';
219
240
  export * from './integrationsSmartSpaceAiFunctionExecutionDebugModel';
241
+ export * from './integrationsSmartSpaceAiIngestionRun';
242
+ export * from './integrationsSmartSpaceAiIngestionRunTrigger';
243
+ export * from './integrationsSmartSpaceAiSdkBlockRef';
244
+ export * from './integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun';
245
+ export * from './integrationsSmartSpaceAiWorkspaceRun';
246
+ export * from './managedSecretsCreateManagedSecret';
247
+ export * from './managedSecretsManagedSecret';
248
+ export * from './managedSecretsUpdateManagedSecretValue';
220
249
  export * from './messageThreadMessageThreadSummary';
221
250
  export * from './messageThreadsGetStepExecutionsParams';
222
251
  export * from './messageThreadsGetWorkspaceExecutionsParams';
@@ -246,22 +275,27 @@ export * from './notificationGetParams';
246
275
  export * from './notificationsNotification';
247
276
  export * from './notificationsPagedNotifications';
248
277
  export * from './pagedDataCollectionAccessAccess';
278
+ export * from './pagedDataCollectionAccessAccessWorkSpace';
249
279
  export * from './pagedDataCollectionActivitiesActivityWorkSpace';
250
280
  export * from './pagedDataCollectionAiModelSummary';
251
281
  export * from './pagedDataCollectionAzureADGroup';
282
+ export * from './pagedDataCollectionContainerItem';
252
283
  export * from './pagedDataCollectionDataSetsDataSet';
253
284
  export * from './pagedDataCollectionDataSourcesDataSource';
254
285
  export * from './pagedDataCollectionDataSpacesDataSpace';
255
286
  export * from './pagedDataCollectionFilesIngestedBlob';
256
287
  export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
288
+ export * from './pagedDataCollectionSyncsSync';
257
289
  export * from './pagedDataCollectionUsersAppAccessUser';
258
290
  export * from './pagedDataCollectionUsersAppUserDetail';
259
291
  export * from './pagedDataCollectionUsersAppUserSearchResult';
292
+ export * from './pagedDataCollectionUsersServicePrincipalDetail';
260
293
  export * from './pagedDataCollectionUsersServicePrincipalSearchResult';
261
294
  export * from './pagedDataCollectionWorkSpaceTemplatesTemplate';
262
295
  export * from './pagedDataCollectionWorkSpacesWorkSpace';
263
296
  export * from './pagedDataSystemCollectionsGenericICollectionDataSetItem';
264
297
  export * from './pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory';
298
+ export * from './pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun';
265
299
  export * from './reportingDuration';
266
300
  export * from './reportingGetRequestsParams';
267
301
  export * from './reportingGetTokensParams';
@@ -269,15 +303,24 @@ export * from './reportingReportDefinitionSystemDateTime';
269
303
  export * from './reportingReportSeries';
270
304
  export * from './reportingSplit';
271
305
  export * from './sandBoxGetThreadMessagesParams';
306
+ export * from './servicePrincipalsGetServicePrincipalsParams';
307
+ export * from './syncsGetItemsParams';
308
+ export * from './syncsGetParams';
309
+ export * from './syncsSync';
310
+ export * from './syncsSyncDataSourceInfo';
311
+ export * from './syncsSyncQueueState';
312
+ export * from './syncsSyncRunInfo';
272
313
  export * from './usersAdminPermissionParams';
273
314
  export * from './usersAppAccessUser';
274
315
  export * from './usersAppRole';
275
316
  export * from './usersAppUserDetail';
276
317
  export * from './usersAppUserSearchResult';
318
+ export * from './usersAppUserSummary';
277
319
  export * from './usersGetAccessWorkSpacesParams';
278
320
  export * from './usersGetUsersParams';
279
321
  export * from './usersRemoveUserFromAllWorkSpacesParams';
280
322
  export * from './usersSearchUsersParams';
323
+ export * from './usersServicePrincipalDetail';
281
324
  export * from './usersServicePrincipalSearchResult';
282
325
  export * from './workSpaceInfo';
283
326
  export * from './workSpaceTemplatesGetParams';
@@ -73,11 +73,23 @@ __exportStar(require("./blocksPortInterface"), exports);
73
73
  __exportStar(require("./blocksPortInterfaceInputs"), exports);
74
74
  __exportStar(require("./blocksPortInterfaceMetadata"), exports);
75
75
  __exportStar(require("./blocksPortInterfaceOutputs"), exports);
76
+ __exportStar(require("./blocksRenameBlockSetRequest"), exports);
76
77
  __exportStar(require("./blocksStateInterface"), exports);
77
78
  __exportStar(require("./blocksStateInterfaceDefault"), exports);
78
79
  __exportStar(require("./blocksStateInterfaceMetadata"), exports);
80
+ __exportStar(require("./blocksUsedInRef"), exports);
81
+ __exportStar(require("./configApiFlowRunIdentityMapRequest"), exports);
79
82
  __exportStar(require("./configApiRunFlowRequest"), exports);
83
+ __exportStar(require("./connectorsConnector"), exports);
84
+ __exportStar(require("./connectorsConnectorSummary"), exports);
85
+ __exportStar(require("./connectorsCreateConnector"), exports);
86
+ __exportStar(require("./connectorsGetConnectorSummariesParams"), exports);
87
+ __exportStar(require("./connectorsGetConnectorsParams"), exports);
88
+ __exportStar(require("./connectorsResolvedConnector"), exports);
89
+ __exportStar(require("./connectorsResolvedConnectorHeaders"), exports);
90
+ __exportStar(require("./connectorsUpdateConnector"), exports);
80
91
  __exportStar(require("./containerDataSet"), exports);
92
+ __exportStar(require("./containerItem"), exports);
81
93
  __exportStar(require("./containersPostParams"), exports);
82
94
  __exportStar(require("./coreDeploymentEnumsDeploymentStatus"), exports);
83
95
  __exportStar(require("./coreManagementInstallParameterDefinitionModel"), exports);
@@ -103,8 +115,11 @@ __exportStar(require("./dataSetsCreateDataSetContainer"), exports);
103
115
  __exportStar(require("./dataSetsDataSet"), exports);
104
116
  __exportStar(require("./dataSetsDataSetProperty"), exports);
105
117
  __exportStar(require("./dataSetsGetContainerItemsRunHistoryParams"), exports);
118
+ __exportStar(require("./dataSetsGetIngestionRunsParams"), exports);
106
119
  __exportStar(require("./dataSetsGetItemsParams"), exports);
107
120
  __exportStar(require("./dataSetsGetParams"), exports);
121
+ __exportStar(require("./dataSetsSetDataSetScoping"), exports);
122
+ __exportStar(require("./dataSetsSetDataSetSourceDeletes"), exports);
108
123
  __exportStar(require("./dataSetsUpdateDataSet"), exports);
109
124
  __exportStar(require("./dataSetsUpdateDataSetBasicInfo"), exports);
110
125
  __exportStar(require("./dataSetsUpsertDataSetProperty"), exports);
@@ -146,6 +161,9 @@ __exportStar(require("./debugLogsResponse"), exports);
146
161
  __exportStar(require("./documentsGetDocumentSasParams"), exports);
147
162
  __exportStar(require("./draftsDraft"), exports);
148
163
  __exportStar(require("./draftsDraftBlockInterfaces"), exports);
164
+ __exportStar(require("./draftsPublishDraftRequest"), exports);
165
+ __exportStar(require("./draftsPublishDraftResponse"), exports);
166
+ __exportStar(require("./draftsPublishedBlockRef"), exports);
149
167
  __exportStar(require("./draftsSaveDraftRequest"), exports);
150
168
  __exportStar(require("./draftsSaveDraftResponse"), exports);
151
169
  __exportStar(require("./draftsSaveDraftResponseBlockInterfaces"), exports);
@@ -155,6 +173,7 @@ __exportStar(require("./enumsActivityType"), exports);
155
173
  __exportStar(require("./enumsAppPrincipalType"), exports);
156
174
  __exportStar(require("./enumsBlockScope"), exports);
157
175
  __exportStar(require("./enumsBlockType"), exports);
176
+ __exportStar(require("./enumsDataSetScopingMode"), exports);
158
177
  __exportStar(require("./enumsDataSourceCredentialType"), exports);
159
178
  __exportStar(require("./enumsFlowTriggerType"), exports);
160
179
  __exportStar(require("./enumsFlowVariableAccess"), exports);
@@ -168,6 +187,7 @@ __exportStar(require("./enumsModelPublisher"), exports);
168
187
  __exportStar(require("./enumsModelRole"), exports);
169
188
  __exportStar(require("./enumsNotificationType"), exports);
170
189
  __exportStar(require("./enumsPermissions"), exports);
190
+ __exportStar(require("./enumsPermissionsItem"), exports);
171
191
  __exportStar(require("./enumsPinType"), exports);
172
192
  __exportStar(require("./enumsPortType"), exports);
173
193
  __exportStar(require("./enumsVirtualMachineServerType"), exports);
@@ -186,6 +206,7 @@ __exportStar(require("./flowRunsGetStepExecutionsParams"), exports);
186
206
  __exportStar(require("./flowRunsGetVariables200One"), exports);
187
207
  __exportStar(require("./flowRunsGetVariables200Three"), exports);
188
208
  __exportStar(require("./flowRunsGetVariables200Two"), exports);
209
+ __exportStar(require("./flowRunsGetWorkspaceRunsParams"), exports);
189
210
  __exportStar(require("./flowRunsSearchFlowRunsParams"), exports);
190
211
  __exportStar(require("./flowValueModel"), exports);
191
212
  __exportStar(require("./flowValueModelChannels"), exports);
@@ -217,11 +238,11 @@ __exportStar(require("./flowsFlowVariable"), exports);
217
238
  __exportStar(require("./flowsFlowVariableSchema"), exports);
218
239
  __exportStar(require("./flowsFlowWorkSpace"), exports);
219
240
  __exportStar(require("./functionExecutionDebugModel"), exports);
220
- __exportStar(require("./integrationsAzureActiveDirectoryServicePrincipal"), exports);
221
241
  __exportStar(require("./integrationsAzureArmAzureLocation"), exports);
222
242
  __exportStar(require("./integrationsAzureArmVirtualMachineSize"), exports);
223
243
  __exportStar(require("./integrationsAzureStorageSasToken"), exports);
224
244
  __exportStar(require("./integrationsSmartSpaceAiBlockInputModel"), exports);
245
+ __exportStar(require("./integrationsSmartSpaceAiBlockSourceResponse"), exports);
225
246
  __exportStar(require("./integrationsSmartSpaceAiContainerItemFlowRun"), exports);
226
247
  __exportStar(require("./integrationsSmartSpaceAiContainerItemFlowRunError"), exports);
227
248
  __exportStar(require("./integrationsSmartSpaceAiContainerItemRunHistory"), exports);
@@ -233,6 +254,14 @@ __exportStar(require("./integrationsSmartSpaceAiFlowPinRef"), exports);
233
254
  __exportStar(require("./integrationsSmartSpaceAiFlowValueModel"), exports);
234
255
  __exportStar(require("./integrationsSmartSpaceAiFlowValueModelChannels"), exports);
235
256
  __exportStar(require("./integrationsSmartSpaceAiFunctionExecutionDebugModel"), exports);
257
+ __exportStar(require("./integrationsSmartSpaceAiIngestionRun"), exports);
258
+ __exportStar(require("./integrationsSmartSpaceAiIngestionRunTrigger"), exports);
259
+ __exportStar(require("./integrationsSmartSpaceAiSdkBlockRef"), exports);
260
+ __exportStar(require("./integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun"), exports);
261
+ __exportStar(require("./integrationsSmartSpaceAiWorkspaceRun"), exports);
262
+ __exportStar(require("./managedSecretsCreateManagedSecret"), exports);
263
+ __exportStar(require("./managedSecretsManagedSecret"), exports);
264
+ __exportStar(require("./managedSecretsUpdateManagedSecretValue"), exports);
236
265
  __exportStar(require("./messageThreadMessageThreadSummary"), exports);
237
266
  __exportStar(require("./messageThreadsGetStepExecutionsParams"), exports);
238
267
  __exportStar(require("./messageThreadsGetWorkspaceExecutionsParams"), exports);
@@ -262,22 +291,27 @@ __exportStar(require("./notificationGetParams"), exports);
262
291
  __exportStar(require("./notificationsNotification"), exports);
263
292
  __exportStar(require("./notificationsPagedNotifications"), exports);
264
293
  __exportStar(require("./pagedDataCollectionAccessAccess"), exports);
294
+ __exportStar(require("./pagedDataCollectionAccessAccessWorkSpace"), exports);
265
295
  __exportStar(require("./pagedDataCollectionActivitiesActivityWorkSpace"), exports);
266
296
  __exportStar(require("./pagedDataCollectionAiModelSummary"), exports);
267
297
  __exportStar(require("./pagedDataCollectionAzureADGroup"), exports);
298
+ __exportStar(require("./pagedDataCollectionContainerItem"), exports);
268
299
  __exportStar(require("./pagedDataCollectionDataSetsDataSet"), exports);
269
300
  __exportStar(require("./pagedDataCollectionDataSourcesDataSource"), exports);
270
301
  __exportStar(require("./pagedDataCollectionDataSpacesDataSpace"), exports);
271
302
  __exportStar(require("./pagedDataCollectionFilesIngestedBlob"), exports);
272
303
  __exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
304
+ __exportStar(require("./pagedDataCollectionSyncsSync"), exports);
273
305
  __exportStar(require("./pagedDataCollectionUsersAppAccessUser"), exports);
274
306
  __exportStar(require("./pagedDataCollectionUsersAppUserDetail"), exports);
275
307
  __exportStar(require("./pagedDataCollectionUsersAppUserSearchResult"), exports);
308
+ __exportStar(require("./pagedDataCollectionUsersServicePrincipalDetail"), exports);
276
309
  __exportStar(require("./pagedDataCollectionUsersServicePrincipalSearchResult"), exports);
277
310
  __exportStar(require("./pagedDataCollectionWorkSpaceTemplatesTemplate"), exports);
278
311
  __exportStar(require("./pagedDataCollectionWorkSpacesWorkSpace"), exports);
279
312
  __exportStar(require("./pagedDataSystemCollectionsGenericICollectionDataSetItem"), exports);
280
313
  __exportStar(require("./pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory"), exports);
314
+ __exportStar(require("./pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun"), exports);
281
315
  __exportStar(require("./reportingDuration"), exports);
282
316
  __exportStar(require("./reportingGetRequestsParams"), exports);
283
317
  __exportStar(require("./reportingGetTokensParams"), exports);
@@ -285,15 +319,24 @@ __exportStar(require("./reportingReportDefinitionSystemDateTime"), exports);
285
319
  __exportStar(require("./reportingReportSeries"), exports);
286
320
  __exportStar(require("./reportingSplit"), exports);
287
321
  __exportStar(require("./sandBoxGetThreadMessagesParams"), exports);
322
+ __exportStar(require("./servicePrincipalsGetServicePrincipalsParams"), exports);
323
+ __exportStar(require("./syncsGetItemsParams"), exports);
324
+ __exportStar(require("./syncsGetParams"), exports);
325
+ __exportStar(require("./syncsSync"), exports);
326
+ __exportStar(require("./syncsSyncDataSourceInfo"), exports);
327
+ __exportStar(require("./syncsSyncQueueState"), exports);
328
+ __exportStar(require("./syncsSyncRunInfo"), exports);
288
329
  __exportStar(require("./usersAdminPermissionParams"), exports);
289
330
  __exportStar(require("./usersAppAccessUser"), exports);
290
331
  __exportStar(require("./usersAppRole"), exports);
291
332
  __exportStar(require("./usersAppUserDetail"), exports);
292
333
  __exportStar(require("./usersAppUserSearchResult"), exports);
334
+ __exportStar(require("./usersAppUserSummary"), exports);
293
335
  __exportStar(require("./usersGetAccessWorkSpacesParams"), exports);
294
336
  __exportStar(require("./usersGetUsersParams"), exports);
295
337
  __exportStar(require("./usersRemoveUserFromAllWorkSpacesParams"), exports);
296
338
  __exportStar(require("./usersSearchUsersParams"), exports);
339
+ __exportStar(require("./usersServicePrincipalDetail"), exports);
297
340
  __exportStar(require("./usersServicePrincipalSearchResult"), exports);
298
341
  __exportStar(require("./workSpaceInfo"), exports);
299
342
  __exportStar(require("./workSpaceTemplatesGetParams"), exports);
@@ -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
+ export interface IntegrationsSmartSpaceAiBlockSourceResponse {
8
+ code: string;
9
+ name: string;
10
+ version: string;
11
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -11,6 +11,7 @@ export interface IntegrationsSmartSpaceAiContainerItemFlowRun {
11
11
  finishedAt?: string | null;
12
12
  /** @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}$ */
13
13
  flowRunId: string;
14
- runAt: string;
14
+ /** @nullable */
15
+ runAt?: string | null;
15
16
  status: string;
16
17
  }
@@ -9,6 +9,8 @@ export interface IntegrationsSmartSpaceAiContainerItemRunHistory {
9
9
  /** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
10
10
  containerId: string;
11
11
  createdAt: string;
12
+ /** @nullable */
13
+ deletedAt?: string | null;
12
14
  flowRuns: IntegrationsSmartSpaceAiContainerItemFlowRun[];
13
15
  /** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
14
16
  id: string;
@@ -12,5 +12,9 @@ export interface IntegrationsSmartSpaceAiFlowValueModel {
12
12
  data: unknown;
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
+ /** @nullable */
16
+ isBlob?: boolean | null;
17
+ /** @nullable */
18
+ sizeBytes?: number | null;
15
19
  source: IntegrationsSmartSpaceAiFlowPinRef;
16
20
  }
@@ -16,4 +16,8 @@ export interface IntegrationsSmartSpaceAiFunctionExecutionDebugModel {
16
16
  id: string;
17
17
  inputs: IntegrationsSmartSpaceAiBlockInputModel[];
18
18
  outputs: IntegrationsSmartSpaceAiFlowValueModel[];
19
+ /** @nullable */
20
+ seq?: number | null;
21
+ /** @nullable */
22
+ startedAt?: string | null;
19
23
  }
@@ -0,0 +1,57 @@
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 { IntegrationsSmartSpaceAiContainerItemFlowRunError } from './integrationsSmartSpaceAiContainerItemFlowRunError';
8
+ import type { IntegrationsSmartSpaceAiIngestionRunTrigger } from './integrationsSmartSpaceAiIngestionRunTrigger';
9
+ export interface IntegrationsSmartSpaceAiIngestionRun {
10
+ /**
11
+ * @nullable
12
+ * @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}$
13
+ */
14
+ causedBy?: string | null;
15
+ /**
16
+ * @nullable
17
+ * @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}$
18
+ */
19
+ containerId?: string | null;
20
+ /** @nullable */
21
+ createdAt?: string | null;
22
+ /**
23
+ * @nullable
24
+ * @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}$
25
+ */
26
+ dataSetId?: string | null;
27
+ /**
28
+ * @nullable
29
+ * @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}$
30
+ */
31
+ dataSetVersion?: string | null;
32
+ errors: IntegrationsSmartSpaceAiContainerItemFlowRunError[];
33
+ /** @nullable */
34
+ finishedAt?: string | null;
35
+ /** @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}$ */
36
+ flowRunId: string;
37
+ /**
38
+ * @nullable
39
+ * @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}$
40
+ */
41
+ itemId?: string | null;
42
+ /** @nullable */
43
+ itemName?: string | null;
44
+ /** @nullable */
45
+ itemPath?: string | null;
46
+ /** @nullable */
47
+ itemVersion?: string | null;
48
+ /**
49
+ * @nullable
50
+ * @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}$
51
+ */
52
+ retryOf?: string | null;
53
+ /** @nullable */
54
+ runAt?: string | null;
55
+ status: string;
56
+ trigger: IntegrationsSmartSpaceAiIngestionRunTrigger;
57
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
+ export interface IntegrationsSmartSpaceAiIngestionRunTrigger {
8
+ kind: string;
9
+ /** @nullable */
10
+ principal?: string | null;
11
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
+ export interface IntegrationsSmartSpaceAiSdkBlockRef {
8
+ name: string;
9
+ version: string;
10
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 { IntegrationsSmartSpaceAiWorkspaceRun } from './integrationsSmartSpaceAiWorkspaceRun';
8
+ export interface IntegrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun {
9
+ data: IntegrationsSmartSpaceAiWorkspaceRun[];
10
+ total: number;
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export interface IntegrationsSmartSpaceAiWorkspaceRun {
8
+ /** @nullable */
9
+ createdAt?: string | null;
10
+ /** @nullable */
11
+ finishedAt?: string | null;
12
+ /**
13
+ * @nullable
14
+ * @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}$
15
+ */
16
+ flowDefinitionId?: string | null;
17
+ /**
18
+ * @nullable
19
+ * @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}$
20
+ */
21
+ flowId?: string | null;
22
+ /** @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}$ */
23
+ flowRunId: string;
24
+ /** @nullable */
25
+ runAt?: string | null;
26
+ status: string;
27
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });