@smartspace/api-client 0.1.0-dev.35069b3 → 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 (127) 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 +30 -18
  5. package/dist/generated/chat/models/aiModel.d.ts +1 -0
  6. package/dist/generated/chat/models/aiModelSummary.d.ts +1 -0
  7. package/dist/generated/chat/models/connectorsConnectorSummary.d.ts +12 -0
  8. package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
  9. package/dist/generated/chat/models/dataSourceContainer.d.ts +2 -0
  10. package/dist/generated/chat/models/enumsNotificationType.d.ts +1 -0
  11. package/dist/generated/chat/models/enumsNotificationType.js +1 -0
  12. package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
  13. package/dist/generated/chat/models/flowsFlowTrigger.d.ts +1 -0
  14. package/dist/generated/chat/models/index.d.ts +1 -0
  15. package/dist/generated/chat/models/index.js +1 -0
  16. package/dist/generated/chat/models/pagedDataCollectionAccessAccess.d.ts +2 -0
  17. package/dist/generated/chat/models/pagedDataCollectionAiModelSummary.d.ts +2 -0
  18. package/dist/generated/chat/models/pagedDataCollectionCommentCommentSummary.d.ts +2 -0
  19. package/dist/generated/chat/models/pagedDataCollectionMessageThreadMessageThreadSummary.d.ts +2 -0
  20. package/dist/generated/chat/models/pagedDataCollectionMessagesMessage.d.ts +2 -0
  21. package/dist/generated/chat/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +2 -0
  22. package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
  23. package/dist/generated/chat/zod.d.ts +39 -0
  24. package/dist/generated/chat/zod.js +44 -6
  25. package/dist/generated/config/api.d.ts +43 -1
  26. package/dist/generated/config/api.js +208 -3
  27. package/dist/generated/config/api.msw.d.ts +32 -1
  28. package/dist/generated/config/api.msw.js +339 -63
  29. package/dist/generated/config/models/aiModel.d.ts +1 -0
  30. package/dist/generated/config/models/aiModelSummary.d.ts +1 -0
  31. package/dist/generated/config/models/blocksBlockSet.d.ts +3 -2
  32. package/dist/generated/config/models/{blocksUsedInWorkspaceRef.d.ts → blocksUsedInRef.d.ts} +1 -1
  33. package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → configApiFlowRunIdentityMapRequest.d.ts} +2 -3
  34. package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
  35. package/dist/generated/config/models/connectorsConnector.js +8 -0
  36. package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
  37. package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
  38. package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
  39. package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
  40. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
  41. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
  42. package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
  43. package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
  44. package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
  45. package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
  46. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
  47. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
  48. package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
  49. package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
  50. package/dist/generated/config/models/containerItem.d.ts +2 -0
  51. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
  52. package/dist/generated/config/models/dataSetsDataSet.d.ts +2 -0
  53. package/dist/generated/config/models/dataSetsGetParams.d.ts +2 -0
  54. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.d.ts +11 -0
  55. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.js +8 -0
  56. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
  57. package/dist/generated/config/models/dataSourceContainer.d.ts +2 -0
  58. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
  59. package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +2 -0
  60. package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
  61. package/dist/generated/config/models/enumsNotificationType.js +1 -0
  62. package/dist/generated/config/models/flowRunsGetStepExecutionsParams.d.ts +19 -0
  63. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
  64. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
  65. package/dist/generated/config/models/flowValueModel.d.ts +4 -0
  66. package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
  67. package/dist/generated/config/models/flowsFlowTrigger.d.ts +1 -0
  68. package/dist/generated/config/models/functionExecutionDebugModel.d.ts +4 -0
  69. package/dist/generated/config/models/index.d.ts +19 -2
  70. package/dist/generated/config/models/index.js +19 -2
  71. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
  72. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
  73. package/dist/generated/config/models/integrationsSmartSpaceAiFlowValueModel.d.ts +4 -0
  74. package/dist/generated/config/models/integrationsSmartSpaceAiFunctionExecutionDebugModel.d.ts +4 -0
  75. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
  76. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
  77. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
  78. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
  79. package/dist/generated/config/models/pagedDataCollectionAccessAccess.d.ts +2 -0
  80. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +2 -0
  81. package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +2 -0
  82. package/dist/generated/config/models/pagedDataCollectionAiModelSummary.d.ts +2 -0
  83. package/dist/generated/config/models/pagedDataCollectionAzureADGroup.d.ts +2 -0
  84. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +2 -0
  85. package/dist/generated/config/models/pagedDataCollectionDataSetsDataSet.d.ts +2 -0
  86. package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.d.ts +2 -0
  87. package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.d.ts +2 -0
  88. package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +2 -0
  89. package/dist/generated/config/models/pagedDataCollectionMessageThreadMessageThreadSummary.d.ts +2 -0
  90. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +2 -0
  91. package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.d.ts +2 -0
  92. package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.d.ts +2 -0
  93. package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +2 -0
  94. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +13 -0
  95. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
  96. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +2 -0
  97. package/dist/generated/config/models/pagedDataCollectionWorkSpaceTemplatesTemplate.d.ts +2 -0
  98. package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +2 -0
  99. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.d.ts +2 -0
  100. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
  101. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +2 -0
  102. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
  103. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
  104. package/dist/generated/config/models/syncsGetParams.d.ts +7 -0
  105. package/dist/generated/config/models/syncsSync.d.ts +11 -0
  106. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +4 -0
  107. package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
  108. package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
  109. package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
  110. package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
  111. package/dist/generated/config/models/usersServicePrincipalDetail.d.ts +14 -0
  112. package/dist/generated/config/models/usersServicePrincipalDetail.js +2 -0
  113. package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
  114. package/dist/generated/config/zod.d.ts +574 -4
  115. package/dist/generated/config/zod.js +534 -32
  116. package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.d.ts +7 -0
  117. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
  118. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
  119. package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
  120. package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
  121. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +20 -9
  122. package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
  123. package/dist/signalr.d.ts +3 -1
  124. package/dist/signalr.js +3 -0
  125. package/package.json +2 -2
  126. /package/dist/generated/config/models/{blocksUsedInWorkspaceRef.js → blocksUsedInRef.js} +0 -0
  127. /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;
