@smartspace/api-client 0.1.0-dev.a1c947b → 0.1.0-dev.a38f8da

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 +211 -2
  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 +631 -64
  105. package/dist/generated/config/zod.js +534 -37
  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,12 +3005,185 @@ 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
  */
2855
3183
  export declare const tenantIdGetResultResponse: zod.ZodString;
2856
3184
  /**
2857
- * @summary Retrieve list users in SmartSpace, filter by roleId, with optional pagination controls take and skip.
3185
+ * @summary Retrieve users assigned to the SmartSpace application (directly or via a group),
3186
+ with optional search and pagination controls take and skip.
2858
3187
  */
2859
3188
  export declare const usersGetUsersQuerySkipDefault = 0;
2860
3189
  export declare const usersGetUsersQueryTakeDefault = 20;
@@ -2871,8 +3200,7 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
2871
3200
  lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2872
3201
  mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2873
3202
  name: zod.ZodString;
2874
- permissions: zod.ZodEnum<{
2875
- None: "None";
3203
+ permissions: zod.ZodArray<zod.ZodEnum<{
2876
3204
  WorkspaceCreate: "WorkspaceCreate";
2877
3205
  WorkspaceEdit: "WorkspaceEdit";
2878
3206
  WorkspaceDelete: "WorkspaceDelete";
@@ -2882,13 +3210,12 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
2882
3210
  ConnectorCreate: "ConnectorCreate";
2883
3211
  ConnectorEdit: "ConnectorEdit";
2884
3212
  ConnectorDelete: "ConnectorDelete";
2885
- }>;
3213
+ }>>;
2886
3214
  }, zod.core.$strip>>;
2887
3215
  total: zod.ZodNumber;
2888
3216
  }, zod.core.$strip>;
