@smartspace/api-client 0.1.0-dev.2b42fc5 → 0.1.0-dev.2b6278e

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 (150) 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 +30 -18
  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/pagedDataCollectionAccessAccess.d.ts +2 -0
  17. package/dist/generated/chat/models/pagedDataCollectionAiModelSummary.d.ts +2 -0
  18. package/dist/generated/chat/models/pagedDataCollectionCommentCommentSummary.d.ts +2 -0
  19. package/dist/generated/chat/models/pagedDataCollectionMessageThreadMessageThreadSummary.d.ts +2 -0
  20. package/dist/generated/chat/models/pagedDataCollectionMessagesMessage.d.ts +2 -0
  21. package/dist/generated/chat/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +2 -0
  22. package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
  23. package/dist/generated/chat/zod.d.ts +39 -0
  24. package/dist/generated/chat/zod.js +44 -6
  25. package/dist/generated/config/api.d.ts +59 -1
  26. package/dist/generated/config/api.js +272 -3
  27. package/dist/generated/config/api.msw.d.ts +47 -1
  28. package/dist/generated/config/api.msw.js +446 -59
  29. package/dist/generated/config/models/aiModel.d.ts +1 -0
  30. package/dist/generated/config/models/aiModelSummary.d.ts +1 -0
  31. package/dist/generated/config/models/blocksBlockSet.d.ts +3 -2
  32. package/dist/generated/config/models/{blocksUsedInWorkspaceRef.d.ts → blocksUsedInRef.d.ts} +1 -1
  33. package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → configApiFlowRunIdentityMapRequest.d.ts} +2 -3
  34. package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
  35. package/dist/generated/config/models/connectorsConnector.js +8 -0
  36. package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
  37. package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
  38. package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
  39. package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
  40. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
  41. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
  42. package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
  43. package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
  44. package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
  45. package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
  46. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
  47. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
  48. package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
  49. package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
  50. package/dist/generated/config/models/containerItem.d.ts +29 -0
  51. package/dist/generated/config/models/containerItem.js +8 -0
  52. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
  53. package/dist/generated/config/models/dataSetsDataSet.d.ts +2 -0
  54. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
  55. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
  56. package/dist/generated/config/models/dataSetsGetParams.d.ts +2 -0
  57. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.d.ts +11 -0
  58. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.js +8 -0
  59. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
  60. package/dist/generated/config/models/dataSourceContainer.d.ts +2 -0
  61. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
  62. package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +2 -0
  63. package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
  64. package/dist/generated/config/models/enumsActivityType.js +1 -0
  65. package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
  66. package/dist/generated/config/models/enumsNotificationType.js +1 -0
  67. package/dist/generated/config/models/flowRunsGetStepExecutionsParams.d.ts +19 -0
  68. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
  69. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
  70. package/dist/generated/config/models/flowValueModel.d.ts +4 -0
  71. package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
  72. package/dist/generated/config/models/flowsFlowTrigger.d.ts +1 -0
  73. package/dist/generated/config/models/functionExecutionDebugModel.d.ts +4 -0
  74. package/dist/generated/config/models/index.d.ts +33 -2
  75. package/dist/generated/config/models/index.js +33 -2
  76. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
  77. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
  78. package/dist/generated/config/models/integrationsSmartSpaceAiFlowValueModel.d.ts +4 -0
  79. package/dist/generated/config/models/integrationsSmartSpaceAiFunctionExecutionDebugModel.d.ts +4 -0
  80. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
  81. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
  82. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
  83. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
  84. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
  85. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
  86. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
  87. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
  88. package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
  89. package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
  90. package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
  91. package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
  92. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
  93. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
  94. package/dist/generated/config/models/pagedDataCollectionAccessAccess.d.ts +2 -0
  95. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +2 -0
  96. package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +2 -0
  97. package/dist/generated/config/models/pagedDataCollectionAiModelSummary.d.ts +2 -0
  98. package/dist/generated/config/models/pagedDataCollectionAzureADGroup.d.ts +2 -0
  99. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +13 -0
  100. package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
  101. package/dist/generated/config/models/pagedDataCollectionDataSetsDataSet.d.ts +2 -0
  102. package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.d.ts +2 -0
  103. package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.d.ts +2 -0
  104. package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +2 -0
  105. package/dist/generated/config/models/pagedDataCollectionMessageThreadMessageThreadSummary.d.ts +2 -0
  106. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +13 -0
  107. package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
  108. package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.d.ts +2 -0
  109. package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.d.ts +2 -0
  110. package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +2 -0
  111. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +13 -0
  112. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
  113. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +2 -0
  114. package/dist/generated/config/models/pagedDataCollectionWorkSpaceTemplatesTemplate.d.ts +2 -0
  115. package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +2 -0
  116. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.d.ts +2 -0
  117. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
  118. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +13 -0
  119. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
  120. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
  121. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
  122. package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
  123. package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
  124. package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
  125. package/dist/generated/config/models/syncsGetParams.js +8 -0
  126. package/dist/generated/config/models/syncsSync.d.ts +30 -0
  127. package/dist/generated/config/models/syncsSync.js +2 -0
  128. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +18 -0
  129. package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
  130. package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
  131. package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
  132. package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
  133. package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
  134. package/dist/generated/config/models/usersServicePrincipalDetail.d.ts +14 -0
  135. package/dist/generated/config/models/usersServicePrincipalDetail.js +2 -0
  136. package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
  137. package/dist/generated/config/zod.d.ts +796 -4
  138. package/dist/generated/config/zod.js +722 -31
  139. package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.d.ts +7 -0
  140. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
  141. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
  142. package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
  143. package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
  144. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +20 -9
  145. package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
  146. package/dist/signalr.d.ts +3 -1
  147. package/dist/signalr.js +3 -0
  148. package/package.json +2 -2
  149. /package/dist/generated/config/models/{blocksUsedInWorkspaceRef.js → blocksUsedInRef.js} +0 -0
  150. /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → configApiFlowRunIdentityMapRequest.js} +0 -0
@@ -51,6 +51,7 @@ export declare const accessGetAccessesResponse: zod.ZodObject<{
51
51
  userEmailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
52
52
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
53
53
  }, zod.core.$strip>>;
54
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
54
55
  total: zod.ZodNumber;
55
56
  }, zod.core.$strip>;
