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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/dist/generated/chat/api.d.ts +2 -0
  2. package/dist/generated/chat/api.js +10 -1
  3. package/dist/generated/chat/api.msw.d.ts +1 -0
  4. package/dist/generated/chat/api.msw.js +27 -15
  5. package/dist/generated/chat/models/aiModel.d.ts +1 -0
  6. package/dist/generated/chat/models/aiModelSummary.d.ts +1 -0
  7. package/dist/generated/chat/models/connectorsConnectorSummary.d.ts +12 -0
  8. package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
  9. package/dist/generated/chat/models/dataSourceContainer.d.ts +2 -0
  10. package/dist/generated/chat/models/enumsNotificationType.d.ts +1 -0
  11. package/dist/generated/chat/models/enumsNotificationType.js +1 -0
  12. package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
  13. package/dist/generated/chat/models/flowsFlowTrigger.d.ts +1 -0
  14. package/dist/generated/chat/models/index.d.ts +1 -0
  15. package/dist/generated/chat/models/index.js +1 -0
  16. package/dist/generated/chat/models/messagesMessageError.d.ts +2 -0
  17. package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
  18. package/dist/generated/chat/zod.d.ts +34 -0
  19. package/dist/generated/chat/zod.js +39 -6
  20. package/dist/generated/config/api.d.ts +61 -1
  21. package/dist/generated/config/api.js +279 -2
  22. package/dist/generated/config/api.msw.d.ts +48 -1
  23. package/dist/generated/config/api.msw.js +441 -42
  24. package/dist/generated/config/models/aiModel.d.ts +1 -0
  25. package/dist/generated/config/models/aiModelSummary.d.ts +1 -0
  26. package/dist/generated/config/models/blocksBlockSet.d.ts +3 -2
  27. package/dist/generated/config/models/{blocksUsedInWorkspaceRef.d.ts → blocksUsedInRef.d.ts} +1 -1
  28. package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → configApiFlowRunIdentityMapRequest.d.ts} +2 -3
  29. package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
  30. package/dist/generated/config/models/connectorsConnector.js +8 -0
  31. package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
  32. package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
  33. package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
  34. package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
  35. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
  36. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
  37. package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
  38. package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
  39. package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
  40. package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
  41. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
  42. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
  43. package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
  44. package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
  45. package/dist/generated/config/models/containerItem.d.ts +29 -0
  46. package/dist/generated/config/models/containerItem.js +8 -0
  47. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
  48. package/dist/generated/config/models/dataSetsDataSet.d.ts +6 -0
  49. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
  50. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
  51. package/dist/generated/config/models/dataSetsGetParams.d.ts +2 -0
  52. package/dist/generated/config/models/dataSetsSetDataSetScoping.d.ts +12 -0
  53. package/dist/generated/config/models/dataSetsSetDataSetScoping.js +2 -0
  54. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.d.ts +11 -0
  55. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.js +8 -0
  56. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
  57. package/dist/generated/config/models/dataSourceContainer.d.ts +2 -0
  58. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
  59. package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +2 -0
  60. package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
  61. package/dist/generated/config/models/enumsActivityType.js +1 -0
  62. package/dist/generated/config/models/enumsDataSetScopingMode.d.ts +11 -0
  63. package/dist/generated/config/models/enumsDataSetScopingMode.js +14 -0
  64. package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
  65. package/dist/generated/config/models/enumsNotificationType.js +1 -0
  66. package/dist/generated/config/models/flowRunsGetStepExecutionsParams.d.ts +19 -0
  67. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
  68. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
  69. package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
  70. package/dist/generated/config/models/flowsFlowTrigger.d.ts +1 -0
  71. package/dist/generated/config/models/index.d.ts +35 -2
  72. package/dist/generated/config/models/index.js +35 -2
  73. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
  74. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
  75. package/dist/generated/config/models/integrationsSmartSpaceAiFlowValueModel.d.ts +4 -0
  76. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
  77. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
  78. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
  79. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
  80. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
  81. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
  82. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
  83. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
  84. package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
  85. package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
  86. package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
  87. package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
  88. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
  89. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
  90. package/dist/generated/config/models/messagesMessageError.d.ts +2 -0
  91. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
  92. package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
  93. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
  94. package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
  95. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +11 -0
  96. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
  97. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
  98. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
  99. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
  100. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
  101. package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
  102. package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
  103. package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
  104. package/dist/generated/config/models/syncsGetParams.js +8 -0
  105. package/dist/generated/config/models/syncsSync.d.ts +33 -0
  106. package/dist/generated/config/models/syncsSync.js +2 -0
  107. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +18 -0
  108. package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
  109. package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
  110. package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
  111. package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
  112. package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
  113. package/dist/generated/config/models/usersServicePrincipalDetail.d.ts +14 -0
  114. package/dist/generated/config/models/usersServicePrincipalDetail.js +2 -0
  115. package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
  116. package/dist/generated/config/zod.d.ts +811 -3
  117. package/dist/generated/config/zod.js +706 -27
  118. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
  119. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
  120. package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
  121. package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
  122. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +11 -0
  123. package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
  124. package/dist/signalr.d.ts +2 -0
  125. package/dist/signalr.js +3 -0
  126. package/package.json +2 -2
  127. /package/dist/generated/config/models/{blocksUsedInWorkspaceRef.js → blocksUsedInRef.js} +0 -0
  128. /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → configApiFlowRunIdentityMapRequest.js} +0 -0
@@ -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,6 +2493,8 @@ 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>>;
@@ -2294,6 +2504,77 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2294
2504
  }, zod.core.$strip>>;
