@smartspace/api-client 0.1.0-dev.b4fc785 → 0.1.0-dev.b57743b

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 (104) 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 +22 -10
  5. package/dist/generated/chat/models/aiModel.d.ts +1 -0
  6. package/dist/generated/chat/models/aiModelSummary.d.ts +1 -0
  7. package/dist/generated/chat/models/connectorsConnectorSummary.d.ts +12 -0
  8. package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
  9. package/dist/generated/chat/models/dataSourceContainer.d.ts +2 -0
  10. package/dist/generated/chat/models/enumsNotificationType.d.ts +1 -0
  11. package/dist/generated/chat/models/enumsNotificationType.js +1 -0
  12. package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
  13. package/dist/generated/chat/models/index.d.ts +1 -0
  14. package/dist/generated/chat/models/index.js +1 -0
  15. package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
  16. package/dist/generated/chat/zod.d.ts +28 -0
  17. package/dist/generated/chat/zod.js +33 -6
  18. package/dist/generated/config/api.d.ts +45 -1
  19. package/dist/generated/config/api.js +197 -2
  20. package/dist/generated/config/api.msw.d.ts +36 -1
  21. package/dist/generated/config/api.msw.js +318 -28
  22. package/dist/generated/config/models/aiModel.d.ts +1 -0
  23. package/dist/generated/config/models/aiModelSummary.d.ts +1 -0
  24. package/dist/generated/config/models/blocksBlockSet.d.ts +3 -2
  25. package/dist/generated/config/models/{blocksUsedInWorkspaceRef.d.ts → blocksUsedInRef.d.ts} +1 -1
  26. package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → configApiFlowRunIdentityMapRequest.d.ts} +2 -3
  27. package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
  28. package/dist/generated/config/models/connectorsConnector.js +8 -0
  29. package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
  30. package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
  31. package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
  32. package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
  33. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
  34. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
  35. package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
  36. package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
  37. package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
  38. package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
  39. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
  40. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
  41. package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
  42. package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
  43. package/dist/generated/config/models/containerItem.d.ts +27 -0
  44. package/dist/generated/config/models/containerItem.js +8 -0
  45. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
  46. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
  47. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
  48. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
  49. package/dist/generated/config/models/dataSourceContainer.d.ts +2 -0
  50. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
  51. package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
  52. package/dist/generated/config/models/enumsNotificationType.js +1 -0
  53. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
  54. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
  55. package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
  56. package/dist/generated/config/models/index.d.ts +29 -2
  57. package/dist/generated/config/models/index.js +29 -2
  58. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
  59. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
  60. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
  61. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
  62. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
  63. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
  64. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
  65. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
  66. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
  67. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
  68. package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
  69. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
  70. package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
  71. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +11 -0
  72. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
  73. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
  74. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
  75. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
  76. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
  77. package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
  78. package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
  79. package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
  80. package/dist/generated/config/models/syncsGetParams.js +8 -0
  81. package/dist/generated/config/models/syncsSync.d.ts +33 -0
  82. package/dist/generated/config/models/syncsSync.js +2 -0
  83. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +17 -0
  84. package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
  85. package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
  86. package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
  87. package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
  88. package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
  89. package/dist/generated/config/models/usersServicePrincipalDetail.d.ts +14 -0
  90. package/dist/generated/config/models/usersServicePrincipalDetail.js +2 -0
  91. package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
  92. package/dist/generated/config/zod.d.ts +574 -3
  93. package/dist/generated/config/zod.js +497 -17
  94. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
  95. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
  96. package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
  97. package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
  98. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +11 -0
  99. package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
  100. package/dist/signalr.d.ts +2 -0
  101. package/dist/signalr.js +3 -0
  102. package/package.json +2 -2
  103. /package/dist/generated/config/models/{blocksUsedInWorkspaceRef.js → blocksUsedInRef.js} +0 -0
  104. /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → configApiFlowRunIdentityMapRequest.js} +0 -0
@@ -323,6 +323,7 @@ export declare const blockSetsGetBlockSetsQueryParams: zod.ZodObject<{
323
323
  types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
324
324
  }, zod.core.$strict>;
325
325
  export declare const blockSetsGetBlockSetsResponseIdRegExp: RegExp;
326
+ export declare const blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp: RegExp;
326
327
  export declare const blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp: RegExp;
327
328
  export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
328
329
  blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -393,6 +394,10 @@ export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
393
394
  Custom: "Custom";
394
395
  Debug: "Debug";
395
396
  }>;
397
+ usedInDataSets: zod.ZodArray<zod.ZodObject<{
398
+ id: zod.ZodString;
399
+ name: zod.ZodString;
400
+ }, zod.core.$strip>>;
396
401
  usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
397
402
  id: zod.ZodString;
398
403
  name: zod.ZodString;
@@ -467,6 +472,10 @@ export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
467
472
  Custom: "Custom";
468
473
  Debug: "Debug";
469
474
  }>;
475
+ usedInDataSets: zod.ZodArray<zod.ZodObject<{
476
+ id: zod.ZodString;
477
+ name: zod.ZodString;
478
+ }, zod.core.$strip>>;
470
479
  usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
471
480
  id: zod.ZodString;
472
481
  name: zod.ZodString;
@@ -695,6 +704,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
695
704
  }, zod.core.$strip>;
696
705
  }, zod.core.$strip>>>>;
697
706
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
707
+ secret: zod.ZodBoolean;
698
708
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
699
709
  }, zod.core.$strip>>>>;
700
710
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -719,6 +729,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
719
729
  triggers: zod.ZodArray<zod.ZodObject<{
720
730
  dataSourceContainer: zod.ZodObject<{
721
731
  dataSourceId: zod.ZodString;
732
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
722
733
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
723
734
  operator: zod.ZodString;
724
735
  propertyName: zod.ZodString;
@@ -808,6 +819,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
808
819
  }, zod.core.$strip>;
809
820
  }, zod.core.$strip>>>>;
