@smartspace/api-client 0.1.0-dev.a3e2f61 → 0.1.0-dev.a8fe659

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 (128) 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 +1 -0
  4. package/dist/generated/chat/api.msw.js +27 -15
  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 +61 -1
  21. package/dist/generated/config/api.js +279 -2
  22. package/dist/generated/config/api.msw.d.ts +48 -1
  23. package/dist/generated/config/api.msw.js +441 -42
  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 -2
  27. package/dist/generated/config/models/{blocksUsedInWorkspaceRef.d.ts → blocksUsedInRef.d.ts} +1 -1
  28. package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → configApiFlowRunIdentityMapRequest.d.ts} +2 -3
  29. package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
  30. package/dist/generated/config/models/connectorsConnector.js +8 -0
  31. package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
  32. package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
  33. package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
  34. package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
  35. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
  36. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
  37. package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
  38. package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
  39. package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
  40. package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
  41. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
  42. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
  43. package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
  44. package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
  45. package/dist/generated/config/models/containerItem.d.ts +29 -0
  46. package/dist/generated/config/models/containerItem.js +8 -0
  47. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
  48. package/dist/generated/config/models/dataSetsDataSet.d.ts +6 -0
  49. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
  50. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
  51. package/dist/generated/config/models/dataSetsGetParams.d.ts +2 -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/dataSetsSetDataSetSourceDeletes.d.ts +11 -0
  55. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.js +8 -0
  56. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
  57. package/dist/generated/config/models/dataSourceContainer.d.ts +2 -0
  58. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
  59. package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +2 -0
  60. package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
  61. package/dist/generated/config/models/enumsActivityType.js +1 -0
  62. package/dist/generated/config/models/enumsDataSetScopingMode.d.ts +11 -0
  63. package/dist/generated/config/models/enumsDataSetScopingMode.js +14 -0
  64. package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
  65. package/dist/generated/config/models/enumsNotificationType.js +1 -0
  66. package/dist/generated/config/models/flowRunsGetStepExecutionsParams.d.ts +19 -0
  67. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
  68. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
  69. package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
  70. package/dist/generated/config/models/flowsFlowTrigger.d.ts +1 -0
  71. package/dist/generated/config/models/index.d.ts +35 -2
  72. package/dist/generated/config/models/index.js +35 -2
  73. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
  74. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
  75. package/dist/generated/config/models/integrationsSmartSpaceAiFlowValueModel.d.ts +4 -0
  76. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
  77. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
  78. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
  79. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
  80. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
  81. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
  82. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
  83. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
  84. package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
  85. package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
  86. package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
  87. package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
  88. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
  89. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
  90. package/dist/generated/config/models/messagesMessageError.d.ts +2 -0
  91. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
  92. package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
  93. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
  94. package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
  95. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +11 -0
  96. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
  97. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
  98. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
  99. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
  100. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
  101. package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
  102. package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
  103. package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
  104. package/dist/generated/config/models/syncsGetParams.js +8 -0
  105. package/dist/generated/config/models/syncsSync.d.ts +33 -0
  106. package/dist/generated/config/models/syncsSync.js +2 -0
  107. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +18 -0
  108. package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
  109. package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
  110. package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
  111. package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
  112. package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
  113. package/dist/generated/config/models/usersServicePrincipalDetail.d.ts +14 -0
  114. package/dist/generated/config/models/usersServicePrincipalDetail.js +2 -0
  115. package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
  116. package/dist/generated/config/zod.d.ts +811 -3
  117. package/dist/generated/config/zod.js +706 -27
  118. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
  119. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
  120. package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
  121. package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
  122. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +11 -0
  123. package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
  124. package/dist/signalr.d.ts +2 -0
  125. package/dist/signalr.js +3 -0
  126. package/package.json +2 -2
  127. /package/dist/generated/config/models/{blocksUsedInWorkspaceRef.js → blocksUsedInRef.js} +0 -0
  128. /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → configApiFlowRunIdentityMapRequest.js} +0 -0
