@smartspace/api-client 0.1.0-dev.33101fe → 0.1.0-dev.35fd6ad

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 +208 -3
  26. package/dist/generated/config/api.msw.d.ts +32 -1
  27. package/dist/generated/config/api.msw.js +334 -58
  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/flowValueModel.d.ts +4 -0
  65. package/dist/generated/config/models/flowsFlowTrigger.d.ts +1 -0
  66. package/dist/generated/config/models/functionExecutionDebugModel.d.ts +4 -0
  67. package/dist/generated/config/models/index.d.ts +19 -2
  68. package/dist/generated/config/models/index.js +19 -2
  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 +566 -3
  112. package/dist/generated/config/zod.js +527 -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>>;
@@ -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;
@@ -1566,7 +1632,8 @@ export declare const dataSourcesPreviewContainerResponse: zod.ZodObject<{
1566
1632
  }, zod.core.$strip>;
1567
1633
  /**
1568
1634
  * @summary Returns a JSON Schema object for the container's properties, used to drive the filter editor UI.
1569
- Schema shape: { type: "object", properties: { [name]: { type, title, enum? } } }
1635
+ Schema shape: { type: "object", properties: { [name]: { type, title, enum?, format? } } }
1636
+ format "date"/"date-time" marks date-valued properties (their filter values remain epoch-millisecond strings).
1570
1637
  containerPath is a query param (not a route segment) to avoid ASP.NET routing splits on paths containing '/'.
1571
1638
  */
1572
1639
  export declare const dataSourcesContainerSchemaPathDataSourceIdRegExp: RegExp;
@@ -1586,6 +1653,15 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
1586
1653
  export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
1587
1654
  credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
1588
1655
  }, zod.core.$strict>;
1656
+ /**
1657
+ * @summary Requests an on-demand sync of a data source. The request is queued;
1658
+ the sync service picks it up within ~30 seconds. Repeated requests
1659
+ are safe — concurrent syncs of the same source collapse to one run.
1660
+ */
1661
+ export declare const dataSourcesRequestSyncPathDataSourceIdRegExp: RegExp;
1662
+ export declare const dataSourcesRequestSyncParams: zod.ZodObject<{
1663
+ dataSourceId: zod.ZodString;
1664
+ }, zod.core.$strict>;
1589
1665
  export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
1590
1666
  export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
1591
1667
  id: zod.ZodString;
@@ -1619,6 +1695,7 @@ export declare const dataSpacesGetQueryParams: zod.ZodObject<{
1619
1695
  }, zod.core.$strict>;
1620
1696
  export declare const dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
1621
1697
  export declare const dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp: RegExp;
1698
+ export declare const dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1622
1699
  export declare const dataSpacesGetResponseDataItemDataSetsItemIdRegExp: RegExp;
1623
1700
  export declare const dataSpacesGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
1624
1701
  export declare const dataSpacesGetResponseDataItemIdRegExp: RegExp;
@@ -1634,6 +1711,7 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1634
1711
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1635
1712
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1636
1713
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1714
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1637
1715
  id: zod.ZodString;
1638
1716
  modifiedAt: zod.ZodISODateTime;
1639
1717
  modifiedByUserId: zod.ZodString;
@@ -1660,6 +1738,7 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1660
1738
  name: zod.ZodString;
1661
1739
  }, zod.core.$strip>>;
1662
1740
  }, zod.core.$strip>>;
1741
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1663
1742
  total: zod.ZodNumber;
1664
1743
  }, zod.core.$strip>;
1665
1744
  /**
@@ -1680,6 +1759,7 @@ export declare const dataSpacesGetByIdParams: zod.ZodObject<{
1680
1759
  }, zod.core.$strict>;
1681
1760
  export declare const dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1682
1761
  export declare const dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp: RegExp;
1762
+ export declare const dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1683
1763
  export declare const dataSpacesGetByIdResponseDataSetsItemIdRegExp: RegExp;
1684
1764
  export declare const dataSpacesGetByIdResponseDataSetsItemVersionRegExp: RegExp;
1685
1765
  export declare const dataSpacesGetByIdResponseIdRegExp: RegExp;
@@ -1694,6 +1774,7 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1694
1774
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1695
1775
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1696
1776
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1777
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1697
1778
  id: zod.ZodString;
1698
1779
  modifiedAt: zod.ZodISODateTime;
1699
1780
  modifiedByUserId: zod.ZodString;
@@ -1736,6 +1817,7 @@ export declare const dataSpacesPutBody: zod.ZodObject<{
1736
1817
  }, zod.core.$strict>;
1737
1818
  export declare const dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1738
1819
  export declare const dataSpacesPutResponseDataSetsItemFlowIdRegExp: RegExp;
1820
+ export declare const dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1739
1821
  export declare const dataSpacesPutResponseDataSetsItemIdRegExp: RegExp;
1740
1822
  export declare const dataSpacesPutResponseDataSetsItemVersionRegExp: RegExp;
1741
1823
  export declare const dataSpacesPutResponseIdRegExp: RegExp;
@@ -1750,6 +1832,7 @@ export declare const dataSpacesPutResponse: zod.ZodObject<{
1750
1832
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1751
1833
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1752
1834
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1835
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1753
1836
  id: zod.ZodString;
1754
1837
  modifiedAt: zod.ZodISODateTime;
1755
1838
  modifiedByUserId: zod.ZodString;
@@ -1811,9 +1894,12 @@ export declare const dataSpacesGetDataSetsQueryParams: zod.ZodObject<{
1811
1894
  take: zod.ZodDefault<zod.ZodNumber>;
1812
1895
  skip: zod.ZodOptional<zod.ZodNumber>;
1813
1896
  search: zod.ZodOptional<zod.ZodString>;
1897
+ sortBy: zod.ZodOptional<zod.ZodString>;
1898
+ sortDirection: zod.ZodOptional<zod.ZodString>;
1814
1899
  }, zod.core.$strict>;
1815
1900
  export declare const dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp: RegExp;
1816
1901
  export declare const dataSpacesGetDataSetsResponseDataItemFlowIdRegExp: RegExp;
1902
+ export declare const dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp: RegExp;
1817
1903
  export declare const dataSpacesGetDataSetsResponseDataItemIdRegExp: RegExp;
1818
1904
  export declare const dataSpacesGetDataSetsResponseDataItemVersionRegExp: RegExp;
1819
1905
  export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
@@ -1823,6 +1909,7 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1823
1909
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1824
1910
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1825
1911
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1912
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1826
1913
  id: zod.ZodString;
1827
1914
  modifiedAt: zod.ZodISODateTime;
1828
1915
  modifiedByUserId: zod.ZodString;
@@ -1839,6 +1926,7 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1839
1926
  subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1840
1927
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1841
1928
  }, zod.core.$strip>>;
1929
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1842
1930
  total: zod.ZodNumber;
1843
1931
  }, zod.core.$strip>;
1844
1932
  /**
@@ -1852,6 +1940,7 @@ export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegEx
1852
1940
  export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
1853
1941
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1854
1942
  dataSourceId: zod.ZodString;
1943
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1855
1944
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1856
1945
  operator: zod.ZodString;
1857
1946
  propertyName: zod.ZodString;
@@ -1868,6 +1957,13 @@ export declare const debugInvokeParams: zod.ZodObject<{
1868
1957
  }, zod.core.$strict>;
1869
1958
  export declare const debugInvokeBodyItem: zod.ZodAny;
1870
1959
  export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
1960
+ /**
1961
+ * @summary Mongo index health for the flow-runs store: planned-vs-existing
1962
+ indexes per collection, the latest index-ensure outcome per index
1963
+ (including repeated failures), and any in-flight index
1964
+ transformations with their progress (currentOp).
1965
+ */
1966
+ export declare const diagnosticsGetMongoIndexesResponse: zod.ZodAny;
1871
1967
  /**
1872
1968
  * @summary List the current user's drafts (without parsed interfaces — load detail to get those).
1873
1969
  */