@@ -695,6 +712,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
695
712
  }, zod.core.$strip>;
696
713
  }, zod.core.$strip>>>>;
697
714
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
715
+ secret: zod.ZodBoolean;
698
716
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
699
717
  }, zod.core.$strip>>>>;
700
718
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -719,6 +737,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
719
737
  triggers: zod.ZodArray<zod.ZodObject<{
720
738
  dataSourceContainer: zod.ZodObject<{
721
739
  dataSourceId: zod.ZodString;
740
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
722
741
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
723
742
  operator: zod.ZodString;
724
743
  propertyName: zod.ZodString;
@@ -729,6 +748,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
729
748
  path: zod.ZodString;
730
749
  }, zod.core.$strip>;
731
750
  flowId: zod.ZodString;
751
+ honourSourceDeletes: zod.ZodBoolean;
732
752
  id: zod.ZodString;
733
753
  inputName: zod.ZodString;
734
754
  type: zod.ZodEnum<{
@@ -808,6 +828,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
808
828
  }, zod.core.$strip>;
809
829
  }, zod.core.$strip>>>>;
810
830
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
831
+ secret: zod.ZodBoolean;
811
832
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
812
833
  }, zod.core.$strip>>>>;
813
834
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -832,6 +853,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
832
853
  triggers: zod.ZodArray<zod.ZodObject<{
833
854
  dataSourceContainer: zod.ZodObject<{
834
855
  dataSourceId: zod.ZodString;
856
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
835
857
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
836
858
  operator: zod.ZodString;
837
859
  propertyName: zod.ZodString;
@@ -842,6 +864,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
842
864
  path: zod.ZodString;
843
865
  }, zod.core.$strip>;
844
866
  flowId: zod.ZodString;
867
+ honourSourceDeletes: zod.ZodBoolean;
845
868
  id: zod.ZodString;
846
869
  inputName: zod.ZodString;
847
870
  type: zod.ZodEnum<{
@@ -878,9 +901,12 @@ export declare const dataSetsGetQueryParams: zod.ZodObject<{
878
901
  take: zod.ZodDefault<zod.ZodNumber>;
879
902
  skip: zod.ZodOptional<zod.ZodNumber>;
880
903
  search: zod.ZodOptional<zod.ZodString>;
904
+ sortBy: zod.ZodOptional<zod.ZodString>;
905
+ sortDirection: zod.ZodOptional<zod.ZodString>;
881
906
  }, zod.core.$strict>;
882
907
  export declare const dataSetsGetResponseDataItemDataSpaceIdRegExp: RegExp;
883
908
  export declare const dataSetsGetResponseDataItemFlowIdRegExp: RegExp;
909
+ export declare const dataSetsGetResponseDataItemHonourDeletesContainerIdsItemRegExp: RegExp;
884
910
  export declare const dataSetsGetResponseDataItemIdRegExp: RegExp;
885
911
  export declare const dataSetsGetResponseDataItemVersionRegExp: RegExp;
886
912
  export declare const dataSetsGetResponse: zod.ZodObject<{
@@ -890,6 +916,7 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
890
916
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
891
917
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
892
918
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
919
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
893
920
  id: zod.ZodString;
894
921
  modifiedAt: zod.ZodISODateTime;
895
922
  modifiedByUserId: zod.ZodString;
@@ -906,6 +933,7 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
906
933
  subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
907
934
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
908
935
  }, zod.core.$strip>>;
936
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
909
937
  total: zod.ZodNumber;
910
938
  }, zod.core.$strip>;
911
939
  export declare const dataSetsGetItemPathDataSetIdRegExp: RegExp;
@@ -944,6 +972,7 @@ export declare const dataSetsGetByIdParams: zod.ZodObject<{
944
972
  }, zod.core.$strict>;
945
973
  export declare const dataSetsGetByIdResponseDataSpaceIdRegExp: RegExp;
946
974
  export declare const dataSetsGetByIdResponseFlowIdRegExp: RegExp;
975
+ export declare const dataSetsGetByIdResponseHonourDeletesContainerIdsItemRegExp: RegExp;
947
976
  export declare const dataSetsGetByIdResponseIdRegExp: RegExp;
948
977
  export declare const dataSetsGetByIdResponseVersionRegExp: RegExp;
949
978
  export declare const dataSetsGetByIdResponse: zod.ZodObject<{
@@ -952,6 +981,7 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
952
981
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
953
982
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
954
983
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
984
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
955
985
  id: zod.ZodString;
956
986
  modifiedAt: zod.ZodISODateTime;
957
987
  modifiedByUserId: zod.ZodString;
@@ -979,6 +1009,7 @@ export declare const dataSetsPutBodyIdRegExp: RegExp;
979
1009
  export declare const dataSetsPutBody: zod.ZodObject<{
980
1010
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
981
1011
  dataSourceId: zod.ZodString;
1012
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
982
1013
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
983
1014
  operator: zod.ZodString;
984
1015
  propertyName: zod.ZodString;
@@ -992,6 +1023,7 @@ export declare const dataSetsPutBody: zod.ZodObject<{
992
1023
  }, zod.core.$strict>;
993
1024
  export declare const dataSetsPutResponseDataSpaceIdRegExp: RegExp;
994
1025
  export declare const dataSetsPutResponseFlowIdRegExp: RegExp;
1026
+ export declare const dataSetsPutResponseHonourDeletesContainerIdsItemRegExp: RegExp;
995
1027
  export declare const dataSetsPutResponseIdRegExp: RegExp;
996
1028
  export declare const dataSetsPutResponseVersionRegExp: RegExp;
997
1029
  export declare const dataSetsPutResponse: zod.ZodObject<{
@@ -1000,6 +1032,7 @@ export declare const dataSetsPutResponse: zod.ZodObject<{
1000
1032
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1001
1033
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1002
1034
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1035
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1003
1036
  id: zod.ZodString;
1004
1037
  modifiedAt: zod.ZodISODateTime;
1005
1038
  modifiedByUserId: zod.ZodString;
@@ -1049,6 +1082,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
1049
1082
  data: zod.ZodArray<zod.ZodObject<{
1050
1083
  containerId: zod.ZodString;
1051
1084
  createdAt: zod.ZodISODateTime;
1085
+ deletedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1052
1086
  flowRuns: zod.ZodArray<zod.ZodObject<{
1053
1087
  errors: zod.ZodArray<zod.ZodObject<{
1054
1088
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -1057,7 +1091,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
1057
1091
  }, zod.core.$strip>>;
1058
1092
  finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1059
1093
  flowRunId: zod.ZodString;
1060
- runAt: zod.ZodISODateTime;
1094
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1061
1095
  status: zod.ZodString;
1062
1096
  }, zod.core.$strip>>;
1063
1097
  id: zod.ZodString;
@@ -1065,6 +1099,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
1065
1099
  path: zod.ZodString;
1066
1100
  status: zod.ZodString;
1067
1101
  }, zod.core.$strip>>;
1102
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1068
1103
  total: zod.ZodNumber;
1069
1104
  }, zod.core.$strip>;
1070
1105
  /**
@@ -1078,6 +1113,7 @@ export declare const dataSetsSetDataspaceBodyRegExp: RegExp;
1078
1113
  export declare const dataSetsSetDataspaceBody: zod.ZodString;
1079
1114
  export declare const dataSetsSetDataspaceResponseDataSpaceIdRegExp: RegExp;
1080
1115
  export declare const dataSetsSetDataspaceResponseFlowIdRegExp: RegExp;
1116
+ export declare const dataSetsSetDataspaceResponseHonourDeletesContainerIdsItemRegExp: RegExp;
1081
1117
  export declare const dataSetsSetDataspaceResponseIdRegExp: RegExp;
1082
1118
  export declare const dataSetsSetDataspaceResponseVersionRegExp: RegExp;
1083
1119
  export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
@@ -1086,6 +1122,7 @@ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
1086
1122
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1087
1123
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1088
1124
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1125
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1089
1126
  id: zod.ZodString;
1090
1127
  modifiedAt: zod.ZodISODateTime;
1091
1128
  modifiedByUserId: zod.ZodString;
@@ -1151,6 +1188,7 @@ export declare const dataSetsGetItemsResponse: zod.ZodObject<{
1151
1188
  }, zod.core.$strip>;
1152
1189
  properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1153
1190
  }, zod.core.$strip>>;
1191
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1154
1192
  total: zod.ZodNumber;
1155
1193
  }, zod.core.$strip>;
1156
1194
  export declare const dataSetsAddItemPathIdRegExp: RegExp;
@@ -1193,6 +1231,7 @@ export declare const dataSetsSearchItemsResponse: zod.ZodObject<{
1193
1231
  }, zod.core.$strip>;
1194
1232
  properties: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
1195
1233
  }, zod.core.$strip>>;
1234
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1196
1235
  total: zod.ZodNumber;
1197
1236
  }, zod.core.$strip>;
1198
1237
  export declare const dataSetsDeleteItemPathIdRegExp: RegExp;
@@ -1202,6 +1241,11 @@ export declare const dataSetsDeleteItemParams: zod.ZodObject<{
1202
1241
  itemId: zod.ZodString;
1203
1242
  }, zod.core.$strict>;
1204
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.
1205
1249
  * @summary Upsert a single property on a dataset.
1206
1250
  */
1207
1251
  export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
@@ -1210,7 +1254,7 @@ export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
1210
1254
  }, zod.core.$strict>;
1211
1255
  export declare const dataSetsAddDataSetPropertyBody: zod.ZodObject<{
1212
1256
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1213
- isVector: zod.ZodBoolean;
1257
+ isVector: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1214
1258
  name: zod.ZodString;
1215
1259
  }, zod.core.$strict>;
1216
1260
  export declare const dataSetsAddDataSetPropertyResponse: zod.ZodObject<{
@@ -1275,6 +1319,7 @@ export declare const dataSetsGetIngestionRunsResponse: zod.ZodObject<{
1275
1319
  principal: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1276
1320
  }, zod.core.$strip>;
1277
1321
  }, zod.core.$strip>>;
1322
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1278
1323
  total: zod.ZodNumber;
1279
1324
  }, zod.core.$strip>;
1280
1325
  /**
@@ -1291,6 +1336,22 @@ export declare const dataSetsPutScopingBody: zod.ZodObject<{
1291
1336
  }>;
1292
1337
  subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1293
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>;
1294
1355
  /**
1295
1356
  * @summary Fetch a list of all available data source types in SmartSpace.
1296
1357
  */
@@ -1341,6 +1402,7 @@ export declare const dataSourceTypesGetAvailableContainersBody: zod.ZodObject<{
1341
1402
  }, zod.core.$strict>;
1342
1403
  export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodObject<{
1343
1404
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1405
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1344
1406
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1345
1407
  operator: zod.ZodString;
1346
1408
  propertyName: zod.ZodString;
@@ -1355,6 +1417,7 @@ export declare const dataSourceTypesGetAvailableContainersResponseItem: zod.ZodO
1355
1417
  }, zod.core.$strip>;
1356
1418
  export declare const dataSourceTypesGetAvailableContainersResponse: zod.ZodArray<zod.ZodObject<{
1357
1419
  children: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodAny>>>;
1420
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1358
1421
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1359
1422
  operator: zod.ZodString;
1360
1423
  propertyName: zod.ZodString;
@@ -1399,6 +1462,7 @@ export declare const dataSourcesGetResponse: zod.ZodObject<{
1399
1462
  data: zod.ZodArray<zod.ZodObject<{
1400
1463
  containers: zod.ZodArray<zod.ZodObject<{
1401
1464
  dataSourceId: zod.ZodString;
1465
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1402
1466
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1403
1467
  operator: zod.ZodString;
1404
1468
  propertyName: zod.ZodString;
@@ -1430,6 +1494,7 @@ export declare const dataSourcesGetResponse: zod.ZodObject<{
1430
1494
  name: zod.ZodString;
1431
1495
  searchable: zod.ZodBoolean;
1432
1496
  }, zod.core.$strip>>;
1497
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1433
1498
  total: zod.ZodNumber;
1434
1499
  }, zod.core.$strip>;
1435
1500
  /**
@@ -1459,6 +1524,7 @@ export declare const dataSourcesPostResponseIdRegExp: RegExp;
1459
1524
  export declare const dataSourcesPostResponse: zod.ZodObject<{
1460
1525
  containers: zod.ZodArray<zod.ZodObject<{
1461
1526
  dataSourceId: zod.ZodString;
1527
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1462
1528
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1463
1529
  operator: zod.ZodString;
1464
1530
  propertyName: zod.ZodString;
@@ -1522,6 +1588,7 @@ export declare const dataSourcesContainersResponseDataSourceIdRegExp: RegExp;
1522
1588
  export declare const dataSourcesContainersResponseIdRegExp: RegExp;
1523
1589
  export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1524
1590
  dataSourceId: zod.ZodString;
1591
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1525
1592
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1526
1593
  operator: zod.ZodString;
1527
1594
  propertyName: zod.ZodString;
@@ -1533,6 +1600,7 @@ export declare const dataSourcesContainersResponseItem: zod.ZodObject<{
1533
1600
  }, zod.core.$strip>;
1534
1601
  export declare const dataSourcesContainersResponse: zod.ZodArray<zod.ZodObject<{
1535
1602
  dataSourceId: zod.ZodString;
1603
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1536
1604
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1537
1605
  operator: zod.ZodString;
1538
1606
  propertyName: zod.ZodString;
@@ -1564,7 +1632,8 @@ export declare const dataSourcesPreviewContainerResponse: zod.ZodObject<{
1564
1632
  }, zod.core.$strip>;
1565
1633
  /**
1566
1634
  * @summary Returns a JSON Schema object for the container's properties, used to drive the filter editor UI.
1567
- 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).
1568
1637
  containerPath is a query param (not a route segment) to avoid ASP.NET routing splits on paths containing '/'.
1569
1638
  */
1570
1639
  export declare const dataSourcesContainerSchemaPathDataSourceIdRegExp: RegExp;
@@ -1584,6 +1653,15 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
1584
1653
  export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
1585
1654
  credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
1586
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>;
1587
1665
  export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
1588
1666
  export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
1589
1667
  id: zod.ZodString;
@@ -1617,6 +1695,7 @@ export declare const dataSpacesGetQueryParams: zod.ZodObject<{
1617
1695
  }, zod.core.$strict>;
1618
1696
  export declare const dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
1619
1697
  export declare const dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp: RegExp;
1698
+ export declare const dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1620
1699
  export declare const dataSpacesGetResponseDataItemDataSetsItemIdRegExp: RegExp;
1621
1700
  export declare const dataSpacesGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
1622
1701
  export declare const dataSpacesGetResponseDataItemIdRegExp: RegExp;
@@ -1632,6 +1711,7 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1632
1711
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1633
1712
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1634
1713
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1714
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1635
1715
  id: zod.ZodString;
1636
1716
  modifiedAt: zod.ZodISODateTime;
1637
1717
  modifiedByUserId: zod.ZodString;
@@ -1658,6 +1738,7 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1658
1738
  name: zod.ZodString;
1659
1739
  }, zod.core.$strip>>;
1660
1740
  }, zod.core.$strip>>;
1741
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1661
1742
  total: zod.ZodNumber;
1662
1743
  }, zod.core.$strip>;
1663
1744
  /**
@@ -1678,6 +1759,7 @@ export declare const dataSpacesGetByIdParams: zod.ZodObject<{
1678
1759
  }, zod.core.$strict>;
1679
1760
  export declare const dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1680
1761
  export declare const dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp: RegExp;
1762
+ export declare const dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1681
1763
  export declare const dataSpacesGetByIdResponseDataSetsItemIdRegExp: RegExp;
1682
1764
  export declare const dataSpacesGetByIdResponseDataSetsItemVersionRegExp: RegExp;
1683
1765
  export declare const dataSpacesGetByIdResponseIdRegExp: RegExp;
@@ -1692,6 +1774,7 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1692
1774
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1693
1775
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1694
1776
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1777
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1695
1778
  id: zod.ZodString;
1696
1779
  modifiedAt: zod.ZodISODateTime;
1697
1780
  modifiedByUserId: zod.ZodString;
@@ -1734,6 +1817,7 @@ export declare const dataSpacesPutBody: zod.ZodObject<{
1734
1817
  }, zod.core.$strict>;
1735
1818
  export declare const dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1736
1819
  export declare const dataSpacesPutResponseDataSetsItemFlowIdRegExp: RegExp;
1820
+ export declare const dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1737
1821
  export declare const dataSpacesPutResponseDataSetsItemIdRegExp: RegExp;
1738
1822
  export declare const dataSpacesPutResponseDataSetsItemVersionRegExp: RegExp;
1739
1823
  export declare const dataSpacesPutResponseIdRegExp: RegExp;
@@ -1748,6 +1832,7 @@ export declare const dataSpacesPutResponse: zod.ZodObject<{
1748
1832
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1749
1833
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1750
1834
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1835
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1751
1836
  id: zod.ZodString;
1752
1837
  modifiedAt: zod.ZodISODateTime;
1753
1838
  modifiedByUserId: zod.ZodString;
@@ -1809,9 +1894,12 @@ export declare const dataSpacesGetDataSetsQueryParams: zod.ZodObject<{
1809
1894
  take: zod.ZodDefault<zod.ZodNumber>;
1810
1895
  skip: zod.ZodOptional<zod.ZodNumber>;
1811
1896
  search: zod.ZodOptional<zod.ZodString>;
1897
+ sortBy: zod.ZodOptional<zod.ZodString>;
1898
+ sortDirection: zod.ZodOptional<zod.ZodString>;
1812
1899
  }, zod.core.$strict>;
1813
1900
  export declare const dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp: RegExp;
1814
1901
  export declare const dataSpacesGetDataSetsResponseDataItemFlowIdRegExp: RegExp;
1902
+ export declare const dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp: RegExp;
1815
1903
  export declare const dataSpacesGetDataSetsResponseDataItemIdRegExp: RegExp;
1816
1904
  export declare const dataSpacesGetDataSetsResponseDataItemVersionRegExp: RegExp;
1817
1905
  export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
@@ -1821,6 +1909,7 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1821
1909
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1822
1910
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1823
1911
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1912
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1824
1913
  id: zod.ZodString;
1825
1914
  modifiedAt: zod.ZodISODateTime;
1826
1915
  modifiedByUserId: zod.ZodString;
@@ -1837,6 +1926,7 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1837
1926
  subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1838
1927
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1839
1928
  }, zod.core.$strip>>;
1929
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1840
1930
  total: zod.ZodNumber;
1841
1931
  }, zod.core.$strip>;
1842
1932
  /**
@@ -1850,6 +1940,7 @@ export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegEx
1850
1940
  export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
1851
1941
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1852
1942
  dataSourceId: zod.ZodString;
1943
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1853
1944
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1854
1945
  operator: zod.ZodString;
1855
1946
  propertyName: zod.ZodString;
@@ -1866,6 +1957,13 @@ export declare const debugInvokeParams: zod.ZodObject<{
1866
1957
  }, zod.core.$strict>;
1867
1958
  export declare const debugInvokeBodyItem: zod.ZodAny;
1868
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;
1869
1967
  /**
1870
1968
  * @summary List the current user's drafts (without parsed interfaces — load detail to get those).
1871
1969
  */
@@ -2332,6 +2430,16 @@ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
2332
2430
  export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
2333
2431
  id: zod.ZodString;
2334
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>;
2335
2443
  export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
2336
2444
  export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
2337
2445
  id: zod.ZodString;
@@ -2348,6 +2456,9 @@ export declare const flowRunsAddFileIdFilesExistingBody: zod.ZodObject<{
2348
2456
  blobUri: zod.ZodString;
2349
2457
  flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2350
2458
  }, zod.core.$strict>;
2459
+ /**
2460
+ * @summary Lists a run's function executions, newest first.
2461
+ */
2351
2462
  export declare const flowRunsGetStepExecutionsPathIdRegExp: RegExp;
2352
2463
  export declare const flowRunsGetStepExecutionsParams: zod.ZodObject<{
2353
2464
  id: zod.ZodString;
@@ -2360,6 +2471,7 @@ export declare const flowRunsGetStepExecutionsQueryParams: zod.ZodObject<{
2360
2471
  take: zod.ZodDefault<zod.ZodNumber>;
2361
2472
  search: zod.ZodOptional<zod.ZodString>;
2362
2473
  "blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2474
+ includeValues: zod.ZodOptional<zod.ZodBoolean>;
2363
2475
  }, zod.core.$strict>;
2364
2476
  export declare const flowRunsGetStepExecutionsResponseLogsItemIdRegExp: RegExp;
2365
2477
  export declare const flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
@@ -2384,6 +2496,8 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2384
2496
  createdAt: zod.ZodISODateTime;
2385
2497
  data: zod.ZodAny;
2386
2498
  id: zod.ZodString;
2499
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2500
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2387
2501
  source: zod.ZodObject<{
2388
2502
  node: zod.ZodString;
2389
2503
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2396,15 +2510,92 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2396
2510
  createdAt: zod.ZodISODateTime;
2397
2511
  data: zod.ZodAny;
2398
2512
  id: zod.ZodString;
2513
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2514
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2399
2515
  source: zod.ZodObject<{
2400
2516
  node: zod.ZodString;
2401
2517
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2402
2518
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2403
2519
  }, zod.core.$strip>;
2404
2520
  }, zod.core.$strip>>;
2521
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2522
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2405
2523
  }, zod.core.$strip>>;
2406
2524
  total: zod.ZodNumber;
2407
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>;
2408
2599
  export declare const flowRunsGetVariablesPathIdRegExpOne: RegExp;
2409
2600
  export declare const flowRunsGetVariablesParams: zod.ZodObject<{
2410
2601
  id: zod.ZodString;
@@ -2459,6 +2650,7 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
2459
2650
  }, zod.core.$strict>;
2460
2651
  }, zod.core.$strict>>>>;
2461
2652
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2653
+ secret: zod.ZodBoolean;
2462
2654
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2463
2655
  }, zod.core.$strict>>>>;