2889
3217
  export declare const usersGetUsersByFilterParams: zod.ZodObject<{
2890
- permissions: zod.ZodEnum<{
2891
- None: "None";
3218
+ permissions: zod.ZodArray<zod.ZodEnum<{
2892
3219
  WorkspaceCreate: "WorkspaceCreate";
2893
3220
  WorkspaceEdit: "WorkspaceEdit";
2894
3221
  WorkspaceDelete: "WorkspaceDelete";
@@ -2898,10 +3225,9 @@ export declare const usersGetUsersByFilterParams: zod.ZodObject<{
2898
3225
  ConnectorCreate: "ConnectorCreate";
2899
3226
  ConnectorEdit: "ConnectorEdit";
2900
3227
  ConnectorDelete: "ConnectorDelete";
2901
- }>;
3228
+ }>>;
2902
3229
  }, zod.core.$strict>;
2903
- export declare const usersGetMyPermissionsResponse: zod.ZodEnum<{
2904
- None: "None";
3230
+ export declare const usersGetMyPermissionsResponseItem: zod.ZodEnum<{
2905
3231
  WorkspaceCreate: "WorkspaceCreate";
2906
3232
  WorkspaceEdit: "WorkspaceEdit";
2907
3233
  WorkspaceDelete: "WorkspaceDelete";
@@ -2912,6 +3238,17 @@ export declare const usersGetMyPermissionsResponse: zod.ZodEnum<{
2912
3238
  ConnectorEdit: "ConnectorEdit";
2913
3239
  ConnectorDelete: "ConnectorDelete";
2914
3240
  }>;
3241
+ export declare const usersGetMyPermissionsResponse: zod.ZodArray<zod.ZodEnum<{
3242
+ WorkspaceCreate: "WorkspaceCreate";
3243
+ WorkspaceEdit: "WorkspaceEdit";
3244
+ WorkspaceDelete: "WorkspaceDelete";
3245
+ DataSpaceCreate: "DataSpaceCreate";
3246
+ DataSpaceEdit: "DataSpaceEdit";
3247
+ DataSpaceDelete: "DataSpaceDelete";
3248
+ ConnectorCreate: "ConnectorCreate";
3249
+ ConnectorEdit: "ConnectorEdit";
3250
+ ConnectorDelete: "ConnectorDelete";
3251
+ }>>;
2915
3252
  /**
2916
3253
  * @summary Disable user (Remove all assigned WorkSpaces by UserId)
2917
3254
  */
@@ -2949,21 +3286,8 @@ export declare const usersGetUserDetailResponse: zod.ZodObject<{
2949
3286
  emailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2950
3287
  id: zod.ZodString;
2951
3288
  isAdmin: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2952
- lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2953
3289
  mobilePhone: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2954
3290
  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
3291
  }, zod.core.$strip>;
2968
3292
  /**
2969
3293
  * @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
@@ -2987,42 +3311,28 @@ export declare const usersGetAccessWorkSpacesQueryParams: zod.ZodObject<{
2987
3311
  skip: zod.ZodOptional<zod.ZodNumber>;
2988
3312
  take: zod.ZodDefault<zod.ZodNumber>;
2989
3313
  }, 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>>;
3314
+ export declare const usersGetAccessWorkSpacesResponseDataItemIdRegExp: RegExp;
3315
+ export declare const usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp: RegExp;
3316
+ export declare const usersGetAccessWorkSpacesResponse: zod.ZodObject<{
3317
+ data: zod.ZodArray<zod.ZodObject<{
3318
+ accessType: zod.ZodEnum<{
3319
+ Principal: "Principal";
3320
+ Group: "Group";
3321
+ }>;
3322
+ displayName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3323
+ id: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3324
+ objectId: zod.ZodString;
3325
+ principalType: zod.ZodOptional<zod.ZodEnum<{
3326
+ Unknown: "Unknown";
3327
+ User: "User";
3328
+ ServicePrincipal: "ServicePrincipal";
3329
+ Internal: "Internal";
3330
+ }>>;
3331
+ workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3332
+ workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3333
+ }, zod.core.$strip>>;
3334
+ total: zod.ZodNumber;
3008
3335
  }, 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
3336
  export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
3027
3337
  export declare const usersAdminPermissionParams: zod.ZodObject<{
3028
3338
  userId: zod.ZodString;
@@ -3034,8 +3344,7 @@ export declare const usersAddUserPermissionPathUserIdRegExp: RegExp;
3034
3344
  export declare const usersAddUserPermissionParams: zod.ZodObject<{
3035
3345
  userId: zod.ZodString;
3036
3346
  }, zod.core.$strict>;
3037
- export declare const usersAddUserPermissionBody: zod.ZodEnum<{
3038
- None: "None";
3347
+ export declare const usersAddUserPermissionBodyItem: zod.ZodEnum<{
3039
3348
  WorkspaceCreate: "WorkspaceCreate";
3040
3349
  WorkspaceEdit: "WorkspaceEdit";
3041
3350
  WorkspaceDelete: "WorkspaceDelete";
@@ -3046,11 +3355,21 @@ export declare const usersAddUserPermissionBody: zod.ZodEnum<{
3046
3355
  ConnectorEdit: "ConnectorEdit";
3047
3356
  ConnectorDelete: "ConnectorDelete";
3048
3357
  }>;
3358
+ export declare const usersAddUserPermissionBody: zod.ZodArray<zod.ZodEnum<{
3359
+ WorkspaceCreate: "WorkspaceCreate";
3360
+ WorkspaceEdit: "WorkspaceEdit";
3361
+ WorkspaceDelete: "WorkspaceDelete";
3362
+ DataSpaceCreate: "DataSpaceCreate";
3363
+ DataSpaceEdit: "DataSpaceEdit";
3364
+ DataSpaceDelete: "DataSpaceDelete";
3365
+ ConnectorCreate: "ConnectorCreate";
3366
+ ConnectorEdit: "ConnectorEdit";
3367
+ ConnectorDelete: "ConnectorDelete";
3368
+ }>>;
3049
3369
  export declare const usersRemoveUserPermissionPathUserIdRegExp: RegExp;
3050
3370
  export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
3051
3371
  userId: zod.ZodString;
3052
- permission: zod.ZodEnum<{
3053
- None: "None";
3372
+ permission: zod.ZodArray<zod.ZodEnum<{
3054
3373
  WorkspaceCreate: "WorkspaceCreate";
3055
3374
  WorkspaceEdit: "WorkspaceEdit";
3056
3375
  WorkspaceDelete: "WorkspaceDelete";
@@ -3060,7 +3379,7 @@ export declare const usersRemoveUserPermissionParams: zod.ZodObject<{
3060
3379
  ConnectorCreate: "ConnectorCreate";
3061
3380
  ConnectorEdit: "ConnectorEdit";
3062
3381
  ConnectorDelete: "ConnectorDelete";
3063
- }>;
3382
+ }>>;
3064
3383
  }, zod.core.$strict>;
3065
3384
  /**
3066
3385
  * @summary Returns a list of available Azure locations for deploying virtual machines
@@ -3130,6 +3449,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
3130
3449
  sortBy: zod.ZodOptional<zod.ZodString>;
3131
3450
  sortDirection: zod.ZodOptional<zod.ZodString>;
3132
3451
  }, zod.core.$strict>;
3452
+ export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
3133
3453
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3134
3454
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3135
3455
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3150,6 +3470,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
3150
3470
  export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
3151
3471
  export declare const workSpacesGetGetResponse: zod.ZodObject<{
3152
3472
  data: zod.ZodArray<zod.ZodObject<{
3473
+ connectors: zod.ZodArray<zod.ZodObject<{
3474
+ id: zod.ZodString;
3475
+ kind: zod.ZodString;
3476
+ name: zod.ZodString;
3477
+ }, zod.core.$strip>>;
3153
3478
  createdAt: zod.ZodISODateTime;
3154
3479
  createdByUserId: zod.ZodString;
3155
3480
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3196,6 +3521,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3196
3521
  }, zod.core.$strip>;
3197
3522
  }, zod.core.$strip>>>>;
3198
3523
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3524
+ secret: zod.ZodBoolean;
3199
3525
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3200
3526
  }, zod.core.$strip>>>>;
3201
3527
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3220,6 +3546,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3220
3546
  triggers: zod.ZodArray<zod.ZodObject<{
3221
3547
  dataSourceContainer: zod.ZodObject<{
3222
3548
  dataSourceId: zod.ZodString;
3549
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3223
3550
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3224
3551
  operator: zod.ZodString;
3225
3552
  propertyName: zod.ZodString;
@@ -3420,6 +3747,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
3420
3747
  export declare const workSpacesGetIdParams: zod.ZodObject<{
3421
3748
  id: zod.ZodString;
3422
3749
  }, zod.core.$strict>;
3750
+ export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
3423
3751
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3424
3752
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3425
3753
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3439,6 +3767,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
3439
3767
  export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
3440
3768
  export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
3441
3769
  export declare const workSpacesGetIdResponse: zod.ZodObject<{
3770
+ connectors: zod.ZodArray<zod.ZodObject<{
3771
+ id: zod.ZodString;
3772
+ kind: zod.ZodString;
3773
+ name: zod.ZodString;
3774
+ }, zod.core.$strip>>;
3442
3775
  createdAt: zod.ZodISODateTime;
3443
3776
  createdByUserId: zod.ZodString;
3444
3777
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3485,6 +3818,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3485
3818
  }, zod.core.$strip>;
3486
3819
  }, zod.core.$strip>>>>;
3487
3820
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3821
+ secret: zod.ZodBoolean;
3488
3822
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3489
3823
  }, zod.core.$strip>>>>;
3490
3824
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3509,6 +3843,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3509
3843
  triggers: zod.ZodArray<zod.ZodObject<{
3510
3844
  dataSourceContainer: zod.ZodObject<{
3511
3845
  dataSourceId: zod.ZodString;
3846
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3512
3847
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3513
3848
  operator: zod.ZodString;
3514
3849
  propertyName: zod.ZodString;
@@ -3787,6 +4122,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
3787
4122
  temperature: zod.ZodNumber;
3788
4123
  topP: zod.ZodNumber;
3789
4124
  }, zod.core.$strict>;
4125
+ /**
4126
+ * @summary Detaches a connector from a workspace. Flows still referencing it
4127
+ fail at resolve time rather than silently keeping access.
4128
+ */
4129
+ export declare const workSpacesRemoveConnectorPathWorkspaceIdRegExp: RegExp;
4130
+ export declare const workSpacesRemoveConnectorPathConnectorIdRegExp: RegExp;
4131
+ export declare const workSpacesRemoveConnectorParams: zod.ZodObject<{
4132
+ workspaceId: zod.ZodString;
4133
+ connectorId: zod.ZodString;
4134
+ }, zod.core.$strict>;
4135
+ /**
4136
+ * @summary Attaches a connector to a workspace — the access model for external
4137
+ connectors, mirroring dataspaces. Only after this can a flow in the
4138
+ workspace reference the connector, and the resolve endpoint checks
4139
+ the same attachment at call time.
4140
+ */
4141
+ export declare const workSpacesAddConnectorPathWorkspaceIdRegExp: RegExp;
4142
+ export declare const workSpacesAddConnectorPathConnectorIdRegExp: RegExp;
4143
+ export declare const workSpacesAddConnectorParams: zod.ZodObject<{
4144
+ workspaceId: zod.ZodString;
4145
+ connectorId: zod.ZodString;
4146
+ }, zod.core.$strict>;
3790
4147
  /**
3791
4148
  * @summary Removes a data space from a workspace.
3792
4149
  */
@@ -3963,6 +4320,7 @@ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
3963
4320
  }, zod.core.$strip>;
3964
4321
  }, zod.core.$strip>>>>;
3965
4322
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4323
+ secret: zod.ZodBoolean;
3966
4324
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3967
4325
  }, zod.core.$strip>>>>;