2295
2505
  total: zod.ZodNumber;
2296
2506
  }, zod.core.$strip>;
2507
+ /**
2508
+ * Inline values are returned as stored. Values spilled to blob storage come
2509
+ back by reference (`isBlob`, `sizeBytes`, `data` null) and are
2510
+ fetched with M:SmartSpace.App.ConfigApi.Controllers.FlowRunsController.GetFlowValueDownload(System.Guid,System.Guid); they are never downloaded on
2511
+ this read, so expanding a large step costs the same as a small one.
2512
+ * @summary Gets one execution of a run with its input/output values — the detail read
2513
+ behind `functionexecutions?includeValues=false`.
2514
+ */
2515
+ export declare const flowRunsGetStepExecutionPathIdRegExp: RegExp;
2516
+ export declare const flowRunsGetStepExecutionPathExecutionIdRegExp: RegExp;
2517
+ export declare const flowRunsGetStepExecutionParams: zod.ZodObject<{
2518
+ id: zod.ZodString;
2519
+ executionId: zod.ZodString;
2520
+ }, zod.core.$strict>;
2521
+ export declare const flowRunsGetStepExecutionResponseIdRegExp: RegExp;
2522
+ export declare const flowRunsGetStepExecutionResponseInputsItemIdRegExp: RegExp;
2523
+ export declare const flowRunsGetStepExecutionResponseInputsItemValueIdRegExp: RegExp;
2524
+ export declare const flowRunsGetStepExecutionResponseOutputsItemIdRegExp: RegExp;
2525
+ export declare const flowRunsGetStepExecutionResponse: zod.ZodObject<{
2526
+ blockId: zod.ZodString;
2527
+ createdAt: zod.ZodISODateTime;
2528
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2529
+ functionName: zod.ZodString;
2530
+ id: zod.ZodString;
2531
+ inputs: zod.ZodArray<zod.ZodObject<{
2532
+ blockId: zod.ZodString;
2533
+ createdAt: zod.ZodISODateTime;
2534
+ id: zod.ZodString;
2535
+ pin: zod.ZodString;
2536
+ port: zod.ZodString;
2537
+ sticky: zod.ZodBoolean;
2538
+ value: zod.ZodObject<{
2539
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
2540
+ createdAt: zod.ZodISODateTime;
2541
+ data: zod.ZodAny;
2542
+ id: zod.ZodString;
2543
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2544
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2545
+ source: zod.ZodObject<{
2546
+ node: zod.ZodString;
2547
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2548
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2549
+ }, zod.core.$strip>;
2550
+ }, zod.core.$strip>;
2551
+ }, zod.core.$strip>>;
2552
+ outputs: zod.ZodArray<zod.ZodObject<{
2553
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
2554
+ createdAt: zod.ZodISODateTime;
2555
+ data: zod.ZodAny;
2556
+ id: zod.ZodString;
2557
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2558
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2559
+ source: zod.ZodObject<{
2560
+ node: zod.ZodString;
2561
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2562
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2563
+ }, zod.core.$strip>;
2564
+ }, zod.core.$strip>>;
2565
+ }, zod.core.$strip>;
2566
+ /**
2567
+ * Redirects to short-lived direct-from-storage link, so the payload never
2568
+ transits this service — the same pattern as file downloads. Only values the
2569
+ per-execution read returned by reference resolve here.
2570
+ * @summary Downloads a blob-spilled value's payload.
2571
+ */
2572
+ export declare const flowRunsGetFlowValueDownloadPathIdRegExp: RegExp;
2573
+ export declare const flowRunsGetFlowValueDownloadPathValueIdRegExp: RegExp;
2574
+ export declare const flowRunsGetFlowValueDownloadParams: zod.ZodObject<{
2575
+ id: zod.ZodString;
2576
+ valueId: zod.ZodString;
2577
+ }, zod.core.$strict>;
2297
2578
  export declare const flowRunsGetVariablesPathIdRegExpOne: RegExp;
2298
2579
  export declare const flowRunsGetVariablesParams: zod.ZodObject<{
2299
2580
  id: zod.ZodString;
@@ -2348,6 +2629,7 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
2348
2629
  }, zod.core.$strict>;
2349
2630
  }, zod.core.$strict>>>>;
2350
2631
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2632
+ secret: zod.ZodBoolean;
2351
2633
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2352
2634
  }, zod.core.$strict>>>>;
2353
2635
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -2470,6 +2752,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
2470
2752
  }>>;
2471
2753
  displayName: zod.ZodString;
2472
2754
  id: zod.ZodString;
2755
+ isDefault: zod.ZodBoolean;
2473
2756
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2474
2757
  OpenAi: "OpenAi";
2475
2758
  AzureOpenAi: "AzureOpenAi";
@@ -2558,6 +2841,59 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
2558
2841
  Other: "Other";
2559
2842
  }>>;
2560
2843
  }, zod.core.$strict>;
