@smartspace/api-client 0.1.0-dev.544e838 → 0.1.0-dev.55ba917

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 (114) 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/connectorsConnectorSummary.d.ts +12 -0
  6. package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
  7. package/dist/generated/chat/models/dataSourceContainer.d.ts +2 -0
  8. package/dist/generated/chat/models/enumsNotificationType.d.ts +1 -0
  9. package/dist/generated/chat/models/enumsNotificationType.js +1 -0
  10. package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
  11. package/dist/generated/chat/models/index.d.ts +1 -0
  12. package/dist/generated/chat/models/index.js +1 -0
  13. package/dist/generated/chat/models/messagesMessageError.d.ts +2 -0
  14. package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
  15. package/dist/generated/chat/zod.d.ts +30 -0
  16. package/dist/generated/chat/zod.js +35 -6
  17. package/dist/generated/config/api.d.ts +49 -3
  18. package/dist/generated/config/api.js +209 -1
  19. package/dist/generated/config/api.msw.d.ts +42 -6
  20. package/dist/generated/config/api.msw.js +349 -44
  21. package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.d.ts +9 -0
  22. package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.js +8 -0
  23. package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
  24. package/dist/generated/config/models/connectorsConnector.js +8 -0
  25. package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
  26. package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
  27. package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
  28. package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
  29. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
  30. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
  31. package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
  32. package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
  33. package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
  34. package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
  35. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
  36. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
  37. package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
  38. package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
  39. package/dist/generated/config/models/containerItem.d.ts +27 -0
  40. package/dist/generated/config/models/containerItem.js +8 -0
  41. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
  42. package/dist/generated/config/models/dataSetsDataSet.d.ts +4 -0
  43. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
  44. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
  45. package/dist/generated/config/models/dataSetsSetDataSetScoping.d.ts +12 -0
  46. package/dist/generated/config/models/dataSetsSetDataSetScoping.js +2 -0
  47. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
  48. package/dist/generated/config/models/dataSourceContainer.d.ts +2 -0
  49. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
  50. package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
  51. package/dist/generated/config/models/enumsActivityType.js +1 -0
  52. package/dist/generated/config/models/enumsDataSetScopingMode.d.ts +11 -0
  53. package/dist/generated/config/models/enumsDataSetScopingMode.js +14 -0
  54. package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
  55. package/dist/generated/config/models/enumsNotificationType.js +1 -0
  56. package/dist/generated/config/models/enumsPermissions.d.ts +2 -13
  57. package/dist/generated/config/models/enumsPermissions.js +0 -20
  58. package/dist/generated/config/models/enumsPermissionsItem.d.ts +18 -0
  59. package/dist/generated/config/models/enumsPermissionsItem.js +21 -0
  60. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
  61. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
  62. package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
  63. package/dist/generated/config/models/index.d.ts +33 -0
  64. package/dist/generated/config/models/index.js +33 -0
  65. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
  66. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
  67. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
  68. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
  69. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
  70. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
  71. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
  72. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
  73. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
  74. package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
  75. package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
  76. package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
  77. package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
  78. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
  79. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
  80. package/dist/generated/config/models/messagesMessageError.d.ts +2 -0
  81. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +11 -0
  82. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.js +2 -0
  83. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
  84. package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
  85. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
  86. package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
  87. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
  88. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
  89. package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
  90. package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
  91. package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
  92. package/dist/generated/config/models/syncsGetParams.js +8 -0
  93. package/dist/generated/config/models/syncsSync.d.ts +33 -0
  94. package/dist/generated/config/models/syncsSync.js +2 -0
  95. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +17 -0
  96. package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
  97. package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
  98. package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
  99. package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
  100. package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
  101. package/dist/generated/config/models/usersAppUserSummary.d.ts +16 -0
  102. package/dist/generated/config/models/usersAppUserSummary.js +8 -0
  103. package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
  104. package/dist/generated/config/zod.d.ts +629 -63
  105. package/dist/generated/config/zod.js +532 -36
  106. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
  107. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
  108. package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
  109. package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
  110. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +11 -0
  111. package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
  112. package/dist/signalr.d.ts +2 -0
  113. package/dist/signalr.js +3 -0
  114. package/package.json +2 -2
@@ -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>>;
@@ -692,6 +695,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
692
695
  }, zod.core.$strip>;
693
696
  }, zod.core.$strip>>>>;
694
697
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
698
+ secret: zod.ZodBoolean;
695
699
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
696
700
  }, zod.core.$strip>>>>;
697
701
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -716,6 +720,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
716
720
  triggers: zod.ZodArray<zod.ZodObject<{
717
721
  dataSourceContainer: zod.ZodObject<{
718
722
  dataSourceId: zod.ZodString;
723
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
719
724
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
720
725
  operator: zod.ZodString;
721
726
  propertyName: zod.ZodString;
@@ -805,6 +810,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
805
810
  }, zod.core.$strip>;
806
811
  }, zod.core.$strip>>>>;
807
812
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
813
+ secret: zod.ZodBoolean;
808
814
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
809
815
  }, zod.core.$strip>>>>;
810
816
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -829,6 +835,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
829
835
  triggers: zod.ZodArray<zod.ZodObject<{
830
836
  dataSourceContainer: zod.ZodObject<{
831
837
  dataSourceId: zod.ZodString;
838
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
832
839
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
833
840
  operator: zod.ZodString;
834
841
  propertyName: zod.ZodString;
@@ -896,6 +903,11 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
896
903
  isVector: zod.ZodBoolean;
897
904
  name: zod.ZodString;
898
905
  }, zod.core.$strip>>;
906
+ scopingMode: zod.ZodEnum<{
907
+ Unrestricted: "Unrestricted";
908
+ PerSubject: "PerSubject";
909
+ }>;
910
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
899
911
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
900
912
  }, zod.core.$strip>>;
901
913
  total: zod.ZodNumber;
@@ -953,6 +965,11 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
953
965
  isVector: zod.ZodBoolean;
954
966
  name: zod.ZodString;
955
967
  }, zod.core.$strip>>;
968
+ scopingMode: zod.ZodEnum<{
969
+ Unrestricted: "Unrestricted";
970
+ PerSubject: "PerSubject";
971
+ }>;
972
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
956
973
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
957
974
  }, zod.core.$strip>;
