@smartspace/api-client 0.1.0-dev.1717bf5 → 0.1.0-dev.1a56cc2

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 (112) 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/flowsFlowTrigger.d.ts +1 -0
  11. package/dist/generated/chat/models/index.d.ts +1 -0
  12. package/dist/generated/chat/models/index.js +1 -0
  13. package/dist/generated/chat/models/pagedDataCollectionAccessAccess.d.ts +2 -0
  14. package/dist/generated/chat/models/pagedDataCollectionAiModelSummary.d.ts +2 -0
  15. package/dist/generated/chat/models/pagedDataCollectionCommentCommentSummary.d.ts +2 -0
  16. package/dist/generated/chat/models/pagedDataCollectionMessageThreadMessageThreadSummary.d.ts +2 -0
  17. package/dist/generated/chat/models/pagedDataCollectionMessagesMessage.d.ts +2 -0
  18. package/dist/generated/chat/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +2 -0
  19. package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
  20. package/dist/generated/chat/zod.d.ts +36 -0
  21. package/dist/generated/chat/zod.js +41 -5
  22. package/dist/generated/config/api.d.ts +41 -1
  23. package/dist/generated/config/api.js +199 -3
  24. package/dist/generated/config/api.msw.d.ts +31 -1
  25. package/dist/generated/config/api.msw.js +322 -58
  26. package/dist/generated/config/models/aiModel.d.ts +1 -0
  27. package/dist/generated/config/models/aiModelSummary.d.ts +1 -0
  28. package/dist/generated/config/models/blocksBlockSet.d.ts +3 -2
  29. package/dist/generated/config/models/{blocksUsedInWorkspaceRef.d.ts → blocksUsedInRef.d.ts} +1 -1
  30. package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
  31. package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
  32. package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
  33. package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
  34. package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
  35. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
  36. package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
  37. package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
  38. package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
  39. package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
  40. package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
  41. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
  42. package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
  43. package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
  44. package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
  45. package/dist/generated/config/models/containerItem.d.ts +2 -0
  46. package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +2 -0
  47. package/dist/generated/config/models/dataSetsDataSet.d.ts +2 -0
  48. package/dist/generated/config/models/dataSetsGetParams.d.ts +2 -0
  49. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.d.ts +11 -0
  50. package/dist/generated/config/models/dataSetsSetDataSetSourceDeletes.js +8 -0
  51. package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
  52. package/dist/generated/config/models/dataSourceContainer.d.ts +2 -0
  53. package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +2 -0
  54. package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +2 -0
  55. package/dist/generated/config/models/flowRunsGetStepExecutionsParams.d.ts +19 -0
  56. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
  57. package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
  58. package/dist/generated/config/models/flowValueModel.d.ts +4 -0
  59. package/dist/generated/config/models/flowsFlowTrigger.d.ts +1 -0
  60. package/dist/generated/config/models/functionExecutionDebugModel.d.ts +4 -0
  61. package/dist/generated/config/models/index.d.ts +18 -2
  62. package/dist/generated/config/models/index.js +18 -2
  63. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
  64. package/dist/generated/config/models/integrationsSmartSpaceAiFlowValueModel.d.ts +4 -0
  65. package/dist/generated/config/models/integrationsSmartSpaceAiFunctionExecutionDebugModel.d.ts +4 -0
  66. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
  67. package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
  68. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
  69. package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
  70. package/dist/generated/config/models/pagedDataCollectionAccessAccess.d.ts +2 -0
  71. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +2 -0
  72. package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +2 -0
  73. package/dist/generated/config/models/pagedDataCollectionAiModelSummary.d.ts +2 -0
  74. package/dist/generated/config/models/pagedDataCollectionAzureADGroup.d.ts +2 -0
  75. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +2 -0
  76. package/dist/generated/config/models/pagedDataCollectionDataSetsDataSet.d.ts +2 -0
  77. package/dist/generated/config/models/pagedDataCollectionDataSourcesDataSource.d.ts +2 -0
  78. package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.d.ts +2 -0
  79. package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +2 -0
  80. package/dist/generated/config/models/pagedDataCollectionMessageThreadMessageThreadSummary.d.ts +2 -0
  81. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +2 -0
  82. package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.d.ts +2 -0
  83. package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.d.ts +2 -0
  84. package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +2 -0
  85. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.d.ts +13 -0
  86. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.js +2 -0
  87. package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +2 -0
  88. package/dist/generated/config/models/pagedDataCollectionWorkSpaceTemplatesTemplate.d.ts +2 -0
  89. package/dist/generated/config/models/pagedDataCollectionWorkSpacesWorkSpace.d.ts +2 -0
  90. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.d.ts +2 -0
  91. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.d.ts +2 -0
  92. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +2 -0
  93. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
  94. package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
  95. package/dist/generated/config/models/syncsGetParams.d.ts +7 -0
  96. package/dist/generated/config/models/syncsSync.d.ts +11 -0
  97. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +4 -0
  98. package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → syncsSyncQueueState.d.ts} +3 -3
  99. package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
  100. package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
  101. package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
  102. package/dist/generated/config/models/usersServicePrincipalDetail.d.ts +14 -0
  103. package/dist/generated/config/models/usersServicePrincipalDetail.js +2 -0
  104. package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
  105. package/dist/generated/config/zod.d.ts +556 -3
  106. package/dist/generated/config/zod.js +517 -30
  107. package/dist/generated/signalr/SmartSpace.App.Business.Models.MessageThread.d.ts +7 -0
  108. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +9 -9
  109. package/dist/signalr.d.ts +1 -1
  110. package/package.json +1 -1
  111. /package/dist/generated/config/models/{blocksUsedInWorkspaceRef.js → blocksUsedInRef.js} +0 -0
  112. /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → connectorsConnector.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;