2464
2656
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -2581,6 +2773,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
2581
2773
  }>>;
2582
2774
  displayName: zod.ZodString;
2583
2775
  id: zod.ZodString;
2776
+ isDefault: zod.ZodBoolean;
2584
2777
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2585
2778
  OpenAi: "OpenAi";
2586
2779
  AzureOpenAi: "AzureOpenAi";
@@ -2617,6 +2810,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
2617
2810
  }, zod.core.$strip>>;
2618
2811
  virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2619
2812
  }, zod.core.$strip>>;
2813
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2620
2814
  total: zod.ZodNumber;
2621
2815
  }, zod.core.$strip>;
2622
2816
  /**
@@ -2669,6 +2863,59 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
2669
2863
  Other: "Other";
2670
2864
  }>>;
2671
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>;
2672
2919
  export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
2673
2920
  serverType: zod.ZodOptional<zod.ZodEnum<{
2674
2921
  TextGenerationInference: "TextGenerationInference";
@@ -2741,6 +2988,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2741
2988
  }, zod.core.$strip>>;
2742
2989
  displayName: zod.ZodString;
2743
2990
  id: zod.ZodString;
2991
+ isDefault: zod.ZodBoolean;
2744
2992
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2745
2993
  OpenAi: "OpenAi";
2746
2994
  AzureOpenAi: "AzureOpenAi";
@@ -2830,6 +3078,20 @@ export declare const modelsUpsertModelBody: zod.ZodObject<{
2830
3078
  Other: "Other";
2831
3079
  }>>;
2832
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>;
2833
3095
  /**
2834
3096
  * @summary Retrieves the Docker logs for a specific deployment of a model.
2835
3097
  */