958
975
  /**
@@ -966,6 +983,7 @@ export declare const dataSetsPutBodyIdRegExp: RegExp;
966
983
  export declare const dataSetsPutBody: zod.ZodObject<{
967
984
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
968
985
  dataSourceId: zod.ZodString;
986
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
969
987
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
970
988
  operator: zod.ZodString;
971
989
  propertyName: zod.ZodString;
@@ -996,6 +1014,11 @@ export declare const dataSetsPutResponse: zod.ZodObject<{
996
1014
  isVector: zod.ZodBoolean;
997
1015
  name: zod.ZodString;
998
1016
  }, zod.core.$strip>>;
1017
+ scopingMode: zod.ZodEnum<{
1018
+ Unrestricted: "Unrestricted";
1019
+ PerSubject: "PerSubject";
1020
+ }>;
1021
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
999
1022
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1000
1023
  }, zod.core.$strip>;
1001
1024
  /**
@@ -1039,7 +1062,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
1039
1062
  }, zod.core.$strip>>;
1040
1063
  finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1041
1064
  flowRunId: zod.ZodString;
1042
- runAt: zod.ZodISODateTime;
1065
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1043
1066
  status: zod.ZodString;
1044
1067
  }, zod.core.$strip>>;
1045
1068
  id: zod.ZodString;
@@ -1077,6 +1100,11 @@ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
1077
1100
  isVector: zod.ZodBoolean;
1078
1101
  name: zod.ZodString;
1079
1102
  }, zod.core.$strip>>;
1103
+ scopingMode: zod.ZodEnum<{
1104
+ Unrestricted: "Unrestricted";
1105
+ PerSubject: "PerSubject";
1106
+ }>;
1107
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1080
1108
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1081
1109
  }, zod.core.$strip>;
1082
1110
  export declare const dataSetsExportPathIdRegExp: RegExp;
@@ -1179,6 +1207,11 @@ export declare const dataSetsDeleteItemParams: zod.ZodObject<{
1179
1207
  itemId: zod.ZodString;
1180
1208
  }, zod.core.$strict>;
1181
1209
  /**
1210
+ * The `isVector` field is deprecated: the platform no longer uses it,
1211
+ and it has no effect on ingestion or querying. It remains available as an
1212
+ optional field for backward compatibility with existing integrations —
1213
+ new integrations should omit it. When omitted, the stored value is
1214
+ preserved on update and defaults to `false` on create.
1182
1215
  * @summary Upsert a single property on a dataset.
1183
1216
  */
1184
1217
  export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
@@ -1187,7 +1220,7 @@ export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
1187
1220
  }, zod.core.$strict>;
1188
1221
  export declare const dataSetsAddDataSetPropertyBody: zod.ZodObject<{
1189
1222
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1190
- isVector: zod.ZodBoolean;
1223
+ isVector: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1191
1224
  name: zod.ZodString;
1192
1225
  }, zod.core.$strict>;
1193
1226
  export declare const dataSetsAddDataSetPropertyResponse: zod.ZodObject<{
@@ -1200,6 +1233,74 @@ export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
1200
1233
  id: zod.ZodString;
1201
1234
  name: zod.ZodString;
1202
1235
  }, zod.core.$strict>;
1236
+ /**
1237
+ * @summary Run-centric ingestion history for the dataset (newest first), from the
1238
+ AI API's provenance-stamped run store. `trigger` filters by cause
1239
+ (sync / sweep / manual / reset / unknown); `itemId` narrows to one
1240
+ container item, including runs superseded by later re-ingests.
1241
+ */
1242
+ export declare const dataSetsGetIngestionRunsPathIdRegExp: RegExp;
1243
+ export declare const dataSetsGetIngestionRunsParams: zod.ZodObject<{
1244
+ id: zod.ZodString;
1245
+ }, zod.core.$strict>;
1246
+ export declare const dataSetsGetIngestionRunsQuerySkipDefault = 0;
1247
+ export declare const dataSetsGetIngestionRunsQueryTakeDefault = 50;
1248
+ export declare const dataSetsGetIngestionRunsQueryItemIdRegExp: RegExp;
1249
+ export declare const dataSetsGetIngestionRunsQueryParams: zod.ZodObject<{
1250
+ skip: zod.ZodOptional<zod.ZodNumber>;
1251
+ take: zod.ZodDefault<zod.ZodNumber>;
1252
+ trigger: zod.ZodOptional<zod.ZodString>;
1253
+ itemId: zod.ZodOptional<zod.ZodString>;
1254
+ }, zod.core.$strict>;
1255
+ export declare const dataSetsGetIngestionRunsResponseDataItemCausedByRegExp: RegExp;
1256
+ export declare const dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp: RegExp;
1257
+ export declare const dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp: RegExp;
1258
+ export declare const dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp: RegExp;
1259
+ export declare const dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp: RegExp;
1260
+ export declare const dataSetsGetIngestionRunsResponseDataItemItemIdRegExp: RegExp;
1261
+ export declare const dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp: RegExp;
1262
+ export declare const dataSetsGetIngestionRunsResponse: zod.ZodObject<{
1263
+ data: zod.ZodArray<zod.ZodObject<{
1264
+ causedBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1265
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1266
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1267
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1268
+ dataSetVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1269
+ errors: zod.ZodArray<zod.ZodObject<{
1270
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1271
+ code: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
1272
+ message: zod.ZodString;
1273
+ }, zod.core.$strip>>;
1274
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1275
+ flowRunId: zod.ZodString;
1276
+ itemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1277
+ itemName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1278
+ itemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1279
+ itemVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1280
+ retryOf: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1281
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1282
+ status: zod.ZodString;
1283
+ trigger: zod.ZodObject<{
1284
+ kind: zod.ZodString;
1285
+ principal: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1286
+ }, zod.core.$strip>;
1287
+ }, zod.core.$strip>>;
1288
+ total: zod.ZodNumber;
1289
+ }, zod.core.$strip>;
1290
+ /**
1291
+ * @summary Set the per-document scoping config (mode + subject path) on a dataset.
1292
+ */
1293
+ export declare const dataSetsPutScopingPathIdRegExp: RegExp;
1294
+ export declare const dataSetsPutScopingParams: zod.ZodObject<{
1295
+ id: zod.ZodString;
1296
+ }, zod.core.$strict>;
1297
+ export declare const dataSetsPutScopingBody: zod.ZodObject<{
1298
+ mode: zod.ZodEnum<{
1299
+ Unrestricted: "Unrestricted";
1300
+ PerSubject: "PerSubject";
1301
+ }>;
1302
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1303
+ }, zod.core.$strict>;
1203
1304
  /**
1204
1305
  * @summary Fetch a list of all available data source types in SmartSpace.
1205
1306
  */
@@ -1250,6 +1351,7 @@ export declare const dataSourceTypesGetAvailableContainersBody: zod.ZodObject<{
1250
1351
  }, zod.core.$strict>;
1251
1352
  export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodObject<{
1252
1353
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1354
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1253
1355
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1254
1356
  operator: zod.ZodString;
1255
1357
  propertyName: zod.ZodString;
@@ -1264,6 +1366,7 @@ export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodO
1264
1366
  }, zod.core.$strip>;
1265
1367
  export declare const dataSourceTypesGetAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
1266
1368
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1369
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1267
1370
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1268
1371
  operator: zod.ZodString;
1269
1372
  propertyName: zod.ZodString;
