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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/dist/generated/chat/api.d.ts +2 -0
  2. package/dist/generated/chat/api.js +10 -1
  3. package/dist/generated/chat/api.msw.d.ts +75 -0
  4. package/dist/generated/chat/api.msw.js +630 -0
  5. package/dist/generated/chat/models/aiModel.d.ts +1 -0
  6. package/dist/generated/chat/models/aiModelSummary.d.ts +1 -0
  7. package/dist/generated/chat/models/connectorsConnectorSummary.d.ts +12 -0
  8. package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
  9. package/dist/generated/chat/models/dataSourceContainer.d.ts +2 -0
  10. package/dist/generated/chat/models/enumsNotificationType.d.ts +1 -0
  11. package/dist/generated/chat/models/enumsNotificationType.js +1 -0
  12. package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
  13. package/dist/generated/chat/models/flowsFlowTrigger.d.ts +1 -0
  14. package/dist/generated/chat/models/index.d.ts +1 -0
  15. package/dist/generated/chat/models/index.js +1 -0
  16. package/dist/generated/chat/models/messagesMessageError.d.ts +2 -0
  17. package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
  18. package/dist/generated/chat/zod.d.ts +34 -0
  19. package/dist/generated/chat/zod.js +39 -6
  20. package/dist/generated/config/api.d.ts +71 -3
  21. package/dist/generated/config/api.js +323 -2
  22. package/dist/generated/config/api.msw.d.ts +300 -0
  23. package/dist/generated/config/api.msw.js +2840 -0
  24. package/dist/generated/config/models/aiModel.d.ts +1 -0
  25. package/dist/generated/config/models/aiModelSummary.d.ts +1 -0
  26. package/dist/generated/config/models/blocksBlockSet.d.ts +3 -1
  27. package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → blocksRenameBlockSetRequest.d.ts} +2 -3
  28. package/dist/generated/config/models/blocksUsedInRef.d.ts +11 -0
  29. package/dist/generated/config/models/blocksUsedInRef.js +8 -0
  30. package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.d.ts +9 -0
  31. package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.js +8 -0
  32. package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
  33. package/dist/generated/config/models/connectorsConnector.js +8 -0
  34. package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
  35. package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
  36. package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
  37. package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
  38. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
  39. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
  40. package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
  41. package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
  42. package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
  43. package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
  44. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
  45. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
  46. package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
  47. package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
  48. package/dist/generated/config/models/containerItem.d.ts +29 -0
  49. package/dist/generated/config/models/containerItem.js +8 -0
  50. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
  51. package/dist/generated/config/models/dataSetsDataSet.d.ts +6 -0
  52. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
  53. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
  54. package/dist/generated/config/models/dataSetsGetParams.d.ts +2 -0
  55. package/dist/generated/config/models/dataSetsSetDataSetScoping.d.ts +12 -0
  56. package/dist/generated/config/models/dataSetsSetDataSetScoping.js +2 -0
  57. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.d.ts +11 -0
  58. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.js +8 -0
  59. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
  60. package/dist/generated/config/models/dataSourceContainer.d.ts +2 -0
  61. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
  62. package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +2 -0
  63. package/dist/generated/config/models/draftsPublishDraftRequest.d.ts +11 -0
  64. package/dist/generated/config/models/draftsPublishDraftRequest.js +8 -0
  65. package/dist/generated/config/models/draftsPublishDraftResponse.d.ts +13 -0
  66. package/dist/generated/config/models/draftsPublishDraftResponse.js +2 -0
  67. package/dist/generated/config/models/draftsPublishedBlockRef.d.ts +10 -0
  68. package/dist/generated/config/models/draftsPublishedBlockRef.js +8 -0
  69. package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
  70. package/dist/generated/config/models/enumsActivityType.js +1 -0
  71. package/dist/generated/config/models/enumsDataSetScopingMode.d.ts +11 -0
  72. package/dist/generated/config/models/enumsDataSetScopingMode.js +14 -0
  73. package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
  74. package/dist/generated/config/models/enumsNotificationType.js +1 -0
  75. package/dist/generated/config/models/enumsPermissions.d.ts +2 -13
  76. package/dist/generated/config/models/enumsPermissions.js +0 -20
  77. package/dist/generated/config/models/enumsPermissionsItem.d.ts +18 -0
  78. package/dist/generated/config/models/enumsPermissionsItem.js +21 -0
  79. package/dist/generated/config/models/flowRunsGetStepExecutionsParams.d.ts +19 -0
  80. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
  81. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
  82. package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
  83. package/dist/generated/config/models/flowsFlowTrigger.d.ts +1 -0
  84. package/dist/generated/config/models/functionExecutionDebugModel.d.ts +4 -0
  85. package/dist/generated/config/models/index.d.ts +44 -1
  86. package/dist/generated/config/models/index.js +44 -1
  87. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.d.ts +11 -0
  88. package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.js +8 -0
  89. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
  90. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
  91. package/dist/generated/config/models/integrationsSmartSpaceAiFlowValueModel.d.ts +4 -0
  92. package/dist/generated/config/models/integrationsSmartSpaceAiFunctionExecutionDebugModel.d.ts +4 -0
  93. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
  94. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
  95. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
  96. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
  97. package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.d.ts +10 -0
  98. package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.js +8 -0
  99. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
  100. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
  101. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
  102. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
  103. package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
  104. package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
  105. package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
  106. package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
  107. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
  108. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
  109. package/dist/generated/config/models/messagesMessageError.d.ts +2 -0
  110. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +11 -0
  111. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.js +2 -0
  112. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
  113. package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
  114. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
  115. package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
  116. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +11 -0
  117. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
  118. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
  119. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
  120. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
  121. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
  122. package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
  123. package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
  124. package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
  125. package/dist/generated/config/models/syncsGetParams.js +8 -0
  126. package/dist/generated/config/models/syncsSync.d.ts +33 -0
  127. package/dist/generated/config/models/syncsSync.js +2 -0
  128. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +18 -0
  129. package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
  130. package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
  131. package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
  132. package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
  133. package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
  134. package/dist/generated/config/models/usersAppUserSummary.d.ts +16 -0
  135. package/dist/generated/config/models/usersAppUserSummary.js +8 -0
  136. package/dist/generated/config/models/usersServicePrincipalDetail.d.ts +14 -0
  137. package/dist/generated/config/models/usersServicePrincipalDetail.js +2 -0
  138. package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
  139. package/dist/generated/config/zod.d.ts +942 -66
  140. package/dist/generated/config/zod.js +803 -50
  141. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
  142. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
  143. package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
  144. package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
  145. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +11 -0
  146. package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
  147. package/dist/mocks.d.ts +2 -0
  148. package/dist/mocks.js +42 -0
  149. package/dist/signalr.d.ts +2 -0
  150. package/dist/signalr.js +3 -0
  151. package/package.json +25 -3
  152. /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → blocksRenameBlockSetRequest.js} +0 -0
@@ -224,6 +224,7 @@ export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
224
224
  Created: "Created";
225
225
  Updated: "Updated";
226
226
  Chat: "Chat";
227
+ Resolved: "Resolved";
227
228
  }>>;
228
229
  }, zod.core.$strict>;
229
230
  export declare const activityExportLoggingsResponse: zod.ZodString;
@@ -243,6 +244,7 @@ export declare const activityGetLoggingQueryParams: zod.ZodObject<{
243
244
  Created: "Created";
244
245
  Updated: "Updated";
245
246
  Chat: "Chat";
247
+ Resolved: "Resolved";
246
248
  }>>;
247
249
  take: zod.ZodDefault<zod.ZodNumber>;
248
250
  skip: zod.ZodOptional<zod.ZodNumber>;
@@ -257,6 +259,7 @@ export declare const activityGetLoggingResponse: zod.ZodObject<{
257
259
  Created: "Created";
258
260
  Updated: "Updated";
259
261
  Chat: "Chat";
262
+ Resolved: "Resolved";
260
263
  }>>;
261
264
  durationMs: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
262
265
  eventDescription: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -320,6 +323,8 @@ export declare const blockSetsGetBlockSetsQueryParams: zod.ZodObject<{
320
323
  types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
321
324
  }, zod.core.$strict>;
322
325
  export declare const blockSetsGetBlockSetsResponseIdRegExp: RegExp;
326
+ export declare const blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp: RegExp;
327
+ export declare const blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp: RegExp;
323
328
  export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
324
329
  blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
325
330
  metadata: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
@@ -389,7 +394,14 @@ export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
389
394
  Custom: "Custom";
390
395
  Debug: "Debug";
391
396
  }>;
392
- usedInWorkspaces: zod.ZodArray<zod.ZodString>;
397
+ usedInDataSets: zod.ZodArray<zod.ZodObject<{
398
+ id: zod.ZodString;
399
+ name: zod.ZodString;
400
+ }, zod.core.$strip>>;
401
+ usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
402
+ id: zod.ZodString;
403
+ name: zod.ZodString;
404
+ }, zod.core.$strip>>;
393
405
  }, zod.core.$strip>;
394
406
  export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
395
407
  blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -460,7 +472,14 @@ export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
460
472
  Custom: "Custom";
461
473
  Debug: "Debug";
462
474
  }>;
463
- usedInWorkspaces: zod.ZodArray<zod.ZodString>;
475
+ usedInDataSets: zod.ZodArray<zod.ZodObject<{
476
+ id: zod.ZodString;
477
+ name: zod.ZodString;
478
+ }, zod.core.$strip>>;
479
+ usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
480
+ id: zod.ZodString;
481
+ name: zod.ZodString;
482
+ }, zod.core.$strip>>;
464
483
  }, zod.core.$strip>>;
465
484
  /**
466
485
  * @summary Get the saved Python source code for a deployed custom block set.
@@ -480,6 +499,18 @@ export declare const blockSetsGetDeployedBlockFilesParams: zod.ZodObject<{
480
499
  export declare const blockSetsDeleteBlockSetParams: zod.ZodObject<{
481
500
  name: zod.ZodString;
482
501
  }, zod.core.$strict>;
502
+ /**
503
+ * @summary Rename a published custom block set (all versions). Set names are
504
+ organizational — flows bind to block (class) names, so renaming never
505
+ breaks a flow. Admin-only (the attribute must be method-level: the
506
+ Admin policy handler ignores class-level `[AuthorizeAdmin]`).
507
+ */
508
+ export declare const blockSetsRenameBlockSetParams: zod.ZodObject<{
509
+ name: zod.ZodString;
510
+ }, zod.core.$strict>;
511
+ export declare const blockSetsRenameBlockSetBody: zod.ZodObject<{
512
+ newName: zod.ZodString;
513
+ }, zod.core.$strict>;
483
514
  /**
484
515
  * @summary Adds a new custom block set.
485
516
  */
@@ -567,6 +598,35 @@ export declare const blocksGetBlocksResponse: zod.ZodRecord<zod.ZodString, zod.Z
567
598
  }>;
568
599
  version: zod.ZodString;
569
600
  }, zod.core.$strip>>>;