2844
+ /**
2845
+ * @summary Retrieves the instance-wide default model — the one pre-selected on new LLM blocks and the default workspace flow.
2846
+ */
2847
+ export declare const modelsGetDefaultModelResponseIdRegExp: RegExp;
2848
+ export declare const modelsGetDefaultModelResponse: zod.ZodObject<{
2849
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2850
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2851
+ deploymentStatus: zod.ZodOptional<zod.ZodEnum<{
2852
+ Deploying: "Deploying";
2853
+ Ready: "Ready";
2854
+ Failed: "Failed";
2855
+ Deleting: "Deleting";
2856
+ Deleted: "Deleted";
2857
+ }>>;
2858
+ displayName: zod.ZodString;
2859
+ id: zod.ZodString;
2860
+ isDefault: zod.ZodBoolean;
2861
+ modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2862
+ OpenAi: "OpenAi";
2863
+ AzureOpenAi: "AzureOpenAi";
2864
+ HuggingFace: "HuggingFace";
2865
+ Cohere: "Cohere";
2866
+ Anthropic: "Anthropic";
2867
+ Gemini: "Gemini";
2868
+ VertexAi: "VertexAi";
2869
+ AzureFoundry: "AzureFoundry";
2870
+ }>>;
2871
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2872
+ OpenAi: "OpenAi";
2873
+ HuggingFace: "HuggingFace";
2874
+ Cohere: "Cohere";
2875
+ Anthropic: "Anthropic";
2876
+ Google: "Google";
2877
+ Meta: "Meta";
2878
+ Mistral: "Mistral";
2879
+ Microsoft: "Microsoft";
2880
+ DeepSeek: "DeepSeek";
2881
+ XAi: "XAi";
2882
+ Amazon: "Amazon";
2883
+ Qwen: "Qwen";
2884
+ Other: "Other";
2885
+ }>>;
2886
+ name: zod.ZodString;
2887
+ properties: zod.ZodArray<zod.ZodObject<{
2888
+ name: zod.ZodString;
2889
+ type: zod.ZodEnum<{
2890
+ Boolean: "Boolean";
2891
+ Number: "Number";
2892
+ String: "String";
2893
+ }>;
2894
+ }, zod.core.$strip>>;
2895
+ virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2896
+ }, zod.core.$strip>;
2561
2897
  export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
2562
2898
  serverType: zod.ZodOptional<zod.ZodEnum<{
2563
2899
  TextGenerationInference: "TextGenerationInference";
@@ -2630,6 +2966,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2630
2966
  }, zod.core.$strip>>;
2631
2967
  displayName: zod.ZodString;
2632
2968
  id: zod.ZodString;
2969
+ isDefault: zod.ZodBoolean;
2633
2970
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2634
2971
  OpenAi: "OpenAi";
2635
2972
  AzureOpenAi: "AzureOpenAi";
@@ -2719,6 +3056,20 @@ export declare const modelsUpsertModelBody: zod.ZodObject<{
2719
3056
  Other: "Other";
2720
3057
  }>>;
2721
3058
  }, zod.core.$strict>;
3059
+ /**
3060
+ * @summary Clears the default flag from the specified model, leaving the instance with no default.
3061
+ */
3062
+ export declare const modelsClearDefaultModelPathIdRegExp: RegExp;
3063
+ export declare const modelsClearDefaultModelParams: zod.ZodObject<{
3064
+ id: zod.ZodString;
3065
+ }, zod.core.$strict>;
3066
+ /**
3067
+ * @summary Makes the specified model the instance-wide default, replacing any previous default.
3068
+ */
3069
+ export declare const modelsSetDefaultModelPathIdRegExp: RegExp;
3070
+ export declare const modelsSetDefaultModelParams: zod.ZodObject<{
3071
+ id: zod.ZodString;
3072
+ }, zod.core.$strict>;
2722
3073
  /**
2723
3074
  * @summary Retrieves the Docker logs for a specific deployment of a model.
2724
3075
  */
@@ -2764,6 +3115,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
2764
3115
  WorkSpaceUpdated: "WorkSpaceUpdated";
2765
3116
  MessageThreadUpdated: "MessageThreadUpdated";
2766
3117
  CommentUpdated: "CommentUpdated";
3118
+ AddedToThread: "AddedToThread";
2767
3119
  }>;
2768
3120
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2769
3121
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2849,12 +3201,218 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
2849
3201
  name: zod.ZodString;
2850
3202
  }, zod.core.$strip>>;
2851
3203
  }, zod.core.$strip>;