@@ -61,9 +61,19 @@ export * from './blocksRenameBlockSetRequest';
61
61
  export * from './blocksStateInterface';
62
62
  export * from './blocksStateInterfaceDefault';
63
63
  export * from './blocksStateInterfaceMetadata';
64
- export * from './blocksUsedInWorkspaceRef';
64
+ export * from './blocksUsedInRef';
65
+ export * from './configApiFlowRunIdentityMapRequest';
65
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';
66
75
  export * from './containerDataSet';
76
+ export * from './containerItem';
67
77
  export * from './containersPostParams';
68
78
  export * from './coreDeploymentEnumsDeploymentStatus';
69
79
  export * from './coreManagementInstallParameterDefinitionModel';
@@ -89,8 +99,11 @@ export * from './dataSetsCreateDataSetContainer';
89
99
  export * from './dataSetsDataSet';
90
100
  export * from './dataSetsDataSetProperty';
91
101
  export * from './dataSetsGetContainerItemsRunHistoryParams';
102
+ export * from './dataSetsGetIngestionRunsParams';
92
103
  export * from './dataSetsGetItemsParams';
93
104
  export * from './dataSetsGetParams';
105
+ export * from './dataSetsSetDataSetScoping';
106
+ export * from './dataSetsSetDataSetSourceDeletes';
94
107
  export * from './dataSetsUpdateDataSet';
95
108
  export * from './dataSetsUpdateDataSetBasicInfo';
96
109
  export * from './dataSetsUpsertDataSetProperty';
@@ -144,6 +157,7 @@ export * from './enumsActivityType';
144
157
  export * from './enumsAppPrincipalType';
145
158
  export * from './enumsBlockScope';
146
159
  export * from './enumsBlockType';
160
+ export * from './enumsDataSetScopingMode';
147
161
  export * from './enumsDataSourceCredentialType';
148
162
  export * from './enumsFlowTriggerType';
149
163
  export * from './enumsFlowVariableAccess';
@@ -176,6 +190,7 @@ export * from './flowRunsGetStepExecutionsParams';
176
190
  export * from './flowRunsGetVariables200One';
177
191
  export * from './flowRunsGetVariables200Three';
178
192
  export * from './flowRunsGetVariables200Two';
193
+ export * from './flowRunsGetWorkspaceRunsParams';
179
194
  export * from './flowRunsSearchFlowRunsParams';
180
195
  export * from './flowValueModel';
181
196
  export * from './flowValueModelChannels';
@@ -207,7 +222,6 @@ export * from './flowsFlowVariable';
207
222
  export * from './flowsFlowVariableSchema';
208
223
  export * from './flowsFlowWorkSpace';
209
224
  export * from './functionExecutionDebugModel';
210
- export * from './integrationsAzureActiveDirectoryServicePrincipal';
211
225
  export * from './integrationsAzureArmAzureLocation';
212
226
  export * from './integrationsAzureArmVirtualMachineSize';
213
227
  export * from './integrationsAzureStorageSasToken';
@@ -224,7 +238,14 @@ export * from './integrationsSmartSpaceAiFlowPinRef';
224
238
  export * from './integrationsSmartSpaceAiFlowValueModel';
225
239
  export * from './integrationsSmartSpaceAiFlowValueModelChannels';
226
240
  export * from './integrationsSmartSpaceAiFunctionExecutionDebugModel';
241
+ export * from './integrationsSmartSpaceAiIngestionRun';
242
+ export * from './integrationsSmartSpaceAiIngestionRunTrigger';
227
243
  export * from './integrationsSmartSpaceAiSdkBlockRef';
244
+ export * from './integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun';
245
+ export * from './integrationsSmartSpaceAiWorkspaceRun';
246
+ export * from './managedSecretsCreateManagedSecret';
247
+ export * from './managedSecretsManagedSecret';
248
+ export * from './managedSecretsUpdateManagedSecretValue';
228
249
  export * from './messageThreadMessageThreadSummary';