601
+ /**
602
+ * @summary List the SDK's built-in blocks (smartspace.* modules) for the
603
+ custom-blocks draft picker. App-native blocks (LLMs etc.) are
604
+ excluded upstream. Admin-only (method-level attribute — the Admin
605
+ policy handler ignores class-level `[AuthorizeAdmin]`).
606
+ */
607
+ export declare const blocksGetSdkBlocksResponseItem: zod.ZodObject<{
608
+ name: zod.ZodString;
609
+ version: zod.ZodString;
610
+ }, zod.core.$strip>;
611
+ export declare const blocksGetSdkBlocksResponse: zod.ZodArray<zod.ZodObject<{
612
+ name: zod.ZodString;
613
+ version: zod.ZodString;
614
+ }, zod.core.$strip>>;
615
+ /**
616
+ * @summary Get the Python source of a native/SDK block — used by the custom-blocks
617
+ page as a starting scaffold when creating a draft. Admin-only (the
618
+ attribute must be method-level: the Admin policy handler ignores
619
+ class-level `[AuthorizeAdmin]`).
620
+ */
621
+ export declare const blocksGetBlockSourceParams: zod.ZodObject<{
622
+ name: zod.ZodString;
623
+ version: zod.ZodString;
624
+ }, zod.core.$strict>;
625
+ export declare const blocksGetBlockSourceResponse: zod.ZodObject<{
626
+ code: zod.ZodString;
627
+ name: zod.ZodString;
628
+ version: zod.ZodString;
629
+ }, zod.core.$strip>;
570
630
  /**
571
631
  * @summary Manually trigger reingestion of a specific container item.
572
632
  */
@@ -644,6 +704,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
644
704
  }, zod.core.$strip>;
645
705
  }, zod.core.$strip>>>>;
646
706
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
707
+ secret: zod.ZodBoolean;
647
708
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
648
709
  }, zod.core.$strip>>>>;
649
710
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -668,6 +729,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
668
729
  triggers: zod.ZodArray<zod.ZodObject<{
669
730
  dataSourceContainer: zod.ZodObject<{
670
731
  dataSourceId: zod.ZodString;
732
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
671
733
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
672
734
  operator: zod.ZodString;
673
735
  propertyName: zod.ZodString;
@@ -678,6 +740,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
678
740
  path: zod.ZodString;
679
741
  }, zod.core.$strip>;
680
742
  flowId: zod.ZodString;
743
+ honourSourceDeletes: zod.ZodBoolean;
681
744
  id: zod.ZodString;
682
745
  inputName: zod.ZodString;
683
746
  type: zod.ZodEnum<{
@@ -757,6 +820,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
757
820
  }, zod.core.$strip>;
758
821
  }, zod.core.$strip>>>>;
759
822
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
823
+ secret: zod.ZodBoolean;
760
824
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
761
825
  }, zod.core.$strip>>>>;
762
826
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -781,6 +845,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
781
845
  triggers: zod.ZodArray<zod.ZodObject<{
782
846
  dataSourceContainer: zod.ZodObject<{
783
847
  dataSourceId: zod.ZodString;
848
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
784
849
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
785
850
  operator: zod.ZodString;
786
851
  propertyName: zod.ZodString;
@@ -791,6 +856,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
791
856
  path: zod.ZodString;
792
857
  }, zod.core.$strip>;
793
858
  flowId: zod.ZodString;
859
+ honourSourceDeletes: zod.ZodBoolean;
794
860
  id: zod.ZodString;
795
861
  inputName: zod.ZodString;
796
862
  type: zod.ZodEnum<{
@@ -827,9 +893,12 @@ export declare const dataSetsGetQueryParams: zod.ZodObject<{
827
893
  take: zod.ZodDefault<zod.ZodNumber>;
828
894
  skip: zod.ZodOptional<zod.ZodNumber>;
829
895
  search: zod.ZodOptional<zod.ZodString>;
896
+ sortBy: zod.ZodOptional<zod.ZodString>;
897
+ sortDirection: zod.ZodOptional<zod.ZodString>;
830
898
  }, zod.core.$strict>;
831
899
  export declare const dataSetsGetResponseDataItemDataSpaceIdRegExp: RegExp;
832
900
  export declare const dataSetsGetResponseDataItemFlowIdRegExp: RegExp;
901
+ export declare const dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp: RegExp;
833
902
  export declare const dataSetsGetResponseDataItemIdRegExp: RegExp;
834
903
  export declare const dataSetsGetResponseDataItemVersionRegExp: RegExp;
835
904
  export declare const dataSetsGetResponse: zod.ZodObject<{
@@ -839,6 +908,7 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
839
908
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
840
909
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
841
910
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
911
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
842
912
  id: zod.ZodString;
843
913
  modifiedAt: zod.ZodISODateTime;
844
914
  modifiedByUserId: zod.ZodString;
@@ -848,6 +918,11 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
848
918
  isVector: zod.ZodBoolean;
849
919
  name: zod.ZodString;
850
920
  }, zod.core.$strip>>;
921
+ scopingMode: zod.ZodEnum<{
922
+ Unrestricted: "Unrestricted";
923
+ PerSubject: "PerSubject";
924
+ }>;
925
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
851
926
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
852
927
  }, zod.core.$strip>>;
853
928
  total: zod.ZodNumber;
@@ -888,6 +963,7 @@ export declare const dataSetsGetByIdParams: zod.ZodObject<{
888
963
  }, zod.core.$strict>;
889
964
  export declare const dataSetsGetByIdResponseDataSpaceIdRegExp: RegExp;
890
965
  export declare const dataSetsGetByIdResponseFlowIdRegExp: RegExp;
966
+ export declare const dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp: RegExp;
891
967
  export declare const dataSetsGetByIdResponseIdRegExp: RegExp;
892
968
  export declare const dataSetsGetByIdResponseVersionRegExp: RegExp;
893
969
  export declare const dataSetsGetByIdResponse: zod.ZodObject<{
@@ -896,6 +972,7 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
896
972
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
897
973
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
898
974
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
975
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
899
976
  id: zod.ZodString;
900
977
  modifiedAt: zod.ZodISODateTime;
901
978
  modifiedByUserId: zod.ZodString;
@@ -905,6 +982,11 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
905
982
  isVector: zod.ZodBoolean;
906
983
  name: zod.ZodString;
907
984
  }, zod.core.$strip>>;
985
+ scopingMode: zod.ZodEnum<{
986
+ Unrestricted: "Unrestricted";
987
+ PerSubject: "PerSubject";
988
+ }>;
989
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
908
990
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
909
991
  }, zod.core.$strip>;
910
992
  /**
@@ -918,6 +1000,7 @@ export declare const dataSetsPutBodyIdRegExp: RegExp;
918
1000
  export declare const dataSetsPutBody: zod.ZodObject<{
919
1001
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
920
1002
  dataSourceId: zod.ZodString;
1003
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
921
1004
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
922
1005
  operator: zod.ZodString;
923
1006
  propertyName: zod.ZodString;
@@ -931,6 +1014,7 @@ export declare const dataSetsPutBody: zod.ZodObject<{
931
1014
  }, zod.core.$strict>;
932
1015
  export declare const dataSetsPutResponseDataSpaceIdRegExp: RegExp;
933
1016
  export declare const dataSetsPutResponseFlowIdRegExp: RegExp;
1017
+ export declare const dataSetsPutResponseHonourDeletesContainerIdsItemRegExp: RegExp;
934
1018
  export declare const dataSetsPutResponseIdRegExp: RegExp;
935
1019
  export declare const dataSetsPutResponseVersionRegExp: RegExp;
936
1020
  export declare const dataSetsPutResponse: zod.ZodObject<{
@@ -939,6 +1023,7 @@ export declare const dataSetsPutResponse: zod.ZodObject<{
939
1023
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
940
1024
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
941
1025
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1026
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
942
1027
  id: zod.ZodString;
943
1028
  modifiedAt: zod.ZodISODateTime;
944
1029
  modifiedByUserId: zod.ZodString;
@@ -948,6 +1033,11 @@ export declare const dataSetsPutResponse: zod.ZodObject<{
948
1033
  isVector: zod.ZodBoolean;
949
1034
  name: zod.ZodString;
950
1035
  }, zod.core.$strip>>;
1036
+ scopingMode: zod.ZodEnum<{
1037
+ Unrestricted: "Unrestricted";
1038
+ PerSubject: "PerSubject";
1039
+ }>;
1040
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
951
1041
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
952
1042
  }, zod.core.$strip>;
953
1043
  /**
@@ -983,6 +1073,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
983
1073
  data: zod.ZodArray<zod.ZodObject<{
984
1074
  containerId: zod.ZodString;
985
1075
  createdAt: zod.ZodISODateTime;
1076
+ deletedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
986
1077
  flowRuns: zod.ZodArray<zod.ZodObject<{
987
1078
  errors: zod.ZodArray<zod.ZodObject<{
988
1079
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -991,7 +1082,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
991
1082
  }, zod.core.$strip>>;
992
1083
  finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
993
1084
  flowRunId: zod.ZodString;
994
- runAt: zod.ZodISODateTime;
1085
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
995
1086
  status: zod.ZodString;
996
1087
  }, zod.core.$strip>>;
997
1088
  id: zod.ZodString;
@@ -1012,6 +1103,7 @@ export declare const dataSetsSetDataspaceBodyRegExp: RegExp;
1012
1103
  export declare const dataSetsSetDataspaceBody: zod.ZodString;
1013
1104
  export declare const dataSetsSetDataspaceResponseDataSpaceIdRegExp: RegExp;
1014
1105
  export declare const dataSetsSetDataspaceResponseFlowIdRegExp: RegExp;
1106
+ export declare const dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp: RegExp;
1015
1107
  export declare const dataSetsSetDataspaceResponseIdRegExp: RegExp;
1016
1108
  export declare const dataSetsSetDataspaceResponseVersionRegExp: RegExp;
1017
1109
  export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
@@ -1020,6 +1112,7 @@ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
1020
1112
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1021
1113
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1022
1114
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1115
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1023
1116
  id: zod.ZodString;
1024
1117
  modifiedAt: zod.ZodISODateTime;
1025
1118
  modifiedByUserId: zod.ZodString;
@@ -1029,6 +1122,11 @@ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
1029
1122
  isVector: zod.ZodBoolean;
1030
1123
  name: zod.ZodString;
1031
1124
  }, zod.core.$strip>>;
1125
+ scopingMode: zod.ZodEnum<{
1126
+ Unrestricted: "Unrestricted";
1127
+ PerSubject: "PerSubject";
1128
+ }>;
1129
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1032
1130
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1033
1131
  }, zod.core.$strip>;
1034
1132
  export declare const dataSetsExportPathIdRegExp: RegExp;
@@ -1131,6 +1229,11 @@ export declare const dataSetsDeleteItemParams: zod.ZodObject<{
1131
1229
  itemId: zod.ZodString;
1132
1230
  }, zod.core.$strict>;
1133
1231
  /**
1232
+ * The `isVector` field is deprecated: the platform no longer uses it,
1233
+ and it has no effect on ingestion or querying. It remains available as an
1234
+ optional field for backward compatibility with existing integrations —
1235
+ new integrations should omit it. When omitted, the stored value is
1236
+ preserved on update and defaults to `false` on create.
1134
1237
  * @summary Upsert a single property on a dataset.
1135
1238
  */
1136
1239
  export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
@@ -1139,7 +1242,7 @@ export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
1139
1242
  }, zod.core.$strict>;
1140
1243
  export declare const dataSetsAddDataSetPropertyBody: zod.ZodObject<{
1141
1244
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1142
- isVector: zod.ZodBoolean;
1245
+ isVector: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1143
1246
  name: zod.ZodString;
1144
1247
  }, zod.core.$strict>;