810
821
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
822
+ secret: zod.ZodBoolean;
811
823
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
812
824
  }, zod.core.$strip>>>>;
813
825
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -832,6 +844,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
832
844
  triggers: zod.ZodArray<zod.ZodObject<{
833
845
  dataSourceContainer: zod.ZodObject<{
834
846
  dataSourceId: zod.ZodString;
847
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
835
848
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
836
849
  operator: zod.ZodString;
837
850
  propertyName: zod.ZodString;
@@ -979,6 +992,7 @@ export declare const dataSetsPutBodyIdRegExp: RegExp;
979
992
  export declare const dataSetsPutBody: zod.ZodObject<{
980
993
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
981
994
  dataSourceId: zod.ZodString;
995
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
982
996
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
983
997
  operator: zod.ZodString;
984
998
  propertyName: zod.ZodString;
@@ -1057,7 +1071,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
1057
1071
  }, zod.core.$strip>>;
1058
1072
  finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1059
1073
  flowRunId: zod.ZodString;
1060
- runAt: zod.ZodISODateTime;
1074
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1061
1075
  status: zod.ZodString;
1062
1076
  }, zod.core.$strip>>;
1063
1077
  id: zod.ZodString;
@@ -1202,6 +1216,11 @@ export declare const dataSetsDeleteItemParams: zod.ZodObject<{
1202
1216
  itemId: zod.ZodString;
1203
1217
  }, zod.core.$strict>;
1204
1218
  /**
1219
+ * The `isVector` field is deprecated: the platform no longer uses it,
1220
+ and it has no effect on ingestion or querying. It remains available as an
1221
+ optional field for backward compatibility with existing integrations —
1222
+ new integrations should omit it. When omitted, the stored value is
1223
+ preserved on update and defaults to `false` on create.
1205
1224
  * @summary Upsert a single property on a dataset.
1206
1225
  */
1207
1226
  export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
@@ -1210,7 +1229,7 @@ export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
1210
1229
  }, zod.core.$strict>;
1211
1230
  export declare const dataSetsAddDataSetPropertyBody: zod.ZodObject<{
1212
1231
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1213
- isVector: zod.ZodBoolean;
1232
+ isVector: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1214
1233
  name: zod.ZodString;
1215
1234
  }, zod.core.$strict>;
1216
1235
  export declare const dataSetsAddDataSetPropertyResponse: zod.ZodObject<{
@@ -1223,6 +1242,60 @@ export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
1223
1242
  id: zod.ZodString;
1224
1243
  name: zod.ZodString;
1225
1244
  }, zod.core.$strict>;
1245
+ /**
1246
+ * @summary Run-centric ingestion history for the dataset (newest first), from the
1247
+ AI API's provenance-stamped run store. `trigger` filters by cause
1248
+ (sync / sweep / manual / reset / unknown); `itemId` narrows to one
1249
+ container item, including runs superseded by later re-ingests.
1250
+ */
1251
+ export declare const dataSetsGetIngestionRunsPathIdRegExp: RegExp;
1252
+ export declare const dataSetsGetIngestionRunsParams: zod.ZodObject<{
1253
+ id: zod.ZodString;
1254
+ }, zod.core.$strict>;
1255
+ export declare const dataSetsGetIngestionRunsQuerySkipDefault = 0;
1256
+ export declare const dataSetsGetIngestionRunsQueryTakeDefault = 50;
1257
+ export declare const dataSetsGetIngestionRunsQueryItemIdRegExp: RegExp;
1258
+ export declare const dataSetsGetIngestionRunsQueryParams: zod.ZodObject<{
1259
+ skip: zod.ZodOptional<zod.ZodNumber>;
1260
+ take: zod.ZodDefault<zod.ZodNumber>;
1261
+ trigger: zod.ZodOptional<zod.ZodString>;
1262
+ itemId: zod.ZodOptional<zod.ZodString>;
1263
+ }, zod.core.$strict>;
1264
+ export declare const dataSetsGetIngestionRunsResponseDataItemCausedByRegExp: RegExp;
1265
+ export declare const dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp: RegExp;
1266
+ export declare const dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp: RegExp;
1267
+ export declare const dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp: RegExp;
1268
+ export declare const dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp: RegExp;
1269
+ export declare const dataSetsGetIngestionRunsResponseDataItemItemIdRegExp: RegExp;
1270
+ export declare const dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp: RegExp;
1271
+ export declare const dataSetsGetIngestionRunsResponse: zod.ZodObject<{
1272
+ data: zod.ZodArray<zod.ZodObject<{
1273
+ causedBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1274
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1275
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1276
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1277
+ dataSetVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1278
+ errors: zod.ZodArray<zod.ZodObject<{
1279
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1280
+ code: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
1281
+ message: zod.ZodString;
1282
+ }, zod.core.$strip>>;
1283
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1284
+ flowRunId: zod.ZodString;
1285
+ itemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1286
+ itemName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1287
+ itemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1288
+ itemVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1289
+ retryOf: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1290
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1291
+ status: zod.ZodString;
1292
+ trigger: zod.ZodObject<{
1293
+ kind: zod.ZodString;
1294
+ principal: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1295
+ }, zod.core.$strip>;
1296
+ }, zod.core.$strip>>;
1297
+ total: zod.ZodNumber;
1298
+ }, zod.core.$strip>;
1226
1299
  /**
1227
1300
  * @summary Set the per-document scoping config (mode + subject path) on a dataset.
1228
1301
  */
@@ -1287,6 +1360,7 @@ export declare const dataSourceTypesGetAvailableContainersBody: zod.ZodObject<{
1287
1360
  }, zod.core.$strict>;