@@ -2334,6 +2430,16 @@ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
2334
2430
  export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
2335
2431
  id: zod.ZodString;
2336
2432
  }, zod.core.$strict>;
2433
+ /**
2434
+ * @summary Requests cancellation of a queued or running flow run. Cancellation
2435
+ is cooperative: a queued run is stamped cancelled before it starts;
2436
+ a running flow stops between block executions, typically within
2437
+ seconds. Cancelled runs carry cancelledAt in their basic info.
2438
+ */
2439
+ export declare const flowRunsCancelFlowRunPathIdRegExpOne: RegExp;
2440
+ export declare const flowRunsCancelFlowRunParams: zod.ZodObject<{
2441
+ id: zod.ZodString;
2442
+ }, zod.core.$strict>;
2337
2443
  export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
2338
2444
  export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
2339
2445
  id: zod.ZodString;
@@ -2350,6 +2456,9 @@ export declare const flowRunsAddFileIdFilesExistingBody: zod.ZodObject<{
2350
2456
  blobUri: zod.ZodString;
2351
2457
  flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2352
2458
  }, zod.core.$strict>;
2459
+ /**
2460
+ * @summary Lists a run's function executions, newest first.
2461
+ */
2353
2462
  export declare const flowRunsGetStepExecutionsPathIdRegExp: RegExp;
2354
2463
  export declare const flowRunsGetStepExecutionsParams: zod.ZodObject<{
2355
2464
  id: zod.ZodString;
@@ -2362,6 +2471,7 @@ export declare const flowRunsGetStepExecutionsQueryParams: zod.ZodObject<{
2362
2471
  take: zod.ZodDefault<zod.ZodNumber>;
2363
2472
  search: zod.ZodOptional<zod.ZodString>;
2364
2473
  "blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2474
+ includeValues: zod.ZodOptional<zod.ZodBoolean>;
2365
2475
  }, zod.core.$strict>;
2366
2476
  export declare const flowRunsGetStepExecutionsResponseLogsItemIdRegExp: RegExp;
2367
2477
  export declare const flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
@@ -2386,6 +2496,8 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2386
2496
  createdAt: zod.ZodISODateTime;
2387
2497
  data: zod.ZodAny;
2388
2498
  id: zod.ZodString;
2499
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2500
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2389
2501
  source: zod.ZodObject<{
2390
2502
  node: zod.ZodString;
2391
2503
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2398,15 +2510,92 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2398
2510
  createdAt: zod.ZodISODateTime;
2399
2511
  data: zod.ZodAny;
2400
2512
  id: zod.ZodString;
2513
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2514
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2401
2515
  source: zod.ZodObject<{
2402
2516
  node: zod.ZodString;
2403
2517
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2404
2518
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2405
2519
  }, zod.core.$strip>;
2406
2520
  }, zod.core.$strip>>;
2521
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2522
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2407
2523
  }, zod.core.$strip>>;
2408
2524
  total: zod.ZodNumber;
2409
2525
  }, zod.core.$strip>;
