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

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 (141) 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/index.d.ts +1 -0
  14. package/dist/generated/chat/models/index.js +1 -0
  15. package/dist/generated/chat/models/messagesMessageError.d.ts +2 -0
  16. package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
  17. package/dist/generated/chat/zod.d.ts +32 -0
  18. package/dist/generated/chat/zod.js +37 -6
  19. package/dist/generated/config/api.d.ts +65 -3
  20. package/dist/generated/config/api.js +285 -2
  21. package/dist/generated/config/api.msw.d.ts +296 -0
  22. package/dist/generated/config/api.msw.js +2798 -0
  23. package/dist/generated/config/models/aiModel.d.ts +1 -0
  24. package/dist/generated/config/models/aiModelSummary.d.ts +1 -0
  25. package/dist/generated/config/models/blocksBlockSet.d.ts +3 -1
  26. package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → blocksRenameBlockSetRequest.d.ts} +2 -3
  27. package/dist/generated/config/models/blocksUsedInRef.d.ts +11 -0
  28. package/dist/generated/config/models/blocksUsedInRef.js +8 -0
  29. package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.d.ts +9 -0
  30. package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.js +8 -0
  31. package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
  32. package/dist/generated/config/models/connectorsConnector.js +8 -0
  33. package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
  34. package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
  35. package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
  36. package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
  37. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
  38. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
  39. package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
  40. package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
  41. package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
  42. package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
  43. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
  44. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
  45. package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
  46. package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
  47. package/dist/generated/config/models/containerItem.d.ts +27 -0
  48. package/dist/generated/config/models/containerItem.js +8 -0
  49. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
  50. package/dist/generated/config/models/dataSetsDataSet.d.ts +4 -0
  51. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
  52. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
  53. package/dist/generated/config/models/dataSetsSetDataSetScoping.d.ts +12 -0
  54. package/dist/generated/config/models/dataSetsSetDataSetScoping.js +2 -0
  55. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
  56. package/dist/generated/config/models/dataSourceContainer.d.ts +2 -0
  57. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
  58. package/dist/generated/config/models/draftsPublishDraftRequest.d.ts +11 -0
  59. package/dist/generated/config/models/draftsPublishDraftRequest.js +8 -0
  60. package/dist/generated/config/models/draftsPublishDraftResponse.d.ts +13 -0
  61. package/dist/generated/config/models/draftsPublishDraftResponse.js +2 -0
  62. package/dist/generated/config/models/draftsPublishedBlockRef.d.ts +10 -0
  63. package/dist/generated/config/models/draftsPublishedBlockRef.js +8 -0
  64. package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
  65. package/dist/generated/config/models/enumsActivityType.js +1 -0
  66. package/dist/generated/config/models/enumsDataSetScopingMode.d.ts +11 -0
  67. package/dist/generated/config/models/enumsDataSetScopingMode.js +14 -0
  68. package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
  69. package/dist/generated/config/models/enumsNotificationType.js +1 -0
  70. package/dist/generated/config/models/enumsPermissions.d.ts +2 -13
  71. package/dist/generated/config/models/enumsPermissions.js +0 -20
  72. package/dist/generated/config/models/enumsPermissionsItem.d.ts +18 -0
  73. package/dist/generated/config/models/enumsPermissionsItem.js +21 -0
  74. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
  75. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
  76. package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
  77. package/dist/generated/config/models/index.d.ts +43 -1
  78. package/dist/generated/config/models/index.js +43 -1
  79. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.d.ts +11 -0
  80. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.js +8 -0
  81. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
  82. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
  83. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
  84. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
  85. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
  86. package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.d.ts +10 -0
  87. package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.js +8 -0
  88. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
  89. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
  90. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
  91. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
  92. package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
  93. package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
  94. package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
  95. package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
  96. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
  97. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
  98. package/dist/generated/config/models/messagesMessageError.d.ts +2 -0
  99. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +11 -0
  100. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.js +2 -0
  101. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
  102. package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
  103. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
  104. package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
  105. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +11 -0
  106. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
  107. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
  108. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
  109. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
  110. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
  111. package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
  112. package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
  113. package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
  114. package/dist/generated/config/models/syncsGetParams.js +8 -0
  115. package/dist/generated/config/models/syncsSync.d.ts +33 -0
  116. package/dist/generated/config/models/syncsSync.js +2 -0
  117. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +17 -0
  118. package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
  119. package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
  120. package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
  121. package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
  122. package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
  123. package/dist/generated/config/models/usersAppUserSummary.d.ts +16 -0
  124. package/dist/generated/config/models/usersAppUserSummary.js +8 -0
  125. package/dist/generated/config/models/usersServicePrincipalDetail.d.ts +14 -0
  126. package/dist/generated/config/models/usersServicePrincipalDetail.js +2 -0
  127. package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
  128. package/dist/generated/config/zod.d.ts +811 -66
  129. package/dist/generated/config/zod.js +662 -40
  130. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
  131. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
  132. package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
  133. package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
  134. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +11 -0
  135. package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
  136. package/dist/mocks.d.ts +2 -0
  137. package/dist/mocks.js +42 -0
  138. package/dist/signalr.d.ts +2 -0
  139. package/dist/signalr.js +3 -0
  140. package/package.json +25 -3
  141. /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → blocksRenameBlockSetRequest.js} +0 -0
