@smartspace/api-client 0.1.0-dev.05df7b8 → 0.1.0-dev.0767c16

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 (124) 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 +28 -16
  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/flowsFlowTrigger.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/pagedDataCollectionAccessAccess.d.ts +2 -0
  16. package/dist/generated/chat/models/pagedDataCollectionAiModelSummary.d.ts +2 -0
  17. package/dist/generated/chat/models/pagedDataCollectionCommentCommentSummary.d.ts +2 -0
  18. package/dist/generated/chat/models/pagedDataCollectionMessageThreadMessageThreadSummary.d.ts +2 -0
  19. package/dist/generated/chat/models/pagedDataCollectionMessagesMessage.d.ts +2 -0
  20. package/dist/generated/chat/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +2 -0
  21. package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
  22. package/dist/generated/chat/zod.d.ts +37 -0
  23. package/dist/generated/chat/zod.js +42 -6
  24. package/dist/generated/config/api.d.ts +43 -1
  25. package/dist/generated/config/api.js +206 -2
  26. package/dist/generated/config/api.msw.d.ts +32 -1
  27. package/dist/generated/config/api.msw.js +332 -56
  28. package/dist/generated/config/models/aiModel.d.ts +1 -0
  29. package/dist/generated/config/models/aiModelSummary.d.ts +1 -0
  30. package/dist/generated/config/models/blocksBlockSet.d.ts +3 -2
  31. package/dist/generated/config/models/{blocksUsedInWorkspaceRef.d.ts → blocksUsedInRef.d.ts} +1 -1
  32. package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → configApiFlowRunIdentityMapRequest.d.ts} +2 -3
  33. package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
  34. package/dist/generated/config/models/connectorsConnector.js +8 -0
  35. package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
  36. package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
  37. package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
  38. package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
  39. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
  40. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
  41. package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
  42. package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
  43. package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
  44. package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
  45. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
  46. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
  47. package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
  48. package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
  49. package/dist/generated/config/models/containerItem.d.ts +2 -0
  50. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
  51. package/dist/generated/config/models/dataSetsDataSet.d.ts +2 -0
  52. package/dist/generated/config/models/dataSetsGetParams.d.ts +2 -0
  53. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.d.ts +11 -0
  54. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.js +8 -0
  55. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
  56. package/dist/generated/config/models/dataSourceContainer.d.ts +2 -0
  57. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
  58. package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +2 -0
  59. package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
  60. package/dist/generated/config/models/enumsNotificationType.js +1 -0
  61. package/dist/generated/config/models/flowRunsGetStepExecutionsParams.d.ts +19 -0
  62. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
  63. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
  64. package/dist/generated/config/models/flowsFlowTrigger.d.ts +1 -0
  65. package/dist/generated/config/models/functionExecutionDebugModel.d.ts +4 -0
  66. package/dist/generated/config/models/index.d.ts +19 -2
  67. package/dist/generated/config/models/index.js +19 -2
  68. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
  69. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
  70. package/dist/generated/config/models/integrationsSmartSpaceAiFlowValueModel.d.ts +4 -0
  71. package/dist/generated/config/models/integrationsSmartSpaceAiFunctionExecutionDebugModel.d.ts +4 -0
  72. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
  73. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
  74. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
  75. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
  76. package/dist/generated/config/models/pagedDataCollectionAccessAccess.d.ts +2 -0
  77. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +2 -0
  78. package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +2 -0
  79. package/dist/generated/config/models/pagedDataCollectionAiModelSummary.d.ts +2 -0
  80. package/dist/generated/config/models/pagedDataCollectionAzureADGroup.d.ts +2 -0
  81. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +2 -0
  82. package/dist/generated/config/models/pagedDataCollectionDataSetsDataSet.d.ts +2 -0
  83. package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.d.ts +2 -0
  84. package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.d.ts +2 -0
  85. package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +2 -0
  86. package/dist/generated/config/models/pagedDataCollectionMessageThreadMessageThreadSummary.d.ts +2 -0
  87. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +2 -0
  88. package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.d.ts +2 -0
  89. package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.d.ts +2 -0
  90. package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +2 -0
  91. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +13 -0
  92. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
  93. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +2 -0
  94. package/dist/generated/config/models/pagedDataCollectionWorkSpaceTemplatesTemplate.d.ts +2 -0
  95. package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +2 -0
  96. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.d.ts +2 -0
  97. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
  98. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +2 -0
  99. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
  100. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
  101. package/dist/generated/config/models/syncsGetParams.d.ts +7 -0
  102. package/dist/generated/config/models/syncsSync.d.ts +11 -0
  103. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +4 -0
  104. package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
  105. package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
  106. package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
  107. package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
  108. package/dist/generated/config/models/usersServicePrincipalDetail.d.ts +14 -0
  109. package/dist/generated/config/models/usersServicePrincipalDetail.js +2 -0
  110. package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
  111. package/dist/generated/config/zod.d.ts +557 -3
  112. package/dist/generated/config/zod.js +518 -31
  113. package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.d.ts +7 -0
  114. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
  115. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
  116. package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
  117. package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
  118. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +20 -9
  119. package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
  120. package/dist/signalr.d.ts +3 -1
  121. package/dist/signalr.js +3 -0
  122. package/package.json +2 -2
  123. /package/dist/generated/config/models/{blocksUsedInWorkspaceRef.js → blocksUsedInRef.js} +0 -0
  124. /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → configApiFlowRunIdentityMapRequest.js} +0 -0
@@ -51,6 +51,7 @@ export declare const accessGetAccessesResponse: zod.ZodObject<{
51
51
  userEmailAddress: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
52
52
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
53
53
  }, zod.core.$strip>>;
54
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
54
55
  total: zod.ZodNumber;
55
56
  }, zod.core.$strip>;
