@fluidframework/container-runtime 2.0.0-rc.2.0.2 → 2.0.0-rc.3.0.0

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 (554) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/api-report/container-runtime.api.md +471 -52
  3. package/dist/batchTracker.d.ts +1 -1
  4. package/dist/batchTracker.d.ts.map +1 -1
  5. package/dist/batchTracker.js +4 -4
  6. package/dist/batchTracker.js.map +1 -1
  7. package/dist/blobManager.d.ts +33 -30
  8. package/dist/blobManager.d.ts.map +1 -1
  9. package/dist/blobManager.js +82 -107
  10. package/dist/blobManager.js.map +1 -1
  11. package/dist/channelCollection.d.ts +27 -22
  12. package/dist/channelCollection.d.ts.map +1 -1
  13. package/dist/channelCollection.js +155 -165
  14. package/dist/channelCollection.js.map +1 -1
  15. package/dist/connectionTelemetry.d.ts +3 -3
  16. package/dist/connectionTelemetry.d.ts.map +1 -1
  17. package/dist/connectionTelemetry.js +17 -17
  18. package/dist/connectionTelemetry.js.map +1 -1
  19. package/dist/containerHandleContext.d.ts.map +1 -1
  20. package/dist/containerHandleContext.js +2 -2
  21. package/dist/containerHandleContext.js.map +1 -1
  22. package/dist/containerRuntime.d.ts +42 -39
  23. package/dist/containerRuntime.d.ts.map +1 -1
  24. package/dist/containerRuntime.js +425 -292
  25. package/dist/containerRuntime.js.map +1 -1
  26. package/dist/dataStore.d.ts +1 -1
  27. package/dist/dataStore.d.ts.map +1 -1
  28. package/dist/dataStore.js +8 -8
  29. package/dist/dataStore.js.map +1 -1
  30. package/dist/dataStoreContext.d.ts +58 -19
  31. package/dist/dataStoreContext.d.ts.map +1 -1
  32. package/dist/dataStoreContext.js +169 -114
  33. package/dist/dataStoreContext.js.map +1 -1
  34. package/dist/dataStoreContexts.d.ts +1 -0
  35. package/dist/dataStoreContexts.d.ts.map +1 -1
  36. package/dist/dataStoreContexts.js +12 -11
  37. package/dist/dataStoreContexts.js.map +1 -1
  38. package/dist/dataStoreRegistry.d.ts +5 -1
  39. package/dist/dataStoreRegistry.d.ts.map +1 -1
  40. package/dist/dataStoreRegistry.js +4 -4
  41. package/dist/dataStoreRegistry.js.map +1 -1
  42. package/dist/deltaManagerSummarizerProxy.d.ts +1 -1
  43. package/dist/deltaManagerSummarizerProxy.d.ts.map +1 -1
  44. package/dist/deltaManagerSummarizerProxy.js.map +1 -1
  45. package/dist/deltaScheduler.d.ts +1 -1
  46. package/dist/deltaScheduler.d.ts.map +1 -1
  47. package/dist/deltaScheduler.js +6 -6
  48. package/dist/deltaScheduler.js.map +1 -1
  49. package/dist/error.d.ts +1 -1
  50. package/dist/error.d.ts.map +1 -1
  51. package/dist/error.js +4 -4
  52. package/dist/error.js.map +1 -1
  53. package/dist/gc/garbageCollection.d.ts +3 -2
  54. package/dist/gc/garbageCollection.d.ts.map +1 -1
  55. package/dist/gc/garbageCollection.js +23 -23
  56. package/dist/gc/garbageCollection.js.map +1 -1
  57. package/dist/gc/gcConfigs.d.ts +2 -2
  58. package/dist/gc/gcConfigs.d.ts.map +1 -1
  59. package/dist/gc/gcConfigs.js +4 -5
  60. package/dist/gc/gcConfigs.js.map +1 -1
  61. package/dist/gc/gcDefinitions.d.ts +4 -5
  62. package/dist/gc/gcDefinitions.d.ts.map +1 -1
  63. package/dist/gc/gcDefinitions.js.map +1 -1
  64. package/dist/gc/gcHelpers.d.ts +5 -1
  65. package/dist/gc/gcHelpers.d.ts.map +1 -1
  66. package/dist/gc/gcHelpers.js +21 -12
  67. package/dist/gc/gcHelpers.js.map +1 -1
  68. package/dist/gc/gcSummaryStateTracker.d.ts +2 -2
  69. package/dist/gc/gcSummaryStateTracker.d.ts.map +1 -1
  70. package/dist/gc/gcSummaryStateTracker.js +11 -11
  71. package/dist/gc/gcSummaryStateTracker.js.map +1 -1
  72. package/dist/gc/gcTelemetry.d.ts +2 -1
  73. package/dist/gc/gcTelemetry.d.ts.map +1 -1
  74. package/dist/gc/gcTelemetry.js +11 -9
  75. package/dist/gc/gcTelemetry.js.map +1 -1
  76. package/dist/gc/gcUnreferencedStateTracker.d.ts.map +1 -1
  77. package/dist/gc/gcUnreferencedStateTracker.js +6 -6
  78. package/dist/gc/gcUnreferencedStateTracker.js.map +1 -1
  79. package/dist/gc/index.d.ts +1 -1
  80. package/dist/gc/index.d.ts.map +1 -1
  81. package/dist/gc/index.js +2 -1
  82. package/dist/gc/index.js.map +1 -1
  83. package/dist/index.d.ts +5 -2
  84. package/dist/index.d.ts.map +1 -1
  85. package/dist/index.js +12 -2
  86. package/dist/index.js.map +1 -1
  87. package/dist/legacy.d.ts +91 -0
  88. package/dist/messageTypes.d.ts +11 -5
  89. package/dist/messageTypes.d.ts.map +1 -1
  90. package/dist/messageTypes.js +4 -0
  91. package/dist/messageTypes.js.map +1 -1
  92. package/dist/opLifecycle/batchManager.d.ts.map +1 -1
  93. package/dist/opLifecycle/batchManager.js.map +1 -1
  94. package/dist/opLifecycle/definitions.d.ts +2 -20
  95. package/dist/opLifecycle/definitions.d.ts.map +1 -1
  96. package/dist/opLifecycle/definitions.js.map +1 -1
  97. package/dist/opLifecycle/index.d.ts +3 -3
  98. package/dist/opLifecycle/index.d.ts.map +1 -1
  99. package/dist/opLifecycle/index.js +3 -1
  100. package/dist/opLifecycle/index.js.map +1 -1
  101. package/dist/opLifecycle/opCompressor.d.ts.map +1 -1
  102. package/dist/opLifecycle/opCompressor.js +5 -6
  103. package/dist/opLifecycle/opCompressor.js.map +1 -1
  104. package/dist/opLifecycle/opDecompressor.d.ts +15 -4
  105. package/dist/opLifecycle/opDecompressor.d.ts.map +1 -1
  106. package/dist/opLifecycle/opDecompressor.js +62 -63
  107. package/dist/opLifecycle/opDecompressor.js.map +1 -1
  108. package/dist/opLifecycle/opGroupingManager.d.ts +2 -1
  109. package/dist/opLifecycle/opGroupingManager.d.ts.map +1 -1
  110. package/dist/opLifecycle/opGroupingManager.js +14 -16
  111. package/dist/opLifecycle/opGroupingManager.js.map +1 -1
  112. package/dist/opLifecycle/opSplitter.d.ts +12 -4
  113. package/dist/opLifecycle/opSplitter.d.ts.map +1 -1
  114. package/dist/opLifecycle/opSplitter.js +63 -53
  115. package/dist/opLifecycle/opSplitter.js.map +1 -1
  116. package/dist/opLifecycle/outbox.d.ts +2 -1
  117. package/dist/opLifecycle/outbox.d.ts.map +1 -1
  118. package/dist/opLifecycle/outbox.js +30 -29
  119. package/dist/opLifecycle/outbox.js.map +1 -1
  120. package/dist/opLifecycle/remoteMessageProcessor.d.ts +8 -0
  121. package/dist/opLifecycle/remoteMessageProcessor.d.ts.map +1 -1
  122. package/dist/opLifecycle/remoteMessageProcessor.js +36 -32
  123. package/dist/opLifecycle/remoteMessageProcessor.js.map +1 -1
  124. package/dist/packageVersion.d.ts +1 -1
  125. package/dist/packageVersion.js +1 -1
  126. package/dist/packageVersion.js.map +1 -1
  127. package/dist/pendingStateManager.d.ts +1 -1
  128. package/dist/pendingStateManager.d.ts.map +1 -1
  129. package/dist/pendingStateManager.js +18 -18
  130. package/dist/pendingStateManager.js.map +1 -1
  131. package/dist/public.d.ts +12 -0
  132. package/dist/scheduleManager.d.ts +1 -1
  133. package/dist/scheduleManager.d.ts.map +1 -1
  134. package/dist/scheduleManager.js +28 -24
  135. package/dist/scheduleManager.js.map +1 -1
  136. package/dist/storageServiceWithAttachBlobs.d.ts +2 -2
  137. package/dist/storageServiceWithAttachBlobs.d.ts.map +1 -1
  138. package/dist/storageServiceWithAttachBlobs.js +2 -2
  139. package/dist/storageServiceWithAttachBlobs.js.map +1 -1
  140. package/dist/summary/documentSchema.d.ts +209 -0
  141. package/dist/summary/documentSchema.d.ts.map +1 -0
  142. package/dist/summary/documentSchema.js +390 -0
  143. package/dist/summary/documentSchema.js.map +1 -0
  144. package/dist/summary/index.d.ts +2 -1
  145. package/dist/summary/index.d.ts.map +1 -1
  146. package/dist/summary/index.js +4 -1
  147. package/dist/summary/index.js.map +1 -1
  148. package/dist/summary/orderedClientElection.d.ts +2 -2
  149. package/dist/summary/orderedClientElection.d.ts.map +1 -1
  150. package/dist/summary/orderedClientElection.js +12 -7
  151. package/dist/summary/orderedClientElection.js.map +1 -1
  152. package/dist/summary/runWhileConnectedCoordinator.d.ts +1 -1
  153. package/dist/summary/runWhileConnectedCoordinator.d.ts.map +1 -1
  154. package/dist/summary/runWhileConnectedCoordinator.js +3 -3
  155. package/dist/summary/runWhileConnectedCoordinator.js.map +1 -1
  156. package/dist/summary/runningSummarizer.d.ts +3 -3
  157. package/dist/summary/runningSummarizer.d.ts.map +1 -1
  158. package/dist/summary/runningSummarizer.js +16 -16
  159. package/dist/summary/runningSummarizer.js.map +1 -1
  160. package/dist/summary/summarizer.d.ts +3 -2
  161. package/dist/summary/summarizer.d.ts.map +1 -1
  162. package/dist/summary/summarizer.js +13 -13
  163. package/dist/summary/summarizer.js.map +1 -1
  164. package/dist/summary/summarizerClientElection.d.ts +2 -2
  165. package/dist/summary/summarizerClientElection.d.ts.map +1 -1
  166. package/dist/summary/summarizerClientElection.js.map +1 -1
  167. package/dist/summary/summarizerHeuristics.d.ts +1 -1
  168. package/dist/summary/summarizerHeuristics.d.ts.map +1 -1
  169. package/dist/summary/summarizerHeuristics.js +2 -2
  170. package/dist/summary/summarizerHeuristics.js.map +1 -1
  171. package/dist/summary/summarizerNode/summarizerNode.d.ts +3 -2
  172. package/dist/summary/summarizerNode/summarizerNode.d.ts.map +1 -1
  173. package/dist/summary/summarizerNode/summarizerNode.js +28 -28
  174. package/dist/summary/summarizerNode/summarizerNode.js.map +1 -1
  175. package/dist/summary/summarizerNode/summarizerNodeUtils.d.ts +2 -1
  176. package/dist/summary/summarizerNode/summarizerNodeUtils.d.ts.map +1 -1
  177. package/dist/summary/summarizerNode/summarizerNodeUtils.js +3 -3
  178. package/dist/summary/summarizerNode/summarizerNodeUtils.js.map +1 -1
  179. package/dist/summary/summarizerNode/summarizerNodeWithGc.d.ts +2 -1
  180. package/dist/summary/summarizerNode/summarizerNodeWithGc.d.ts.map +1 -1
  181. package/dist/summary/summarizerNode/summarizerNodeWithGc.js +14 -14
  182. package/dist/summary/summarizerNode/summarizerNodeWithGc.js.map +1 -1
  183. package/dist/summary/summarizerTypes.d.ts +5 -3
  184. package/dist/summary/summarizerTypes.d.ts.map +1 -1
  185. package/dist/summary/summarizerTypes.js.map +1 -1
  186. package/dist/summary/summaryCollection.d.ts +2 -2
  187. package/dist/summary/summaryCollection.d.ts.map +1 -1
  188. package/dist/summary/summaryCollection.js +7 -7
  189. package/dist/summary/summaryCollection.js.map +1 -1
  190. package/dist/summary/summaryFormat.d.ts +6 -17
  191. package/dist/summary/summaryFormat.d.ts.map +1 -1
  192. package/dist/summary/summaryFormat.js +8 -8
  193. package/dist/summary/summaryFormat.js.map +1 -1
  194. package/dist/summary/summaryGenerator.d.ts +4 -3
  195. package/dist/summary/summaryGenerator.d.ts.map +1 -1
  196. package/dist/summary/summaryGenerator.js +17 -17
  197. package/dist/summary/summaryGenerator.js.map +1 -1
  198. package/dist/summary/summaryManager.d.ts +1 -1
  199. package/dist/summary/summaryManager.d.ts.map +1 -1
  200. package/dist/summary/summaryManager.js +15 -14
  201. package/dist/summary/summaryManager.js.map +1 -1
  202. package/internal.d.ts +11 -0
  203. package/legacy.d.ts +11 -0
  204. package/lib/batchTracker.d.ts +1 -1
  205. package/lib/batchTracker.d.ts.map +1 -1
  206. package/lib/batchTracker.js +2 -2
  207. package/lib/batchTracker.js.map +1 -1
  208. package/lib/blobManager.d.ts +33 -30
  209. package/lib/blobManager.d.ts.map +1 -1
  210. package/lib/blobManager.js +48 -73
  211. package/lib/blobManager.js.map +1 -1
  212. package/lib/channelCollection.d.ts +27 -22
  213. package/lib/channelCollection.d.ts.map +1 -1
  214. package/lib/channelCollection.js +96 -106
  215. package/lib/channelCollection.js.map +1 -1
  216. package/lib/connectionTelemetry.d.ts +3 -3
  217. package/lib/connectionTelemetry.d.ts.map +1 -1
  218. package/lib/connectionTelemetry.js +3 -3
  219. package/lib/connectionTelemetry.js.map +1 -1
  220. package/lib/containerHandleContext.d.ts.map +1 -1
  221. package/lib/containerHandleContext.js +1 -1
  222. package/lib/containerHandleContext.js.map +1 -1
  223. package/lib/containerRuntime.d.ts +42 -39
  224. package/lib/containerRuntime.d.ts.map +1 -1
  225. package/lib/containerRuntime.js +276 -141
  226. package/lib/containerRuntime.js.map +1 -1
  227. package/lib/dataStore.d.ts +1 -1
  228. package/lib/dataStore.d.ts.map +1 -1
  229. package/lib/dataStore.js +3 -3
  230. package/lib/dataStore.js.map +1 -1
  231. package/lib/dataStoreContext.d.ts +58 -19
  232. package/lib/dataStoreContext.d.ts.map +1 -1
  233. package/lib/dataStoreContext.js +107 -52
  234. package/lib/dataStoreContext.js.map +1 -1
  235. package/lib/dataStoreContexts.d.ts +1 -0
  236. package/lib/dataStoreContexts.d.ts.map +1 -1
  237. package/lib/dataStoreContexts.js +3 -2
  238. package/lib/dataStoreContexts.js.map +1 -1
  239. package/lib/dataStoreRegistry.d.ts +5 -1
  240. package/lib/dataStoreRegistry.d.ts.map +1 -1
  241. package/lib/dataStoreRegistry.js +1 -1
  242. package/lib/dataStoreRegistry.js.map +1 -1
  243. package/lib/deltaManagerSummarizerProxy.d.ts +1 -1
  244. package/lib/deltaManagerSummarizerProxy.d.ts.map +1 -1
  245. package/lib/deltaManagerSummarizerProxy.js.map +1 -1
  246. package/lib/deltaScheduler.d.ts +1 -1
  247. package/lib/deltaScheduler.d.ts.map +1 -1
  248. package/lib/deltaScheduler.js +1 -1
  249. package/lib/deltaScheduler.js.map +1 -1
  250. package/lib/error.d.ts +1 -1
  251. package/lib/error.d.ts.map +1 -1
  252. package/lib/error.js +2 -2
  253. package/lib/error.js.map +1 -1
  254. package/lib/gc/garbageCollection.d.ts +3 -2
  255. package/lib/gc/garbageCollection.d.ts.map +1 -1
  256. package/lib/gc/garbageCollection.js +8 -8
  257. package/lib/gc/garbageCollection.js.map +1 -1
  258. package/lib/gc/gcConfigs.d.ts +2 -2
  259. package/lib/gc/gcConfigs.d.ts.map +1 -1
  260. package/lib/gc/gcConfigs.js +4 -5
  261. package/lib/gc/gcConfigs.js.map +1 -1
  262. package/lib/gc/gcDefinitions.d.ts +4 -5
  263. package/lib/gc/gcDefinitions.d.ts.map +1 -1
  264. package/lib/gc/gcDefinitions.js.map +1 -1
  265. package/lib/gc/gcHelpers.d.ts +5 -1
  266. package/lib/gc/gcHelpers.d.ts.map +1 -1
  267. package/lib/gc/gcHelpers.js +10 -2
  268. package/lib/gc/gcHelpers.js.map +1 -1
  269. package/lib/gc/gcSummaryStateTracker.d.ts +2 -2
  270. package/lib/gc/gcSummaryStateTracker.d.ts.map +1 -1
  271. package/lib/gc/gcSummaryStateTracker.js +2 -2
  272. package/lib/gc/gcSummaryStateTracker.js.map +1 -1
  273. package/lib/gc/gcTelemetry.d.ts +2 -1
  274. package/lib/gc/gcTelemetry.d.ts.map +1 -1
  275. package/lib/gc/gcTelemetry.js +4 -2
  276. package/lib/gc/gcTelemetry.js.map +1 -1
  277. package/lib/gc/gcUnreferencedStateTracker.d.ts.map +1 -1
  278. package/lib/gc/gcUnreferencedStateTracker.js +2 -2
  279. package/lib/gc/gcUnreferencedStateTracker.js.map +1 -1
  280. package/lib/gc/index.d.ts +1 -1
  281. package/lib/gc/index.d.ts.map +1 -1
  282. package/lib/gc/index.js +1 -1
  283. package/lib/gc/index.js.map +1 -1
  284. package/lib/index.d.ts +5 -2
  285. package/lib/index.d.ts.map +1 -1
  286. package/lib/index.js +5 -2
  287. package/lib/index.js.map +1 -1
  288. package/lib/legacy.d.ts +91 -0
  289. package/lib/messageTypes.d.ts +11 -5
  290. package/lib/messageTypes.d.ts.map +1 -1
  291. package/lib/messageTypes.js +4 -0
  292. package/lib/messageTypes.js.map +1 -1
  293. package/lib/opLifecycle/batchManager.d.ts.map +1 -1
  294. package/lib/opLifecycle/batchManager.js.map +1 -1
  295. package/lib/opLifecycle/definitions.d.ts +2 -20
  296. package/lib/opLifecycle/definitions.d.ts.map +1 -1
  297. package/lib/opLifecycle/definitions.js.map +1 -1
  298. package/lib/opLifecycle/index.d.ts +3 -3
  299. package/lib/opLifecycle/index.d.ts.map +1 -1
  300. package/lib/opLifecycle/index.js +2 -2
  301. package/lib/opLifecycle/index.js.map +1 -1
  302. package/lib/opLifecycle/opCompressor.d.ts.map +1 -1
  303. package/lib/opLifecycle/opCompressor.js +2 -3
  304. package/lib/opLifecycle/opCompressor.js.map +1 -1
  305. package/lib/opLifecycle/opDecompressor.d.ts +15 -4
  306. package/lib/opLifecycle/opDecompressor.d.ts.map +1 -1
  307. package/lib/opLifecycle/opDecompressor.js +61 -62
  308. package/lib/opLifecycle/opDecompressor.js.map +1 -1
  309. package/lib/opLifecycle/opGroupingManager.d.ts +2 -1
  310. package/lib/opLifecycle/opGroupingManager.d.ts.map +1 -1
  311. package/lib/opLifecycle/opGroupingManager.js +9 -12
  312. package/lib/opLifecycle/opGroupingManager.js.map +1 -1
  313. package/lib/opLifecycle/opSplitter.d.ts +12 -4
  314. package/lib/opLifecycle/opSplitter.d.ts.map +1 -1
  315. package/lib/opLifecycle/opSplitter.js +47 -38
  316. package/lib/opLifecycle/opSplitter.js.map +1 -1
  317. package/lib/opLifecycle/outbox.d.ts +2 -1
  318. package/lib/opLifecycle/outbox.d.ts.map +1 -1
  319. package/lib/opLifecycle/outbox.js +19 -18
  320. package/lib/opLifecycle/outbox.js.map +1 -1
  321. package/lib/opLifecycle/remoteMessageProcessor.d.ts +8 -0
  322. package/lib/opLifecycle/remoteMessageProcessor.d.ts.map +1 -1
  323. package/lib/opLifecycle/remoteMessageProcessor.js +36 -32
  324. package/lib/opLifecycle/remoteMessageProcessor.js.map +1 -1
  325. package/lib/packageVersion.d.ts +1 -1
  326. package/lib/packageVersion.js +1 -1
  327. package/lib/packageVersion.js.map +1 -1
  328. package/lib/pendingStateManager.d.ts +1 -1
  329. package/lib/pendingStateManager.d.ts.map +1 -1
  330. package/lib/pendingStateManager.js +2 -2
  331. package/lib/pendingStateManager.js.map +1 -1
  332. package/lib/public.d.ts +12 -0
  333. package/lib/scheduleManager.d.ts +1 -1
  334. package/lib/scheduleManager.d.ts.map +1 -1
  335. package/lib/scheduleManager.js +7 -3
  336. package/lib/scheduleManager.js.map +1 -1
  337. package/lib/storageServiceWithAttachBlobs.d.ts +2 -2
  338. package/lib/storageServiceWithAttachBlobs.d.ts.map +1 -1
  339. package/lib/storageServiceWithAttachBlobs.js +1 -1
  340. package/lib/storageServiceWithAttachBlobs.js.map +1 -1
  341. package/lib/summary/documentSchema.d.ts +209 -0
  342. package/lib/summary/documentSchema.d.ts.map +1 -0
  343. package/lib/summary/documentSchema.js +386 -0
  344. package/lib/summary/documentSchema.js.map +1 -0
  345. package/lib/summary/index.d.ts +2 -1
  346. package/lib/summary/index.d.ts.map +1 -1
  347. package/lib/summary/index.js +1 -0
  348. package/lib/summary/index.js.map +1 -1
  349. package/lib/summary/orderedClientElection.d.ts +2 -2
  350. package/lib/summary/orderedClientElection.d.ts.map +1 -1
  351. package/lib/summary/orderedClientElection.js +7 -2
  352. package/lib/summary/orderedClientElection.js.map +1 -1
  353. package/lib/summary/runWhileConnectedCoordinator.d.ts +1 -1
  354. package/lib/summary/runWhileConnectedCoordinator.d.ts.map +1 -1
  355. package/lib/summary/runWhileConnectedCoordinator.js +1 -1
  356. package/lib/summary/runWhileConnectedCoordinator.js.map +1 -1
  357. package/lib/summary/runningSummarizer.d.ts +3 -3
  358. package/lib/summary/runningSummarizer.d.ts.map +1 -1
  359. package/lib/summary/runningSummarizer.js +3 -3
  360. package/lib/summary/runningSummarizer.js.map +1 -1
  361. package/lib/summary/summarizer.d.ts +3 -2
  362. package/lib/summary/summarizer.d.ts.map +1 -1
  363. package/lib/summary/summarizer.js +3 -3
  364. package/lib/summary/summarizer.js.map +1 -1
  365. package/lib/summary/summarizerClientElection.d.ts +2 -2
  366. package/lib/summary/summarizerClientElection.d.ts.map +1 -1
  367. package/lib/summary/summarizerClientElection.js.map +1 -1
  368. package/lib/summary/summarizerHeuristics.d.ts +1 -1
  369. package/lib/summary/summarizerHeuristics.d.ts.map +1 -1
  370. package/lib/summary/summarizerHeuristics.js +1 -1
  371. package/lib/summary/summarizerHeuristics.js.map +1 -1
  372. package/lib/summary/summarizerNode/summarizerNode.d.ts +3 -2
  373. package/lib/summary/summarizerNode/summarizerNode.d.ts.map +1 -1
  374. package/lib/summary/summarizerNode/summarizerNode.js +5 -5
  375. package/lib/summary/summarizerNode/summarizerNode.js.map +1 -1
  376. package/lib/summary/summarizerNode/summarizerNodeUtils.d.ts +2 -1
  377. package/lib/summary/summarizerNode/summarizerNodeUtils.d.ts.map +1 -1
  378. package/lib/summary/summarizerNode/summarizerNodeUtils.js +1 -1
  379. package/lib/summary/summarizerNode/summarizerNodeUtils.js.map +1 -1
  380. package/lib/summary/summarizerNode/summarizerNodeWithGc.d.ts +2 -1
  381. package/lib/summary/summarizerNode/summarizerNodeWithGc.d.ts.map +1 -1
  382. package/lib/summary/summarizerNode/summarizerNodeWithGc.js +3 -3
  383. package/lib/summary/summarizerNode/summarizerNodeWithGc.js.map +1 -1
  384. package/lib/summary/summarizerTypes.d.ts +5 -3
  385. package/lib/summary/summarizerTypes.d.ts.map +1 -1
  386. package/lib/summary/summarizerTypes.js.map +1 -1
  387. package/lib/summary/summaryCollection.d.ts +2 -2
  388. package/lib/summary/summaryCollection.d.ts.map +1 -1
  389. package/lib/summary/summaryCollection.js +1 -1
  390. package/lib/summary/summaryCollection.js.map +1 -1
  391. package/lib/summary/summaryFormat.d.ts +6 -17
  392. package/lib/summary/summaryFormat.d.ts.map +1 -1
  393. package/lib/summary/summaryFormat.js +3 -3
  394. package/lib/summary/summaryFormat.js.map +1 -1
  395. package/lib/summary/summaryGenerator.d.ts +4 -3
  396. package/lib/summary/summaryGenerator.d.ts.map +1 -1
  397. package/lib/summary/summaryGenerator.js +4 -4
  398. package/lib/summary/summaryGenerator.js.map +1 -1
  399. package/lib/summary/summaryManager.d.ts +1 -1
  400. package/lib/summary/summaryManager.d.ts.map +1 -1
  401. package/lib/summary/summaryManager.js +9 -8
  402. package/lib/summary/summaryManager.js.map +1 -1
  403. package/package.json +57 -65
  404. package/src/batchTracker.ts +4 -3
  405. package/src/blobManager.ts +100 -77
  406. package/src/channelCollection.ts +180 -165
  407. package/src/connectionTelemetry.ts +12 -12
  408. package/src/containerHandleContext.ts +3 -2
  409. package/src/containerRuntime.ts +481 -277
  410. package/src/dataStore.ts +9 -4
  411. package/src/dataStoreContext.ts +195 -93
  412. package/src/dataStoreContexts.ts +5 -2
  413. package/src/dataStoreRegistry.ts +3 -2
  414. package/src/deltaManagerSummarizerProxy.ts +1 -1
  415. package/src/deltaScheduler.ts +2 -1
  416. package/src/error.ts +2 -2
  417. package/src/gc/garbageCollection.ts +21 -20
  418. package/src/gc/gcConfigs.ts +15 -18
  419. package/src/gc/gcDefinitions.ts +6 -8
  420. package/src/gc/gcHelpers.ts +22 -5
  421. package/src/gc/gcSummaryStateTracker.ts +7 -5
  422. package/src/gc/gcTelemetry.ts +13 -7
  423. package/src/gc/gcUnreferencedStateTracker.ts +3 -2
  424. package/src/gc/index.ts +1 -0
  425. package/src/index.ts +22 -1
  426. package/src/messageTypes.ts +20 -6
  427. package/src/opLifecycle/README.md +89 -0
  428. package/src/opLifecycle/batchManager.ts +1 -0
  429. package/src/opLifecycle/definitions.ts +3 -21
  430. package/src/opLifecycle/index.ts +3 -9
  431. package/src/opLifecycle/opCompressor.ts +6 -5
  432. package/src/opLifecycle/opDecompressor.ts +90 -100
  433. package/src/opLifecycle/opGroupingManager.ts +12 -14
  434. package/src/opLifecycle/opSplitter.ts +76 -48
  435. package/src/opLifecycle/outbox.ts +30 -38
  436. package/src/opLifecycle/remoteMessageProcessor.ts +43 -55
  437. package/src/packageVersion.ts +1 -1
  438. package/src/pendingStateManager.ts +6 -6
  439. package/src/scheduleManager.ts +10 -8
  440. package/src/storageServiceWithAttachBlobs.ts +2 -2
  441. package/src/summary/documentSchema.ts +631 -0
  442. package/src/summary/index.ts +10 -1
  443. package/src/summary/orderedClientElection.ts +7 -7
  444. package/src/summary/runWhileConnectedCoordinator.ts +3 -2
  445. package/src/summary/runningSummarizer.ts +22 -20
  446. package/src/summary/summarizer.ts +17 -15
  447. package/src/summary/summarizerClientElection.ts +3 -2
  448. package/src/summary/summarizerHeuristics.ts +4 -2
  449. package/src/summary/summarizerNode/summarizerNode.ts +20 -18
  450. package/src/summary/summarizerNode/summarizerNodeUtils.ts +3 -2
  451. package/src/summary/summarizerNode/summarizerNodeWithGc.ts +16 -8
  452. package/src/summary/summarizerTypes.ts +7 -3
  453. package/src/summary/summaryCollection.ts +3 -3
  454. package/src/summary/summaryFormat.ts +14 -26
  455. package/src/summary/summaryGenerator.ts +12 -15
  456. package/src/summary/summaryManager.ts +16 -13
  457. package/api-extractor-cjs.json +0 -8
  458. package/dist/container-runtime-alpha.d.ts +0 -1753
  459. package/dist/container-runtime-beta.d.ts +0 -268
  460. package/dist/container-runtime-public.d.ts +0 -268
  461. package/dist/container-runtime-untrimmed.d.ts +0 -1893
  462. package/lib/container-runtime-alpha.d.ts +0 -1753
  463. package/lib/container-runtime-beta.d.ts +0 -268
  464. package/lib/container-runtime-public.d.ts +0 -268
  465. package/lib/container-runtime-untrimmed.d.ts +0 -1893
  466. package/lib/test/batchTracker.spec.js +0 -88
  467. package/lib/test/batchTracker.spec.js.map +0 -1
  468. package/lib/test/blobManager.spec.js +0 -835
  469. package/lib/test/blobManager.spec.js.map +0 -1
  470. package/lib/test/channelCollection.spec.js +0 -141
  471. package/lib/test/channelCollection.spec.js.map +0 -1
  472. package/lib/test/containerRuntime.spec.js +0 -1748
  473. package/lib/test/containerRuntime.spec.js.map +0 -1
  474. package/lib/test/dataStoreContext.spec.js +0 -801
  475. package/lib/test/dataStoreContext.spec.js.map +0 -1
  476. package/lib/test/dataStoreCreation.spec.js +0 -312
  477. package/lib/test/dataStoreCreation.spec.js.map +0 -1
  478. package/lib/test/dataStoreRegistry.spec.js +0 -26
  479. package/lib/test/dataStoreRegistry.spec.js.map +0 -1
  480. package/lib/test/fuzz/fuzzUtils.js +0 -66
  481. package/lib/test/fuzz/fuzzUtils.js.map +0 -1
  482. package/lib/test/fuzz/summarizer.fuzz.spec.js +0 -31
  483. package/lib/test/fuzz/summarizer.fuzz.spec.js.map +0 -1
  484. package/lib/test/fuzz/summarizerFuzzMocks.js +0 -162
  485. package/lib/test/fuzz/summarizerFuzzMocks.js.map +0 -1
  486. package/lib/test/fuzz/summarizerFuzzSuite.js +0 -106
  487. package/lib/test/fuzz/summarizerFuzzSuite.js.map +0 -1
  488. package/lib/test/gc/garbageCollection.spec.js +0 -1465
  489. package/lib/test/gc/garbageCollection.spec.js.map +0 -1
  490. package/lib/test/gc/gcConfigs.spec.js +0 -690
  491. package/lib/test/gc/gcConfigs.spec.js.map +0 -1
  492. package/lib/test/gc/gcHelpers.spec.js +0 -110
  493. package/lib/test/gc/gcHelpers.spec.js.map +0 -1
  494. package/lib/test/gc/gcReferenceGraphAlgorithm.spec.js +0 -68
  495. package/lib/test/gc/gcReferenceGraphAlgorithm.spec.js.map +0 -1
  496. package/lib/test/gc/gcStats.spec.js +0 -391
  497. package/lib/test/gc/gcStats.spec.js.map +0 -1
  498. package/lib/test/gc/gcSummaryStateTracker.spec.js +0 -228
  499. package/lib/test/gc/gcSummaryStateTracker.spec.js.map +0 -1
  500. package/lib/test/gc/gcTelemetry.spec.js +0 -530
  501. package/lib/test/gc/gcTelemetry.spec.js.map +0 -1
  502. package/lib/test/gc/gcUnitTestHelpers.js +0 -29
  503. package/lib/test/gc/gcUnitTestHelpers.js.map +0 -1
  504. package/lib/test/gc/gcUnreferencedStateTracker.spec.js +0 -192
  505. package/lib/test/gc/gcUnreferencedStateTracker.spec.js.map +0 -1
  506. package/lib/test/getPendingBlobs.spec.js +0 -193
  507. package/lib/test/getPendingBlobs.spec.js.map +0 -1
  508. package/lib/test/hardwareStats.spec.js +0 -93
  509. package/lib/test/hardwareStats.spec.js.map +0 -1
  510. package/lib/test/index.js +0 -6
  511. package/lib/test/index.js.map +0 -1
  512. package/lib/test/opLifecycle/OpGroupingManager.spec.js +0 -225
  513. package/lib/test/opLifecycle/OpGroupingManager.spec.js.map +0 -1
  514. package/lib/test/opLifecycle/batchManager.spec.js +0 -189
  515. package/lib/test/opLifecycle/batchManager.spec.js.map +0 -1
  516. package/lib/test/opLifecycle/opCompressor.spec.js +0 -74
  517. package/lib/test/opLifecycle/opCompressor.spec.js.map +0 -1
  518. package/lib/test/opLifecycle/opDecompressor.spec.js +0 -218
  519. package/lib/test/opLifecycle/opDecompressor.spec.js.map +0 -1
  520. package/lib/test/opLifecycle/opSplitter.spec.js +0 -272
  521. package/lib/test/opLifecycle/opSplitter.spec.js.map +0 -1
  522. package/lib/test/opLifecycle/outbox.spec.js +0 -675
  523. package/lib/test/opLifecycle/outbox.spec.js.map +0 -1
  524. package/lib/test/opLifecycle/remoteMessageProcessor.spec.js +0 -196
  525. package/lib/test/opLifecycle/remoteMessageProcessor.spec.js.map +0 -1
  526. package/lib/test/pendingStateManager.spec.js +0 -329
  527. package/lib/test/pendingStateManager.spec.js.map +0 -1
  528. package/lib/test/scheduleManager.spec.js +0 -270
  529. package/lib/test/scheduleManager.spec.js.map +0 -1
  530. package/lib/test/summarizerNode.spec.js +0 -326
  531. package/lib/test/summarizerNode.spec.js.map +0 -1
  532. package/lib/test/summarizerNodeWithGc.spec.js +0 -318
  533. package/lib/test/summarizerNodeWithGc.spec.js.map +0 -1
  534. package/lib/test/summary/orderedClientElection.spec.js +0 -535
  535. package/lib/test/summary/orderedClientElection.spec.js.map +0 -1
  536. package/lib/test/summary/runningSummarizer.spec.js +0 -1349
  537. package/lib/test/summary/runningSummarizer.spec.js.map +0 -1
  538. package/lib/test/summary/summarizer.spec.js +0 -29
  539. package/lib/test/summary/summarizer.spec.js.map +0 -1
  540. package/lib/test/summary/summarizerClientElection.spec.js +0 -436
  541. package/lib/test/summary/summarizerClientElection.spec.js.map +0 -1
  542. package/lib/test/summary/summarizerHeuristics.spec.js +0 -289
  543. package/lib/test/summary/summarizerHeuristics.spec.js.map +0 -1
  544. package/lib/test/summary/summaryCollection.spec.js +0 -200
  545. package/lib/test/summary/summaryCollection.spec.js.map +0 -1
  546. package/lib/test/summary/summaryManager.spec.js +0 -430
  547. package/lib/test/summary/summaryManager.spec.js.map +0 -1
  548. package/lib/test/summary/testQuorumClients.js +0 -34
  549. package/lib/test/summary/testQuorumClients.js.map +0 -1
  550. package/lib/test/throttler.spec.js +0 -175
  551. package/lib/test/throttler.spec.js.map +0 -1
  552. package/lib/test/types/validateContainerRuntimePrevious.generated.js +0 -180
  553. package/lib/test/types/validateContainerRuntimePrevious.generated.js.map +0 -1
  554. /package/{dist → lib}/tsdoc-metadata.json +0 -0