@@ -1308,6 +1411,7 @@ export declare const dataSourcesGetResponse: zod.ZodObject<{
1308
1411
  data: zod.ZodArray<zod.ZodObject<{
1309
1412
  containers: zod.ZodArray<zod.ZodObject<{
1310
1413
  dataSourceId: zod.ZodString;
1414
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1311
1415
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1312
1416
  operator: zod.ZodString;
1313
1417
  propertyName: zod.ZodString;
@@ -1368,6 +1472,7 @@ export declare const dataSourcesPostResponseIdRegExp: RegExp;
1368
1472
  export declare const dataSourcesPostResponse: zod.ZodObject<{
1369
1473
  containers: zod.ZodArray<zod.ZodObject<{
1370
1474
  dataSourceId: zod.ZodString;
1475
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1371
1476
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1372
1477
  operator: zod.ZodString;
1373
1478
  propertyName: zod.ZodString;
@@ -1431,6 +1536,7 @@ export declare const dataSourcesContainersResponseDataSourceIdRegExp: RegExp;
1431
1536
  export declare const dataSourcesContainersResponseIdRegExp: RegExp;
1432
1537
  export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1433
1538
  dataSourceId: zod.ZodString;
1539
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1434
1540
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1435
1541
  operator: zod.ZodString;
1436
1542
  propertyName: zod.ZodString;
@@ -1442,6 +1548,7 @@ export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1442
1548
  }, zod.core.$strip>;
1443
1549
  export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
1444
1550
  dataSourceId: zod.ZodString;
1551
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1445
1552
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1446
1553
  operator: zod.ZodString;
1447
1554
  propertyName: zod.ZodString;
@@ -1493,6 +1600,15 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
1493
1600
  export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
1494
1601
  credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
1495
1602
  }, zod.core.$strict>;
1603
+ /**
1604
+ * @summary Requests an on-demand sync of a data source. The request is queued;
1605
+ the sync service picks it up within ~30 seconds. Repeated requests
1606
+ are safe — concurrent syncs of the same source collapse to one run.
1607
+ */
1608
+ export declare const dataSourcesRequestSyncPathDataSourceIdRegExp: RegExp;
1609
+ export declare const dataSourcesRequestSyncParams: zod.ZodObject<{
1610
+ dataSourceId: zod.ZodString;
1611
+ }, zod.core.$strict>;
1496
1612
  export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
1497
1613
  export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
1498
1614
  id: zod.ZodString;
@@ -1550,6 +1666,11 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1550
1666
  isVector: zod.ZodBoolean;
1551
1667
  name: zod.ZodString;
1552
1668
  }, zod.core.$strip>>;
1669
+ scopingMode: zod.ZodEnum<{
1670
+ Unrestricted: "Unrestricted";
1671
+ PerSubject: "PerSubject";
1672
+ }>;
1673
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1553
1674
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1554
1675
  }, zod.core.$strip>>;
1555
1676
  id: zod.ZodString;
@@ -1605,6 +1726,11 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1605
1726
  isVector: zod.ZodBoolean;
1606
1727
  name: zod.ZodString;
1607
1728
  }, zod.core.$strip>>;
1729
+ scopingMode: zod.ZodEnum<{
1730
+ Unrestricted: "Unrestricted";
1731
+ PerSubject: "PerSubject";
1732
+ }>;
1733
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1608
1734
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1609
1735
  }, zod.core.$strip>>;
1610
1736
  id: zod.ZodString;
@@ -1656,6 +1782,11 @@ export declare const dataSpacesPutResponse: zod.ZodObject<{
1656
1782
  isVector: zod.ZodBoolean;
1657
1783
  name: zod.ZodString;
1658
1784
  }, zod.core.$strip>>;
1785
+ scopingMode: zod.ZodEnum<{
1786
+ Unrestricted: "Unrestricted";
1787
+ PerSubject: "PerSubject";
1788
+ }>;
1789
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1659
1790
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1660
1791
  }, zod.core.$strip>>;
1661
1792
  id: zod.ZodString;
@@ -1724,6 +1855,11 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1724
1855
  isVector: zod.ZodBoolean;
1725
1856
  name: zod.ZodString;
1726
1857
  }, zod.core.$strip>>;
1858
+ scopingMode: zod.ZodEnum<{
1859
+ Unrestricted: "Unrestricted";
1860
+ PerSubject: "PerSubject";
1861
+ }>;
1862
+ subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1727
1863
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1728
1864
  }, zod.core.$strip>>;
1729
1865
  total: zod.ZodNumber;
@@ -1739,6 +1875,7 @@ export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegEx
1739
1875
  export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
1740
1876
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1741
1877
  dataSourceId: zod.ZodString;
1878
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1742
1879
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1743
1880
  operator: zod.ZodString;
1744
1881
  propertyName: zod.ZodString;
@@ -1755,6 +1892,13 @@ export declare const debugInvokeParams: zod.ZodObject<{
1755
1892
  }, zod.core.$strict>;
1756
1893
  export declare const debugInvokeBodyItem: zod.ZodAny;
1757
1894
  export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
1895
+ /**
1896
+ * @summary Mongo index health for the flow-runs store: planned-vs-existing
1897
+ indexes per collection, the latest index-ensure outcome per index
1898
+ (including repeated failures), and any in-flight index
1899
+ transformations with their progress (currentOp).
1900
+ */
1901
+ export declare const diagnosticsGetMongoIndexesResponse: zod.ZodAny;
1758
1902
  /**
1759
1903
  * @summary List the current user's drafts (without parsed interfaces — load detail to get those).
1760
1904
  */
@@ -2221,6 +2365,16 @@ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
2221
2365
  export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
2222
2366
  id: zod.ZodString;
2223
2367
  }, zod.core.$strict>;
2368
+ /**
2369
+ * @summary Requests cancellation of a queued or running flow run. Cancellation
2370
+ is cooperative: a queued run is stamped cancelled before it starts;
2371
+ a running flow stops between block executions, typically within
2372
+ seconds. Cancelled runs carry cancelledAt in their basic info.
2373
+ */
2374
+ export declare const flowRunsCancelFlowRunPathIdRegExpOne: RegExp;
2375
+ export declare const flowRunsCancelFlowRunParams: zod.ZodObject<{
2376
+ id: zod.ZodString;
2377
+ }, zod.core.$strict>;
2224
2378
  export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
2225
2379
  export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
2226
2380
  id: zod.ZodString;
@@ -2348,6 +2502,7 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
2348
2502
  }, zod.core.$strict>;
2349
2503
  }, zod.core.$strict>>>>;
2350
2504
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2505
+ secret: zod.ZodBoolean;
2351
2506
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2352
2507
  }, zod.core.$strict>>>>;
2353
2508
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -2764,6 +2919,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
2764
2919
  WorkSpaceUpdated: "WorkSpaceUpdated";
2765
2920
  MessageThreadUpdated: "MessageThreadUpdated";
2766
2921
  CommentUpdated: "CommentUpdated";
2922
+ AddedToThread: "AddedToThread";
2767
2923
  }>;
2768
2924
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2769
2925
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2849,6 +3005,178 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
2849
3005
  name: zod.ZodString;
2850
3006
  }, zod.core.$strip>>;
2851
3007
  }, zod.core.$strip>;