56
57
  /**
@@ -81,6 +82,7 @@ export declare const accessGetGroupsResponse: zod.ZodObject<{
81
82
  groupId: zod.ZodString;
82
83
  isAssigned: zod.ZodBoolean;
83
84
  }, zod.core.$strip>>;
85
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
84
86
  total: zod.ZodNumber;
85
87
  }, zod.core.$strip>;
86
88
  /**
@@ -118,6 +120,7 @@ export declare const accessGetUsersInRoleRolesRoleIdUsersResponse: zod.ZodObject
118
120
  isAssigned: zod.ZodBoolean;
119
121
  userId: zod.ZodString;
120
122
  }, zod.core.$strip>>;
123
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
121
124
  total: zod.ZodNumber;
122
125
  }, zod.core.$strip>;
123
126
  /**
@@ -138,6 +141,7 @@ export declare const accessSearchGroupsResponse: zod.ZodObject<{
138
141
  groupId: zod.ZodString;
139
142
  isAssigned: zod.ZodBoolean;
140
143
  }, zod.core.$strip>>;
144
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
141
145
  total: zod.ZodNumber;
142
146
  }, zod.core.$strip>;
143
147
  /**
@@ -158,6 +162,7 @@ export declare const accessSearchServicePrincipalsResponse: zod.ZodObject<{
158
162
  id: zod.ZodString;
159
163
  isAssigned: zod.ZodBoolean;
160
164
  }, zod.core.$strip>>;
165
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
161
166
  total: zod.ZodNumber;
162
167
  }, zod.core.$strip>;
163
168
  /**
@@ -179,6 +184,7 @@ export declare const accessSearchUsersResponse: zod.ZodObject<{
179
184
  isAssigned: zod.ZodBoolean;
180
185
  name: zod.ZodString;
181
186
  }, zod.core.$strip>>;
187
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
182
188
  total: zod.ZodNumber;
183
189
  }, zod.core.$strip>;
184
190
  /**
@@ -201,6 +207,7 @@ export declare const accessGetUsersInRoleUsersResponse: zod.ZodObject<{
201
207
  isAssigned: zod.ZodBoolean;
202
208
  userId: zod.ZodString;
203
209
  }, zod.core.$strip>>;
210
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
204
211
  total: zod.ZodNumber;
205
212
  }, zod.core.$strip>;
206
213
  /**
@@ -283,6 +290,7 @@ export declare const activityGetLoggingResponse: zod.ZodObject<{
283
290
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
284
291
  workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
285
292
  }, zod.core.$strip>>;
293
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
286
294
  total: zod.ZodNumber;
287
295
  }, zod.core.$strip>;
288
296
  /**
@@ -323,6 +331,7 @@ export declare const blockSetsGetBlockSetsQueryParams: zod.ZodObject<{
323
331
  types: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
324
332
  }, zod.core.$strict>;
325
333
  export declare const blockSetsGetBlockSetsResponseIdRegExp: RegExp;
334
+ export declare const blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp: RegExp;
326
335
  export declare const blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp: RegExp;
327
336
  export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
328
337
  blockInterfaces: zod.ZodRecord<zod.ZodString, zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -393,6 +402,10 @@ export declare const blockSetsGetBlockSetsResponseItem: zod.ZodObject<{
393
402
  Custom: "Custom";
394
403
  Debug: "Debug";
395
404
  }>;
405
+ usedInDataSets: zod.ZodArray<zod.ZodObject<{
406
+ id: zod.ZodString;
407
+ name: zod.ZodString;
408
+ }, zod.core.$strip>>;
396
409
  usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
397
410
  id: zod.ZodString;
398
411
  name: zod.ZodString;
@@ -467,6 +480,10 @@ export declare const blockSetsGetBlockSetsResponse: zod.ZodArray<zod.ZodObject<{
467
480
  Custom: "Custom";
468
481
  Debug: "Debug";
469
482
  }>;
483
+ usedInDataSets: zod.ZodArray<zod.ZodObject<{
484
+ id: zod.ZodString;
485
+ name: zod.ZodString;
486
+ }, zod.core.$strip>>;
470
487
  usedInWorkspaces: zod.ZodArray<zod.ZodObject<{
471
488
  id: zod.ZodString;
472
489
  name: zod.ZodString;
@@ -720,6 +737,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
720
737
  triggers: zod.ZodArray<zod.ZodObject<{
721
738
  dataSourceContainer: zod.ZodObject<{
722
739
  dataSourceId: zod.ZodString;
740
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
723
741
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
724
742
  operator: zod.ZodString;
725
743
  propertyName: zod.ZodString;
@@ -730,6 +748,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
730
748
  path: zod.ZodString;
731
749
  }, zod.core.$strip>;
732
750
  flowId: zod.ZodString;
751
+ honourSourceDeletes: zod.ZodBoolean;
733
752
  id: zod.ZodString;
734
753
  inputName: zod.ZodString;
735
754
  type: zod.ZodEnum<{
@@ -834,6 +853,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
834
853
  triggers: zod.ZodArray<zod.ZodObject<{
835
854
  dataSourceContainer: zod.ZodObject<{
836
855
  dataSourceId: zod.ZodString;
856
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
837
857
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
838
858
  operator: zod.ZodString;
839
859
  propertyName: zod.ZodString;
@@ -844,6 +864,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
844
864
  path: zod.ZodString;
845
865
  }, zod.core.$strip>;
846
866
  flowId: zod.ZodString;
867
+ honourSourceDeletes: zod.ZodBoolean;
847
868
  id: zod.ZodString;
848
869
  inputName: zod.ZodString;
849
870
  type: zod.ZodEnum<{
@@ -880,9 +901,12 @@ export declare const dataSetsGetQueryParams: zod.ZodObject<{
880
901
  take: zod.ZodDefault<zod.ZodNumber>;
881
902
  skip: zod.ZodOptional<zod.ZodNumber>;
882
903
  search: zod.ZodOptional<zod.ZodString>;
904
+ sortBy: zod.ZodOptional<zod.ZodString>;
905
+ sortDirection: zod.ZodOptional<zod.ZodString>;
883
906
  }, zod.core.$strict>;
884
907
  export declare const dataSetsGetResponseDataItemDataSpaceIdRegExp: RegExp;
885
908
  export declare const dataSetsGetResponseDataItemFlowIdRegExp: RegExp;
909
+ export declare const dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp: RegExp;
886
910
  export declare const dataSetsGetResponseDataItemIdRegExp: RegExp;
887
911
  export declare const dataSetsGetResponseDataItemVersionRegExp: RegExp;
888
912
  export declare const dataSetsGetResponse: zod.ZodObject<{
@@ -892,6 +916,7 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
892
916
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
893
917
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
894
918
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
919
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
895
920
  id: zod.ZodString;
896
921
  modifiedAt: zod.ZodISODateTime;
897
922
  modifiedByUserId: zod.ZodString;
@@ -908,6 +933,7 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
908
933
  subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
909
934
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
910
935
  }, zod.core.$strip>>;
936
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
911
937
  total: zod.ZodNumber;
912
938
  }, zod.core.$strip>;
913
939
  export declare const dataSetsGetItemPathDataSetIdRegExp: RegExp;
@@ -946,6 +972,7 @@ export declare const dataSetsGetByIdParams: zod.ZodObject<{
946
972
  }, zod.core.$strict>;
947
973
  export declare const dataSetsGetByIdResponseDataSpaceIdRegExp: RegExp;
948
974
  export declare const dataSetsGetByIdResponseFlowIdRegExp: RegExp;
975
+ export declare const dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp: RegExp;
949
976
  export declare const dataSetsGetByIdResponseIdRegExp: RegExp;
950
977
  export declare const dataSetsGetByIdResponseVersionRegExp: RegExp;
951
978
  export declare const dataSetsGetByIdResponse: zod.ZodObject<{
@@ -954,6 +981,7 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
954
981
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
955
982
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
956
983
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
984
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
957
985
  id: zod.ZodString;
958
986
  modifiedAt: zod.ZodISODateTime;
959
987
  modifiedByUserId: zod.ZodString;
@@ -981,6 +1009,7 @@ export declare const dataSetsPutBodyIdRegExp: RegExp;
981
1009
  export declare const dataSetsPutBody: zod.ZodObject<{
982
1010
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
983
1011
  dataSourceId: zod.ZodString;
1012
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
984
1013
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
985
1014
  operator: zod.ZodString;
986
1015
  propertyName: zod.ZodString;
@@ -994,6 +1023,7 @@ export declare const dataSetsPutBody: zod.ZodObject<{
994
1023
  }, zod.core.$strict>;
995
1024
  export declare const dataSetsPutResponseDataSpaceIdRegExp: RegExp;
996
1025
  export declare const dataSetsPutResponseFlowIdRegExp: RegExp;
1026
+ export declare const dataSetsPutResponseHonourDeletesContainerIdsItemRegExp: RegExp;
997
1027
  export declare const dataSetsPutResponseIdRegExp: RegExp;
998
1028
  export declare const dataSetsPutResponseVersionRegExp: RegExp;
999
1029
  export declare const dataSetsPutResponse: zod.ZodObject<{
@@ -1002,6 +1032,7 @@ export declare const dataSetsPutResponse: zod.ZodObject<{
1002
1032
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1003
1033
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1004
1034
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1035
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1005
1036
  id: zod.ZodString;
1006
1037
  modifiedAt: zod.ZodISODateTime;
1007
1038
  modifiedByUserId: zod.ZodString;
@@ -1051,6 +1082,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
1051
1082
  data: zod.ZodArray<zod.ZodObject<{
1052
1083
  containerId: zod.ZodString;
1053
1084
  createdAt: zod.ZodISODateTime;
1085
+ deletedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1054
1086
  flowRuns: zod.ZodArray<zod.ZodObject<{
1055
1087
  errors: zod.ZodArray<zod.ZodObject<{
1056
1088
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -1059,7 +1091,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
1059
1091
  }, zod.core.$strip>>;
1060
1092
  finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1061
1093
  flowRunId: zod.ZodString;
1062
- runAt: zod.ZodISODateTime;
1094
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1063
1095
  status: zod.ZodString;
1064
1096
  }, zod.core.$strip>>;
1065
1097
  id: zod.ZodString;
@@ -1067,6 +1099,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
1067
1099
  path: zod.ZodString;
1068
1100
  status: zod.ZodString;
1069
1101
  }, zod.core.$strip>>;
1102
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1070
1103
  total: zod.ZodNumber;
1071
1104
  }, zod.core.$strip>;
1072
1105
  /**
@@ -1080,6 +1113,7 @@ export declare const dataSetsSetDataspaceBodyRegExp: RegExp;
1080
1113
  export declare const dataSetsSetDataspaceBody: zod.ZodString;
1081
1114
  export declare const dataSetsSetDataspaceResponseDataSpaceIdRegExp: RegExp;
1082
1115
  export declare const dataSetsSetDataspaceResponseFlowIdRegExp: RegExp;
1116
+ export declare const dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp: RegExp;
1083
1117
  export declare const dataSetsSetDataspaceResponseIdRegExp: RegExp;
1084
1118
  export declare const dataSetsSetDataspaceResponseVersionRegExp: RegExp;
1085
1119
  export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
@@ -1088,6 +1122,7 @@ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
1088
1122
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1089
1123
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1090
1124
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1125
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1091
1126
  id: zod.ZodString;
1092
1127
  modifiedAt: zod.ZodISODateTime;
1093
1128
  modifiedByUserId: zod.ZodString;
@@ -1153,6 +1188,7 @@ export declare const dataSetsGetItemsResponse: zod.ZodObject<{
1153
1188
  }, zod.core.$strip>;
1154
1189
  properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1155
1190
  }, zod.core.$strip>>;
1191
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1156
1192
  total: zod.ZodNumber;
1157
1193
  }, zod.core.$strip>;
1158
1194
  export declare const dataSetsAddItemPathIdRegExp: RegExp;
@@ -1195,6 +1231,7 @@ export declare const dataSetsSearchItemsResponse: zod.ZodObject<{
1195
1231
  }, zod.core.$strip>;
1196
1232
  properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1197
1233
  }, zod.core.$strip>>;
1234
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1198
1235
  total: zod.ZodNumber;
1199
1236
  }, zod.core.$strip>;
1200
1237
  export declare const dataSetsDeleteItemPathIdRegExp: RegExp;
@@ -1204,6 +1241,11 @@ export declare const dataSetsDeleteItemParams: zod.ZodObject<{
1204
1241
  itemId: zod.ZodString;
1205
1242
  }, zod.core.$strict>;
1206
1243
  /**
1244
+ * The `isVector` field is deprecated: the platform no longer uses it,
1245
+ and it has no effect on ingestion or querying. It remains available as an
1246
+ optional field for backward compatibility with existing integrations —
1247
+ new integrations should omit it. When omitted, the stored value is
1248
+ preserved on update and defaults to `false` on create.
1207
1249
  * @summary Upsert a single property on a dataset.
1208
1250
  */