3204
+ /**
3205
+ * @summary List API accounts: service principals holding the SmartSpace integration
3206
+ role, with their permission flags and last recorded activity.
3207
+ */
3208
+ export declare const servicePrincipalsGetServicePrincipalsQuerySkipDefault = 0;
3209
+ export declare const servicePrincipalsGetServicePrincipalsQueryTakeDefault = 20;
3210
+ export declare const servicePrincipalsGetServicePrincipalsQueryParams: zod.ZodObject<{
3211
+ skip: zod.ZodOptional<zod.ZodNumber>;
3212
+ take: zod.ZodDefault<zod.ZodNumber>;
3213
+ search: zod.ZodOptional<zod.ZodString>;
3214
+ }, zod.core.$strict>;
3215
+ export declare const servicePrincipalsGetServicePrincipalsResponse: zod.ZodObject<{
3216
+ data: zod.ZodArray<zod.ZodObject<{
3217
+ id: zod.ZodString;
3218
+ lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3219
+ name: zod.ZodString;
3220
+ permissions: zod.ZodArray<zod.ZodEnum<{
3221
+ WorkspaceCreate: "WorkspaceCreate";
3222
+ WorkspaceEdit: "WorkspaceEdit";
3223
+ WorkspaceDelete: "WorkspaceDelete";
3224
+ DataSpaceCreate: "DataSpaceCreate";
3225
+ DataSpaceEdit: "DataSpaceEdit";
3226
+ DataSpaceDelete: "DataSpaceDelete";
3227
+ ConnectorCreate: "ConnectorCreate";
3228
+ ConnectorEdit: "ConnectorEdit";
3229
+ ConnectorDelete: "ConnectorDelete";
3230
+ }>>;
3231
+ }, zod.core.$strip>>;
3232
+ total: zod.ZodNumber;
3233
+ }, zod.core.$strip>;
3234
+ /**
3235
+ * @summary List configured syncs. status matches the data
3236
+ source's latest completed sync (e.g. Success / Failure), or "never"
3237
+ for sources with no recorded sync. sortBy:
3238
+ name | connector | lastSync (default: path).
3239
+ */
3240
+ export declare const syncsGetQueryTakeDefault = 50;
3241
+ export declare const syncsGetQuerySkipDefault = 0;
3242
+ export declare const syncsGetQueryDataSourceIdRegExp: RegExp;
3243
+ export declare const syncsGetQueryParams: zod.ZodObject<{
3244
+ take: zod.ZodDefault<zod.ZodNumber>;
3245
+ skip: zod.ZodOptional<zod.ZodNumber>;
3246
+ search: zod.ZodOptional<zod.ZodString>;
3247
+ dataSourceId: zod.ZodOptional<zod.ZodString>;
3248
+ status: zod.ZodOptional<zod.ZodString>;
3249
+ sortBy: zod.ZodOptional<zod.ZodString>;
3250
+ sortDirection: zod.ZodOptional<zod.ZodString>;
3251
+ }, zod.core.$strict>;
3252
+ export declare const syncsGetResponseDataItemDataSetsItemIdRegExp: RegExp;
3253
+ export declare const syncsGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
3254
+ export declare const syncsGetResponseDataItemDataSourceIdRegExp: RegExp;
3255
+ export declare const syncsGetResponseDataItemIdRegExp: RegExp;
3256
+ export declare const syncsGetResponse: zod.ZodObject<{
3257
+ data: zod.ZodArray<zod.ZodObject<{
3258
+ dataSets: zod.ZodArray<zod.ZodObject<{
3259
+ id: zod.ZodString;
3260
+ name: zod.ZodString;
3261
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3262
+ }, zod.core.$strip>>;
3263
+ dataSource: zod.ZodObject<{
3264
+ id: zod.ZodString;
3265
+ isQueued: zod.ZodBoolean;
3266
+ isSyncing: zod.ZodBoolean;
3267
+ name: zod.ZodString;
3268
+ sourceType: zod.ZodEnum<{
3269
+ BlobStorage: "BlobStorage";
3270
+ SqlServer: "SqlServer";
3271
+ AzureSql: "AzureSql";
3272
+ Cosmos: "Cosmos";
3273
+ GoogleDrive: "GoogleDrive";
3274
+ SharePoint: "SharePoint";
3275
+ SharePointSite: "SharePointSite";
3276
+ HubSpot: "HubSpot";
3277
+ AzureStorage: "AzureStorage";
3278
+ File: "File";
3279
+ Sitemap: "Sitemap";
3280
+ }>;
3281
+ supportsDeleteDetection: zod.ZodBoolean;
3282
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3283
+ }, zod.core.$strip>;
3284
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3285
+ highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3286
+ id: zod.ZodString;
3287
+ latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3288
+ latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
3289
+ latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3290
+ latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3291
+ name: zod.ZodString;
3292
+ path: zod.ZodString;
3293
+ recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3294
+ end: zod.ZodISODateTime;
3295
+ itemCount: zod.ZodNumber;
3296
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3297
+ start: zod.ZodISODateTime;
3298
+ status: zod.ZodString;
3299
+ }, zod.core.$strip>>>>;
3300
+ statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3301
+ }, zod.core.$strip>>;
3302
+ total: zod.ZodNumber;
3303
+ }, zod.core.$strip>;
3304
+ /**
3305
+ * @summary The sync-requests queue right now: approximate depth and which data
3306
+ sources have a request WAITING. In-flight requests are invisible to
3307
+ peek (visibility timeout) — that state is each data source's
3308
+ isSyncing flag. Literal route wins over the {containerId} template.
3309
+ */
3310
+ export declare const syncsGetQueueResponseWaitingDataSourceIdsItemRegExp: RegExp;
3311
+ export declare const syncsGetQueueResponse: zod.ZodObject<{
3312
+ depth: zod.ZodNumber;
3313
+ waitingDataSourceIds: zod.ZodArray<zod.ZodString>;
3314
+ }, zod.core.$strip>;
3315
+ /**
3316
+ * @summary Removes the sync: deletes its data source container config record, so
3317
+ the source selection stops being mirrored from the next sync cycle.
3318
+ Refused (DSC400) while any live dataset still subscribes to it via a
3319
+ container flow trigger. Config-only — already-landed items and copied
3320
+ blobs are not cleaned up here.
3321
+ */
3322
+ export declare const syncsDeletePathContainerIdRegExp: RegExp;
3323
+ export declare const syncsDeleteParams: zod.ZodObject<{
3324
+ containerId: zod.ZodString;
3325
+ }, zod.core.$strict>;
3326
+ export declare const syncsGetByIdPathContainerIdRegExp: RegExp;
3327
+ export declare const syncsGetByIdParams: zod.ZodObject<{
3328
+ containerId: zod.ZodString;
3329
+ }, zod.core.$strict>;
3330
+ export declare const syncsGetByIdResponseDataSetsItemIdRegExp: RegExp;
3331
+ export declare const syncsGetByIdResponseDataSetsItemVersionRegExp: RegExp;
3332
+ export declare const syncsGetByIdResponseDataSourceIdRegExp: RegExp;
3333
+ export declare const syncsGetByIdResponseIdRegExp: RegExp;
3334
+ export declare const syncsGetByIdResponse: zod.ZodObject<{
3335
+ dataSets: zod.ZodArray<zod.ZodObject<{
3336
+ id: zod.ZodString;
3337
+ name: zod.ZodString;
3338
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3339
+ }, zod.core.$strip>>;
3340
+ dataSource: zod.ZodObject<{
3341
+ id: zod.ZodString;
3342
+ isQueued: zod.ZodBoolean;
3343
+ isSyncing: zod.ZodBoolean;
3344
+ name: zod.ZodString;
3345
+ sourceType: zod.ZodEnum<{
3346
+ BlobStorage: "BlobStorage";
3347
+ SqlServer: "SqlServer";
3348
+ AzureSql: "AzureSql";
3349
+ Cosmos: "Cosmos";
3350
+ GoogleDrive: "GoogleDrive";
3351
+ SharePoint: "SharePoint";
3352
+ SharePointSite: "SharePointSite";
3353
+ HubSpot: "HubSpot";
3354
+ AzureStorage: "AzureStorage";
3355
+ File: "File";
3356
+ Sitemap: "Sitemap";
3357
+ }>;
3358
+ supportsDeleteDetection: zod.ZodBoolean;
3359
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3360
+ }, zod.core.$strip>;
3361
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3362
+ highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3363
+ id: zod.ZodString;
3364
+ latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3365
+ latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
3366
+ latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3367
+ latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3368
+ name: zod.ZodString;
3369
+ path: zod.ZodString;
3370
+ recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3371
+ end: zod.ZodISODateTime;
3372
+ itemCount: zod.ZodNumber;
3373
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3374
+ start: zod.ZodISODateTime;
3375
+ status: zod.ZodString;
3376
+ }, zod.core.$strip>>>>;
3377
+ statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3378
+ }, zod.core.$strip>;
3379
+ /**
3380
+ * @summary The sync's landed items (read-only metadata), proxied from the AI API's
3381
+ container-items endpoint.
3382
+ */
3383
+ export declare const syncsGetItemsPathContainerIdRegExp: RegExp;
3384
+ export declare const syncsGetItemsParams: zod.ZodObject<{
3385
+ containerId: zod.ZodString;
3386
+ }, zod.core.$strict>;
3387
+ export declare const syncsGetItemsQuerySkipDefault = 0;
3388
+ export declare const syncsGetItemsQueryTakeDefault = 50;
3389
+ export declare const syncsGetItemsQueryParams: zod.ZodObject<{
3390
+ skip: zod.ZodOptional<zod.ZodNumber>;
3391
+ take: zod.ZodDefault<zod.ZodNumber>;
3392
+ }, zod.core.$strict>;
3393
+ export declare const syncsGetItemsResponseDataItemContainerIdRegExp: RegExp;
3394
+ export declare const syncsGetItemsResponseDataItemIdRegExp: RegExp;
3395
+ export declare const syncsGetItemsResponse: zod.ZodObject<{
3396
+ data: zod.ZodArray<zod.ZodObject<{
3397
+ blobUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3398
+ bytes: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3399
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3400
+ deletedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3401
+ id: zod.ZodString;
3402
+ isJson: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3403
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3404
+ path: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3405
+ pending: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3406
+ }, zod.core.$strip>>;
3407
+ total: zod.ZodNumber;
3408
+ }, zod.core.$strip>;
2852
3409
  /**
2853
3410
  * @summary Gets Tenant Id
2854
3411
  */