3008
+ /**
3009
+ * @summary List configured syncs. status matches the data
3010
+ source's latest completed sync (e.g. Success / Failure), or "never"
3011
+ for sources with no recorded sync. sortBy:
3012
+ name | connector | lastSync (default: path).
3013
+ */
3014
+ export declare const syncsGetQueryTakeDefault = 50;
3015
+ export declare const syncsGetQuerySkipDefault = 0;
3016
+ export declare const syncsGetQueryDataSourceIdRegExp: RegExp;
3017
+ export declare const syncsGetQueryParams: zod.ZodObject<{
3018
+ take: zod.ZodDefault<zod.ZodNumber>;
3019
+ skip: zod.ZodOptional<zod.ZodNumber>;
3020
+ search: zod.ZodOptional<zod.ZodString>;
3021
+ dataSourceId: zod.ZodOptional<zod.ZodString>;
3022
+ status: zod.ZodOptional<zod.ZodString>;
3023
+ sortBy: zod.ZodOptional<zod.ZodString>;
3024
+ sortDirection: zod.ZodOptional<zod.ZodString>;
3025
+ }, zod.core.$strict>;
3026
+ export declare const syncsGetResponseDataItemDataSetsItemIdRegExp: RegExp;
3027
+ export declare const syncsGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
3028
+ export declare const syncsGetResponseDataItemDataSourceIdRegExp: RegExp;
3029
+ export declare const syncsGetResponseDataItemIdRegExp: RegExp;
3030
+ export declare const syncsGetResponse: zod.ZodObject<{
3031
+ data: zod.ZodArray<zod.ZodObject<{
3032
+ dataSets: zod.ZodArray<zod.ZodObject<{
3033
+ id: zod.ZodString;
3034
+ name: zod.ZodString;
3035
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3036
+ }, zod.core.$strip>>;
3037
+ dataSource: zod.ZodObject<{
3038
+ id: zod.ZodString;
3039
+ isQueued: zod.ZodBoolean;
3040
+ isSyncing: zod.ZodBoolean;
3041
+ name: zod.ZodString;
3042
+ sourceType: zod.ZodEnum<{
3043
+ BlobStorage: "BlobStorage";
3044
+ SqlServer: "SqlServer";
3045
+ AzureSql: "AzureSql";
3046
+ Cosmos: "Cosmos";
3047
+ GoogleDrive: "GoogleDrive";
3048
+ SharePoint: "SharePoint";
3049
+ SharePointSite: "SharePointSite";
3050
+ HubSpot: "HubSpot";
3051
+ AzureStorage: "AzureStorage";
3052
+ File: "File";
3053
+ Sitemap: "Sitemap";
3054
+ }>;
3055
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3056
+ }, zod.core.$strip>;
3057
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3058
+ highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3059
+ id: zod.ZodString;
3060
+ latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3061
+ latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
3062
+ latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3063
+ latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3064
+ name: zod.ZodString;
3065
+ path: zod.ZodString;
3066
+ recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3067
+ end: zod.ZodISODateTime;
3068
+ itemCount: zod.ZodNumber;
3069
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3070
+ start: zod.ZodISODateTime;
3071
+ status: zod.ZodString;
3072
+ }, zod.core.$strip>>>>;
3073
+ statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3074
+ }, zod.core.$strip>>;
3075
+ total: zod.ZodNumber;
3076
+ }, zod.core.$strip>;
3077
+ /**
3078
+ * @summary The sync-requests queue right now: approximate depth and which data
3079
+ sources have a request WAITING. In-flight requests are invisible to
3080
+ peek (visibility timeout) — that state is each data source's
3081
+ isSyncing flag. Literal route wins over the {containerId} template.
3082
+ */
3083
+ export declare const syncsGetQueueResponseWaitingDataSourceIdsItemRegExp: RegExp;
3084
+ export declare const syncsGetQueueResponse: zod.ZodObject<{
3085
+ depth: zod.ZodNumber;
3086
+ waitingDataSourceIds: zod.ZodArray<zod.ZodString>;
3087
+ }, zod.core.$strip>;
3088
+ /**
3089
+ * @summary Removes the sync: deletes its data source container config record, so
3090
+ the source selection stops being mirrored from the next sync cycle.
3091
+ Refused (DSC400) while any live dataset still subscribes to it via a
3092
+ container flow trigger. Config-only — already-landed items and copied
3093
+ blobs are not cleaned up here.
3094
+ */
3095
+ export declare const syncsDeletePathContainerIdRegExp: RegExp;
3096
+ export declare const syncsDeleteParams: zod.ZodObject<{
3097
+ containerId: zod.ZodString;
3098
+ }, zod.core.$strict>;
3099
+ export declare const syncsGetByIdPathContainerIdRegExp: RegExp;
3100
+ export declare const syncsGetByIdParams: zod.ZodObject<{
3101
+ containerId: zod.ZodString;
3102
+ }, zod.core.$strict>;
3103
+ export declare const syncsGetByIdResponseDataSetsItemIdRegExp: RegExp;
3104
+ export declare const syncsGetByIdResponseDataSetsItemVersionRegExp: RegExp;
3105
+ export declare const syncsGetByIdResponseDataSourceIdRegExp: RegExp;
3106
+ export declare const syncsGetByIdResponseIdRegExp: RegExp;
3107
+ export declare const syncsGetByIdResponse: zod.ZodObject<{
3108
+ dataSets: zod.ZodArray<zod.ZodObject<{
3109
+ id: zod.ZodString;
3110
+ name: zod.ZodString;
3111
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3112
+ }, zod.core.$strip>>;
3113
+ dataSource: zod.ZodObject<{
3114
+ id: zod.ZodString;
3115
+ isQueued: zod.ZodBoolean;
3116
+ isSyncing: zod.ZodBoolean;
3117
+ name: zod.ZodString;
3118
+ sourceType: zod.ZodEnum<{
3119
+ BlobStorage: "BlobStorage";
3120
+ SqlServer: "SqlServer";
3121
+ AzureSql: "AzureSql";
3122
+ Cosmos: "Cosmos";
3123
+ GoogleDrive: "GoogleDrive";
3124
+ SharePoint: "SharePoint";
3125
+ SharePointSite: "SharePointSite";
3126
+ HubSpot: "HubSpot";
3127
+ AzureStorage: "AzureStorage";
3128
+ File: "File";
3129
+ Sitemap: "Sitemap";
3130
+ }>;
3131
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3132
+ }, zod.core.$strip>;
3133
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3134
+ highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3135
+ id: zod.ZodString;
3136
+ latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3137
+ latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
3138
+ latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3139
+ latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3140
+ name: zod.ZodString;
3141
+ path: zod.ZodString;
3142
+ recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3143
+ end: zod.ZodISODateTime;
3144
+ itemCount: zod.ZodNumber;
3145
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3146
+ start: zod.ZodISODateTime;
3147
+ status: zod.ZodString;
3148
+ }, zod.core.$strip>>>>;
3149
+ statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3150
+ }, zod.core.$strip>;
3151
+ /**
3152
+ * @summary The sync's landed items (read-only metadata), proxied from the AI API's
3153
+ container-items endpoint.
3154
+ */
3155
+ export declare const syncsGetItemsPathContainerIdRegExp: RegExp;
3156
+ export declare const syncsGetItemsParams: zod.ZodObject<{
3157
+ containerId: zod.ZodString;
3158
+ }, zod.core.$strict>;
3159
+ export declare const syncsGetItemsQuerySkipDefault = 0;
3160
+ export declare const syncsGetItemsQueryTakeDefault = 50;
3161
+ export declare const syncsGetItemsQueryParams: zod.ZodObject<{
3162
+ skip: zod.ZodOptional<zod.ZodNumber>;
3163
+ take: zod.ZodDefault<zod.ZodNumber>;
3164
+ }, zod.core.$strict>;
3165
+ export declare const syncsGetItemsResponseDataItemContainerIdRegExp: RegExp;
3166
+ export declare const syncsGetItemsResponseDataItemIdRegExp: RegExp;
3167
+ export declare const syncsGetItemsResponse: zod.ZodObject<{
3168
+ data: zod.ZodArray<zod.ZodObject<{
3169
+ blobUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3170
+ bytes: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3171
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3172
+ id: zod.ZodString;
3173
+ isJson: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3174
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3175
+ path: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3176
+ pending: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3177
+ }, zod.core.$strip>>;
3178
+ total: zod.ZodNumber;
3179
+ }, zod.core.$strip>;
2852
3180
  /**
2853
3181
  * @summary Gets Tenant Id
2854
3182
  */