@@ -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
  }
@@ -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,10 @@ 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';
92
106
  export * from './dataSetsUpdateDataSet';
93
107
  export * from './dataSetsUpdateDataSetBasicInfo';
94
108
  export * from './dataSetsUpsertDataSetProperty';
@@ -130,6 +144,9 @@ export * from './debugLogsResponse';
130
144
  export * from './documentsGetDocumentSasParams';
131
145
  export * from './draftsDraft';
132
146
  export * from './draftsDraftBlockInterfaces';
147
+ export * from './draftsPublishDraftRequest';
148
+ export * from './draftsPublishDraftResponse';
149
+ export * from './draftsPublishedBlockRef';
133
150
  export * from './draftsSaveDraftRequest';
134
151
  export * from './draftsSaveDraftResponse';
135
152
  export * from './draftsSaveDraftResponseBlockInterfaces';
@@ -139,6 +156,7 @@ export * from './enumsActivityType';
139
156
  export * from './enumsAppPrincipalType';
140
157
  export * from './enumsBlockScope';
141
158
  export * from './enumsBlockType';
159
+ export * from './enumsDataSetScopingMode';
142
160
  export * from './enumsDataSourceCredentialType';
143
161
  export * from './enumsFlowTriggerType';
144
162
  export * from './enumsFlowVariableAccess';
@@ -152,6 +170,7 @@ export * from './enumsModelPublisher';
152
170
  export * from './enumsModelRole';
153
171
  export * from './enumsNotificationType';
154
172
  export * from './enumsPermissions';
173
+ export * from './enumsPermissionsItem';
155
174
  export * from './enumsPinType';
156
175
  export * from './enumsPortType';
157
176
  export * from './enumsVirtualMachineServerType';
@@ -170,6 +189,7 @@ export * from './flowRunsGetStepExecutionsParams';
170
189
  export * from './flowRunsGetVariables200One';
171
190
  export * from './flowRunsGetVariables200Three';
172
191
  export * from './flowRunsGetVariables200Two';
192
+ export * from './flowRunsGetWorkspaceRunsParams';
173
193
  export * from './flowRunsSearchFlowRunsParams';
174
194
  export * from './flowValueModel';
175
195
  export * from './flowValueModelChannels';
@@ -201,11 +221,11 @@ export * from './flowsFlowVariable';
201
221
  export * from './flowsFlowVariableSchema';
202
222
  export * from './flowsFlowWorkSpace';
203
223
  export * from './functionExecutionDebugModel';
204
- export * from './integrationsAzureActiveDirectoryServicePrincipal';
205
224
  export * from './integrationsAzureArmAzureLocation';
206
225
  export * from './integrationsAzureArmVirtualMachineSize';
207
226
  export * from './integrationsAzureStorageSasToken';
208
227
  export * from './integrationsSmartSpaceAiBlockInputModel';