@@ -2875,6 +3137,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
2875
3137
  WorkSpaceUpdated: "WorkSpaceUpdated";
2876
3138
  MessageThreadUpdated: "MessageThreadUpdated";
2877
3139
  CommentUpdated: "CommentUpdated";
3140
+ AddedToThread: "AddedToThread";
2878
3141
  }>;
2879
3142
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2880
3143
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2960,12 +3223,54 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
2960
3223
  name: zod.ZodString;
2961
3224
  }, zod.core.$strip>>;
2962
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
+ */
2963
3263
  export declare const syncsGetQueryTakeDefault = 50;
2964
3264
  export declare const syncsGetQuerySkipDefault = 0;
3265
+ export declare const syncsGetQueryDataSourceIdRegExp: RegExp;
2965
3266
  export declare const syncsGetQueryParams: zod.ZodObject<{
2966
3267
  take: zod.ZodDefault<zod.ZodNumber>;
2967
3268
  skip: zod.ZodOptional<zod.ZodNumber>;
2968
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>;
2969
3274
  }, zod.core.$strict>;
2970
3275
  export declare const syncsGetResponseDataItemDataSetsItemIdRegExp: RegExp;
2971
3276
  export declare const syncsGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
@@ -2980,6 +3285,7 @@ export declare const syncsGetResponse: zod.ZodObject<{
2980
3285
  }, zod.core.$strip>>;