1209
1251
  export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
@@ -1212,7 +1254,7 @@ export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
1212
1254
  }, zod.core.$strict>;
1213
1255
  export declare const dataSetsAddDataSetPropertyBody: zod.ZodObject<{
1214
1256
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1215
- isVector: zod.ZodBoolean;
1257
+ isVector: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1216
1258
  name: zod.ZodString;
1217
1259
  }, zod.core.$strict>;
1218
1260
  export declare const dataSetsAddDataSetPropertyResponse: zod.ZodObject<{
@@ -1277,6 +1319,7 @@ export declare const dataSetsGetIngestionRunsResponse: zod.ZodObject<{
1277
1319
  principal: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1278
1320
  }, zod.core.$strip>;
1279
1321
  }, zod.core.$strip>>;
1322
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1280
1323
  total: zod.ZodNumber;
1281
1324
  }, zod.core.$strip>;
1282
1325
  /**
@@ -1293,6 +1336,22 @@ export declare const dataSetsPutScopingBody: zod.ZodObject<{
1293
1336
  }>;
1294
1337
  subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1295
1338
  }, zod.core.$strict>;
1339
+ /**
1340
+ * @summary Whether this dataset hides items whose source file was deleted in the given
1341
+ container. Per container, because the setting belongs to that subscription.
1342
+ Off is the default and does not disable detection — deletions are always
1343
+ recorded and always marked on the affected rows; this only decides whether a
1344
+ marked row is returned. Nothing here deletes anything.
1345
+ */
1346
+ export declare const dataSetsPutSourceDeletesPathIdRegExp: RegExp;
1347
+ export declare const dataSetsPutSourceDeletesParams: zod.ZodObject<{
1348
+ id: zod.ZodString;
1349
+ }, zod.core.$strict>;
1350
+ export declare const dataSetsPutSourceDeletesBodyContainerIdRegExp: RegExp;
1351
+ export declare const dataSetsPutSourceDeletesBody: zod.ZodObject<{
1352
+ containerId: zod.ZodString;
1353
+ honourSourceDeletes: zod.ZodBoolean;
1354
+ }, zod.core.$strict>;
1296
1355
  /**
1297
1356
  * @summary Fetch a list of all available data source types in SmartSpace.
1298
1357
  */
@@ -1343,6 +1402,7 @@ export declare const dataSourceTypesGetAvailableContainersBody: zod.ZodObject<{
1343
1402
  }, zod.core.$strict>;
1344
1403
  export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodObject<{
1345
1404
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1405
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1346
1406
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1347
1407
  operator: zod.ZodString;
1348
1408
  propertyName: zod.ZodString;
@@ -1357,6 +1417,7 @@ export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodO
1357
1417
  }, zod.core.$strip>;
1358
1418
  export declare const dataSourceTypesGetAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
1359
1419
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1420
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1360
1421
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1361
1422
  operator: zod.ZodString;
1362
1423
  propertyName: zod.ZodString;
@@ -1401,6 +1462,7 @@ export declare const dataSourcesGetResponse: zod.ZodObject<{
1401
1462
  data: zod.ZodArray<zod.ZodObject<{
1402
1463
  containers: zod.ZodArray<zod.ZodObject<{
1403
1464
  dataSourceId: zod.ZodString;
1465
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1404
1466
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1405
1467
  operator: zod.ZodString;
1406
1468
  propertyName: zod.ZodString;
@@ -1432,6 +1494,7 @@ export declare const dataSourcesGetResponse: zod.ZodObject<{
1432
1494
  name: zod.ZodString;
1433
1495
  searchable: zod.ZodBoolean;
1434
1496
  }, zod.core.$strip>>;
1497
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1435
1498
  total: zod.ZodNumber;
1436
1499
  }, zod.core.$strip>;
1437
1500
  /**
@@ -1461,6 +1524,7 @@ export declare const dataSourcesPostResponseIdRegExp: RegExp;
1461
1524
  export declare const dataSourcesPostResponse: zod.ZodObject<{
1462
1525
  containers: zod.ZodArray<zod.ZodObject<{
1463
1526
  dataSourceId: zod.ZodString;
1527
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1464
1528
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1465
1529
  operator: zod.ZodString;
1466
1530
  propertyName: zod.ZodString;
@@ -1524,6 +1588,7 @@ export declare const dataSourcesContainersResponseDataSourceIdRegExp: RegExp;
1524
1588
  export declare const dataSourcesContainersResponseIdRegExp: RegExp;
1525
1589
  export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1526
1590
  dataSourceId: zod.ZodString;
1591
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1527
1592
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1528
1593
  operator: zod.ZodString;
1529
1594
  propertyName: zod.ZodString;
@@ -1535,6 +1600,7 @@ export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1535
1600
  }, zod.core.$strip>;
1536
1601
  export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
1537
1602
  dataSourceId: zod.ZodString;
1603
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1538
1604
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1539
1605
  operator: zod.ZodString;
1540
1606
  propertyName: zod.ZodString;
@@ -1586,6 +1652,15 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
1586
1652
  export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
1587
1653
  credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
1588
1654
  }, zod.core.$strict>;
1655
+ /**
1656
+ * @summary Requests an on-demand sync of a data source. The request is queued;
1657
+ the sync service picks it up within ~30 seconds. Repeated requests
1658
+ are safe — concurrent syncs of the same source collapse to one run.
1659
+ */
1660
+ export declare const dataSourcesRequestSyncPathDataSourceIdRegExp: RegExp;
1661
+ export declare const dataSourcesRequestSyncParams: zod.ZodObject<{
1662
+ dataSourceId: zod.ZodString;
1663
+ }, zod.core.$strict>;
1589
1664
  export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
1590
1665
  export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
1591
1666
  id: zod.ZodString;
@@ -1619,6 +1694,7 @@ export declare const dataSpacesGetQueryParams: zod.ZodObject<{
1619
1694
  }, zod.core.$strict>;
1620
1695
  export declare const dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
1621
1696
  export declare const dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp: RegExp;
1697
+ export declare const dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1622
1698
  export declare const dataSpacesGetResponseDataItemDataSetsItemIdRegExp: RegExp;
1623
1699
  export declare const dataSpacesGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
1624
1700
  export declare const dataSpacesGetResponseDataItemIdRegExp: RegExp;
@@ -1634,6 +1710,7 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1634
1710
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1635
1711
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1636
1712
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1713
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1637
1714
  id: zod.ZodString;
1638
1715
  modifiedAt: zod.ZodISODateTime;
1639
1716
  modifiedByUserId: zod.ZodString;
@@ -1660,6 +1737,7 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1660
1737
  name: zod.ZodString;
1661
1738
  }, zod.core.$strip>>;
1662
1739
  }, zod.core.$strip>>;