228
+ export * from './integrationsSmartSpaceAiBlockSourceResponse';
209
229
  export * from './integrationsSmartSpaceAiContainerItemFlowRun';
210
230
  export * from './integrationsSmartSpaceAiContainerItemFlowRunError';
211
231
  export * from './integrationsSmartSpaceAiContainerItemRunHistory';
@@ -217,6 +237,14 @@ export * from './integrationsSmartSpaceAiFlowPinRef';
217
237
  export * from './integrationsSmartSpaceAiFlowValueModel';
218
238
  export * from './integrationsSmartSpaceAiFlowValueModelChannels';
219
239
  export * from './integrationsSmartSpaceAiFunctionExecutionDebugModel';
240
+ export * from './integrationsSmartSpaceAiIngestionRun';
241
+ export * from './integrationsSmartSpaceAiIngestionRunTrigger';
242
+ export * from './integrationsSmartSpaceAiSdkBlockRef';
243
+ export * from './integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun';
244
+ export * from './integrationsSmartSpaceAiWorkspaceRun';
245
+ export * from './managedSecretsCreateManagedSecret';
246
+ export * from './managedSecretsManagedSecret';
247
+ export * from './managedSecretsUpdateManagedSecretValue';
220
248
  export * from './messageThreadMessageThreadSummary';
221
249
  export * from './messageThreadsGetStepExecutionsParams';
222
250
  export * from './messageThreadsGetWorkspaceExecutionsParams';
@@ -246,22 +274,27 @@ export * from './notificationGetParams';
246
274
  export * from './notificationsNotification';
247
275
  export * from './notificationsPagedNotifications';
248
276
  export * from './pagedDataCollectionAccessAccess';
277
+ export * from './pagedDataCollectionAccessAccessWorkSpace';
249
278
  export * from './pagedDataCollectionActivitiesActivityWorkSpace';
250
279
  export * from './pagedDataCollectionAiModelSummary';
251
280
  export * from './pagedDataCollectionAzureADGroup';
281
+ export * from './pagedDataCollectionContainerItem';
252
282
  export * from './pagedDataCollectionDataSetsDataSet';
253
283
  export * from './pagedDataCollectionDataSourcesDataSource';
254
284
  export * from './pagedDataCollectionDataSpacesDataSpace';
255
285
  export * from './pagedDataCollectionFilesIngestedBlob';
256
286
  export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
287
+ export * from './pagedDataCollectionSyncsSync';
257
288
  export * from './pagedDataCollectionUsersAppAccessUser';
258
289
  export * from './pagedDataCollectionUsersAppUserDetail';
259
290
  export * from './pagedDataCollectionUsersAppUserSearchResult';
291
+ export * from './pagedDataCollectionUsersServicePrincipalDetail';
260
292
  export * from './pagedDataCollectionUsersServicePrincipalSearchResult';
261
293
  export * from './pagedDataCollectionWorkSpaceTemplatesTemplate';
262
294
  export * from './pagedDataCollectionWorkSpacesWorkSpace';
263
295
  export * from './pagedDataSystemCollectionsGenericICollectionDataSetItem';
264
296
  export * from './pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory';
297
+ export * from './pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun';
265
298
  export * from './reportingDuration';
266
299
  export * from './reportingGetRequestsParams';
267
300
  export * from './reportingGetTokensParams';
@@ -269,15 +302,24 @@ export * from './reportingReportDefinitionSystemDateTime';
269
302
  export * from './reportingReportSeries';
270
303
  export * from './reportingSplit';
271
304
  export * from './sandBoxGetThreadMessagesParams';
305
+ export * from './servicePrincipalsGetServicePrincipalsParams';
306
+ export * from './syncsGetItemsParams';
307
+ export * from './syncsGetParams';
308
+ export * from './syncsSync';
309
+ export * from './syncsSyncDataSourceInfo';
310
+ export * from './syncsSyncQueueState';
311
+ export * from './syncsSyncRunInfo';
272
312
  export * from './usersAdminPermissionParams';
273
313
  export * from './usersAppAccessUser';