@@ -1628,6 +1695,7 @@ export declare const dataSpacesGetQueryParams: zod.ZodObject<{
1628
1695
  }, zod.core.$strict>;
1629
1696
  export declare const dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp: RegExp;
1630
1697
  export declare const dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp: RegExp;
1698
+ export declare const dataSpacesGetResponseDataItemDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1631
1699
  export declare const dataSpacesGetResponseDataItemDataSetsItemIdRegExp: RegExp;
1632
1700
  export declare const dataSpacesGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
1633
1701
  export declare const dataSpacesGetResponseDataItemIdRegExp: RegExp;
@@ -1643,6 +1711,7 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1643
1711
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1644
1712
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1645
1713
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1714
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1646
1715
  id: zod.ZodString;
1647
1716
  modifiedAt: zod.ZodISODateTime;
1648
1717
  modifiedByUserId: zod.ZodString;
@@ -1669,6 +1738,7 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
1669
1738
  name: zod.ZodString;
1670
1739
  }, zod.core.$strip>>;
1671
1740
  }, zod.core.$strip>>;
1741
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1672
1742
  total: zod.ZodNumber;
1673
1743
  }, zod.core.$strip>;
1674
1744
  /**
@@ -1689,6 +1759,7 @@ export declare const dataSpacesGetByIdParams: zod.ZodObject<{
1689
1759
  }, zod.core.$strict>;
1690
1760
  export declare const dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1691
1761
  export declare const dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp: RegExp;
1762
+ export declare const dataSpacesGetByIdResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1692
1763
  export declare const dataSpacesGetByIdResponseDataSetsItemIdRegExp: RegExp;
1693
1764
  export declare const dataSpacesGetByIdResponseDataSetsItemVersionRegExp: RegExp;
1694
1765
  export declare const dataSpacesGetByIdResponseIdRegExp: RegExp;
@@ -1703,6 +1774,7 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
1703
1774
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1704
1775
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1705
1776
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1777
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1706
1778
  id: zod.ZodString;
1707
1779
  modifiedAt: zod.ZodISODateTime;
1708
1780
  modifiedByUserId: zod.ZodString;
@@ -1745,6 +1817,7 @@ export declare const dataSpacesPutBody: zod.ZodObject<{
1745
1817
  }, zod.core.$strict>;
1746
1818
  export declare const dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp: RegExp;
1747
1819
  export declare const dataSpacesPutResponseDataSetsItemFlowIdRegExp: RegExp;
1820
+ export declare const dataSpacesPutResponseDataSetsItemHonourDeletesContainerIdsItemRegExp: RegExp;
1748
1821
  export declare const dataSpacesPutResponseDataSetsItemIdRegExp: RegExp;
1749
1822
  export declare const dataSpacesPutResponseDataSetsItemVersionRegExp: RegExp;
1750
1823
  export declare const dataSpacesPutResponseIdRegExp: RegExp;
@@ -1759,6 +1832,7 @@ export declare const dataSpacesPutResponse: zod.ZodObject<{
1759
1832
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1760
1833
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1761
1834
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1835
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1762
1836
  id: zod.ZodString;
1763
1837
  modifiedAt: zod.ZodISODateTime;
1764
1838
  modifiedByUserId: zod.ZodString;
@@ -1820,9 +1894,12 @@ export declare const dataSpacesGetDataSetsQueryParams: zod.ZodObject<{
1820
1894
  take: zod.ZodDefault<zod.ZodNumber>;
1821
1895
  skip: zod.ZodOptional<zod.ZodNumber>;
1822
1896
  search: zod.ZodOptional<zod.ZodString>;
1897
+ sortBy: zod.ZodOptional<zod.ZodString>;
1898
+ sortDirection: zod.ZodOptional<zod.ZodString>;
1823
1899
  }, zod.core.$strict>;
1824
1900
  export declare const dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp: RegExp;
1825
1901
  export declare const dataSpacesGetDataSetsResponseDataItemFlowIdRegExp: RegExp;
1902
+ export declare const dataSpacesGetDataSetsResponseDataItemHonourDeletesContainerIdsItemRegExp: RegExp;
1826
1903
  export declare const dataSpacesGetDataSetsResponseDataItemIdRegExp: RegExp;
1827
1904
  export declare const dataSpacesGetDataSetsResponseDataItemVersionRegExp: RegExp;
1828
1905
  export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
@@ -1832,6 +1909,7 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1832
1909
  dataSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1833
1910
  description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1834
1911
  flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1912
+ honourDeletesContainerIds: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1835
1913
  id: zod.ZodString;
1836
1914
  modifiedAt: zod.ZodISODateTime;
1837
1915
  modifiedByUserId: zod.ZodString;
@@ -1848,6 +1926,7 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
1848
1926
  subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1849
1927
  version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1850
1928
  }, zod.core.$strip>>;
1929
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
1851
1930
  total: zod.ZodNumber;
1852
1931
  }, zod.core.$strip>;
1853
1932
  /**
@@ -1861,6 +1940,7 @@ export declare const dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegEx
1861
1940
  export declare const dataSpacesPostDatasetBody: zod.ZodObject<{
1862
1941
  containerInfo: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1863
1942
  dataSourceId: zod.ZodString;
1943
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
1864
1944
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
1865
1945
  operator: zod.ZodString;
1866
1946
  propertyName: zod.ZodString;
@@ -1877,6 +1957,13 @@ export declare const debugInvokeParams: zod.ZodObject<{
1877
1957
  }, zod.core.$strict>;
1878
1958
  export declare const debugInvokeBodyItem: zod.ZodAny;
1879
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;
1880
1967
  /**
1881
1968
  * @summary List the current user's drafts (without parsed interfaces — load detail to get those).
1882
1969
  */