2981
3286
  dataSource: zod.ZodObject<{
2982
3287
  id: zod.ZodString;
3288
+ isQueued: zod.ZodBoolean;
2983
3289
  isSyncing: zod.ZodBoolean;
2984
3290
  name: zod.ZodString;
2985
3291
  sourceType: zod.ZodEnum<{
@@ -2995,16 +3301,52 @@ export declare const syncsGetResponse: zod.ZodObject<{
2995
3301
  File: "File";
2996
3302
  Sitemap: "Sitemap";
2997
3303
  }>;
3304
+ supportsDeleteDetection: zod.ZodBoolean;
3305
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2998
3306
  }, zod.core.$strip>;
2999
3307
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3000
3308
  highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3001
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>>;
3002
3314
  name: zod.ZodString;
3003
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>>>>;
3004
3323
  statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3005
3324
  }, zod.core.$strip>>;
3325
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3006
3326
  total: zod.ZodNumber;
3007
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>;
3008
3350
  export declare const syncsGetByIdPathContainerIdRegExp: RegExp;
3009
3351
  export declare const syncsGetByIdParams: zod.ZodObject<{
3010
3352
  containerId: zod.ZodString;
@@ -3021,6 +3363,7 @@ export declare const syncsGetByIdResponse: zod.ZodObject<{
3021
3363
  }, zod.core.$strip>>;
3022
3364
  dataSource: zod.ZodObject<{
3023
3365
  id: zod.ZodString;
3366
+ isQueued: zod.ZodBoolean;
3024
3367
  isSyncing: zod.ZodBoolean;
3025
3368
  name: zod.ZodString;
3026
3369
  sourceType: zod.ZodEnum<{
@@ -3036,12 +3379,25 @@ export declare const syncsGetByIdResponse: zod.ZodObject<{
3036
3379
  File: "File";
3037
3380
  Sitemap: "Sitemap";
3038
3381
  }>;
3382
+ supportsDeleteDetection: zod.ZodBoolean;
3383
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3039
3384
  }, zod.core.$strip>;
3040
3385
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3041
3386
  highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3042
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>>;
3043
3392
  name: zod.ZodString;
3044
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>>>>;
3045
3401
  statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3046
3402
  }, zod.core.$strip>;
3047
3403
  /**
@@ -3065,12 +3421,14 @@ export declare const syncsGetItemsResponse: zod.ZodObject<{
3065
3421
  blobUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3066
3422
  bytes: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3067
3423
  containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3424
+ deletedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3068
3425
  id: zod.ZodString;
3069
3426
  isJson: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3070
3427
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3071
3428
  path: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3072
3429
  pending: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3073
3430
  }, zod.core.$strip>>;
3431
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3074
3432
  total: zod.ZodNumber;
3075
3433
  }, zod.core.$strip>;
3076
3434
  /**
@@ -3078,7 +3436,8 @@ export declare const syncsGetItemsResponse: zod.ZodObject<{
3078
3436
  */
3079
3437
  export declare const tenantIdGetResultResponse: zod.ZodString;
3080
3438
  /**
3081
- * @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.
3082
3441
  */
3083
3442
  export declare const usersGetUsersQuerySkipDefault = 0;
3084
3443
  export declare const usersGetUsersQueryTakeDefault = 20;
@@ -3107,6 +3466,7 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
3107
3466
  ConnectorDelete: "ConnectorDelete";
3108
3467
  }>>;
3109
3468
  }, zod.core.$strip>>;
3469
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3110
3470
  total: zod.ZodNumber;
3111
3471
  }, zod.core.$strip>;
3112
3472
  export declare const usersGetUsersByFilterParams: zod.ZodObject<{
@@ -3226,6 +3586,7 @@ export declare const usersGetAccessWorkSpacesResponse: zod.ZodObject<{
3226
3586
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3227
3587
  workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3228
3588
  }, zod.core.$strip>>;
3589
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3229
3590
  total: zod.ZodNumber;
3230
3591
  }, zod.core.$strip>;
3231
3592
  export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
@@ -3330,6 +3691,7 @@ export declare const workSpaceTemplatesGetResponse: zod.ZodObject<{
3330
3691
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3331
3692
  }, zod.core.$strip>>;
3332
3693
  }, zod.core.$strip>>;
3694
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3333
3695
  total: zod.ZodNumber;
3334
3696
  }, zod.core.$strip>;
3335
3697
  /**
@@ -3344,6 +3706,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
3344
3706
  sortBy: zod.ZodOptional<zod.ZodString>;
3345
3707
  sortDirection: zod.ZodOptional<zod.ZodString>;
3346
3708
  }, zod.core.$strict>;
3709
+ export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
3347
3710
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3348
3711
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3349
3712
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3364,6 +3727,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
3364
3727
  export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
3365
3728
  export declare const workSpacesGetGetResponse: zod.ZodObject<{
3366
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>>;
3367
3735
  createdAt: zod.ZodISODateTime;
3368
3736
  createdByUserId: zod.ZodString;
3369
3737
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3410,6 +3778,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3410
3778
  }, zod.core.$strip>;
3411
3779
  }, zod.core.$strip>>>>;
3412
3780
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3781
+ secret: zod.ZodBoolean;
3413
3782
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3414
3783
  }, zod.core.$strip>>>>;
3415
3784
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3434,6 +3803,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3434
3803
  triggers: zod.ZodArray<zod.ZodObject<{
3435
3804
  dataSourceContainer: zod.ZodObject<{
3436
3805
  dataSourceId: zod.ZodString;
3806
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3437
3807
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3438
3808
  operator: zod.ZodString;
3439
3809
  propertyName: zod.ZodString;
@@ -3444,6 +3814,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3444
3814
  path: zod.ZodString;
3445
3815
  }, zod.core.$strip>;
3446
3816
  flowId: zod.ZodString;
3817
+ honourSourceDeletes: zod.ZodBoolean;
3447
3818
  id: zod.ZodString;
3448
3819
  inputName: zod.ZodString;
3449
3820
  type: zod.ZodEnum<{
@@ -3591,6 +3962,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3591
3962
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3592
3963
  }, zod.core.$strip>>;
3593
3964
  }, zod.core.$strip>>;
3965
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3594
3966
  total: zod.ZodNumber;
3595
3967
  }, zod.core.$strip>;
3596
3968
  /**
@@ -3634,6 +4006,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
3634
4006
  export declare const workSpacesGetIdParams: zod.ZodObject<{
3635
4007
  id: zod.ZodString;
3636
4008
  }, zod.core.$strict>;
4009
+ export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
3637
4010
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3638
4011
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3639
4012
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3653,6 +4026,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
3653
4026
  export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
3654
4027
  export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
3655
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>>;
3656
4034
  createdAt: zod.ZodISODateTime;
3657
4035
  createdByUserId: zod.ZodString;
3658
4036
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3699,6 +4077,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3699
4077
  }, zod.core.$strip>;
3700
4078
  }, zod.core.$strip>>>>;
3701
4079
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4080
+ secret: zod.ZodBoolean;
3702
4081
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3703
4082
  }, zod.core.$strip>>>>;
3704
4083
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3723,6 +4102,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3723
4102
  triggers: zod.ZodArray<zod.ZodObject<{
3724
4103
  dataSourceContainer: zod.ZodObject<{
3725
4104
  dataSourceId: zod.ZodString;
4105
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3726
4106
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3727
4107
  operator: zod.ZodString;
3728
4108
  propertyName: zod.ZodString;
@@ -3733,6 +4113,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3733
4113
  path: zod.ZodString;
3734
4114
  }, zod.core.$strip>;
3735
4115
  flowId: zod.ZodString;
4116
+ honourSourceDeletes: zod.ZodBoolean;
3736
4117
  id: zod.ZodString;
3737
4118
  inputName: zod.ZodString;
3738
4119
  type: zod.ZodEnum<{
@@ -3960,6 +4341,7 @@ export declare const workSpacesGetThreadsResponse: zod.ZodObject<{
3960
4341
  totalMessages: zod.ZodNumber;
3961
4342
  workSpaceId: zod.ZodString;
3962
4343
  }, zod.core.$strip>>;
4344
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3963
4345
  total: zod.ZodNumber;
3964
4346
  }, zod.core.$strip>;
3965
4347
  /**
@@ -4001,6 +4383,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
4001
4383
  temperature: zod.ZodNumber;
4002
4384
  topP: zod.ZodNumber;
4003
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>;
4004
4408
  /**
4005
4409
  * @summary Removes a data space from a workspace.
4006
4410
  */