56
57
  /**
@@ -81,6 +82,7 @@ export declare const accessGetGroupsResponse: zod.ZodObject<{
81
82
  groupId: zod.ZodString;
82
83
  isAssigned: zod.ZodBoolean;
83
84
  }, zod.core.$strip>>;
85
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
84
86
  total: zod.ZodNumber;
85
87
  }, zod.core.$strip>;
86
88
  /**
@@ -118,6 +120,7 @@ export declare const accessGetUsersInRoleRolesRoleIdUsersResponse: zod.ZodObject
118
120
  isAssigned: zod.ZodBoolean;
119
121
  userId: zod.ZodString;
120
122
  }, zod.core.$strip>>;
123
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
121
124
  total: zod.ZodNumber;
122
125
  }, zod.core.$strip>;
123
126
  /**
@@ -138,6 +141,7 @@ export declare const accessSearchGroupsResponse: zod.ZodObject<{
138
141
  groupId: zod.ZodString;
139
142
  isAssigned: zod.ZodBoolean;
140
143
  }, zod.core.$strip>>;
144
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
141
145
  total: zod.ZodNumber;
142
146
  }, zod.core.$strip>;
143
147
  /**
@@ -158,6 +162,7 @@ export declare const accessSearchServicePrincipalsResponse: zod.ZodObject<{
158
162
  id: zod.ZodString;
159
163
  isAssigned: zod.ZodBoolean;
160
164
  }, zod.core.$strip>>;
165
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
161
166
  total: zod.ZodNumber;
162
167
  }, zod.core.$strip>;
163
168
  /**
@@ -179,6 +184,7 @@ export declare const accessSearchUsersResponse: zod.ZodObject<{
179
184
  isAssigned: zod.ZodBoolean;
180
185
  name: zod.ZodString;
181
186
  }, zod.core.$strip>>;
187
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
182
188
  total: zod.ZodNumber;
183
189
  }, zod.core.$strip>;
184
190
  /**
@@ -201,6 +207,7 @@ export declare const accessGetUsersInRoleUsersResponse: zod.ZodObject<{
201
207
  isAssigned: zod.ZodBoolean;
202
208
  userId: zod.ZodString;
203
209
  }, zod.core.$strip>>;
210
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
204
211
  total: zod.ZodNumber;
205
212
  }, zod.core.$strip>;
206
213
  /**
@@ -224,6 +231,7 @@ export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
224
231
  Created: "Created";
225
232
  Updated: "Updated";
226
233
  Chat: "Chat";
234
+ Resolved: "Resolved";
227
235
  }>>;
228
236
  }, zod.core.$strict>;
229
237
  export declare const activityExportLoggingsResponse: zod.ZodString;
@@ -243,6 +251,7 @@ export declare const activityGetLoggingQueryParams: zod.ZodObject<{
243
251
  Created: "Created";
244
252
  Updated: "Updated";
245
253
  Chat: "Chat";
254
+ Resolved: "Resolved";
246
255
  }>>;
247
256
  take: zod.ZodDefault<zod.ZodNumber>;
248
257
  skip: zod.ZodOptional<zod.ZodNumber>;
@@ -257,6 +266,7 @@ export declare const activityGetLoggingResponse: zod.ZodObject<{
257
266
  Created: "Created";
258
267
  Updated: "Updated";
259
268
  Chat: "Chat";
269
+ Resolved: "Resolved";
260
270
  }>>;
261
271
  durationMs: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
262
272
  eventDescription: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -280,6 +290,7 @@ export declare const activityGetLoggingResponse: zod.ZodObject<{
280
290
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
281
291
  workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
282
292
  }, zod.core.$strip>>;
293
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
283
294
  total: zod.ZodNumber;
284
295
  }, zod.core.$strip>;
285
296
  /**
@@ -320,6 +331,7 @@ export declare const blockSetsGetBlockSetsQueryParams: zod.ZodObject<{
320
331
  types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
321
332
  }, zod.core.$strict>;
322
333
  export declare const blockSetsGetBlockSetsResponseIdRegExp: RegExp;
334
+ export declare const blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp: RegExp;
323
335
  export declare const blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp: RegExp;
324
336
  export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
325
337
  blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -390,6 +402,10 @@ export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
390
402
  Custom: "Custom";
391
403
  Debug: "Debug";
392
404
  }>;
405
+ usedInDataSets: zod.ZodArray<zod.ZodObject<{
406
+ id: zod.ZodString;
407
+ name: zod.ZodString;
408
+ }, zod.core.$strip>>;
393
409
  usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
394
410
  id: zod.ZodString;
395
411
  name: zod.ZodString;
@@ -464,6 +480,10 @@ export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
464
480
  Custom: "Custom";
465
481
  Debug: "Debug";
466
482
  }>;
483
+ usedInDataSets: zod.ZodArray<zod.ZodObject<{
484
+ id: zod.ZodString;
485
+ name: zod.ZodString;
486
+ }, zod.core.$strip>>;
467
487
  usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
468
488
  id: zod.ZodString;
469
489
  name: zod.ZodString;
@@ -692,6 +712,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
692
712
  }, zod.core.$strip>;
693
713
  }, zod.core.$strip>>>>;
694
714
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
715
+ secret: zod.ZodBoolean;
695
716
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
696
717
  }, zod.core.$strip>>>>;
697
718
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -716,6 +737,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
716
737
  triggers: zod.ZodArray<zod.ZodObject<{
717
738
  dataSourceContainer: zod.ZodObject<{
718
739
  dataSourceId: zod.ZodString;
740
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
719
741
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
720
742
  operator: zod.ZodString;
721
743
  propertyName: zod.ZodString;
@@ -726,6 +748,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
726
748
  path: zod.ZodString;
727
749
  }, zod.core.$strip>;
728
750
  flowId: zod.ZodString;
751
+ honourSourceDeletes: zod.ZodBoolean;
729
752
  id: zod.ZodString;
730
753
  inputName: zod.ZodString;
731
754
  type: zod.ZodEnum<{
@@ -805,6 +828,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
805
828
  }, zod.core.$strip>;
806
829
  }, zod.core.$strip>>>>;
807
830
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
831
+ secret: zod.ZodBoolean;
808
832
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
809
833
  }, zod.core.$strip>>>>;
810
834
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -829,6 +853,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
829
853
  triggers: zod.ZodArray<zod.ZodObject<{
830
854
  dataSourceContainer: zod.ZodObject<{
831
855
  dataSourceId: zod.ZodString;
856
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
832
857
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
833
858
  operator: zod.ZodString;
834
859
  propertyName: zod.ZodString;
@@ -839,6 +864,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
839
864
  path: zod.ZodString;
840
865
  }, zod.core.$strip>;
841
866
  flowId: zod.ZodString;
867
+ honourSourceDeletes: zod.ZodBoolean;
842
868
  id: zod.ZodString;
843
869
  inputName: zod.ZodString;
844
870
  type: zod.ZodEnum<{
@@ -875,9 +901,12 @@ export declare const dataSetsGetQueryParams: zod.ZodObject<{
875
901
  take: zod.ZodDefault<zod.ZodNumber>;
876
902
  skip: zod.ZodOptional<zod.ZodNumber>;
877
903
  search: zod.ZodOptional<zod.ZodString>;
904
+ sortBy: zod.ZodOptional<zod.ZodString>;
905
+ sortDirection: zod.ZodOptional<zod.ZodString>;
878
906
  }, zod.core.$strict>;
879
907
  export declare const dataSetsGetResponseDataItemDataSpaceIdRegExp: RegExp;
880
908
  export declare const dataSetsGetResponseDataItemFlowIdRegExp: RegExp;
909
+ export declare const dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp: RegExp;
881
910
  export declare const dataSetsGetResponseDataItemIdRegExp: RegExp;
882
911
  export declare const dataSetsGetResponseDataItemVersionRegExp: RegExp;
883
912
  export declare const dataSetsGetResponse: zod.ZodObject<{
@@ -887,6 +916,7 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
887
916
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
888
917
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
889
918
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
919
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
890
920
  id: zod.ZodString;
891
921
  modifiedAt: zod.ZodISODateTime;
892
922
  modifiedByUserId: zod.ZodString;
@@ -903,6 +933,7 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
903
933
  subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
904
934
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
905
935
  }, zod.core.$strip>>;
936
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
906
937
  total: zod.ZodNumber;
907
938
  }, zod.core.$strip>;
908
939
  export declare const dataSetsGetItemPathDataSetIdRegExp: RegExp;
@@ -941,6 +972,7 @@ export declare const dataSetsGetByIdParams: zod.ZodObject<{
941
972
  }, zod.core.$strict>;
942
973
  export declare const dataSetsGetByIdResponseDataSpaceIdRegExp: RegExp;
943
974
  export declare const dataSetsGetByIdResponseFlowIdRegExp: RegExp;
975
+ export declare const dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp: RegExp;
944
976
  export declare const dataSetsGetByIdResponseIdRegExp: RegExp;
945
977
  export declare const dataSetsGetByIdResponseVersionRegExp: RegExp;
946
978
  export declare const dataSetsGetByIdResponse: zod.ZodObject<{
@@ -949,6 +981,7 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
949
981
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
950
982
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
951
983
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
984
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
952
985
  id: zod.ZodString;
953
986
  modifiedAt: zod.ZodISODateTime;
954
987
  modifiedByUserId: zod.ZodString;
@@ -976,6 +1009,7 @@ export declare const dataSetsPutBodyIdRegExp: RegExp;
976
1009
  export declare const dataSetsPutBody: zod.ZodObject<{
977
1010
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
978
1011
  dataSourceId: zod.ZodString;
1012
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
979
1013
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
980
1014
  operator: zod.ZodString;
981
1015
  propertyName: zod.ZodString;
@@ -989,6 +1023,7 @@ export declare const dataSetsPutBody: zod.ZodObject<{
989
1023
  }, zod.core.$strict>;
990
1024
  export declare const dataSetsPutResponseDataSpaceIdRegExp: RegExp;
991
1025
  export declare const dataSetsPutResponseFlowIdRegExp: RegExp;
1026
+ export declare const dataSetsPutResponseHonourDeletesContainerIdsItemRegExp: RegExp;
992
1027
  export declare const dataSetsPutResponseIdRegExp: RegExp;
993
1028
  export declare const dataSetsPutResponseVersionRegExp: RegExp;
994
1029
  export declare const dataSetsPutResponse: zod.ZodObject<{
@@ -997,6 +1032,7 @@ export declare const dataSetsPutResponse: zod.ZodObject<{
997
1032
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
998
1033
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
999
1034
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1035
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1000
1036
  id: zod.ZodString;
1001
1037
  modifiedAt: zod.ZodISODateTime;
1002
1038
  modifiedByUserId: zod.ZodString;
@@ -1046,6 +1082,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
1046
1082
  data: zod.ZodArray<zod.ZodObject<{
1047
1083
  containerId: zod.ZodString;
1048
1084
  createdAt: zod.ZodISODateTime;
1085
+ deletedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1049
1086
  flowRuns: zod.ZodArray<zod.ZodObject<{
1050
1087
  errors: zod.ZodArray<zod.ZodObject<{
1051
1088
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -1054,7 +1091,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
1054
1091
  }, zod.core.$strip>>;
1055
1092
  finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1056
1093
  flowRunId: zod.ZodString;
1057
- runAt: zod.ZodISODateTime;
1094
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1058
1095
  status: zod.ZodString;
1059
1096
  }, zod.core.$strip>>;
1060
1097
  id: zod.ZodString;
@@ -1062,6 +1099,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
1062
1099
  path: zod.ZodString;
1063
1100
  status: zod.ZodString;
1064
1101
  }, zod.core.$strip>>;
1102
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1065
1103
  total: zod.ZodNumber;
1066
1104
  }, zod.core.$strip>;
1067
1105
  /**
@@ -1075,6 +1113,7 @@ export declare const dataSetsSetDataspaceBodyRegExp: RegExp;
1075
1113
  export declare const dataSetsSetDataspaceBody: zod.ZodString;
1076
1114
  export declare const dataSetsSetDataspaceResponseDataSpaceIdRegExp: RegExp;
1077
1115
  export declare const dataSetsSetDataspaceResponseFlowIdRegExp: RegExp;
1116
+ export declare const dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp: RegExp;
1078
1117
  export declare const dataSetsSetDataspaceResponseIdRegExp: RegExp;
1079
1118
  export declare const dataSetsSetDataspaceResponseVersionRegExp: RegExp;
1080
1119
  export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
@@ -1083,6 +1122,7 @@ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
1083
1122
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1084
1123
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1085
1124
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1125
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1086
1126
  id: zod.ZodString;
1087
1127
  modifiedAt: zod.ZodISODateTime;
1088
1128
  modifiedByUserId: zod.ZodString;
@@ -1148,6 +1188,7 @@ export declare const dataSetsGetItemsResponse: zod.ZodObject<{
1148
1188
  }, zod.core.$strip>;
1149
1189
  properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1150
1190
  }, zod.core.$strip>>;
1191
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1151
1192
  total: zod.ZodNumber;
1152
1193
  }, zod.core.$strip>;
1153
1194
  export declare const dataSetsAddItemPathIdRegExp: RegExp;
@@ -1190,6 +1231,7 @@ export declare const dataSetsSearchItemsResponse: zod.ZodObject<{
1190
1231
  }, zod.core.$strip>;
1191
1232
  properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1192
1233
  }, zod.core.$strip>>;
1234
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1193
1235
  total: zod.ZodNumber;
1194
1236
  }, zod.core.$strip>;
1195
1237
  export declare const dataSetsDeleteItemPathIdRegExp: RegExp;
@@ -1199,6 +1241,11 @@ export declare const dataSetsDeleteItemParams: zod.ZodObject<{
1199
1241
  itemId: zod.ZodString;
1200
1242
  }, zod.core.$strict>;
1201
1243
  /**
1244
+ * The `isVector` field is deprecated: the platform no longer uses it,
1245
+ and it has no effect on ingestion or querying. It remains available as an
1246
+ optional field for backward compatibility with existing integrations —
1247
+ new integrations should omit it. When omitted, the stored value is
1248
+ preserved on update and defaults to `false` on create.
1202
1249
  * @summary Upsert a single property on a dataset.
1203
1250
  */