@@ -2871,8 +3199,7 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
2871
3199
  lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2872
3200
  mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2873
3201
  name: zod.ZodString;
2874
- permissions: zod.ZodEnum<{
2875
- None: "None";
3202
+ permissions: zod.ZodArray<zod.ZodEnum<{
2876
3203
  WorkspaceCreate: "WorkspaceCreate";
2877
3204
  WorkspaceEdit: "WorkspaceEdit";
2878
3205
  WorkspaceDelete: "WorkspaceDelete";
@@ -2882,13 +3209,12 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
2882
3209
  ConnectorCreate: "ConnectorCreate";
2883
3210
  ConnectorEdit: "ConnectorEdit";
2884
3211
  ConnectorDelete: "ConnectorDelete";
2885
- }>;
3212
+ }>>;
2886
3213
  }, zod.core.$strip>>;
2887
3214
  total: zod.ZodNumber;
2888
3215
  }, zod.core.$strip>;
2889
3216
  export declare const usersGetUsersByFilterParams: zod.ZodObject<{
2890
- permissions: zod.ZodEnum<{
2891
- None: "None";
3217
+ permissions: zod.ZodArray<zod.ZodEnum<{
2892
3218
  WorkspaceCreate: "WorkspaceCreate";
2893
3219
  WorkspaceEdit: "WorkspaceEdit";
2894
3220
  WorkspaceDelete: "WorkspaceDelete";
@@ -2898,10 +3224,9 @@ export declare const usersGetUsersByFilterParams: zod.ZodObject<{
2898
3224
  ConnectorCreate: "ConnectorCreate";
2899
3225
  ConnectorEdit: "ConnectorEdit";
2900
3226
  ConnectorDelete: "ConnectorDelete";
2901
- }>;
3227
+ }>>;
2902
3228
  }, zod.core.$strict>;
2903
- export declare const usersGetMyPermissionsResponse: zod.ZodEnum<{
2904
- None: "None";
3229
+ export declare const usersGetMyPermissionsResponseItem: zod.ZodEnum<{
2905
3230
  WorkspaceCreate: "WorkspaceCreate";
2906
3231
  WorkspaceEdit: "WorkspaceEdit";
2907
3232
  WorkspaceDelete: "WorkspaceDelete";
@@ -2912,6 +3237,17 @@ export declare const usersGetMyPermissionsResponse: zod.ZodEnum<{
2912
3237
  ConnectorEdit: "ConnectorEdit";
2913
3238
  ConnectorDelete: "ConnectorDelete";
2914
3239
  }>;
3240
+ export declare const usersGetMyPermissionsResponse: zod.ZodArray<zod.ZodEnum<{
3241
+ WorkspaceCreate: "WorkspaceCreate";
3242
+ WorkspaceEdit: "WorkspaceEdit";
3243
+ WorkspaceDelete: "WorkspaceDelete";
3244
+ DataSpaceCreate: "DataSpaceCreate";
3245
+ DataSpaceEdit: "DataSpaceEdit";
3246
+ DataSpaceDelete: "DataSpaceDelete";
3247
+ ConnectorCreate: "ConnectorCreate";
3248
+ ConnectorEdit: "ConnectorEdit";
3249
+ ConnectorDelete: "ConnectorDelete";
3250
+ }>>;
2915
3251
  /**
2916
3252
  * @summary Disable user (Remove all assigned WorkSpaces by UserId)
2917
3253
  */
@@ -2949,21 +3285,8 @@ export declare const usersGetUserDetailResponse: zod.ZodObject<{
2949
3285
  emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2950
3286
  id: zod.ZodString;
2951
3287
  isAdmin: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2952
- lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2953
3288
  mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2954
3289
  name: zod.ZodString;
2955
- permissions: zod.ZodEnum<{
2956
- None: "None";
2957
- WorkspaceCreate: "WorkspaceCreate";
2958
- WorkspaceEdit: "WorkspaceEdit";
2959
- WorkspaceDelete: "WorkspaceDelete";
2960
- DataSpaceCreate: "DataSpaceCreate";
2961
- DataSpaceEdit: "DataSpaceEdit";
2962
- DataSpaceDelete: "DataSpaceDelete";
2963
- ConnectorCreate: "ConnectorCreate";
2964
- ConnectorEdit: "ConnectorEdit";
2965
- ConnectorDelete: "ConnectorDelete";
2966
- }>;
2967
3290
  }, zod.core.$strip>;
2968
3291
  /**
2969
3292
  * @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
@@ -2987,42 +3310,28 @@ export declare const usersGetAccessWorkSpacesQueryParams: zod.ZodObject<{
2987
3310
  skip: zod.ZodOptional<zod.ZodNumber>;
2988
3311
  take: zod.ZodDefault<zod.ZodNumber>;
2989
3312
  }, zod.core.$strict>;
2990
- export declare const usersGetAccessWorkSpacesResponseIdRegExp: RegExp;
2991
- export declare const usersGetAccessWorkSpacesResponseWorkSpaceIdRegExp: RegExp;
2992
- export declare const usersGetAccessWorkSpacesResponseItem: zod.ZodObject<{
2993
- accessType: zod.ZodEnum<{
2994
- Principal: "Principal";
2995
- Group: "Group";
2996
- }>;
2997
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2998
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2999
- objectId: zod.ZodString;
3000
- principalType: zod.ZodOptional<zod.ZodEnum<{
3001
- Unknown: "Unknown";
3002
- User: "User";
3003
- ServicePrincipal: "ServicePrincipal";
3004
- Internal: "Internal";
3005
- }>>;
3006
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3007
- workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3313
+ export declare const usersGetAccessWorkSpacesResponseDataItemIdRegExp: RegExp;
3314
+ export declare const usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp: RegExp;
3315
+ export declare const usersGetAccessWorkSpacesResponse: zod.ZodObject<{
3316
+ data: zod.ZodArray<zod.ZodObject<{
3317
+ accessType: zod.ZodEnum<{
3318
+ Principal: "Principal";
3319
+ Group: "Group";
3320
+ }>;
3321
+ displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3322
+ id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3323
+ objectId: zod.ZodString;
3324
+ principalType: zod.ZodOptional<zod.ZodEnum<{
3325
+ Unknown: "Unknown";
3326
+ User: "User";
3327
+ ServicePrincipal: "ServicePrincipal";
3328
+ Internal: "Internal";
3329
+ }>>;
3330
+ workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3331
+ workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3332
+ }, zod.core.$strip>>;
3333
+ total: zod.ZodNumber;
3008
3334
  }, zod.core.$strip>;
3009
- export declare const usersGetAccessWorkSpacesResponse: zod.ZodArray<zod.ZodObject<{
3010
- accessType: zod.ZodEnum<{
3011
- Principal: "Principal";
3012
- Group: "Group";
3013
- }>;
3014
- displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3015
- id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3016
- objectId: zod.ZodString;
3017
- principalType: zod.ZodOptional<zod.ZodEnum<{
3018
- Unknown: "Unknown";
3019
- User: "User";
3020
- ServicePrincipal: "ServicePrincipal";
3021
- Internal: "Internal";
3022
- }>>;
3023
- workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3024
- workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3025
- }, zod.core.$strip>>;
3026
3335
  export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
3027
3336
  export declare const usersAdminPermissionParams: zod.ZodObject<{
3028
3337
  userId: zod.ZodString;
@@ -3034,8 +3343,7 @@ export declare const usersAddUserPermissionPathUserIdRegExp: RegExp;
3034
3343
  export declare const usersAddUserPermissionParams: zod.ZodObject<{
3035
3344
  userId: zod.ZodString;
3036
3345
  }, zod.core.$strict>;
3037
- export declare const usersAddUserPermissionBody: zod.ZodEnum<{
3038
- None: "None";
3346
+ export declare const usersAddUserPermissionBodyItem: zod.ZodEnum<{
3039
3347
  WorkspaceCreate: "WorkspaceCreate";
3040
3348
  WorkspaceEdit: "WorkspaceEdit";
3041
3349
  WorkspaceDelete: "WorkspaceDelete";
@@ -3046,11 +3354,21 @@ export declare const usersAddUserPermissionBody: zod.ZodEnum<{
3046
3354
  ConnectorEdit: "ConnectorEdit";
3047
3355
  ConnectorDelete: "ConnectorDelete";
3048
3356
  }>;
3357
+ export declare const usersAddUserPermissionBody: zod.ZodArray<zod.ZodEnum<{
3358
+ WorkspaceCreate: "WorkspaceCreate";
3359
+ WorkspaceEdit: "WorkspaceEdit";
3360
+ WorkspaceDelete: "WorkspaceDelete";
3361
+ DataSpaceCreate: "DataSpaceCreate";
3362
+ DataSpaceEdit: "DataSpaceEdit";
3363
+ DataSpaceDelete: "DataSpaceDelete";
3364
+ ConnectorCreate: "ConnectorCreate";
3365
+ ConnectorEdit: "ConnectorEdit";
3366
+ ConnectorDelete: "ConnectorDelete";
3367
+ }>>;
3049
3368
  export declare const usersRemoveUserPermissionPathUserIdRegExp: RegExp;
3050
3369
  export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
3051
3370
  userId: zod.ZodString;
3052
- permission: zod.ZodEnum<{
3053
- None: "None";
3371
+ permission: zod.ZodArray<zod.ZodEnum<{
3054
3372
  WorkspaceCreate: "WorkspaceCreate";
3055
3373
  WorkspaceEdit: "WorkspaceEdit";
3056
3374
  WorkspaceDelete: "WorkspaceDelete";
@@ -3060,7 +3378,7 @@ export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
3060
3378
  ConnectorCreate: "ConnectorCreate";
3061
3379
  ConnectorEdit: "ConnectorEdit";
3062
3380
  ConnectorDelete: "ConnectorDelete";
3063
- }>;
3381
+ }>>;
3064
3382
  }, zod.core.$strict>;
3065
3383
  /**
3066
3384
  * @summary Returns a list of available Azure locations for deploying virtual machines
@@ -3130,6 +3448,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
3130
3448
  sortBy: zod.ZodOptional<zod.ZodString>;
3131
3449
  sortDirection: zod.ZodOptional<zod.ZodString>;
3132
3450
  }, zod.core.$strict>;
3451
+ export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
3133
3452
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3134
3453
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3135
3454
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3150,6 +3469,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
3150
3469
  export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
3151
3470
  export declare const workSpacesGetGetResponse: zod.ZodObject<{
3152
3471
  data: zod.ZodArray<zod.ZodObject<{
3472
+ connectors: zod.ZodArray<zod.ZodObject<{
3473
+ id: zod.ZodString;
3474
+ kind: zod.ZodString;
3475
+ name: zod.ZodString;
3476
+ }, zod.core.$strip>>;
3153
3477
  createdAt: zod.ZodISODateTime;
3154
3478
  createdByUserId: zod.ZodString;
3155
3479
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3196,6 +3520,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3196
3520
  }, zod.core.$strip>;
3197
3521
  }, zod.core.$strip>>>>;
3198
3522
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3523
+ secret: zod.ZodBoolean;
3199
3524
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3200
3525
  }, zod.core.$strip>>>>;
3201
3526
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3220,6 +3545,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3220
3545
  triggers: zod.ZodArray<zod.ZodObject<{
3221
3546
  dataSourceContainer: zod.ZodObject<{
3222
3547
  dataSourceId: zod.ZodString;
3548
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3223
3549
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3224
3550
  operator: zod.ZodString;
3225
3551
  propertyName: zod.ZodString;
@@ -3420,6 +3746,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
3420
3746
  export declare const workSpacesGetIdParams: zod.ZodObject<{
3421
3747
  id: zod.ZodString;
3422
3748
  }, zod.core.$strict>;
3749
+ export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
3423
3750
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3424
3751
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3425
3752
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3439,6 +3766,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
3439
3766
  export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
3440
3767
  export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
3441
3768
  export declare const workSpacesGetIdResponse: zod.ZodObject<{
3769
+ connectors: zod.ZodArray<zod.ZodObject<{
3770
+ id: zod.ZodString;
3771
+ kind: zod.ZodString;
3772
+ name: zod.ZodString;
3773
+ }, zod.core.$strip>>;
3442
3774
  createdAt: zod.ZodISODateTime;
3443
3775
  createdByUserId: zod.ZodString;
3444
3776
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3485,6 +3817,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3485
3817
  }, zod.core.$strip>;
3486
3818
  }, zod.core.$strip>>>>;
3487
3819
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3820
+ secret: zod.ZodBoolean;
3488
3821
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3489
3822
  }, zod.core.$strip>>>>;
3490
3823
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3509,6 +3842,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3509
3842
  triggers: zod.ZodArray<zod.ZodObject<{
3510
3843
  dataSourceContainer: zod.ZodObject<{
3511
3844
  dataSourceId: zod.ZodString;
3845
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3512
3846
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3513
3847
  operator: zod.ZodString;
3514
3848
  propertyName: zod.ZodString;
@@ -3787,6 +4121,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
3787
4121
  temperature: zod.ZodNumber;
3788
4122
  topP: zod.ZodNumber;
3789
4123
  }, zod.core.$strict>;
4124
+ /**
4125
+ * @summary Detaches a connector from a workspace. Flows still referencing it
4126
+ fail at resolve time rather than silently keeping access.
4127
+ */
4128
+ export declare const workSpacesRemoveConnectorPathWorkspaceIdRegExp: RegExp;
4129
+ export declare const workSpacesRemoveConnectorPathConnectorIdRegExp: RegExp;
4130
+ export declare const workSpacesRemoveConnectorParams: zod.ZodObject<{
4131
+ workspaceId: zod.ZodString;
4132
+ connectorId: zod.ZodString;
4133
+ }, zod.core.$strict>;
4134
+ /**
4135
+ * @summary Attaches a connector to a workspace — the access model for external
4136
+ connectors, mirroring dataspaces. Only after this can a flow in the
4137
+ workspace reference the connector, and the resolve endpoint checks
4138
+ the same attachment at call time.
4139
+ */
4140
+ export declare const workSpacesAddConnectorPathWorkspaceIdRegExp: RegExp;
4141
+ export declare const workSpacesAddConnectorPathConnectorIdRegExp: RegExp;
4142
+ export declare const workSpacesAddConnectorParams: zod.ZodObject<{
4143
+ workspaceId: zod.ZodString;
4144
+ connectorId: zod.ZodString;
4145
+ }, zod.core.$strict>;
3790
4146
  /**
3791
4147
  * @summary Removes a data space from a workspace.
3792
4148
  */
@@ -3963,6 +4319,7 @@ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
3963
4319
  }, zod.core.$strip>;
3964
4320
  }, zod.core.$strip>>>>;
3965
4321
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4322
+ secret: zod.ZodBoolean;
3966
4323
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3967
4324
  }, zod.core.$strip>>>>;