@@ -4062,6 +4466,7 @@ export declare const workSpacesGetWorkspaceFilesResponse: zod.ZodObject<{
4062
4466
  Ingesting: "Ingesting";
4063
4467
  }>;
4064
4468
  }, zod.core.$strip>>;
4469
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4065
4470
  total: zod.ZodNumber;
4066
4471
  }, zod.core.$strip>;
4067
4472
  /**
@@ -4177,6 +4582,7 @@ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
4177
4582
  }, zod.core.$strip>;
4178
4583
  }, zod.core.$strip>>>>;
4179
4584
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4585
+ secret: zod.ZodBoolean;
4180
4586
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4181
4587
  }, zod.core.$strip>>>>;
4182
4588
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4238,6 +4644,7 @@ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
4238
4644
  }, zod.core.$strict>;
4239
4645
  }, zod.core.$strict>>>>;
4240
4646
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4647
+ secret: zod.ZodBoolean;
4241
4648
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4242
4649
  }, zod.core.$strict>>>>;
4243
4650
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4265,6 +4672,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
4265
4672
  workspaceId: zod.ZodString;
4266
4673
  }, zod.core.$strict>;
4267
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>;
4268
4797
  /**
4269
4798
  * @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
4270
4799
  */
@@ -4368,6 +4897,8 @@ export declare const messageThreadsGetWorkspaceExecutionsResponse: zod.ZodObject
4368
4897
  createdAt: zod.ZodISODateTime;