3968
4326
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4024,6 +4382,7 @@ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
4024
4382
  }, zod.core.$strict>;
4025
4383
  }, zod.core.$strict>>>>;
4026
4384
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4385
+ secret: zod.ZodBoolean;
4027
4386
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4028
4387
  }, zod.core.$strict>>>>;
4029
4388
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4051,6 +4410,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
4051
4410
  workspaceId: zod.ZodString;
4052
4411
  }, zod.core.$strict>;
4053
4412
  export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
4413
+ /**
4414
+ * @summary Lists connectors with their auth settings — never a credential.
4415
+ */
4416
+ export declare const connectorsGetConnectorsQueryParams: zod.ZodObject<{
4417
+ kind: zod.ZodOptional<zod.ZodString>;
4418
+ }, zod.core.$strict>;
4419
+ export declare const connectorsGetConnectorsResponseIdRegExp: RegExp;
4420
+ export declare const connectorsGetConnectorsResponseItem: zod.ZodObject<{
4421
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4422
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4423
+ authType: zod.ZodString;
4424
+ createdAt: zod.ZodISODateTime;
4425
+ createdByUserId: zod.ZodString;
4426
+ hasSecret: zod.ZodBoolean;
4427
+ id: zod.ZodString;
4428
+ kind: zod.ZodString;
4429
+ modifiedAt: zod.ZodISODateTime;
4430
+ modifiedByUserId: zod.ZodString;
4431
+ name: zod.ZodString;
4432
+ url: zod.ZodString;
4433
+ }, zod.core.$strip>;
4434
+ export declare const connectorsGetConnectorsResponse: zod.ZodArray<zod.ZodObject<{
4435
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4436
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4437
+ authType: zod.ZodString;
4438
+ createdAt: zod.ZodISODateTime;
4439
+ createdByUserId: zod.ZodString;
4440
+ hasSecret: zod.ZodBoolean;
4441
+ id: zod.ZodString;
4442
+ kind: zod.ZodString;
4443
+ modifiedAt: zod.ZodISODateTime;
4444
+ modifiedByUserId: zod.ZodString;
4445
+ name: zod.ZodString;
4446
+ url: zod.ZodString;
4447
+ }, zod.core.$strip>>;
4448
+ /**
4449
+ * @summary Creates a connector and its shared credential in one call: the value
4450
+ goes to Key Vault, the row stores only the reference.
4451
+ */
4452
+ export declare const connectorsCreateConnectorBody: zod.ZodObject<{
4453
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4454
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4455
+ authType: zod.ZodString;
4456
+ kind: zod.ZodString;
4457
+ name: zod.ZodString;
4458
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4459
+ url: zod.ZodString;
4460
+ }, zod.core.$strict>;
4461
+ /**
4462
+ * @summary Picker list for workspace editors: id, name and kind only. Gated on
4463
+ WorkspaceEdit rather than Admin because attaching a connector to a
4464
+ workspace is a workspace-editor action, and the picker is how they
4465
+ choose one. Admins pass this gate via the role bypass.
4466
+ */
4467
+ export declare const connectorsGetConnectorSummariesQueryParams: zod.ZodObject<{
4468
+ kind: zod.ZodOptional<zod.ZodString>;
4469
+ }, zod.core.$strict>;
4470
+ export declare const connectorsGetConnectorSummariesResponseIdRegExp: RegExp;
4471
+ export declare const connectorsGetConnectorSummariesResponseItem: zod.ZodObject<{
4472
+ id: zod.ZodString;
4473
+ kind: zod.ZodString;
4474
+ name: zod.ZodString;
4475
+ }, zod.core.$strip>;
4476
+ export declare const connectorsGetConnectorSummariesResponse: zod.ZodArray<zod.ZodObject<{
4477
+ id: zod.ZodString;
4478
+ kind: zod.ZodString;
4479
+ name: zod.ZodString;
4480
+ }, zod.core.$strip>>;
4481
+ export declare const connectorsDeleteConnectorPathIdRegExp: RegExp;
4482
+ export declare const connectorsDeleteConnectorParams: zod.ZodObject<{
4483
+ id: zod.ZodString;
4484
+ }, zod.core.$strict>;
4485
+ export declare const connectorsGetConnectorPathIdRegExp: RegExp;
4486
+ export declare const connectorsGetConnectorParams: zod.ZodObject<{
4487
+ id: zod.ZodString;
4488
+ }, zod.core.$strict>;
4489
+ export declare const connectorsGetConnectorResponseIdRegExp: RegExp;
4490
+ export declare const connectorsGetConnectorResponse: zod.ZodObject<{
4491
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4492
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4493
+ authType: zod.ZodString;
4494
+ createdAt: zod.ZodISODateTime;
4495
+ createdByUserId: zod.ZodString;
4496
+ hasSecret: zod.ZodBoolean;
4497
+ id: zod.ZodString;
4498
+ kind: zod.ZodString;
4499
+ modifiedAt: zod.ZodISODateTime;
4500
+ modifiedByUserId: zod.ZodString;
4501
+ name: zod.ZodString;
4502
+ url: zod.ZodString;
4503
+ }, zod.core.$strip>;
4504
+ /**
4505
+ * @summary Updates a connector. Omit `Secret` to leave the credential
4506
+ untouched; supply one to rotate it.
4507
+ */
4508
+ export declare const connectorsUpdateConnectorPathIdRegExp: RegExp;
4509
+ export declare const connectorsUpdateConnectorParams: zod.ZodObject<{
4510
+ id: zod.ZodString;
4511
+ }, zod.core.$strict>;
4512
+ export declare const connectorsUpdateConnectorBody: zod.ZodObject<{
4513
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4514
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4515
+ authType: zod.ZodString;
4516
+ name: zod.ZodString;
4517
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4518
+ url: zod.ZodString;
4519
+ }, zod.core.$strict>;
4520
+ export declare const connectorsUpdateConnectorResponseIdRegExp: RegExp;
4521
+ export declare const connectorsUpdateConnectorResponse: zod.ZodObject<{
4522
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4523
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4524
+ authType: zod.ZodString;
4525
+ createdAt: zod.ZodISODateTime;
4526
+ createdByUserId: zod.ZodString;
4527
+ hasSecret: zod.ZodBoolean;
4528
+ id: zod.ZodString;
4529
+ kind: zod.ZodString;
4530
+ modifiedAt: zod.ZodISODateTime;
4531
+ modifiedByUserId: zod.ZodString;
4532
+ name: zod.ZodString;
4533
+ url: zod.ZodString;
4534
+ }, zod.core.$strip>;
4054
4535
  /**
4055
4536
  * @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
4056
4537
  */