2855
3412
  export declare const tenantIdGetResultResponse: zod.ZodString;
2856
3413
  /**
2857
- * @summary Retrieve list users in SmartSpace, filter by roleId, with optional pagination controls take and skip.
3414
+ * @summary Retrieve users assigned to the SmartSpace application (directly or via a group),
3415
+ with optional search and pagination controls take and skip.
2858
3416
  */
2859
3417
  export declare const usersGetUsersQuerySkipDefault = 0;
2860
3418
  export declare const usersGetUsersQueryTakeDefault = 20;
@@ -3120,6 +3678,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
3120
3678
  sortBy: zod.ZodOptional<zod.ZodString>;
3121
3679
  sortDirection: zod.ZodOptional<zod.ZodString>;
3122
3680
  }, zod.core.$strict>;
3681
+ export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
3123
3682
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3124
3683
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3125
3684
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3140,6 +3699,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
3140
3699
  export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
3141
3700
  export declare const workSpacesGetGetResponse: zod.ZodObject<{
3142
3701
  data: zod.ZodArray<zod.ZodObject<{
3702
+ connectors: zod.ZodArray<zod.ZodObject<{
3703
+ id: zod.ZodString;
3704
+ kind: zod.ZodString;
3705
+ name: zod.ZodString;
3706
+ }, zod.core.$strip>>;
3143
3707
  createdAt: zod.ZodISODateTime;
3144
3708
  createdByUserId: zod.ZodString;
3145
3709
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3186,6 +3750,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3186
3750
  }, zod.core.$strip>;
3187
3751
  }, zod.core.$strip>>>>;
3188
3752
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3753
+ secret: zod.ZodBoolean;
3189
3754
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3190
3755
  }, zod.core.$strip>>>>;