2526
+ /**
2527
+ * Inline values are returned as stored. Values spilled to blob storage come
2528
+ back by reference (`isBlob`, `sizeBytes`, `data` null) and are
2529
+ fetched with M:SmartSpace.App.ConfigApi.Controllers.FlowRunsController.GetFlowValueDownload(System.Guid,System.Guid); they are never downloaded on
2530
+ this read, so expanding a large step costs the same as a small one.
2531
+ * @summary Gets one execution of a run with its input/output values — the detail read
2532
+ behind `functionexecutions?includeValues=false`.
2533
+ */
2534
+ export declare const flowRunsGetStepExecutionPathIdRegExp: RegExp;
2535
+ export declare const flowRunsGetStepExecutionPathExecutionIdRegExp: RegExp;
2536
+ export declare const flowRunsGetStepExecutionParams: zod.ZodObject<{
2537
+ id: zod.ZodString;
2538
+ executionId: zod.ZodString;
2539
+ }, zod.core.$strict>;
2540
+ export declare const flowRunsGetStepExecutionResponseIdRegExp: RegExp;
2541
+ export declare const flowRunsGetStepExecutionResponseInputsItemIdRegExp: RegExp;
2542
+ export declare const flowRunsGetStepExecutionResponseInputsItemValueIdRegExp: RegExp;
2543
+ export declare const flowRunsGetStepExecutionResponseOutputsItemIdRegExp: RegExp;
2544
+ export declare const flowRunsGetStepExecutionResponse: zod.ZodObject<{
2545
+ blockId: zod.ZodString;
2546
+ createdAt: zod.ZodISODateTime;
2547
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2548
+ functionName: zod.ZodString;
2549
+ id: zod.ZodString;
2550
+ inputs: zod.ZodArray<zod.ZodObject<{
2551
+ blockId: zod.ZodString;
2552
+ createdAt: zod.ZodISODateTime;
2553
+ id: zod.ZodString;
2554
+ pin: zod.ZodString;
2555
+ port: zod.ZodString;
2556
+ sticky: zod.ZodBoolean;
2557
+ value: zod.ZodObject<{
2558
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
2559
+ createdAt: zod.ZodISODateTime;
2560
+ data: zod.ZodAny;
2561
+ id: zod.ZodString;
2562
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2563
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2564
+ source: zod.ZodObject<{
2565
+ node: zod.ZodString;
2566
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2567
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2568
+ }, zod.core.$strip>;
2569
+ }, zod.core.$strip>;
2570
+ }, zod.core.$strip>>;
2571
+ outputs: zod.ZodArray<zod.ZodObject<{
2572
+ channels: zod.ZodRecord<zod.ZodString, zod.ZodNumber>;
2573
+ createdAt: zod.ZodISODateTime;
2574
+ data: zod.ZodAny;
2575
+ id: zod.ZodString;
2576
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2577
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2578
+ source: zod.ZodObject<{
2579
+ node: zod.ZodString;
2580
+ pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2581
+ port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2582
+ }, zod.core.$strip>;
2583
+ }, zod.core.$strip>>;
2584
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2585
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2586
+ }, zod.core.$strip>;
2587
+ /**
2588
+ * Redirects to short-lived direct-from-storage link, so the payload never
2589
+ transits this service — the same pattern as file downloads. Only values the
2590
+ per-execution read returned by reference resolve here.
2591
+ * @summary Downloads a blob-spilled value's payload.
2592
+ */
2593
+ export declare const flowRunsGetFlowValueDownloadPathIdRegExp: RegExp;
2594
+ export declare const flowRunsGetFlowValueDownloadPathValueIdRegExp: RegExp;
2595
+ export declare const flowRunsGetFlowValueDownloadParams: zod.ZodObject<{
2596
+ id: zod.ZodString;
2597
+ valueId: zod.ZodString;
2598
+ }, zod.core.$strict>;
2410
2599
  export declare const flowRunsGetVariablesPathIdRegExpOne: RegExp;
2411
2600
  export declare const flowRunsGetVariablesParams: zod.ZodObject<{
2412
2601
  id: zod.ZodString;
@@ -2584,6 +2773,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
2584
2773
  }>>;
2585
2774
  displayName: zod.ZodString;
2586
2775
  id: zod.ZodString;
2776
+ isDefault: zod.ZodBoolean;
2587
2777
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2588
2778
  OpenAi: "OpenAi";
2589
2779
  AzureOpenAi: "AzureOpenAi";
@@ -2620,6 +2810,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
2620
2810
  }, zod.core.$strip>>;
2621
2811
  virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2622
2812
  }, zod.core.$strip>>;
2813
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2623
2814
  total: zod.ZodNumber;
2624
2815
  }, zod.core.$strip>;
2625
2816
  /**
@@ -2672,6 +2863,59 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
2672
2863
  Other: "Other";
2673
2864
  }>>;
2674
2865
  }, zod.core.$strict>;
2866
+ /**
2867
+ * @summary Retrieves the instance-wide default model — the one pre-selected on new LLM blocks and the default workspace flow.
2868
+ */
2869
+ export declare const modelsGetDefaultModelResponseIdRegExp: RegExp;
2870
+ export declare const modelsGetDefaultModelResponse: zod.ZodObject<{
2871
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2872
+ createdByUserId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2873
+ deploymentStatus: zod.ZodOptional<zod.ZodEnum<{
2874
+ Deploying: "Deploying";
2875
+ Ready: "Ready";
2876
+ Failed: "Failed";
2877
+ Deleting: "Deleting";
2878
+ Deleted: "Deleted";
2879
+ }>>;
2880
+ displayName: zod.ZodString;
2881
+ id: zod.ZodString;
2882
+ isDefault: zod.ZodBoolean;
2883
+ modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2884
+ OpenAi: "OpenAi";
2885
+ AzureOpenAi: "AzureOpenAi";
2886
+ HuggingFace: "HuggingFace";
2887
+ Cohere: "Cohere";
2888
+ Anthropic: "Anthropic";
2889
+ Gemini: "Gemini";
2890
+ VertexAi: "VertexAi";
2891
+ AzureFoundry: "AzureFoundry";
2892
+ }>>;
2893
+ modelPublisher: zod.ZodOptional<zod.ZodEnum<{
2894
+ OpenAi: "OpenAi";
2895
+ HuggingFace: "HuggingFace";
2896
+ Cohere: "Cohere";
2897
+ Anthropic: "Anthropic";
2898
+ Google: "Google";
2899
+ Meta: "Meta";
2900
+ Mistral: "Mistral";
2901
+ Microsoft: "Microsoft";
2902
+ DeepSeek: "DeepSeek";
2903
+ XAi: "XAi";
2904
+ Amazon: "Amazon";
2905
+ Qwen: "Qwen";
2906
+ Other: "Other";
2907
+ }>>;
2908
+ name: zod.ZodString;
2909
+ properties: zod.ZodArray<zod.ZodObject<{
2910
+ name: zod.ZodString;
2911
+ type: zod.ZodEnum<{
2912
+ Boolean: "Boolean";
2913
+ Number: "Number";
2914
+ String: "String";
2915
+ }>;
2916
+ }, zod.core.$strip>>;
2917
+ virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2918
+ }, zod.core.$strip>;
2675
2919
  export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