1288
1361
  export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodObject<{
1289
1362
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1363
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1290
1364
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1291
1365
  operator: zod.ZodString;
1292
1366
  propertyName: zod.ZodString;
@@ -1301,6 +1375,7 @@ export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodO
1301
1375
  }, zod.core.$strip>;
1302
1376
  export declare const dataSourceTypesGetAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
1303
1377
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1378
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1304
1379
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1305
1380
  operator: zod.ZodString;
1306
1381
  propertyName: zod.ZodString;
@@ -1345,6 +1420,7 @@ export declare const dataSourcesGetResponse: zod.ZodObject<{
1345
1420
  data: zod.ZodArray<zod.ZodObject<{
1346
1421
  containers: zod.ZodArray<zod.ZodObject<{
1347
1422
  dataSourceId: zod.ZodString;
1423
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1348
1424
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1349
1425
  operator: zod.ZodString;
1350
1426
  propertyName: zod.ZodString;
@@ -1405,6 +1481,7 @@ export declare const dataSourcesPostResponseIdRegExp: RegExp;
1405
1481
  export declare const dataSourcesPostResponse: zod.ZodObject<{
1406
1482
  containers: zod.ZodArray<zod.ZodObject<{
1407
1483
  dataSourceId: zod.ZodString;
1484
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1408
1485
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1409
1486
  operator: zod.ZodString;
1410
1487
  propertyName: zod.ZodString;
@@ -1468,6 +1545,7 @@ export declare const dataSourcesContainersResponseDataSourceIdRegExp: RegExp;
1468
1545
  export declare const dataSourcesContainersResponseIdRegExp: RegExp;
1469
1546
  export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1470
1547
  dataSourceId: zod.ZodString;
1548
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1471
1549
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1472
1550
  operator: zod.ZodString;
1473
1551
  propertyName: zod.ZodString;
@@ -1479,6 +1557,7 @@ export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1479
1557
  }, zod.core.$strip>;
1480
1558
  export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
1481
1559
  dataSourceId: zod.ZodString;
1560
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1482
1561
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1483
1562
  operator: zod.ZodString;
1484
1563
  propertyName: zod.ZodString;
@@ -1530,6 +1609,15 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
1530
1609
  export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
1531
1610
  credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
1532
1611
  }, zod.core.$strict>;
1612
+ /**
1613
+ * @summary Requests an on-demand sync of a data source. The request is queued;
1614
+ the sync service picks it up within ~30 seconds. Repeated requests
1615
+ are safe — concurrent syncs of the same source collapse to one run.
1616
+ */
1617
+ export declare const dataSourcesRequestSyncPathDataSourceIdRegExp: RegExp;
1618
+ export declare const dataSourcesRequestSyncParams: zod.ZodObject<{
1619
+ dataSourceId: zod.ZodString;
1620
+ }, zod.core.$strict>;
1533
1621
  export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
1534
1622
  export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
1535
1623
  id: zod.ZodString;
@@ -1796,6 +1884,7 @@ export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegEx
1796
1884
  export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
1797
1885
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1798
1886
  dataSourceId: zod.ZodString;
1887
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1799
1888
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1800
1889
  operator: zod.ZodString;
1801
1890
  propertyName: zod.ZodString;
@@ -1812,6 +1901,13 @@ export declare const debugInvokeParams: zod.ZodObject<{
1812
1901
  }, zod.core.$strict>;
1813
1902
  export declare const debugInvokeBodyItem: zod.ZodAny;
1814
1903
  export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
1904
+ /**
1905
+ * @summary Mongo index health for the flow-runs store: planned-vs-existing
1906
+ indexes per collection, the latest index-ensure outcome per index
1907
+ (including repeated failures), and any in-flight index
1908
+ transformations with their progress (currentOp).
1909
+ */
1910
+ export declare const diagnosticsGetMongoIndexesResponse: zod.ZodAny;
1815
1911
  /**
1816
1912
  * @summary List the current user's drafts (without parsed interfaces — load detail to get those).
1817
1913
  */
@@ -2278,6 +2374,16 @@ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
2278
2374
  export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
2279
2375
  id: zod.ZodString;
2280
2376
  }, zod.core.$strict>;
2377
+ /**
2378
+ * @summary Requests cancellation of a queued or running flow run. Cancellation
2379
+ is cooperative: a queued run is stamped cancelled before it starts;
2380
+ a running flow stops between block executions, typically within
2381
+ seconds. Cancelled runs carry cancelledAt in their basic info.
2382
+ */
2383
+ export declare const flowRunsCancelFlowRunPathIdRegExpOne: RegExp;
2384
+ export declare const flowRunsCancelFlowRunParams: zod.ZodObject<{
2385
+ id: zod.ZodString;
2386
+ }, zod.core.$strict>;
2281
2387
  export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
2282
2388
  export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
2283
2389
  id: zod.ZodString;
@@ -2405,6 +2511,7 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
2405
2511
  }, zod.core.$strict>;
2406
2512
  }, zod.core.$strict>>>>;
2407
2513
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2514
+ secret: zod.ZodBoolean;
2408
2515
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2409
2516
  }, zod.core.$strict>>>>;
2410
2517
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -2527,6 +2634,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
2527
2634
  }>>;
2528
2635
  displayName: zod.ZodString;
2529
2636
  id: zod.ZodString;
2637
+ isDefault: zod.ZodBoolean;
2530
2638
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2531
2639
  OpenAi: "OpenAi";
2532
2640
  AzureOpenAi: "AzureOpenAi";
@@ -2615,6 +2723,59 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
2615
2723
  Other: "Other";
2616
2724
  }>>;
2617
2725
  }, zod.core.$strict>;