229
250
  export * from './messageThreadsGetStepExecutionsParams';
230
251
  export * from './messageThreadsGetWorkspaceExecutionsParams';
@@ -258,19 +279,23 @@ export * from './pagedDataCollectionAccessAccessWorkSpace';
258
279
  export * from './pagedDataCollectionActivitiesActivityWorkSpace';
259
280
  export * from './pagedDataCollectionAiModelSummary';
260
281
  export * from './pagedDataCollectionAzureADGroup';
282
+ export * from './pagedDataCollectionContainerItem';
261
283
  export * from './pagedDataCollectionDataSetsDataSet';
262
284
  export * from './pagedDataCollectionDataSourcesDataSource';
263
285
  export * from './pagedDataCollectionDataSpacesDataSpace';
264
286
  export * from './pagedDataCollectionFilesIngestedBlob';
265
287
  export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
288
+ export * from './pagedDataCollectionSyncsSync';
266
289
  export * from './pagedDataCollectionUsersAppAccessUser';
267
290
  export * from './pagedDataCollectionUsersAppUserDetail';
268
291
  export * from './pagedDataCollectionUsersAppUserSearchResult';
292
+ export * from './pagedDataCollectionUsersServicePrincipalDetail';
269
293
  export * from './pagedDataCollectionUsersServicePrincipalSearchResult';
270
294
  export * from './pagedDataCollectionWorkSpaceTemplatesTemplate';
271
295
  export * from './pagedDataCollectionWorkSpacesWorkSpace';
272
296
  export * from './pagedDataSystemCollectionsGenericICollectionDataSetItem';
273
297
  export * from './pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory';
298
+ export * from './pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun';
274
299
  export * from './reportingDuration';
275
300
  export * from './reportingGetRequestsParams';
276
301
  export * from './reportingGetTokensParams';
@@ -278,6 +303,13 @@ export * from './reportingReportDefinitionSystemDateTime';
278
303
  export * from './reportingReportSeries';
279
304
  export * from './reportingSplit';
280
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';
281
313
  export * from './usersAdminPermissionParams';
282
314
  export * from './usersAppAccessUser';
283
315
  export * from './usersAppRole';
@@ -288,6 +320,7 @@ export * from './usersGetAccessWorkSpacesParams';
288
320
  export * from './usersGetUsersParams';
289
321
  export * from './usersRemoveUserFromAllWorkSpacesParams';
290
322
  export * from './usersSearchUsersParams';
323
+ export * from './usersServicePrincipalDetail';
291
324
  export * from './usersServicePrincipalSearchResult';
292
325
  export * from './workSpaceInfo';
293
326
  export * from './workSpaceTemplatesGetParams';
@@ -77,9 +77,19 @@ __exportStar(require("./blocksRenameBlockSetRequest"), exports);
77
77
  __exportStar(require("./blocksStateInterface"), exports);
78
78
  __exportStar(require("./blocksStateInterfaceDefault"), exports);
79
79
  __exportStar(require("./blocksStateInterfaceMetadata"), exports);
80
- __exportStar(require("./blocksUsedInWorkspaceRef"), exports);
80
+ __exportStar(require("./blocksUsedInRef"), exports);
81
+ __exportStar(require("./configApiFlowRunIdentityMapRequest"), exports);
81
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);
82
91
  __exportStar(require("./containerDataSet"), exports);
92
+ __exportStar(require("./containerItem"), exports);
83
93
  __exportStar(require("./containersPostParams"), exports);
84
94
  __exportStar(require("./coreDeploymentEnumsDeploymentStatus"), exports);
85
95
  __exportStar(require("./coreManagementInstallParameterDefinitionModel"), exports);
@@ -105,8 +115,11 @@ __exportStar(require("./dataSetsCreateDataSetContainer"), exports);
105
115
  __exportStar(require("./dataSetsDataSet"), exports);
106
116
  __exportStar(require("./dataSetsDataSetProperty"), exports);