3191
3756
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3210,6 +3775,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3210
3775
  triggers: zod.ZodArray<zod.ZodObject<{
3211
3776
  dataSourceContainer: zod.ZodObject<{
3212
3777
  dataSourceId: zod.ZodString;
3778
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3213
3779
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3214
3780
  operator: zod.ZodString;
3215
3781
  propertyName: zod.ZodString;
@@ -3220,6 +3786,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3220
3786
  path: zod.ZodString;
3221
3787
  }, zod.core.$strip>;
3222
3788
  flowId: zod.ZodString;
3789
+ honourSourceDeletes: zod.ZodBoolean;
3223
3790
  id: zod.ZodString;
3224
3791
  inputName: zod.ZodString;
3225
3792
  type: zod.ZodEnum<{
@@ -3410,6 +3977,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
3410
3977
  export declare const workSpacesGetIdParams: zod.ZodObject<{
3411
3978
  id: zod.ZodString;
3412
3979
  }, zod.core.$strict>;
3980
+ export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
3413
3981
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3414
3982
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3415
3983
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3429,6 +3997,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
3429
3997
  export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
3430
3998
  export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
3431
3999
  export declare const workSpacesGetIdResponse: zod.ZodObject<{
4000
+ connectors: zod.ZodArray<zod.ZodObject<{
4001
+ id: zod.ZodString;
4002
+ kind: zod.ZodString;
4003
+ name: zod.ZodString;
4004
+ }, zod.core.$strip>>;
3432
4005
  createdAt: zod.ZodISODateTime;
3433
4006
  createdByUserId: zod.ZodString;
3434
4007
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3475,6 +4048,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3475
4048
  }, zod.core.$strip>;
3476
4049
  }, zod.core.$strip>>>>;
3477
4050
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4051
+ secret: zod.ZodBoolean;
3478
4052
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3479
4053
  }, zod.core.$strip>>>>;
3480
4054
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3499,6 +4073,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3499
4073
  triggers: zod.ZodArray<zod.ZodObject<{
3500
4074
  dataSourceContainer: zod.ZodObject<{
3501
4075
  dataSourceId: zod.ZodString;
4076
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3502
4077
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3503
4078
  operator: zod.ZodString;
3504
4079
  propertyName: zod.ZodString;
@@ -3509,6 +4084,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3509
4084
  path: zod.ZodString;
3510
4085
  }, zod.core.$strip>;
3511
4086
  flowId: zod.ZodString;
4087
+ honourSourceDeletes: zod.ZodBoolean;
3512
4088
  id: zod.ZodString;
3513
4089
  inputName: zod.ZodString;
3514
4090
  type: zod.ZodEnum<{
@@ -3777,6 +4353,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
3777
4353
  temperature: zod.ZodNumber;
3778
4354
  topP: zod.ZodNumber;
3779
4355
  }, zod.core.$strict>;
4356
+ /**
4357
+ * @summary Detaches a connector from a workspace. Flows still referencing it
4358
+ fail at resolve time rather than silently keeping access.
4359
+ */
4360
+ export declare const workSpacesRemoveConnectorPathWorkspaceIdRegExp: RegExp;
4361
+ export declare const workSpacesRemoveConnectorPathConnectorIdRegExp: RegExp;
4362
+ export declare const workSpacesRemoveConnectorParams: zod.ZodObject<{
4363
+ workspaceId: zod.ZodString;
4364
+ connectorId: zod.ZodString;
4365
+ }, zod.core.$strict>;
4366
+ /**
4367
+ * @summary Attaches a connector to a workspace — the access model for external
4368
+ connectors, mirroring dataspaces. Only after this can a flow in the
4369
+ workspace reference the connector, and the resolve endpoint checks
4370
+ the same attachment at call time.
4371
+ */
4372
+ export declare const workSpacesAddConnectorPathWorkspaceIdRegExp: RegExp;
4373
+ export declare const workSpacesAddConnectorPathConnectorIdRegExp: RegExp;
4374
+ export declare const workSpacesAddConnectorParams: zod.ZodObject<{
4375
+ workspaceId: zod.ZodString;
4376
+ connectorId: zod.ZodString;
4377
+ }, zod.core.$strict>;
3780
4378
  /**
3781
4379
  * @summary Removes a data space from a workspace.
3782
4380
  */
@@ -3953,6 +4551,7 @@ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
3953
4551
  }, zod.core.$strip>;
3954
4552
  }, zod.core.$strip>>>>;
3955
4553
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4554
+ secret: zod.ZodBoolean;
3956
4555
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3957
4556
  }, zod.core.$strip>>>>;
3958
4557
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4014,6 +4613,7 @@ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
4014
4613
  }, zod.core.$strict>;
4015
4614
  }, zod.core.$strict>>>>;
4016
4615
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4616
+ secret: zod.ZodBoolean;
4017
4617
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4018
4618
  }, zod.core.$strict>>>>;
4019
4619
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4041,6 +4641,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
4041
4641
  workspaceId: zod.ZodString;
4042
4642
  }, zod.core.$strict>;
4043
4643
  export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