1204
1251
  export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
@@ -1207,7 +1254,7 @@ export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
1207
1254
  }, zod.core.$strict>;
1208
1255
  export declare const dataSetsAddDataSetPropertyBody: zod.ZodObject<{
1209
1256
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1210
- isVector: zod.ZodBoolean;
1257
+ isVector: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1211
1258
  name: zod.ZodString;
1212
1259
  }, zod.core.$strict>;
1213
1260
  export declare const dataSetsAddDataSetPropertyResponse: zod.ZodObject<{
@@ -1220,6 +1267,61 @@ export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
1220
1267
  id: zod.ZodString;
1221
1268
  name: zod.ZodString;
1222
1269
  }, zod.core.$strict>;
1270
+ /**
1271
+ * @summary Run-centric ingestion history for the dataset (newest first), from the
1272
+ AI API's provenance-stamped run store. `trigger` filters by cause
1273
+ (sync / sweep / manual / reset / unknown); `itemId` narrows to one
1274
+ container item, including runs superseded by later re-ingests.
1275
+ */
1276
+ export declare const dataSetsGetIngestionRunsPathIdRegExp: RegExp;
1277
+ export declare const dataSetsGetIngestionRunsParams: zod.ZodObject<{
1278
+ id: zod.ZodString;
1279
+ }, zod.core.$strict>;
1280
+ export declare const dataSetsGetIngestionRunsQuerySkipDefault = 0;
1281
+ export declare const dataSetsGetIngestionRunsQueryTakeDefault = 50;
1282
+ export declare const dataSetsGetIngestionRunsQueryItemIdRegExp: RegExp;
1283
+ export declare const dataSetsGetIngestionRunsQueryParams: zod.ZodObject<{
1284
+ skip: zod.ZodOptional<zod.ZodNumber>;
1285
+ take: zod.ZodDefault<zod.ZodNumber>;
1286
+ trigger: zod.ZodOptional<zod.ZodString>;
1287
+ itemId: zod.ZodOptional<zod.ZodString>;
1288
+ }, zod.core.$strict>;
1289
+ export declare const dataSetsGetIngestionRunsResponseDataItemCausedByRegExp: RegExp;
1290
+ export declare const dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp: RegExp;
1291
+ export declare const dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp: RegExp;
1292
+ export declare const dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp: RegExp;
1293
+ export declare const dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp: RegExp;
1294
+ export declare const dataSetsGetIngestionRunsResponseDataItemItemIdRegExp: RegExp;
1295
+ export declare const dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp: RegExp;
1296
+ export declare const dataSetsGetIngestionRunsResponse: zod.ZodObject<{
1297
+ data: zod.ZodArray<zod.ZodObject<{
1298
+ causedBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1299
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1300
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1301
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1302
+ dataSetVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1303
+ errors: zod.ZodArray<zod.ZodObject<{
1304
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1305
+ code: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
1306
+ message: zod.ZodString;
1307
+ }, zod.core.$strip>>;
1308
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1309
+ flowRunId: zod.ZodString;
1310
+ itemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1311
+ itemName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1312
+ itemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1313
+ itemVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1314
+ retryOf: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1315
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1316
+ status: zod.ZodString;
1317
+ trigger: zod.ZodObject<{
1318
+ kind: zod.ZodString;
1319
+ principal: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1320
+ }, zod.core.$strip>;
1321
+ }, zod.core.$strip>>;
1322
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1323
+ total: zod.ZodNumber;
1324
+ }, zod.core.$strip>;
1223
1325
  /**
1224
1326
  * @summary Set the per-document scoping config (mode + subject path) on a dataset.
1225
1327
  */
@@ -1234,6 +1336,22 @@ export declare const dataSetsPutScopingBody: zod.ZodObject<{
1234
1336
  }>;
1235
1337
  subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1236
1338
  }, zod.core.$strict>;
1339
+ /**
1340
+ * @summary Whether this dataset hides items whose source file was deleted in the given
1341
+ container. Per container, because the setting belongs to that subscription.
1342
+ Off is the default and does not disable detection — deletions are always
1343
+ recorded and always marked on the affected rows; this only decides whether a
1344
+ marked row is returned. Nothing here deletes anything.
1345
+ */
1346
+ export declare const dataSetsPutSourceDeletesPathIdRegExp: RegExp;
1347
+ export declare const dataSetsPutSourceDeletesParams: zod.ZodObject<{
1348
+ id: zod.ZodString;
1349
+ }, zod.core.$strict>;
1350
+ export declare const dataSetsPutSourceDeletesBodyContainerIdRegExp: RegExp;
1351
+ export declare const dataSetsPutSourceDeletesBody: zod.ZodObject<{
1352
+ containerId: zod.ZodString;
1353
+ honourSourceDeletes: zod.ZodBoolean;
1354
+ }, zod.core.$strict>;
1237
1355
  /**
1238
1356
  * @summary Fetch a list of all available data source types in SmartSpace.
1239
1357
  */
@@ -1284,6 +1402,7 @@ export declare const dataSourceTypesGetAvailableContainersBody: zod.ZodObject<{
1284
1402
  }, zod.core.$strict>;
1285
1403
  export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodObject<{
1286
1404
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1405
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1287
1406
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1288
1407
  operator: zod.ZodString;
1289
1408
  propertyName: zod.ZodString;
@@ -1298,6 +1417,7 @@ export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodO
1298
1417
  }, zod.core.$strip>;
1299
1418
  export declare const dataSourceTypesGetAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
1300
1419
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1420
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1301
1421
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1302
1422
  operator: zod.ZodString;
1303
1423
  propertyName: zod.ZodString;
@@ -1342,6 +1462,7 @@ export declare const dataSourcesGetResponse: zod.ZodObject<{
1342
1462
  data: zod.ZodArray<zod.ZodObject<{
1343
1463
  containers: zod.ZodArray<zod.ZodObject<{
1344
1464
  dataSourceId: zod.ZodString;
1465
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1345
1466
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1346
1467
  operator: zod.ZodString;
1347
1468
  propertyName: zod.ZodString;
@@ -1373,6 +1494,7 @@ export declare const dataSourcesGetResponse: zod.ZodObject<{
1373
1494
  name: zod.ZodString;
1374
1495
  searchable: zod.ZodBoolean;
1375
1496
  }, zod.core.$strip>>;
1497
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1376
1498
  total: zod.ZodNumber;
1377
1499
  }, zod.core.$strip>;
1378
1500
  /**
@@ -1402,6 +1524,7 @@ export declare const dataSourcesPostResponseIdRegExp: RegExp;
1402
1524
  export declare const dataSourcesPostResponse: zod.ZodObject<{
1403
1525
  containers: zod.ZodArray<zod.ZodObject<{
1404
1526
  dataSourceId: zod.ZodString;
1527
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1405
1528
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1406
1529
  operator: zod.ZodString;
1407
1530
  propertyName: zod.ZodString;
@@ -1465,6 +1588,7 @@ export declare const dataSourcesContainersResponseDataSourceIdRegExp: RegExp;
1465
1588
  export declare const dataSourcesContainersResponseIdRegExp: RegExp;
1466
1589
  export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1467
1590
  dataSourceId: zod.ZodString;
1591
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1468
1592
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1469
1593
  operator: zod.ZodString;
1470
1594
  propertyName: zod.ZodString;
@@ -1476,6 +1600,7 @@ export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1476
1600
  }, zod.core.$strip>;
1477
1601
  export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
1478
1602
  dataSourceId: zod.ZodString;
1603
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1479
1604
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1480
1605
  operator: zod.ZodString;
1481
1606
  propertyName: zod.ZodString;
@@ -1507,7 +1632,8 @@ export declare const dataSourcesPreviewContainerResponse: zod.ZodObject<{
1507
1632
  }, zod.core.$strip>;
1508
1633
  /**
1509
1634
  * @summary Returns a JSON Schema object for the container's properties, used to drive the filter editor UI.
1510
- Schema shape: { type: "object", properties: { [name]: { type, title, enum? } } }
1635
+ Schema shape: { type: "object", properties: { [name]: { type, title, enum?, format? } } }
1636
+ format "date"/"date-time" marks date-valued properties (their filter values remain epoch-millisecond strings).
1511
1637
  containerPath is a query param (not a route segment) to avoid ASP.NET routing splits on paths containing '/'.
1512
1638
  */
1513
1639
  export declare const dataSourcesContainerSchemaPathDataSourceIdRegExp: RegExp;
@@ -1527,6 +1653,15 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
1527
1653
  export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
1528
1654
  credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
1529
1655
  }, zod.core.$strict>;
1656
+ /**
1657
+ * @summary Requests an on-demand sync of a data source. The request is queued;
1658
+ the sync service picks it up within ~30 seconds. Repeated requests
1659
+ are safe — concurrent syncs of the same source collapse to one run.
1660
+ */
1661
+ export declare const dataSourcesRequestSyncPathDataSourceIdRegExp: RegExp;
1662
+ export declare const dataSourcesRequestSyncParams: zod.ZodObject<{
1663
+ dataSourceId: zod.ZodString;
1664
+ }, zod.core.$strict>;
1530
1665
  export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
1531
1666
  export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
1532
1667
  id: zod.ZodString;
@@ -1560,6 +1695,7 @@ export declare const dataSpacesGetQueryParams: zod.ZodObject<{
1560
1695
  }, zod.core.$strict>;
1561
1696
  export declare const dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
1562
1697
  export declare const dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp: RegExp;
1698
+ export declare const dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1563
1699
  export declare const dataSpacesGetResponseDataItemDataSetsItemIdRegExp: RegExp;
1564
1700
  export declare const dataSpacesGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
1565
1701
  export declare const dataSpacesGetResponseDataItemIdRegExp: RegExp;
@@ -1575,6 +1711,7 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1575
1711
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1576
1712
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1577
1713
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1714
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1578
1715
  id: zod.ZodString;
1579
1716
  modifiedAt: zod.ZodISODateTime;
1580
1717
  modifiedByUserId: zod.ZodString;
@@ -1601,6 +1738,7 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1601
1738
  name: zod.ZodString;
1602
1739
  }, zod.core.$strip>>;
