@smartspace/api-client 0.1.0-dev.62af260 → 0.1.0-dev.638277b

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 (126) hide show
  1. package/dist/generated/chat/api.d.ts +2 -0
  2. package/dist/generated/chat/api.js +10 -1
  3. package/dist/generated/chat/api.msw.d.ts +1 -0
  4. package/dist/generated/chat/api.msw.js +27 -15
  5. package/dist/generated/chat/models/aiModel.d.ts +1 -0
  6. package/dist/generated/chat/models/aiModelSummary.d.ts +1 -0
  7. package/dist/generated/chat/models/connectorsConnectorSummary.d.ts +12 -0
  8. package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
  9. package/dist/generated/chat/models/dataSourceContainer.d.ts +2 -0
  10. package/dist/generated/chat/models/enumsNotificationType.d.ts +1 -0
  11. package/dist/generated/chat/models/enumsNotificationType.js +1 -0
  12. package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
  13. package/dist/generated/chat/models/flowsFlowTrigger.d.ts +1 -0
  14. package/dist/generated/chat/models/index.d.ts +1 -0
  15. package/dist/generated/chat/models/index.js +1 -0
  16. package/dist/generated/chat/models/messagesMessageError.d.ts +2 -0
  17. package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
  18. package/dist/generated/chat/zod.d.ts +34 -0
  19. package/dist/generated/chat/zod.js +39 -6
  20. package/dist/generated/config/api.d.ts +61 -1
  21. package/dist/generated/config/api.js +279 -2
  22. package/dist/generated/config/api.msw.d.ts +48 -1
  23. package/dist/generated/config/api.msw.js +441 -42
  24. package/dist/generated/config/models/aiModel.d.ts +1 -0
  25. package/dist/generated/config/models/aiModelSummary.d.ts +1 -0
  26. package/dist/generated/config/models/blocksBlockSet.d.ts +3 -2
  27. package/dist/generated/config/models/{blocksUsedInWorkspaceRef.d.ts → blocksUsedInRef.d.ts} +1 -1
  28. package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → configApiFlowRunIdentityMapRequest.d.ts} +2 -3
  29. package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
  30. package/dist/generated/config/models/connectorsConnector.js +8 -0
  31. package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
  32. package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
  33. package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
  34. package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
  35. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
  36. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
  37. package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
  38. package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
  39. package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
  40. package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
  41. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
  42. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
  43. package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
  44. package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
  45. package/dist/generated/config/models/containerItem.d.ts +29 -0
  46. package/dist/generated/config/models/containerItem.js +8 -0
  47. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
  48. package/dist/generated/config/models/dataSetsDataSet.d.ts +6 -0
  49. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
  50. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
  51. package/dist/generated/config/models/dataSetsSetDataSetScoping.d.ts +12 -0
  52. package/dist/generated/config/models/dataSetsSetDataSetScoping.js +2 -0
  53. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.d.ts +11 -0
  54. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.js +8 -0
  55. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
  56. package/dist/generated/config/models/dataSourceContainer.d.ts +2 -0
  57. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
  58. package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
  59. package/dist/generated/config/models/enumsActivityType.js +1 -0
  60. package/dist/generated/config/models/enumsDataSetScopingMode.d.ts +11 -0
  61. package/dist/generated/config/models/enumsDataSetScopingMode.js +14 -0
  62. package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
  63. package/dist/generated/config/models/enumsNotificationType.js +1 -0
  64. package/dist/generated/config/models/flowRunsGetStepExecutionsParams.d.ts +19 -0
  65. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
  66. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
  67. package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
  68. package/dist/generated/config/models/flowsFlowTrigger.d.ts +1 -0
  69. package/dist/generated/config/models/index.d.ts +35 -2
  70. package/dist/generated/config/models/index.js +35 -2
  71. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
  72. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
  73. package/dist/generated/config/models/integrationsSmartSpaceAiFlowValueModel.d.ts +4 -0
  74. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
  75. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
  76. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
  77. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
  78. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
  79. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
  80. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
  81. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
  82. package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
  83. package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
  84. package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
  85. package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
  86. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
  87. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
  88. package/dist/generated/config/models/messagesMessageError.d.ts +2 -0
  89. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
  90. package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
  91. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
  92. package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
  93. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +11 -0
  94. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
  95. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
  96. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
  97. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
  98. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
  99. package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
  100. package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
  101. package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
  102. package/dist/generated/config/models/syncsGetParams.js +8 -0
  103. package/dist/generated/config/models/syncsSync.d.ts +33 -0
  104. package/dist/generated/config/models/syncsSync.js +2 -0
  105. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +18 -0
  106. package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
  107. package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
  108. package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
  109. package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
  110. package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
  111. package/dist/generated/config/models/usersServicePrincipalDetail.d.ts +14 -0
  112. package/dist/generated/config/models/usersServicePrincipalDetail.js +2 -0
  113. package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
  114. package/dist/generated/config/zod.d.ts +807 -3
  115. package/dist/generated/config/zod.js +700 -25
  116. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
  117. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
  118. package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
  119. package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
  120. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +11 -0
  121. package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
  122. package/dist/signalr.d.ts +2 -0
  123. package/dist/signalr.js +3 -0
  124. package/package.json +2 -2
  125. /package/dist/generated/config/models/{blocksUsedInWorkspaceRef.js → blocksUsedInRef.js} +0 -0
  126. /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<{
@@ -878,6 +896,7 @@ export declare const dataSetsGetQueryParams: zod.ZodObject<{
878
896
  }, zod.core.$strict>;
879
897
  export declare const dataSetsGetResponseDataItemDataSpaceIdRegExp: RegExp;
880
898
  export declare const dataSetsGetResponseDataItemFlowIdRegExp: RegExp;
899
+ export declare const dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp: RegExp;
881
900
  export declare const dataSetsGetResponseDataItemIdRegExp: RegExp;
882
901
  export declare const dataSetsGetResponseDataItemVersionRegExp: RegExp;
883
902
  export declare const dataSetsGetResponse: zod.ZodObject<{
@@ -887,6 +906,7 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
887
906
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
888
907
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
889
908
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
909
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
890
910
  id: zod.ZodString;
891
911
  modifiedAt: zod.ZodISODateTime;
892
912
  modifiedByUserId: zod.ZodString;
@@ -896,6 +916,11 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
896
916
  isVector: zod.ZodBoolean;
897
917
  name: zod.ZodString;
898
918
  }, zod.core.$strip>>;
919
+ scopingMode: zod.ZodEnum<{
920
+ Unrestricted: "Unrestricted";
921
+ PerSubject: "PerSubject";
922
+ }>;
923
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
899
924
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
900
925
  }, zod.core.$strip>>;
901
926
  total: zod.ZodNumber;
@@ -936,6 +961,7 @@ export declare const dataSetsGetByIdParams: zod.ZodObject<{
936
961
  }, zod.core.$strict>;
937
962
  export declare const dataSetsGetByIdResponseDataSpaceIdRegExp: RegExp;
938
963
  export declare const dataSetsGetByIdResponseFlowIdRegExp: RegExp;
964
+ export declare const dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp: RegExp;
939
965
  export declare const dataSetsGetByIdResponseIdRegExp: RegExp;
940
966
  export declare const dataSetsGetByIdResponseVersionRegExp: RegExp;
941
967
  export declare const dataSetsGetByIdResponse: zod.ZodObject<{
@@ -944,6 +970,7 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
944
970
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
945
971
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
946
972
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
973
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
947
974
  id: zod.ZodString;
948
975
  modifiedAt: zod.ZodISODateTime;
949
976
  modifiedByUserId: zod.ZodString;
@@ -953,6 +980,11 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
953
980
  isVector: zod.ZodBoolean;
954
981
  name: zod.ZodString;
955
982
  }, zod.core.$strip>>;
983
+ scopingMode: zod.ZodEnum<{
984
+ Unrestricted: "Unrestricted";
985
+ PerSubject: "PerSubject";
986
+ }>;
987
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
956
988
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
957
989
  }, zod.core.$strip>;