2726
+ /**
2727
+ * @summary Retrieves the instance-wide default model — the one pre-selected on new LLM blocks and the default workspace flow.
2728
+ */
2729
+ export declare const modelsGetDefaultModelResponseIdRegExp: RegExp;
2730
+ export declare const modelsGetDefaultModelResponse: zod.ZodObject<{
2731
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2732
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2733
+ deploymentStatus: zod.ZodOptional<zod.ZodEnum<{
2734
+ Deploying: "Deploying";
2735
+ Ready: "Ready";
2736
+ Failed: "Failed";
2737
+ Deleting: "Deleting";
2738
+ Deleted: "Deleted";
2739
+ }>>;
2740
+ displayName: zod.ZodString;
2741
+ id: zod.ZodString;
2742
+ isDefault: zod.ZodBoolean;
2743
+ modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2744
+ OpenAi: "OpenAi";
2745
+ AzureOpenAi: "AzureOpenAi";
2746
+ HuggingFace: "HuggingFace";
2747
+ Cohere: "Cohere";
2748
+ Anthropic: "Anthropic";
2749
+ Gemini: "Gemini";
2750
+ VertexAi: "VertexAi";
2751
+ AzureFoundry: "AzureFoundry";
2752
+ }>>;
2753
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2754
+ OpenAi: "OpenAi";
2755
+ HuggingFace: "HuggingFace";
2756
+ Cohere: "Cohere";
2757
+ Anthropic: "Anthropic";
2758
+ Google: "Google";
2759
+ Meta: "Meta";
2760
+ Mistral: "Mistral";
2761
+ Microsoft: "Microsoft";
2762
+ DeepSeek: "DeepSeek";
2763
+ XAi: "XAi";
2764
+ Amazon: "Amazon";
2765
+ Qwen: "Qwen";
2766
+ Other: "Other";
2767
+ }>>;
2768
+ name: zod.ZodString;
2769
+ properties: zod.ZodArray<zod.ZodObject<{
2770
+ name: zod.ZodString;
2771
+ type: zod.ZodEnum<{
2772
+ Boolean: "Boolean";
2773
+ Number: "Number";
2774
+ String: "String";
2775
+ }>;
2776
+ }, zod.core.$strip>>;
2777
+ virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2778
+ }, zod.core.$strip>;
2618
2779
  export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
2619
2780
  serverType: zod.ZodOptional<zod.ZodEnum<{
2620
2781
  TextGenerationInference: "TextGenerationInference";
@@ -2687,6 +2848,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2687
2848
  }, zod.core.$strip>>;
2688
2849
  displayName: zod.ZodString;
2689
2850
  id: zod.ZodString;
2851
+ isDefault: zod.ZodBoolean;
2690
2852
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2691
2853
  OpenAi: "OpenAi";
2692
2854
  AzureOpenAi: "AzureOpenAi";
@@ -2776,6 +2938,20 @@ export declare const modelsUpsertModelBody: zod.ZodObject<{
2776
2938
  Other: "Other";
2777
2939
  }>>;
2778
2940
  }, zod.core.$strict>;
2941
+ /**
2942
+ * @summary Clears the default flag from the specified model, leaving the instance with no default.
2943
+ */
2944
+ export declare const modelsClearDefaultModelPathIdRegExp: RegExp;
2945
+ export declare const modelsClearDefaultModelParams: zod.ZodObject<{
2946
+ id: zod.ZodString;
2947
+ }, zod.core.$strict>;
2948
+ /**
2949
+ * @summary Makes the specified model the instance-wide default, replacing any previous default.
2950
+ */
2951
+ export declare const modelsSetDefaultModelPathIdRegExp: RegExp;
2952
+ export declare const modelsSetDefaultModelParams: zod.ZodObject<{
2953
+ id: zod.ZodString;
2954
+ }, zod.core.$strict>;
2779
2955
  /**
2780
2956
  * @summary Retrieves the Docker logs for a specific deployment of a model.
2781
2957
  */
@@ -2821,6 +2997,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
2821
2997
  WorkSpaceUpdated: "WorkSpaceUpdated";
2822
2998
  MessageThreadUpdated: "MessageThreadUpdated";
2823
2999
  CommentUpdated: "CommentUpdated";
3000
+ AddedToThread: "AddedToThread";
2824
3001
  }>;
2825
3002
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2826
3003
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2906,12 +3083,215 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
2906
3083
  name: zod.ZodString;
2907
3084
  }, zod.core.$strip>>;
2908
3085
  }, zod.core.$strip>;