1603
1740
  }, zod.core.$strip>>;
1741
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1604
1742
  total: zod.ZodNumber;
1605
1743
  }, zod.core.$strip>;
1606
1744
  /**
@@ -1621,6 +1759,7 @@ export declare const dataSpacesGetByIdParams: zod.ZodObject<{
1621
1759
  }, zod.core.$strict>;
1622
1760
  export declare const dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1623
1761
  export declare const dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp: RegExp;
1762
+ export declare const dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1624
1763
  export declare const dataSpacesGetByIdResponseDataSetsItemIdRegExp: RegExp;
1625
1764
  export declare const dataSpacesGetByIdResponseDataSetsItemVersionRegExp: RegExp;
1626
1765
  export declare const dataSpacesGetByIdResponseIdRegExp: RegExp;
@@ -1635,6 +1774,7 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1635
1774
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1636
1775
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1637
1776
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1777
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1638
1778
  id: zod.ZodString;
1639
1779
  modifiedAt: zod.ZodISODateTime;
1640
1780
  modifiedByUserId: zod.ZodString;
@@ -1677,6 +1817,7 @@ export declare const dataSpacesPutBody: zod.ZodObject<{
1677
1817
  }, zod.core.$strict>;
1678
1818
  export declare const dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1679
1819
  export declare const dataSpacesPutResponseDataSetsItemFlowIdRegExp: RegExp;
1820
+ export declare const dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1680
1821
  export declare const dataSpacesPutResponseDataSetsItemIdRegExp: RegExp;
1681
1822
  export declare const dataSpacesPutResponseDataSetsItemVersionRegExp: RegExp;
1682
1823
  export declare const dataSpacesPutResponseIdRegExp: RegExp;
@@ -1691,6 +1832,7 @@ export declare const dataSpacesPutResponse: zod.ZodObject<{
1691
1832
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1692
1833
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1693
1834
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1835
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1694
1836
  id: zod.ZodString;
1695
1837
  modifiedAt: zod.ZodISODateTime;
1696
1838
  modifiedByUserId: zod.ZodString;
@@ -1752,9 +1894,12 @@ export declare const dataSpacesGetDataSetsQueryParams: zod.ZodObject<{
1752
1894
  take: zod.ZodDefault<zod.ZodNumber>;
1753
1895
  skip: zod.ZodOptional<zod.ZodNumber>;
1754
1896
  search: zod.ZodOptional<zod.ZodString>;
1897
+ sortBy: zod.ZodOptional<zod.ZodString>;
1898
+ sortDirection: zod.ZodOptional<zod.ZodString>;
1755
1899
  }, zod.core.$strict>;
1756
1900
  export declare const dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp: RegExp;
1757
1901
  export declare const dataSpacesGetDataSetsResponseDataItemFlowIdRegExp: RegExp;
1902
+ export declare const dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp: RegExp;
1758
1903
  export declare const dataSpacesGetDataSetsResponseDataItemIdRegExp: RegExp;
1759
1904
  export declare const dataSpacesGetDataSetsResponseDataItemVersionRegExp: RegExp;
1760
1905
  export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
@@ -1764,6 +1909,7 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1764
1909
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1765
1910
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1766
1911
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1912
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1767
1913
  id: zod.ZodString;
1768
1914
  modifiedAt: zod.ZodISODateTime;
1769
1915
  modifiedByUserId: zod.ZodString;
@@ -1780,6 +1926,7 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1780
1926
  subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1781
1927
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1782
1928
  }, zod.core.$strip>>;
1929
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1783
1930
  total: zod.ZodNumber;
1784
1931
  }, zod.core.$strip>;
1785
1932
  /**
@@ -1793,6 +1940,7 @@ export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegEx
1793
1940
  export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
1794
1941
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1795
1942
  dataSourceId: zod.ZodString;
1943
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1796
1944
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1797
1945
  operator: zod.ZodString;
1798
1946
  propertyName: zod.ZodString;
@@ -1809,6 +1957,13 @@ export declare const debugInvokeParams: zod.ZodObject<{
1809
1957
  }, zod.core.$strict>;
1810
1958
  export declare const debugInvokeBodyItem: zod.ZodAny;
1811
1959
  export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
1960
+ /**
1961
+ * @summary Mongo index health for the flow-runs store: planned-vs-existing
1962
+ indexes per collection, the latest index-ensure outcome per index
1963
+ (including repeated failures), and any in-flight index
1964
+ transformations with their progress (currentOp).
1965
+ */
1966
+ export declare const diagnosticsGetMongoIndexesResponse: zod.ZodAny;
1812
1967
  /**
1813
1968
  * @summary List the current user's drafts (without parsed interfaces — load detail to get those).
1814
1969
  */
@@ -2275,6 +2430,16 @@ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
2275
2430
  export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
2276
2431
  id: zod.ZodString;
2277
2432
  }, zod.core.$strict>;
2433
+ /**
2434
+ * @summary Requests cancellation of a queued or running flow run. Cancellation
2435
+ is cooperative: a queued run is stamped cancelled before it starts;
2436
+ a running flow stops between block executions, typically within
2437
+ seconds. Cancelled runs carry cancelledAt in their basic info.
2438
+ */
2439
+ export declare const flowRunsCancelFlowRunPathIdRegExpOne: RegExp;
2440
+ export declare const flowRunsCancelFlowRunParams: zod.ZodObject<{
2441
+ id: zod.ZodString;
2442
+ }, zod.core.$strict>;
2278
2443
  export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
2279
2444
  export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
2280
2445
  id: zod.ZodString;
@@ -2291,6 +2456,9 @@ export declare const flowRunsAddFileIdFilesExistingBody: zod.ZodObject<{
2291
2456
  blobUri: zod.ZodString;
2292
2457
  flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2293
2458
  }, zod.core.$strict>;
2459
+ /**
2460
+ * @summary Lists a run's function executions, newest first.
2461
+ */
2294
2462
  export declare const flowRunsGetStepExecutionsPathIdRegExp: RegExp;
2295
2463
  export declare const flowRunsGetStepExecutionsParams: zod.ZodObject<{
2296
2464
  id: zod.ZodString;
@@ -2303,6 +2471,7 @@ export declare const flowRunsGetStepExecutionsQueryParams: zod.ZodObject<{
2303
2471
  take: zod.ZodDefault<zod.ZodNumber>;
2304
2472
  search: zod.ZodOptional<zod.ZodString>;
2305
2473
  "blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2474
+ includeValues: zod.ZodOptional<zod.ZodBoolean>;
2306
2475
  }, zod.core.$strict>;
2307
2476
  export declare const flowRunsGetStepExecutionsResponseLogsItemIdRegExp: RegExp;
2308
2477
  export declare const flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
@@ -2327,6 +2496,8 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2327
2496
  createdAt: zod.ZodISODateTime;
2328
2497
  data: zod.ZodAny;
2329
2498
  id: zod.ZodString;
2499
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2500
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2330
2501
  source: zod.ZodObject<{
2331
2502
  node: zod.ZodString;
2332
2503
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2339,15 +2510,92 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2339
2510
  createdAt: zod.ZodISODateTime;
2340
2511
  data: zod.ZodAny;
2341
2512
  id: zod.ZodString;
2513
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2514
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2342
2515
  source: zod.ZodObject<{
2343
2516
  node: zod.ZodString;
2344
2517
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2345
2518
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2346
2519
  }, zod.core.$strip>;
2347
2520
  }, zod.core.$strip>>;
2521
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2522
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2348
2523
  }, zod.core.$strip>>;
2349
2524
  total: zod.ZodNumber;
2350
2525
  }, zod.core.$strip>;