1740
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1663
1741
  total: zod.ZodNumber;
1664
1742
  }, zod.core.$strip>;
1665
1743
  /**
@@ -1680,6 +1758,7 @@ export declare const dataSpacesGetByIdParams: zod.ZodObject<{
1680
1758
  }, zod.core.$strict>;
1681
1759
  export declare const dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1682
1760
  export declare const dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp: RegExp;
1761
+ export declare const dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1683
1762
  export declare const dataSpacesGetByIdResponseDataSetsItemIdRegExp: RegExp;
1684
1763
  export declare const dataSpacesGetByIdResponseDataSetsItemVersionRegExp: RegExp;
1685
1764
  export declare const dataSpacesGetByIdResponseIdRegExp: RegExp;
@@ -1694,6 +1773,7 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1694
1773
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1695
1774
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1696
1775
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1776
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1697
1777
  id: zod.ZodString;
1698
1778
  modifiedAt: zod.ZodISODateTime;
1699
1779
  modifiedByUserId: zod.ZodString;
@@ -1736,6 +1816,7 @@ export declare const dataSpacesPutBody: zod.ZodObject<{
1736
1816
  }, zod.core.$strict>;
1737
1817
  export declare const dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1738
1818
  export declare const dataSpacesPutResponseDataSetsItemFlowIdRegExp: RegExp;
1819
+ export declare const dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1739
1820
  export declare const dataSpacesPutResponseDataSetsItemIdRegExp: RegExp;
1740
1821
  export declare const dataSpacesPutResponseDataSetsItemVersionRegExp: RegExp;
1741
1822
  export declare const dataSpacesPutResponseIdRegExp: RegExp;
@@ -1750,6 +1831,7 @@ export declare const dataSpacesPutResponse: zod.ZodObject<{
1750
1831
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1751
1832
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1752
1833
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1834
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1753
1835
  id: zod.ZodString;
1754
1836
  modifiedAt: zod.ZodISODateTime;
1755
1837
  modifiedByUserId: zod.ZodString;
@@ -1811,9 +1893,12 @@ export declare const dataSpacesGetDataSetsQueryParams: zod.ZodObject<{
1811
1893
  take: zod.ZodDefault<zod.ZodNumber>;
1812
1894
  skip: zod.ZodOptional<zod.ZodNumber>;
1813
1895
  search: zod.ZodOptional<zod.ZodString>;
1896
+ sortBy: zod.ZodOptional<zod.ZodString>;
1897
+ sortDirection: zod.ZodOptional<zod.ZodString>;
1814
1898
  }, zod.core.$strict>;
1815
1899
  export declare const dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp: RegExp;
1816
1900
  export declare const dataSpacesGetDataSetsResponseDataItemFlowIdRegExp: RegExp;
1901
+ export declare const dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp: RegExp;
1817
1902
  export declare const dataSpacesGetDataSetsResponseDataItemIdRegExp: RegExp;
1818
1903
  export declare const dataSpacesGetDataSetsResponseDataItemVersionRegExp: RegExp;
1819
1904
  export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
@@ -1823,6 +1908,7 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1823
1908
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1824
1909
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1825
1910
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1911
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1826
1912
  id: zod.ZodString;
1827
1913
  modifiedAt: zod.ZodISODateTime;
1828
1914
  modifiedByUserId: zod.ZodString;
@@ -1839,6 +1925,7 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1839
1925
  subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1840
1926
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1841
1927
  }, zod.core.$strip>>;
1928
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1842
1929
  total: zod.ZodNumber;
1843
1930
  }, zod.core.$strip>;
1844
1931
  /**
@@ -1852,6 +1939,7 @@ export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegEx
1852
1939
  export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
1853
1940
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1854
1941
  dataSourceId: zod.ZodString;
1942
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1855
1943
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1856
1944
  operator: zod.ZodString;
1857
1945
  propertyName: zod.ZodString;
@@ -1868,6 +1956,13 @@ export declare const debugInvokeParams: zod.ZodObject<{
1868
1956
  }, zod.core.$strict>;
1869
1957
  export declare const debugInvokeBodyItem: zod.ZodAny;
1870
1958
  export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
1959
+ /**
1960
+ * @summary Mongo index health for the flow-runs store: planned-vs-existing
1961
+ indexes per collection, the latest index-ensure outcome per index
1962
+ (including repeated failures), and any in-flight index
1963
+ transformations with their progress (currentOp).
1964
+ */
1965
+ export declare const diagnosticsGetMongoIndexesResponse: zod.ZodAny;
1871
1966
  /**
1872
1967
  * @summary List the current user's drafts (without parsed interfaces — load detail to get those).
1873
1968
  */
@@ -2334,6 +2429,16 @@ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
2334
2429
  export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
2335
2430
  id: zod.ZodString;
2336
2431
  }, zod.core.$strict>;
2432
+ /**
2433
+ * @summary Requests cancellation of a queued or running flow run. Cancellation
2434
+ is cooperative: a queued run is stamped cancelled before it starts;
2435
+ a running flow stops between block executions, typically within
2436
+ seconds. Cancelled runs carry cancelledAt in their basic info.
2437
+ */
2438
+ export declare const flowRunsCancelFlowRunPathIdRegExpOne: RegExp;
2439
+ export declare const flowRunsCancelFlowRunParams: zod.ZodObject<{
2440
+ id: zod.ZodString;
2441
+ }, zod.core.$strict>;
2337
2442
  export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
2338
2443
  export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
2339
2444
  id: zod.ZodString;
@@ -2350,6 +2455,9 @@ export declare const flowRunsAddFileIdFilesExistingBody: zod.ZodObject<{
2350
2455
  blobUri: zod.ZodString;
2351
2456
  flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2352
2457
  }, zod.core.$strict>;
2458
+ /**
2459
+ * @summary Lists a run's function executions, newest first.
2460
+ */
2353
2461
  export declare const flowRunsGetStepExecutionsPathIdRegExp: RegExp;
2354
2462
  export declare const flowRunsGetStepExecutionsParams: zod.ZodObject<{
2355
2463
  id: zod.ZodString;
@@ -2362,6 +2470,7 @@ export declare const flowRunsGetStepExecutionsQueryParams: zod.ZodObject<{
2362
2470
  take: zod.ZodDefault<zod.ZodNumber>;
2363
2471
  search: zod.ZodOptional<zod.ZodString>;
2364
2472
  "blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2473
+ includeValues: zod.ZodOptional<zod.ZodBoolean>;
2365
2474
  }, zod.core.$strict>;
2366
2475
  export declare const flowRunsGetStepExecutionsResponseLogsItemIdRegExp: RegExp;
2367
2476
  export declare const flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
@@ -2386,6 +2495,8 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2386
2495
  createdAt: zod.ZodISODateTime;
2387
2496
  data: zod.ZodAny;
2388
2497
  id: zod.ZodString;
2498
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2499
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2389
2500
  source: zod.ZodObject<{
2390
2501
  node: zod.ZodString;
2391
2502
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2398,15 +2509,92 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2398
2509
  createdAt: zod.ZodISODateTime;
2399
2510
  data: zod.ZodAny;
2400
2511
  id: zod.ZodString;
2512
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2513
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2401
2514
  source: zod.ZodObject<{
2402
2515
  node: zod.ZodString;
2403
2516
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2404
2517
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2405
2518
  }, zod.core.$strip>;
2406
2519
  }, zod.core.$strip>>;
2520
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2521
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2407
2522
  }, zod.core.$strip>>;