@@ -1,268 +0,0 @@
1
- import { AttachState } from '@fluidframework/container-definitions';
2
- import { ContainerWarning } from '@fluidframework/container-definitions';
3
- import { CreateChildSummarizerNodeParam } from '@fluidframework/runtime-definitions';
4
- import { FluidDataStoreRegistryEntry } from '@fluidframework/runtime-definitions';
5
- import { FluidObject } from '@fluidframework/core-interfaces';
6
- import { FlushMode } from '@fluidframework/runtime-definitions';
7
- import { IAudience } from '@fluidframework/container-definitions';
8
- import { IClientDetails } from '@fluidframework/protocol-definitions';
9
- import { IContainerContext } from '@fluidframework/container-definitions';
10
- import { IContainerRuntime } from '@fluidframework/container-runtime-definitions';
11
- import { IContainerRuntimeEvents } from '@fluidframework/container-runtime-definitions';
12
- import { ICriticalContainerError } from '@fluidframework/container-definitions';
13
- import { IDataStore } from '@fluidframework/runtime-definitions';
14
- import { IDeltaManager } from '@fluidframework/container-definitions';
15
- import { IDisposable } from '@fluidframework/core-interfaces';
16
- import { IDocumentMessage } from '@fluidframework/protocol-definitions';
17
- import { IDocumentStorageService } from '@fluidframework/driver-definitions';
18
- import { IEnvelope } from '@fluidframework/runtime-definitions';
19
- import { IEvent } from '@fluidframework/core-interfaces';
20
- import { IEventProvider } from '@fluidframework/core-interfaces';
21
- import { IFluidDataStoreChannel } from '@fluidframework/runtime-definitions';
22
- import { IFluidDataStoreContext } from '@fluidframework/runtime-definitions';
23
- import { IFluidDataStoreContextDetached } from '@fluidframework/runtime-definitions';
24
- import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions';
25
- import { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
26
- import { IFluidHandle } from '@fluidframework/core-interfaces';
27
- import { IFluidHandleContext } from '@fluidframework/core-interfaces';
28
- import { IGarbageCollectionData } from '@fluidframework/runtime-definitions';
29
- import { IGetPendingLocalStateProps } from '@fluidframework/container-definitions';
30
- import type { IIdCompressor } from '@fluidframework/id-compressor';
31
- import type { IIdCompressorCore } from '@fluidframework/id-compressor';
32
- import { IProvideFluidHandleContext } from '@fluidframework/core-interfaces';
33
- import { IQuorumClients } from '@fluidframework/protocol-definitions';
34
- import { IRequest } from '@fluidframework/core-interfaces';
35
- import { IResponse } from '@fluidframework/core-interfaces';
36
- import { IRuntime } from '@fluidframework/container-definitions';
37
- import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
38
- import { ISignalMessage } from '@fluidframework/protocol-definitions';
39
- import { ISnapshotTree } from '@fluidframework/protocol-definitions';
40
- import { ISummarizerNodeWithGC } from '@fluidframework/runtime-definitions';
41
- import { ISummaryAck } from '@fluidframework/protocol-definitions';
42
- import { ISummaryContent } from '@fluidframework/protocol-definitions';
43
- import { ISummaryNack } from '@fluidframework/protocol-definitions';
44
- import { ISummaryStats } from '@fluidframework/runtime-definitions';
45
- import { ISummaryTree } from '@fluidframework/protocol-definitions';
46
- import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
47
- import { ITelemetryContext } from '@fluidframework/runtime-definitions';
48
- import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
49
- import { MessageType } from '@fluidframework/protocol-definitions';
50
- import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions';
51
- import { SummarizeInternalFn } from '@fluidframework/runtime-definitions';
52
- import { TypedEventEmitter } from '@fluid-internal/client-utils';
53
-
54
- /* Excluded from this release type: agentSchedulerId */
55
-
56
- /* Excluded from this release type: AllowInactiveRequestHeaderKey */
57
-
58
- /* Excluded from this release type: AllowTombstoneRequestHeaderKey */
59
-
60
- /* Excluded from this release type: ChannelCollectionFactory */
61
-
62
- /* Excluded from this release type: CompatModeBehavior */
63
-
64
- /* Excluded from this release type: CompressionAlgorithms */
65
-
66
- /* Excluded from this release type: ContainerMessageType */
67
-
68
- /* Excluded from this release type: ContainerRuntime */
69
-
70
- /* Excluded from this release type: ContainerRuntimeMessage */
71
-
72
- /* Excluded from this release type: ContainerWarning */
73
-
74
- /* Excluded from this release type: CreateChildSummarizerNodeParam */
75
-
76
- /* Excluded from this release type: DefaultSummaryConfiguration */
77
-
78
- /* Excluded from this release type: detectOutboundReferences */
79
-
80
- /* Excluded from this release type: EnqueueSummarizeResult */
81
-
82
- /* Excluded from this release type: FluidDataStoreRegistry */
83
-
84
- /* Excluded from this release type: FluidDataStoreRegistryEntry */
85
-
86
- /* Excluded from this release type: FlushMode */
87
-
88
- /* Excluded from this release type: GCFeatureMatrix */
89
-
90
- /* Excluded from this release type: GCNodeType */
91
-
92
- /* Excluded from this release type: GCVersion */
93
-
94
- /* Excluded from this release type: IAckedSummary */
95
-
96
- /* Excluded from this release type: IAckSummaryResult */
97
-
98
- /* Excluded from this release type: IBaseSummarizeResult */
99
-
100
- /* Excluded from this release type: IBlobManagerLoadInfo */
101
-
102
- /* Excluded from this release type: IBroadcastSummaryResult */
103
-
104
- /* Excluded from this release type: ICancellableSummarizerController */
105
-
106
- /* Excluded from this release type: ICancellationToken */
107
-
108
- /* Excluded from this release type: IChunkedOp */
109
-
110
- /* Excluded from this release type: IClientSummaryWatcher */
111
-
112
- /* Excluded from this release type: ICompressionRuntimeOptions */
113
-
114
- /* Excluded from this release type: IConnectableRuntime */
115
-
116
- /* Excluded from this release type: IContainerContext */
117
-
118
- /* Excluded from this release type: IContainerRuntime */
119
-
120
- /* Excluded from this release type: IContainerRuntimeEvents */
121
-
122
- /* Excluded from this release type: IContainerRuntimeMessageCompatDetails */
123
-
124
- /* Excluded from this release type: IContainerRuntimeMetadata */
125
-
126
- /* Excluded from this release type: IContainerRuntimeOptions */
127
-
128
- /* Excluded from this release type: ICreateContainerMetadata */
129
-
130
- /* Excluded from this release type: IDataStore */
131
-
132
- /* Excluded from this release type: IdCompressorMode */
133
-
134
- /* Excluded from this release type: IDocumentStorageService */
135
-
136
- /* Excluded from this release type: IEnqueueSummarizeOptions */
137
-
138
- /* Excluded from this release type: IEnvelope */
139
-
140
- /* Excluded from this release type: IFluidDataStoreChannel */
141
-
142
- /* Excluded from this release type: IFluidDataStoreContext */
143
-
144
- /* Excluded from this release type: IFluidDataStoreContextDetached */
145
-
146
- /* Excluded from this release type: IFluidDataStoreFactory */
147
-
148
- /* Excluded from this release type: IFluidDataStoreRegistry */
149
-
150
- /* Excluded from this release type: IGCMetadata */
151
-
152
- /* Excluded from this release type: IGCRuntimeOptions */
153
-
154
- /* Excluded from this release type: IGCStats */
155
-
156
- /* Excluded from this release type: IGeneratedSummaryStats */
157
-
158
- /* Excluded from this release type: IGenerateSummaryTreeResult */
159
-
160
- /* Excluded from this release type: IGetPendingLocalStateProps */
161
-
162
- /* Excluded from this release type: IIdCompressorCore */
163
-
164
- /* Excluded from this release type: IMarkPhaseStats */
165
-
166
- /* Excluded from this release type: INackSummaryResult */
167
-
168
- /* Excluded from this release type: InactiveResponseHeaderKey */
169
-
170
- /* Excluded from this release type: IOnDemandSummarizeOptions */
171
-
172
- /* Excluded from this release type: IRefreshSummaryAckOptions */
173
-
174
- /* Excluded from this release type: IRetriableFailureResult */
175
-
176
- /* Excluded from this release type: IRuntime */
177
-
178
- /* Excluded from this release type: ISerializedElection */
179
-
180
- /* Excluded from this release type: isRuntimeMessage */
181
-
182
- /* Excluded from this release type: ISubmitSummaryOpResult */
183
-
184
- /* Excluded from this release type: ISubmitSummaryOptions */
185
-
186
- /* Excluded from this release type: ISummarizeEventProps */
187
-
188
- /* Excluded from this release type: ISummarizeOptions */
189
-
190
- /* Excluded from this release type: ISummarizer */
191
-
192
- /* Excluded from this release type: ISummarizeResults */
193
-
194
- /* Excluded from this release type: ISummarizerEvents */
195
-
196
- /* Excluded from this release type: ISummarizerInternalsProvider */
197
-
198
- /* Excluded from this release type: ISummarizerRuntime */
199
-
200
- /* Excluded from this release type: ISummarizingWarning */
201
-
202
- /* Excluded from this release type: ISummary */
203
-
204
- /* Excluded from this release type: ISummaryAckMessage */
205
-
206
- /* Excluded from this release type: ISummaryBaseConfiguration */
207
-
208
- /* Excluded from this release type: ISummaryCancellationToken */
209
-
210
- /* Excluded from this release type: ISummaryCollectionOpEvents */
211
-
212
- /* Excluded from this release type: ISummaryConfiguration */
213
-
214
- /* Excluded from this release type: ISummaryConfigurationDisableHeuristics */
215
-
216
- /* Excluded from this release type: ISummaryConfigurationDisableSummarizer */
217
-
218
- /* Excluded from this release type: ISummaryConfigurationHeuristics */
219
-
220
- /* Excluded from this release type: ISummaryMetadataMessage */
221
-
222
- /* Excluded from this release type: ISummaryNackMessage */
223
-
224
- /* Excluded from this release type: ISummaryOpMessage */
225
-
226
- /* Excluded from this release type: ISummaryRuntimeOptions */
227
-
228
- /* Excluded from this release type: ISweepPhaseStats */
229
-
230
- /* Excluded from this release type: IUploadSummaryResult */
231
-
232
- /* Excluded from this release type: NamedFluidDataStoreRegistryEntries */
233
-
234
- /* Excluded from this release type: neverCancelledSummaryToken */
235
-
236
- /* Excluded from this release type: OpActionEventListener */
237
-
238
- /* Excluded from this release type: OpActionEventName */
239
-
240
- /* Excluded from this release type: RecentlyAddedContainerRuntimeMessageDetails */
241
-
242
- /* Excluded from this release type: RuntimeHeaders */
243
-
244
- /* Excluded from this release type: RuntimeMessage */
245
-
246
- /* Excluded from this release type: SubmitSummaryFailureData */
247
-
248
- /* Excluded from this release type: SubmitSummaryResult */
249
-
250
- /* Excluded from this release type: SummarizeInternalFn */
251
-
252
- /* Excluded from this release type: Summarizer */
253
-
254
- /* Excluded from this release type: SummarizeResultPart */
255
-
256
- /* Excluded from this release type: SummarizerStopReason */
257
-
258
- /* Excluded from this release type: SummaryCollection */
259
-
260
- /* Excluded from this release type: SummaryStage */
261
-
262
- /* Excluded from this release type: TombstoneResponseHeaderKey */
263
-
264
- /* Excluded from this release type: UnknownContainerRuntimeMessage */
265
-
266
- /* Excluded from this release type: unpackRuntimeMessage */
267
-
268
- export { }
@@ -1,268 +0,0 @@
1
- import { AttachState } from '@fluidframework/container-definitions';
2
- import { ContainerWarning } from '@fluidframework/container-definitions';
3
- import { CreateChildSummarizerNodeParam } from '@fluidframework/runtime-definitions';
4
- import { FluidDataStoreRegistryEntry } from '@fluidframework/runtime-definitions';
5
- import { FluidObject } from '@fluidframework/core-interfaces';
6
- import { FlushMode } from '@fluidframework/runtime-definitions';
7
- import { IAudience } from '@fluidframework/container-definitions';
8
- import { IClientDetails } from '@fluidframework/protocol-definitions';
9
- import { IContainerContext } from '@fluidframework/container-definitions';
10
- import { IContainerRuntime } from '@fluidframework/container-runtime-definitions';
11
- import { IContainerRuntimeEvents } from '@fluidframework/container-runtime-definitions';
12
- import { ICriticalContainerError } from '@fluidframework/container-definitions';
13
- import { IDataStore } from '@fluidframework/runtime-definitions';
14
- import { IDeltaManager } from '@fluidframework/container-definitions';
15
- import { IDisposable } from '@fluidframework/core-interfaces';
16
- import { IDocumentMessage } from '@fluidframework/protocol-definitions';
17
- import { IDocumentStorageService } from '@fluidframework/driver-definitions';
18
- import { IEnvelope } from '@fluidframework/runtime-definitions';
19
- import { IEvent } from '@fluidframework/core-interfaces';
20
- import { IEventProvider } from '@fluidframework/core-interfaces';
21
- import { IFluidDataStoreChannel } from '@fluidframework/runtime-definitions';
22
- import { IFluidDataStoreContext } from '@fluidframework/runtime-definitions';
23
- import { IFluidDataStoreContextDetached } from '@fluidframework/runtime-definitions';
24
- import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions';
25
- import { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
26
- import { IFluidHandle } from '@fluidframework/core-interfaces';
27
- import { IFluidHandleContext } from '@fluidframework/core-interfaces';
28
- import { IGarbageCollectionData } from '@fluidframework/runtime-definitions';
29
- import { IGetPendingLocalStateProps } from '@fluidframework/container-definitions';
30
- import type { IIdCompressor } from '@fluidframework/id-compressor';
31
- import type { IIdCompressorCore } from '@fluidframework/id-compressor';
32
- import { IProvideFluidHandleContext } from '@fluidframework/core-interfaces';
33
- import { IQuorumClients } from '@fluidframework/protocol-definitions';
34
- import { IRequest } from '@fluidframework/core-interfaces';
35
- import { IResponse } from '@fluidframework/core-interfaces';
36
- import { IRuntime } from '@fluidframework/container-definitions';
37
- import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
38
- import { ISignalMessage } from '@fluidframework/protocol-definitions';
39
- import { ISnapshotTree } from '@fluidframework/protocol-definitions';
40
- import { ISummarizerNodeWithGC } from '@fluidframework/runtime-definitions';
41
- import { ISummaryAck } from '@fluidframework/protocol-definitions';
42
- import { ISummaryContent } from '@fluidframework/protocol-definitions';
43
- import { ISummaryNack } from '@fluidframework/protocol-definitions';
44
- import { ISummaryStats } from '@fluidframework/runtime-definitions';
45
- import { ISummaryTree } from '@fluidframework/protocol-definitions';
46
- import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
47
- import { ITelemetryContext } from '@fluidframework/runtime-definitions';
48
- import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
49
- import { MessageType } from '@fluidframework/protocol-definitions';
50
- import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions';
51
- import { SummarizeInternalFn } from '@fluidframework/runtime-definitions';
52
- import { TypedEventEmitter } from '@fluid-internal/client-utils';
53
-
54
- /* Excluded from this release type: agentSchedulerId */
55
-
56
- /* Excluded from this release type: AllowInactiveRequestHeaderKey */
57
-
58
- /* Excluded from this release type: AllowTombstoneRequestHeaderKey */
59
-
60
- /* Excluded from this release type: ChannelCollectionFactory */
61
-
62
- /* Excluded from this release type: CompatModeBehavior */
63
-
64
- /* Excluded from this release type: CompressionAlgorithms */
65
-
66
- /* Excluded from this release type: ContainerMessageType */
67
-
68
- /* Excluded from this release type: ContainerRuntime */
69
-
70
- /* Excluded from this release type: ContainerRuntimeMessage */
71
-
72
- /* Excluded from this release type: ContainerWarning */
73
-
74
- /* Excluded from this release type: CreateChildSummarizerNodeParam */
75
-
76
- /* Excluded from this release type: DefaultSummaryConfiguration */
77
-
78
- /* Excluded from this release type: detectOutboundReferences */
79
-
80
- /* Excluded from this release type: EnqueueSummarizeResult */
81
-
82
- /* Excluded from this release type: FluidDataStoreRegistry */
83
-
84
- /* Excluded from this release type: FluidDataStoreRegistryEntry */
85
-
86
- /* Excluded from this release type: FlushMode */
87
-
88
- /* Excluded from this release type: GCFeatureMatrix */
89
-
90
- /* Excluded from this release type: GCNodeType */
91
-
92
- /* Excluded from this release type: GCVersion */
93
-
94
- /* Excluded from this release type: IAckedSummary */
95
-
96
- /* Excluded from this release type: IAckSummaryResult */
97
-
98
- /* Excluded from this release type: IBaseSummarizeResult */
99
-
100
- /* Excluded from this release type: IBlobManagerLoadInfo */
101
-
102
- /* Excluded from this release type: IBroadcastSummaryResult */
103
-
104
- /* Excluded from this release type: ICancellableSummarizerController */
105
-
106
- /* Excluded from this release type: ICancellationToken */
107
-
108
- /* Excluded from this release type: IChunkedOp */
109
-
110
- /* Excluded from this release type: IClientSummaryWatcher */
111
-
112
- /* Excluded from this release type: ICompressionRuntimeOptions */
113
-
114
- /* Excluded from this release type: IConnectableRuntime */
115
-
116
- /* Excluded from this release type: IContainerContext */
117
-
118
- /* Excluded from this release type: IContainerRuntime */
119
-
120
- /* Excluded from this release type: IContainerRuntimeEvents */
121
-
122
- /* Excluded from this release type: IContainerRuntimeMessageCompatDetails */
123
-
124
- /* Excluded from this release type: IContainerRuntimeMetadata */
125
-
126
- /* Excluded from this release type: IContainerRuntimeOptions */
127
-
128
- /* Excluded from this release type: ICreateContainerMetadata */
129
-
130
- /* Excluded from this release type: IDataStore */
131
-
132
- /* Excluded from this release type: IdCompressorMode */
133
-
134
- /* Excluded from this release type: IDocumentStorageService */
135
-
136
- /* Excluded from this release type: IEnqueueSummarizeOptions */
137
-
138
- /* Excluded from this release type: IEnvelope */
139
-
140
- /* Excluded from this release type: IFluidDataStoreChannel */
141
-
142
- /* Excluded from this release type: IFluidDataStoreContext */
143
-
144
- /* Excluded from this release type: IFluidDataStoreContextDetached */
145
-
146
- /* Excluded from this release type: IFluidDataStoreFactory */
147
-
148
- /* Excluded from this release type: IFluidDataStoreRegistry */
149
-
150
- /* Excluded from this release type: IGCMetadata */
151
-
152
- /* Excluded from this release type: IGCRuntimeOptions */
153
-
154
- /* Excluded from this release type: IGCStats */
155
-
156
- /* Excluded from this release type: IGeneratedSummaryStats */
157
-
158
- /* Excluded from this release type: IGenerateSummaryTreeResult */
159
-
160
- /* Excluded from this release type: IGetPendingLocalStateProps */
161
-
162
- /* Excluded from this release type: IIdCompressorCore */
163
-
164
- /* Excluded from this release type: IMarkPhaseStats */
165
-
166
- /* Excluded from this release type: INackSummaryResult */
167
-
168
- /* Excluded from this release type: InactiveResponseHeaderKey */
169
-
170
- /* Excluded from this release type: IOnDemandSummarizeOptions */
171
-
172
- /* Excluded from this release type: IRefreshSummaryAckOptions */
173
-
174
- /* Excluded from this release type: IRetriableFailureResult */
175
-
176
- /* Excluded from this release type: IRuntime */
177
-
178
- /* Excluded from this release type: ISerializedElection */
179
-
180
- /* Excluded from this release type: isRuntimeMessage */
181
-
182
- /* Excluded from this release type: ISubmitSummaryOpResult */
183
-
184
- /* Excluded from this release type: ISubmitSummaryOptions */
185
-
186
- /* Excluded from this release type: ISummarizeEventProps */
187
-
188
- /* Excluded from this release type: ISummarizeOptions */
189
-
190
- /* Excluded from this release type: ISummarizer */
191
-
192
- /* Excluded from this release type: ISummarizeResults */
193
-
194
- /* Excluded from this release type: ISummarizerEvents */
195
-
196
- /* Excluded from this release type: ISummarizerInternalsProvider */
197
-
198
- /* Excluded from this release type: ISummarizerRuntime */
199
-
200
- /* Excluded from this release type: ISummarizingWarning */
201
-
202
- /* Excluded from this release type: ISummary */
203
-
204
- /* Excluded from this release type: ISummaryAckMessage */
205
-
206
- /* Excluded from this release type: ISummaryBaseConfiguration */
207
-
208
- /* Excluded from this release type: ISummaryCancellationToken */
209
-
210
- /* Excluded from this release type: ISummaryCollectionOpEvents */
211
-
212
- /* Excluded from this release type: ISummaryConfiguration */
213
-
214
- /* Excluded from this release type: ISummaryConfigurationDisableHeuristics */
215
-
216
- /* Excluded from this release type: ISummaryConfigurationDisableSummarizer */
217
-
218
- /* Excluded from this release type: ISummaryConfigurationHeuristics */
219
-
220
- /* Excluded from this release type: ISummaryMetadataMessage */
221
-
222
- /* Excluded from this release type: ISummaryNackMessage */
223
-
224
- /* Excluded from this release type: ISummaryOpMessage */
225
-
226
- /* Excluded from this release type: ISummaryRuntimeOptions */
227
-
228
- /* Excluded from this release type: ISweepPhaseStats */
229
-
230
- /* Excluded from this release type: IUploadSummaryResult */
231
-
232
- /* Excluded from this release type: NamedFluidDataStoreRegistryEntries */
233
-
234
- /* Excluded from this release type: neverCancelledSummaryToken */
235
-
236
- /* Excluded from this release type: OpActionEventListener */
237
-
238
- /* Excluded from this release type: OpActionEventName */
239
-
240
- /* Excluded from this release type: RecentlyAddedContainerRuntimeMessageDetails */
241
-
242
- /* Excluded from this release type: RuntimeHeaders */
243
-
244
- /* Excluded from this release type: RuntimeMessage */
245
-
246
- /* Excluded from this release type: SubmitSummaryFailureData */
247
-
248
- /* Excluded from this release type: SubmitSummaryResult */
249
-
250
- /* Excluded from this release type: SummarizeInternalFn */
251
-
252
- /* Excluded from this release type: Summarizer */
253
-
254
- /* Excluded from this release type: SummarizeResultPart */
255
-
256
- /* Excluded from this release type: SummarizerStopReason */
257
-
258
- /* Excluded from this release type: SummaryCollection */
259
-
260
- /* Excluded from this release type: SummaryStage */
261
-
262
- /* Excluded from this release type: TombstoneResponseHeaderKey */
263
-
264
- /* Excluded from this release type: UnknownContainerRuntimeMessage */
265
-
266
- /* Excluded from this release type: unpackRuntimeMessage */
267
-
268
- export { }