107
117
  __exportStar(require("./dataSetsGetContainerItemsRunHistoryParams"), exports);
118
+ __exportStar(require("./dataSetsGetIngestionRunsParams"), exports);
108
119
  __exportStar(require("./dataSetsGetItemsParams"), exports);
109
120
  __exportStar(require("./dataSetsGetParams"), exports);
121
+ __exportStar(require("./dataSetsSetDataSetScoping"), exports);
122
+ __exportStar(require("./dataSetsSetDataSetSourceDeletes"), exports);
110
123
  __exportStar(require("./dataSetsUpdateDataSet"), exports);
111
124
  __exportStar(require("./dataSetsUpdateDataSetBasicInfo"), exports);
112
125
  __exportStar(require("./dataSetsUpsertDataSetProperty"), exports);
@@ -160,6 +173,7 @@ __exportStar(require("./enumsActivityType"), exports);
160
173
  __exportStar(require("./enumsAppPrincipalType"), exports);
161
174
  __exportStar(require("./enumsBlockScope"), exports);
162
175
  __exportStar(require("./enumsBlockType"), exports);
176
+ __exportStar(require("./enumsDataSetScopingMode"), exports);
163
177
  __exportStar(require("./enumsDataSourceCredentialType"), exports);
164
178
  __exportStar(require("./enumsFlowTriggerType"), exports);
165
179
  __exportStar(require("./enumsFlowVariableAccess"), exports);
@@ -192,6 +206,7 @@ __exportStar(require("./flowRunsGetStepExecutionsParams"), exports);
192
206
  __exportStar(require("./flowRunsGetVariables200One"), exports);
193
207
  __exportStar(require("./flowRunsGetVariables200Three"), exports);
194
208
  __exportStar(require("./flowRunsGetVariables200Two"), exports);
209
+ __exportStar(require("./flowRunsGetWorkspaceRunsParams"), exports);
195
210
  __exportStar(require("./flowRunsSearchFlowRunsParams"), exports);
196
211
  __exportStar(require("./flowValueModel"), exports);
197
212
  __exportStar(require("./flowValueModelChannels"), exports);
@@ -223,7 +238,6 @@ __exportStar(require("./flowsFlowVariable"), exports);
223
238
  __exportStar(require("./flowsFlowVariableSchema"), exports);
224
239
  __exportStar(require("./flowsFlowWorkSpace"), exports);
225
240
  __exportStar(require("./functionExecutionDebugModel"), exports);
226
- __exportStar(require("./integrationsAzureActiveDirectoryServicePrincipal"), exports);
227
241
  __exportStar(require("./integrationsAzureArmAzureLocation"), exports);
228
242
  __exportStar(require("./integrationsAzureArmVirtualMachineSize"), exports);
229
243
  __exportStar(require("./integrationsAzureStorageSasToken"), exports);
@@ -240,7 +254,14 @@ __exportStar(require("./integrationsSmartSpaceAiFlowPinRef"), exports);
240
254
  __exportStar(require("./integrationsSmartSpaceAiFlowValueModel"), exports);
241
255
  __exportStar(require("./integrationsSmartSpaceAiFlowValueModelChannels"), exports);
242
256
  __exportStar(require("./integrationsSmartSpaceAiFunctionExecutionDebugModel"), exports);
257
+ __exportStar(require("./integrationsSmartSpaceAiIngestionRun"), exports);
258
+ __exportStar(require("./integrationsSmartSpaceAiIngestionRunTrigger"), exports);
243
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);
244
265
  __exportStar(require("./messageThreadMessageThreadSummary"), exports);
245
266
  __exportStar(require("./messageThreadsGetStepExecutionsParams"), exports);
246
267
  __exportStar(require("./messageThreadsGetWorkspaceExecutionsParams"), exports);
@@ -274,19 +295,23 @@ __exportStar(require("./pagedDataCollectionAccessAccessWorkSpace"), exports);
274
295
  __exportStar(require("./pagedDataCollectionActivitiesActivityWorkSpace"), exports);