3968
4325
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4024,6 +4381,7 @@ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
4024
4381
  }, zod.core.$strict>;
4025
4382
  }, zod.core.$strict>>>>;
4026
4383
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4384
+ secret: zod.ZodBoolean;
4027
4385
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4028
4386
  }, zod.core.$strict>>>>;
4029
4387
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4051,6 +4409,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
4051
4409
  workspaceId: zod.ZodString;
4052
4410
  }, zod.core.$strict>;
4053
4411
  export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
4412
+ /**
4413
+ * @summary Lists connectors with their auth settings — never a credential.
4414
+ */
4415
+ export declare const connectorsGetConnectorsQueryParams: zod.ZodObject<{
4416
+ kind: zod.ZodOptional<zod.ZodString>;
4417
+ }, zod.core.$strict>;
4418
+ export declare const connectorsGetConnectorsResponseIdRegExp: RegExp;
4419
+ export declare const connectorsGetConnectorsResponseItem: zod.ZodObject<{
4420
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4421
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4422
+ authType: zod.ZodString;
4423
+ createdAt: zod.ZodISODateTime;
4424
+ createdByUserId: zod.ZodString;
4425
+ hasSecret: zod.ZodBoolean;
4426
+ id: zod.ZodString;
4427
+ kind: zod.ZodString;
4428
+ modifiedAt: zod.ZodISODateTime;
4429
+ modifiedByUserId: zod.ZodString;
4430
+ name: zod.ZodString;
4431
+ url: zod.ZodString;
4432
+ }, zod.core.$strip>;
4433
+ export declare const connectorsGetConnectorsResponse: zod.ZodArray<zod.ZodObject<{
4434
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4435
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4436
+ authType: zod.ZodString;
4437
+ createdAt: zod.ZodISODateTime;
4438
+ createdByUserId: zod.ZodString;
4439
+ hasSecret: zod.ZodBoolean;
4440
+ id: zod.ZodString;
4441
+ kind: zod.ZodString;
4442
+ modifiedAt: zod.ZodISODateTime;
4443
+ modifiedByUserId: zod.ZodString;
4444
+ name: zod.ZodString;
4445
+ url: zod.ZodString;
4446
+ }, zod.core.$strip>>;
4447
+ /**
4448
+ * @summary Creates a connector and its shared credential in one call: the value
4449
+ goes to Key Vault, the row stores only the reference.
4450
+ */
4451
+ export declare const connectorsCreateConnectorBody: zod.ZodObject<{
4452
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4453
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4454
+ authType: zod.ZodString;
4455
+ kind: zod.ZodString;
4456
+ name: zod.ZodString;
4457
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4458
+ url: zod.ZodString;
4459
+ }, zod.core.$strict>;
4460
+ /**
4461
+ * @summary Picker list for workspace editors: id, name and kind only. Gated on
4462
+ WorkspaceEdit rather than Admin because attaching a connector to a
4463
+ workspace is a workspace-editor action, and the picker is how they
4464
+ choose one. Admins pass this gate via the role bypass.
4465
+ */
4466
+ export declare const connectorsGetConnectorSummariesQueryParams: zod.ZodObject<{
4467
+ kind: zod.ZodOptional<zod.ZodString>;
4468
+ }, zod.core.$strict>;
4469
+ export declare const connectorsGetConnectorSummariesResponseIdRegExp: RegExp;
4470
+ export declare const connectorsGetConnectorSummariesResponseItem: zod.ZodObject<{
4471
+ id: zod.ZodString;
4472
+ kind: zod.ZodString;
4473
+ name: zod.ZodString;
4474
+ }, zod.core.$strip>;
4475
+ export declare const connectorsGetConnectorSummariesResponse: zod.ZodArray<zod.ZodObject<{
4476
+ id: zod.ZodString;
4477
+ kind: zod.ZodString;
4478
+ name: zod.ZodString;
4479
+ }, zod.core.$strip>>;
4480
+ export declare const connectorsDeleteConnectorPathIdRegExp: RegExp;
4481
+ export declare const connectorsDeleteConnectorParams: zod.ZodObject<{
4482
+ id: zod.ZodString;
4483
+ }, zod.core.$strict>;
4484
+ export declare const connectorsGetConnectorPathIdRegExp: RegExp;
4485
+ export declare const connectorsGetConnectorParams: zod.ZodObject<{
4486
+ id: zod.ZodString;
4487
+ }, zod.core.$strict>;
4488
+ export declare const connectorsGetConnectorResponseIdRegExp: RegExp;
4489
+ export declare const connectorsGetConnectorResponse: zod.ZodObject<{
4490
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4491
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4492
+ authType: zod.ZodString;
4493
+ createdAt: zod.ZodISODateTime;
4494
+ createdByUserId: zod.ZodString;
4495
+ hasSecret: zod.ZodBoolean;
4496
+ id: zod.ZodString;
4497
+ kind: zod.ZodString;
4498
+ modifiedAt: zod.ZodISODateTime;
4499
+ modifiedByUserId: zod.ZodString;
4500
+ name: zod.ZodString;
4501
+ url: zod.ZodString;
4502
+ }, zod.core.$strip>;
4503
+ /**
4504
+ * @summary Updates a connector. Omit `Secret` to leave the credential
4505
+ untouched; supply one to rotate it.
4506
+ */
4507
+ export declare const connectorsUpdateConnectorPathIdRegExp: RegExp;
4508
+ export declare const connectorsUpdateConnectorParams: zod.ZodObject<{
4509
+ id: zod.ZodString;
4510
+ }, zod.core.$strict>;
4511
+ export declare const connectorsUpdateConnectorBody: zod.ZodObject<{
4512
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4513
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4514
+ authType: zod.ZodString;
4515
+ name: zod.ZodString;
4516
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4517
+ url: zod.ZodString;
4518
+ }, zod.core.$strict>;
4519
+ export declare const connectorsUpdateConnectorResponseIdRegExp: RegExp;
4520
+ export declare const connectorsUpdateConnectorResponse: zod.ZodObject<{
4521
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4522
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4523
+ authType: zod.ZodString;
4524
+ createdAt: zod.ZodISODateTime;
4525
+ createdByUserId: zod.ZodString;
4526
+ hasSecret: zod.ZodBoolean;
4527
+ id: zod.ZodString;
4528
+ kind: zod.ZodString;
4529
+ modifiedAt: zod.ZodISODateTime;
4530
+ modifiedByUserId: zod.ZodString;
4531
+ name: zod.ZodString;
4532
+ url: zod.ZodString;
4533
+ }, zod.core.$strip>;
4054
4534
  /**
4055
4535
  * @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
4056
4536
  */