2526
+ /**
2527
+ * Inline values are returned as stored. Values spilled to blob storage come
2528
+ back by reference (`isBlob`, `sizeBytes`, `data` null) and are
2529
+ fetched with M:SmartSpace.App.ConfigApi.Controllers.FlowRunsController.GetFlowValueDownload(System.Guid,System.Guid); they are never downloaded on
2530
+ this read, so expanding a large step costs the same as a small one.
2531
+ * @summary Gets one execution of a run with its input/output values — the detail read
2532
+ behind `functionexecutions?includeValues=false`.
2533
+ */
2534
+ export declare const flowRunsGetStepExecutionPathIdRegExp: RegExp;
2535
+ export declare const flowRunsGetStepExecutionPathExecutionIdRegExp: RegExp;
2536
+ export declare const flowRunsGetStepExecutionParams: zod.ZodObject<{
2537
+ id: zod.ZodString;
2538
+ executionId: zod.ZodString;
2539
+ }, zod.core.$strict>;
2540
+ export declare const flowRunsGetStepExecutionResponseIdRegExp: RegExp;
2541
+ export declare const flowRunsGetStepExecutionResponseInputsItemIdRegExp: RegExp;
2542
+ export declare const flowRunsGetStepExecutionResponseInputsItemValueIdRegExp: RegExp;
2543
+ export declare const flowRunsGetStepExecutionResponseOutputsItemIdRegExp: RegExp;
2544
+ export declare const flowRunsGetStepExecutionResponse: zod.ZodObject<{
2545
+ blockId: zod.ZodString;
2546
+ createdAt: zod.ZodISODateTime;
2547
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2548
+ functionName: zod.ZodString;
2549
+ id: zod.ZodString;
2550
+ inputs: zod.ZodArray<zod.ZodObject<{
2551
+ blockId: zod.ZodString;
2552
+ createdAt: zod.ZodISODateTime;
2553
+ id: zod.ZodString;
2554
+ pin: zod.ZodString;
2555
+ port: zod.ZodString;
2556
+ sticky: zod.ZodBoolean;
2557
+ value: zod.ZodObject<{
2558
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
2559
+ createdAt: zod.ZodISODateTime;
2560
+ data: zod.ZodAny;
2561
+ id: zod.ZodString;
2562
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2563
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2564
+ source: zod.ZodObject<{
2565
+ node: zod.ZodString;
2566
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2567
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2568
+ }, zod.core.$strip>;
2569
+ }, zod.core.$strip>;
2570
+ }, zod.core.$strip>>;
2571
+ outputs: zod.ZodArray<zod.ZodObject<{
2572
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
2573
+ createdAt: zod.ZodISODateTime;
2574
+ data: zod.ZodAny;
2575
+ id: zod.ZodString;
2576
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2577
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2578
+ source: zod.ZodObject<{
2579
+ node: zod.ZodString;
2580
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2581
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2582
+ }, zod.core.$strip>;
2583
+ }, zod.core.$strip>>;
2584
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2585
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2586
+ }, zod.core.$strip>;
2587
+ /**
2588
+ * Redirects to short-lived direct-from-storage link, so the payload never
2589
+ transits this service — the same pattern as file downloads. Only values the
2590
+ per-execution read returned by reference resolve here.
2591
+ * @summary Downloads a blob-spilled value's payload.
2592
+ */
2593
+ export declare const flowRunsGetFlowValueDownloadPathIdRegExp: RegExp;
2594
+ export declare const flowRunsGetFlowValueDownloadPathValueIdRegExp: RegExp;
2595
+ export declare const flowRunsGetFlowValueDownloadParams: zod.ZodObject<{
2596
+ id: zod.ZodString;
2597
+ valueId: zod.ZodString;
2598
+ }, zod.core.$strict>;
2351
2599
  export declare const flowRunsGetVariablesPathIdRegExpOne: RegExp;
2352
2600
  export declare const flowRunsGetVariablesParams: zod.ZodObject<{
2353
2601
  id: zod.ZodString;
@@ -2402,6 +2650,7 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
2402
2650
  }, zod.core.$strict>;
2403
2651
  }, zod.core.$strict>>>>;
2404
2652
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2653
+ secret: zod.ZodBoolean;
2405
2654
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2406
2655
  }, zod.core.$strict>>>>;
2407
2656
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -2524,6 +2773,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
2524
2773
  }>>;
2525
2774
  displayName: zod.ZodString;
2526
2775
  id: zod.ZodString;
2776
+ isDefault: zod.ZodBoolean;
2527
2777
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2528
2778
  OpenAi: "OpenAi";
2529
2779
  AzureOpenAi: "AzureOpenAi";
@@ -2560,6 +2810,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
2560
2810
  }, zod.core.$strip>>;
2561
2811
  virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2562
2812
  }, zod.core.$strip>>;
2813
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2563
2814
  total: zod.ZodNumber;
2564
2815
  }, zod.core.$strip>;
2565
2816
  /**
@@ -2612,6 +2863,59 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
2612
2863
  Other: "Other";
2613
2864
  }>>;
2614
2865
  }, zod.core.$strict>;
2866
+ /**
2867
+ * @summary Retrieves the instance-wide default model — the one pre-selected on new LLM blocks and the default workspace flow.
2868
+ */
2869
+ export declare const modelsGetDefaultModelResponseIdRegExp: RegExp;
2870
+ export declare const modelsGetDefaultModelResponse: zod.ZodObject<{
2871
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2872
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2873
+ deploymentStatus: zod.ZodOptional<zod.ZodEnum<{
2874
+ Deploying: "Deploying";
2875
+ Ready: "Ready";
2876
+ Failed: "Failed";
2877
+ Deleting: "Deleting";
2878
+ Deleted: "Deleted";
2879
+ }>>;
2880
+ displayName: zod.ZodString;
2881
+ id: zod.ZodString;
2882
+ isDefault: zod.ZodBoolean;
2883
+ modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2884
+ OpenAi: "OpenAi";
2885
+ AzureOpenAi: "AzureOpenAi";
2886
+ HuggingFace: "HuggingFace";
2887
+ Cohere: "Cohere";
2888
+ Anthropic: "Anthropic";
2889
+ Gemini: "Gemini";
2890
+ VertexAi: "VertexAi";
2891
+ AzureFoundry: "AzureFoundry";
2892
+ }>>;
2893
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2894
+ OpenAi: "OpenAi";
2895
+ HuggingFace: "HuggingFace";
2896
+ Cohere: "Cohere";
2897
+ Anthropic: "Anthropic";
2898
+ Google: "Google";
2899
+ Meta: "Meta";
2900
+ Mistral: "Mistral";
2901
+ Microsoft: "Microsoft";
2902
+ DeepSeek: "DeepSeek";
2903
+ XAi: "XAi";
2904
+ Amazon: "Amazon";
2905
+ Qwen: "Qwen";
2906
+ Other: "Other";
2907
+ }>>;
2908
+ name: zod.ZodString;
2909
+ properties: zod.ZodArray<zod.ZodObject<{
2910
+ name: zod.ZodString;
2911
+ type: zod.ZodEnum<{
2912
+ Boolean: "Boolean";
2913
+ Number: "Number";
2914
+ String: "String";
2915
+ }>;
2916
+ }, zod.core.$strip>>;
2917
+ virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2918
+ }, zod.core.$strip>;
2615
2919
  export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
2616
2920
  serverType: zod.ZodOptional<zod.ZodEnum<{
2617
2921
  TextGenerationInference: "TextGenerationInference";
@@ -2684,6 +2988,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2684
2988
  }, zod.core.$strip>>;
2685
2989
  displayName: zod.ZodString;
2686
2990
  id: zod.ZodString;
2991
+ isDefault: zod.ZodBoolean;
2687
2992
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2688
2993
  OpenAi: "OpenAi";
2689
2994
  AzureOpenAi: "AzureOpenAi";
@@ -2773,6 +3078,20 @@ export declare const modelsUpsertModelBody: zod.ZodObject<{
2773
3078
  Other: "Other";
2774
3079
  }>>;
2775
3080
  }, zod.core.$strict>;
3081
+ /**
3082
+ * @summary Clears the default flag from the specified model, leaving the instance with no default.
3083
+ */
3084
+ export declare const modelsClearDefaultModelPathIdRegExp: RegExp;
3085
+ export declare const modelsClearDefaultModelParams: zod.ZodObject<{
3086
+ id: zod.ZodString;
3087
+ }, zod.core.$strict>;
3088
+ /**
3089
+ * @summary Makes the specified model the instance-wide default, replacing any previous default.
3090
+ */
3091
+ export declare const modelsSetDefaultModelPathIdRegExp: RegExp;
3092
+ export declare const modelsSetDefaultModelParams: zod.ZodObject<{
3093
+ id: zod.ZodString;
3094
+ }, zod.core.$strict>;
2776
3095
  /**
2777
3096
  * @summary Retrieves the Docker logs for a specific deployment of a model.
2778
3097
  */
@@ -2818,6 +3137,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
2818
3137
  WorkSpaceUpdated: "WorkSpaceUpdated";
2819
3138
  MessageThreadUpdated: "MessageThreadUpdated";
2820
3139
  CommentUpdated: "CommentUpdated";
3140
+ AddedToThread: "AddedToThread";
2821
3141
  }>;
2822
3142
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2823
3143
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2903,12 +3223,219 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
2903
3223
  name: zod.ZodString;
2904
3224
  }, zod.core.$strip>>;
2905
3225
  }, zod.core.$strip>;