958
990
  /**
@@ -966,6 +998,7 @@ export declare const dataSetsPutBodyIdRegExp: RegExp;
966
998
  export declare const dataSetsPutBody: zod.ZodObject<{
967
999
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
968
1000
  dataSourceId: zod.ZodString;
1001
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
969
1002
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
970
1003
  operator: zod.ZodString;
971
1004
  propertyName: zod.ZodString;
@@ -979,6 +1012,7 @@ export declare const dataSetsPutBody: zod.ZodObject<{
979
1012
  }, zod.core.$strict>;
980
1013
  export declare const dataSetsPutResponseDataSpaceIdRegExp: RegExp;
981
1014
  export declare const dataSetsPutResponseFlowIdRegExp: RegExp;
1015
+ export declare const dataSetsPutResponseHonourDeletesContainerIdsItemRegExp: RegExp;
982
1016
  export declare const dataSetsPutResponseIdRegExp: RegExp;
983
1017
  export declare const dataSetsPutResponseVersionRegExp: RegExp;
984
1018
  export declare const dataSetsPutResponse: zod.ZodObject<{
@@ -987,6 +1021,7 @@ export declare const dataSetsPutResponse: zod.ZodObject<{
987
1021
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
988
1022
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
989
1023
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1024
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
990
1025
  id: zod.ZodString;
991
1026
  modifiedAt: zod.ZodISODateTime;
992
1027
  modifiedByUserId: zod.ZodString;
@@ -996,6 +1031,11 @@ export declare const dataSetsPutResponse: zod.ZodObject<{
996
1031
  isVector: zod.ZodBoolean;
997
1032
  name: zod.ZodString;
998
1033
  }, zod.core.$strip>>;
1034
+ scopingMode: zod.ZodEnum<{
1035
+ Unrestricted: "Unrestricted";
1036
+ PerSubject: "PerSubject";
1037
+ }>;
1038
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
999
1039
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1000
1040
  }, zod.core.$strip>;
1001
1041
  /**
@@ -1031,6 +1071,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
1031
1071
  data: zod.ZodArray<zod.ZodObject<{
1032
1072
  containerId: zod.ZodString;
1033
1073
  createdAt: zod.ZodISODateTime;
1074
+ deletedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1034
1075
  flowRuns: zod.ZodArray<zod.ZodObject<{
1035
1076
  errors: zod.ZodArray<zod.ZodObject<{
1036
1077
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -1039,7 +1080,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
1039
1080
  }, zod.core.$strip>>;
1040
1081
  finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1041
1082
  flowRunId: zod.ZodString;
1042
- runAt: zod.ZodISODateTime;
1083
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1043
1084
  status: zod.ZodString;
1044
1085
  }, zod.core.$strip>>;
1045
1086
  id: zod.ZodString;
@@ -1060,6 +1101,7 @@ export declare const dataSetsSetDataspaceBodyRegExp: RegExp;
1060
1101
  export declare const dataSetsSetDataspaceBody: zod.ZodString;
1061
1102
  export declare const dataSetsSetDataspaceResponseDataSpaceIdRegExp: RegExp;
1062
1103
  export declare const dataSetsSetDataspaceResponseFlowIdRegExp: RegExp;
1104
+ export declare const dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp: RegExp;
1063
1105
  export declare const dataSetsSetDataspaceResponseIdRegExp: RegExp;
1064
1106
  export declare const dataSetsSetDataspaceResponseVersionRegExp: RegExp;
1065
1107
  export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
@@ -1068,6 +1110,7 @@ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
1068
1110
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1069
1111
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1070
1112
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1113
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1071
1114
  id: zod.ZodString;
1072
1115
  modifiedAt: zod.ZodISODateTime;
1073
1116
  modifiedByUserId: zod.ZodString;
@@ -1077,6 +1120,11 @@ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
1077
1120
  isVector: zod.ZodBoolean;
1078
1121
  name: zod.ZodString;
1079
1122
  }, zod.core.$strip>>;
1123
+ scopingMode: zod.ZodEnum<{
1124
+ Unrestricted: "Unrestricted";
1125
+ PerSubject: "PerSubject";
1126
+ }>;
1127
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1080
1128
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1081
1129
  }, zod.core.$strip>;
1082
1130
  export declare const dataSetsExportPathIdRegExp: RegExp;
@@ -1179,6 +1227,11 @@ export declare const dataSetsDeleteItemParams: zod.ZodObject<{
1179
1227
  itemId: zod.ZodString;
1180
1228
  }, zod.core.$strict>;
1181
1229
  /**
1230
+ * The `isVector` field is deprecated: the platform no longer uses it,
1231
+ and it has no effect on ingestion or querying. It remains available as an
1232
+ optional field for backward compatibility with existing integrations —
1233
+ new integrations should omit it. When omitted, the stored value is
1234
+ preserved on update and defaults to `false` on create.
1182
1235
  * @summary Upsert a single property on a dataset.
1183
1236
  */
1184
1237
  export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
@@ -1187,7 +1240,7 @@ export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
1187
1240
  }, zod.core.$strict>;
1188
1241
  export declare const dataSetsAddDataSetPropertyBody: zod.ZodObject<{
1189
1242
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1190
- isVector: zod.ZodBoolean;
1243
+ isVector: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1191
1244
  name: zod.ZodString;
1192
1245
  }, zod.core.$strict>;
1193
1246
  export declare const dataSetsAddDataSetPropertyResponse: zod.ZodObject<{
@@ -1200,6 +1253,90 @@ export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
1200
1253
  id: zod.ZodString;
1201
1254
  name: zod.ZodString;
1202
1255
  }, zod.core.$strict>;
1256
+ /**
1257
+ * @summary Run-centric ingestion history for the dataset (newest first), from the
1258
+ AI API's provenance-stamped run store. `trigger` filters by cause
1259
+ (sync / sweep / manual / reset / unknown); `itemId` narrows to one
1260
+ container item, including runs superseded by later re-ingests.
1261
+ */
1262
+ export declare const dataSetsGetIngestionRunsPathIdRegExp: RegExp;
1263
+ export declare const dataSetsGetIngestionRunsParams: zod.ZodObject<{
1264
+ id: zod.ZodString;
1265
+ }, zod.core.$strict>;
1266
+ export declare const dataSetsGetIngestionRunsQuerySkipDefault = 0;
1267
+ export declare const dataSetsGetIngestionRunsQueryTakeDefault = 50;
1268
+ export declare const dataSetsGetIngestionRunsQueryItemIdRegExp: RegExp;
1269
+ export declare const dataSetsGetIngestionRunsQueryParams: zod.ZodObject<{
1270
+ skip: zod.ZodOptional<zod.ZodNumber>;
1271
+ take: zod.ZodDefault<zod.ZodNumber>;
1272
+ trigger: zod.ZodOptional<zod.ZodString>;
1273
+ itemId: zod.ZodOptional<zod.ZodString>;
1274
+ }, zod.core.$strict>;
1275
+ export declare const dataSetsGetIngestionRunsResponseDataItemCausedByRegExp: RegExp;
1276
+ export declare const dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp: RegExp;
1277
+ export declare const dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp: RegExp;
1278
+ export declare const dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp: RegExp;
1279
+ export declare const dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp: RegExp;
1280
+ export declare const dataSetsGetIngestionRunsResponseDataItemItemIdRegExp: RegExp;
1281
+ export declare const dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp: RegExp;
1282
+ export declare const dataSetsGetIngestionRunsResponse: zod.ZodObject<{
1283
+ data: zod.ZodArray<zod.ZodObject<{
1284
+ causedBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1285
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1286
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1287
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1288
+ dataSetVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1289
+ errors: zod.ZodArray<zod.ZodObject<{
1290
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1291
+ code: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
1292
+ message: zod.ZodString;
1293
+ }, zod.core.$strip>>;
1294
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1295
+ flowRunId: zod.ZodString;
1296
+ itemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1297
+ itemName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1298
+ itemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1299
+ itemVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1300
+ retryOf: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1301
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1302
+ status: zod.ZodString;
1303
+ trigger: zod.ZodObject<{
1304
+ kind: zod.ZodString;
1305
+ principal: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1306
+ }, zod.core.$strip>;
1307
+ }, zod.core.$strip>>;
1308
+ total: zod.ZodNumber;
1309
+ }, zod.core.$strip>;
1310
+ /**
1311
+ * @summary Set the per-document scoping config (mode + subject path) on a dataset.
1312
+ */
1313
+ export declare const dataSetsPutScopingPathIdRegExp: RegExp;
1314
+ export declare const dataSetsPutScopingParams: zod.ZodObject<{
1315
+ id: zod.ZodString;
1316
+ }, zod.core.$strict>;
1317
+ export declare const dataSetsPutScopingBody: zod.ZodObject<{
1318
+ mode: zod.ZodEnum<{
1319
+ Unrestricted: "Unrestricted";
1320
+ PerSubject: "PerSubject";
1321
+ }>;
1322
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1323
+ }, zod.core.$strict>;
1324
+ /**
1325
+ * @summary Whether this dataset hides items whose source file was deleted in the given
1326
+ container. Per container, because the setting belongs to that subscription.
1327
+ Off is the default and does not disable detection — deletions are always
1328
+ recorded and always marked on the affected rows; this only decides whether a
1329
+ marked row is returned. Nothing here deletes anything.
1330
+ */
1331
+ export declare const dataSetsPutSourceDeletesPathIdRegExp: RegExp;
1332
+ export declare const dataSetsPutSourceDeletesParams: zod.ZodObject<{
1333
+ id: zod.ZodString;
1334
+ }, zod.core.$strict>;
1335
+ export declare const dataSetsPutSourceDeletesBodyContainerIdRegExp: RegExp;
1336
+ export declare const dataSetsPutSourceDeletesBody: zod.ZodObject<{
1337
+ containerId: zod.ZodString;
1338
+ honourSourceDeletes: zod.ZodBoolean;
1339
+ }, zod.core.$strict>;
1203
1340
  /**
1204
1341
  * @summary Fetch a list of all available data source types in SmartSpace.
1205
1342
  */