1145
1248
  export declare const dataSetsAddDataSetPropertyResponse: zod.ZodObject<{
@@ -1152,6 +1255,90 @@ export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
1152
1255
  id: zod.ZodString;
1153
1256
  name: zod.ZodString;
1154
1257
  }, zod.core.$strict>;
1258
+ /**
1259
+ * @summary Run-centric ingestion history for the dataset (newest first), from the
1260
+ AI API's provenance-stamped run store. `trigger` filters by cause
1261
+ (sync / sweep / manual / reset / unknown); `itemId` narrows to one
1262
+ container item, including runs superseded by later re-ingests.
1263
+ */
1264
+ export declare const dataSetsGetIngestionRunsPathIdRegExp: RegExp;
1265
+ export declare const dataSetsGetIngestionRunsParams: zod.ZodObject<{
1266
+ id: zod.ZodString;
1267
+ }, zod.core.$strict>;
1268
+ export declare const dataSetsGetIngestionRunsQuerySkipDefault = 0;
1269
+ export declare const dataSetsGetIngestionRunsQueryTakeDefault = 50;
1270
+ export declare const dataSetsGetIngestionRunsQueryItemIdRegExp: RegExp;
1271
+ export declare const dataSetsGetIngestionRunsQueryParams: zod.ZodObject<{
1272
+ skip: zod.ZodOptional<zod.ZodNumber>;
1273
+ take: zod.ZodDefault<zod.ZodNumber>;
1274
+ trigger: zod.ZodOptional<zod.ZodString>;
1275
+ itemId: zod.ZodOptional<zod.ZodString>;
1276
+ }, zod.core.$strict>;
1277
+ export declare const dataSetsGetIngestionRunsResponseDataItemCausedByRegExp: RegExp;
1278
+ export declare const dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp: RegExp;
1279
+ export declare const dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp: RegExp;
1280
+ export declare const dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp: RegExp;
1281
+ export declare const dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp: RegExp;
1282
+ export declare const dataSetsGetIngestionRunsResponseDataItemItemIdRegExp: RegExp;
1283
+ export declare const dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp: RegExp;
1284
+ export declare const dataSetsGetIngestionRunsResponse: zod.ZodObject<{
1285
+ data: zod.ZodArray<zod.ZodObject<{
1286
+ causedBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1287
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1288
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1289
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1290
+ dataSetVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1291
+ errors: zod.ZodArray<zod.ZodObject<{
1292
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1293
+ code: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
1294
+ message: zod.ZodString;
1295
+ }, zod.core.$strip>>;
1296
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1297
+ flowRunId: zod.ZodString;
1298
+ itemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1299
+ itemName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1300
+ itemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1301
+ itemVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1302
+ retryOf: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1303
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1304
+ status: zod.ZodString;
1305
+ trigger: zod.ZodObject<{
1306
+ kind: zod.ZodString;
1307
+ principal: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1308
+ }, zod.core.$strip>;
1309
+ }, zod.core.$strip>>;
1310
+ total: zod.ZodNumber;
1311
+ }, zod.core.$strip>;
1312
+ /**
1313
+ * @summary Set the per-document scoping config (mode + subject path) on a dataset.
1314
+ */
1315
+ export declare const dataSetsPutScopingPathIdRegExp: RegExp;
1316
+ export declare const dataSetsPutScopingParams: zod.ZodObject<{
1317
+ id: zod.ZodString;
1318
+ }, zod.core.$strict>;
1319
+ export declare const dataSetsPutScopingBody: zod.ZodObject<{
1320
+ mode: zod.ZodEnum<{
1321
+ Unrestricted: "Unrestricted";
1322
+ PerSubject: "PerSubject";
1323
+ }>;
1324
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1325
+ }, zod.core.$strict>;
1326
+ /**
1327
+ * @summary Whether this dataset hides items whose source file was deleted in the given
1328
+ container. Per container, because the setting belongs to that subscription.
1329
+ Off is the default and does not disable detection — deletions are always
1330
+ recorded and always marked on the affected rows; this only decides whether a
1331
+ marked row is returned. Nothing here deletes anything.
1332
+ */
1333
+ export declare const dataSetsPutSourceDeletesPathIdRegExp: RegExp;
1334
+ export declare const dataSetsPutSourceDeletesParams: zod.ZodObject<{
1335
+ id: zod.ZodString;
1336
+ }, zod.core.$strict>;
1337
+ export declare const dataSetsPutSourceDeletesBodyContainerIdRegExp: RegExp;
1338
+ export declare const dataSetsPutSourceDeletesBody: zod.ZodObject<{
1339
+ containerId: zod.ZodString;
1340
+ honourSourceDeletes: zod.ZodBoolean;
1341
+ }, zod.core.$strict>;
1155
1342
  /**
1156
1343
  * @summary Fetch a list of all available data source types in SmartSpace.
1157
1344
  */
@@ -1202,6 +1389,7 @@ export declare const dataSourceTypesGetAvailableContainersBody: zod.ZodObject<{
1202
1389
  }, zod.core.$strict>;
1203
1390
  export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodObject<{
1204
1391
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1392
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1205
1393
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1206
1394
  operator: zod.ZodString;
1207
1395
  propertyName: zod.ZodString;
@@ -1216,6 +1404,7 @@ export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodO
1216
1404
  }, zod.core.$strip>;
1217
1405
  export declare const dataSourceTypesGetAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
1218
1406
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1407
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1219
1408
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1220
1409
  operator: zod.ZodString;
1221
1410
  propertyName: zod.ZodString;
@@ -1260,6 +1449,7 @@ export declare const dataSourcesGetResponse: zod.ZodObject<{
1260
1449
  data: zod.ZodArray<zod.ZodObject<{
1261
1450
  containers: zod.ZodArray<zod.ZodObject<{
1262
1451
  dataSourceId: zod.ZodString;
1452
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1263
1453
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1264
1454
  operator: zod.ZodString;
1265
1455
  propertyName: zod.ZodString;
@@ -1320,6 +1510,7 @@ export declare const dataSourcesPostResponseIdRegExp: RegExp;
1320
1510
  export declare const dataSourcesPostResponse: zod.ZodObject<{
1321
1511
  containers: zod.ZodArray<zod.ZodObject<{
1322
1512
  dataSourceId: zod.ZodString;
1513
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1323
1514
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1324
1515
  operator: zod.ZodString;
1325
1516
  propertyName: zod.ZodString;
@@ -1383,6 +1574,7 @@ export declare const dataSourcesContainersResponseDataSourceIdRegExp: RegExp;
1383
1574
  export declare const dataSourcesContainersResponseIdRegExp: RegExp;
1384
1575
  export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1385
1576
  dataSourceId: zod.ZodString;
1577
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1386
1578
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1387
1579
  operator: zod.ZodString;
1388
1580
  propertyName: zod.ZodString;
@@ -1394,6 +1586,7 @@ export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1394
1586
  }, zod.core.$strip>;
1395
1587
  export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
1396
1588
  dataSourceId: zod.ZodString;
1589
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1397
1590
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1398
1591
  operator: zod.ZodString;
1399
1592
  propertyName: zod.ZodString;
@@ -1445,6 +1638,15 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
1445
1638
  export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
1446
1639
  credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
1447
1640
  }, zod.core.$strict>;
1641
+ /**
1642
+ * @summary Requests an on-demand sync of a data source. The request is queued;
1643
+ the sync service picks it up within ~30 seconds. Repeated requests
1644
+ are safe — concurrent syncs of the same source collapse to one run.
1645
+ */
1646
+ export declare const dataSourcesRequestSyncPathDataSourceIdRegExp: RegExp;
1647
+ export declare const dataSourcesRequestSyncParams: zod.ZodObject<{
1648
+ dataSourceId: zod.ZodString;
1649
+ }, zod.core.$strict>;
1448
1650
  export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
1449
1651
  export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
1450
1652
  id: zod.ZodString;
@@ -1478,6 +1680,7 @@ export declare const dataSpacesGetQueryParams: zod.ZodObject<{
1478
1680
  }, zod.core.$strict>;
1479
1681
  export declare const dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
1480
1682
  export declare const dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp: RegExp;
1683
+ export declare const dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1481
1684
  export declare const dataSpacesGetResponseDataItemDataSetsItemIdRegExp: RegExp;
1482
1685
  export declare const dataSpacesGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
1483
1686
  export declare const dataSpacesGetResponseDataItemIdRegExp: RegExp;
@@ -1493,6 +1696,7 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1493
1696
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1494
1697
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1495
1698
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1699
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1496
1700
  id: zod.ZodString;
1497
1701
  modifiedAt: zod.ZodISODateTime;
1498
1702
  modifiedByUserId: zod.ZodString;
@@ -1502,6 +1706,11 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1502
1706
  isVector: zod.ZodBoolean;
1503
1707
  name: zod.ZodString;
1504
1708
  }, zod.core.$strip>>;
1709
+ scopingMode: zod.ZodEnum<{
1710
+ Unrestricted: "Unrestricted";
1711
+ PerSubject: "PerSubject";
1712
+ }>;
1713
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1505
1714
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1506
1715
  }, zod.core.$strip>>;
1507
1716
  id: zod.ZodString;
@@ -1534,6 +1743,7 @@ export declare const dataSpacesGetByIdParams: zod.ZodObject<{
1534
1743
  }, zod.core.$strict>;
1535
1744
  export declare const dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1536
1745
  export declare const dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp: RegExp;
1746
+ export declare const dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1537
1747
  export declare const dataSpacesGetByIdResponseDataSetsItemIdRegExp: RegExp;
1538
1748
  export declare const dataSpacesGetByIdResponseDataSetsItemVersionRegExp: RegExp;
1539
1749
  export declare const dataSpacesGetByIdResponseIdRegExp: RegExp;
@@ -1548,6 +1758,7 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1548
1758
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1549
1759
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1550
1760
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1761
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1551
1762
  id: zod.ZodString;
1552
1763
  modifiedAt: zod.ZodISODateTime;
1553
1764
  modifiedByUserId: zod.ZodString;
@@ -1557,6 +1768,11 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1557
1768
  isVector: zod.ZodBoolean;
1558
1769
  name: zod.ZodString;
1559
1770
  }, zod.core.$strip>>;
1771
+ scopingMode: zod.ZodEnum<{
1772
+ Unrestricted: "Unrestricted";
1773
+ PerSubject: "PerSubject";
1774
+ }>;
1775
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1560
1776
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1561
1777
  }, zod.core.$strip>>;
1562
1778
  id: zod.ZodString;
@@ -1585,6 +1801,7 @@ export declare const dataSpacesPutBody: zod.ZodObject<{
1585
1801
  }, zod.core.$strict>;
1586
1802
  export declare const dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1587
1803
  export declare const dataSpacesPutResponseDataSetsItemFlowIdRegExp: RegExp;
1804
+ export declare const dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1588
1805
  export declare const dataSpacesPutResponseDataSetsItemIdRegExp: RegExp;
1589
1806
  export declare const dataSpacesPutResponseDataSetsItemVersionRegExp: RegExp;
1590
1807
  export declare const dataSpacesPutResponseIdRegExp: RegExp;
