@smartspace/api-client 0.1.0-dev.cd3784d → 0.1.0-dev.d7a917d

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