@@ -1250,6 +1387,7 @@ export declare const dataSourceTypesGetAvailableContainersBody: zod.ZodObject<{
1250
1387
  }, zod.core.$strict>;
1251
1388
  export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodObject<{
1252
1389
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1390
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1253
1391
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1254
1392
  operator: zod.ZodString;
1255
1393
  propertyName: zod.ZodString;
@@ -1264,6 +1402,7 @@ export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodO
1264
1402
  }, zod.core.$strip>;
1265
1403
  export declare const dataSourceTypesGetAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
1266
1404
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1405
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1267
1406
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1268
1407
  operator: zod.ZodString;
1269
1408
  propertyName: zod.ZodString;
@@ -1308,6 +1447,7 @@ export declare const dataSourcesGetResponse: zod.ZodObject<{
1308
1447
  data: zod.ZodArray<zod.ZodObject<{
1309
1448
  containers: zod.ZodArray<zod.ZodObject<{
1310
1449
  dataSourceId: zod.ZodString;
1450
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1311
1451
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1312
1452
  operator: zod.ZodString;
1313
1453
  propertyName: zod.ZodString;
@@ -1368,6 +1508,7 @@ export declare const dataSourcesPostResponseIdRegExp: RegExp;
1368
1508
  export declare const dataSourcesPostResponse: zod.ZodObject<{
1369
1509
  containers: zod.ZodArray<zod.ZodObject<{
1370
1510
  dataSourceId: zod.ZodString;
1511
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1371
1512
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1372
1513
  operator: zod.ZodString;
1373
1514
  propertyName: zod.ZodString;
@@ -1431,6 +1572,7 @@ export declare const dataSourcesContainersResponseDataSourceIdRegExp: RegExp;
1431
1572
  export declare const dataSourcesContainersResponseIdRegExp: RegExp;
1432
1573
  export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1433
1574
  dataSourceId: zod.ZodString;
1575
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1434
1576
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1435
1577
  operator: zod.ZodString;
1436
1578
  propertyName: zod.ZodString;
@@ -1442,6 +1584,7 @@ export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1442
1584
  }, zod.core.$strip>;
1443
1585
  export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
1444
1586
  dataSourceId: zod.ZodString;
1587
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1445
1588
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1446
1589
  operator: zod.ZodString;
1447
1590
  propertyName: zod.ZodString;
@@ -1493,6 +1636,15 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
1493
1636
  export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
1494
1637
  credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
1495
1638
  }, zod.core.$strict>;
1639
+ /**
1640
+ * @summary Requests an on-demand sync of a data source. The request is queued;
1641
+ the sync service picks it up within ~30 seconds. Repeated requests
1642
+ are safe — concurrent syncs of the same source collapse to one run.
1643
+ */
1644
+ export declare const dataSourcesRequestSyncPathDataSourceIdRegExp: RegExp;
1645
+ export declare const dataSourcesRequestSyncParams: zod.ZodObject<{
1646
+ dataSourceId: zod.ZodString;
1647
+ }, zod.core.$strict>;
1496
1648
  export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
1497
1649
  export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
1498
1650
  id: zod.ZodString;
@@ -1526,6 +1678,7 @@ export declare const dataSpacesGetQueryParams: zod.ZodObject<{
1526
1678
  }, zod.core.$strict>;
1527
1679
  export declare const dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
1528
1680
  export declare const dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp: RegExp;
1681
+ export declare const dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1529
1682
  export declare const dataSpacesGetResponseDataItemDataSetsItemIdRegExp: RegExp;
1530
1683
  export declare const dataSpacesGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
1531
1684
  export declare const dataSpacesGetResponseDataItemIdRegExp: RegExp;
@@ -1541,6 +1694,7 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1541
1694
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1542
1695
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1543
1696
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1697
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1544
1698
  id: zod.ZodString;
1545
1699
  modifiedAt: zod.ZodISODateTime;
1546
1700
  modifiedByUserId: zod.ZodString;
@@ -1550,6 +1704,11 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1550
1704
  isVector: zod.ZodBoolean;
1551
1705
  name: zod.ZodString;
1552
1706
  }, zod.core.$strip>>;
1707
+ scopingMode: zod.ZodEnum<{
1708
+ Unrestricted: "Unrestricted";
1709
+ PerSubject: "PerSubject";
1710
+ }>;
1711
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1553
1712
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1554
1713
  }, zod.core.$strip>>;
1555
1714
  id: zod.ZodString;
@@ -1582,6 +1741,7 @@ export declare const dataSpacesGetByIdParams: zod.ZodObject<{
1582
1741
  }, zod.core.$strict>;
1583
1742
  export declare const dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1584
1743
  export declare const dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp: RegExp;
1744
+ export declare const dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1585
1745
  export declare const dataSpacesGetByIdResponseDataSetsItemIdRegExp: RegExp;
1586
1746
  export declare const dataSpacesGetByIdResponseDataSetsItemVersionRegExp: RegExp;
1587
1747
  export declare const dataSpacesGetByIdResponseIdRegExp: RegExp;
@@ -1596,6 +1756,7 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1596
1756
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1597
1757
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1598
1758
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1759
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1599
1760
  id: zod.ZodString;
1600
1761
  modifiedAt: zod.ZodISODateTime;
1601
1762
  modifiedByUserId: zod.ZodString;
@@ -1605,6 +1766,11 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1605
1766
  isVector: zod.ZodBoolean;
1606
1767
  name: zod.ZodString;
1607
1768
  }, zod.core.$strip>>;
1769
+ scopingMode: zod.ZodEnum<{
1770
+ Unrestricted: "Unrestricted";
1771
+ PerSubject: "PerSubject";
1772
+ }>;
1773
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1608
1774
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1609
1775
  }, zod.core.$strip>>;
1610
1776
  id: zod.ZodString;
@@ -1633,6 +1799,7 @@ export declare const dataSpacesPutBody: zod.ZodObject<{
1633
1799
  }, zod.core.$strict>;
1634
1800
  export declare const dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1635
1801
  export declare const dataSpacesPutResponseDataSetsItemFlowIdRegExp: RegExp;
1802
+ export declare const dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1636
1803
  export declare const dataSpacesPutResponseDataSetsItemIdRegExp: RegExp;
1637
1804
  export declare const dataSpacesPutResponseDataSetsItemVersionRegExp: RegExp;
1638
1805
  export declare const dataSpacesPutResponseIdRegExp: RegExp;
@@ -1647,6 +1814,7 @@ export declare const dataSpacesPutResponse: zod.ZodObject<{
1647
1814
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1648
1815
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1649
1816
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1817
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1650
1818
  id: zod.ZodString;
1651
1819
  modifiedAt: zod.ZodISODateTime;
1652
1820
  modifiedByUserId: zod.ZodString;
@@ -1656,6 +1824,11 @@ export declare const dataSpacesPutResponse: zod.ZodObject<{
1656
1824
  isVector: zod.ZodBoolean;
1657
1825
  name: zod.ZodString;
1658
1826
  }, zod.core.$strip>>;
1827
+ scopingMode: zod.ZodEnum<{
1828
+ Unrestricted: "Unrestricted";
1829
+ PerSubject: "PerSubject";
1830
+ }>;
1831
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1659
1832
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1660
1833
  }, zod.core.$strip>>;
1661
1834
  id: zod.ZodString;
@@ -1706,6 +1879,7 @@ export declare const dataSpacesGetDataSetsQueryParams: zod.ZodObject<{
1706
1879
  }, zod.core.$strict>;
1707
1880
  export declare const dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp: RegExp;
1708
1881
  export declare const dataSpacesGetDataSetsResponseDataItemFlowIdRegExp: RegExp;