@@ -2343,6 +2430,16 @@ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
2343
2430
  export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
2344
2431
  id: zod.ZodString;
2345
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>;
2346
2443
  export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
2347
2444
  export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
2348
2445
  id: zod.ZodString;
@@ -2359,6 +2456,9 @@ export declare const flowRunsAddFileIdFilesExistingBody: zod.ZodObject<{
2359
2456
  blobUri: zod.ZodString;
2360
2457
  flowRunId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2361
2458
  }, zod.core.$strict>;
2459
+ /**
2460
+ * @summary Lists a run's function executions, newest first.
2461
+ */
2362
2462
  export declare const flowRunsGetStepExecutionsPathIdRegExp: RegExp;
2363
2463
  export declare const flowRunsGetStepExecutionsParams: zod.ZodObject<{
2364
2464
  id: zod.ZodString;
@@ -2371,6 +2471,7 @@ export declare const flowRunsGetStepExecutionsQueryParams: zod.ZodObject<{
2371
2471
  take: zod.ZodDefault<zod.ZodNumber>;
2372
2472
  search: zod.ZodOptional<zod.ZodString>;
2373
2473
  "blockIds[]": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2474
+ includeValues: zod.ZodOptional<zod.ZodBoolean>;
2374
2475
  }, zod.core.$strict>;
2375
2476
  export declare const flowRunsGetStepExecutionsResponseLogsItemIdRegExp: RegExp;
2376
2477
  export declare const flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp: RegExp;
@@ -2395,6 +2496,8 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2395
2496
  createdAt: zod.ZodISODateTime;
2396
2497
  data: zod.ZodAny;
2397
2498
  id: zod.ZodString;
2499
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2500
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2398
2501
  source: zod.ZodObject<{
2399
2502
  node: zod.ZodString;
2400
2503
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -2407,15 +2510,92 @@ export declare const flowRunsGetStepExecutionsResponse: zod.ZodObject<{
2407
2510
  createdAt: zod.ZodISODateTime;
2408
2511
  data: zod.ZodAny;
2409
2512
  id: zod.ZodString;
2513
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2514
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2410
2515
  source: zod.ZodObject<{
2411
2516
  node: zod.ZodString;
2412
2517
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2413
2518
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2414
2519
  }, zod.core.$strip>;
2415
2520
  }, zod.core.$strip>>;
2521
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
2522
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
2416
2523
  }, zod.core.$strip>>;
2417
2524
  total: zod.ZodNumber;
2418
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>;
2419
2599
  export declare const flowRunsGetVariablesPathIdRegExpOne: RegExp;
2420
2600
  export declare const flowRunsGetVariablesParams: zod.ZodObject<{
2421
2601
  id: zod.ZodString;
@@ -2593,6 +2773,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
2593
2773
  }>>;
2594
2774
  displayName: zod.ZodString;
2595
2775
  id: zod.ZodString;
2776
+ isDefault: zod.ZodBoolean;
2596
2777
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2597
2778
  OpenAi: "OpenAi";
2598
2779
  AzureOpenAi: "AzureOpenAi";
@@ -2629,6 +2810,7 @@ export declare const modelsGetModelsResponse: zod.ZodObject<{
2629
2810
  }, zod.core.$strip>>;
2630
2811
  virtualMachineUrl: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2631
2812
  }, zod.core.$strip>>;