3086
+ /**
3087
+ * @summary List API accounts: service principals holding the SmartSpace integration
3088
+ role, with their permission flags and last recorded activity.
3089
+ */
3090
+ export declare const servicePrincipalsGetServicePrincipalsQuerySkipDefault = 0;
3091
+ export declare const servicePrincipalsGetServicePrincipalsQueryTakeDefault = 20;
3092
+ export declare const servicePrincipalsGetServicePrincipalsQueryParams: zod.ZodObject<{
3093
+ skip: zod.ZodOptional<zod.ZodNumber>;
3094
+ take: zod.ZodDefault<zod.ZodNumber>;
3095
+ search: zod.ZodOptional<zod.ZodString>;
3096
+ }, zod.core.$strict>;
3097
+ export declare const servicePrincipalsGetServicePrincipalsResponse: zod.ZodObject<{
3098
+ data: zod.ZodArray<zod.ZodObject<{
3099
+ id: zod.ZodString;
3100
+ lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3101
+ name: zod.ZodString;
3102
+ permissions: zod.ZodArray<zod.ZodEnum<{
3103
+ WorkspaceCreate: "WorkspaceCreate";
3104
+ WorkspaceEdit: "WorkspaceEdit";
3105
+ WorkspaceDelete: "WorkspaceDelete";
3106
+ DataSpaceCreate: "DataSpaceCreate";
3107
+ DataSpaceEdit: "DataSpaceEdit";
3108
+ DataSpaceDelete: "DataSpaceDelete";
3109
+ ConnectorCreate: "ConnectorCreate";
3110
+ ConnectorEdit: "ConnectorEdit";
3111
+ ConnectorDelete: "ConnectorDelete";
3112
+ }>>;
3113
+ }, zod.core.$strip>>;
3114
+ total: zod.ZodNumber;
3115
+ }, zod.core.$strip>;
3116
+ /**
3117
+ * @summary List configured syncs. status matches the data
3118
+ source's latest completed sync (e.g. Success / Failure), or "never"
3119
+ for sources with no recorded sync. sortBy:
3120
+ name | connector | lastSync (default: path).
3121
+ */
3122
+ export declare const syncsGetQueryTakeDefault = 50;
3123
+ export declare const syncsGetQuerySkipDefault = 0;
3124
+ export declare const syncsGetQueryDataSourceIdRegExp: RegExp;
3125
+ export declare const syncsGetQueryParams: zod.ZodObject<{
3126
+ take: zod.ZodDefault<zod.ZodNumber>;
3127
+ skip: zod.ZodOptional<zod.ZodNumber>;
3128
+ search: zod.ZodOptional<zod.ZodString>;
3129
+ dataSourceId: zod.ZodOptional<zod.ZodString>;
3130
+ status: zod.ZodOptional<zod.ZodString>;
3131
+ sortBy: zod.ZodOptional<zod.ZodString>;
3132
+ sortDirection: zod.ZodOptional<zod.ZodString>;
3133
+ }, zod.core.$strict>;
3134
+ export declare const syncsGetResponseDataItemDataSetsItemIdRegExp: RegExp;
3135
+ export declare const syncsGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
3136
+ export declare const syncsGetResponseDataItemDataSourceIdRegExp: RegExp;
3137
+ export declare const syncsGetResponseDataItemIdRegExp: RegExp;
3138
+ export declare const syncsGetResponse: zod.ZodObject<{
3139
+ data: zod.ZodArray<zod.ZodObject<{
3140
+ dataSets: zod.ZodArray<zod.ZodObject<{
3141
+ id: zod.ZodString;
3142
+ name: zod.ZodString;
3143
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3144
+ }, zod.core.$strip>>;
3145
+ dataSource: zod.ZodObject<{
3146
+ id: zod.ZodString;
3147
+ isQueued: zod.ZodBoolean;
3148
+ isSyncing: zod.ZodBoolean;
3149
+ name: zod.ZodString;
3150
+ sourceType: zod.ZodEnum<{
3151
+ BlobStorage: "BlobStorage";
3152
+ SqlServer: "SqlServer";
3153
+ AzureSql: "AzureSql";
3154
+ Cosmos: "Cosmos";
3155
+ GoogleDrive: "GoogleDrive";
3156
+ SharePoint: "SharePoint";
3157
+ SharePointSite: "SharePointSite";
3158
+ HubSpot: "HubSpot";
3159
+ AzureStorage: "AzureStorage";
3160
+ File: "File";
3161
+ Sitemap: "Sitemap";
3162
+ }>;
3163
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3164
+ }, zod.core.$strip>;
3165
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3166
+ highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3167
+ id: zod.ZodString;
3168
+ latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3169
+ latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
3170
+ latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3171
+ latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3172
+ name: zod.ZodString;
3173
+ path: zod.ZodString;
3174
+ recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3175
+ end: zod.ZodISODateTime;
3176
+ itemCount: zod.ZodNumber;
3177
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3178
+ start: zod.ZodISODateTime;
3179
+ status: zod.ZodString;
3180
+ }, zod.core.$strip>>>>;
3181
+ statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3182
+ }, zod.core.$strip>>;
3183
+ total: zod.ZodNumber;
3184
+ }, zod.core.$strip>;
3185
+ /**
3186
+ * @summary The sync-requests queue right now: approximate depth and which data
3187
+ sources have a request WAITING. In-flight requests are invisible to
3188
+ peek (visibility timeout) — that state is each data source's
3189
+ isSyncing flag. Literal route wins over the {containerId} template.
3190
+ */
3191
+ export declare const syncsGetQueueResponseWaitingDataSourceIdsItemRegExp: RegExp;
3192
+ export declare const syncsGetQueueResponse: zod.ZodObject<{
3193
+ depth: zod.ZodNumber;
3194
+ waitingDataSourceIds: zod.ZodArray<zod.ZodString>;
3195
+ }, zod.core.$strip>;
3196
+ /**
3197
+ * @summary Removes the sync: deletes its data source container config record, so
3198
+ the source selection stops being mirrored from the next sync cycle.
3199
+ Refused (DSC400) while any live dataset still subscribes to it via a
3200
+ container flow trigger. Config-only — already-landed items and copied
3201
+ blobs are not cleaned up here.
3202
+ */
3203
+ export declare const syncsDeletePathContainerIdRegExp: RegExp;
3204
+ export declare const syncsDeleteParams: zod.ZodObject<{
3205
+ containerId: zod.ZodString;
3206
+ }, zod.core.$strict>;
3207
+ export declare const syncsGetByIdPathContainerIdRegExp: RegExp;
3208
+ export declare const syncsGetByIdParams: zod.ZodObject<{
3209
+ containerId: zod.ZodString;
3210
+ }, zod.core.$strict>;
3211
+ export declare const syncsGetByIdResponseDataSetsItemIdRegExp: RegExp;
3212
+ export declare const syncsGetByIdResponseDataSetsItemVersionRegExp: RegExp;
3213
+ export declare const syncsGetByIdResponseDataSourceIdRegExp: RegExp;
3214
+ export declare const syncsGetByIdResponseIdRegExp: RegExp;
3215
+ export declare const syncsGetByIdResponse: zod.ZodObject<{
3216
+ dataSets: zod.ZodArray<zod.ZodObject<{
3217
+ id: zod.ZodString;
3218
+ name: zod.ZodString;
3219
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3220
+ }, zod.core.$strip>>;
3221
+ dataSource: zod.ZodObject<{
3222
+ id: zod.ZodString;
3223
+ isQueued: zod.ZodBoolean;
3224
+ isSyncing: zod.ZodBoolean;
3225
+ name: zod.ZodString;
3226
+ sourceType: zod.ZodEnum<{
3227
+ BlobStorage: "BlobStorage";
3228
+ SqlServer: "SqlServer";
3229
+ AzureSql: "AzureSql";
3230
+ Cosmos: "Cosmos";
3231
+ GoogleDrive: "GoogleDrive";
3232
+ SharePoint: "SharePoint";
3233
+ SharePointSite: "SharePointSite";
3234
+ HubSpot: "HubSpot";
3235
+ AzureStorage: "AzureStorage";
3236
+ File: "File";
3237
+ Sitemap: "Sitemap";
3238
+ }>;
3239
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3240
+ }, zod.core.$strip>;
3241
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3242
+ highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3243
+ id: zod.ZodString;
3244
+ latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3245
+ latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
3246
+ latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3247
+ latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3248
+ name: zod.ZodString;
3249
+ path: zod.ZodString;
3250
+ recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3251
+ end: zod.ZodISODateTime;
3252
+ itemCount: zod.ZodNumber;
3253
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3254
+ start: zod.ZodISODateTime;
3255
+ status: zod.ZodString;
3256
+ }, zod.core.$strip>>>>;
3257
+ statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3258
+ }, zod.core.$strip>;
3259
+ /**
3260
+ * @summary The sync's landed items (read-only metadata), proxied from the AI API's
3261
+ container-items endpoint.
3262
+ */
3263
+ export declare const syncsGetItemsPathContainerIdRegExp: RegExp;
3264
+ export declare const syncsGetItemsParams: zod.ZodObject<{
3265
+ containerId: zod.ZodString;
3266
+ }, zod.core.$strict>;
3267
+ export declare const syncsGetItemsQuerySkipDefault = 0;
3268
+ export declare const syncsGetItemsQueryTakeDefault = 50;
3269
+ export declare const syncsGetItemsQueryParams: zod.ZodObject<{
3270
+ skip: zod.ZodOptional<zod.ZodNumber>;
3271
+ take: zod.ZodDefault<zod.ZodNumber>;
3272
+ }, zod.core.$strict>;
3273
+ export declare const syncsGetItemsResponseDataItemContainerIdRegExp: RegExp;
3274
+ export declare const syncsGetItemsResponseDataItemIdRegExp: RegExp;
3275
+ export declare const syncsGetItemsResponse: zod.ZodObject<{
3276
+ data: zod.ZodArray<zod.ZodObject<{
3277
+ blobUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3278
+ bytes: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3279
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3280
+ id: zod.ZodString;
3281
+ isJson: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3282
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3283
+ path: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3284
+ pending: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3285
+ }, zod.core.$strip>>;
3286
+ total: zod.ZodNumber;
3287
+ }, zod.core.$strip>;
2909
3288
  /**
2910
3289
  * @summary Gets Tenant Id
2911
3290
  */