1882
+ export declare const dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp: RegExp;
1709
1883
  export declare const dataSpacesGetDataSetsResponseDataItemIdRegExp: RegExp;
1710
1884
  export declare const dataSpacesGetDataSetsResponseDataItemVersionRegExp: RegExp;
1711
1885
  export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
@@ -1715,6 +1889,7 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1715
1889
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1716
1890
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1717
1891
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1892
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1718
1893
  id: zod.ZodString;
1719
1894
  modifiedAt: zod.ZodISODateTime;
1720
1895
  modifiedByUserId: zod.ZodString;
@@ -1724,6 +1899,11 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1724
1899
  isVector: zod.ZodBoolean;
1725
1900
  name: zod.ZodString;
1726
1901
  }, zod.core.$strip>>;
1902
+ scopingMode: zod.ZodEnum<{
1903
+ Unrestricted: "Unrestricted";
1904
+ PerSubject: "PerSubject";
1905
+ }>;
1906
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1727
1907
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1728
1908
  }, zod.core.$strip>>;
1729
1909
  total: zod.ZodNumber;
@@ -1739,6 +1919,7 @@ export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegEx
1739
1919
  export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
1740
1920
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1741
1921
  dataSourceId: zod.ZodString;
1922
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1742
1923
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1743
1924
  operator: zod.ZodString;
1744
1925
  propertyName: zod.ZodString;
@@ -1755,6 +1936,13 @@ export declare const debugInvokeParams: zod.ZodObject<{
1755
1936
  }, zod.core.$strict>;
1756
1937
  export declare const debugInvokeBodyItem: zod.ZodAny;
1757
1938
  export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
1939
+ /**
1940
+ * @summary Mongo index health for the flow-runs store: planned-vs-existing
1941
+ indexes per collection, the latest index-ensure outcome per index
1942
+ (including repeated failures), and any in-flight index
1943
+ transformations with their progress (currentOp).
1944
+ */
1945
+ export declare const diagnosticsGetMongoIndexesResponse: zod.ZodAny;
1758
1946
  /**
1759
1947
  * @summary List the current user's drafts (without parsed interfaces — load detail to get those).
1760
1948
  */
@@ -2221,6 +2409,16 @@ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
2221
2409
  export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
2222
2410
  id: zod.ZodString;
2223
2411
  }, zod.core.$strict>;
2412
+ /**
2413
+ * @summary Requests cancellation of a queued or running flow run. Cancellation
2414
+ is cooperative: a queued run is stamped cancelled before it starts;
2415
+ a running flow stops between block executions, typically within
2416
+ seconds. Cancelled runs carry cancelledAt in their basic info.
2417
+ */
2418
+ export declare const flowRunsCancelFlowRunPathIdRegExpOne: RegExp;
2419
+ export declare const flowRunsCancelFlowRunParams: zod.ZodObject<{
2420
+ id: zod.ZodString;
2421
+ }, zod.core.$strict>;
2224
2422
  export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
2225
2423
  export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
2226
2424
  id: zod.ZodString;
@@ -2237,6 +2435,9 @@ export declare const flowRunsAddFileIdFilesExistingBody: zod.ZodObject<{
2237
2435
  blobUri: zod.ZodString;
2238
2436
  flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2239
2437
  }, zod.core.$strict>;
2438
+ /**
2439
+ * @summary Lists a run's function executions, newest first.
2440
+ */
2240
2441
  export declare const flowRunsGetStepExecutionsPathIdRegExp: RegExp;
2241
2442
  export declare const flowRunsGetStepExecutionsParams: zod.ZodObject<{
2242
2443
  id: zod.ZodString;
@@ -2249,6 +2450,7 @@ export declare const flowRunsGetStepExecutionsQueryParams: zod.ZodObject<{
2249
2450
  take: zod.ZodDefault<zod.ZodNumber>;
2250
2451
  search: zod.ZodOptional<zod.ZodString>;
2251
2452
  "blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2453
+ includeValues: zod.ZodOptional<zod.ZodBoolean>;
2252
2454
  }, zod.core.$strict>;
2253
2455
  export declare const flowRunsGetStepExecutionsResponseLogsItemIdRegExp: RegExp;
2254
2456
  export declare const flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
@@ -2273,6 +2475,8 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2273
2475
  createdAt: zod.ZodISODateTime;
2274
2476
  data: zod.ZodAny;
2275
2477
  id: zod.ZodString;
2478
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2479
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2276
2480
  source: zod.ZodObject<{
2277
2481
  node: zod.ZodString;
2278
2482
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2285,6 +2489,8 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2285
2489
  createdAt: zod.ZodISODateTime;
2286
2490
  data: zod.ZodAny;
2287
2491
  id: zod.ZodString;
2492
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2493
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2288
2494
  source: zod.ZodObject<{
2289
2495
  node: zod.ZodString;
2290
2496
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2294,6 +2500,77 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2294
2500
  }, zod.core.$strip>>;
2295
2501
  total: zod.ZodNumber;
2296
2502
  }, zod.core.$strip>;
2503
+ /**
2504
+ * Inline values are returned as stored. Values spilled to blob storage come
2505
+ back by reference (`isBlob`, `sizeBytes`, `data` null) and are
2506
+ fetched with M:SmartSpace.App.ConfigApi.Controllers.FlowRunsController.GetFlowValueDownload(System.Guid,System.Guid); they are never downloaded on
2507
+ this read, so expanding a large step costs the same as a small one.
2508
+ * @summary Gets one execution of a run with its input/output values — the detail read
2509
+ behind `functionexecutions?includeValues=false`.
2510
+ */
2511
+ export declare const flowRunsGetStepExecutionPathIdRegExp: RegExp;
2512
+ export declare const flowRunsGetStepExecutionPathExecutionIdRegExp: RegExp;
2513
+ export declare const flowRunsGetStepExecutionParams: zod.ZodObject<{
2514
+ id: zod.ZodString;
2515
+ executionId: zod.ZodString;
2516
+ }, zod.core.$strict>;
2517
+ export declare const flowRunsGetStepExecutionResponseIdRegExp: RegExp;
2518
+ export declare const flowRunsGetStepExecutionResponseInputsItemIdRegExp: RegExp;
2519
+ export declare const flowRunsGetStepExecutionResponseInputsItemValueIdRegExp: RegExp;
2520
+ export declare const flowRunsGetStepExecutionResponseOutputsItemIdRegExp: RegExp;
2521
+ export declare const flowRunsGetStepExecutionResponse: zod.ZodObject<{
2522
+ blockId: zod.ZodString;
2523
+ createdAt: zod.ZodISODateTime;
2524
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2525
+ functionName: zod.ZodString;
2526
+ id: zod.ZodString;
2527
+ inputs: zod.ZodArray<zod.ZodObject<{
2528
+ blockId: zod.ZodString;
2529
+ createdAt: zod.ZodISODateTime;
2530
+ id: zod.ZodString;
2531
+ pin: zod.ZodString;
2532
+ port: zod.ZodString;
2533
+ sticky: zod.ZodBoolean;
2534
+ value: zod.ZodObject<{
2535
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
2536
+ createdAt: zod.ZodISODateTime;
2537
+ data: zod.ZodAny;
2538
+ id: zod.ZodString;
2539
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2540
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2541
+ source: zod.ZodObject<{
2542
+ node: zod.ZodString;
2543
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2544
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2545
+ }, zod.core.$strip>;
2546
+ }, zod.core.$strip>;
2547
+ }, zod.core.$strip>>;
2548
+ outputs: zod.ZodArray<zod.ZodObject<{
2549
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
2550
+ createdAt: zod.ZodISODateTime;
2551
+ data: zod.ZodAny;
2552
+ id: zod.ZodString;
2553
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2554
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2555
+ source: zod.ZodObject<{
2556
+ node: zod.ZodString;
2557
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2558
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2559
+ }, zod.core.$strip>;
2560
+ }, zod.core.$strip>>;
2561
+ }, zod.core.$strip>;
2562
+ /**
2563
+ * Redirects to short-lived direct-from-storage link, so the payload never
2564
+ transits this service — the same pattern as file downloads. Only values the
2565
+ per-execution read returned by reference resolve here.
2566
+ * @summary Downloads a blob-spilled value's payload.
2567
+ */
2568
+ export declare const flowRunsGetFlowValueDownloadPathIdRegExp: RegExp;
2569
+ export declare const flowRunsGetFlowValueDownloadPathValueIdRegExp: RegExp;
2570
+ export declare const flowRunsGetFlowValueDownloadParams: zod.ZodObject<{
2571
+ id: zod.ZodString;
2572
+ valueId: zod.ZodString;
2573
+ }, zod.core.$strict>;
2297
2574
  export declare const flowRunsGetVariablesPathIdRegExpOne: RegExp;
2298
2575
  export declare const flowRunsGetVariablesParams: zod.ZodObject<{
2299
2576
  id: zod.ZodString;
@@ -2348,6 +2625,7 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
2348
2625
  }, zod.core.$strict>;
2349
2626
  }, zod.core.$strict>>>>;