4644
+ /**
4645
+ * @summary Lists connectors with their auth settings — never a credential.
4646
+ */
4647
+ export declare const connectorsGetConnectorsQueryParams: zod.ZodObject<{
4648
+ kind: zod.ZodOptional<zod.ZodString>;
4649
+ }, zod.core.$strict>;
4650
+ export declare const connectorsGetConnectorsResponseIdRegExp: RegExp;
4651
+ export declare const connectorsGetConnectorsResponseItem: zod.ZodObject<{
4652
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4653
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4654
+ authType: zod.ZodString;
4655
+ createdAt: zod.ZodISODateTime;
4656
+ createdByUserId: zod.ZodString;
4657
+ hasSecret: zod.ZodBoolean;
4658
+ id: zod.ZodString;
4659
+ kind: zod.ZodString;
4660
+ modifiedAt: zod.ZodISODateTime;
4661
+ modifiedByUserId: zod.ZodString;
4662
+ name: zod.ZodString;
4663
+ url: zod.ZodString;
4664
+ }, zod.core.$strip>;
4665
+ export declare const connectorsGetConnectorsResponse: zod.ZodArray<zod.ZodObject<{
4666
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4667
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4668
+ authType: zod.ZodString;
4669
+ createdAt: zod.ZodISODateTime;
4670
+ createdByUserId: zod.ZodString;
4671
+ hasSecret: zod.ZodBoolean;
4672
+ id: zod.ZodString;
4673
+ kind: zod.ZodString;
4674
+ modifiedAt: zod.ZodISODateTime;
4675
+ modifiedByUserId: zod.ZodString;
4676
+ name: zod.ZodString;
4677
+ url: zod.ZodString;
4678
+ }, zod.core.$strip>>;
4679
+ /**
4680
+ * @summary Creates a connector and its shared credential in one call: the value
4681
+ goes to Key Vault, the row stores only the reference.
4682
+ */
4683
+ export declare const connectorsCreateConnectorBody: zod.ZodObject<{
4684
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4685
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4686
+ authType: zod.ZodString;
4687
+ kind: zod.ZodString;
4688
+ name: zod.ZodString;
4689
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4690
+ url: zod.ZodString;
4691
+ }, zod.core.$strict>;
4692
+ /**
4693
+ * @summary Picker list for workspace editors: id, name and kind only. Gated on
4694
+ WorkspaceEdit rather than Admin because attaching a connector to a
4695
+ workspace is a workspace-editor action, and the picker is how they
4696
+ choose one. Admins pass this gate via the role bypass.
4697
+ */
4698
+ export declare const connectorsGetConnectorSummariesQueryParams: zod.ZodObject<{
4699
+ kind: zod.ZodOptional<zod.ZodString>;
4700
+ }, zod.core.$strict>;
4701
+ export declare const connectorsGetConnectorSummariesResponseIdRegExp: RegExp;
4702
+ export declare const connectorsGetConnectorSummariesResponseItem: zod.ZodObject<{
4703
+ id: zod.ZodString;
4704
+ kind: zod.ZodString;
4705
+ name: zod.ZodString;
4706
+ }, zod.core.$strip>;
4707
+ export declare const connectorsGetConnectorSummariesResponse: zod.ZodArray<zod.ZodObject<{
4708
+ id: zod.ZodString;
4709
+ kind: zod.ZodString;
4710
+ name: zod.ZodString;
4711
+ }, zod.core.$strip>>;
4712
+ export declare const connectorsDeleteConnectorPathIdRegExp: RegExp;
4713
+ export declare const connectorsDeleteConnectorParams: zod.ZodObject<{
4714
+ id: zod.ZodString;
4715
+ }, zod.core.$strict>;
4716
+ export declare const connectorsGetConnectorPathIdRegExp: RegExp;
4717
+ export declare const connectorsGetConnectorParams: zod.ZodObject<{
4718
+ id: zod.ZodString;
4719
+ }, zod.core.$strict>;
4720
+ export declare const connectorsGetConnectorResponseIdRegExp: RegExp;
4721
+ export declare const connectorsGetConnectorResponse: zod.ZodObject<{
4722
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4723
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4724
+ authType: zod.ZodString;
4725
+ createdAt: zod.ZodISODateTime;
4726
+ createdByUserId: zod.ZodString;
4727
+ hasSecret: zod.ZodBoolean;
4728
+ id: zod.ZodString;
4729
+ kind: zod.ZodString;
4730
+ modifiedAt: zod.ZodISODateTime;
4731
+ modifiedByUserId: zod.ZodString;
4732
+ name: zod.ZodString;
4733
+ url: zod.ZodString;
4734
+ }, zod.core.$strip>;
4735
+ /**
4736
+ * @summary Updates a connector. Omit `Secret` to leave the credential
4737
+ untouched; supply one to rotate it.
4738
+ */
4739
+ export declare const connectorsUpdateConnectorPathIdRegExp: RegExp;
4740
+ export declare const connectorsUpdateConnectorParams: zod.ZodObject<{
4741
+ id: zod.ZodString;
4742
+ }, zod.core.$strict>;
4743
+ export declare const connectorsUpdateConnectorBody: zod.ZodObject<{
4744
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4745
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4746
+ authType: zod.ZodString;
4747
+ name: zod.ZodString;
4748
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4749
+ url: zod.ZodString;
4750
+ }, zod.core.$strict>;
4751
+ export declare const connectorsUpdateConnectorResponseIdRegExp: RegExp;
4752
+ export declare const connectorsUpdateConnectorResponse: zod.ZodObject<{
4753
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4754
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4755
+ authType: zod.ZodString;
4756
+ createdAt: zod.ZodISODateTime;
4757
+ createdByUserId: zod.ZodString;
4758
+ hasSecret: zod.ZodBoolean;
4759
+ id: zod.ZodString;
4760
+ kind: zod.ZodString;
4761
+ modifiedAt: zod.ZodISODateTime;
4762
+ modifiedByUserId: zod.ZodString;
4763
+ name: zod.ZodString;
4764
+ url: zod.ZodString;
4765
+ }, zod.core.$strip>;
4044
4766
  /**
4045
4767
  * @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
4046
4768
  */
@@ -4054,6 +4776,60 @@ export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
4054
4776
  export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
4055
4777
  uri: zod.ZodURL;
4056
4778
  }, zod.core.$strip>;