2408
2523
  total: zod.ZodNumber;
2409
2524
  }, zod.core.$strip>;
2525
+ /**
2526
+ * Inline values are returned as stored. Values spilled to blob storage come
2527
+ back by reference (`isBlob`, `sizeBytes`, `data` null) and are
2528
+ fetched with M:SmartSpace.App.ConfigApi.Controllers.FlowRunsController.GetFlowValueDownload(System.Guid,System.Guid); they are never downloaded on
2529
+ this read, so expanding a large step costs the same as a small one.
2530
+ * @summary Gets one execution of a run with its input/output values — the detail read
2531
+ behind `functionexecutions?includeValues=false`.
2532
+ */
2533
+ export declare const flowRunsGetStepExecutionPathIdRegExp: RegExp;
2534
+ export declare const flowRunsGetStepExecutionPathExecutionIdRegExp: RegExp;
2535
+ export declare const flowRunsGetStepExecutionParams: zod.ZodObject<{
2536
+ id: zod.ZodString;
2537
+ executionId: zod.ZodString;
2538
+ }, zod.core.$strict>;
2539
+ export declare const flowRunsGetStepExecutionResponseIdRegExp: RegExp;
2540
+ export declare const flowRunsGetStepExecutionResponseInputsItemIdRegExp: RegExp;
2541
+ export declare const flowRunsGetStepExecutionResponseInputsItemValueIdRegExp: RegExp;
2542
+ export declare const flowRunsGetStepExecutionResponseOutputsItemIdRegExp: RegExp;
2543
+ export declare const flowRunsGetStepExecutionResponse: zod.ZodObject<{
2544
+ blockId: zod.ZodString;
2545
+ createdAt: zod.ZodISODateTime;
2546
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2547
+ functionName: zod.ZodString;
2548
+ id: zod.ZodString;
2549
+ inputs: zod.ZodArray<zod.ZodObject<{
2550
+ blockId: zod.ZodString;
2551
+ createdAt: zod.ZodISODateTime;
2552
+ id: zod.ZodString;
2553
+ pin: zod.ZodString;
2554
+ port: zod.ZodString;
2555
+ sticky: zod.ZodBoolean;
2556
+ value: zod.ZodObject<{
2557
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
2558
+ createdAt: zod.ZodISODateTime;
2559
+ data: zod.ZodAny;
2560
+ id: zod.ZodString;
2561
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2562
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2563
+ source: zod.ZodObject<{
2564
+ node: zod.ZodString;
2565
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2566
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2567
+ }, zod.core.$strip>;
2568
+ }, zod.core.$strip>;
2569
+ }, zod.core.$strip>>;
2570
+ outputs: zod.ZodArray<zod.ZodObject<{
2571
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
2572
+ createdAt: zod.ZodISODateTime;
2573
+ data: zod.ZodAny;
2574
+ id: zod.ZodString;
2575
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2576
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2577
+ source: zod.ZodObject<{
2578
+ node: zod.ZodString;
2579
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2580
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2581
+ }, zod.core.$strip>;
2582
+ }, zod.core.$strip>>;
2583
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2584
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2585
+ }, zod.core.$strip>;
2586
+ /**
2587
+ * Redirects to short-lived direct-from-storage link, so the payload never
2588
+ transits this service — the same pattern as file downloads. Only values the
2589
+ per-execution read returned by reference resolve here.
2590
+ * @summary Downloads a blob-spilled value's payload.
2591
+ */
2592
+ export declare const flowRunsGetFlowValueDownloadPathIdRegExp: RegExp;
2593
+ export declare const flowRunsGetFlowValueDownloadPathValueIdRegExp: RegExp;
2594
+ export declare const flowRunsGetFlowValueDownloadParams: zod.ZodObject<{
2595
+ id: zod.ZodString;
2596
+ valueId: zod.ZodString;
2597
+ }, zod.core.$strict>;
2410
2598
  export declare const flowRunsGetVariablesPathIdRegExpOne: RegExp;
2411
2599
  export declare const flowRunsGetVariablesParams: zod.ZodObject<{
2412
2600
  id: zod.ZodString;
@@ -2584,6 +2772,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
2584
2772
  }>>;
2585
2773
  displayName: zod.ZodString;
2586
2774
  id: zod.ZodString;
2775
+ isDefault: zod.ZodBoolean;
2587
2776
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2588
2777
  OpenAi: "OpenAi";
2589
2778
  AzureOpenAi: "AzureOpenAi";
@@ -2620,6 +2809,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
2620
2809
  }, zod.core.$strip>>;
2621
2810
  virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2622
2811
  }, zod.core.$strip>>;
2812
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2623
2813
  total: zod.ZodNumber;
2624
2814
  }, zod.core.$strip>;
2625
2815
  /**
@@ -2672,6 +2862,59 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
2672
2862
  Other: "Other";
2673
2863
  }>>;
2674
2864
  }, zod.core.$strict>;
2865
+ /**
2866
+ * @summary Retrieves the instance-wide default model — the one pre-selected on new LLM blocks and the default workspace flow.
2867
+ */
2868
+ export declare const modelsGetDefaultModelResponseIdRegExp: RegExp;
2869
+ export declare const modelsGetDefaultModelResponse: zod.ZodObject<{
2870
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2871
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2872
+ deploymentStatus: zod.ZodOptional<zod.ZodEnum<{
2873
+ Deploying: "Deploying";
2874
+ Ready: "Ready";
2875
+ Failed: "Failed";
2876
+ Deleting: "Deleting";
2877
+ Deleted: "Deleted";
2878
+ }>>;
2879
+ displayName: zod.ZodString;
2880
+ id: zod.ZodString;
2881
+ isDefault: zod.ZodBoolean;
2882
+ modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2883
+ OpenAi: "OpenAi";
2884
+ AzureOpenAi: "AzureOpenAi";
2885
+ HuggingFace: "HuggingFace";
2886
+ Cohere: "Cohere";
2887
+ Anthropic: "Anthropic";
2888
+ Gemini: "Gemini";
2889
+ VertexAi: "VertexAi";
2890
+ AzureFoundry: "AzureFoundry";
2891
+ }>>;
2892
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2893
+ OpenAi: "OpenAi";
2894
+ HuggingFace: "HuggingFace";
2895
+ Cohere: "Cohere";
2896
+ Anthropic: "Anthropic";
2897
+ Google: "Google";
2898
+ Meta: "Meta";
2899
+ Mistral: "Mistral";
2900
+ Microsoft: "Microsoft";
2901
+ DeepSeek: "DeepSeek";
2902
+ XAi: "XAi";
2903
+ Amazon: "Amazon";
2904
+ Qwen: "Qwen";
2905
+ Other: "Other";
2906
+ }>>;
2907
+ name: zod.ZodString;
2908
+ properties: zod.ZodArray<zod.ZodObject<{
2909
+ name: zod.ZodString;
2910
+ type: zod.ZodEnum<{
2911
+ Boolean: "Boolean";
2912
+ Number: "Number";
2913
+ String: "String";
2914
+ }>;
2915
+ }, zod.core.$strip>>;
2916
+ virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2917
+ }, zod.core.$strip>;
2675
2918
  export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
2676
2919
  serverType: zod.ZodOptional<zod.ZodEnum<{
2677
2920
  TextGenerationInference: "TextGenerationInference";
@@ -2744,6 +2987,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2744
2987
  }, zod.core.$strip>>;
2745
2988
  displayName: zod.ZodString;
2746
2989
  id: zod.ZodString;
2990
+ isDefault: zod.ZodBoolean;
2747
2991
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2748
2992
  OpenAi: "OpenAi";
2749
2993
  AzureOpenAi: "AzureOpenAi";
@@ -2833,6 +3077,20 @@ export declare const modelsUpsertModelBody: zod.ZodObject<{
2833
3077
  Other: "Other";
2834
3078
  }>>;
2835
3079
  }, zod.core.$strict>;