2813
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
2632
2814
  total: zod.ZodNumber;
2633
2815
  }, zod.core.$strip>;
2634
2816
  /**
@@ -2681,6 +2863,59 @@ export declare const modelsCreateModelBody: zod.ZodObject<{
2681
2863
  Other: "Other";
2682
2864
  }>>;
2683
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>;
2684
2919
  export declare const modelsGetDefaultDockerFileQueryParams: zod.ZodObject<{
2685
2920
  serverType: zod.ZodOptional<zod.ZodEnum<{
2686
2921
  TextGenerationInference: "TextGenerationInference";
@@ -2753,6 +2988,7 @@ export declare const modelsGetModelResponse: zod.ZodObject<{
2753
2988
  }, zod.core.$strip>>;
2754
2989
  displayName: zod.ZodString;
2755
2990
  id: zod.ZodString;
2991
+ isDefault: zod.ZodBoolean;
2756
2992
  modelDeploymentProviderType: zod.ZodOptional<zod.ZodEnum<{
2757
2993
  OpenAi: "OpenAi";
2758
2994
  AzureOpenAi: "AzureOpenAi";
@@ -2842,6 +3078,20 @@ export declare const modelsUpsertModelBody: zod.ZodObject<{
2842
3078
  Other: "Other";
2843
3079
  }>>;
2844
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>;
2845
3095
  /**
2846
3096
  * @summary Retrieves the Docker logs for a specific deployment of a model.
2847
3097
  */