2350
2627
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2628
+ secret: zod.ZodBoolean;
2351
2629
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2352
2630
  }, zod.core.$strict>>>>;
2353
2631
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -2470,6 +2748,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
2470
2748
  }>>;
2471
2749
  displayName: zod.ZodString;
2472
2750
  id: zod.ZodString;
2751
+ isDefault: zod.ZodBoolean;
2473
2752
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2474
2753
  OpenAi: "OpenAi";
2475
2754
  AzureOpenAi: "AzureOpenAi";
@@ -2558,6 +2837,59 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
2558
2837
  Other: "Other";
2559
2838
  }>>;
2560
2839
  }, zod.core.$strict>;
2840
+ /**
2841
+ * @summary Retrieves the instance-wide default model — the one pre-selected on new LLM blocks and the default workspace flow.
2842
+ */
2843
+ export declare const modelsGetDefaultModelResponseIdRegExp: RegExp;
2844
+ export declare const modelsGetDefaultModelResponse: zod.ZodObject<{
2845
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2846
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2847
+ deploymentStatus: zod.ZodOptional<zod.ZodEnum<{
2848
+ Deploying: "Deploying";
2849
+ Ready: "Ready";
2850
+ Failed: "Failed";
2851
+ Deleting: "Deleting";
2852
+ Deleted: "Deleted";
2853
+ }>>;
2854
+ displayName: zod.ZodString;
2855
+ id: zod.ZodString;
2856
+ isDefault: zod.ZodBoolean;
2857
+ modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2858
+ OpenAi: "OpenAi";
2859
+ AzureOpenAi: "AzureOpenAi";
2860
+ HuggingFace: "HuggingFace";
2861
+ Cohere: "Cohere";
2862
+ Anthropic: "Anthropic";
2863
+ Gemini: "Gemini";
2864
+ VertexAi: "VertexAi";
2865
+ AzureFoundry: "AzureFoundry";
2866
+ }>>;
2867
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2868
+ OpenAi: "OpenAi";
2869
+ HuggingFace: "HuggingFace";
2870
+ Cohere: "Cohere";
2871
+ Anthropic: "Anthropic";
2872
+ Google: "Google";
2873
+ Meta: "Meta";
2874
+ Mistral: "Mistral";
2875
+ Microsoft: "Microsoft";
2876
+ DeepSeek: "DeepSeek";
2877
+ XAi: "XAi";
2878
+ Amazon: "Amazon";
2879
+ Qwen: "Qwen";
2880
+ Other: "Other";
2881
+ }>>;
2882
+ name: zod.ZodString;
2883
+ properties: zod.ZodArray<zod.ZodObject<{
2884
+ name: zod.ZodString;
2885
+ type: zod.ZodEnum<{
2886
+ Boolean: "Boolean";
2887
+ Number: "Number";
2888
+ String: "String";
2889
+ }>;
2890
+ }, zod.core.$strip>>;
2891
+ virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2892
+ }, zod.core.$strip>;
2561
2893
  export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
2562
2894
  serverType: zod.ZodOptional<zod.ZodEnum<{
2563
2895
  TextGenerationInference: "TextGenerationInference";
@@ -2630,6 +2962,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2630
2962
  }, zod.core.$strip>>;
2631
2963
  displayName: zod.ZodString;
2632
2964
  id: zod.ZodString;
2965
+ isDefault: zod.ZodBoolean;
2633
2966
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2634
2967
  OpenAi: "OpenAi";
2635
2968
  AzureOpenAi: "AzureOpenAi";
@@ -2719,6 +3052,20 @@ export declare const modelsUpsertModelBody: zod.ZodObject<{
2719
3052
  Other: "Other";
2720
3053
  }>>;
2721
3054
  }, zod.core.$strict>;
3055
+ /**
3056
+ * @summary Clears the default flag from the specified model, leaving the instance with no default.
3057
+ */
3058
+ export declare const modelsClearDefaultModelPathIdRegExp: RegExp;
3059
+ export declare const modelsClearDefaultModelParams: zod.ZodObject<{
3060
+ id: zod.ZodString;
3061
+ }, zod.core.$strict>;
3062
+ /**
3063
+ * @summary Makes the specified model the instance-wide default, replacing any previous default.
3064
+ */
3065
+ export declare const modelsSetDefaultModelPathIdRegExp: RegExp;
3066
+ export declare const modelsSetDefaultModelParams: zod.ZodObject<{
3067
+ id: zod.ZodString;
3068
+ }, zod.core.$strict>;
2722
3069
  /**
2723
3070
  * @summary Retrieves the Docker logs for a specific deployment of a model.
2724
3071
  */
@@ -2764,6 +3111,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
2764
3111
  WorkSpaceUpdated: "WorkSpaceUpdated";
2765
3112
  MessageThreadUpdated: "MessageThreadUpdated";
2766
3113
  CommentUpdated: "CommentUpdated";
3114
+ AddedToThread: "AddedToThread";
2767
3115
  }>;
2768
3116
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2769
3117
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2849,12 +3197,218 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
2849
3197
  name: zod.ZodString;
2850
3198
  }, zod.core.$strip>>;
2851
3199
  }, zod.core.$strip>;