275
296
  __exportStar(require("./pagedDataCollectionAiModelSummary"), exports);
276
297
  __exportStar(require("./pagedDataCollectionAzureADGroup"), exports);
298
+ __exportStar(require("./pagedDataCollectionContainerItem"), exports);
277
299
  __exportStar(require("./pagedDataCollectionDataSetsDataSet"), exports);
278
300
  __exportStar(require("./pagedDataCollectionDataSourcesDataSource"), exports);
279
301
  __exportStar(require("./pagedDataCollectionDataSpacesDataSpace"), exports);
280
302
  __exportStar(require("./pagedDataCollectionFilesIngestedBlob"), exports);
281
303
  __exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
304
+ __exportStar(require("./pagedDataCollectionSyncsSync"), exports);
282
305
  __exportStar(require("./pagedDataCollectionUsersAppAccessUser"), exports);
283
306
  __exportStar(require("./pagedDataCollectionUsersAppUserDetail"), exports);
284
307
  __exportStar(require("./pagedDataCollectionUsersAppUserSearchResult"), exports);
308
+ __exportStar(require("./pagedDataCollectionUsersServicePrincipalDetail"), exports);
285
309
  __exportStar(require("./pagedDataCollectionUsersServicePrincipalSearchResult"), exports);
286
310
  __exportStar(require("./pagedDataCollectionWorkSpaceTemplatesTemplate"), exports);
287
311
  __exportStar(require("./pagedDataCollectionWorkSpacesWorkSpace"), exports);
288
312
  __exportStar(require("./pagedDataSystemCollectionsGenericICollectionDataSetItem"), exports);
289
313
  __exportStar(require("./pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory"), exports);
314
+ __exportStar(require("./pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun"), exports);
290
315
  __exportStar(require("./reportingDuration"), exports);
291
316
  __exportStar(require("./reportingGetRequestsParams"), exports);
292
317
  __exportStar(require("./reportingGetTokensParams"), exports);
@@ -294,6 +319,13 @@ __exportStar(require("./reportingReportDefinitionSystemDateTime"), exports);
294
319
  __exportStar(require("./reportingReportSeries"), exports);
295
320
  __exportStar(require("./reportingSplit"), exports);
296
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);
297
329
  __exportStar(require("./usersAdminPermissionParams"), exports);
298
330
  __exportStar(require("./usersAppAccessUser"), exports);
299
331
  __exportStar(require("./usersAppRole"), exports);
@@ -304,6 +336,7 @@ __exportStar(require("./usersGetAccessWorkSpacesParams"), exports);
304
336
  __exportStar(require("./usersGetUsersParams"), exports);
305
337
  __exportStar(require("./usersRemoveUserFromAllWorkSpacesParams"), exports);
306
338
  __exportStar(require("./usersSearchUsersParams"), exports);
339
+ __exportStar(require("./usersServicePrincipalDetail"), exports);
307
340
  __exportStar(require("./usersServicePrincipalSearchResult"), exports);
308
341
  __exportStar(require("./workSpaceInfo"), exports);
309
342
  __exportStar(require("./workSpaceTemplatesGetParams"), exports);
@@ -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
  }
@@ -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,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 { 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 });
@@ -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 { IntegrationsSmartSpaceAiIngestionRun } from './integrationsSmartSpaceAiIngestionRun';
8
+ export interface PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun {
9
+ data: IntegrationsSmartSpaceAiIngestionRun[];
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
+ export type ServicePrincipalsGetServicePrincipalsParams = {
8
+ skip?: number;
9
+ take?: number;
10
+ search?: 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 });
@@ -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 type SyncsGetItemsParams = {
8
+ skip?: number;
9
+ take?: number;
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,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 SyncsGetParams = {
8
+ take?: number;
9
+ skip?: number;
10
+ search?: string;
11
+ /**
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
+ dataSourceId?: string;
15
+ status?: string;
16
+ sortBy?: string;
17
+ sortDirection?: string;
18
+ };
@@ -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 });