@@ -4064,6 +4544,60 @@ export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
4064
4544
  export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
4065
4545
  uri: zod.ZodURL;
4066
4546
  }, zod.core.$strip>;
4547
+ /**
4548
+ * @summary Lists all managed secrets — names and audit metadata only, never values.
4549
+ */
4550
+ export declare const managedSecretsGetManagedSecretsResponseIdRegExp: RegExp;
4551
+ export declare const managedSecretsGetManagedSecretsResponseItem: zod.ZodObject<{
4552
+ createdAt: zod.ZodISODateTime;
4553
+ createdByUserId: zod.ZodString;
4554
+ id: zod.ZodString;
4555
+ modifiedAt: zod.ZodISODateTime;
4556
+ modifiedByUserId: zod.ZodString;
4557
+ name: zod.ZodString;
4558
+ }, zod.core.$strip>;
4559
+ export declare const managedSecretsGetManagedSecretsResponse: zod.ZodArray<zod.ZodObject<{
4560
+ createdAt: zod.ZodISODateTime;
4561
+ createdByUserId: zod.ZodString;
4562
+ id: zod.ZodString;
4563
+ modifiedAt: zod.ZodISODateTime;
4564
+ modifiedByUserId: zod.ZodString;
4565
+ name: zod.ZodString;
4566
+ }, zod.core.$strip>>;
4567
+ /**
4568
+ * @summary Creates a named secret: writes the value to Key Vault and stores only
4569
+ the vault reference.
4570
+ */
4571
+ export declare const managedSecretsCreateManagedSecretBody: zod.ZodObject<{
4572
+ name: zod.ZodString;
4573
+ value: zod.ZodString;
4574
+ }, zod.core.$strict>;
4575
+ /**
4576
+ * @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
4577
+ */
4578
+ export declare const managedSecretsDeleteManagedSecretParams: zod.ZodObject<{
4579
+ name: zod.ZodString;
4580
+ }, zod.core.$strict>;
4581
+ /**
4582
+ * @summary Overwrites (rotates) a secret's value — a new Key Vault version under
4583
+ the same vault key. The value is write-only; nothing is returned but
4584
+ audit metadata.
4585
+ */
4586
+ export declare const managedSecretsOverwriteManagedSecretValueParams: zod.ZodObject<{
4587
+ name: zod.ZodString;
4588
+ }, zod.core.$strict>;
4589
+ export declare const managedSecretsOverwriteManagedSecretValueBody: zod.ZodObject<{
4590
+ value: zod.ZodString;
4591
+ }, zod.core.$strict>;
4592
+ export declare const managedSecretsOverwriteManagedSecretValueResponseIdRegExp: RegExp;
4593
+ export declare const managedSecretsOverwriteManagedSecretValueResponse: zod.ZodObject<{
4594
+ createdAt: zod.ZodISODateTime;
4595
+ createdByUserId: zod.ZodString;
4596
+ id: zod.ZodString;
4597
+ modifiedAt: zod.ZodISODateTime;
4598
+ modifiedByUserId: zod.ZodString;
4599
+ name: zod.ZodString;
4600
+ }, zod.core.$strip>;
4067
4601
  export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