274
314
  export * from './usersAppRole';
275
315
  export * from './usersAppUserDetail';
276
316
  export * from './usersAppUserSearchResult';
317
+ export * from './usersAppUserSummary';
277
318
  export * from './usersGetAccessWorkSpacesParams';
278
319
  export * from './usersGetUsersParams';
279
320
  export * from './usersRemoveUserFromAllWorkSpacesParams';
280
321
  export * from './usersSearchUsersParams';
322
+ export * from './usersServicePrincipalDetail';
281
323
  export * from './usersServicePrincipalSearchResult';
282
324
  export * from './workSpaceInfo';
283
325
  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,10 @@ __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);
108
122
  __exportStar(require("./dataSetsUpdateDataSet"), exports);
109
123
  __exportStar(require("./dataSetsUpdateDataSetBasicInfo"), exports);
110
124
  __exportStar(require("./dataSetsUpsertDataSetProperty"), exports);
@@ -146,6 +160,9 @@ __exportStar(require("./debugLogsResponse"), exports);
146
160
  __exportStar(require("./documentsGetDocumentSasParams"), exports);
147
161
  __exportStar(require("./draftsDraft"), exports);
148
162
  __exportStar(require("./draftsDraftBlockInterfaces"), exports);
163
+ __exportStar(require("./draftsPublishDraftRequest"), exports);
164
+ __exportStar(require("./draftsPublishDraftResponse"), exports);
165
+ __exportStar(require("./draftsPublishedBlockRef"), exports);
149
166
  __exportStar(require("./draftsSaveDraftRequest"), exports);
150
167
  __exportStar(require("./draftsSaveDraftResponse"), exports);
151
168
  __exportStar(require("./draftsSaveDraftResponseBlockInterfaces"), exports);
@@ -155,6 +172,7 @@ __exportStar(require("./enumsActivityType"), exports);
155
172
  __exportStar(require("./enumsAppPrincipalType"), exports);
156
173
  __exportStar(require("./enumsBlockScope"), exports);
157
174
  __exportStar(require("./enumsBlockType"), exports);
175
+ __exportStar(require("./enumsDataSetScopingMode"), exports);
158
176
  __exportStar(require("./enumsDataSourceCredentialType"), exports);
159
177
  __exportStar(require("./enumsFlowTriggerType"), exports);
160
178
  __exportStar(require("./enumsFlowVariableAccess"), exports);
@@ -168,6 +186,7 @@ __exportStar(require("./enumsModelPublisher"), exports);
168
186
  __exportStar(require("./enumsModelRole"), exports);
169
187
  __exportStar(require("./enumsNotificationType"), exports);
170
188
  __exportStar(require("./enumsPermissions"), exports);
189
+ __exportStar(require("./enumsPermissionsItem"), exports);
171
190
  __exportStar(require("./enumsPinType"), exports);
172
191
  __exportStar(require("./enumsPortType"), exports);
173
192
  __exportStar(require("./enumsVirtualMachineServerType"), exports);
@@ -186,6 +205,7 @@ __exportStar(require("./flowRunsGetStepExecutionsParams"), exports);
186
205
  __exportStar(require("./flowRunsGetVariables200One"), exports);
187
206
  __exportStar(require("./flowRunsGetVariables200Three"), exports);
188
207
  __exportStar(require("./flowRunsGetVariables200Two"), exports);
208
+ __exportStar(require("./flowRunsGetWorkspaceRunsParams"), exports);
189
209
  __exportStar(require("./flowRunsSearchFlowRunsParams"), exports);
190
210
  __exportStar(require("./flowValueModel"), exports);
191
211
  __exportStar(require("./flowValueModelChannels"), exports);
@@ -217,11 +237,11 @@ __exportStar(require("./flowsFlowVariable"), exports);
217
237
  __exportStar(require("./flowsFlowVariableSchema"), exports);
218
238
  __exportStar(require("./flowsFlowWorkSpace"), exports);
219
239
  __exportStar(require("./functionExecutionDebugModel"), exports);