4779
+ /**
4780
+ * @summary Lists all managed secrets — names and audit metadata only, never values.
4781
+ */
4782
+ export declare const managedSecretsGetManagedSecretsResponseIdRegExp: RegExp;
4783
+ export declare const managedSecretsGetManagedSecretsResponseItem: zod.ZodObject<{
4784
+ createdAt: zod.ZodISODateTime;
4785
+ createdByUserId: zod.ZodString;
4786
+ id: zod.ZodString;
4787
+ modifiedAt: zod.ZodISODateTime;
4788
+ modifiedByUserId: zod.ZodString;
4789
+ name: zod.ZodString;
4790
+ }, zod.core.$strip>;
4791
+ export declare const managedSecretsGetManagedSecretsResponse: zod.ZodArray<zod.ZodObject<{
4792
+ createdAt: zod.ZodISODateTime;
4793
+ createdByUserId: zod.ZodString;
4794
+ id: zod.ZodString;
4795
+ modifiedAt: zod.ZodISODateTime;
4796
+ modifiedByUserId: zod.ZodString;
4797
+ name: zod.ZodString;
4798
+ }, zod.core.$strip>>;
4799
+ /**
4800
+ * @summary Creates a named secret: writes the value to Key Vault and stores only
4801
+ the vault reference.
4802
+ */
4803
+ export declare const managedSecretsCreateManagedSecretBody: zod.ZodObject<{
4804
+ name: zod.ZodString;
4805
+ value: zod.ZodString;
4806
+ }, zod.core.$strict>;
4807
+ /**
4808
+ * @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
4809
+ */
4810
+ export declare const managedSecretsDeleteManagedSecretParams: zod.ZodObject<{
4811
+ name: zod.ZodString;
4812
+ }, zod.core.$strict>;
4813
+ /**
4814
+ * @summary Overwrites (rotates) a secret's value — a new Key Vault version under
4815
+ the same vault key. The value is write-only; nothing is returned but
4816
+ audit metadata.
4817
+ */
4818
+ export declare const managedSecretsOverwriteManagedSecretValueParams: zod.ZodObject<{
4819
+ name: zod.ZodString;
4820
+ }, zod.core.$strict>;
4821
+ export declare const managedSecretsOverwriteManagedSecretValueBody: zod.ZodObject<{
4822
+ value: zod.ZodString;
4823
+ }, zod.core.$strict>;
4824
+ export declare const managedSecretsOverwriteManagedSecretValueResponseIdRegExp: RegExp;
4825
+ export declare const managedSecretsOverwriteManagedSecretValueResponse: zod.ZodObject<{
4826
+ createdAt: zod.ZodISODateTime;
4827
+ createdByUserId: zod.ZodString;
4828
+ id: zod.ZodString;
4829
+ modifiedAt: zod.ZodISODateTime;
4830
+ modifiedByUserId: zod.ZodString;
4831
+ name: zod.ZodString;
4832
+ }, zod.core.$strip>;
4057
4833
  export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
4058
4834
  export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
4059
4835
  workSpaceId: zod.ZodString;
@@ -4170,6 +4946,35 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
4170
4946
  }, zod.core.$strip>>;
4171
4947
  total: zod.ZodNumber;
4172
4948
  }, zod.core.$strip>;
4949
+ /**
4950
+ * @summary Lists a workspace's flow runs, newest first (chat threads, designer
4951
+ runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
4952
+ */
4953
+ export declare const flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp: RegExp;
4954
+ export declare const flowRunsGetWorkspaceRunsParams: zod.ZodObject<{
4955
+ workspaceId: zod.ZodString;
4956
+ }, zod.core.$strict>;
4957
+ export declare const flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
4958
+ export declare const flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
4959
+ export declare const flowRunsGetWorkspaceRunsQueryParams: zod.ZodObject<{
4960
+ skip: zod.ZodOptional<zod.ZodNumber>;
4961
+ take: zod.ZodDefault<zod.ZodNumber>;
4962
+ }, zod.core.$strict>;
4963
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp: RegExp;
4964
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp: RegExp;
4965
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp: RegExp;
4966
+ export declare const flowRunsGetWorkspaceRunsResponse: zod.ZodObject<{
4967
+ data: zod.ZodArray<zod.ZodObject<{
4968
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4969
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4970
+ flowDefinitionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4971
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4972
+ flowRunId: zod.ZodString;
4973
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4974
+ status: zod.ZodString;
4975
+ }, zod.core.$strip>>;
4976
+ total: zod.ZodNumber;
4977
+ }, zod.core.$strip>;
4173
4978
  /**
4174
4979
  * @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
4175
4980
  */
@@ -4239,6 +5044,7 @@ export declare const sandBoxGetThreadMessagesResponseItem: zod.ZodObject<{
4239
5044
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4240
5045
  code: zod.ZodNumber;
4241
5046
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
5047
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4242
5048
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4243
5049
  }, zod.core.$strip>>;
4244
5050
  hasComments: zod.ZodBoolean;
@@ -4266,6 +5072,7 @@ export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObjec
4266
5072
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4267
5073
  code: zod.ZodNumber;
4268
5074
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
5075
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4269
5076
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4270
5077
  }, zod.core.$strip>>;
4271
5078
  hasComments: zod.ZodBoolean;
@@ -4316,6 +5123,7 @@ export declare const sandBoxThreadMessagesResponse: zod.ZodObject<{
4316
5123
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4317
5124
  code: zod.ZodNumber;
4318
5125
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
5126
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4319
5127
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4320
5128
  }, zod.core.$strip>>;
4321
5129
  hasComments: zod.ZodBoolean;