4068
4602
  export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
4069
4603
  workSpaceId: zod.ZodString;
@@ -4180,6 +4714,35 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
4180
4714
  }, zod.core.$strip>>;
4181
4715
  total: zod.ZodNumber;
4182
4716
  }, zod.core.$strip>;
4717
+ /**
4718
+ * @summary Lists a workspace's flow runs, newest first (chat threads, designer
4719
+ runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
4720
+ */
4721
+ export declare const flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp: RegExp;
4722
+ export declare const flowRunsGetWorkspaceRunsParams: zod.ZodObject<{
4723
+ workspaceId: zod.ZodString;
4724
+ }, zod.core.$strict>;
4725
+ export declare const flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
4726
+ export declare const flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
4727
+ export declare const flowRunsGetWorkspaceRunsQueryParams: zod.ZodObject<{
4728
+ skip: zod.ZodOptional<zod.ZodNumber>;
4729
+ take: zod.ZodDefault<zod.ZodNumber>;
4730
+ }, zod.core.$strict>;
4731
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp: RegExp;
4732
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp: RegExp;
4733
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp: RegExp;
4734
+ export declare const flowRunsGetWorkspaceRunsResponse: zod.ZodObject<{
4735
+ data: zod.ZodArray<zod.ZodObject<{
4736
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4737
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4738
+ flowDefinitionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4739
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4740
+ flowRunId: zod.ZodString;
4741
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4742
+ status: zod.ZodString;
4743
+ }, zod.core.$strip>>;
4744
+ total: zod.ZodNumber;
4745
+ }, zod.core.$strip>;
4183
4746
  /**
4184
4747
  * @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
4185
4748
  */
@@ -4249,6 +4812,7 @@ export declare const sandBoxGetThreadMessagesResponseItem: zod.ZodObject<{
4249
4812
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4250
4813
  code: zod.ZodNumber;
4251
4814
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4815
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4252
4816
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4253
4817
  }, zod.core.$strip>>;
4254
4818
  hasComments: zod.ZodBoolean;
@@ -4276,6 +4840,7 @@ export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObjec
4276
4840
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4277
4841
  code: zod.ZodNumber;
4278
4842
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4843
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4279
4844
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4280
4845
  }, zod.core.$strip>>;
4281
4846
  hasComments: zod.ZodBoolean;
@@ -4326,6 +4891,7 @@ export declare const sandBoxThreadMessagesResponse: zod.ZodObject<{
4326
4891
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4327
4892
  code: zod.ZodNumber;
4328
4893
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4894
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4329
4895
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4330
4896
  }, zod.core.$strip>>;
4331
4897
  hasComments: zod.ZodBoolean;