2912
3291
  export declare const tenantIdGetResultResponse: zod.ZodString;
2913
3292
  /**
2914
- * @summary Retrieve list users in SmartSpace, filter by roleId, with optional pagination controls take and skip.
3293
+ * @summary Retrieve users assigned to the SmartSpace application (directly or via a group),
3294
+ with optional search and pagination controls take and skip.
2915
3295
  */
2916
3296
  export declare const usersGetUsersQuerySkipDefault = 0;
2917
3297
  export declare const usersGetUsersQueryTakeDefault = 20;
@@ -3177,6 +3557,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
3177
3557
  sortBy: zod.ZodOptional<zod.ZodString>;
3178
3558
  sortDirection: zod.ZodOptional<zod.ZodString>;
3179
3559
  }, zod.core.$strict>;
3560
+ export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
3180
3561
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3181
3562
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3182
3563
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3197,6 +3578,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
3197
3578
  export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
3198
3579
  export declare const workSpacesGetGetResponse: zod.ZodObject<{
3199
3580
  data: zod.ZodArray<zod.ZodObject<{
3581
+ connectors: zod.ZodArray<zod.ZodObject<{
3582
+ id: zod.ZodString;
3583
+ kind: zod.ZodString;
3584
+ name: zod.ZodString;
3585
+ }, zod.core.$strip>>;
3200
3586
  createdAt: zod.ZodISODateTime;
3201
3587
  createdByUserId: zod.ZodString;
3202
3588
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3243,6 +3629,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3243
3629
  }, zod.core.$strip>;
3244
3630
  }, zod.core.$strip>>>>;
3245
3631
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3632
+ secret: zod.ZodBoolean;
3246
3633
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3247
3634
  }, zod.core.$strip>>>>;