3200
+ /**
3201
+ * @summary List API accounts: service principals holding the SmartSpace integration
3202
+ role, with their permission flags and last recorded activity.
3203
+ */
3204
+ export declare const servicePrincipalsGetServicePrincipalsQuerySkipDefault = 0;
3205
+ export declare const servicePrincipalsGetServicePrincipalsQueryTakeDefault = 20;
3206
+ export declare const servicePrincipalsGetServicePrincipalsQueryParams: zod.ZodObject<{
3207
+ skip: zod.ZodOptional<zod.ZodNumber>;
3208
+ take: zod.ZodDefault<zod.ZodNumber>;
3209
+ search: zod.ZodOptional<zod.ZodString>;
3210
+ }, zod.core.$strict>;
3211
+ export declare const servicePrincipalsGetServicePrincipalsResponse: zod.ZodObject<{
3212
+ data: zod.ZodArray<zod.ZodObject<{
3213
+ id: zod.ZodString;
3214
+ lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3215
+ name: zod.ZodString;
3216
+ permissions: zod.ZodArray<zod.ZodEnum<{
3217
+ WorkspaceCreate: "WorkspaceCreate";
3218
+ WorkspaceEdit: "WorkspaceEdit";
3219
+ WorkspaceDelete: "WorkspaceDelete";
3220
+ DataSpaceCreate: "DataSpaceCreate";
3221
+ DataSpaceEdit: "DataSpaceEdit";
3222
+ DataSpaceDelete: "DataSpaceDelete";
3223
+ ConnectorCreate: "ConnectorCreate";
3224
+ ConnectorEdit: "ConnectorEdit";
3225
+ ConnectorDelete: "ConnectorDelete";
3226
+ }>>;
3227
+ }, zod.core.$strip>>;
3228
+ total: zod.ZodNumber;
3229
+ }, zod.core.$strip>;
3230
+ /**
3231
+ * @summary List configured syncs. status matches the data
3232
+ source's latest completed sync (e.g. Success / Failure), or "never"
3233
+ for sources with no recorded sync. sortBy:
3234
+ name | connector | lastSync (default: path).
3235
+ */
3236
+ export declare const syncsGetQueryTakeDefault = 50;
3237
+ export declare const syncsGetQuerySkipDefault = 0;
3238
+ export declare const syncsGetQueryDataSourceIdRegExp: RegExp;
3239
+ export declare const syncsGetQueryParams: zod.ZodObject<{
3240
+ take: zod.ZodDefault<zod.ZodNumber>;
3241
+ skip: zod.ZodOptional<zod.ZodNumber>;
3242
+ search: zod.ZodOptional<zod.ZodString>;
3243
+ dataSourceId: zod.ZodOptional<zod.ZodString>;
3244
+ status: zod.ZodOptional<zod.ZodString>;
3245
+ sortBy: zod.ZodOptional<zod.ZodString>;
3246
+ sortDirection: zod.ZodOptional<zod.ZodString>;
3247
+ }, zod.core.$strict>;
3248
+ export declare const syncsGetResponseDataItemDataSetsItemIdRegExp: RegExp;
3249
+ export declare const syncsGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
3250
+ export declare const syncsGetResponseDataItemDataSourceIdRegExp: RegExp;
3251
+ export declare const syncsGetResponseDataItemIdRegExp: RegExp;
3252
+ export declare const syncsGetResponse: zod.ZodObject<{
3253
+ data: zod.ZodArray<zod.ZodObject<{
3254
+ dataSets: zod.ZodArray<zod.ZodObject<{
3255
+ id: zod.ZodString;
3256
+ name: zod.ZodString;
3257
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3258
+ }, zod.core.$strip>>;
3259
+ dataSource: zod.ZodObject<{
3260
+ id: zod.ZodString;
3261
+ isQueued: zod.ZodBoolean;
3262
+ isSyncing: zod.ZodBoolean;
3263
+ name: zod.ZodString;
3264
+ sourceType: zod.ZodEnum<{
3265
+ BlobStorage: "BlobStorage";
3266
+ SqlServer: "SqlServer";
3267
+ AzureSql: "AzureSql";
3268
+ Cosmos: "Cosmos";
3269
+ GoogleDrive: "GoogleDrive";
3270
+ SharePoint: "SharePoint";
3271
+ SharePointSite: "SharePointSite";
3272
+ HubSpot: "HubSpot";
3273
+ AzureStorage: "AzureStorage";
3274
+ File: "File";
3275
+ Sitemap: "Sitemap";
3276
+ }>;
3277
+ supportsDeleteDetection: zod.ZodBoolean;
3278
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3279
+ }, zod.core.$strip>;
3280
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3281
+ highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3282
+ id: zod.ZodString;
3283
+ latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3284
+ latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
3285
+ latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3286
+ latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3287
+ name: zod.ZodString;
3288
+ path: zod.ZodString;
3289
+ recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3290
+ end: zod.ZodISODateTime;
3291
+ itemCount: zod.ZodNumber;
3292
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3293
+ start: zod.ZodISODateTime;
3294
+ status: zod.ZodString;
3295
+ }, zod.core.$strip>>>>;
3296
+ statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3297
+ }, zod.core.$strip>>;
3298
+ total: zod.ZodNumber;
3299
+ }, zod.core.$strip>;
3300
+ /**
3301
+ * @summary The sync-requests queue right now: approximate depth and which data
3302
+ sources have a request WAITING. In-flight requests are invisible to
3303
+ peek (visibility timeout) — that state is each data source's
3304
+ isSyncing flag. Literal route wins over the {containerId} template.
3305
+ */
3306
+ export declare const syncsGetQueueResponseWaitingDataSourceIdsItemRegExp: RegExp;
3307
+ export declare const syncsGetQueueResponse: zod.ZodObject<{
3308
+ depth: zod.ZodNumber;
3309
+ waitingDataSourceIds: zod.ZodArray<zod.ZodString>;
3310
+ }, zod.core.$strip>;
3311
+ /**
3312
+ * @summary Removes the sync: deletes its data source container config record, so
3313
+ the source selection stops being mirrored from the next sync cycle.
3314
+ Refused (DSC400) while any live dataset still subscribes to it via a
3315
+ container flow trigger. Config-only — already-landed items and copied
3316
+ blobs are not cleaned up here.
3317
+ */
3318
+ export declare const syncsDeletePathContainerIdRegExp: RegExp;
3319
+ export declare const syncsDeleteParams: zod.ZodObject<{
3320
+ containerId: zod.ZodString;
3321
+ }, zod.core.$strict>;
3322
+ export declare const syncsGetByIdPathContainerIdRegExp: RegExp;
3323
+ export declare const syncsGetByIdParams: zod.ZodObject<{
3324
+ containerId: zod.ZodString;
3325
+ }, zod.core.$strict>;
3326
+ export declare const syncsGetByIdResponseDataSetsItemIdRegExp: RegExp;
3327
+ export declare const syncsGetByIdResponseDataSetsItemVersionRegExp: RegExp;
3328
+ export declare const syncsGetByIdResponseDataSourceIdRegExp: RegExp;
3329
+ export declare const syncsGetByIdResponseIdRegExp: RegExp;
3330
+ export declare const syncsGetByIdResponse: zod.ZodObject<{
3331
+ dataSets: zod.ZodArray<zod.ZodObject<{
3332
+ id: zod.ZodString;
3333
+ name: zod.ZodString;
3334
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3335
+ }, zod.core.$strip>>;
3336
+ dataSource: zod.ZodObject<{
3337
+ id: zod.ZodString;
3338
+ isQueued: zod.ZodBoolean;
3339
+ isSyncing: zod.ZodBoolean;
3340
+ name: zod.ZodString;
3341
+ sourceType: zod.ZodEnum<{
3342
+ BlobStorage: "BlobStorage";
3343
+ SqlServer: "SqlServer";
3344
+ AzureSql: "AzureSql";
3345
+ Cosmos: "Cosmos";
3346
+ GoogleDrive: "GoogleDrive";
3347
+ SharePoint: "SharePoint";
3348
+ SharePointSite: "SharePointSite";
3349
+ HubSpot: "HubSpot";
3350
+ AzureStorage: "AzureStorage";
3351
+ File: "File";
3352
+ Sitemap: "Sitemap";
3353
+ }>;
3354
+ supportsDeleteDetection: zod.ZodBoolean;
3355
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3356
+ }, zod.core.$strip>;
3357
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3358
+ highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3359
+ id: zod.ZodString;
3360
+ latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3361
+ latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
3362
+ latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3363
+ latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3364
+ name: zod.ZodString;
3365
+ path: zod.ZodString;
3366
+ recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3367
+ end: zod.ZodISODateTime;
3368
+ itemCount: zod.ZodNumber;
3369
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3370
+ start: zod.ZodISODateTime;
3371
+ status: zod.ZodString;
3372
+ }, zod.core.$strip>>>>;
3373
+ statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3374
+ }, zod.core.$strip>;
3375
+ /**
3376
+ * @summary The sync's landed items (read-only metadata), proxied from the AI API's
3377
+ container-items endpoint.
3378
+ */
3379
+ export declare const syncsGetItemsPathContainerIdRegExp: RegExp;
3380
+ export declare const syncsGetItemsParams: zod.ZodObject<{
3381
+ containerId: zod.ZodString;
3382
+ }, zod.core.$strict>;
3383
+ export declare const syncsGetItemsQuerySkipDefault = 0;
3384
+ export declare const syncsGetItemsQueryTakeDefault = 50;
3385
+ export declare const syncsGetItemsQueryParams: zod.ZodObject<{
3386
+ skip: zod.ZodOptional<zod.ZodNumber>;
3387
+ take: zod.ZodDefault<zod.ZodNumber>;
3388
+ }, zod.core.$strict>;
3389
+ export declare const syncsGetItemsResponseDataItemContainerIdRegExp: RegExp;
3390
+ export declare const syncsGetItemsResponseDataItemIdRegExp: RegExp;
3391
+ export declare const syncsGetItemsResponse: zod.ZodObject<{
3392
+ data: zod.ZodArray<zod.ZodObject<{
3393
+ blobUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3394
+ bytes: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3395
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3396
+ deletedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3397
+ id: zod.ZodString;
3398
+ isJson: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3399
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3400
+ path: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3401
+ pending: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3402
+ }, zod.core.$strip>>;
3403
+ total: zod.ZodNumber;
3404
+ }, zod.core.$strip>;
2852
3405
  /**
2853
3406
  * @summary Gets Tenant Id
2854
3407
  */
2855
3408
  export declare const tenantIdGetResultResponse: zod.ZodString;
2856
3409
  /**
2857
- * @summary Retrieve list users in SmartSpace, filter by roleId, with optional pagination controls take and skip.
3410
+ * @summary Retrieve users assigned to the SmartSpace application (directly or via a group),
3411
+ with optional search and pagination controls take and skip.
2858
3412
  */
2859
3413
  export declare const usersGetUsersQuerySkipDefault = 0;
2860
3414
  export declare const usersGetUsersQueryTakeDefault = 20;
@@ -3120,6 +3674,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
3120
3674
  sortBy: zod.ZodOptional<zod.ZodString>;
3121
3675
  sortDirection: zod.ZodOptional<zod.ZodString>;
3122
3676
  }, zod.core.$strict>;
3677
+ export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
3123
3678
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3124
3679
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3125
3680
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3140,6 +3695,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
3140
3695
  export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