@@ -1599,6 +1816,7 @@ export declare const dataSpacesPutResponse: zod.ZodObject<{
1599
1816
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1600
1817
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1601
1818
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1819
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1602
1820
  id: zod.ZodString;
1603
1821
  modifiedAt: zod.ZodISODateTime;
1604
1822
  modifiedByUserId: zod.ZodString;
@@ -1608,6 +1826,11 @@ export declare const dataSpacesPutResponse: zod.ZodObject<{
1608
1826
  isVector: zod.ZodBoolean;
1609
1827
  name: zod.ZodString;
1610
1828
  }, zod.core.$strip>>;
1829
+ scopingMode: zod.ZodEnum<{
1830
+ Unrestricted: "Unrestricted";
1831
+ PerSubject: "PerSubject";
1832
+ }>;
1833
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1611
1834
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1612
1835
  }, zod.core.$strip>>;
1613
1836
  id: zod.ZodString;
@@ -1655,9 +1878,12 @@ export declare const dataSpacesGetDataSetsQueryParams: zod.ZodObject<{
1655
1878
  take: zod.ZodDefault<zod.ZodNumber>;
1656
1879
  skip: zod.ZodOptional<zod.ZodNumber>;
1657
1880
  search: zod.ZodOptional<zod.ZodString>;
1881
+ sortBy: zod.ZodOptional<zod.ZodString>;
1882
+ sortDirection: zod.ZodOptional<zod.ZodString>;
1658
1883
  }, zod.core.$strict>;
1659
1884
  export declare const dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp: RegExp;
1660
1885
  export declare const dataSpacesGetDataSetsResponseDataItemFlowIdRegExp: RegExp;
1886
+ export declare const dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp: RegExp;
1661
1887
  export declare const dataSpacesGetDataSetsResponseDataItemIdRegExp: RegExp;
1662
1888
  export declare const dataSpacesGetDataSetsResponseDataItemVersionRegExp: RegExp;
1663
1889
  export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
@@ -1667,6 +1893,7 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1667
1893
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1668
1894
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1669
1895
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1896
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1670
1897
  id: zod.ZodString;
1671
1898
  modifiedAt: zod.ZodISODateTime;
1672
1899
  modifiedByUserId: zod.ZodString;
@@ -1676,6 +1903,11 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1676
1903
  isVector: zod.ZodBoolean;
1677
1904
  name: zod.ZodString;
1678
1905
  }, zod.core.$strip>>;
1906
+ scopingMode: zod.ZodEnum<{
1907
+ Unrestricted: "Unrestricted";
1908
+ PerSubject: "PerSubject";
1909
+ }>;
1910
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1679
1911
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1680
1912
  }, zod.core.$strip>>;
1681
1913
  total: zod.ZodNumber;
@@ -1691,6 +1923,7 @@ export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegEx
1691
1923
  export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
1692
1924
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1693
1925
  dataSourceId: zod.ZodString;
1926
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1694
1927
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1695
1928
  operator: zod.ZodString;
1696
1929
  propertyName: zod.ZodString;
@@ -1707,6 +1940,13 @@ export declare const debugInvokeParams: zod.ZodObject<{
1707
1940
  }, zod.core.$strict>;
1708
1941
  export declare const debugInvokeBodyItem: zod.ZodAny;
1709
1942
  export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
1943
+ /**
1944
+ * @summary Mongo index health for the flow-runs store: planned-vs-existing
1945
+ indexes per collection, the latest index-ensure outcome per index
1946
+ (including repeated failures), and any in-flight index
1947
+ transformations with their progress (currentOp).
1948
+ */
1949
+ export declare const diagnosticsGetMongoIndexesResponse: zod.ZodAny;
1710
1950
  /**
1711
1951
  * @summary List the current user's drafts (without parsed interfaces — load detail to get those).
1712
1952
  */
@@ -2000,6 +2240,28 @@ export declare const draftsSaveDraftResponse: zod.ZodObject<{
2000
2240
  parseError: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2001
2241
  rowVersion: zod.ZodString;
2002
2242
  }, zod.core.$strip>;
2243
+ /**
2244
+ * @summary Publish the draft's saved source as a tenant-visible Custom block set.
2245
+ When a published set of the same name exists, the first call returns 409
2246
+ with the impact details; retry with `confirmOverwrite: true` to
2247
+ replace it (a new row supersedes the old per newest-wins resolution).
2248
+ */
2249
+ export declare const draftsPublishDraftParams: zod.ZodObject<{
2250
+ name: zod.ZodString;
2251
+ }, zod.core.$strict>;
2252
+ export declare const draftsPublishDraftBody: zod.ZodObject<{
2253
+ confirmOverwrite: zod.ZodBoolean;
2254
+ publishAs: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2255
+ }, zod.core.$strict>;
2256
+ export declare const draftsPublishDraftResponseBlockSetIdRegExp: RegExp;
2257
+ export declare const draftsPublishDraftResponse: zod.ZodObject<{
2258
+ blockSetId: zod.ZodString;
2259
+ blocks: zod.ZodArray<zod.ZodObject<{
2260
+ name: zod.ZodString;
2261
+ version: zod.ZodString;
2262
+ }, zod.core.$strip>>;
2263
+ name: zod.ZodString;
2264
+ }, zod.core.$strip>;
2003
2265
  /**
2004
2266
  * @summary Upload files to be referenced in requests (supports full and chunked uploads).
2005
2267
  */
@@ -2151,6 +2413,16 @@ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
2151
2413
  export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
2152
2414
  id: zod.ZodString;
2153
2415
  }, zod.core.$strict>;
2416
+ /**
2417
+ * @summary Requests cancellation of a queued or running flow run. Cancellation
2418
+ is cooperative: a queued run is stamped cancelled before it starts;
2419
+ a running flow stops between block executions, typically within
2420
+ seconds. Cancelled runs carry cancelledAt in their basic info.
2421
+ */
2422
+ export declare const flowRunsCancelFlowRunPathIdRegExpOne: RegExp;
2423
+ export declare const flowRunsCancelFlowRunParams: zod.ZodObject<{
2424
+ id: zod.ZodString;
2425
+ }, zod.core.$strict>;
2154
2426
  export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
2155
2427
  export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
2156
2428
  id: zod.ZodString;
@@ -2167,6 +2439,9 @@ export declare const flowRunsAddFileIdFilesExistingBody: zod.ZodObject<{
2167
2439
  blobUri: zod.ZodString;
2168
2440
  flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2169
2441
  }, zod.core.$strict>;
2442
+ /**
2443
+ * @summary Lists a run's function executions, newest first.
2444
+ */
2170
2445
  export declare const flowRunsGetStepExecutionsPathIdRegExp: RegExp;
2171
2446
  export declare const flowRunsGetStepExecutionsParams: zod.ZodObject<{
2172
2447
  id: zod.ZodString;
@@ -2179,6 +2454,7 @@ export declare const flowRunsGetStepExecutionsQueryParams: zod.ZodObject<{
2179
2454
  take: zod.ZodDefault<zod.ZodNumber>;
2180
2455
  search: zod.ZodOptional<zod.ZodString>;
2181
2456
  "blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2457
+ includeValues: zod.ZodOptional<zod.ZodBoolean>;
2182
2458
  }, zod.core.$strict>;
2183
2459
  export declare const flowRunsGetStepExecutionsResponseLogsItemIdRegExp: RegExp;
2184
2460
  export declare const flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
@@ -2203,6 +2479,8 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2203
2479
  createdAt: zod.ZodISODateTime;
2204
2480
  data: zod.ZodAny;
2205
2481
  id: zod.ZodString;
2482
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2483
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2206
2484
  source: zod.ZodObject<{
2207
2485
  node: zod.ZodString;
2208
2486
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2215,15 +2493,92 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2215
2493
  createdAt: zod.ZodISODateTime;
2216
2494
  data: zod.ZodAny;
2217
2495
  id: zod.ZodString;
2496
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2497
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2218
2498
  source: zod.ZodObject<{
2219
2499
  node: zod.ZodString;
2220
2500
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2221
2501
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2222
2502
  }, zod.core.$strip>;
2223
2503
  }, zod.core.$strip>>;
2504
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2505
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2224
2506
  }, zod.core.$strip>>;
2225
2507
  total: zod.ZodNumber;
2226
2508
  }, zod.core.$strip>;
2509
+ /**
2510
+ * Inline values are returned as stored. Values spilled to blob storage come
2511
+ back by reference (`isBlob`, `sizeBytes`, `data` null) and are
2512
+ fetched with M:SmartSpace.App.ConfigApi.Controllers.FlowRunsController.GetFlowValueDownload(System.Guid,System.Guid); they are never downloaded on
2513
+ this read, so expanding a large step costs the same as a small one.
2514
+ * @summary Gets one execution of a run with its input/output values — the detail read
2515
+ behind `functionexecutions?includeValues=false`.
2516
+ */
2517
+ export declare const flowRunsGetStepExecutionPathIdRegExp: RegExp;
2518
+ export declare const flowRunsGetStepExecutionPathExecutionIdRegExp: RegExp;
2519
+ export declare const flowRunsGetStepExecutionParams: zod.ZodObject<{
2520
+ id: zod.ZodString;
2521
+ executionId: zod.ZodString;
2522
+ }, zod.core.$strict>;
2523
+ export declare const flowRunsGetStepExecutionResponseIdRegExp: RegExp;
2524
+ export declare const flowRunsGetStepExecutionResponseInputsItemIdRegExp: RegExp;
2525
+ export declare const flowRunsGetStepExecutionResponseInputsItemValueIdRegExp: RegExp;
2526
+ export declare const flowRunsGetStepExecutionResponseOutputsItemIdRegExp: RegExp;
2527
+ export declare const flowRunsGetStepExecutionResponse: zod.ZodObject<{
2528
+ blockId: zod.ZodString;
2529
+ createdAt: zod.ZodISODateTime;
2530
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2531
+ functionName: zod.ZodString;
2532
+ id: zod.ZodString;
2533
+ inputs: zod.ZodArray<zod.ZodObject<{
2534
+ blockId: zod.ZodString;
2535
+ createdAt: zod.ZodISODateTime;
2536
+ id: zod.ZodString;
2537
+ pin: zod.ZodString;
2538
+ port: zod.ZodString;
2539
+ sticky: zod.ZodBoolean;
2540
+ value: zod.ZodObject<{
2541
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
2542
+ createdAt: zod.ZodISODateTime;
2543
+ data: zod.ZodAny;
2544
+ id: zod.ZodString;
2545
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2546
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2547
+ source: zod.ZodObject<{
2548
+ node: zod.ZodString;
2549
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2550
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2551
+ }, zod.core.$strip>;
2552
+ }, zod.core.$strip>;
2553
+ }, zod.core.$strip>>;
2554
+ outputs: zod.ZodArray<zod.ZodObject<{
2555
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
2556
+ createdAt: zod.ZodISODateTime;
2557
+ data: zod.ZodAny;
2558
+ id: zod.ZodString;
2559
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2560
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2561
+ source: zod.ZodObject<{
2562
+ node: zod.ZodString;
2563
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2564
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2565
+ }, zod.core.$strip>;
2566
+ }, zod.core.$strip>>;
2567
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2568
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2569
+ }, zod.core.$strip>;
2570
+ /**
2571
+ * Redirects to short-lived direct-from-storage link, so the payload never
2572
+ transits this service — the same pattern as file downloads. Only values the
2573
+ per-execution read returned by reference resolve here.
2574
+ * @summary Downloads a blob-spilled value's payload.
2575
+ */
2576
+ export declare const flowRunsGetFlowValueDownloadPathIdRegExp: RegExp;
2577
+ export declare const flowRunsGetFlowValueDownloadPathValueIdRegExp: RegExp;
2578
+ export declare const flowRunsGetFlowValueDownloadParams: zod.ZodObject<{
2579
+ id: zod.ZodString;
2580
+ valueId: zod.ZodString;
2581
+ }, zod.core.$strict>;
2227
2582
  export declare const flowRunsGetVariablesPathIdRegExpOne: RegExp;
2228
2583
  export declare const flowRunsGetVariablesParams: zod.ZodObject<{
2229
2584
  id: zod.ZodString;
@@ -2278,6 +2633,7 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
2278
2633
  }, zod.core.$strict>;
2279
2634
  }, zod.core.$strict>>>>;
2280
2635
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2636
+ secret: zod.ZodBoolean;
2281
2637
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2282
2638
  }, zod.core.$strict>>>>;
2283
2639
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -2400,6 +2756,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
2400
2756
  }>>;
2401
2757
  displayName: zod.ZodString;
2402
2758
  id: zod.ZodString;
2759
+ isDefault: zod.ZodBoolean;
2403
2760
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2404
2761
  OpenAi: "OpenAi";
2405
2762
  AzureOpenAi: "AzureOpenAi";
@@ -2488,6 +2845,59 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
2488
2845
  Other: "Other";
2489
2846
  }>>;
2490
2847
  }, zod.core.$strict>;
2848
+ /**
2849
+ * @summary Retrieves the instance-wide default model — the one pre-selected on new LLM blocks and the default workspace flow.
2850
+ */
2851
+ export declare const modelsGetDefaultModelResponseIdRegExp: RegExp;
2852
+ export declare const modelsGetDefaultModelResponse: zod.ZodObject<{
2853
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2854
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2855
+ deploymentStatus: zod.ZodOptional<zod.ZodEnum<{
2856
+ Deploying: "Deploying";
2857
+ Ready: "Ready";
2858
+ Failed: "Failed";
2859
+ Deleting: "Deleting";
2860
+ Deleted: "Deleted";
2861
+ }>>;
2862
+ displayName: zod.ZodString;
2863
+ id: zod.ZodString;
2864
+ isDefault: zod.ZodBoolean;
2865
+ modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2866
+ OpenAi: "OpenAi";
2867
+ AzureOpenAi: "AzureOpenAi";
2868
+ HuggingFace: "HuggingFace";
2869
+ Cohere: "Cohere";
2870
+ Anthropic: "Anthropic";
2871
+ Gemini: "Gemini";
2872
+ VertexAi: "VertexAi";
2873
+ AzureFoundry: "AzureFoundry";
2874
+ }>>;
2875
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2876
+ OpenAi: "OpenAi";
2877
+ HuggingFace: "HuggingFace";
2878
+ Cohere: "Cohere";
2879
+ Anthropic: "Anthropic";
2880
+ Google: "Google";
2881
+ Meta: "Meta";
2882
+ Mistral: "Mistral";
2883
+ Microsoft: "Microsoft";
2884
+ DeepSeek: "DeepSeek";
2885
+ XAi: "XAi";
2886
+ Amazon: "Amazon";
2887
+ Qwen: "Qwen";
2888
+ Other: "Other";
2889
+ }>>;
2890
+ name: zod.ZodString;
2891
+ properties: zod.ZodArray<zod.ZodObject<{
2892
+ name: zod.ZodString;
2893
+ type: zod.ZodEnum<{
2894
+ Boolean: "Boolean";
2895
+ Number: "Number";
2896
+ String: "String";
2897
+ }>;
2898
+ }, zod.core.$strip>>;
2899
+ virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2900
+ }, zod.core.$strip>;
2491
2901
  export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
2492
2902
  serverType: zod.ZodOptional<zod.ZodEnum<{
2493
2903
  TextGenerationInference: "TextGenerationInference";
@@ -2560,6 +2970,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2560
2970
  }, zod.core.$strip>>;
2561
2971
  displayName: zod.ZodString;
2562
2972
  id: zod.ZodString;
2973
+ isDefault: zod.ZodBoolean;
2563
2974
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2564
2975
  OpenAi: "OpenAi";
2565
2976
  AzureOpenAi: "AzureOpenAi";
@@ -2649,6 +3060,20 @@ export declare const modelsUpsertModelBody: zod.ZodObject<{
2649
3060
  Other: "Other";
2650
3061
  }>>;
2651
3062
  }, zod.core.$strict>;
3063
+ /**
3064
+ * @summary Clears the default flag from the specified model, leaving the instance with no default.
3065
+ */
3066
+ export declare const modelsClearDefaultModelPathIdRegExp: RegExp;
3067
+ export declare const modelsClearDefaultModelParams: zod.ZodObject<{
3068
+ id: zod.ZodString;
3069
+ }, zod.core.$strict>;
3070
+ /**
3071
+ * @summary Makes the specified model the instance-wide default, replacing any previous default.
3072
+ */
3073
+ export declare const modelsSetDefaultModelPathIdRegExp: RegExp;
3074
+ export declare const modelsSetDefaultModelParams: zod.ZodObject<{
3075
+ id: zod.ZodString;
3076
+ }, zod.core.$strict>;
2652
3077
  /**
2653
3078
  * @summary Retrieves the Docker logs for a specific deployment of a model.
2654
3079
  */
@@ -2694,6 +3119,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
2694
3119
  WorkSpaceUpdated: "WorkSpaceUpdated";
2695
3120
  MessageThreadUpdated: "MessageThreadUpdated";
2696
3121
  CommentUpdated: "CommentUpdated";
3122
+ AddedToThread: "AddedToThread";
2697
3123
  }>;
2698
3124
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2699
3125
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2779,12 +3205,218 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
2779
3205
  name: zod.ZodString;
2780
3206
  }, zod.core.$strip>>;
2781
3207
  }, zod.core.$strip>;
3208
+ /**
3209
+ * @summary List API accounts: service principals holding the SmartSpace integration
3210
+ role, with their permission flags and last recorded activity.
3211
+ */
3212
+ export declare const servicePrincipalsGetServicePrincipalsQuerySkipDefault = 0;
3213
+ export declare const servicePrincipalsGetServicePrincipalsQueryTakeDefault = 20;
3214
+ export declare const servicePrincipalsGetServicePrincipalsQueryParams: zod.ZodObject<{
3215
+ skip: zod.ZodOptional<zod.ZodNumber>;
3216
+ take: zod.ZodDefault<zod.ZodNumber>;
3217
+ search: zod.ZodOptional<zod.ZodString>;
3218
+ }, zod.core.$strict>;
3219
+ export declare const servicePrincipalsGetServicePrincipalsResponse: zod.ZodObject<{
3220
+ data: zod.ZodArray<zod.ZodObject<{
3221
+ id: zod.ZodString;
3222
+ lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3223
+ name: zod.ZodString;
3224
+ permissions: zod.ZodArray<zod.ZodEnum<{
3225
+ WorkspaceCreate: "WorkspaceCreate";
3226
+ WorkspaceEdit: "WorkspaceEdit";
3227
+ WorkspaceDelete: "WorkspaceDelete";
3228
+ DataSpaceCreate: "DataSpaceCreate";
3229
+ DataSpaceEdit: "DataSpaceEdit";
3230
+ DataSpaceDelete: "DataSpaceDelete";
3231
+ ConnectorCreate: "ConnectorCreate";
3232
+ ConnectorEdit: "ConnectorEdit";
3233
+ ConnectorDelete: "ConnectorDelete";
3234
+ }>>;
3235
+ }, zod.core.$strip>>;
3236
+ total: zod.ZodNumber;
3237
+ }, zod.core.$strip>;
3238
+ /**
3239
+ * @summary List configured syncs. status matches the data
3240
+ source's latest completed sync (e.g. Success / Failure), or "never"
3241
+ for sources with no recorded sync. sortBy:
3242
+ name | connector | lastSync (default: path).
3243
+ */
3244
+ export declare const syncsGetQueryTakeDefault = 50;
3245
+ export declare const syncsGetQuerySkipDefault = 0;
3246
+ export declare const syncsGetQueryDataSourceIdRegExp: RegExp;
3247
+ export declare const syncsGetQueryParams: zod.ZodObject<{
3248
+ take: zod.ZodDefault<zod.ZodNumber>;
3249
+ skip: zod.ZodOptional<zod.ZodNumber>;
3250
+ search: zod.ZodOptional<zod.ZodString>;
3251
+ dataSourceId: zod.ZodOptional<zod.ZodString>;
3252
+ status: zod.ZodOptional<zod.ZodString>;
3253
+ sortBy: zod.ZodOptional<zod.ZodString>;
3254
+ sortDirection: zod.ZodOptional<zod.ZodString>;
3255
+ }, zod.core.$strict>;
3256
+ export declare const syncsGetResponseDataItemDataSetsItemIdRegExp: RegExp;
3257
+ export declare const syncsGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
3258
+ export declare const syncsGetResponseDataItemDataSourceIdRegExp: RegExp;
3259
+ export declare const syncsGetResponseDataItemIdRegExp: RegExp;
3260
+ export declare const syncsGetResponse: zod.ZodObject<{
3261
+ data: zod.ZodArray<zod.ZodObject<{
3262
+ dataSets: zod.ZodArray<zod.ZodObject<{
3263
+ id: zod.ZodString;
3264
+ name: zod.ZodString;
3265
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3266
+ }, zod.core.$strip>>;
3267
+ dataSource: zod.ZodObject<{
3268
+ id: zod.ZodString;
3269
+ isQueued: zod.ZodBoolean;
3270
+ isSyncing: zod.ZodBoolean;
3271
+ name: zod.ZodString;
3272
+ sourceType: zod.ZodEnum<{
3273
+ BlobStorage: "BlobStorage";
3274
+ SqlServer: "SqlServer";
3275
+ AzureSql: "AzureSql";
3276
+ Cosmos: "Cosmos";
3277
+ GoogleDrive: "GoogleDrive";
3278
+ SharePoint: "SharePoint";
3279
+ SharePointSite: "SharePointSite";
3280
+ HubSpot: "HubSpot";
3281
+ AzureStorage: "AzureStorage";
3282
+ File: "File";
3283
+ Sitemap: "Sitemap";
3284
+ }>;
3285
+ supportsDeleteDetection: zod.ZodBoolean;
3286
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3287
+ }, zod.core.$strip>;
3288
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3289
+ highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3290
+ id: zod.ZodString;
3291
+ latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3292
+ latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
3293
+ latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3294
+ latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3295
+ name: zod.ZodString;
3296
+ path: zod.ZodString;
3297
+ recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3298
+ end: zod.ZodISODateTime;
3299
+ itemCount: zod.ZodNumber;
3300
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3301
+ start: zod.ZodISODateTime;
3302
+ status: zod.ZodString;
3303
+ }, zod.core.$strip>>>>;
3304
+ statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3305
+ }, zod.core.$strip>>;
3306
+ total: zod.ZodNumber;
3307
+ }, zod.core.$strip>;
3308
+ /**
3309
+ * @summary The sync-requests queue right now: approximate depth and which data
3310
+ sources have a request WAITING. In-flight requests are invisible to
3311
+ peek (visibility timeout) — that state is each data source's
3312
+ isSyncing flag. Literal route wins over the {containerId} template.
3313
+ */
3314
+ export declare const syncsGetQueueResponseWaitingDataSourceIdsItemRegExp: RegExp;
3315
+ export declare const syncsGetQueueResponse: zod.ZodObject<{
3316
+ depth: zod.ZodNumber;
3317
+ waitingDataSourceIds: zod.ZodArray<zod.ZodString>;
3318
+ }, zod.core.$strip>;
3319
+ /**
3320
+ * @summary Removes the sync: deletes its data source container config record, so
3321
+ the source selection stops being mirrored from the next sync cycle.
3322
+ Refused (DSC400) while any live dataset still subscribes to it via a
3323
+ container flow trigger. Config-only — already-landed items and copied
3324
+ blobs are not cleaned up here.
3325
+ */
3326
+ export declare const syncsDeletePathContainerIdRegExp: RegExp;
3327
+ export declare const syncsDeleteParams: zod.ZodObject<{
3328
+ containerId: zod.ZodString;
3329
+ }, zod.core.$strict>;
3330
+ export declare const syncsGetByIdPathContainerIdRegExp: RegExp;
3331
+ export declare const syncsGetByIdParams: zod.ZodObject<{
3332
+ containerId: zod.ZodString;
3333
+ }, zod.core.$strict>;
3334
+ export declare const syncsGetByIdResponseDataSetsItemIdRegExp: RegExp;
3335
+ export declare const syncsGetByIdResponseDataSetsItemVersionRegExp: RegExp;
3336
+ export declare const syncsGetByIdResponseDataSourceIdRegExp: RegExp;
3337
+ export declare const syncsGetByIdResponseIdRegExp: RegExp;
3338
+ export declare const syncsGetByIdResponse: zod.ZodObject<{
3339
+ dataSets: zod.ZodArray<zod.ZodObject<{
3340
+ id: zod.ZodString;
3341
+ name: zod.ZodString;
3342
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3343
+ }, zod.core.$strip>>;
3344
+ dataSource: zod.ZodObject<{
3345
+ id: zod.ZodString;
3346
+ isQueued: zod.ZodBoolean;
3347
+ isSyncing: zod.ZodBoolean;
3348
+ name: zod.ZodString;
3349
+ sourceType: zod.ZodEnum<{
3350
+ BlobStorage: "BlobStorage";
3351
+ SqlServer: "SqlServer";
3352
+ AzureSql: "AzureSql";
3353
+ Cosmos: "Cosmos";
3354
+ GoogleDrive: "GoogleDrive";
3355
+ SharePoint: "SharePoint";
3356
+ SharePointSite: "SharePointSite";
3357
+ HubSpot: "HubSpot";
3358
+ AzureStorage: "AzureStorage";
3359
+ File: "File";
3360
+ Sitemap: "Sitemap";
3361
+ }>;
3362
+ supportsDeleteDetection: zod.ZodBoolean;
3363
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3364
+ }, zod.core.$strip>;
3365
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3366
+ highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3367
+ id: zod.ZodString;
3368
+ latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3369
+ latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
3370
+ latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3371
+ latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3372
+ name: zod.ZodString;
3373
+ path: zod.ZodString;
3374
+ recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3375
+ end: zod.ZodISODateTime;
3376
+ itemCount: zod.ZodNumber;
3377
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3378
+ start: zod.ZodISODateTime;
3379
+ status: zod.ZodString;
3380
+ }, zod.core.$strip>>>>;
3381
+ statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3382
+ }, zod.core.$strip>;
3383
+ /**
3384
+ * @summary The sync's landed items (read-only metadata), proxied from the AI API's
3385
+ container-items endpoint.
3386
+ */
3387
+ export declare const syncsGetItemsPathContainerIdRegExp: RegExp;
3388
+ export declare const syncsGetItemsParams: zod.ZodObject<{
3389
+ containerId: zod.ZodString;
3390
+ }, zod.core.$strict>;
3391
+ export declare const syncsGetItemsQuerySkipDefault = 0;
3392
+ export declare const syncsGetItemsQueryTakeDefault = 50;
3393
+ export declare const syncsGetItemsQueryParams: zod.ZodObject<{
3394
+ skip: zod.ZodOptional<zod.ZodNumber>;
3395
+ take: zod.ZodDefault<zod.ZodNumber>;
3396
+ }, zod.core.$strict>;
3397
+ export declare const syncsGetItemsResponseDataItemContainerIdRegExp: RegExp;
3398
+ export declare const syncsGetItemsResponseDataItemIdRegExp: RegExp;
3399
+ export declare const syncsGetItemsResponse: zod.ZodObject<{
3400
+ data: zod.ZodArray<zod.ZodObject<{
3401
+ blobUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3402
+ bytes: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3403
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3404
+ deletedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3405
+ id: zod.ZodString;
3406
+ isJson: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3407
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3408
+ path: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3409
+ pending: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3410
+ }, zod.core.$strip>>;
3411
+ total: zod.ZodNumber;
3412
+ }, zod.core.$strip>;
2782
3413
  /**
2783
3414
  * @summary Gets Tenant Id
2784
3415
  */
2785
3416
  export declare const tenantIdGetResultResponse: zod.ZodString;
2786
3417
  /**
2787
- * @summary Retrieve list users in SmartSpace, filter by roleId, with optional pagination controls take and skip.
3418
+ * @summary Retrieve users assigned to the SmartSpace application (directly or via a group),
3419
+ with optional search and pagination controls take and skip.
2788
3420
  */
2789
3421
  export declare const usersGetUsersQuerySkipDefault = 0;
2790
3422
  export declare const usersGetUsersQueryTakeDefault = 20;
@@ -2801,8 +3433,7 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
2801
3433
  lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2802
3434
  mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2803
3435
  name: zod.ZodString;
2804
- permissions: zod.ZodEnum<{
2805
- None: "None";
3436
+ permissions: zod.ZodArray<zod.ZodEnum<{
2806
3437
  WorkspaceCreate: "WorkspaceCreate";
2807
3438
  WorkspaceEdit: "WorkspaceEdit";
2808
3439
  WorkspaceDelete: "WorkspaceDelete";
@@ -2812,13 +3443,12 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
2812
3443
  ConnectorCreate: "ConnectorCreate";
2813
3444
  ConnectorEdit: "ConnectorEdit";
2814
3445
  ConnectorDelete: "ConnectorDelete";
2815
- }>;
3446
+ }>>;
2816
3447
  }, zod.core.$strip>>;
2817
3448
  total: zod.ZodNumber;
2818
3449
  }, zod.core.$strip>;
2819
3450
  export declare const usersGetUsersByFilterParams: zod.ZodObject<{
2820
- permissions: zod.ZodEnum<{
2821
- None: "None";
3451
+ permissions: zod.ZodArray<zod.ZodEnum<{
2822
3452
  WorkspaceCreate: "WorkspaceCreate";
2823
3453
  WorkspaceEdit: "WorkspaceEdit";
2824
3454
  WorkspaceDelete: "WorkspaceDelete";
@@ -2828,10 +3458,9 @@ export declare const usersGetUsersByFilterParams: zod.ZodObject<{
2828
3458
  ConnectorCreate: "ConnectorCreate";
2829
3459
  ConnectorEdit: "ConnectorEdit";
2830
3460
  ConnectorDelete: "ConnectorDelete";
2831
- }>;
3461
+ }>>;
2832
3462
  }, zod.core.$strict>;
2833
- export declare const usersGetMyPermissionsResponse: zod.ZodEnum<{
2834
- None: "None";
3463
+ export declare const usersGetMyPermissionsResponseItem: zod.ZodEnum<{
2835
3464
  WorkspaceCreate: "WorkspaceCreate";
2836
3465
  WorkspaceEdit: "WorkspaceEdit";
2837
3466
  WorkspaceDelete: "WorkspaceDelete";
@@ -2842,6 +3471,17 @@ export declare const usersGetMyPermissionsResponse: zod.ZodEnum<{
2842
3471
  ConnectorEdit: "ConnectorEdit";
2843
3472
  ConnectorDelete: "ConnectorDelete";
2844
3473
  }>;
3474
+ export declare const usersGetMyPermissionsResponse: zod.ZodArray<zod.ZodEnum<{
3475
+ WorkspaceCreate: "WorkspaceCreate";
3476
+ WorkspaceEdit: "WorkspaceEdit";
3477
+ WorkspaceDelete: "WorkspaceDelete";
3478
+ DataSpaceCreate: "DataSpaceCreate";
3479
+ DataSpaceEdit: "DataSpaceEdit";
3480
+ DataSpaceDelete: "DataSpaceDelete";
3481
+ ConnectorCreate: "ConnectorCreate";
3482
+ ConnectorEdit: "ConnectorEdit";
3483
+ ConnectorDelete: "ConnectorDelete";
3484
+ }>>;
2845
3485
  /**
2846
3486
  * @summary Disable user (Remove all assigned WorkSpaces by UserId)
2847
3487
  */
@@ -2879,21 +3519,8 @@ export declare const usersGetUserDetailResponse: zod.ZodObject<{
2879
3519
  emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2880
3520
  id: zod.ZodString;
2881
3521
  isAdmin: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2882
- lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2883
3522
  mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2884
3523
  name: zod.ZodString;
2885
- permissions: zod.ZodEnum<{
2886
- None: "None";
2887
- WorkspaceCreate: "WorkspaceCreate";
2888
- WorkspaceEdit: "WorkspaceEdit";
2889
- WorkspaceDelete: "WorkspaceDelete";
2890
- DataSpaceCreate: "DataSpaceCreate";
2891
- DataSpaceEdit: "DataSpaceEdit";
2892
- DataSpaceDelete: "DataSpaceDelete";
2893
- ConnectorCreate: "ConnectorCreate";
2894
- ConnectorEdit: "ConnectorEdit";
2895
- ConnectorDelete: "ConnectorDelete";
2896
- }>;
2897
3524
  }, zod.core.$strip>;
2898
3525
  /**
2899
3526
  * @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
@@ -2917,42 +3544,28 @@ export declare const usersGetAccessWorkSpacesQueryParams: zod.ZodObject<{
2917
3544
  skip: zod.ZodOptional<zod.ZodNumber>;
2918
3545
  take: zod.ZodDefault<zod.ZodNumber>;
2919
3546
  }, zod.core.$strict>;
2920
- export declare const usersGetAccessWorkSpacesResponseIdRegExp: RegExp;
2921
- export declare const usersGetAccessWorkSpacesResponseWorkSpaceIdRegExp: RegExp;
2922
- export declare const usersGetAccessWorkSpacesResponseItem: zod.ZodObject<{
2923
- accessType: zod.ZodEnum<{
2924
- Principal: "Principal";
2925
- Group: "Group";
2926
- }>;
2927
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2928
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2929
- objectId: zod.ZodString;
2930
- principalType: zod.ZodOptional<zod.ZodEnum<{
2931
- Unknown: "Unknown";
2932
- User: "User";
2933
- ServicePrincipal: "ServicePrincipal";
2934
- Internal: "Internal";
2935
- }>>;
2936
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2937
- workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3547
+ export declare const usersGetAccessWorkSpacesResponseDataItemIdRegExp: RegExp;
3548
+ export declare const usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp: RegExp;
3549
+ export declare const usersGetAccessWorkSpacesResponse: zod.ZodObject<{
3550
+ data: zod.ZodArray<zod.ZodObject<{
3551
+ accessType: zod.ZodEnum<{
3552
+ Principal: "Principal";
3553
+ Group: "Group";
3554
+ }>;
3555
+ displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3556
+ id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3557
+ objectId: zod.ZodString;
3558
+ principalType: zod.ZodOptional<zod.ZodEnum<{
3559
+ Unknown: "Unknown";
3560
+ User: "User";
3561
+ ServicePrincipal: "ServicePrincipal";
3562
+ Internal: "Internal";
3563
+ }>>;
3564
+ workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3565
+ workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3566
+ }, zod.core.$strip>>;
3567
+ total: zod.ZodNumber;
2938
3568
  }, zod.core.$strip>;
2939
- export declare const usersGetAccessWorkSpacesResponse: zod.ZodArray<zod.ZodObject<{
2940
- accessType: zod.ZodEnum<{
2941
- Principal: "Principal";
2942
- Group: "Group";
2943
- }>;
2944
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2945
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2946
- objectId: zod.ZodString;
2947
- principalType: zod.ZodOptional<zod.ZodEnum<{
2948
- Unknown: "Unknown";
2949
- User: "User";
2950
- ServicePrincipal: "ServicePrincipal";
2951
- Internal: "Internal";
2952
- }>>;
2953
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2954
- workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2955
- }, zod.core.$strip>>;
2956
3569
  export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
2957
3570
  export declare const usersAdminPermissionParams: zod.ZodObject<{
2958
3571
  userId: zod.ZodString;
@@ -2964,8 +3577,7 @@ export declare const usersAddUserPermissionPathUserIdRegExp: RegExp;
2964
3577
  export declare const usersAddUserPermissionParams: zod.ZodObject<{
2965
3578
  userId: zod.ZodString;
2966
3579
  }, zod.core.$strict>;
2967
- export declare const usersAddUserPermissionBody: zod.ZodEnum<{
2968
- None: "None";
3580
+ export declare const usersAddUserPermissionBodyItem: zod.ZodEnum<{
2969
3581
  WorkspaceCreate: "WorkspaceCreate";
2970
3582
  WorkspaceEdit: "WorkspaceEdit";
2971
3583
  WorkspaceDelete: "WorkspaceDelete";
@@ -2976,11 +3588,21 @@ export declare const usersAddUserPermissionBody: zod.ZodEnum<{
2976
3588
  ConnectorEdit: "ConnectorEdit";
2977
3589
  ConnectorDelete: "ConnectorDelete";
2978
3590
  }>;
3591
+ export declare const usersAddUserPermissionBody: zod.ZodArray<zod.ZodEnum<{
3592
+ WorkspaceCreate: "WorkspaceCreate";
3593
+ WorkspaceEdit: "WorkspaceEdit";
3594
+ WorkspaceDelete: "WorkspaceDelete";
3595
+ DataSpaceCreate: "DataSpaceCreate";
3596
+ DataSpaceEdit: "DataSpaceEdit";
3597
+ DataSpaceDelete: "DataSpaceDelete";
3598
+ ConnectorCreate: "ConnectorCreate";
3599
+ ConnectorEdit: "ConnectorEdit";
3600
+ ConnectorDelete: "ConnectorDelete";
3601
+ }>>;
2979
3602
  export declare const usersRemoveUserPermissionPathUserIdRegExp: RegExp;
2980
3603
  export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
2981
3604
  userId: zod.ZodString;
2982
- permission: zod.ZodEnum<{
2983
- None: "None";
3605
+ permission: zod.ZodArray<zod.ZodEnum<{
2984
3606
  WorkspaceCreate: "WorkspaceCreate";
2985
3607
  WorkspaceEdit: "WorkspaceEdit";
2986
3608
  WorkspaceDelete: "WorkspaceDelete";
@@ -2990,7 +3612,7 @@ export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
2990
3612
  ConnectorCreate: "ConnectorCreate";
2991
3613
  ConnectorEdit: "ConnectorEdit";
2992
3614
  ConnectorDelete: "ConnectorDelete";
2993
- }>;
3615
+ }>>;
2994
3616
  }, zod.core.$strict>;
2995
3617
  /**
2996
3618
  * @summary Returns a list of available Azure locations for deploying virtual machines
@@ -3060,6 +3682,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
3060
3682
  sortBy: zod.ZodOptional<zod.ZodString>;
3061
3683
  sortDirection: zod.ZodOptional<zod.ZodString>;
3062
3684
  }, zod.core.$strict>;
3685
+ export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
3063
3686
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3064
3687
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3065
3688
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3080,6 +3703,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
3080
3703
  export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
3081
3704
  export declare const workSpacesGetGetResponse: zod.ZodObject<{
3082
3705
  data: zod.ZodArray<zod.ZodObject<{
3706
+ connectors: zod.ZodArray<zod.ZodObject<{
3707
+ id: zod.ZodString;
3708
+ kind: zod.ZodString;
3709
+ name: zod.ZodString;
3710
+ }, zod.core.$strip>>;
3083
3711
  createdAt: zod.ZodISODateTime;
3084
3712
  createdByUserId: zod.ZodString;
3085
3713
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3126,6 +3754,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3126
3754
  }, zod.core.$strip>;
3127
3755
  }, zod.core.$strip>>>>;
3128
3756
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3757
+ secret: zod.ZodBoolean;
3129
3758
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3130
3759
  }, zod.core.$strip>>>>;
3131
3760
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3150,6 +3779,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3150
3779
  triggers: zod.ZodArray<zod.ZodObject<{
3151
3780
  dataSourceContainer: zod.ZodObject<{
3152
3781
  dataSourceId: zod.ZodString;
3782
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3153
3783
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3154
3784
  operator: zod.ZodString;
3155
3785
  propertyName: zod.ZodString;
@@ -3160,6 +3790,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3160
3790
  path: zod.ZodString;
3161
3791
  }, zod.core.$strip>;
3162
3792
  flowId: zod.ZodString;
3793
+ honourSourceDeletes: zod.ZodBoolean;
3163
3794
  id: zod.ZodString;
3164
3795
  inputName: zod.ZodString;
3165
3796
  type: zod.ZodEnum<{
@@ -3350,6 +3981,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
3350
3981
  export declare const workSpacesGetIdParams: zod.ZodObject<{
3351
3982
  id: zod.ZodString;
3352
3983
  }, zod.core.$strict>;
3984
+ export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
3353
3985
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3354
3986
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3355
3987
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3369,6 +4001,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
3369
4001
  export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
3370
4002
  export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
3371
4003
  export declare const workSpacesGetIdResponse: zod.ZodObject<{
4004
+ connectors: zod.ZodArray<zod.ZodObject<{
4005
+ id: zod.ZodString;
4006
+ kind: zod.ZodString;
4007
+ name: zod.ZodString;
4008
+ }, zod.core.$strip>>;
3372
4009
  createdAt: zod.ZodISODateTime;
3373
4010
  createdByUserId: zod.ZodString;
3374
4011
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3415,6 +4052,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3415
4052
  }, zod.core.$strip>;
3416
4053
  }, zod.core.$strip>>>>;
3417
4054
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4055
+ secret: zod.ZodBoolean;
3418
4056
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3419
4057
  }, zod.core.$strip>>>>;
3420
4058
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3439,6 +4077,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3439
4077
  triggers: zod.ZodArray<zod.ZodObject<{
3440
4078
  dataSourceContainer: zod.ZodObject<{
3441
4079
  dataSourceId: zod.ZodString;
4080
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3442
4081
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3443
4082
  operator: zod.ZodString;
3444
4083
  propertyName: zod.ZodString;
@@ -3449,6 +4088,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3449
4088
  path: zod.ZodString;
3450
4089
  }, zod.core.$strip>;
3451
4090
  flowId: zod.ZodString;
4091
+ honourSourceDeletes: zod.ZodBoolean;
3452
4092
  id: zod.ZodString;
3453
4093
  inputName: zod.ZodString;
3454
4094
  type: zod.ZodEnum<{
@@ -3717,6 +4357,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
3717
4357
  temperature: zod.ZodNumber;
3718
4358
  topP: zod.ZodNumber;
3719
4359
  }, zod.core.$strict>;
4360
+ /**
4361
+ * @summary Detaches a connector from a workspace. Flows still referencing it
4362
+ fail at resolve time rather than silently keeping access.
4363
+ */
4364
+ export declare const workSpacesRemoveConnectorPathWorkspaceIdRegExp: RegExp;
4365
+ export declare const workSpacesRemoveConnectorPathConnectorIdRegExp: RegExp;
4366
+ export declare const workSpacesRemoveConnectorParams: zod.ZodObject<{
4367
+ workspaceId: zod.ZodString;
4368
+ connectorId: zod.ZodString;
4369
+ }, zod.core.$strict>;
4370
+ /**
4371
+ * @summary Attaches a connector to a workspace — the access model for external
4372
+ connectors, mirroring dataspaces. Only after this can a flow in the
4373
+ workspace reference the connector, and the resolve endpoint checks
4374
+ the same attachment at call time.
4375
+ */
4376
+ export declare const workSpacesAddConnectorPathWorkspaceIdRegExp: RegExp;
4377
+ export declare const workSpacesAddConnectorPathConnectorIdRegExp: RegExp;
4378
+ export declare const workSpacesAddConnectorParams: zod.ZodObject<{
4379
+ workspaceId: zod.ZodString;
4380
+ connectorId: zod.ZodString;
4381
+ }, zod.core.$strict>;
3720
4382
  /**
3721
4383
  * @summary Removes a data space from a workspace.
3722
4384
  */
@@ -3893,6 +4555,7 @@ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
3893
4555
  }, zod.core.$strip>;
3894
4556
  }, zod.core.$strip>>>>;
3895
4557
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4558
+ secret: zod.ZodBoolean;
3896
4559
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3897
4560
  }, zod.core.$strip>>>>;
3898
4561
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3954,6 +4617,7 @@ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
3954
4617
  }, zod.core.$strict>;
3955
4618
  }, zod.core.$strict>>>>;
3956
4619
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4620
+ secret: zod.ZodBoolean;
3957
4621
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3958
4622
  }, zod.core.$strict>>>>;
3959
4623
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3981,6 +4645,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
3981
4645
  workspaceId: zod.ZodString;
3982
4646
  }, zod.core.$strict>;
3983
4647
  export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