3080
+ /**
3081
+ * @summary Clears the default flag from the specified model, leaving the instance with no default.
3082
+ */
3083
+ export declare const modelsClearDefaultModelPathIdRegExp: RegExp;
3084
+ export declare const modelsClearDefaultModelParams: zod.ZodObject<{
3085
+ id: zod.ZodString;
3086
+ }, zod.core.$strict>;
3087
+ /**
3088
+ * @summary Makes the specified model the instance-wide default, replacing any previous default.
3089
+ */
3090
+ export declare const modelsSetDefaultModelPathIdRegExp: RegExp;
3091
+ export declare const modelsSetDefaultModelParams: zod.ZodObject<{
3092
+ id: zod.ZodString;
3093
+ }, zod.core.$strict>;
2836
3094
  /**
2837
3095
  * @summary Retrieves the Docker logs for a specific deployment of a model.
2838
3096
  */
@@ -2878,6 +3136,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
2878
3136
  WorkSpaceUpdated: "WorkSpaceUpdated";
2879
3137
  MessageThreadUpdated: "MessageThreadUpdated";
2880
3138
  CommentUpdated: "CommentUpdated";
3139
+ AddedToThread: "AddedToThread";
2881
3140
  }>;
2882
3141
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2883
3142
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2963,12 +3222,54 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
2963
3222
  name: zod.ZodString;
2964
3223
  }, zod.core.$strip>>;
2965
3224
  }, zod.core.$strip>;
3225
+ /**
3226
+ * @summary List API accounts: service principals holding the SmartSpace integration
3227
+ role, with their permission flags and last recorded activity.
3228
+ */
3229
+ export declare const servicePrincipalsGetServicePrincipalsQuerySkipDefault = 0;
3230
+ export declare const servicePrincipalsGetServicePrincipalsQueryTakeDefault = 20;
3231
+ export declare const servicePrincipalsGetServicePrincipalsQueryParams: zod.ZodObject<{
3232
+ skip: zod.ZodOptional<zod.ZodNumber>;
3233
+ take: zod.ZodDefault<zod.ZodNumber>;
3234
+ search: zod.ZodOptional<zod.ZodString>;
3235
+ }, zod.core.$strict>;
3236
+ export declare const servicePrincipalsGetServicePrincipalsResponse: zod.ZodObject<{
3237
+ data: zod.ZodArray<zod.ZodObject<{
3238
+ id: zod.ZodString;
3239
+ lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3240
+ name: zod.ZodString;
3241
+ permissions: 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
+ }>>;
3252
+ }, zod.core.$strip>>;
3253
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3254
+ total: zod.ZodNumber;
3255
+ }, zod.core.$strip>;
3256
+ /**
3257
+ * @summary List configured syncs. status matches the data
3258
+ source's latest completed sync (e.g. Success / Failure), or "never"
3259
+ for sources with no recorded sync. sortBy:
3260
+ name | connector | lastSync (default: path).
3261
+ */
2966
3262
  export declare const syncsGetQueryTakeDefault = 50;
2967
3263
  export declare const syncsGetQuerySkipDefault = 0;
3264
+ export declare const syncsGetQueryDataSourceIdRegExp: RegExp;
2968
3265
  export declare const syncsGetQueryParams: zod.ZodObject<{
2969
3266
  take: zod.ZodDefault<zod.ZodNumber>;
2970
3267
  skip: zod.ZodOptional<zod.ZodNumber>;
2971
3268
  search: zod.ZodOptional<zod.ZodString>;
3269
+ dataSourceId: zod.ZodOptional<zod.ZodString>;
3270
+ status: zod.ZodOptional<zod.ZodString>;
3271
+ sortBy: zod.ZodOptional<zod.ZodString>;
3272
+ sortDirection: zod.ZodOptional<zod.ZodString>;
2972
3273
  }, zod.core.$strict>;
2973
3274
  export declare const syncsGetResponseDataItemDataSetsItemIdRegExp: RegExp;
2974
3275
  export declare const syncsGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
@@ -2983,6 +3284,7 @@ export declare const syncsGetResponse: zod.ZodObject<{
2983
3284
  }, zod.core.$strip>>;
2984
3285
  dataSource: zod.ZodObject<{
2985
3286
  id: zod.ZodString;
3287
+ isQueued: zod.ZodBoolean;
2986
3288
  isSyncing: zod.ZodBoolean;
2987
3289
  name: zod.ZodString;
2988
3290
  sourceType: zod.ZodEnum<{
@@ -2998,16 +3300,52 @@ export declare const syncsGetResponse: zod.ZodObject<{
2998
3300
  File: "File";
2999
3301
  Sitemap: "Sitemap";
3000
3302
  }>;
3303
+ supportsDeleteDetection: zod.ZodBoolean;
3304
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3001
3305
  }, zod.core.$strip>;
3002
3306
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3003
3307
  highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3004
3308
  id: zod.ZodString;
3309
+ latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3310
+ latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
3311
+ latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3312
+ latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3005
3313
  name: zod.ZodString;
3006
3314
  path: zod.ZodString;
3315
+ recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3316
+ end: zod.ZodISODateTime;
3317
+ itemCount: zod.ZodNumber;
3318
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3319
+ start: zod.ZodISODateTime;
3320
+ status: zod.ZodString;
3321
+ }, zod.core.$strip>>>>;
3007
3322
  statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3008
3323
  }, zod.core.$strip>>;
3324
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3009
3325
  total: zod.ZodNumber;
3010
3326
  }, zod.core.$strip>;
3327
+ /**
3328
+ * @summary The sync-requests queue right now: approximate depth and which data
3329
+ sources have a request WAITING. In-flight requests are invisible to
3330
+ peek (visibility timeout) — that state is each data source's
3331
+ isSyncing flag. Literal route wins over the {containerId} template.
3332
+ */
3333
+ export declare const syncsGetQueueResponseWaitingDataSourceIdsItemRegExp: RegExp;
3334
+ export declare const syncsGetQueueResponse: zod.ZodObject<{
3335
+ depth: zod.ZodNumber;
3336
+ waitingDataSourceIds: zod.ZodArray<zod.ZodString>;
3337
+ }, zod.core.$strip>;
3338
+ /**
3339
+ * @summary Removes the sync: deletes its data source container config record, so
3340
+ the source selection stops being mirrored from the next sync cycle.
3341
+ Refused (DSC400) while any live dataset still subscribes to it via a
3342
+ container flow trigger. Config-only — already-landed items and copied
3343
+ blobs are not cleaned up here.
3344
+ */
3345
+ export declare const syncsDeletePathContainerIdRegExp: RegExp;
3346
+ export declare const syncsDeleteParams: zod.ZodObject<{
3347
+ containerId: zod.ZodString;
3348
+ }, zod.core.$strict>;
3011
3349
  export declare const syncsGetByIdPathContainerIdRegExp: RegExp;
3012
3350
  export declare const syncsGetByIdParams: zod.ZodObject<{
3013
3351
  containerId: zod.ZodString;
@@ -3024,6 +3362,7 @@ export declare const syncsGetByIdResponse: zod.ZodObject<{
3024
3362
  }, zod.core.$strip>>;
3025
3363
  dataSource: zod.ZodObject<{
3026
3364
  id: zod.ZodString;
3365
+ isQueued: zod.ZodBoolean;
3027
3366
  isSyncing: zod.ZodBoolean;
3028
3367
  name: zod.ZodString;
3029
3368
  sourceType: zod.ZodEnum<{
@@ -3039,12 +3378,25 @@ export declare const syncsGetByIdResponse: zod.ZodObject<{
3039
3378
  File: "File";
3040
3379
  Sitemap: "Sitemap";
3041
3380
  }>;
3381
+ supportsDeleteDetection: zod.ZodBoolean;
3382
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3042
3383
  }, zod.core.$strip>;
3043
3384
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3044
3385
  highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3045
3386
  id: zod.ZodString;
3387
+ latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3388
+ latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
3389
+ latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3390
+ latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3046
3391
  name: zod.ZodString;
3047
3392
  path: zod.ZodString;
3393
+ recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3394
+ end: zod.ZodISODateTime;
3395
+ itemCount: zod.ZodNumber;
3396
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3397
+ start: zod.ZodISODateTime;
3398
+ status: zod.ZodString;
3399
+ }, zod.core.$strip>>>>;
3048
3400
  statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3049
3401
  }, zod.core.$strip>;