@@ -2973,12 +3223,54 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
2973
3223
  name: zod.ZodString;
2974
3224
  }, zod.core.$strip>>;
2975
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
+ */
2976
3263
  export declare const syncsGetQueryTakeDefault = 50;
2977
3264
  export declare const syncsGetQuerySkipDefault = 0;
3265
+ export declare const syncsGetQueryDataSourceIdRegExp: RegExp;
2978
3266
  export declare const syncsGetQueryParams: zod.ZodObject<{
2979
3267
  take: zod.ZodDefault<zod.ZodNumber>;
2980
3268
  skip: zod.ZodOptional<zod.ZodNumber>;
2981
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>;
2982
3274
  }, zod.core.$strict>;
2983
3275
  export declare const syncsGetResponseDataItemDataSetsItemIdRegExp: RegExp;
2984
3276
  export declare const syncsGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
@@ -2993,6 +3285,7 @@ export declare const syncsGetResponse: zod.ZodObject<{
2993
3285
  }, zod.core.$strip>>;
2994
3286
  dataSource: zod.ZodObject<{
2995
3287
  id: zod.ZodString;
3288
+ isQueued: zod.ZodBoolean;
2996
3289
  isSyncing: zod.ZodBoolean;
2997
3290
  name: zod.ZodString;
2998
3291
  sourceType: zod.ZodEnum<{
@@ -3008,16 +3301,52 @@ export declare const syncsGetResponse: zod.ZodObject<{
3008
3301
  File: "File";
3009
3302
  Sitemap: "Sitemap";
3010
3303
  }>;
3304
+ supportsDeleteDetection: zod.ZodBoolean;
3305
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3011
3306
  }, zod.core.$strip>;
3012
3307
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3013
3308
  highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3014
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>>;
3015
3314
  name: zod.ZodString;
3016
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>>>>;
3017
3323
  statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3018
3324
  }, zod.core.$strip>>;
3325
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3019
3326
  total: zod.ZodNumber;
3020
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>;
3021
3350
  export declare const syncsGetByIdPathContainerIdRegExp: RegExp;
3022
3351
  export declare const syncsGetByIdParams: zod.ZodObject<{
3023
3352
  containerId: zod.ZodString;
@@ -3034,6 +3363,7 @@ export declare const syncsGetByIdResponse: zod.ZodObject<{
3034
3363
  }, zod.core.$strip>>;
3035
3364
  dataSource: zod.ZodObject<{
3036
3365
  id: zod.ZodString;
3366
+ isQueued: zod.ZodBoolean;
3037
3367
  isSyncing: zod.ZodBoolean;
3038
3368
  name: zod.ZodString;
3039
3369
  sourceType: zod.ZodEnum<{
@@ -3049,12 +3379,25 @@ export declare const syncsGetByIdResponse: zod.ZodObject<{
3049
3379
  File: "File";
3050
3380
  Sitemap: "Sitemap";
3051
3381
  }>;
3382
+ supportsDeleteDetection: zod.ZodBoolean;
3383
+ syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3052
3384
  }, zod.core.$strip>;
3053
3385
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3054
3386
  highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3055
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>>;
3056
3392
  name: zod.ZodString;
3057
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>>>>;
3058
3401
  statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3059
3402
  }, zod.core.$strip>;
3060
3403
  /**
@@ -3078,12 +3421,14 @@ export declare const syncsGetItemsResponse: zod.ZodObject<{
3078
3421
  blobUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3079
3422
  bytes: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3080
3423
  containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3424
+ deletedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3081
3425
  id: zod.ZodString;
3082
3426
  isJson: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3083
3427
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3084
3428
  path: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3085
3429
  pending: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3086
3430
  }, zod.core.$strip>>;
3431
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3087
3432
  total: zod.ZodNumber;
3088
3433
  }, zod.core.$strip>;
3089
3434
  /**
@@ -3091,7 +3436,8 @@ export declare const syncsGetItemsResponse: zod.ZodObject<{
3091
3436
  */
3092
3437
  export declare const tenantIdGetResultResponse: zod.ZodString;
3093
3438
  /**
3094
- * @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.
3095
3441
  */
3096
3442
  export declare const usersGetUsersQuerySkipDefault = 0;
3097
3443
  export declare const usersGetUsersQueryTakeDefault = 20;
@@ -3120,6 +3466,7 @@ export declare const usersGetUsersResponse: zod.ZodObject<{
3120
3466
  ConnectorDelete: "ConnectorDelete";
3121
3467
  }>>;
3122
3468
  }, zod.core.$strip>>;