3226
+ /**
3227
+ * @summary List API accounts: service principals holding the SmartSpace integration
3228
+ role, with their permission flags and last recorded activity.
3229
+ */
3230
+ export declare const servicePrincipalsGetServicePrincipalsQuerySkipDefault = 0;
3231
+ export declare const servicePrincipalsGetServicePrincipalsQueryTakeDefault = 20;
3232
+ export declare const servicePrincipalsGetServicePrincipalsQueryParams: zod.ZodObject<{
3233
+ skip: zod.ZodOptional<zod.ZodNumber>;
3234
+ take: zod.ZodDefault<zod.ZodNumber>;
3235
+ search: zod.ZodOptional<zod.ZodString>;
3236
+ }, zod.core.$strict>;
3237
+ export declare const servicePrincipalsGetServicePrincipalsResponse: zod.ZodObject<{
3238
+ data: zod.ZodArray<zod.ZodObject<{
3239
+ id: zod.ZodString;
3240
+ lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3241
+ name: zod.ZodString;
3242
+ permissions: zod.ZodArray<zod.ZodEnum<{
3243
+ WorkspaceCreate: "WorkspaceCreate";
3244
+ WorkspaceEdit: "WorkspaceEdit";
3245
+ WorkspaceDelete: "WorkspaceDelete";
3246
+ DataSpaceCreate: "DataSpaceCreate";
3247
+ DataSpaceEdit: "DataSpaceEdit";
3248
+ DataSpaceDelete: "DataSpaceDelete";
3249
+ ConnectorCreate: "ConnectorCreate";
3250
+ ConnectorEdit: "ConnectorEdit";
3251
+ ConnectorDelete: "ConnectorDelete";
3252
+ }>>;
3253
+ }, zod.core.$strip>>;
3254
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3255
+ total: zod.ZodNumber;
3256
+ }, zod.core.$strip>;
3257
+ /**
3258
+ * @summary List configured syncs. status matches the data
3259
+ source's latest completed sync (e.g. Success / Failure), or "never"
3260
+ for sources with no recorded sync. sortBy:
3261
+ name | connector | lastSync (default: path).
3262
+ */
3263
+ export declare const syncsGetQueryTakeDefault = 50;
3264
+ export declare const syncsGetQuerySkipDefault = 0;
3265
+ export declare const syncsGetQueryDataSourceIdRegExp: RegExp;
3266
+ export declare const syncsGetQueryParams: zod.ZodObject<{
3267
+ take: zod.ZodDefault<zod.ZodNumber>;
3268
+ skip: zod.ZodOptional<zod.ZodNumber>;
3269
+ search: zod.ZodOptional<zod.ZodString>;
3270
+ dataSourceId: zod.ZodOptional<zod.ZodString>;
3271
+ status: zod.ZodOptional<zod.ZodString>;
3272
+ sortBy: zod.ZodOptional<zod.ZodString>;
3273
+ sortDirection: zod.ZodOptional<zod.ZodString>;
3274
+ }, zod.core.$strict>;
3275
+ export declare const syncsGetResponseDataItemDataSetsItemIdRegExp: RegExp;
3276
+ export declare const syncsGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
3277
+ export declare const syncsGetResponseDataItemDataSourceIdRegExp: RegExp;
3278
+ export declare const syncsGetResponseDataItemIdRegExp: RegExp;
3279
+ export declare const syncsGetResponse: zod.ZodObject<{
3280
+ data: zod.ZodArray<zod.ZodObject<{
3281
+ dataSets: zod.ZodArray<zod.ZodObject<{
3282
+ id: zod.ZodString;
3283
+ name: zod.ZodString;
3284
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3285
+ }, zod.core.$strip>>;
3286
+ dataSource: zod.ZodObject<{
3287
+ id: zod.ZodString;
3288
+ isQueued: zod.ZodBoolean;
3289
+ isSyncing: zod.ZodBoolean;
3290
+ name: zod.ZodString;
3291
+ sourceType: zod.ZodEnum<{
3292
+ BlobStorage: "BlobStorage";
3293
+ SqlServer: "SqlServer";
3294
+ AzureSql: "AzureSql";
3295
+ Cosmos: "Cosmos";
3296
+ GoogleDrive: "GoogleDrive";
3297
+ SharePoint: "SharePoint";
3298
+ SharePointSite: "SharePointSite";
3299
+ HubSpot: "HubSpot";
3300
+ AzureStorage: "AzureStorage";
3301
+ File: "File";
3302
+ Sitemap: "Sitemap";
3303
+ }>;
3304
+ supportsDeleteDetection: zod.ZodBoolean;
3305
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3306
+ }, zod.core.$strip>;
3307
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3308
+ id: zod.ZodString;
3309
+ latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3310
+ latestSyncIsForThisSync: zod.ZodBoolean;
3311
+ latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
3312
+ latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3313
+ latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3314
+ name: zod.ZodString;
3315
+ path: zod.ZodString;
3316
+ recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3317
+ end: zod.ZodISODateTime;
3318
+ itemCount: zod.ZodNumber;
3319
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3320
+ start: zod.ZodISODateTime;
3321
+ status: zod.ZodString;
3322
+ }, zod.core.$strip>>>>;
3323
+ }, zod.core.$strip>>;
3324
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3325
+ total: zod.ZodNumber;
3326
+ }, zod.core.$strip>;
3327
+ /**
3328
+ * @summary The sync-requests queue right now: approximate depth and which data
3329
+ sources have a request WAITING. In-flight requests are invisible to
3330
+ peek (visibility timeout) — that state is each data source's
3331
+ isSyncing flag. Literal route wins over the {containerId} template.
3332
+ */
3333
+ export declare const syncsGetQueueResponseWaitingDataSourceIdsItemRegExp: RegExp;
3334
+ export declare const syncsGetQueueResponse: zod.ZodObject<{
3335
+ depth: zod.ZodNumber;
3336
+ waitingDataSourceIds: zod.ZodArray<zod.ZodString>;
3337
+ }, zod.core.$strip>;
3338
+ /**
3339
+ * @summary Removes the sync: deletes its data source container config record, so
3340
+ the source selection stops being mirrored from the next sync cycle.
3341
+ Refused (DSC400) while any live dataset still subscribes to it via a
3342
+ container flow trigger. Config-only — already-landed items and copied
3343
+ blobs are not cleaned up here.
3344
+ */
3345
+ export declare const syncsDeletePathContainerIdRegExp: RegExp;
3346
+ export declare const syncsDeleteParams: zod.ZodObject<{
3347
+ containerId: zod.ZodString;
3348
+ }, zod.core.$strict>;
3349
+ export declare const syncsGetByIdPathContainerIdRegExp: RegExp;
3350
+ export declare const syncsGetByIdParams: zod.ZodObject<{
3351
+ containerId: zod.ZodString;
3352
+ }, zod.core.$strict>;
3353
+ export declare const syncsGetByIdResponseDataSetsItemIdRegExp: RegExp;
3354
+ export declare const syncsGetByIdResponseDataSetsItemVersionRegExp: RegExp;
3355
+ export declare const syncsGetByIdResponseDataSourceIdRegExp: RegExp;
3356
+ export declare const syncsGetByIdResponseIdRegExp: RegExp;
3357
+ export declare const syncsGetByIdResponse: zod.ZodObject<{
3358
+ dataSets: zod.ZodArray<zod.ZodObject<{
3359
+ id: zod.ZodString;
3360
+ name: zod.ZodString;
3361
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3362
+ }, zod.core.$strip>>;
3363
+ dataSource: zod.ZodObject<{
3364
+ id: zod.ZodString;
3365
+ isQueued: zod.ZodBoolean;
3366
+ isSyncing: zod.ZodBoolean;
3367
+ name: zod.ZodString;
3368
+ sourceType: zod.ZodEnum<{
3369
+ BlobStorage: "BlobStorage";
3370
+ SqlServer: "SqlServer";
3371
+ AzureSql: "AzureSql";
3372
+ Cosmos: "Cosmos";
3373
+ GoogleDrive: "GoogleDrive";
3374
+ SharePoint: "SharePoint";
3375
+ SharePointSite: "SharePointSite";
3376
+ HubSpot: "HubSpot";
3377
+ AzureStorage: "AzureStorage";
3378
+ File: "File";
3379
+ Sitemap: "Sitemap";
3380
+ }>;
3381
+ supportsDeleteDetection: zod.ZodBoolean;
3382
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3383
+ }, zod.core.$strip>;
3384
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3385
+ id: zod.ZodString;
3386
+ latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3387
+ latestSyncIsForThisSync: zod.ZodBoolean;
3388
+ latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
3389
+ latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3390
+ latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3391
+ name: zod.ZodString;
3392
+ path: zod.ZodString;
3393
+ recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3394
+ end: zod.ZodISODateTime;
3395
+ itemCount: zod.ZodNumber;
3396
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3397
+ start: zod.ZodISODateTime;
3398
+ status: zod.ZodString;
3399
+ }, zod.core.$strip>>>>;
3400
+ }, zod.core.$strip>;
3401
+ /**
3402
+ * @summary The sync's landed items (read-only metadata), proxied from the AI API's
3403
+ container-items endpoint.
3404
+ */
3405
+ export declare const syncsGetItemsPathContainerIdRegExp: RegExp;
3406
+ export declare const syncsGetItemsParams: zod.ZodObject<{
3407
+ containerId: zod.ZodString;
3408
+ }, zod.core.$strict>;
3409
+ export declare const syncsGetItemsQuerySkipDefault = 0;
3410
+ export declare const syncsGetItemsQueryTakeDefault = 50;
3411
+ export declare const syncsGetItemsQueryParams: zod.ZodObject<{
3412
+ skip: zod.ZodOptional<zod.ZodNumber>;
3413
+ take: zod.ZodDefault<zod.ZodNumber>;
3414
+ }, zod.core.$strict>;
3415
+ export declare const syncsGetItemsResponseDataItemContainerIdRegExp: RegExp;
3416
+ export declare const syncsGetItemsResponseDataItemIdRegExp: RegExp;
3417
+ export declare const syncsGetItemsResponse: zod.ZodObject<{
3418
+ data: zod.ZodArray<zod.ZodObject<{
3419
+ blobUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3420
+ bytes: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3421
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3422
+ deletedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3423
+ id: zod.ZodString;
3424
+ isJson: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3425
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3426
+ path: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3427
+ pending: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3428
+ }, zod.core.$strip>>;
3429
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3430
+ total: zod.ZodNumber;
3431
+ }, zod.core.$strip>;
2906
3432
  /**
2907
3433
  * @summary Gets Tenant Id
2908
3434
  */
2909
3435
  export declare const tenantIdGetResultResponse: zod.ZodString;
2910
3436
  /**
2911
- * @summary Retrieve list users in SmartSpace, filter by roleId, with optional pagination controls take and skip.
3437
+ * @summary Retrieve users assigned to the SmartSpace application (directly or via a group),
3438
+ with optional search and pagination controls take and skip.
2912
3439
  */
2913
3440
  export declare const usersGetUsersQuerySkipDefault = 0;
2914
3441
  export declare const usersGetUsersQueryTakeDefault = 20;
@@ -2937,6 +3464,7 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
2937
3464
  ConnectorDelete: "ConnectorDelete";
2938
3465
  }>>;
2939
3466
  }, zod.core.$strip>>;
3467
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2940
3468
  total: zod.ZodNumber;
2941
3469
  }, zod.core.$strip>;
2942
3470
  export declare const usersGetUsersByFilterParams: zod.ZodObject<{
@@ -3056,6 +3584,7 @@ export declare const usersGetAccessWorkSpacesResponse: zod.ZodObject<{
3056
3584
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3057
3585
  workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3058
3586
  }, zod.core.$strip>>;
3587
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3059
3588
  total: zod.ZodNumber;
3060
3589
  }, zod.core.$strip>;
3061
3590
  export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
@@ -3160,6 +3689,7 @@ export declare const workSpaceTemplatesGetResponse: zod.ZodObject<{
3160
3689
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3161
3690
  }, zod.core.$strip>>;
3162
3691
  }, zod.core.$strip>>;
3692
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3163
3693
  total: zod.ZodNumber;