3141
3696
  export declare const workSpacesGetGetResponse: zod.ZodObject<{
3142
3697
  data: zod.ZodArray<zod.ZodObject<{
3698
+ connectors: zod.ZodArray<zod.ZodObject<{
3699
+ id: zod.ZodString;
3700
+ kind: zod.ZodString;
3701
+ name: zod.ZodString;
3702
+ }, zod.core.$strip>>;
3143
3703
  createdAt: zod.ZodISODateTime;
3144
3704
  createdByUserId: zod.ZodString;
3145
3705
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3186,6 +3746,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3186
3746
  }, zod.core.$strip>;
3187
3747
  }, zod.core.$strip>>>>;
3188
3748
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3749
+ secret: zod.ZodBoolean;
3189
3750
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3190
3751
  }, zod.core.$strip>>>>;
3191
3752
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3210,6 +3771,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3210
3771
  triggers: zod.ZodArray<zod.ZodObject<{
3211
3772
  dataSourceContainer: zod.ZodObject<{
3212
3773
  dataSourceId: zod.ZodString;
3774
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3213
3775
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3214
3776
  operator: zod.ZodString;
3215
3777
  propertyName: zod.ZodString;
@@ -3220,6 +3782,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3220
3782
  path: zod.ZodString;
3221
3783
  }, zod.core.$strip>;
3222
3784
  flowId: zod.ZodString;
3785
+ honourSourceDeletes: zod.ZodBoolean;
3223
3786
  id: zod.ZodString;
3224
3787
  inputName: zod.ZodString;
3225
3788
  type: zod.ZodEnum<{
@@ -3410,6 +3973,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
3410
3973
  export declare const workSpacesGetIdParams: zod.ZodObject<{
3411
3974
  id: zod.ZodString;
3412
3975
  }, zod.core.$strict>;
3976
+ export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
3413
3977
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3414
3978
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3415
3979
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3429,6 +3993,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
3429
3993
  export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
3430
3994
  export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
3431
3995
  export declare const workSpacesGetIdResponse: zod.ZodObject<{
3996
+ connectors: zod.ZodArray<zod.ZodObject<{
3997
+ id: zod.ZodString;
3998
+ kind: zod.ZodString;
3999
+ name: zod.ZodString;
4000
+ }, zod.core.$strip>>;
3432
4001
  createdAt: zod.ZodISODateTime;
3433
4002
  createdByUserId: zod.ZodString;
3434
4003
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3475,6 +4044,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3475
4044
  }, zod.core.$strip>;
3476
4045
  }, zod.core.$strip>>>>;
3477
4046
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4047
+ secret: zod.ZodBoolean;
3478
4048
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3479
4049
  }, zod.core.$strip>>>>;
3480
4050
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3499,6 +4069,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3499
4069
  triggers: zod.ZodArray<zod.ZodObject<{
3500
4070
  dataSourceContainer: zod.ZodObject<{
3501
4071
  dataSourceId: zod.ZodString;
4072
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3502
4073
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3503
4074
  operator: zod.ZodString;
3504
4075
  propertyName: zod.ZodString;
@@ -3509,6 +4080,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3509
4080
  path: zod.ZodString;
3510
4081
  }, zod.core.$strip>;
3511
4082
  flowId: zod.ZodString;
4083
+ honourSourceDeletes: zod.ZodBoolean;
3512
4084
  id: zod.ZodString;
3513
4085
  inputName: zod.ZodString;
3514
4086
  type: zod.ZodEnum<{
@@ -3777,6 +4349,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
3777
4349
  temperature: zod.ZodNumber;
3778
4350
  topP: zod.ZodNumber;
3779
4351
  }, zod.core.$strict>;
4352
+ /**
4353
+ * @summary Detaches a connector from a workspace. Flows still referencing it
4354
+ fail at resolve time rather than silently keeping access.
4355
+ */
4356
+ export declare const workSpacesRemoveConnectorPathWorkspaceIdRegExp: RegExp;
4357
+ export declare const workSpacesRemoveConnectorPathConnectorIdRegExp: RegExp;
4358
+ export declare const workSpacesRemoveConnectorParams: zod.ZodObject<{
4359
+ workspaceId: zod.ZodString;
4360
+ connectorId: zod.ZodString;
4361
+ }, zod.core.$strict>;
4362
+ /**
4363
+ * @summary Attaches a connector to a workspace — the access model for external
4364
+ connectors, mirroring dataspaces. Only after this can a flow in the
4365
+ workspace reference the connector, and the resolve endpoint checks
4366
+ the same attachment at call time.
4367
+ */
4368
+ export declare const workSpacesAddConnectorPathWorkspaceIdRegExp: RegExp;
4369
+ export declare const workSpacesAddConnectorPathConnectorIdRegExp: RegExp;
4370
+ export declare const workSpacesAddConnectorParams: zod.ZodObject<{
4371
+ workspaceId: zod.ZodString;
4372
+ connectorId: zod.ZodString;
4373
+ }, zod.core.$strict>;
3780
4374
  /**
3781
4375
  * @summary Removes a data space from a workspace.
3782
4376
  */
@@ -3953,6 +4547,7 @@ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
3953
4547
  }, zod.core.$strip>;
3954
4548
  }, zod.core.$strip>>>>;
3955
4549
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4550
+ secret: zod.ZodBoolean;
3956
4551
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3957
4552
  }, zod.core.$strip>>>>;
3958
4553
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4014,6 +4609,7 @@ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
4014
4609
  }, zod.core.$strict>;
4015
4610
  }, zod.core.$strict>>>>;
4016
4611
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4612
+ secret: zod.ZodBoolean;
4017
4613
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4018
4614
  }, zod.core.$strict>>>>;
4019
4615
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4041,6 +4637,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
4041
4637
  workspaceId: zod.ZodString;
4042
4638
  }, zod.core.$strict>;
4043
4639
  export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