@@ -4064,6 +4545,60 @@ export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
4064
4545
  export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
4065
4546
  uri: zod.ZodURL;
4066
4547
  }, zod.core.$strip>;
4548
+ /**
4549
+ * @summary Lists all managed secrets — names and audit metadata only, never values.
4550
+ */
4551
+ export declare const managedSecretsGetManagedSecretsResponseIdRegExp: RegExp;
4552
+ export declare const managedSecretsGetManagedSecretsResponseItem: zod.ZodObject<{
4553
+ createdAt: zod.ZodISODateTime;
4554
+ createdByUserId: zod.ZodString;
4555
+ id: zod.ZodString;
4556
+ modifiedAt: zod.ZodISODateTime;
4557
+ modifiedByUserId: zod.ZodString;
4558
+ name: zod.ZodString;
4559
+ }, zod.core.$strip>;
4560
+ export declare const managedSecretsGetManagedSecretsResponse: zod.ZodArray<zod.ZodObject<{
4561
+ createdAt: zod.ZodISODateTime;
4562
+ createdByUserId: zod.ZodString;
4563
+ id: zod.ZodString;
4564
+ modifiedAt: zod.ZodISODateTime;
4565
+ modifiedByUserId: zod.ZodString;
4566
+ name: zod.ZodString;
4567
+ }, zod.core.$strip>>;
4568
+ /**
4569
+ * @summary Creates a named secret: writes the value to Key Vault and stores only
4570
+ the vault reference.
4571
+ */
4572
+ export declare const managedSecretsCreateManagedSecretBody: zod.ZodObject<{
4573
+ name: zod.ZodString;
4574
+ value: zod.ZodString;
4575
+ }, zod.core.$strict>;
4576
+ /**
4577
+ * @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
4578
+ */
4579
+ export declare const managedSecretsDeleteManagedSecretParams: zod.ZodObject<{
4580
+ name: zod.ZodString;
4581
+ }, zod.core.$strict>;
4582
+ /**
4583
+ * @summary Overwrites (rotates) a secret's value — a new Key Vault version under
4584
+ the same vault key. The value is write-only; nothing is returned but
4585
+ audit metadata.
4586
+ */
4587
+ export declare const managedSecretsOverwriteManagedSecretValueParams: zod.ZodObject<{
4588
+ name: zod.ZodString;
4589
+ }, zod.core.$strict>;
4590
+ export declare const managedSecretsOverwriteManagedSecretValueBody: zod.ZodObject<{
4591
+ value: zod.ZodString;
4592
+ }, zod.core.$strict>;
4593
+ export declare const managedSecretsOverwriteManagedSecretValueResponseIdRegExp: RegExp;
4594
+ export declare const managedSecretsOverwriteManagedSecretValueResponse: zod.ZodObject<{
4595
+ createdAt: zod.ZodISODateTime;
4596
+ createdByUserId: zod.ZodString;
4597
+ id: zod.ZodString;
4598
+ modifiedAt: zod.ZodISODateTime;
4599
+ modifiedByUserId: zod.ZodString;
4600
+ name: zod.ZodString;
4601
+ }, zod.core.$strip>;
4067
4602
  export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