3164
3694
  }, zod.core.$strip>;
3165
3695
  /**
@@ -3174,6 +3704,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
3174
3704
  sortBy: zod.ZodOptional<zod.ZodString>;
3175
3705
  sortDirection: zod.ZodOptional<zod.ZodString>;
3176
3706
  }, zod.core.$strict>;
3707
+ export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
3177
3708
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3178
3709
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3179
3710
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3194,6 +3725,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
3194
3725
  export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
3195
3726
  export declare const workSpacesGetGetResponse: zod.ZodObject<{
3196
3727
  data: zod.ZodArray<zod.ZodObject<{
3728
+ connectors: zod.ZodArray<zod.ZodObject<{
3729
+ id: zod.ZodString;
3730
+ kind: zod.ZodString;
3731
+ name: zod.ZodString;
3732
+ }, zod.core.$strip>>;
3197
3733
  createdAt: zod.ZodISODateTime;
3198
3734
  createdByUserId: zod.ZodString;
3199
3735
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3240,6 +3776,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3240
3776
  }, zod.core.$strip>;
3241
3777
  }, zod.core.$strip>>>>;
3242
3778
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3779
+ secret: zod.ZodBoolean;
3243
3780
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3244
3781
  }, zod.core.$strip>>>>;
3245
3782
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3264,6 +3801,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3264
3801
  triggers: zod.ZodArray<zod.ZodObject<{
3265
3802
  dataSourceContainer: zod.ZodObject<{
3266
3803
  dataSourceId: zod.ZodString;
3804
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3267
3805
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3268
3806
  operator: zod.ZodString;
3269
3807
  propertyName: zod.ZodString;
@@ -3274,6 +3812,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3274
3812
  path: zod.ZodString;
3275
3813
  }, zod.core.$strip>;
3276
3814
  flowId: zod.ZodString;
3815
+ honourSourceDeletes: zod.ZodBoolean;
3277
3816
  id: zod.ZodString;
3278
3817
  inputName: zod.ZodString;
3279
3818
  type: zod.ZodEnum<{
@@ -3421,6 +3960,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3421
3960
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3422
3961
  }, zod.core.$strip>>;
3423
3962
  }, zod.core.$strip>>;
3963
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3424
3964
  total: zod.ZodNumber;
3425
3965
  }, zod.core.$strip>;
3426
3966
  /**
@@ -3464,6 +4004,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
3464
4004
  export declare const workSpacesGetIdParams: zod.ZodObject<{
3465
4005
  id: zod.ZodString;
3466
4006
  }, zod.core.$strict>;
4007
+ export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
3467
4008
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3468
4009
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3469
4010
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3483,6 +4024,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
3483
4024
  export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
3484
4025
  export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
3485
4026
  export declare const workSpacesGetIdResponse: zod.ZodObject<{
4027
+ connectors: zod.ZodArray<zod.ZodObject<{
4028
+ id: zod.ZodString;
4029
+ kind: zod.ZodString;
4030
+ name: zod.ZodString;
4031
+ }, zod.core.$strip>>;
3486
4032
  createdAt: zod.ZodISODateTime;
3487
4033
  createdByUserId: zod.ZodString;
3488
4034
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3529,6 +4075,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3529
4075
  }, zod.core.$strip>;
3530
4076
  }, zod.core.$strip>>>>;
3531
4077
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4078
+ secret: zod.ZodBoolean;
3532
4079
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3533
4080
  }, zod.core.$strip>>>>;
3534
4081
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3553,6 +4100,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3553
4100
  triggers: zod.ZodArray<zod.ZodObject<{
3554
4101
  dataSourceContainer: zod.ZodObject<{
3555
4102
  dataSourceId: zod.ZodString;
4103
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3556
4104
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3557
4105
  operator: zod.ZodString;
3558
4106
  propertyName: zod.ZodString;
@@ -3563,6 +4111,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3563
4111
  path: zod.ZodString;
3564
4112
  }, zod.core.$strip>;
3565
4113
  flowId: zod.ZodString;
4114
+ honourSourceDeletes: zod.ZodBoolean;
3566
4115
  id: zod.ZodString;
3567
4116
  inputName: zod.ZodString;
3568
4117
  type: zod.ZodEnum<{
@@ -3790,6 +4339,7 @@ export declare const workSpacesGetThreadsResponse: zod.ZodObject<{
3790
4339
  totalMessages: zod.ZodNumber;
3791
4340
  workSpaceId: zod.ZodString;
3792
4341
  }, zod.core.$strip>>;
4342
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3793
4343
  total: zod.ZodNumber;
3794
4344
  }, zod.core.$strip>;
3795
4345
  /**
@@ -3831,6 +4381,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
3831
4381
  temperature: zod.ZodNumber;
3832
4382
  topP: zod.ZodNumber;
3833
4383
  }, zod.core.$strict>;
4384
+ /**
4385
+ * @summary Detaches a connector from a workspace. Flows still referencing it
4386
+ fail at resolve time rather than silently keeping access.
4387
+ */
4388
+ export declare const workSpacesRemoveConnectorPathWorkspaceIdRegExp: RegExp;
4389
+ export declare const workSpacesRemoveConnectorPathConnectorIdRegExp: RegExp;
4390
+ export declare const workSpacesRemoveConnectorParams: zod.ZodObject<{
4391
+ workspaceId: zod.ZodString;
4392
+ connectorId: zod.ZodString;
4393
+ }, zod.core.$strict>;
4394
+ /**
4395
+ * @summary Attaches a connector to a workspace — the access model for external
4396
+ connectors, mirroring dataspaces. Only after this can a flow in the
4397
+ workspace reference the connector, and the resolve endpoint checks
4398
+ the same attachment at call time.
4399
+ */
4400
+ export declare const workSpacesAddConnectorPathWorkspaceIdRegExp: RegExp;
4401
+ export declare const workSpacesAddConnectorPathConnectorIdRegExp: RegExp;
4402
+ export declare const workSpacesAddConnectorParams: zod.ZodObject<{
4403
+ workspaceId: zod.ZodString;
4404
+ connectorId: zod.ZodString;
4405
+ }, zod.core.$strict>;
3834
4406
  /**
3835
4407
  * @summary Removes a data space from a workspace.
3836
4408
  */
@@ -3892,6 +4464,7 @@ export declare const workSpacesGetWorkspaceFilesResponse: zod.ZodObject<{
3892
4464
  Ingesting: "Ingesting";
3893
4465
  }>;
3894
4466
  }, zod.core.$strip>>;
4467
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3895
4468
  total: zod.ZodNumber;
3896
4469
  }, zod.core.$strip>;