3050
3402
  /**
@@ -3068,12 +3420,14 @@ export declare const syncsGetItemsResponse: zod.ZodObject<{
3068
3420
  blobUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3069
3421
  bytes: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3070
3422
  containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3423
+ deletedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3071
3424
  id: zod.ZodString;
3072
3425
  isJson: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3073
3426
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3074
3427
  path: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3075
3428
  pending: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3076
3429
  }, zod.core.$strip>>;
3430
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3077
3431
  total: zod.ZodNumber;
3078
3432
  }, zod.core.$strip>;
3079
3433
  /**
@@ -3081,7 +3435,8 @@ export declare const syncsGetItemsResponse: zod.ZodObject<{
3081
3435
  */
3082
3436
  export declare const tenantIdGetResultResponse: zod.ZodString;
3083
3437
  /**
3084
- * @summary Retrieve list users in SmartSpace, filter by roleId, with optional pagination controls take and skip.
3438
+ * @summary Retrieve users assigned to the SmartSpace application (directly or via a group),
3439
+ with optional search and pagination controls take and skip.
3085
3440
  */
3086
3441
  export declare const usersGetUsersQuerySkipDefault = 0;
3087
3442
  export declare const usersGetUsersQueryTakeDefault = 20;
@@ -3110,6 +3465,7 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
3110
3465
  ConnectorDelete: "ConnectorDelete";
3111
3466
  }>>;
3112
3467
  }, zod.core.$strip>>;
3468
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3113
3469
  total: zod.ZodNumber;
3114
3470
  }, zod.core.$strip>;
3115
3471
  export declare const usersGetUsersByFilterParams: zod.ZodObject<{
@@ -3229,6 +3585,7 @@ export declare const usersGetAccessWorkSpacesResponse: zod.ZodObject<{
3229
3585
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3230
3586
  workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3231
3587
  }, zod.core.$strip>>;
3588
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3232
3589
  total: zod.ZodNumber;
3233
3590
  }, zod.core.$strip>;
3234
3591
  export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
@@ -3333,6 +3690,7 @@ export declare const workSpaceTemplatesGetResponse: zod.ZodObject<{
3333
3690
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3334
3691
  }, zod.core.$strip>>;
3335
3692
  }, zod.core.$strip>>;
3693
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3336
3694
  total: zod.ZodNumber;
3337
3695
  }, zod.core.$strip>;
3338
3696
  /**
@@ -3347,6 +3705,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
3347
3705
  sortBy: zod.ZodOptional<zod.ZodString>;
3348
3706
  sortDirection: zod.ZodOptional<zod.ZodString>;
3349
3707
  }, zod.core.$strict>;
3708
+ export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
3350
3709
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3351
3710
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3352
3711
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3367,6 +3726,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
3367
3726
  export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
3368
3727
  export declare const workSpacesGetGetResponse: zod.ZodObject<{
3369
3728
  data: zod.ZodArray<zod.ZodObject<{
3729
+ connectors: zod.ZodArray<zod.ZodObject<{
3730
+ id: zod.ZodString;
3731
+ kind: zod.ZodString;
3732
+ name: zod.ZodString;
3733
+ }, zod.core.$strip>>;
3370
3734
  createdAt: zod.ZodISODateTime;
3371
3735
  createdByUserId: zod.ZodString;
3372
3736
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3438,6 +3802,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3438
3802
  triggers: zod.ZodArray<zod.ZodObject<{
3439
3803
  dataSourceContainer: zod.ZodObject<{
3440
3804
  dataSourceId: zod.ZodString;
3805
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3441
3806
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3442
3807
  operator: zod.ZodString;
3443
3808
  propertyName: zod.ZodString;
@@ -3448,6 +3813,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3448
3813
  path: zod.ZodString;
3449
3814
  }, zod.core.$strip>;
3450
3815
  flowId: zod.ZodString;
3816
+ honourSourceDeletes: zod.ZodBoolean;
3451
3817
  id: zod.ZodString;
3452
3818
  inputName: zod.ZodString;
3453
3819
  type: zod.ZodEnum<{
@@ -3595,6 +3961,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3595
3961
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3596
3962
  }, zod.core.$strip>>;
3597
3963
  }, zod.core.$strip>>;
3964
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3598
3965
  total: zod.ZodNumber;
3599
3966
  }, zod.core.$strip>;
3600
3967
  /**
@@ -3638,6 +4005,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
3638
4005
  export declare const workSpacesGetIdParams: zod.ZodObject<{
3639
4006
  id: zod.ZodString;
3640
4007
  }, zod.core.$strict>;
4008
+ export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
3641
4009
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3642
4010
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3643
4011
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3657,6 +4025,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
3657
4025
  export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
3658
4026
  export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
3659
4027
  export declare const workSpacesGetIdResponse: zod.ZodObject<{
4028
+ connectors: zod.ZodArray<zod.ZodObject<{
4029
+ id: zod.ZodString;
4030
+ kind: zod.ZodString;
4031
+ name: zod.ZodString;
4032
+ }, zod.core.$strip>>;
3660
4033
  createdAt: zod.ZodISODateTime;
3661
4034
  createdByUserId: zod.ZodString;
3662
4035
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3728,6 +4101,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3728
4101
  triggers: zod.ZodArray<zod.ZodObject<{
3729
4102
  dataSourceContainer: zod.ZodObject<{
3730
4103
  dataSourceId: zod.ZodString;
4104
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3731
4105
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3732
4106
  operator: zod.ZodString;
3733
4107
  propertyName: zod.ZodString;
@@ -3738,6 +4112,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3738
4112
  path: zod.ZodString;
3739
4113
  }, zod.core.$strip>;
3740
4114
  flowId: zod.ZodString;
4115
+ honourSourceDeletes: zod.ZodBoolean;
3741
4116
  id: zod.ZodString;
3742
4117
  inputName: zod.ZodString;
3743
4118
  type: zod.ZodEnum<{
@@ -3965,6 +4340,7 @@ export declare const workSpacesGetThreadsResponse: zod.ZodObject<{
3965
4340
  totalMessages: zod.ZodNumber;
3966
4341
  workSpaceId: zod.ZodString;
3967
4342
  }, zod.core.$strip>>;
4343
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3968
4344
  total: zod.ZodNumber;
3969
4345
  }, zod.core.$strip>;
3970
4346
  /**
@@ -4006,6 +4382,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
4006
4382
  temperature: zod.ZodNumber;
4007
4383
  topP: zod.ZodNumber;
4008
4384
  }, zod.core.$strict>;
4385
+ /**
4386
+ * @summary Detaches a connector from a workspace. Flows still referencing it
4387
+ fail at resolve time rather than silently keeping access.
4388
+ */
4389
+ export declare const workSpacesRemoveConnectorPathWorkspaceIdRegExp: RegExp;
4390
+ export declare const workSpacesRemoveConnectorPathConnectorIdRegExp: RegExp;
4391
+ export declare const workSpacesRemoveConnectorParams: zod.ZodObject<{
4392
+ workspaceId: zod.ZodString;
4393
+ connectorId: zod.ZodString;
4394
+ }, zod.core.$strict>;
4395
+ /**
4396
+ * @summary Attaches a connector to a workspace — the access model for external
4397
+ connectors, mirroring dataspaces. Only after this can a flow in the
4398
+ workspace reference the connector, and the resolve endpoint checks
4399
+ the same attachment at call time.
4400
+ */
4401
+ export declare const workSpacesAddConnectorPathWorkspaceIdRegExp: RegExp;
4402
+ export declare const workSpacesAddConnectorPathConnectorIdRegExp: RegExp;
4403
+ export declare const workSpacesAddConnectorParams: zod.ZodObject<{
4404
+ workspaceId: zod.ZodString;
4405
+ connectorId: zod.ZodString;
4406
+ }, zod.core.$strict>;
4009
4407
  /**
4010
4408
  * @summary Removes a data space from a workspace.
4011
4409
  */
@@ -4067,6 +4465,7 @@ export declare const workSpacesGetWorkspaceFilesResponse: zod.ZodObject<{
4067
4465
  Ingesting: "Ingesting";
4068
4466
  }>;
4069
4467
  }, zod.core.$strip>>;
4468
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4070
4469
  total: zod.ZodNumber;
4071
4470
  }, zod.core.$strip>;