2676
2920
  serverType: zod.ZodOptional<zod.ZodEnum<{
2677
2921
  TextGenerationInference: "TextGenerationInference";
@@ -2744,6 +2988,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2744
2988
  }, zod.core.$strip>>;
2745
2989
  displayName: zod.ZodString;
2746
2990
  id: zod.ZodString;
2991
+ isDefault: zod.ZodBoolean;
2747
2992
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2748
2993
  OpenAi: "OpenAi";
2749
2994
  AzureOpenAi: "AzureOpenAi";
@@ -2833,6 +3078,20 @@ export declare const modelsUpsertModelBody: zod.ZodObject<{
2833
3078
  Other: "Other";
2834
3079
  }>>;
2835
3080
  }, zod.core.$strict>;
3081
+ /**
3082
+ * @summary Clears the default flag from the specified model, leaving the instance with no default.
3083
+ */
3084
+ export declare const modelsClearDefaultModelPathIdRegExp: RegExp;
3085
+ export declare const modelsClearDefaultModelParams: zod.ZodObject<{
3086
+ id: zod.ZodString;
3087
+ }, zod.core.$strict>;
3088
+ /**
3089
+ * @summary Makes the specified model the instance-wide default, replacing any previous default.
3090
+ */
3091
+ export declare const modelsSetDefaultModelPathIdRegExp: RegExp;
3092
+ export declare const modelsSetDefaultModelParams: zod.ZodObject<{
3093
+ id: zod.ZodString;
3094
+ }, zod.core.$strict>;
2836
3095
  /**
2837
3096
  * @summary Retrieves the Docker logs for a specific deployment of a model.
2838
3097
  */
@@ -2878,6 +3137,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
2878
3137
  WorkSpaceUpdated: "WorkSpaceUpdated";
2879
3138
  MessageThreadUpdated: "MessageThreadUpdated";
2880
3139
  CommentUpdated: "CommentUpdated";
3140
+ AddedToThread: "AddedToThread";
2881
3141
  }>;
2882
3142
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2883
3143
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2963,12 +3223,54 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
2963
3223
  name: zod.ZodString;
2964
3224
  }, zod.core.$strip>>;
2965
3225
  }, zod.core.$strip>;
3226
+ /**
3227
+ * @summary List API accounts: service principals holding the SmartSpace integration
3228
+ role, with their permission flags and last recorded activity.
3229
+ */
3230
+ export declare const servicePrincipalsGetServicePrincipalsQuerySkipDefault = 0;
3231
+ export declare const servicePrincipalsGetServicePrincipalsQueryTakeDefault = 20;
3232
+ export declare const servicePrincipalsGetServicePrincipalsQueryParams: zod.ZodObject<{
3233
+ skip: zod.ZodOptional<zod.ZodNumber>;
3234
+ take: zod.ZodDefault<zod.ZodNumber>;
3235
+ search: zod.ZodOptional<zod.ZodString>;
3236
+ }, zod.core.$strict>;
3237
+ export declare const servicePrincipalsGetServicePrincipalsResponse: zod.ZodObject<{
3238
+ data: zod.ZodArray<zod.ZodObject<{
3239
+ id: zod.ZodString;
3240
+ lastActiveAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3241
+ name: zod.ZodString;
3242
+ permissions: zod.ZodArray<zod.ZodEnum<{
3243
+ WorkspaceCreate: "WorkspaceCreate";
3244
+ WorkspaceEdit: "WorkspaceEdit";
3245
+ WorkspaceDelete: "WorkspaceDelete";
3246
+ DataSpaceCreate: "DataSpaceCreate";
3247
+ DataSpaceEdit: "DataSpaceEdit";
3248
+ DataSpaceDelete: "DataSpaceDelete";
3249
+ ConnectorCreate: "ConnectorCreate";
3250
+ ConnectorEdit: "ConnectorEdit";
3251
+ ConnectorDelete: "ConnectorDelete";
3252
+ }>>;
3253
+ }, zod.core.$strip>>;
3254
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3255
+ total: zod.ZodNumber;
3256
+ }, zod.core.$strip>;
3257
+ /**
3258
+ * @summary List configured syncs. status matches the data
3259
+ source's latest completed sync (e.g. Success / Failure), or "never"
3260
+ for sources with no recorded sync. sortBy:
3261
+ name | connector | lastSync (default: path).
3262
+ */
2966
3263
  export declare const syncsGetQueryTakeDefault = 50;
2967
3264
  export declare const syncsGetQuerySkipDefault = 0;
3265
+ export declare const syncsGetQueryDataSourceIdRegExp: RegExp;
2968
3266
  export declare const syncsGetQueryParams: zod.ZodObject<{
2969
3267
  take: zod.ZodDefault<zod.ZodNumber>;
2970
3268
  skip: zod.ZodOptional<zod.ZodNumber>;
2971
3269
  search: zod.ZodOptional<zod.ZodString>;
3270
+ dataSourceId: zod.ZodOptional<zod.ZodString>;
3271
+ status: zod.ZodOptional<zod.ZodString>;
3272
+ sortBy: zod.ZodOptional<zod.ZodString>;
3273
+ sortDirection: zod.ZodOptional<zod.ZodString>;
2972
3274
  }, zod.core.$strict>;
2973
3275
  export declare const syncsGetResponseDataItemDataSetsItemIdRegExp: RegExp;
2974
3276
  export declare const syncsGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
@@ -2983,6 +3285,7 @@ export declare const syncsGetResponse: zod.ZodObject<{
2983
3285
  }, zod.core.$strip>>;
2984
3286
  dataSource: zod.ZodObject<{
2985
3287
  id: zod.ZodString;
3288
+ isQueued: zod.ZodBoolean;
2986
3289
  isSyncing: zod.ZodBoolean;
2987
3290
  name: zod.ZodString;
2988
3291
  sourceType: zod.ZodEnum<{
@@ -2998,16 +3301,52 @@ export declare const syncsGetResponse: zod.ZodObject<{
2998
3301
  File: "File";
2999
3302
  Sitemap: "Sitemap";
3000
3303
  }>;
3304
+ supportsDeleteDetection: zod.ZodBoolean;
3305
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3001
3306
  }, zod.core.$strip>;
3002
3307
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3003
3308
  highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3004
3309
  id: zod.ZodString;
3310
+ latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3311
+ latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
3312
+ latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3313
+ latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3005
3314
  name: zod.ZodString;
3006
3315
  path: zod.ZodString;
3316
+ recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3317
+ end: zod.ZodISODateTime;
3318
+ itemCount: zod.ZodNumber;
3319
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3320
+ start: zod.ZodISODateTime;
3321
+ status: zod.ZodString;
3322
+ }, zod.core.$strip>>>>;
3007
3323
  statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3008
3324
  }, zod.core.$strip>>;
3325
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3009
3326
  total: zod.ZodNumber;
3010
3327
  }, zod.core.$strip>;
3328
+ /**
3329
+ * @summary The sync-requests queue right now: approximate depth and which data
3330
+ sources have a request WAITING. In-flight requests are invisible to
3331
+ peek (visibility timeout) — that state is each data source's
3332
+ isSyncing flag. Literal route wins over the {containerId} template.
3333
+ */
3334
+ export declare const syncsGetQueueResponseWaitingDataSourceIdsItemRegExp: RegExp;
3335
+ export declare const syncsGetQueueResponse: zod.ZodObject<{
3336
+ depth: zod.ZodNumber;
3337
+ waitingDataSourceIds: zod.ZodArray<zod.ZodString>;
3338
+ }, zod.core.$strip>;
3339
+ /**
3340
+ * @summary Removes the sync: deletes its data source container config record, so
3341
+ the source selection stops being mirrored from the next sync cycle.
3342
+ Refused (DSC400) while any live dataset still subscribes to it via a
3343
+ container flow trigger. Config-only — already-landed items and copied
3344
+ blobs are not cleaned up here.
3345
+ */
3346
+ export declare const syncsDeletePathContainerIdRegExp: RegExp;
3347
+ export declare const syncsDeleteParams: zod.ZodObject<{
3348
+ containerId: zod.ZodString;
3349
+ }, zod.core.$strict>;
3011
3350
  export declare const syncsGetByIdPathContainerIdRegExp: RegExp;
3012
3351
  export declare const syncsGetByIdParams: zod.ZodObject<{
3013
3352
  containerId: zod.ZodString;
@@ -3024,6 +3363,7 @@ export declare const syncsGetByIdResponse: zod.ZodObject<{
3024
3363
  }, zod.core.$strip>>;
3025
3364
  dataSource: zod.ZodObject<{
3026
3365
  id: zod.ZodString;
3366
+ isQueued: zod.ZodBoolean;
3027
3367
  isSyncing: zod.ZodBoolean;
3028
3368
  name: zod.ZodString;
3029
3369
  sourceType: zod.ZodEnum<{
@@ -3039,12 +3379,25 @@ export declare const syncsGetByIdResponse: zod.ZodObject<{
3039
3379
  File: "File";
3040
3380
  Sitemap: "Sitemap";
3041
3381
  }>;
3382
+ supportsDeleteDetection: zod.ZodBoolean;
3383
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3042
3384
  }, zod.core.$strip>;
3043
3385
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3044
3386
  highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3045
3387
  id: zod.ZodString;
3388
+ latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3389
+ latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
3390
+ latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3391
+ latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3046
3392
  name: zod.ZodString;
3047
3393
  path: zod.ZodString;
3394
+ recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3395
+ end: zod.ZodISODateTime;
3396
+ itemCount: zod.ZodNumber;
3397
+ message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3398
+ start: zod.ZodISODateTime;
3399
+ status: zod.ZodString;
3400
+ }, zod.core.$strip>>>>;
3048
3401
  statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3049
3402
  }, zod.core.$strip>;
3050
3403
  /**
@@ -3068,12 +3421,14 @@ export declare const syncsGetItemsResponse: zod.ZodObject<{
3068
3421
  blobUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3069
3422
  bytes: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3070
3423
  containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3424
+ deletedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3071
3425
  id: zod.ZodString;
3072
3426
  isJson: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3073
3427
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3074
3428
  path: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3075
3429
  pending: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3076
3430
  }, zod.core.$strip>>;
3431
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3077
3432
  total: zod.ZodNumber;
3078
3433
  }, zod.core.$strip>;
3079
3434
  /**
@@ -3081,7 +3436,8 @@ export declare const syncsGetItemsResponse: zod.ZodObject<{
3081
3436
  */
3082
3437
  export declare const tenantIdGetResultResponse: zod.ZodString;
3083
3438
  /**
3084
- * @summary Retrieve list users in SmartSpace, filter by roleId, with optional pagination controls take and skip.
3439
+ * @summary Retrieve users assigned to the SmartSpace application (directly or via a group),
3440
+ with optional search and pagination controls take and skip.
3085
3441
  */
3086
3442
  export declare const usersGetUsersQuerySkipDefault = 0;
3087
3443
  export declare const usersGetUsersQueryTakeDefault = 20;
@@ -3110,6 +3466,7 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
3110
3466
  ConnectorDelete: "ConnectorDelete";
3111
3467
  }>>;
3112
3468
  }, zod.core.$strip>>;
3469
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3113
3470
  total: zod.ZodNumber;
3114
3471
  }, zod.core.$strip>;
3115
3472
  export declare const usersGetUsersByFilterParams: zod.ZodObject<{
@@ -3229,6 +3586,7 @@ export declare const usersGetAccessWorkSpacesResponse: zod.ZodObject<{
3229
3586
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3230
3587
  workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3231
3588
  }, zod.core.$strip>>;
3589
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3232
3590
  total: zod.ZodNumber;
3233
3591
  }, zod.core.$strip>;
3234
3592
  export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
@@ -3333,6 +3691,7 @@ export declare const workSpaceTemplatesGetResponse: zod.ZodObject<{
3333
3691
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3334
3692
  }, zod.core.$strip>>;
3335
3693
  }, zod.core.$strip>>;
3694
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3336
3695
  total: zod.ZodNumber;
3337
3696
  }, zod.core.$strip>;
3338
3697
  /**
@@ -3347,6 +3706,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
3347
3706
  sortBy: zod.ZodOptional<zod.ZodString>;
3348
3707
  sortDirection: zod.ZodOptional<zod.ZodString>;
3349
3708
  }, zod.core.$strict>;
3709
+ export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
3350
3710
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3351
3711
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3352
3712
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3367,6 +3727,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
3367
3727
  export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
3368
3728
  export declare const workSpacesGetGetResponse: zod.ZodObject<{
3369
3729
  data: zod.ZodArray<zod.ZodObject<{
3730
+ connectors: zod.ZodArray<zod.ZodObject<{
3731
+ id: zod.ZodString;
3732
+ kind: zod.ZodString;
3733
+ name: zod.ZodString;
3734
+ }, zod.core.$strip>>;
3370
3735
  createdAt: zod.ZodISODateTime;
3371
3736
  createdByUserId: zod.ZodString;
3372
3737
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3438,6 +3803,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3438
3803
  triggers: zod.ZodArray<zod.ZodObject<{
3439
3804
  dataSourceContainer: zod.ZodObject<{
3440
3805
  dataSourceId: zod.ZodString;
3806
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3441
3807
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3442
3808
  operator: zod.ZodString;
3443
3809
  propertyName: zod.ZodString;
@@ -3448,6 +3814,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3448
3814
  path: zod.ZodString;
3449
3815
  }, zod.core.$strip>;
3450
3816
  flowId: zod.ZodString;
3817
+ honourSourceDeletes: zod.ZodBoolean;
3451
3818
  id: zod.ZodString;
3452
3819
  inputName: zod.ZodString;
3453
3820
  type: zod.ZodEnum<{
@@ -3595,6 +3962,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3595
3962
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3596
3963
  }, zod.core.$strip>>;
3597
3964
  }, zod.core.$strip>>;
3965
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3598
3966
  total: zod.ZodNumber;
3599
3967
  }, zod.core.$strip>;
3600
3968
  /**
@@ -3638,6 +4006,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
3638
4006
  export declare const workSpacesGetIdParams: zod.ZodObject<{
3639
4007
  id: zod.ZodString;
3640
4008
  }, zod.core.$strict>;
4009
+ export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
3641
4010
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3642
4011
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3643
4012
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3657,6 +4026,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
3657
4026
  export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
3658
4027
  export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
3659
4028
  export declare const workSpacesGetIdResponse: zod.ZodObject<{
4029
+ connectors: zod.ZodArray<zod.ZodObject<{
4030
+ id: zod.ZodString;
4031
+ kind: zod.ZodString;
4032
+ name: zod.ZodString;
4033
+ }, zod.core.$strip>>;
3660
4034
  createdAt: zod.ZodISODateTime;
3661
4035
  createdByUserId: zod.ZodString;
3662
4036
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3728,6 +4102,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3728
4102
  triggers: zod.ZodArray<zod.ZodObject<{
3729
4103
  dataSourceContainer: zod.ZodObject<{
3730
4104
  dataSourceId: zod.ZodString;
4105
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3731
4106
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3732
4107
  operator: zod.ZodString;
3733
4108
  propertyName: zod.ZodString;
@@ -3738,6 +4113,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3738
4113
  path: zod.ZodString;
3739
4114
  }, zod.core.$strip>;
3740
4115
  flowId: zod.ZodString;
4116
+ honourSourceDeletes: zod.ZodBoolean;
3741
4117
  id: zod.ZodString;
3742
4118
  inputName: zod.ZodString;
3743
4119
  type: zod.ZodEnum<{
@@ -3965,6 +4341,7 @@ export declare const workSpacesGetThreadsResponse: zod.ZodObject<{
3965
4341
  totalMessages: zod.ZodNumber;
3966
4342
  workSpaceId: zod.ZodString;
3967
4343
  }, zod.core.$strip>>;
4344
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3968
4345
  total: zod.ZodNumber;
3969
4346
  }, zod.core.$strip>;
3970
4347
  /**
@@ -4006,6 +4383,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
4006
4383
  temperature: zod.ZodNumber;
4007
4384
  topP: zod.ZodNumber;
4008
4385
  }, zod.core.$strict>;
4386
+ /**
4387
+ * @summary Detaches a connector from a workspace. Flows still referencing it
4388
+ fail at resolve time rather than silently keeping access.
4389
+ */
4390
+ export declare const workSpacesRemoveConnectorPathWorkspaceIdRegExp: RegExp;
4391
+ export declare const workSpacesRemoveConnectorPathConnectorIdRegExp: RegExp;
4392
+ export declare const workSpacesRemoveConnectorParams: zod.ZodObject<{
4393
+ workspaceId: zod.ZodString;
4394
+ connectorId: zod.ZodString;
4395
+ }, zod.core.$strict>;
4396
+ /**
4397
+ * @summary Attaches a connector to a workspace — the access model for external
4398
+ connectors, mirroring dataspaces. Only after this can a flow in the
4399
+ workspace reference the connector, and the resolve endpoint checks
4400
+ the same attachment at call time.
4401
+ */
4402
+ export declare const workSpacesAddConnectorPathWorkspaceIdRegExp: RegExp;
4403
+ export declare const workSpacesAddConnectorPathConnectorIdRegExp: RegExp;
4404
+ export declare const workSpacesAddConnectorParams: zod.ZodObject<{
4405
+ workspaceId: zod.ZodString;
4406
+ connectorId: zod.ZodString;
4407
+ }, zod.core.$strict>;
4009
4408
  /**
4010
4409
  * @summary Removes a data space from a workspace.
4011
4410
  */