3897
4470
  /**
@@ -4007,6 +4580,7 @@ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
4007
4580
  }, zod.core.$strip>;
4008
4581
  }, zod.core.$strip>>>>;
4009
4582
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4583
+ secret: zod.ZodBoolean;
4010
4584
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4011
4585
  }, zod.core.$strip>>>>;
4012
4586
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4068,6 +4642,7 @@ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
4068
4642
  }, zod.core.$strict>;
4069
4643
  }, zod.core.$strict>>>>;
4070
4644
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4645
+ secret: zod.ZodBoolean;
4071
4646
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4072
4647
  }, zod.core.$strict>>>>;
4073
4648
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4095,6 +4670,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
4095
4670
  workspaceId: zod.ZodString;
4096
4671
  }, zod.core.$strict>;
4097
4672
  export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
4673
+ /**
4674
+ * @summary Lists connectors with their auth settings — never a credential.
4675
+ */
4676
+ export declare const connectorsGetConnectorsQueryParams: zod.ZodObject<{
4677
+ kind: zod.ZodOptional<zod.ZodString>;
4678
+ }, zod.core.$strict>;
4679
+ export declare const connectorsGetConnectorsResponseIdRegExp: RegExp;
4680
+ export declare const connectorsGetConnectorsResponseItem: zod.ZodObject<{
4681
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4682
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4683
+ authType: zod.ZodString;
4684
+ createdAt: zod.ZodISODateTime;
4685
+ createdByUserId: zod.ZodString;
4686
+ hasSecret: zod.ZodBoolean;
4687
+ id: zod.ZodString;
4688
+ kind: zod.ZodString;
4689
+ modifiedAt: zod.ZodISODateTime;
4690
+ modifiedByUserId: zod.ZodString;
4691
+ name: zod.ZodString;
4692
+ url: zod.ZodString;
4693
+ }, zod.core.$strip>;
4694
+ export declare const connectorsGetConnectorsResponse: zod.ZodArray<zod.ZodObject<{
4695
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4696
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4697
+ authType: zod.ZodString;
4698
+ createdAt: zod.ZodISODateTime;
4699
+ createdByUserId: zod.ZodString;
4700
+ hasSecret: zod.ZodBoolean;
4701
+ id: zod.ZodString;
4702
+ kind: zod.ZodString;
4703
+ modifiedAt: zod.ZodISODateTime;
4704
+ modifiedByUserId: zod.ZodString;
4705
+ name: zod.ZodString;
4706
+ url: zod.ZodString;
4707
+ }, zod.core.$strip>>;
4708
+ /**
4709
+ * @summary Creates a connector and its shared credential in one call: the value
4710
+ goes to Key Vault, the row stores only the reference.
4711
+ */
4712
+ export declare const connectorsCreateConnectorBody: zod.ZodObject<{
4713
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4714
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4715
+ authType: zod.ZodString;
4716
+ kind: zod.ZodString;
4717
+ name: zod.ZodString;
4718
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4719
+ url: zod.ZodString;
4720
+ }, zod.core.$strict>;
4721
+ /**
4722
+ * @summary Picker list for workspace editors: id, name and kind only. Gated on
4723
+ WorkspaceEdit rather than Admin because attaching a connector to a
4724
+ workspace is a workspace-editor action, and the picker is how they
4725
+ choose one. Admins pass this gate via the role bypass.
4726
+ */
4727
+ export declare const connectorsGetConnectorSummariesQueryParams: zod.ZodObject<{
4728
+ kind: zod.ZodOptional<zod.ZodString>;
4729
+ }, zod.core.$strict>;
4730
+ export declare const connectorsGetConnectorSummariesResponseIdRegExp: RegExp;
4731
+ export declare const connectorsGetConnectorSummariesResponseItem: zod.ZodObject<{
4732
+ id: zod.ZodString;
4733
+ kind: zod.ZodString;
4734
+ name: zod.ZodString;
4735
+ }, zod.core.$strip>;
4736
+ export declare const connectorsGetConnectorSummariesResponse: zod.ZodArray<zod.ZodObject<{
4737
+ id: zod.ZodString;
4738
+ kind: zod.ZodString;
4739
+ name: zod.ZodString;
4740
+ }, zod.core.$strip>>;
4741
+ export declare const connectorsDeleteConnectorPathIdRegExp: RegExp;
4742
+ export declare const connectorsDeleteConnectorParams: zod.ZodObject<{
4743
+ id: zod.ZodString;
4744
+ }, zod.core.$strict>;
4745
+ export declare const connectorsGetConnectorPathIdRegExp: RegExp;
4746
+ export declare const connectorsGetConnectorParams: zod.ZodObject<{
4747
+ id: zod.ZodString;
4748
+ }, zod.core.$strict>;
4749
+ export declare const connectorsGetConnectorResponseIdRegExp: RegExp;
4750
+ export declare const connectorsGetConnectorResponse: zod.ZodObject<{
4751
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4752
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4753
+ authType: zod.ZodString;
4754
+ createdAt: zod.ZodISODateTime;
4755
+ createdByUserId: zod.ZodString;
4756
+ hasSecret: zod.ZodBoolean;
4757
+ id: zod.ZodString;
4758
+ kind: zod.ZodString;
4759
+ modifiedAt: zod.ZodISODateTime;
4760
+ modifiedByUserId: zod.ZodString;
4761
+ name: zod.ZodString;
4762
+ url: zod.ZodString;
4763
+ }, zod.core.$strip>;
4764
+ /**
4765
+ * @summary Updates a connector. Omit `Secret` to leave the credential
4766
+ untouched; supply one to rotate it.
4767
+ */
4768
+ export declare const connectorsUpdateConnectorPathIdRegExp: RegExp;
4769
+ export declare const connectorsUpdateConnectorParams: zod.ZodObject<{
4770
+ id: zod.ZodString;
4771
+ }, zod.core.$strict>;
4772
+ export declare const connectorsUpdateConnectorBody: zod.ZodObject<{
4773
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4774
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4775
+ authType: zod.ZodString;
4776
+ name: zod.ZodString;
4777
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4778
+ url: zod.ZodString;
4779
+ }, zod.core.$strict>;
4780
+ export declare const connectorsUpdateConnectorResponseIdRegExp: RegExp;
4781
+ export declare const connectorsUpdateConnectorResponse: zod.ZodObject<{
4782
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4783
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4784
+ authType: zod.ZodString;
4785
+ createdAt: zod.ZodISODateTime;
4786
+ createdByUserId: zod.ZodString;
4787
+ hasSecret: zod.ZodBoolean;
4788
+ id: zod.ZodString;
4789
+ kind: zod.ZodString;
4790
+ modifiedAt: zod.ZodISODateTime;
4791
+ modifiedByUserId: zod.ZodString;
4792
+ name: zod.ZodString;
4793
+ url: zod.ZodString;
4794
+ }, zod.core.$strip>;
4098
4795
  /**
4099
4796
  * @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
4100
4797
  */
@@ -4108,6 +4805,60 @@ export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
4108
4805
  export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
4109
4806
  uri: zod.ZodURL;
4110
4807
  }, zod.core.$strip>;
4808
+ /**
4809
+ * @summary Lists all managed secrets — names and audit metadata only, never values.
4810
+ */
4811
+ export declare const managedSecretsGetManagedSecretsResponseIdRegExp: RegExp;
4812
+ export declare const managedSecretsGetManagedSecretsResponseItem: zod.ZodObject<{
4813
+ createdAt: zod.ZodISODateTime;
4814
+ createdByUserId: zod.ZodString;
4815
+ id: zod.ZodString;
4816
+ modifiedAt: zod.ZodISODateTime;
4817
+ modifiedByUserId: zod.ZodString;
4818
+ name: zod.ZodString;
4819
+ }, zod.core.$strip>;
4820
+ export declare const managedSecretsGetManagedSecretsResponse: zod.ZodArray<zod.ZodObject<{
4821
+ createdAt: zod.ZodISODateTime;
4822
+ createdByUserId: zod.ZodString;
4823
+ id: zod.ZodString;
4824
+ modifiedAt: zod.ZodISODateTime;
4825
+ modifiedByUserId: zod.ZodString;
4826
+ name: zod.ZodString;
4827
+ }, zod.core.$strip>>;
4828
+ /**
4829
+ * @summary Creates a named secret: writes the value to Key Vault and stores only
4830
+ the vault reference.
4831
+ */
4832
+ export declare const managedSecretsCreateManagedSecretBody: zod.ZodObject<{
4833
+ name: zod.ZodString;
4834
+ value: zod.ZodString;
4835
+ }, zod.core.$strict>;
4836
+ /**
4837
+ * @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
4838
+ */
4839
+ export declare const managedSecretsDeleteManagedSecretParams: zod.ZodObject<{
4840
+ name: zod.ZodString;
4841
+ }, zod.core.$strict>;
4842
+ /**
4843
+ * @summary Overwrites (rotates) a secret's value — a new Key Vault version under
4844
+ the same vault key. The value is write-only; nothing is returned but
4845
+ audit metadata.
4846
+ */
4847
+ export declare const managedSecretsOverwriteManagedSecretValueParams: zod.ZodObject<{
4848
+ name: zod.ZodString;
4849
+ }, zod.core.$strict>;
4850
+ export declare const managedSecretsOverwriteManagedSecretValueBody: zod.ZodObject<{
4851
+ value: zod.ZodString;
4852
+ }, zod.core.$strict>;
4853
+ export declare const managedSecretsOverwriteManagedSecretValueResponseIdRegExp: RegExp;
4854
+ export declare const managedSecretsOverwriteManagedSecretValueResponse: zod.ZodObject<{
4855
+ createdAt: zod.ZodISODateTime;
4856
+ createdByUserId: zod.ZodString;
4857
+ id: zod.ZodString;
4858
+ modifiedAt: zod.ZodISODateTime;
4859
+ modifiedByUserId: zod.ZodString;
4860
+ name: zod.ZodString;
4861
+ }, zod.core.$strip>;
4111
4862
  export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
4112
4863
  export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
4113
4864
  workSpaceId: zod.ZodString;
@@ -4144,6 +4895,8 @@ export declare const messageThreadsGetWorkspaceExecutionsResponse: zod.ZodObject
4144
4895
  createdAt: zod.ZodISODateTime;
4145
4896
  data: zod.ZodAny;
4146
4897
  id: zod.ZodString;
4898
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4899
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4147
4900
  source: zod.ZodObject<{
4148
4901
  node: zod.ZodString;
4149
4902
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -4156,12 +4909,16 @@ export declare const messageThreadsGetWorkspaceExecutionsResponse: zod.ZodObject
4156
4909
  createdAt: zod.ZodISODateTime;
4157
4910
  data: zod.ZodAny;
4158
4911
  id: zod.ZodString;
4912
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4913
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4159
4914
  source: zod.ZodObject<{
4160
4915
  node: zod.ZodString;
4161
4916
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4162
4917
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4163
4918
  }, zod.core.$strip>;
4164
4919
  }, zod.core.$strip>>;
4920
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4921
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4165
4922
  }, zod.core.$strip>>;
4166
4923
  total: zod.ZodNumber;
4167
4924
  }, zod.core.$strip>;
@@ -4203,6 +4960,8 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
4203
4960
  createdAt: zod.ZodISODateTime;
4204
4961
  data: zod.ZodAny;
4205
4962
  id: zod.ZodString;
4963
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4964
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4206
4965
  source: zod.ZodObject<{
4207
4966
  node: zod.ZodString;
4208
4967
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -4215,12 +4974,45 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
4215
4974
  createdAt: zod.ZodISODateTime;
4216
4975
  data: zod.ZodAny;
4217
4976
  id: zod.ZodString;
4977
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4978
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4218
4979
  source: zod.ZodObject<{
4219
4980
  node: zod.ZodString;
4220
4981
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4221
4982
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4222
4983
  }, zod.core.$strip>;
4223
4984
  }, zod.core.$strip>>;
4985
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4986
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4987
+ }, zod.core.$strip>>;
4988
+ total: zod.ZodNumber;
4989
+ }, zod.core.$strip>;
4990
+ /**
4991
+ * @summary Lists a workspace's flow runs, newest first (chat threads, designer
4992
+ runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
4993
+ */
4994
+ export declare const flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp: RegExp;
4995
+ export declare const flowRunsGetWorkspaceRunsParams: zod.ZodObject<{
4996
+ workspaceId: zod.ZodString;
4997
+ }, zod.core.$strict>;
4998
+ export declare const flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
4999
+ export declare const flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
5000
+ export declare const flowRunsGetWorkspaceRunsQueryParams: zod.ZodObject<{
5001
+ skip: zod.ZodOptional<zod.ZodNumber>;
5002
+ take: zod.ZodDefault<zod.ZodNumber>;
5003
+ }, zod.core.$strict>;
5004
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp: RegExp;
5005
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp: RegExp;
5006
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp: RegExp;
5007
+ export declare const flowRunsGetWorkspaceRunsResponse: zod.ZodObject<{
5008
+ data: zod.ZodArray<zod.ZodObject<{
5009
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
5010
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
5011
+ flowDefinitionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
5012
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
5013
+ flowRunId: zod.ZodString;
5014
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
5015
+ status: zod.ZodString;
4224
5016
  }, zod.core.$strip>>;
4225
5017
  total: zod.ZodNumber;
4226
5018
  }, zod.core.$strip>;