3248
3635
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3267,6 +3654,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3267
3654
  triggers: zod.ZodArray<zod.ZodObject<{
3268
3655
  dataSourceContainer: zod.ZodObject<{
3269
3656
  dataSourceId: zod.ZodString;
3657
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3270
3658
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3271
3659
  operator: zod.ZodString;
3272
3660
  propertyName: zod.ZodString;
@@ -3467,6 +3855,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
3467
3855
  export declare const workSpacesGetIdParams: zod.ZodObject<{
3468
3856
  id: zod.ZodString;
3469
3857
  }, zod.core.$strict>;
3858
+ export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
3470
3859
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3471
3860
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3472
3861
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3486,6 +3875,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
3486
3875
  export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
3487
3876
  export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
3488
3877
  export declare const workSpacesGetIdResponse: zod.ZodObject<{
3878
+ connectors: zod.ZodArray<zod.ZodObject<{
3879
+ id: zod.ZodString;
3880
+ kind: zod.ZodString;
3881
+ name: zod.ZodString;
3882
+ }, zod.core.$strip>>;
3489
3883
  createdAt: zod.ZodISODateTime;
3490
3884
  createdByUserId: zod.ZodString;
3491
3885
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3532,6 +3926,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3532
3926
  }, zod.core.$strip>;
3533
3927
  }, zod.core.$strip>>>>;
3534
3928
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3929
+ secret: zod.ZodBoolean;
3535
3930
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3536
3931
  }, zod.core.$strip>>>>;
3537
3932
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3556,6 +3951,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3556
3951
  triggers: zod.ZodArray<zod.ZodObject<{
3557
3952
  dataSourceContainer: zod.ZodObject<{
3558
3953
  dataSourceId: zod.ZodString;
3954
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3559
3955
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3560
3956
  operator: zod.ZodString;
3561
3957
  propertyName: zod.ZodString;
@@ -3834,6 +4230,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
3834
4230
  temperature: zod.ZodNumber;
3835
4231
  topP: zod.ZodNumber;
3836
4232
  }, zod.core.$strict>;
4233
+ /**
4234
+ * @summary Detaches a connector from a workspace. Flows still referencing it
4235
+ fail at resolve time rather than silently keeping access.
4236
+ */
4237
+ export declare const workSpacesRemoveConnectorPathWorkspaceIdRegExp: RegExp;
4238
+ export declare const workSpacesRemoveConnectorPathConnectorIdRegExp: RegExp;
4239
+ export declare const workSpacesRemoveConnectorParams: zod.ZodObject<{
4240
+ workspaceId: zod.ZodString;
4241
+ connectorId: zod.ZodString;
4242
+ }, zod.core.$strict>;
4243
+ /**
4244
+ * @summary Attaches a connector to a workspace — the access model for external
4245
+ connectors, mirroring dataspaces. Only after this can a flow in the
4246
+ workspace reference the connector, and the resolve endpoint checks
4247
+ the same attachment at call time.
4248
+ */
4249
+ export declare const workSpacesAddConnectorPathWorkspaceIdRegExp: RegExp;
4250
+ export declare const workSpacesAddConnectorPathConnectorIdRegExp: RegExp;
4251
+ export declare const workSpacesAddConnectorParams: zod.ZodObject<{
4252
+ workspaceId: zod.ZodString;
4253
+ connectorId: zod.ZodString;
4254
+ }, zod.core.$strict>;
3837
4255
  /**
3838
4256
  * @summary Removes a data space from a workspace.
3839
4257
  */
@@ -4010,6 +4428,7 @@ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
4010
4428
  }, zod.core.$strip>;
4011
4429
  }, zod.core.$strip>>>>;
4012
4430
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4431
+ secret: zod.ZodBoolean;
4013
4432
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4014
4433
  }, zod.core.$strip>>>>;
4015
4434
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4071,6 +4490,7 @@ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
4071
4490
  }, zod.core.$strict>;
4072
4491
  }, zod.core.$strict>>>>;
4073
4492
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4493
+ secret: zod.ZodBoolean;
4074
4494
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4075
4495
  }, zod.core.$strict>>>>;
4076
4496
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4098,6 +4518,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
4098
4518
  workspaceId: zod.ZodString;
4099
4519
  }, zod.core.$strict>;
4100
4520
  export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