4068
4603
  export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
4069
4604
  workSpaceId: zod.ZodString;
@@ -4180,6 +4715,35 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
4180
4715
  }, zod.core.$strip>>;
4181
4716
  total: zod.ZodNumber;
4182
4717
  }, zod.core.$strip>;
4718
+ /**
4719
+ * @summary Lists a workspace's flow runs, newest first (chat threads, designer
4720
+ runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
4721
+ */
4722
+ export declare const flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp: RegExp;
4723
+ export declare const flowRunsGetWorkspaceRunsParams: zod.ZodObject<{
4724
+ workspaceId: zod.ZodString;
4725
+ }, zod.core.$strict>;
4726
+ export declare const flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
4727
+ export declare const flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
4728
+ export declare const flowRunsGetWorkspaceRunsQueryParams: zod.ZodObject<{
4729
+ skip: zod.ZodOptional<zod.ZodNumber>;
4730
+ take: zod.ZodDefault<zod.ZodNumber>;
4731
+ }, zod.core.$strict>;
4732
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp: RegExp;
4733
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp: RegExp;
4734
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp: RegExp;
4735
+ export declare const flowRunsGetWorkspaceRunsResponse: zod.ZodObject<{
4736
+ data: zod.ZodArray<zod.ZodObject<{
4737
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4738
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4739
+ flowDefinitionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4740
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4741
+ flowRunId: zod.ZodString;
4742
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4743
+ status: zod.ZodString;
4744
+ }, zod.core.$strip>>;
4745
+ total: zod.ZodNumber;
4746
+ }, zod.core.$strip>;
4183
4747
  /**
4184
4748
  * @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
4185
4749
  */
@@ -4249,6 +4813,7 @@ export declare const sandBoxGetThreadMessagesResponseItem: zod.ZodObject<{
4249
4813
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4250
4814
  code: zod.ZodNumber;
4251
4815
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4816
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4252
4817
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4253
4818
  }, zod.core.$strip>>;
4254
4819
  hasComments: zod.ZodBoolean;
@@ -4276,6 +4841,7 @@ export declare const sandBoxGetThreadMessagesResponse: zod.ZodArray<zod.ZodObjec
4276
4841
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4277
4842
  code: zod.ZodNumber;
4278
4843
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4844
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4279
4845
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4280
4846
  }, zod.core.$strip>>;
4281
4847
  hasComments: zod.ZodBoolean;
@@ -4326,6 +4892,7 @@ export declare const sandBoxThreadMessagesResponse: zod.ZodObject<{
4326
4892
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4327
4893
  code: zod.ZodNumber;
4328
4894
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4895
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4329
4896
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4330
4897
  }, zod.core.$strip>>;
4331
4898
  hasComments: zod.ZodBoolean;