220
- __exportStar(require("./integrationsAzureActiveDirectoryServicePrincipal"), exports);
221
240
  __exportStar(require("./integrationsAzureArmAzureLocation"), exports);
222
241
  __exportStar(require("./integrationsAzureArmVirtualMachineSize"), exports);
223
242
  __exportStar(require("./integrationsAzureStorageSasToken"), exports);
224
243
  __exportStar(require("./integrationsSmartSpaceAiBlockInputModel"), exports);
244
+ __exportStar(require("./integrationsSmartSpaceAiBlockSourceResponse"), exports);
225
245
  __exportStar(require("./integrationsSmartSpaceAiContainerItemFlowRun"), exports);
226
246
  __exportStar(require("./integrationsSmartSpaceAiContainerItemFlowRunError"), exports);
227
247
  __exportStar(require("./integrationsSmartSpaceAiContainerItemRunHistory"), exports);
@@ -233,6 +253,14 @@ __exportStar(require("./integrationsSmartSpaceAiFlowPinRef"), exports);
233
253
  __exportStar(require("./integrationsSmartSpaceAiFlowValueModel"), exports);
234
254
  __exportStar(require("./integrationsSmartSpaceAiFlowValueModelChannels"), exports);
235
255
  __exportStar(require("./integrationsSmartSpaceAiFunctionExecutionDebugModel"), exports);
256
+ __exportStar(require("./integrationsSmartSpaceAiIngestionRun"), exports);
257
+ __exportStar(require("./integrationsSmartSpaceAiIngestionRunTrigger"), exports);
258
+ __exportStar(require("./integrationsSmartSpaceAiSdkBlockRef"), exports);
259
+ __exportStar(require("./integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun"), exports);
260
+ __exportStar(require("./integrationsSmartSpaceAiWorkspaceRun"), exports);
261
+ __exportStar(require("./managedSecretsCreateManagedSecret"), exports);
262
+ __exportStar(require("./managedSecretsManagedSecret"), exports);
263
+ __exportStar(require("./managedSecretsUpdateManagedSecretValue"), exports);
236
264
  __exportStar(require("./messageThreadMessageThreadSummary"), exports);
237
265
  __exportStar(require("./messageThreadsGetStepExecutionsParams"), exports);
238
266
  __exportStar(require("./messageThreadsGetWorkspaceExecutionsParams"), exports);
@@ -262,22 +290,27 @@ __exportStar(require("./notificationGetParams"), exports);
262
290
  __exportStar(require("./notificationsNotification"), exports);
263
291
  __exportStar(require("./notificationsPagedNotifications"), exports);
264
292
  __exportStar(require("./pagedDataCollectionAccessAccess"), exports);
293
+ __exportStar(require("./pagedDataCollectionAccessAccessWorkSpace"), exports);
265
294
  __exportStar(require("./pagedDataCollectionActivitiesActivityWorkSpace"), exports);
266
295
  __exportStar(require("./pagedDataCollectionAiModelSummary"), exports);
267
296
  __exportStar(require("./pagedDataCollectionAzureADGroup"), exports);
297
+ __exportStar(require("./pagedDataCollectionContainerItem"), exports);
268
298
  __exportStar(require("./pagedDataCollectionDataSetsDataSet"), exports);
269
299
  __exportStar(require("./pagedDataCollectionDataSourcesDataSource"), exports);
270
300
  __exportStar(require("./pagedDataCollectionDataSpacesDataSpace"), exports);
271
301
  __exportStar(require("./pagedDataCollectionFilesIngestedBlob"), exports);
272
302
  __exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
303
+ __exportStar(require("./pagedDataCollectionSyncsSync"), exports);
273
304
  __exportStar(require("./pagedDataCollectionUsersAppAccessUser"), exports);
274
305
  __exportStar(require("./pagedDataCollectionUsersAppUserDetail"), exports);
275
306
  __exportStar(require("./pagedDataCollectionUsersAppUserSearchResult"), exports);
307
+ __exportStar(require("./pagedDataCollectionUsersServicePrincipalDetail"), exports);
276
308
  __exportStar(require("./pagedDataCollectionUsersServicePrincipalSearchResult"), exports);