4369
4898
  data: zod.ZodAny;
4370
4899
  id: zod.ZodString;
4900
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4901
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4371
4902
  source: zod.ZodObject<{
4372
4903
  node: zod.ZodString;
4373
4904
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -4380,12 +4911,16 @@ export declare const messageThreadsGetWorkspaceExecutionsResponse: zod.ZodObject
4380
4911
  createdAt: zod.ZodISODateTime;
4381
4912
  data: zod.ZodAny;
4382
4913
  id: zod.ZodString;
4914
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4915
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4383
4916
  source: zod.ZodObject<{
4384
4917
  node: zod.ZodString;
4385
4918
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4386
4919
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4387
4920
  }, zod.core.$strip>;
4388
4921
  }, zod.core.$strip>>;
4922
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4923
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4389
4924
  }, zod.core.$strip>>;
4390
4925
  total: zod.ZodNumber;
4391
4926
  }, zod.core.$strip>;
@@ -4427,6 +4962,8 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
4427
4962
  createdAt: zod.ZodISODateTime;
4428
4963
  data: zod.ZodAny;
4429
4964
  id: zod.ZodString;
4965
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4966
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4430
4967
  source: zod.ZodObject<{
4431
4968
  node: zod.ZodString;
4432
4969
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -4439,12 +4976,45 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
4439
4976
  createdAt: zod.ZodISODateTime;
4440
4977
  data: zod.ZodAny;
4441
4978
  id: zod.ZodString;
4979
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4980
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4442
4981
  source: zod.ZodObject<{
4443
4982
  node: zod.ZodString;
4444
4983
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4445
4984
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4446
4985
  }, zod.core.$strip>;
4447
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;
4448
5018
  }, zod.core.$strip>>;
4449
5019
  total: zod.ZodNumber;
4450
5020
  }, zod.core.$strip>;