@@ -4067,6 +4466,7 @@ export declare const workSpacesGetWorkspaceFilesResponse: zod.ZodObject<{
4067
4466
  Ingesting: "Ingesting";
4068
4467
  }>;
4069
4468
  }, zod.core.$strip>>;
4469
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4070
4470
  total: zod.ZodNumber;
4071
4471
  }, zod.core.$strip>;
4072
4472
  /**
@@ -4272,6 +4672,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
4272
4672
  workspaceId: zod.ZodString;
4273
4673
  }, zod.core.$strict>;
4274
4674
  export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
4675
+ /**
4676
+ * @summary Lists connectors with their auth settings — never a credential.
4677
+ */
4678
+ export declare const connectorsGetConnectorsQueryParams: zod.ZodObject<{
4679
+ kind: zod.ZodOptional<zod.ZodString>;
4680
+ }, zod.core.$strict>;
4681
+ export declare const connectorsGetConnectorsResponseIdRegExp: RegExp;
4682
+ export declare const connectorsGetConnectorsResponseItem: zod.ZodObject<{
4683
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4684
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4685
+ authType: zod.ZodString;
4686
+ createdAt: zod.ZodISODateTime;
4687
+ createdByUserId: zod.ZodString;
4688
+ hasSecret: zod.ZodBoolean;
4689
+ id: zod.ZodString;
4690
+ kind: zod.ZodString;
4691
+ modifiedAt: zod.ZodISODateTime;
4692
+ modifiedByUserId: zod.ZodString;
4693
+ name: zod.ZodString;
4694
+ url: zod.ZodString;
4695
+ }, zod.core.$strip>;
4696
+ export declare const connectorsGetConnectorsResponse: zod.ZodArray<zod.ZodObject<{
4697
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4698
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4699
+ authType: zod.ZodString;
4700
+ createdAt: zod.ZodISODateTime;
4701
+ createdByUserId: zod.ZodString;
4702
+ hasSecret: zod.ZodBoolean;
4703
+ id: zod.ZodString;
4704
+ kind: zod.ZodString;
4705
+ modifiedAt: zod.ZodISODateTime;
4706
+ modifiedByUserId: zod.ZodString;
4707
+ name: zod.ZodString;
4708
+ url: zod.ZodString;
4709
+ }, zod.core.$strip>>;
4710
+ /**
4711
+ * @summary Creates a connector and its shared credential in one call: the value
4712
+ goes to Key Vault, the row stores only the reference.
4713
+ */
4714
+ export declare const connectorsCreateConnectorBody: zod.ZodObject<{
4715
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4716
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4717
+ authType: zod.ZodString;
4718
+ kind: zod.ZodString;
4719
+ name: zod.ZodString;
4720
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4721
+ url: zod.ZodString;
4722
+ }, zod.core.$strict>;
4723
+ /**
4724
+ * @summary Picker list for workspace editors: id, name and kind only. Gated on
4725
+ WorkspaceEdit rather than Admin because attaching a connector to a
4726
+ workspace is a workspace-editor action, and the picker is how they
4727
+ choose one. Admins pass this gate via the role bypass.
4728
+ */
4729
+ export declare const connectorsGetConnectorSummariesQueryParams: zod.ZodObject<{
4730
+ kind: zod.ZodOptional<zod.ZodString>;
4731
+ }, zod.core.$strict>;
4732
+ export declare const connectorsGetConnectorSummariesResponseIdRegExp: RegExp;
4733
+ export declare const connectorsGetConnectorSummariesResponseItem: zod.ZodObject<{
4734
+ id: zod.ZodString;
4735
+ kind: zod.ZodString;
4736
+ name: zod.ZodString;
4737
+ }, zod.core.$strip>;
4738
+ export declare const connectorsGetConnectorSummariesResponse: zod.ZodArray<zod.ZodObject<{
4739
+ id: zod.ZodString;
4740
+ kind: zod.ZodString;
4741
+ name: zod.ZodString;
4742
+ }, zod.core.$strip>>;
4743
+ export declare const connectorsDeleteConnectorPathIdRegExp: RegExp;
4744
+ export declare const connectorsDeleteConnectorParams: zod.ZodObject<{
4745
+ id: zod.ZodString;
4746
+ }, zod.core.$strict>;
4747
+ export declare const connectorsGetConnectorPathIdRegExp: RegExp;
4748
+ export declare const connectorsGetConnectorParams: zod.ZodObject<{
4749
+ id: zod.ZodString;
4750
+ }, zod.core.$strict>;
4751
+ export declare const connectorsGetConnectorResponseIdRegExp: RegExp;
4752
+ export declare const connectorsGetConnectorResponse: zod.ZodObject<{
4753
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4754
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4755
+ authType: zod.ZodString;
4756
+ createdAt: zod.ZodISODateTime;
4757
+ createdByUserId: zod.ZodString;
4758
+ hasSecret: zod.ZodBoolean;
4759
+ id: zod.ZodString;
4760
+ kind: zod.ZodString;
4761
+ modifiedAt: zod.ZodISODateTime;
4762
+ modifiedByUserId: zod.ZodString;
4763
+ name: zod.ZodString;
4764
+ url: zod.ZodString;
4765
+ }, zod.core.$strip>;
4766
+ /**
4767
+ * @summary Updates a connector. Omit `Secret` to leave the credential
4768
+ untouched; supply one to rotate it.
4769
+ */
4770
+ export declare const connectorsUpdateConnectorPathIdRegExp: RegExp;
4771
+ export declare const connectorsUpdateConnectorParams: zod.ZodObject<{
4772
+ id: zod.ZodString;
4773
+ }, zod.core.$strict>;
4774
+ export declare const connectorsUpdateConnectorBody: zod.ZodObject<{
4775
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4776
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4777
+ authType: zod.ZodString;
4778
+ name: zod.ZodString;
4779
+ secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4780
+ url: zod.ZodString;
4781
+ }, zod.core.$strict>;
4782
+ export declare const connectorsUpdateConnectorResponseIdRegExp: RegExp;
4783
+ export declare const connectorsUpdateConnectorResponse: zod.ZodObject<{
4784
+ authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4785
+ authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4786
+ authType: zod.ZodString;
4787
+ createdAt: zod.ZodISODateTime;
4788
+ createdByUserId: zod.ZodString;
4789
+ hasSecret: zod.ZodBoolean;
4790
+ id: zod.ZodString;
4791
+ kind: zod.ZodString;
4792
+ modifiedAt: zod.ZodISODateTime;
4793
+ modifiedByUserId: zod.ZodString;
4794
+ name: zod.ZodString;
4795
+ url: zod.ZodString;
4796
+ }, zod.core.$strip>;
4275
4797
  /**
4276
4798
  * @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
4277
4799
  */