277
309
  __exportStar(require("./pagedDataCollectionWorkSpaceTemplatesTemplate"), exports);
278
310
  __exportStar(require("./pagedDataCollectionWorkSpacesWorkSpace"), exports);
279
311
  __exportStar(require("./pagedDataSystemCollectionsGenericICollectionDataSetItem"), exports);
280
312
  __exportStar(require("./pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory"), exports);
313
+ __exportStar(require("./pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun"), exports);
281
314
  __exportStar(require("./reportingDuration"), exports);
282
315
  __exportStar(require("./reportingGetRequestsParams"), exports);
283
316
  __exportStar(require("./reportingGetTokensParams"), exports);
@@ -285,15 +318,24 @@ __exportStar(require("./reportingReportDefinitionSystemDateTime"), exports);
285
318
  __exportStar(require("./reportingReportSeries"), exports);
286
319
  __exportStar(require("./reportingSplit"), exports);
287
320
  __exportStar(require("./sandBoxGetThreadMessagesParams"), exports);
321
+ __exportStar(require("./servicePrincipalsGetServicePrincipalsParams"), exports);
322
+ __exportStar(require("./syncsGetItemsParams"), exports);
323
+ __exportStar(require("./syncsGetParams"), exports);
324
+ __exportStar(require("./syncsSync"), exports);
325
+ __exportStar(require("./syncsSyncDataSourceInfo"), exports);
326
+ __exportStar(require("./syncsSyncQueueState"), exports);
327
+ __exportStar(require("./syncsSyncRunInfo"), exports);
288
328
  __exportStar(require("./usersAdminPermissionParams"), exports);
289
329
  __exportStar(require("./usersAppAccessUser"), exports);
290
330
  __exportStar(require("./usersAppRole"), exports);
291
331
  __exportStar(require("./usersAppUserDetail"), exports);
292
332
  __exportStar(require("./usersAppUserSearchResult"), exports);
333
+ __exportStar(require("./usersAppUserSummary"), exports);
293
334
  __exportStar(require("./usersGetAccessWorkSpacesParams"), exports);
294
335
  __exportStar(require("./usersGetUsersParams"), exports);
295
336
  __exportStar(require("./usersRemoveUserFromAllWorkSpacesParams"), exports);
296
337
  __exportStar(require("./usersSearchUsersParams"), exports);
338
+ __exportStar(require("./usersServicePrincipalDetail"), exports);
297
339
  __exportStar(require("./usersServicePrincipalSearchResult"), exports);
298
340
  __exportStar(require("./workSpaceInfo"), exports);
299
341
  __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
  }
@@ -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 });
@@ -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 ManagedSecretsCreateManagedSecret {
8
+ name: string;
9
+ value: 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,15 @@
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 ManagedSecretsManagedSecret {
8
+ createdAt: string;
9
+ createdByUserId: string;
10
+ /** @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
+ id: string;
12
+ modifiedAt: string;
13
+ modifiedByUserId: string;
14
+ name: string;
15
+ }
@@ -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,9 @@
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 ManagedSecretsUpdateManagedSecretValue {
8
+ value: string;
9
+ }
@@ -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 });
@@ -12,5 +12,7 @@ export interface MessagesMessageError {
12
12
  /** @nullable */
13
13
  data?: MessagesMessageErrorData;
14
14
  /** @nullable */
15
+ errorCode?: string | null;
16
+ /** @nullable */
15
17
  message?: string | null;
16
18
  }
@@ -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 { AccessAccessWorkSpace } from './accessAccessWorkSpace';
8
+ export interface PagedDataCollectionAccessAccessWorkSpace {
9
+ data: AccessAccessWorkSpace[];
10
+ total: number;
11
+ }
@@ -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
+ import type { ContainerItem } from './containerItem';
8
+ export interface PagedDataCollectionContainerItem {
9
+ data: ContainerItem[];
10
+ total: number;
11
+ }
@@ -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
+ import type { SyncsSync } from './syncsSync';
8
+ export interface PagedDataCollectionSyncsSync {
9
+ data: SyncsSync[];
10
+ total: number;
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });