@smartspace/api-client 0.1.0-dev.6b29f01 → 0.1.0-dev.6c9d984

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 (134) hide show
  1. package/dist/generated/chat/api.d.ts +2 -0
  2. package/dist/generated/chat/api.js +10 -1
  3. package/dist/generated/chat/api.msw.d.ts +1 -0
  4. package/dist/generated/chat/api.msw.js +27 -15
  5. package/dist/generated/chat/models/aiModel.d.ts +1 -0
  6. package/dist/generated/chat/models/aiModelSummary.d.ts +1 -0
  7. package/dist/generated/chat/models/connectorsConnectorSummary.d.ts +12 -0
  8. package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
  9. package/dist/generated/chat/models/dataSourceContainer.d.ts +2 -0
  10. package/dist/generated/chat/models/enumsNotificationType.d.ts +1 -0
  11. package/dist/generated/chat/models/enumsNotificationType.js +1 -0
  12. package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
  13. package/dist/generated/chat/models/flowsFlowTrigger.d.ts +1 -0
  14. package/dist/generated/chat/models/index.d.ts +1 -0
  15. package/dist/generated/chat/models/index.js +1 -0
  16. package/dist/generated/chat/models/messagesMessageError.d.ts +2 -0
  17. package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
  18. package/dist/generated/chat/zod.d.ts +34 -0
  19. package/dist/generated/chat/zod.js +39 -6
  20. package/dist/generated/config/api.d.ts +63 -3
  21. package/dist/generated/config/api.js +279 -2
  22. package/dist/generated/config/api.msw.d.ts +52 -5
  23. package/dist/generated/config/api.msw.js +445 -46
  24. package/dist/generated/config/models/aiModel.d.ts +1 -0
  25. package/dist/generated/config/models/aiModelSummary.d.ts +1 -0
  26. package/dist/generated/config/models/blocksBlockSet.d.ts +3 -2
  27. package/dist/generated/config/models/{blocksUsedInWorkspaceRef.d.ts → blocksUsedInRef.d.ts} +1 -1
  28. package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → configApiFlowRunIdentityMapRequest.d.ts} +2 -3
  29. package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
  30. package/dist/generated/config/models/connectorsConnector.js +8 -0
  31. package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
  32. package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
  33. package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
  34. package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
  35. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
  36. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
  37. package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
  38. package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
  39. package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
  40. package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
  41. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
  42. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
  43. package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
  44. package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
  45. package/dist/generated/config/models/containerItem.d.ts +29 -0
  46. package/dist/generated/config/models/containerItem.js +8 -0
  47. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
  48. package/dist/generated/config/models/dataSetsDataSet.d.ts +6 -0
  49. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
  50. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
  51. package/dist/generated/config/models/dataSetsGetParams.d.ts +2 -0
  52. package/dist/generated/config/models/dataSetsSetDataSetScoping.d.ts +12 -0
  53. package/dist/generated/config/models/dataSetsSetDataSetScoping.js +2 -0
  54. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.d.ts +11 -0
  55. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.js +8 -0
  56. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
  57. package/dist/generated/config/models/dataSourceContainer.d.ts +2 -0
  58. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
  59. package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +2 -0
  60. package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
  61. package/dist/generated/config/models/enumsActivityType.js +1 -0
  62. package/dist/generated/config/models/enumsDataSetScopingMode.d.ts +11 -0
  63. package/dist/generated/config/models/enumsDataSetScopingMode.js +14 -0
  64. package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
  65. package/dist/generated/config/models/enumsNotificationType.js +1 -0
  66. package/dist/generated/config/models/flowRunsGetStepExecutionsParams.d.ts +19 -0
  67. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
  68. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
  69. package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
  70. package/dist/generated/config/models/flowsFlowTrigger.d.ts +1 -0
  71. package/dist/generated/config/models/functionExecutionDebugModel.d.ts +4 -0
  72. package/dist/generated/config/models/index.d.ts +37 -2
  73. package/dist/generated/config/models/index.js +37 -2
  74. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
  75. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
  76. package/dist/generated/config/models/integrationsSmartSpaceAiFlowValueModel.d.ts +4 -0
  77. package/dist/generated/config/models/integrationsSmartSpaceAiFunctionExecutionDebugModel.d.ts +4 -0
  78. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
  79. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
  80. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
  81. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
  82. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
  83. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
  84. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
  85. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
  86. package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
  87. package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
  88. package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
  89. package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
  90. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
  91. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
  92. package/dist/generated/config/models/messagesMessageError.d.ts +2 -0
  93. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +11 -0
  94. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.js +2 -0
  95. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
  96. package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
  97. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
  98. package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
  99. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +11 -0
  100. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
  101. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
  102. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
  103. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
  104. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
  105. package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
  106. package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
  107. package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
  108. package/dist/generated/config/models/syncsGetParams.js +8 -0
  109. package/dist/generated/config/models/syncsSync.d.ts +33 -0
  110. package/dist/generated/config/models/syncsSync.js +2 -0
  111. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +18 -0
  112. package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
  113. package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
  114. package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
  115. package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
  116. package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
  117. package/dist/generated/config/models/usersAppUserSummary.d.ts +16 -0
  118. package/dist/generated/config/models/usersAppUserSummary.js +8 -0
  119. package/dist/generated/config/models/usersServicePrincipalDetail.d.ts +14 -0
  120. package/dist/generated/config/models/usersServicePrincipalDetail.js +2 -0
  121. package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
  122. package/dist/generated/config/zod.d.ts +840 -50
  123. package/dist/generated/config/zod.js +731 -44
  124. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
  125. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
  126. package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
  127. package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
  128. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +11 -0
  129. package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
  130. package/dist/signalr.d.ts +2 -0
  131. package/dist/signalr.js +3 -0
  132. package/package.json +2 -2
  133. /package/dist/generated/config/models/{blocksUsedInWorkspaceRef.js → blocksUsedInRef.js} +0 -0
  134. /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → configApiFlowRunIdentityMapRequest.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,7 @@ 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;
323
327
  export declare const blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp: RegExp;
324
328
  export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
325
329
  blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -390,6 +394,10 @@ export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
390
394
  Custom: "Custom";
391
395
  Debug: "Debug";
392
396
  }>;
397
+ usedInDataSets: zod.ZodArray<zod.ZodObject<{
398
+ id: zod.ZodString;
399
+ name: zod.ZodString;
400
+ }, zod.core.$strip>>;
393
401
  usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
394
402
  id: zod.ZodString;
395
403
  name: zod.ZodString;
@@ -464,6 +472,10 @@ export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
464
472
  Custom: "Custom";
465
473
  Debug: "Debug";
466
474
  }>;
475
+ usedInDataSets: zod.ZodArray<zod.ZodObject<{
476
+ id: zod.ZodString;
477
+ name: zod.ZodString;
478
+ }, zod.core.$strip>>;
467
479
  usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
468
480
  id: zod.ZodString;
469
481
  name: zod.ZodString;
@@ -692,6 +704,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
692
704
  }, zod.core.$strip>;
693
705
  }, zod.core.$strip>>>>;
694
706
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
707
+ secret: zod.ZodBoolean;
695
708
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
696
709
  }, zod.core.$strip>>>>;
697
710
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -716,6 +729,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
716
729
  triggers: zod.ZodArray<zod.ZodObject<{
717
730
  dataSourceContainer: zod.ZodObject<{
718
731
  dataSourceId: zod.ZodString;
732
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
719
733
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
720
734
  operator: zod.ZodString;
721
735
  propertyName: zod.ZodString;
@@ -726,6 +740,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
726
740
  path: zod.ZodString;
727
741
  }, zod.core.$strip>;
728
742
  flowId: zod.ZodString;
743
+ honourSourceDeletes: zod.ZodBoolean;
729
744
  id: zod.ZodString;
730
745
  inputName: zod.ZodString;
731
746
  type: zod.ZodEnum<{
@@ -805,6 +820,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
805
820
  }, zod.core.$strip>;
806
821
  }, zod.core.$strip>>>>;
807
822
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
823
+ secret: zod.ZodBoolean;
808
824
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
809
825
  }, zod.core.$strip>>>>;
810
826
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -829,6 +845,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
829
845
  triggers: zod.ZodArray<zod.ZodObject<{
830
846
  dataSourceContainer: zod.ZodObject<{
831
847
  dataSourceId: zod.ZodString;
848
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
832
849
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
833
850
  operator: zod.ZodString;
834
851
  propertyName: zod.ZodString;
@@ -839,6 +856,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
839
856
  path: zod.ZodString;
840
857
  }, zod.core.$strip>;
841
858
  flowId: zod.ZodString;
859
+ honourSourceDeletes: zod.ZodBoolean;
842
860
  id: zod.ZodString;
843
861
  inputName: zod.ZodString;
844
862
  type: zod.ZodEnum<{
@@ -875,9 +893,12 @@ export declare const dataSetsGetQueryParams: zod.ZodObject<{
875
893
  take: zod.ZodDefault<zod.ZodNumber>;
876
894
  skip: zod.ZodOptional<zod.ZodNumber>;
877
895
  search: zod.ZodOptional<zod.ZodString>;
896
+ sortBy: zod.ZodOptional<zod.ZodString>;
897
+ sortDirection: zod.ZodOptional<zod.ZodString>;
878
898
  }, zod.core.$strict>;
879
899
  export declare const dataSetsGetResponseDataItemDataSpaceIdRegExp: RegExp;
880
900
  export declare const dataSetsGetResponseDataItemFlowIdRegExp: RegExp;
901
+ export declare const dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp: RegExp;
881
902
  export declare const dataSetsGetResponseDataItemIdRegExp: RegExp;
882
903
  export declare const dataSetsGetResponseDataItemVersionRegExp: RegExp;
883
904
  export declare const dataSetsGetResponse: zod.ZodObject<{
@@ -887,6 +908,7 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
887
908
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
888
909
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
889
910
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
911
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
890
912
  id: zod.ZodString;
891
913
  modifiedAt: zod.ZodISODateTime;
892
914
  modifiedByUserId: zod.ZodString;
@@ -896,6 +918,11 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
896
918
  isVector: zod.ZodBoolean;
897
919
  name: zod.ZodString;
898
920
  }, zod.core.$strip>>;
921
+ scopingMode: zod.ZodEnum<{
922
+ Unrestricted: "Unrestricted";
923
+ PerSubject: "PerSubject";
924
+ }>;
925
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
899
926
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
900
927
  }, zod.core.$strip>>;
901
928
  total: zod.ZodNumber;
@@ -936,6 +963,7 @@ export declare const dataSetsGetByIdParams: zod.ZodObject<{
936
963
  }, zod.core.$strict>;
937
964
  export declare const dataSetsGetByIdResponseDataSpaceIdRegExp: RegExp;
938
965
  export declare const dataSetsGetByIdResponseFlowIdRegExp: RegExp;
966
+ export declare const dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp: RegExp;
939
967
  export declare const dataSetsGetByIdResponseIdRegExp: RegExp;
940
968
  export declare const dataSetsGetByIdResponseVersionRegExp: RegExp;
941
969
  export declare const dataSetsGetByIdResponse: zod.ZodObject<{
@@ -944,6 +972,7 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
944
972
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
945
973
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
946
974
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
975
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
947
976
  id: zod.ZodString;
948
977
  modifiedAt: zod.ZodISODateTime;
949
978
  modifiedByUserId: zod.ZodString;
@@ -953,6 +982,11 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
953
982
  isVector: zod.ZodBoolean;
954
983
  name: zod.ZodString;
955
984
  }, zod.core.$strip>>;
985
+ scopingMode: zod.ZodEnum<{
986
+ Unrestricted: "Unrestricted";
987
+ PerSubject: "PerSubject";
988
+ }>;
989
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
956
990
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
957
991
  }, zod.core.$strip>;
958
992
  /**
@@ -966,6 +1000,7 @@ export declare const dataSetsPutBodyIdRegExp: RegExp;
966
1000
  export declare const dataSetsPutBody: zod.ZodObject<{
967
1001
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
968
1002
  dataSourceId: zod.ZodString;
1003
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
969
1004
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
970
1005
  operator: zod.ZodString;
971
1006
  propertyName: zod.ZodString;
@@ -979,6 +1014,7 @@ export declare const dataSetsPutBody: zod.ZodObject<{
979
1014
  }, zod.core.$strict>;
980
1015
  export declare const dataSetsPutResponseDataSpaceIdRegExp: RegExp;
981
1016
  export declare const dataSetsPutResponseFlowIdRegExp: RegExp;
1017
+ export declare const dataSetsPutResponseHonourDeletesContainerIdsItemRegExp: RegExp;
982
1018
  export declare const dataSetsPutResponseIdRegExp: RegExp;
983
1019
  export declare const dataSetsPutResponseVersionRegExp: RegExp;
984
1020
  export declare const dataSetsPutResponse: zod.ZodObject<{
@@ -987,6 +1023,7 @@ export declare const dataSetsPutResponse: zod.ZodObject<{
987
1023
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
988
1024
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
989
1025
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1026
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
990
1027
  id: zod.ZodString;
991
1028
  modifiedAt: zod.ZodISODateTime;
992
1029
  modifiedByUserId: zod.ZodString;
@@ -996,6 +1033,11 @@ export declare const dataSetsPutResponse: zod.ZodObject<{
996
1033
  isVector: zod.ZodBoolean;
997
1034
  name: zod.ZodString;
998
1035
  }, zod.core.$strip>>;
1036
+ scopingMode: zod.ZodEnum<{
1037
+ Unrestricted: "Unrestricted";
1038
+ PerSubject: "PerSubject";
1039
+ }>;
1040
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
999
1041
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1000
1042
  }, zod.core.$strip>;
1001
1043
  /**
@@ -1031,6 +1073,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
1031
1073
  data: zod.ZodArray<zod.ZodObject<{
1032
1074
  containerId: zod.ZodString;
1033
1075
  createdAt: zod.ZodISODateTime;
1076
+ deletedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1034
1077
  flowRuns: zod.ZodArray<zod.ZodObject<{
1035
1078
  errors: zod.ZodArray<zod.ZodObject<{
1036
1079
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -1039,7 +1082,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
1039
1082
  }, zod.core.$strip>>;
1040
1083
  finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1041
1084
  flowRunId: zod.ZodString;
1042
- runAt: zod.ZodISODateTime;
1085
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1043
1086
  status: zod.ZodString;
1044
1087
  }, zod.core.$strip>>;
1045
1088
  id: zod.ZodString;
@@ -1060,6 +1103,7 @@ export declare const dataSetsSetDataspaceBodyRegExp: RegExp;
1060
1103
  export declare const dataSetsSetDataspaceBody: zod.ZodString;
1061
1104
  export declare const dataSetsSetDataspaceResponseDataSpaceIdRegExp: RegExp;
1062
1105
  export declare const dataSetsSetDataspaceResponseFlowIdRegExp: RegExp;
1106
+ export declare const dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp: RegExp;
1063
1107
  export declare const dataSetsSetDataspaceResponseIdRegExp: RegExp;
1064
1108
  export declare const dataSetsSetDataspaceResponseVersionRegExp: RegExp;
1065
1109
  export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
@@ -1068,6 +1112,7 @@ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
1068
1112
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1069
1113
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1070
1114
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1115
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1071
1116
  id: zod.ZodString;
1072
1117
  modifiedAt: zod.ZodISODateTime;
1073
1118
  modifiedByUserId: zod.ZodString;
@@ -1077,6 +1122,11 @@ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
1077
1122
  isVector: zod.ZodBoolean;
1078
1123
  name: zod.ZodString;
1079
1124
  }, zod.core.$strip>>;
1125
+ scopingMode: zod.ZodEnum<{
1126
+ Unrestricted: "Unrestricted";
1127
+ PerSubject: "PerSubject";
1128
+ }>;
1129
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1080
1130
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1081
1131
  }, zod.core.$strip>;
1082
1132
  export declare const dataSetsExportPathIdRegExp: RegExp;
@@ -1179,6 +1229,11 @@ export declare const dataSetsDeleteItemParams: zod.ZodObject<{
1179
1229
  itemId: zod.ZodString;
1180
1230
  }, zod.core.$strict>;
1181
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.
1182
1237
  * @summary Upsert a single property on a dataset.
1183
1238
  */
1184
1239
  export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
@@ -1187,7 +1242,7 @@ export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
1187
1242
  }, zod.core.$strict>;
1188
1243
  export declare const dataSetsAddDataSetPropertyBody: zod.ZodObject<{
1189
1244
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1190
- isVector: zod.ZodBoolean;
1245
+ isVector: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1191
1246
  name: zod.ZodString;
1192
1247
  }, zod.core.$strict>;
1193
1248
  export declare const dataSetsAddDataSetPropertyResponse: zod.ZodObject<{
@@ -1200,6 +1255,90 @@ export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
1200
1255
  id: zod.ZodString;
1201
1256
  name: zod.ZodString;
1202
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>;
1203
1342
  /**
1204
1343
  * @summary Fetch a list of all available data source types in SmartSpace.
1205
1344
  */
@@ -1250,6 +1389,7 @@ export declare const dataSourceTypesGetAvailableContainersBody: zod.ZodObject<{
1250
1389
  }, zod.core.$strict>;
1251
1390
  export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodObject<{
1252
1391
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1392
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1253
1393
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1254
1394
  operator: zod.ZodString;
1255
1395
  propertyName: zod.ZodString;
@@ -1264,6 +1404,7 @@ export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodO
1264
1404
  }, zod.core.$strip>;
1265
1405
  export declare const dataSourceTypesGetAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
1266
1406
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1407
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1267
1408
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1268
1409
  operator: zod.ZodString;
1269
1410
  propertyName: zod.ZodString;
@@ -1308,6 +1449,7 @@ export declare const dataSourcesGetResponse: zod.ZodObject<{
1308
1449
  data: zod.ZodArray<zod.ZodObject<{
1309
1450
  containers: zod.ZodArray<zod.ZodObject<{
1310
1451
  dataSourceId: zod.ZodString;
1452
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1311
1453
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1312
1454
  operator: zod.ZodString;
1313
1455
  propertyName: zod.ZodString;
@@ -1368,6 +1510,7 @@ export declare const dataSourcesPostResponseIdRegExp: RegExp;
1368
1510
  export declare const dataSourcesPostResponse: zod.ZodObject<{
1369
1511
  containers: zod.ZodArray<zod.ZodObject<{
1370
1512
  dataSourceId: zod.ZodString;
1513
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1371
1514
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1372
1515
  operator: zod.ZodString;
1373
1516
  propertyName: zod.ZodString;
@@ -1431,6 +1574,7 @@ export declare const dataSourcesContainersResponseDataSourceIdRegExp: RegExp;
1431
1574
  export declare const dataSourcesContainersResponseIdRegExp: RegExp;
1432
1575
  export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1433
1576
  dataSourceId: zod.ZodString;
1577
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1434
1578
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1435
1579
  operator: zod.ZodString;
1436
1580
  propertyName: zod.ZodString;
@@ -1442,6 +1586,7 @@ export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1442
1586
  }, zod.core.$strip>;
1443
1587
  export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
1444
1588
  dataSourceId: zod.ZodString;
1589
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1445
1590
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1446
1591
  operator: zod.ZodString;
1447
1592
  propertyName: zod.ZodString;
@@ -1493,6 +1638,15 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
1493
1638
  export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
1494
1639
  credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
1495
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>;
1496
1650
  export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
1497
1651
  export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
1498
1652
  id: zod.ZodString;
@@ -1526,6 +1680,7 @@ export declare const dataSpacesGetQueryParams: zod.ZodObject<{
1526
1680
  }, zod.core.$strict>;
1527
1681
  export declare const dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
1528
1682
  export declare const dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp: RegExp;
1683
+ export declare const dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1529
1684
  export declare const dataSpacesGetResponseDataItemDataSetsItemIdRegExp: RegExp;
1530
1685
  export declare const dataSpacesGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
1531
1686
  export declare const dataSpacesGetResponseDataItemIdRegExp: RegExp;
@@ -1541,6 +1696,7 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1541
1696
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1542
1697
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1543
1698
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1699
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1544
1700
  id: zod.ZodString;
1545
1701
  modifiedAt: zod.ZodISODateTime;
1546
1702
  modifiedByUserId: zod.ZodString;
@@ -1550,6 +1706,11 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1550
1706
  isVector: zod.ZodBoolean;
1551
1707
  name: zod.ZodString;
1552
1708
  }, zod.core.$strip>>;
1709
+ scopingMode: zod.ZodEnum<{
1710
+ Unrestricted: "Unrestricted";
1711
+ PerSubject: "PerSubject";
1712
+ }>;
1713
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1553
1714
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1554
1715
  }, zod.core.$strip>>;
1555
1716
  id: zod.ZodString;
@@ -1582,6 +1743,7 @@ export declare const dataSpacesGetByIdParams: zod.ZodObject<{
1582
1743
  }, zod.core.$strict>;
1583
1744
  export declare const dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1584
1745
  export declare const dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp: RegExp;
1746
+ export declare const dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1585
1747
  export declare const dataSpacesGetByIdResponseDataSetsItemIdRegExp: RegExp;
1586
1748
  export declare const dataSpacesGetByIdResponseDataSetsItemVersionRegExp: RegExp;
1587
1749
  export declare const dataSpacesGetByIdResponseIdRegExp: RegExp;
@@ -1596,6 +1758,7 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1596
1758
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1597
1759
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1598
1760
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1761
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1599
1762
  id: zod.ZodString;
1600
1763
  modifiedAt: zod.ZodISODateTime;
1601
1764
  modifiedByUserId: zod.ZodString;
@@ -1605,6 +1768,11 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1605
1768
  isVector: zod.ZodBoolean;
1606
1769
  name: zod.ZodString;
1607
1770
  }, zod.core.$strip>>;
1771
+ scopingMode: zod.ZodEnum<{
1772
+ Unrestricted: "Unrestricted";
1773
+ PerSubject: "PerSubject";
1774
+ }>;
1775
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1608
1776
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1609
1777
  }, zod.core.$strip>>;
1610
1778
  id: zod.ZodString;
@@ -1633,6 +1801,7 @@ export declare const dataSpacesPutBody: zod.ZodObject<{
1633
1801
  }, zod.core.$strict>;
1634
1802
  export declare const dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1635
1803
  export declare const dataSpacesPutResponseDataSetsItemFlowIdRegExp: RegExp;
1804
+ export declare const dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1636
1805
  export declare const dataSpacesPutResponseDataSetsItemIdRegExp: RegExp;
1637
1806
  export declare const dataSpacesPutResponseDataSetsItemVersionRegExp: RegExp;
1638
1807
  export declare const dataSpacesPutResponseIdRegExp: RegExp;
@@ -1647,6 +1816,7 @@ export declare const dataSpacesPutResponse: zod.ZodObject<{
1647
1816
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1648
1817
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1649
1818
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1819
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1650
1820
  id: zod.ZodString;
1651
1821
  modifiedAt: zod.ZodISODateTime;
1652
1822
  modifiedByUserId: zod.ZodString;
@@ -1656,6 +1826,11 @@ export declare const dataSpacesPutResponse: zod.ZodObject<{
1656
1826
  isVector: zod.ZodBoolean;
1657
1827
  name: zod.ZodString;
1658
1828
  }, zod.core.$strip>>;
1829
+ scopingMode: zod.ZodEnum<{
1830
+ Unrestricted: "Unrestricted";
1831
+ PerSubject: "PerSubject";
1832
+ }>;
1833
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1659
1834
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1660
1835
  }, zod.core.$strip>>;
1661
1836
  id: zod.ZodString;
@@ -1703,9 +1878,12 @@ export declare const dataSpacesGetDataSetsQueryParams: zod.ZodObject<{
1703
1878
  take: zod.ZodDefault<zod.ZodNumber>;
1704
1879
  skip: zod.ZodOptional<zod.ZodNumber>;
1705
1880
  search: zod.ZodOptional<zod.ZodString>;
1881
+ sortBy: zod.ZodOptional<zod.ZodString>;
1882
+ sortDirection: zod.ZodOptional<zod.ZodString>;
1706
1883
  }, zod.core.$strict>;
1707
1884
  export declare const dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp: RegExp;
1708
1885
  export declare const dataSpacesGetDataSetsResponseDataItemFlowIdRegExp: RegExp;
1886
+ export declare const dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp: RegExp;
1709
1887
  export declare const dataSpacesGetDataSetsResponseDataItemIdRegExp: RegExp;
1710
1888
  export declare const dataSpacesGetDataSetsResponseDataItemVersionRegExp: RegExp;
1711
1889
  export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
@@ -1715,6 +1893,7 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1715
1893
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1716
1894
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1717
1895
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1896
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1718
1897
  id: zod.ZodString;
1719
1898
  modifiedAt: zod.ZodISODateTime;
1720
1899
  modifiedByUserId: zod.ZodString;
@@ -1724,6 +1903,11 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1724
1903
  isVector: zod.ZodBoolean;
1725
1904
  name: zod.ZodString;
1726
1905
  }, zod.core.$strip>>;
1906
+ scopingMode: zod.ZodEnum<{
1907
+ Unrestricted: "Unrestricted";
1908
+ PerSubject: "PerSubject";
1909
+ }>;
1910
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1727
1911
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1728
1912
  }, zod.core.$strip>>;
1729
1913
  total: zod.ZodNumber;
@@ -1739,6 +1923,7 @@ export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegEx
1739
1923
  export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
1740
1924
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1741
1925
  dataSourceId: zod.ZodString;
1926
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1742
1927
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1743
1928
  operator: zod.ZodString;
1744
1929
  propertyName: zod.ZodString;
@@ -1755,6 +1940,13 @@ export declare const debugInvokeParams: zod.ZodObject<{
1755
1940
  }, zod.core.$strict>;
1756
1941
  export declare const debugInvokeBodyItem: zod.ZodAny;
1757
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;
1758
1950
  /**
1759
1951
  * @summary List the current user's drafts (without parsed interfaces — load detail to get those).
1760
1952
  */
@@ -2221,6 +2413,16 @@ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
2221
2413
  export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
2222
2414
  id: zod.ZodString;
2223
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>;
2224
2426
  export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
2225
2427
  export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
2226
2428
  id: zod.ZodString;
@@ -2237,6 +2439,9 @@ export declare const flowRunsAddFileIdFilesExistingBody: zod.ZodObject<{
2237
2439
  blobUri: zod.ZodString;
2238
2440
  flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2239
2441
  }, zod.core.$strict>;
2442
+ /**
2443
+ * @summary Lists a run's function executions, newest first.
2444
+ */
2240
2445
  export declare const flowRunsGetStepExecutionsPathIdRegExp: RegExp;
2241
2446
  export declare const flowRunsGetStepExecutionsParams: zod.ZodObject<{
2242
2447
  id: zod.ZodString;
@@ -2249,6 +2454,7 @@ export declare const flowRunsGetStepExecutionsQueryParams: zod.ZodObject<{
2249
2454
  take: zod.ZodDefault<zod.ZodNumber>;
2250
2455
  search: zod.ZodOptional<zod.ZodString>;
2251
2456
  "blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2457
+ includeValues: zod.ZodOptional<zod.ZodBoolean>;
2252
2458
  }, zod.core.$strict>;
2253
2459
  export declare const flowRunsGetStepExecutionsResponseLogsItemIdRegExp: RegExp;
2254
2460
  export declare const flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
@@ -2273,6 +2479,8 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2273
2479
  createdAt: zod.ZodISODateTime;
2274
2480
  data: zod.ZodAny;
2275
2481
  id: zod.ZodString;
2482
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2483
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2276
2484
  source: zod.ZodObject<{
2277
2485
  node: zod.ZodString;
2278
2486
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2285,15 +2493,92 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2285
2493
  createdAt: zod.ZodISODateTime;
2286
2494
  data: zod.ZodAny;
2287
2495
  id: zod.ZodString;
2496
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2497
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2288
2498
  source: zod.ZodObject<{
2289
2499
  node: zod.ZodString;
2290
2500
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2291
2501
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2292
2502
  }, zod.core.$strip>;
2293
2503
  }, zod.core.$strip>>;
2504
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2505
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2294
2506
  }, zod.core.$strip>>;
2295
2507
  total: zod.ZodNumber;
2296
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>;
2297
2582
  export declare const flowRunsGetVariablesPathIdRegExpOne: RegExp;
2298
2583
  export declare const flowRunsGetVariablesParams: zod.ZodObject<{
2299
2584
  id: zod.ZodString;
@@ -2348,6 +2633,7 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
2348
2633
  }, zod.core.$strict>;
2349
2634
  }, zod.core.$strict>>>>;
2350
2635
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2636
+ secret: zod.ZodBoolean;
2351
2637
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2352
2638
  }, zod.core.$strict>>>>;
2353
2639
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -2470,6 +2756,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
2470
2756
  }>>;
2471
2757
  displayName: zod.ZodString;
2472
2758
  id: zod.ZodString;
2759
+ isDefault: zod.ZodBoolean;
2473
2760
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2474
2761
  OpenAi: "OpenAi";
2475
2762
  AzureOpenAi: "AzureOpenAi";
@@ -2558,6 +2845,59 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
2558
2845
  Other: "Other";
2559
2846
  }>>;
2560
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>;
2561
2901
  export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
2562
2902
  serverType: zod.ZodOptional<zod.ZodEnum<{
2563
2903
  TextGenerationInference: "TextGenerationInference";
@@ -2630,6 +2970,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2630
2970
  }, zod.core.$strip>>;
2631
2971
  displayName: zod.ZodString;
2632
2972
  id: zod.ZodString;
2973
+ isDefault: zod.ZodBoolean;
2633
2974
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2634
2975
  OpenAi: "OpenAi";
2635
2976
  AzureOpenAi: "AzureOpenAi";
@@ -2719,6 +3060,20 @@ export declare const modelsUpsertModelBody: zod.ZodObject<{
2719
3060
  Other: "Other";
2720
3061
  }>>;
2721
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>;
2722
3077
  /**
2723
3078
  * @summary Retrieves the Docker logs for a specific deployment of a model.
2724
3079
  */
@@ -2764,6 +3119,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
2764
3119
  WorkSpaceUpdated: "WorkSpaceUpdated";
2765
3120
  MessageThreadUpdated: "MessageThreadUpdated";
2766
3121
  CommentUpdated: "CommentUpdated";
3122
+ AddedToThread: "AddedToThread";
2767
3123
  }>;
2768
3124
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2769
3125
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2849,12 +3205,218 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
2849
3205
  name: zod.ZodString;
2850
3206
  }, zod.core.$strip>>;
2851
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>;
2852
3413
  /**
2853
3414
  * @summary Gets Tenant Id
2854
3415
  */
2855
3416
  export declare const tenantIdGetResultResponse: zod.ZodString;
2856
3417
  /**
2857
- * @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.
2858
3420
  */
2859
3421
  export declare const usersGetUsersQuerySkipDefault = 0;
2860
3422
  export declare const usersGetUsersQueryTakeDefault = 20;
@@ -2957,20 +3519,8 @@ export declare const usersGetUserDetailResponse: zod.ZodObject<{
2957
3519
  emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2958
3520
  id: zod.ZodString;
2959
3521
  isAdmin: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2960
- lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2961
3522
  mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2962
3523
  name: zod.ZodString;
2963
- permissions: zod.ZodArray<zod.ZodEnum<{
2964
- WorkspaceCreate: "WorkspaceCreate";
2965
- WorkspaceEdit: "WorkspaceEdit";
2966
- WorkspaceDelete: "WorkspaceDelete";
2967
- DataSpaceCreate: "DataSpaceCreate";
2968
- DataSpaceEdit: "DataSpaceEdit";
2969
- DataSpaceDelete: "DataSpaceDelete";
2970
- ConnectorCreate: "ConnectorCreate";
2971
- ConnectorEdit: "ConnectorEdit";
2972
- ConnectorDelete: "ConnectorDelete";
2973
- }>>;
2974
3524
  }, zod.core.$strip>;
2975
3525
  /**
2976
3526
  * @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
@@ -2994,42 +3544,28 @@ export declare const usersGetAccessWorkSpacesQueryParams: zod.ZodObject<{
2994
3544
  skip: zod.ZodOptional<zod.ZodNumber>;
2995
3545
  take: zod.ZodDefault<zod.ZodNumber>;
2996
3546
  }, zod.core.$strict>;
2997
- export declare const usersGetAccessWorkSpacesResponseIdRegExp: RegExp;
2998
- export declare const usersGetAccessWorkSpacesResponseWorkSpaceIdRegExp: RegExp;
2999
- export declare const usersGetAccessWorkSpacesResponseItem: zod.ZodObject<{
3000
- accessType: zod.ZodEnum<{
3001
- Principal: "Principal";
3002
- Group: "Group";
3003
- }>;
3004
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3005
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3006
- objectId: zod.ZodString;
3007
- principalType: zod.ZodOptional<zod.ZodEnum<{
3008
- Unknown: "Unknown";
3009
- User: "User";
3010
- ServicePrincipal: "ServicePrincipal";
3011
- Internal: "Internal";
3012
- }>>;
3013
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3014
- 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;
3015
3568
  }, zod.core.$strip>;
3016
- export declare const usersGetAccessWorkSpacesResponse: zod.ZodArray<zod.ZodObject<{
3017
- accessType: zod.ZodEnum<{
3018
- Principal: "Principal";
3019
- Group: "Group";
3020
- }>;
3021
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3022
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3023
- objectId: zod.ZodString;
3024
- principalType: zod.ZodOptional<zod.ZodEnum<{
3025
- Unknown: "Unknown";
3026
- User: "User";
3027
- ServicePrincipal: "ServicePrincipal";
3028
- Internal: "Internal";
3029
- }>>;
3030
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3031
- workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3032
- }, zod.core.$strip>>;
3033
3569
  export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
3034
3570
  export declare const usersAdminPermissionParams: zod.ZodObject<{
3035
3571
  userId: zod.ZodString;
@@ -3146,6 +3682,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
3146
3682
  sortBy: zod.ZodOptional<zod.ZodString>;
3147
3683
  sortDirection: zod.ZodOptional<zod.ZodString>;
3148
3684
  }, zod.core.$strict>;
3685
+ export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
3149
3686
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3150
3687
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3151
3688
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3166,6 +3703,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
3166
3703
  export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
3167
3704
  export declare const workSpacesGetGetResponse: zod.ZodObject<{
3168
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>>;
3169
3711
  createdAt: zod.ZodISODateTime;
3170
3712
  createdByUserId: zod.ZodString;
3171
3713
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3212,6 +3754,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3212
3754
  }, zod.core.$strip>;
3213
3755
  }, zod.core.$strip>>>>;
3214
3756
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3757
+ secret: zod.ZodBoolean;
3215
3758
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3216
3759
  }, zod.core.$strip>>>>;
3217
3760
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3236,6 +3779,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3236
3779
  triggers: zod.ZodArray<zod.ZodObject<{
3237
3780
  dataSourceContainer: zod.ZodObject<{
3238
3781
  dataSourceId: zod.ZodString;
3782
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3239
3783
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3240
3784
  operator: zod.ZodString;
3241
3785
  propertyName: zod.ZodString;
@@ -3246,6 +3790,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3246
3790
  path: zod.ZodString;
3247
3791
  }, zod.core.$strip>;
3248
3792
  flowId: zod.ZodString;
3793
+ honourSourceDeletes: zod.ZodBoolean;
3249
3794
  id: zod.ZodString;
3250
3795
  inputName: zod.ZodString;
3251
3796
  type: zod.ZodEnum<{
@@ -3436,6 +3981,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
3436
3981
  export declare const workSpacesGetIdParams: zod.ZodObject<{
3437
3982
  id: zod.ZodString;
3438
3983
  }, zod.core.$strict>;
3984
+ export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
3439
3985
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3440
3986
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3441
3987
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3455,6 +4001,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
3455
4001
  export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
3456
4002
  export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
3457
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>>;
3458
4009
  createdAt: zod.ZodISODateTime;
3459
4010
  createdByUserId: zod.ZodString;
3460
4011
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3501,6 +4052,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3501
4052
  }, zod.core.$strip>;
3502
4053
  }, zod.core.$strip>>>>;
3503
4054
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4055
+ secret: zod.ZodBoolean;
3504
4056
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3505
4057
  }, zod.core.$strip>>>>;
3506
4058
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3525,6 +4077,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3525
4077
  triggers: zod.ZodArray<zod.ZodObject<{
3526
4078
  dataSourceContainer: zod.ZodObject<{
3527
4079
  dataSourceId: zod.ZodString;
4080
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3528
4081
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3529
4082
  operator: zod.ZodString;
3530
4083
  propertyName: zod.ZodString;
@@ -3535,6 +4088,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3535
4088
  path: zod.ZodString;
3536
4089
  }, zod.core.$strip>;
3537
4090
  flowId: zod.ZodString;
4091
+ honourSourceDeletes: zod.ZodBoolean;
3538
4092
  id: zod.ZodString;
3539
4093
  inputName: zod.ZodString;
3540
4094
  type: zod.ZodEnum<{
@@ -3803,6 +4357,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
3803
4357
  temperature: zod.ZodNumber;
3804
4358
  topP: zod.ZodNumber;
3805
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>;
3806
4382
  /**
3807
4383
  * @summary Removes a data space from a workspace.
3808
4384
  */