@@ -4375,6 +4897,8 @@ export declare const messageThreadsGetWorkspaceExecutionsResponse: zod.ZodObject
4375
4897
  createdAt: zod.ZodISODateTime;
4376
4898
  data: zod.ZodAny;
4377
4899
  id: zod.ZodString;
4900
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4901
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4378
4902
  source: zod.ZodObject<{
4379
4903
  node: zod.ZodString;
4380
4904
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -4387,12 +4911,16 @@ export declare const messageThreadsGetWorkspaceExecutionsResponse: zod.ZodObject
4387
4911
  createdAt: zod.ZodISODateTime;
4388
4912
  data: zod.ZodAny;
4389
4913
  id: zod.ZodString;
4914
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4915
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4390
4916
  source: zod.ZodObject<{
4391
4917
  node: zod.ZodString;
4392
4918
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4393
4919
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4394
4920
  }, zod.core.$strip>;
4395
4921
  }, zod.core.$strip>>;
4922
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4923
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4396
4924
  }, zod.core.$strip>>;
4397
4925
  total: zod.ZodNumber;
4398
4926
  }, zod.core.$strip>;
@@ -4434,6 +4962,8 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
4434
4962
  createdAt: zod.ZodISODateTime;
4435
4963
  data: zod.ZodAny;
4436
4964
  id: zod.ZodString;
4965
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4966
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4437
4967
  source: zod.ZodObject<{
4438
4968
  node: zod.ZodString;
4439
4969
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -4446,12 +4976,45 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
4446
4976
  createdAt: zod.ZodISODateTime;
4447
4977
  data: zod.ZodAny;
4448
4978
  id: zod.ZodString;
4979
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4980
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4449
4981
  source: zod.ZodObject<{
4450
4982
  node: zod.ZodString;
4451
4983
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4452
4984
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4453
4985
  }, zod.core.$strip>;
4454
4986
  }, zod.core.$strip>>;
4987
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4988
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4989
+ }, zod.core.$strip>>;
4990
+ total: zod.ZodNumber;
4991
+ }, zod.core.$strip>;
4992
+ /**
4993
+ * @summary Lists a workspace's flow runs, newest first (chat threads, designer
4994
+ runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
4995
+ */
4996
+ export declare const flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp: RegExp;
4997
+ export declare const flowRunsGetWorkspaceRunsParams: zod.ZodObject<{
4998
+ workspaceId: zod.ZodString;
4999
+ }, zod.core.$strict>;
5000
+ export declare const flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
5001
+ export declare const flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
5002
+ export declare const flowRunsGetWorkspaceRunsQueryParams: zod.ZodObject<{
5003
+ skip: zod.ZodOptional<zod.ZodNumber>;
5004
+ take: zod.ZodDefault<zod.ZodNumber>;
5005
+ }, zod.core.$strict>;
5006
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp: RegExp;
5007
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp: RegExp;
5008
+ export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp: RegExp;
5009
+ export declare const flowRunsGetWorkspaceRunsResponse: zod.ZodObject<{
5010
+ data: zod.ZodArray<zod.ZodObject<{
5011
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
5012
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
5013
+ flowDefinitionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
5014
+ flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
5015
+ flowRunId: zod.ZodString;
5016
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
5017
+ status: zod.ZodString;
4455
5018
  }, zod.core.$strip>>;
4456
5019
  total: zod.ZodNumber;
4457
5020
  }, zod.core.$strip>;