4640
+ /**
4641
+ * @summary Lists connectors with their auth settings — never a credential.
4642
+ */
4643
+ export declare const connectorsGetConnectorsQueryParams: zod.ZodObject<{
4644
+ kind: zod.ZodOptional<zod.ZodString>;
4645
+ }, zod.core.$strict>;
4646
+ export declare const connectorsGetConnectorsResponseIdRegExp: RegExp;
4647
+ export declare const connectorsGetConnectorsResponseItem: zod.ZodObject<{
4648
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4649
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4650
+ authType: zod.ZodString;
4651
+ createdAt: zod.ZodISODateTime;
4652
+ createdByUserId: zod.ZodString;
4653
+ hasSecret: zod.ZodBoolean;
4654
+ id: zod.ZodString;
4655
+ kind: zod.ZodString;
4656
+ modifiedAt: zod.ZodISODateTime;
4657
+ modifiedByUserId: zod.ZodString;
4658
+ name: zod.ZodString;
4659
+ url: zod.ZodString;
4660
+ }, zod.core.$strip>;
4661
+ export declare const connectorsGetConnectorsResponse: zod.ZodArray<zod.ZodObject<{
4662
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4663
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4664
+ authType: zod.ZodString;
4665
+ createdAt: zod.ZodISODateTime;
4666
+ createdByUserId: zod.ZodString;
4667
+ hasSecret: zod.ZodBoolean;
4668
+ id: zod.ZodString;
4669
+ kind: zod.ZodString;
4670
+ modifiedAt: zod.ZodISODateTime;
4671
+ modifiedByUserId: zod.ZodString;
4672
+ name: zod.ZodString;
4673
+ url: zod.ZodString;
4674
+ }, zod.core.$strip>>;
4675
+ /**
4676
+ * @summary Creates a connector and its shared credential in one call: the value
4677
+ goes to Key Vault, the row stores only the reference.
4678
+ */
4679
+ export declare const connectorsCreateConnectorBody: zod.ZodObject<{
4680
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4681
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4682
+ authType: zod.ZodString;
4683
+ kind: zod.ZodString;
4684
+ name: zod.ZodString;
4685
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4686
+ url: zod.ZodString;
4687
+ }, zod.core.$strict>;
4688
+ /**
4689
+ * @summary Picker list for workspace editors: id, name and kind only. Gated on
4690
+ WorkspaceEdit rather than Admin because attaching a connector to a
4691
+ workspace is a workspace-editor action, and the picker is how they
4692
+ choose one. Admins pass this gate via the role bypass.
4693
+ */
4694
+ export declare const connectorsGetConnectorSummariesQueryParams: zod.ZodObject<{
4695
+ kind: zod.ZodOptional<zod.ZodString>;
4696
+ }, zod.core.$strict>;
4697
+ export declare const connectorsGetConnectorSummariesResponseIdRegExp: RegExp;
4698
+ export declare const connectorsGetConnectorSummariesResponseItem: zod.ZodObject<{
4699
+ id: zod.ZodString;
4700
+ kind: zod.ZodString;
4701
+ name: zod.ZodString;
4702
+ }, zod.core.$strip>;
4703
+ export declare const connectorsGetConnectorSummariesResponse: zod.ZodArray<zod.ZodObject<{
4704
+ id: zod.ZodString;
4705
+ kind: zod.ZodString;
4706
+ name: zod.ZodString;
4707
+ }, zod.core.$strip>>;
4708
+ export declare const connectorsDeleteConnectorPathIdRegExp: RegExp;
4709
+ export declare const connectorsDeleteConnectorParams: zod.ZodObject<{
4710
+ id: zod.ZodString;
4711
+ }, zod.core.$strict>;
4712
+ export declare const connectorsGetConnectorPathIdRegExp: RegExp;
4713
+ export declare const connectorsGetConnectorParams: zod.ZodObject<{
4714
+ id: zod.ZodString;
4715
+ }, zod.core.$strict>;
4716
+ export declare const connectorsGetConnectorResponseIdRegExp: RegExp;
4717
+ export declare const connectorsGetConnectorResponse: zod.ZodObject<{
4718
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4719
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4720
+ authType: zod.ZodString;
4721
+ createdAt: zod.ZodISODateTime;
4722
+ createdByUserId: zod.ZodString;
4723
+ hasSecret: zod.ZodBoolean;
4724
+ id: zod.ZodString;
4725
+ kind: zod.ZodString;
4726
+ modifiedAt: zod.ZodISODateTime;
4727
+ modifiedByUserId: zod.ZodString;
4728
+ name: zod.ZodString;
4729
+ url: zod.ZodString;
4730
+ }, zod.core.$strip>;
4731
+ /**
4732
+ * @summary Updates a connector. Omit `Secret` to leave the credential
4733
+ untouched; supply one to rotate it.
4734
+ */
4735
+ export declare const connectorsUpdateConnectorPathIdRegExp: RegExp;
4736
+ export declare const connectorsUpdateConnectorParams: zod.ZodObject<{
4737
+ id: zod.ZodString;
4738
+ }, zod.core.$strict>;
4739
+ export declare const connectorsUpdateConnectorBody: zod.ZodObject<{
4740
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4741
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4742
+ authType: zod.ZodString;
4743
+ name: zod.ZodString;
4744
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4745
+ url: zod.ZodString;
4746
+ }, zod.core.$strict>;
4747
+ export declare const connectorsUpdateConnectorResponseIdRegExp: RegExp;
4748
+ export declare const connectorsUpdateConnectorResponse: zod.ZodObject<{
4749
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4750
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4751
+ authType: zod.ZodString;
4752
+ createdAt: zod.ZodISODateTime;
4753
+ createdByUserId: zod.ZodString;
4754
+ hasSecret: zod.ZodBoolean;
4755
+ id: zod.ZodString;
4756
+ kind: zod.ZodString;
4757
+ modifiedAt: zod.ZodISODateTime;
4758
+ modifiedByUserId: zod.ZodString;
4759
+ name: zod.ZodString;
4760
+ url: zod.ZodString;
4761
+ }, zod.core.$strip>;
4044
4762
  /**
4045
4763
  * @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
4046
4764
  */
@@ -4054,6 +4772,60 @@ export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
4054
4772
  export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
4055
4773
  uri: zod.ZodURL;
4056
4774
  }, zod.core.$strip>;
4775
+ /**
4776
+ * @summary Lists all managed secrets — names and audit metadata only, never values.
4777
+ */
4778
+ export declare const managedSecretsGetManagedSecretsResponseIdRegExp: RegExp;
4779
+ export declare const managedSecretsGetManagedSecretsResponseItem: zod.ZodObject<{
4780
+ createdAt: zod.ZodISODateTime;
4781
+ createdByUserId: zod.ZodString;
4782
+ id: zod.ZodString;
4783
+ modifiedAt: zod.ZodISODateTime;
4784
+ modifiedByUserId: zod.ZodString;
4785
+ name: zod.ZodString;
4786
+ }, zod.core.$strip>;
4787
+ export declare const managedSecretsGetManagedSecretsResponse: zod.ZodArray<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
+ /**
4796
+ * @summary Creates a named secret: writes the value to Key Vault and stores only
4797
+ the vault reference.
4798
+ */
4799
+ export declare const managedSecretsCreateManagedSecretBody: zod.ZodObject<{
4800
+ name: zod.ZodString;
4801
+ value: zod.ZodString;
4802
+ }, zod.core.$strict>;
4803
+ /**
4804
+ * @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
4805
+ */
4806
+ export declare const managedSecretsDeleteManagedSecretParams: zod.ZodObject<{
4807
+ name: zod.ZodString;
4808
+ }, zod.core.$strict>;
4809
+ /**
4810
+ * @summary Overwrites (rotates) a secret's value — a new Key Vault version under
4811
+ the same vault key. The value is write-only; nothing is returned but
4812
+ audit metadata.
4813
+ */
4814
+ export declare const managedSecretsOverwriteManagedSecretValueParams: zod.ZodObject<{
4815
+ name: zod.ZodString;
4816
+ }, zod.core.$strict>;
4817
+ export declare const managedSecretsOverwriteManagedSecretValueBody: zod.ZodObject<{
4818
+ value: zod.ZodString;
4819
+ }, zod.core.$strict>;
4820
+ export declare const managedSecretsOverwriteManagedSecretValueResponseIdRegExp: RegExp;
4821
+ export declare const managedSecretsOverwriteManagedSecretValueResponse: zod.ZodObject<{
4822
+ createdAt: zod.ZodISODateTime;
4823
+ createdByUserId: zod.ZodString;
4824
+ id: zod.ZodString;
4825
+ modifiedAt: zod.ZodISODateTime;
4826
+ modifiedByUserId: zod.ZodString;
4827
+ name: zod.ZodString;
4828
+ }, zod.core.$strip>;
4057
4829
  export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
4058
4830
  export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
4059
4831
  workSpaceId: zod.ZodString;
@@ -4170,6 +4942,35 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
4170
4942
  }, zod.core.$strip>>;
4171
4943
  total: zod.ZodNumber;
4172
4944
  }, zod.core.$strip>;
4945
+ /**
4946
+ * @summary Lists a workspace's flow runs, newest first (chat threads, designer
4947
+ runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
4948
+ */
4949
+ export declare const flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp: RegExp;
4950
+ export declare const flowRunsGetWorkspaceRunsParams: zod.ZodObject<{
4951
+ workspaceId: zod.ZodString;
4952
+ }, zod.core.$strict>;
4953
+ export declare const flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
4954
+ export declare const flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
4955
+ export declare const flowRunsGetWorkspaceRunsQueryParams: zod.ZodObject<{
4956
+ skip: zod.ZodOptional<zod.ZodNumber>;
4957
+ take: zod.ZodDefault<zod.ZodNumber>;
4958
+ }, zod.core.$strict>;
4959
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp: RegExp;
4960
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp: RegExp;
4961
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp: RegExp;
4962
+ export declare const flowRunsGetWorkspaceRunsResponse: zod.ZodObject<{
4963
+ data: zod.ZodArray<zod.ZodObject<{
4964
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4965
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4966
+ flowDefinitionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4967
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4968
+ flowRunId: zod.ZodString;
4969
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4970
+ status: zod.ZodString;
4971
+ }, zod.core.$strip>>;
4972
+ total: zod.ZodNumber;
4973
+ }, zod.core.$strip>;
4173
4974
  /**
4174
4975
  * @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
4175
4976
  */
@@ -4239,6 +5040,7 @@ export declare const sandBoxGetThreadMessagesResponseItem: zod.ZodObject<{
4239
5040
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4240
5041
  code: zod.ZodNumber;
4241
5042
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
5043
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4242
5044
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4243
5045
  }, zod.core.$strip>>;
4244
5046
  hasComments: zod.ZodBoolean;
@@ -4266,6 +5068,7 @@ export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObjec
4266
5068
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4267
5069
  code: zod.ZodNumber;
4268
5070
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
5071
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4269
5072
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4270
5073
  }, zod.core.$strip>>;
4271
5074
  hasComments: zod.ZodBoolean;
@@ -4316,6 +5119,7 @@ export declare const sandBoxThreadMessagesResponse: zod.ZodObject<{
4316
5119
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4317
5120
  code: zod.ZodNumber;
4318
5121
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
5122
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4319
5123
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4320
5124
  }, zod.core.$strip>>;
4321
5125
  hasComments: zod.ZodBoolean;