3469
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3123
3470
  total: zod.ZodNumber;
3124
3471
  }, zod.core.$strip>;
3125
3472
  export declare const usersGetUsersByFilterParams: zod.ZodObject<{
@@ -3239,6 +3586,7 @@ export declare const usersGetAccessWorkSpacesResponse: zod.ZodObject<{
3239
3586
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3240
3587
  workSpaceName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3241
3588
  }, zod.core.$strip>>;
3589
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3242
3590
  total: zod.ZodNumber;
3243
3591
  }, zod.core.$strip>;
3244
3592
  export declare const usersAdminPermissionPathUserIdRegExp: RegExp;
@@ -3343,6 +3691,7 @@ export declare const workSpaceTemplatesGetResponse: zod.ZodObject<{
3343
3691
  name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3344
3692
  }, zod.core.$strip>>;
3345
3693
  }, zod.core.$strip>>;
3694
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3346
3695
  total: zod.ZodNumber;
3347
3696
  }, zod.core.$strip>;
3348
3697
  /**
@@ -3357,6 +3706,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
3357
3706
  sortBy: zod.ZodOptional<zod.ZodString>;
3358
3707
  sortDirection: zod.ZodOptional<zod.ZodString>;
3359
3708
  }, zod.core.$strict>;
3709
+ export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
3360
3710
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3361
3711
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3362
3712
  export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3377,6 +3727,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
3377
3727
  export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
3378
3728
  export declare const workSpacesGetGetResponse: zod.ZodObject<{
3379
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>>;
3380
3735
  createdAt: zod.ZodISODateTime;
3381
3736
  createdByUserId: zod.ZodString;
3382
3737
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3448,6 +3803,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3448
3803
  triggers: zod.ZodArray<zod.ZodObject<{
3449
3804
  dataSourceContainer: zod.ZodObject<{
3450
3805
  dataSourceId: zod.ZodString;
3806
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3451
3807
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3452
3808
  operator: zod.ZodString;
3453
3809
  propertyName: zod.ZodString;
@@ -3458,6 +3814,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3458
3814
  path: zod.ZodString;
3459
3815
  }, zod.core.$strip>;
3460
3816
  flowId: zod.ZodString;
3817
+ honourSourceDeletes: zod.ZodBoolean;
3461
3818
  id: zod.ZodString;
3462
3819
  inputName: zod.ZodString;
3463
3820
  type: zod.ZodEnum<{
@@ -3605,6 +3962,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3605
3962
  schema: zod.ZodRecord<zod.ZodString, zod.ZodAny>;
3606
3963
  }, zod.core.$strip>>;
3607
3964
  }, zod.core.$strip>>;
3965
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3608
3966
  total: zod.ZodNumber;
3609
3967
  }, zod.core.$strip>;
3610
3968
  /**
@@ -3648,6 +4006,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
3648
4006
  export declare const workSpacesGetIdParams: zod.ZodObject<{
3649
4007
  id: zod.ZodString;
3650
4008
  }, zod.core.$strict>;
4009
+ export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
3651
4010
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
3652
4011
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
3653
4012
  export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
@@ -3667,6 +4026,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
3667
4026
  export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
3668
4027
  export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
3669
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>>;
3670
4034
  createdAt: zod.ZodISODateTime;
3671
4035
  createdByUserId: zod.ZodString;
3672
4036
  dataSpaces: zod.ZodArray<zod.ZodObject<{
@@ -3738,6 +4102,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3738
4102
  triggers: zod.ZodArray<zod.ZodObject<{
3739
4103
  dataSourceContainer: zod.ZodObject<{
3740
4104
  dataSourceId: zod.ZodString;
4105
+ fields: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodString>>>;
3741
4106
  filters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
3742
4107
  operator: zod.ZodString;
3743
4108
  propertyName: zod.ZodString;
@@ -3748,6 +4113,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3748
4113
  path: zod.ZodString;
3749
4114
  }, zod.core.$strip>;
3750
4115
  flowId: zod.ZodString;
4116
+ honourSourceDeletes: zod.ZodBoolean;
3751
4117
  id: zod.ZodString;
3752
4118
  inputName: zod.ZodString;
3753
4119
  type: zod.ZodEnum<{
@@ -3975,6 +4341,7 @@ export declare const workSpacesGetThreadsResponse: zod.ZodObject<{
3975
4341
  totalMessages: zod.ZodNumber;
3976
4342
  workSpaceId: zod.ZodString;
3977
4343
  }, zod.core.$strip>>;
4344
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3978
4345
  total: zod.ZodNumber;
3979
4346
  }, zod.core.$strip>;
3980
4347
  /**
@@ -4016,6 +4383,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
4016
4383
  temperature: zod.ZodNumber;
4017
4384
  topP: zod.ZodNumber;
4018
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>;
4019
4408
  /**
4020
4409
  * @summary Removes a data space from a workspace.
4021
4410
  */