4072
4471
  /**
@@ -4272,6 +4671,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
4272
4671
  workspaceId: zod.ZodString;
4273
4672
  }, zod.core.$strict>;
4274
4673
  export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
4674
+ /**
4675
+ * @summary Lists connectors with their auth settings — never a credential.
4676
+ */
4677
+ export declare const connectorsGetConnectorsQueryParams: zod.ZodObject<{
4678
+ kind: zod.ZodOptional<zod.ZodString>;
4679
+ }, zod.core.$strict>;
4680
+ export declare const connectorsGetConnectorsResponseIdRegExp: RegExp;
4681
+ export declare const connectorsGetConnectorsResponseItem: zod.ZodObject<{
4682
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4683
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4684
+ authType: zod.ZodString;
4685
+ createdAt: zod.ZodISODateTime;
4686
+ createdByUserId: zod.ZodString;
4687
+ hasSecret: zod.ZodBoolean;
4688
+ id: zod.ZodString;
4689
+ kind: zod.ZodString;
4690
+ modifiedAt: zod.ZodISODateTime;
4691
+ modifiedByUserId: zod.ZodString;
4692
+ name: zod.ZodString;
4693
+ url: zod.ZodString;
4694
+ }, zod.core.$strip>;
4695
+ export declare const connectorsGetConnectorsResponse: zod.ZodArray<zod.ZodObject<{
4696
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4697
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4698
+ authType: zod.ZodString;
4699
+ createdAt: zod.ZodISODateTime;
4700
+ createdByUserId: zod.ZodString;
4701
+ hasSecret: zod.ZodBoolean;
4702
+ id: zod.ZodString;
4703
+ kind: zod.ZodString;
4704
+ modifiedAt: zod.ZodISODateTime;
4705
+ modifiedByUserId: zod.ZodString;
4706
+ name: zod.ZodString;
4707
+ url: zod.ZodString;
4708
+ }, zod.core.$strip>>;
4709
+ /**
4710
+ * @summary Creates a connector and its shared credential in one call: the value
4711
+ goes to Key Vault, the row stores only the reference.
4712
+ */
4713
+ export declare const connectorsCreateConnectorBody: zod.ZodObject<{
4714
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4715
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4716
+ authType: zod.ZodString;
4717
+ kind: zod.ZodString;
4718
+ name: zod.ZodString;
4719
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4720
+ url: zod.ZodString;
4721
+ }, zod.core.$strict>;
4722
+ /**
4723
+ * @summary Picker list for workspace editors: id, name and kind only. Gated on
4724
+ WorkspaceEdit rather than Admin because attaching a connector to a
4725
+ workspace is a workspace-editor action, and the picker is how they
4726
+ choose one. Admins pass this gate via the role bypass.
4727
+ */
4728
+ export declare const connectorsGetConnectorSummariesQueryParams: zod.ZodObject<{
4729
+ kind: zod.ZodOptional<zod.ZodString>;
4730
+ }, zod.core.$strict>;
4731
+ export declare const connectorsGetConnectorSummariesResponseIdRegExp: RegExp;
4732
+ export declare const connectorsGetConnectorSummariesResponseItem: zod.ZodObject<{
4733
+ id: zod.ZodString;
4734
+ kind: zod.ZodString;
4735
+ name: zod.ZodString;
4736
+ }, zod.core.$strip>;
4737
+ export declare const connectorsGetConnectorSummariesResponse: zod.ZodArray<zod.ZodObject<{
4738
+ id: zod.ZodString;
4739
+ kind: zod.ZodString;
4740
+ name: zod.ZodString;
4741
+ }, zod.core.$strip>>;
4742
+ export declare const connectorsDeleteConnectorPathIdRegExp: RegExp;
4743
+ export declare const connectorsDeleteConnectorParams: zod.ZodObject<{
4744
+ id: zod.ZodString;
4745
+ }, zod.core.$strict>;
4746
+ export declare const connectorsGetConnectorPathIdRegExp: RegExp;
4747
+ export declare const connectorsGetConnectorParams: zod.ZodObject<{
4748
+ id: zod.ZodString;
4749
+ }, zod.core.$strict>;
4750
+ export declare const connectorsGetConnectorResponseIdRegExp: RegExp;
4751
+ export declare const connectorsGetConnectorResponse: zod.ZodObject<{
4752
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4753
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4754
+ authType: zod.ZodString;
4755
+ createdAt: zod.ZodISODateTime;
4756
+ createdByUserId: zod.ZodString;
4757
+ hasSecret: zod.ZodBoolean;
4758
+ id: zod.ZodString;
4759
+ kind: zod.ZodString;
4760
+ modifiedAt: zod.ZodISODateTime;
4761
+ modifiedByUserId: zod.ZodString;
4762
+ name: zod.ZodString;
4763
+ url: zod.ZodString;
4764
+ }, zod.core.$strip>;
4765
+ /**
4766
+ * @summary Updates a connector. Omit `Secret` to leave the credential
4767
+ untouched; supply one to rotate it.
4768
+ */
4769
+ export declare const connectorsUpdateConnectorPathIdRegExp: RegExp;
4770
+ export declare const connectorsUpdateConnectorParams: zod.ZodObject<{
4771
+ id: zod.ZodString;
4772
+ }, zod.core.$strict>;
4773
+ export declare const connectorsUpdateConnectorBody: zod.ZodObject<{
4774
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4775
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4776
+ authType: zod.ZodString;
4777
+ name: zod.ZodString;
4778
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4779
+ url: zod.ZodString;
4780
+ }, zod.core.$strict>;
4781
+ export declare const connectorsUpdateConnectorResponseIdRegExp: RegExp;
4782
+ export declare const connectorsUpdateConnectorResponse: zod.ZodObject<{
4783
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4784
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4785
+ authType: zod.ZodString;
4786
+ createdAt: zod.ZodISODateTime;
4787
+ createdByUserId: zod.ZodString;
4788
+ hasSecret: zod.ZodBoolean;
4789
+ id: zod.ZodString;
4790
+ kind: zod.ZodString;
4791
+ modifiedAt: zod.ZodISODateTime;
4792
+ modifiedByUserId: zod.ZodString;
4793
+ name: zod.ZodString;
4794
+ url: zod.ZodString;
4795
+ }, zod.core.$strip>;
4275
4796
  /**
4276
4797
  * @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
4277
4798
  */
@@ -4393,6 +4914,8 @@ export declare const messageThreadsGetWorkspaceExecutionsResponse: zod.ZodObject
4393
4914
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4394
4915
  }, zod.core.$strip>;
4395
4916
  }, zod.core.$strip>>;
4917
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4918
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4396
4919
  }, zod.core.$strip>>;
4397
4920
  total: zod.ZodNumber;
4398
4921
  }, zod.core.$strip>;
@@ -4452,6 +4975,37 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
4452
4975
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4453
4976
  }, zod.core.$strip>;
4454
4977
  }, zod.core.$strip>>;
4978
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4979
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4980
+ }, zod.core.$strip>>;
4981
+ total: zod.ZodNumber;
4982
+ }, zod.core.$strip>;
4983
+ /**
4984
+ * @summary Lists a workspace's flow runs, newest first (chat threads, designer
4985
+ runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
4986
+ */
4987
+ export declare const flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp: RegExp;
4988
+ export declare const flowRunsGetWorkspaceRunsParams: zod.ZodObject<{
4989
+ workspaceId: zod.ZodString;
4990
+ }, zod.core.$strict>;
4991
+ export declare const flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
4992
+ export declare const flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
4993
+ export declare const flowRunsGetWorkspaceRunsQueryParams: zod.ZodObject<{
4994
+ skip: zod.ZodOptional<zod.ZodNumber>;
4995
+ take: zod.ZodDefault<zod.ZodNumber>;
4996
+ }, zod.core.$strict>;
4997
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp: RegExp;
4998
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp: RegExp;
4999
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp: RegExp;
5000
+ export declare const flowRunsGetWorkspaceRunsResponse: zod.ZodObject<{
5001
+ data: zod.ZodArray<zod.ZodObject<{
5002
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
5003
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
5004
+ flowDefinitionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
5005
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
5006
+ flowRunId: zod.ZodString;
5007
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
5008
+ status: zod.ZodString;
4455
5009
  }, zod.core.$strip>>;
4456
5010
  total: zod.ZodNumber;
4457
5011
  }, zod.core.$strip>;