@@ -3979,6 +4555,7 @@ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
3979
4555
  }, zod.core.$strip>;
3980
4556
  }, zod.core.$strip>>>>;
3981
4557
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4558
+ secret: zod.ZodBoolean;
3982
4559
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3983
4560
  }, zod.core.$strip>>>>;
3984
4561
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4040,6 +4617,7 @@ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
4040
4617
  }, zod.core.$strict>;
4041
4618
  }, zod.core.$strict>>>>;
4042
4619
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4620
+ secret: zod.ZodBoolean;
4043
4621
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4044
4622
  }, zod.core.$strict>>>>;
4045
4623
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4067,6 +4645,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
4067
4645
  workspaceId: zod.ZodString;
4068
4646
  }, zod.core.$strict>;
4069
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>;
4070
4770
  /**
4071
4771
  * @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
4072
4772
  */
@@ -4080,6 +4780,60 @@ export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
4080
4780
  export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
4081
4781
  uri: zod.ZodURL;
4082
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>;
4083
4837
  export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
4084
4838
  export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
4085
4839
  workSpaceId: zod.ZodString;
@@ -4134,6 +4888,8 @@ export declare const messageThreadsGetWorkspaceExecutionsResponse: zod.ZodObject
4134
4888
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4135
4889
  }, zod.core.$strip>;
4136
4890
  }, zod.core.$strip>>;
4891
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4892
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4137
4893
  }, zod.core.$strip>>;
4138
4894
  total: zod.ZodNumber;
4139
4895
  }, zod.core.$strip>;
@@ -4193,6 +4949,37 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
4193
4949
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4194
4950
  }, zod.core.$strip>;
4195
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;
4196
4983
  }, zod.core.$strip>>;
4197
4984
  total: zod.ZodNumber;
4198
4985
  }, zod.core.$strip>;
@@ -4265,6 +5052,7 @@ export declare const sandBoxGetThreadMessagesResponseItem: zod.ZodObject<{
4265
5052
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4266
5053
  code: zod.ZodNumber;
4267
5054
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
5055
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4268
5056
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4269
5057
  }, zod.core.$strip>>;
4270
5058
  hasComments: zod.ZodBoolean;
@@ -4292,6 +5080,7 @@ export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObjec
4292
5080
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4293
5081
  code: zod.ZodNumber;
4294
5082
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
5083
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4295
5084
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4296
5085
  }, zod.core.$strip>>;
4297
5086
  hasComments: zod.ZodBoolean;
@@ -4342,6 +5131,7 @@ export declare const sandBoxThreadMessagesResponse: zod.ZodObject<{
4342
5131
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4343
5132
  code: zod.ZodNumber;
4344
5133
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
5134
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4345
5135
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4346
5136
  }, zod.core.$strip>>;
4347
5137
  hasComments: zod.ZodBoolean;