4648
+ /**
4649
+ * @summary Lists connectors with their auth settings — never a credential.
4650
+ */
4651
+ export declare const connectorsGetConnectorsQueryParams: zod.ZodObject<{
4652
+ kind: zod.ZodOptional<zod.ZodString>;
4653
+ }, zod.core.$strict>;
4654
+ export declare const connectorsGetConnectorsResponseIdRegExp: RegExp;
4655
+ export declare const connectorsGetConnectorsResponseItem: zod.ZodObject<{
4656
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4657
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4658
+ authType: zod.ZodString;
4659
+ createdAt: zod.ZodISODateTime;
4660
+ createdByUserId: zod.ZodString;
4661
+ hasSecret: zod.ZodBoolean;
4662
+ id: zod.ZodString;
4663
+ kind: zod.ZodString;
4664
+ modifiedAt: zod.ZodISODateTime;
4665
+ modifiedByUserId: zod.ZodString;
4666
+ name: zod.ZodString;
4667
+ url: zod.ZodString;
4668
+ }, zod.core.$strip>;
4669
+ export declare const connectorsGetConnectorsResponse: zod.ZodArray<zod.ZodObject<{
4670
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4671
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4672
+ authType: zod.ZodString;
4673
+ createdAt: zod.ZodISODateTime;
4674
+ createdByUserId: zod.ZodString;
4675
+ hasSecret: zod.ZodBoolean;
4676
+ id: zod.ZodString;
4677
+ kind: zod.ZodString;
4678
+ modifiedAt: zod.ZodISODateTime;
4679
+ modifiedByUserId: zod.ZodString;
4680
+ name: zod.ZodString;
4681
+ url: zod.ZodString;
4682
+ }, zod.core.$strip>>;
4683
+ /**
4684
+ * @summary Creates a connector and its shared credential in one call: the value
4685
+ goes to Key Vault, the row stores only the reference.
4686
+ */
4687
+ export declare const connectorsCreateConnectorBody: zod.ZodObject<{
4688
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4689
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4690
+ authType: zod.ZodString;
4691
+ kind: zod.ZodString;
4692
+ name: zod.ZodString;
4693
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4694
+ url: zod.ZodString;
4695
+ }, zod.core.$strict>;
4696
+ /**
4697
+ * @summary Picker list for workspace editors: id, name and kind only. Gated on
4698
+ WorkspaceEdit rather than Admin because attaching a connector to a
4699
+ workspace is a workspace-editor action, and the picker is how they
4700
+ choose one. Admins pass this gate via the role bypass.
4701
+ */
4702
+ export declare const connectorsGetConnectorSummariesQueryParams: zod.ZodObject<{
4703
+ kind: zod.ZodOptional<zod.ZodString>;
4704
+ }, zod.core.$strict>;
4705
+ export declare const connectorsGetConnectorSummariesResponseIdRegExp: RegExp;
4706
+ export declare const connectorsGetConnectorSummariesResponseItem: zod.ZodObject<{
4707
+ id: zod.ZodString;
4708
+ kind: zod.ZodString;
4709
+ name: zod.ZodString;
4710
+ }, zod.core.$strip>;
4711
+ export declare const connectorsGetConnectorSummariesResponse: zod.ZodArray<zod.ZodObject<{
4712
+ id: zod.ZodString;
4713
+ kind: zod.ZodString;
4714
+ name: zod.ZodString;
4715
+ }, zod.core.$strip>>;
4716
+ export declare const connectorsDeleteConnectorPathIdRegExp: RegExp;
4717
+ export declare const connectorsDeleteConnectorParams: zod.ZodObject<{
4718
+ id: zod.ZodString;
4719
+ }, zod.core.$strict>;
4720
+ export declare const connectorsGetConnectorPathIdRegExp: RegExp;
4721
+ export declare const connectorsGetConnectorParams: zod.ZodObject<{
4722
+ id: zod.ZodString;
4723
+ }, zod.core.$strict>;
4724
+ export declare const connectorsGetConnectorResponseIdRegExp: RegExp;
4725
+ export declare const connectorsGetConnectorResponse: zod.ZodObject<{
4726
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4727
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4728
+ authType: zod.ZodString;
4729
+ createdAt: zod.ZodISODateTime;
4730
+ createdByUserId: zod.ZodString;
4731
+ hasSecret: zod.ZodBoolean;
4732
+ id: zod.ZodString;
4733
+ kind: zod.ZodString;
4734
+ modifiedAt: zod.ZodISODateTime;
4735
+ modifiedByUserId: zod.ZodString;
4736
+ name: zod.ZodString;
4737
+ url: zod.ZodString;
4738
+ }, zod.core.$strip>;
4739
+ /**
4740
+ * @summary Updates a connector. Omit `Secret` to leave the credential
4741
+ untouched; supply one to rotate it.
4742
+ */
4743
+ export declare const connectorsUpdateConnectorPathIdRegExp: RegExp;
4744
+ export declare const connectorsUpdateConnectorParams: zod.ZodObject<{
4745
+ id: zod.ZodString;
4746
+ }, zod.core.$strict>;
4747
+ export declare const connectorsUpdateConnectorBody: zod.ZodObject<{
4748
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4749
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4750
+ authType: zod.ZodString;
4751
+ name: zod.ZodString;
4752
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4753
+ url: zod.ZodString;
4754
+ }, zod.core.$strict>;
4755
+ export declare const connectorsUpdateConnectorResponseIdRegExp: RegExp;
4756
+ export declare const connectorsUpdateConnectorResponse: zod.ZodObject<{
4757
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4758
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4759
+ authType: zod.ZodString;
4760
+ createdAt: zod.ZodISODateTime;
4761
+ createdByUserId: zod.ZodString;
4762
+ hasSecret: zod.ZodBoolean;
4763
+ id: zod.ZodString;
4764
+ kind: zod.ZodString;
4765
+ modifiedAt: zod.ZodISODateTime;
4766
+ modifiedByUserId: zod.ZodString;
4767
+ name: zod.ZodString;
4768
+ url: zod.ZodString;
4769
+ }, zod.core.$strip>;
3984
4770
  /**
3985
4771
  * @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
3986
4772
  */
@@ -3994,6 +4780,60 @@ export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
3994
4780
  export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
3995
4781
  uri: zod.ZodURL;
3996
4782
  }, zod.core.$strip>;
4783
+ /**
4784
+ * @summary Lists all managed secrets — names and audit metadata only, never values.
4785
+ */
4786
+ export declare const managedSecretsGetManagedSecretsResponseIdRegExp: RegExp;
4787
+ export declare const managedSecretsGetManagedSecretsResponseItem: zod.ZodObject<{
4788
+ createdAt: zod.ZodISODateTime;
4789
+ createdByUserId: zod.ZodString;
4790
+ id: zod.ZodString;
4791
+ modifiedAt: zod.ZodISODateTime;
4792
+ modifiedByUserId: zod.ZodString;
4793
+ name: zod.ZodString;
4794
+ }, zod.core.$strip>;
4795
+ export declare const managedSecretsGetManagedSecretsResponse: zod.ZodArray<zod.ZodObject<{
4796
+ createdAt: zod.ZodISODateTime;
4797
+ createdByUserId: zod.ZodString;
4798
+ id: zod.ZodString;
4799
+ modifiedAt: zod.ZodISODateTime;
4800
+ modifiedByUserId: zod.ZodString;
4801
+ name: zod.ZodString;
4802
+ }, zod.core.$strip>>;
4803
+ /**
4804
+ * @summary Creates a named secret: writes the value to Key Vault and stores only
4805
+ the vault reference.
4806
+ */
4807
+ export declare const managedSecretsCreateManagedSecretBody: zod.ZodObject<{
4808
+ name: zod.ZodString;
4809
+ value: zod.ZodString;
4810
+ }, zod.core.$strict>;
4811
+ /**
4812
+ * @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
4813
+ */
4814
+ export declare const managedSecretsDeleteManagedSecretParams: zod.ZodObject<{
4815
+ name: zod.ZodString;
4816
+ }, zod.core.$strict>;
4817
+ /**
4818
+ * @summary Overwrites (rotates) a secret's value — a new Key Vault version under
4819
+ the same vault key. The value is write-only; nothing is returned but
4820
+ audit metadata.
4821
+ */
4822
+ export declare const managedSecretsOverwriteManagedSecretValueParams: zod.ZodObject<{
4823
+ name: zod.ZodString;
4824
+ }, zod.core.$strict>;
4825
+ export declare const managedSecretsOverwriteManagedSecretValueBody: zod.ZodObject<{
4826
+ value: zod.ZodString;
4827
+ }, zod.core.$strict>;
4828
+ export declare const managedSecretsOverwriteManagedSecretValueResponseIdRegExp: RegExp;
4829
+ export declare const managedSecretsOverwriteManagedSecretValueResponse: zod.ZodObject<{
4830
+ createdAt: zod.ZodISODateTime;
4831
+ createdByUserId: zod.ZodString;
4832
+ id: zod.ZodString;
4833
+ modifiedAt: zod.ZodISODateTime;
4834
+ modifiedByUserId: zod.ZodString;
4835
+ name: zod.ZodString;
4836
+ }, zod.core.$strip>;
3997
4837
  export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
3998
4838
  export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
3999
4839
  workSpaceId: zod.ZodString;
@@ -4048,6 +4888,8 @@ export declare const messageThreadsGetWorkspaceExecutionsResponse: zod.ZodObject
4048
4888
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4049
4889
  }, zod.core.$strip>;
4050
4890
  }, zod.core.$strip>>;
4891
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4892
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4051
4893
  }, zod.core.$strip>>;
4052
4894
  total: zod.ZodNumber;
4053
4895
  }, zod.core.$strip>;
@@ -4107,6 +4949,37 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
4107
4949
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4108
4950
  }, zod.core.$strip>;
4109
4951
  }, zod.core.$strip>>;
4952
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4953
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4954
+ }, zod.core.$strip>>;
4955
+ total: zod.ZodNumber;
4956
+ }, zod.core.$strip>;
4957
+ /**
4958
+ * @summary Lists a workspace's flow runs, newest first (chat threads, designer
4959
+ runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
4960
+ */
4961
+ export declare const flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp: RegExp;
4962
+ export declare const flowRunsGetWorkspaceRunsParams: zod.ZodObject<{
4963
+ workspaceId: zod.ZodString;
4964
+ }, zod.core.$strict>;
4965
+ export declare const flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
4966
+ export declare const flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
4967
+ export declare const flowRunsGetWorkspaceRunsQueryParams: zod.ZodObject<{
4968
+ skip: zod.ZodOptional<zod.ZodNumber>;
4969
+ take: zod.ZodDefault<zod.ZodNumber>;
4970
+ }, zod.core.$strict>;
4971
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp: RegExp;
4972
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp: RegExp;
4973
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp: RegExp;
4974
+ export declare const flowRunsGetWorkspaceRunsResponse: zod.ZodObject<{
4975
+ data: zod.ZodArray<zod.ZodObject<{
4976
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4977
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4978
+ flowDefinitionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4979
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4980
+ flowRunId: zod.ZodString;
4981
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4982
+ status: zod.ZodString;
4110
4983
  }, zod.core.$strip>>;
4111
4984
  total: zod.ZodNumber;
4112
4985
  }, zod.core.$strip>;
@@ -4179,6 +5052,7 @@ export declare const sandBoxGetThreadMessagesResponseItem: zod.ZodObject<{
4179
5052
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4180
5053
  code: zod.ZodNumber;
4181
5054
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
5055
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4182
5056
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4183
5057
  }, zod.core.$strip>>;
4184
5058
  hasComments: zod.ZodBoolean;
@@ -4206,6 +5080,7 @@ export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObjec
4206
5080
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4207
5081
  code: zod.ZodNumber;
4208
5082
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
5083
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4209
5084
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4210
5085
  }, zod.core.$strip>>;
4211
5086
  hasComments: zod.ZodBoolean;
@@ -4256,6 +5131,7 @@ export declare const sandBoxThreadMessagesResponse: zod.ZodObject<{
4256
5131
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4257
5132
  code: zod.ZodNumber;
4258
5133
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
5134
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4259
5135
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4260
5136
  }, zod.core.$strip>>;
4261
5137
  hasComments: zod.ZodBoolean;