4521
+ /**
4522
+ * @summary Lists connectors with their auth settings — never a credential.
4523
+ */
4524
+ export declare const connectorsGetConnectorsQueryParams: zod.ZodObject<{
4525
+ kind: zod.ZodOptional<zod.ZodString>;
4526
+ }, zod.core.$strict>;
4527
+ export declare const connectorsGetConnectorsResponseIdRegExp: RegExp;
4528
+ export declare const connectorsGetConnectorsResponseItem: zod.ZodObject<{
4529
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4530
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4531
+ authType: zod.ZodString;
4532
+ createdAt: zod.ZodISODateTime;
4533
+ createdByUserId: zod.ZodString;
4534
+ hasSecret: zod.ZodBoolean;
4535
+ id: zod.ZodString;
4536
+ kind: zod.ZodString;
4537
+ modifiedAt: zod.ZodISODateTime;
4538
+ modifiedByUserId: zod.ZodString;
4539
+ name: zod.ZodString;
4540
+ url: zod.ZodString;
4541
+ }, zod.core.$strip>;
4542
+ export declare const connectorsGetConnectorsResponse: zod.ZodArray<zod.ZodObject<{
4543
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4544
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4545
+ authType: zod.ZodString;
4546
+ createdAt: zod.ZodISODateTime;
4547
+ createdByUserId: zod.ZodString;
4548
+ hasSecret: zod.ZodBoolean;
4549
+ id: zod.ZodString;
4550
+ kind: zod.ZodString;
4551
+ modifiedAt: zod.ZodISODateTime;
4552
+ modifiedByUserId: zod.ZodString;
4553
+ name: zod.ZodString;
4554
+ url: zod.ZodString;
4555
+ }, zod.core.$strip>>;
4556
+ /**
4557
+ * @summary Creates a connector and its shared credential in one call: the value
4558
+ goes to Key Vault, the row stores only the reference.
4559
+ */
4560
+ export declare const connectorsCreateConnectorBody: zod.ZodObject<{
4561
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4562
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4563
+ authType: zod.ZodString;
4564
+ kind: zod.ZodString;
4565
+ name: zod.ZodString;
4566
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4567
+ url: zod.ZodString;
4568
+ }, zod.core.$strict>;
4569
+ /**
4570
+ * @summary Picker list for workspace editors: id, name and kind only. Gated on
4571
+ WorkspaceEdit rather than Admin because attaching a connector to a
4572
+ workspace is a workspace-editor action, and the picker is how they
4573
+ choose one. Admins pass this gate via the role bypass.
4574
+ */
4575
+ export declare const connectorsGetConnectorSummariesQueryParams: zod.ZodObject<{
4576
+ kind: zod.ZodOptional<zod.ZodString>;
4577
+ }, zod.core.$strict>;
4578
+ export declare const connectorsGetConnectorSummariesResponseIdRegExp: RegExp;
4579
+ export declare const connectorsGetConnectorSummariesResponseItem: zod.ZodObject<{
4580
+ id: zod.ZodString;
4581
+ kind: zod.ZodString;
4582
+ name: zod.ZodString;
4583
+ }, zod.core.$strip>;
4584
+ export declare const connectorsGetConnectorSummariesResponse: zod.ZodArray<zod.ZodObject<{
4585
+ id: zod.ZodString;
4586
+ kind: zod.ZodString;
4587
+ name: zod.ZodString;
4588
+ }, zod.core.$strip>>;
4589
+ export declare const connectorsDeleteConnectorPathIdRegExp: RegExp;
4590
+ export declare const connectorsDeleteConnectorParams: zod.ZodObject<{
4591
+ id: zod.ZodString;
4592
+ }, zod.core.$strict>;
4593
+ export declare const connectorsGetConnectorPathIdRegExp: RegExp;
4594
+ export declare const connectorsGetConnectorParams: zod.ZodObject<{
4595
+ id: zod.ZodString;
4596
+ }, zod.core.$strict>;
4597
+ export declare const connectorsGetConnectorResponseIdRegExp: RegExp;
4598
+ export declare const connectorsGetConnectorResponse: zod.ZodObject<{
4599
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4600
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4601
+ authType: zod.ZodString;
4602
+ createdAt: zod.ZodISODateTime;
4603
+ createdByUserId: zod.ZodString;
4604
+ hasSecret: zod.ZodBoolean;
4605
+ id: zod.ZodString;
4606
+ kind: zod.ZodString;
4607
+ modifiedAt: zod.ZodISODateTime;
4608
+ modifiedByUserId: zod.ZodString;
4609
+ name: zod.ZodString;
4610
+ url: zod.ZodString;
4611
+ }, zod.core.$strip>;
4612
+ /**
4613
+ * @summary Updates a connector. Omit `Secret` to leave the credential
4614
+ untouched; supply one to rotate it.
4615
+ */
4616
+ export declare const connectorsUpdateConnectorPathIdRegExp: RegExp;
4617
+ export declare const connectorsUpdateConnectorParams: zod.ZodObject<{
4618
+ id: zod.ZodString;
4619
+ }, zod.core.$strict>;
4620
+ export declare const connectorsUpdateConnectorBody: zod.ZodObject<{
4621
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4622
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4623
+ authType: zod.ZodString;
4624
+ name: zod.ZodString;
4625
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4626
+ url: zod.ZodString;
4627
+ }, zod.core.$strict>;
4628
+ export declare const connectorsUpdateConnectorResponseIdRegExp: RegExp;
4629
+ export declare const connectorsUpdateConnectorResponse: zod.ZodObject<{
4630
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4631
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4632
+ authType: zod.ZodString;
4633
+ createdAt: zod.ZodISODateTime;
4634
+ createdByUserId: zod.ZodString;
4635
+ hasSecret: zod.ZodBoolean;
4636
+ id: zod.ZodString;
4637
+ kind: zod.ZodString;
4638
+ modifiedAt: zod.ZodISODateTime;
4639
+ modifiedByUserId: zod.ZodString;
4640
+ name: zod.ZodString;
4641
+ url: zod.ZodString;
4642
+ }, zod.core.$strip>;
4101
4643
  /**
4102
4644
  * @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
4103
4645
  */
@@ -4281,6 +4823,35 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
4281
4823
  }, zod.core.$strip>>;
4282
4824
  total: zod.ZodNumber;
4283
4825
  }, zod.core.$strip>;
4826
+ /**
4827
+ * @summary Lists a workspace's flow runs, newest first (chat threads, designer
4828
+ runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
4829
+ */
4830
+ export declare const flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp: RegExp;
4831
+ export declare const flowRunsGetWorkspaceRunsParams: zod.ZodObject<{
4832
+ workspaceId: zod.ZodString;
4833
+ }, zod.core.$strict>;
4834
+ export declare const flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
4835
+ export declare const flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
4836
+ export declare const flowRunsGetWorkspaceRunsQueryParams: zod.ZodObject<{
4837
+ skip: zod.ZodOptional<zod.ZodNumber>;
4838
+ take: zod.ZodDefault<zod.ZodNumber>;
4839
+ }, zod.core.$strict>;
4840
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp: RegExp;
4841
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp: RegExp;
4842
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp: RegExp;
4843
+ export declare const flowRunsGetWorkspaceRunsResponse: zod.ZodObject<{
4844
+ data: zod.ZodArray<zod.ZodObject<{
4845
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4846
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4847
+ flowDefinitionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4848
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4849
+ flowRunId: zod.ZodString;
4850
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4851
+ status: zod.ZodString;
4852
+ }, zod.core.$strip>>;
4853
+ total: zod.ZodNumber;
4854
+ }, zod.core.$strip>;
4284
4855
  /**
4285
4856
  * @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
4286
4857
  */