@@ -4077,6 +4466,7 @@ export declare const workSpacesGetWorkspaceFilesResponse: zod.ZodObject<{
4077
4466
  Ingesting: "Ingesting";
4078
4467
  }>;
4079
4468
  }, zod.core.$strip>>;
4469
+ scoped: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4080
4470
  total: zod.ZodNumber;
4081
4471
  }, zod.core.$strip>;
4082
4472
  /**
@@ -4282,6 +4672,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
4282
4672
  workspaceId: zod.ZodString;
4283
4673
  }, zod.core.$strict>;
4284
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>;
4285
4797
  /**
4286
4798
  * @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
4287
4799
  */
@@ -4385,6 +4897,8 @@ export declare const messageThreadsGetWorkspaceExecutionsResponse: zod.ZodObject
4385
4897
  createdAt: zod.ZodISODateTime;
4386
4898
  data: zod.ZodAny;
4387
4899
  id: zod.ZodString;
4900
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4901
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4388
4902
  source: zod.ZodObject<{
4389
4903
  node: zod.ZodString;
4390
4904
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -4397,12 +4911,16 @@ export declare const messageThreadsGetWorkspaceExecutionsResponse: zod.ZodObject
4397
4911
  createdAt: zod.ZodISODateTime;
4398
4912
  data: zod.ZodAny;
4399
4913
  id: zod.ZodString;
4914
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4915
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4400
4916
  source: zod.ZodObject<{
4401
4917
  node: zod.ZodString;
4402
4918
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4403
4919
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4404
4920
  }, zod.core.$strip>;
4405
4921
  }, zod.core.$strip>>;
4922
+ seq: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4923
+ startedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
4406
4924
  }, zod.core.$strip>>;
4407
4925
  total: zod.ZodNumber;
4408
4926
  }, zod.core.$strip>;
@@ -4444,6 +4962,8 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
4444
4962
  createdAt: zod.ZodISODateTime;
4445
4963
  data: zod.ZodAny;
4446
4964
  id: zod.ZodString;
4965
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4966
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4447
4967
  source: zod.ZodObject<{
4448
4968
  node: zod.ZodString;
4449
4969
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -4456,12 +4976,45 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
4456
4976
  createdAt: zod.ZodISODateTime;
4457
4977
  data: zod.ZodAny;
4458
4978
  id: zod.ZodString;
4979
+ isBlob: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
4980
+ sizeBytes: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
4459
4981
  source: zod.ZodObject<{
4460
4982
  node: zod.ZodString;
4461
4983
  pin: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4462
4984
  port: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
4463
4985
  }, zod.core.$strip>;
4464
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;
4465
5018
  }, zod.core.$strip>>;
4466
5019
  total: zod.ZodNumber;
4467
5020
  }, zod.core.$strip>;