@fluidframework/container-runtime 2.0.0-dev-rc.5.0.0.265721 → 2.0.0-dev-rc.5.0.0.268409

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 (293) hide show
  1. package/api-report/{container-runtime.api.md → container-runtime.alpha.api.md} +13 -482
  2. package/api-report/container-runtime.beta.api.md +73 -0
  3. package/api-report/container-runtime.public.api.md +73 -0
  4. package/dist/batchTracker.js.map +1 -1
  5. package/dist/blobManager.d.ts +2 -2
  6. package/dist/blobManager.d.ts.map +1 -1
  7. package/dist/blobManager.js.map +1 -1
  8. package/dist/channelCollection.d.ts +3 -3
  9. package/dist/channelCollection.d.ts.map +1 -1
  10. package/dist/channelCollection.js.map +1 -1
  11. package/dist/connectionTelemetry.d.ts +2 -1
  12. package/dist/connectionTelemetry.d.ts.map +1 -1
  13. package/dist/connectionTelemetry.js +14 -14
  14. package/dist/connectionTelemetry.js.map +1 -1
  15. package/dist/containerRuntime.d.ts +2 -2
  16. package/dist/containerRuntime.d.ts.map +1 -1
  17. package/dist/containerRuntime.js +12 -16
  18. package/dist/containerRuntime.js.map +1 -1
  19. package/dist/dataStoreContext.d.ts +3 -4
  20. package/dist/dataStoreContext.d.ts.map +1 -1
  21. package/dist/dataStoreContext.js.map +1 -1
  22. package/dist/deltaManagerProxies.d.ts +4 -3
  23. package/dist/deltaManagerProxies.d.ts.map +1 -1
  24. package/dist/deltaManagerProxies.js.map +1 -1
  25. package/dist/deltaScheduler.d.ts +2 -1
  26. package/dist/deltaScheduler.d.ts.map +1 -1
  27. package/dist/deltaScheduler.js.map +1 -1
  28. package/dist/gc/garbageCollection.d.ts +0 -1
  29. package/dist/gc/garbageCollection.d.ts.map +1 -1
  30. package/dist/gc/garbageCollection.js +17 -20
  31. package/dist/gc/garbageCollection.js.map +1 -1
  32. package/dist/gc/gcConfigs.d.ts.map +1 -1
  33. package/dist/gc/gcConfigs.js +5 -19
  34. package/dist/gc/gcConfigs.js.map +1 -1
  35. package/dist/gc/gcDefinitions.d.ts +1 -10
  36. package/dist/gc/gcDefinitions.d.ts.map +1 -1
  37. package/dist/gc/gcDefinitions.js +1 -3
  38. package/dist/gc/gcDefinitions.js.map +1 -1
  39. package/dist/gc/gcHelpers.d.ts +1 -1
  40. package/dist/gc/gcHelpers.d.ts.map +1 -1
  41. package/dist/gc/gcHelpers.js.map +1 -1
  42. package/dist/gc/gcSummaryStateTracker.d.ts +1 -34
  43. package/dist/gc/gcSummaryStateTracker.d.ts.map +1 -1
  44. package/dist/gc/gcSummaryStateTracker.js +9 -62
  45. package/dist/gc/gcSummaryStateTracker.js.map +1 -1
  46. package/dist/gc/gcTelemetry.d.ts.map +1 -1
  47. package/dist/gc/gcTelemetry.js.map +1 -1
  48. package/dist/gc/index.d.ts +1 -1
  49. package/dist/gc/index.d.ts.map +1 -1
  50. package/dist/gc/index.js +1 -2
  51. package/dist/gc/index.js.map +1 -1
  52. package/dist/messageTypes.d.ts +1 -1
  53. package/dist/messageTypes.d.ts.map +1 -1
  54. package/dist/messageTypes.js.map +1 -1
  55. package/dist/opLifecycle/definitions.d.ts +2 -2
  56. package/dist/opLifecycle/definitions.d.ts.map +1 -1
  57. package/dist/opLifecycle/definitions.js.map +1 -1
  58. package/dist/opLifecycle/opCompressor.d.ts +11 -1
  59. package/dist/opLifecycle/opCompressor.d.ts.map +1 -1
  60. package/dist/opLifecycle/opCompressor.js +13 -2
  61. package/dist/opLifecycle/opCompressor.js.map +1 -1
  62. package/dist/opLifecycle/opDecompressor.d.ts +1 -1
  63. package/dist/opLifecycle/opDecompressor.d.ts.map +1 -1
  64. package/dist/opLifecycle/opDecompressor.js.map +1 -1
  65. package/dist/opLifecycle/opGroupingManager.d.ts +10 -3
  66. package/dist/opLifecycle/opGroupingManager.d.ts.map +1 -1
  67. package/dist/opLifecycle/opGroupingManager.js +7 -0
  68. package/dist/opLifecycle/opGroupingManager.js.map +1 -1
  69. package/dist/opLifecycle/opSplitter.d.ts +4 -2
  70. package/dist/opLifecycle/opSplitter.d.ts.map +1 -1
  71. package/dist/opLifecycle/opSplitter.js +12 -7
  72. package/dist/opLifecycle/opSplitter.js.map +1 -1
  73. package/dist/opLifecycle/outbox.d.ts +9 -0
  74. package/dist/opLifecycle/outbox.d.ts.map +1 -1
  75. package/dist/opLifecycle/outbox.js +10 -1
  76. package/dist/opLifecycle/outbox.js.map +1 -1
  77. package/dist/opLifecycle/remoteMessageProcessor.d.ts +1 -1
  78. package/dist/opLifecycle/remoteMessageProcessor.d.ts.map +1 -1
  79. package/dist/opLifecycle/remoteMessageProcessor.js +2 -2
  80. package/dist/opLifecycle/remoteMessageProcessor.js.map +1 -1
  81. package/dist/opProperties.d.ts +1 -1
  82. package/dist/opProperties.d.ts.map +1 -1
  83. package/dist/opProperties.js.map +1 -1
  84. package/dist/packageVersion.d.ts +1 -1
  85. package/dist/packageVersion.js +1 -1
  86. package/dist/packageVersion.js.map +1 -1
  87. package/dist/pendingStateManager.js.map +1 -1
  88. package/dist/scheduleManager.d.ts +2 -1
  89. package/dist/scheduleManager.d.ts.map +1 -1
  90. package/dist/scheduleManager.js.map +1 -1
  91. package/dist/summary/orderedClientElection.d.ts +1 -1
  92. package/dist/summary/orderedClientElection.d.ts.map +1 -1
  93. package/dist/summary/orderedClientElection.js.map +1 -1
  94. package/dist/summary/runningSummarizer.d.ts +1 -1
  95. package/dist/summary/runningSummarizer.d.ts.map +1 -1
  96. package/dist/summary/runningSummarizer.js +3 -4
  97. package/dist/summary/runningSummarizer.js.map +1 -1
  98. package/dist/summary/summarizerClientElection.d.ts +1 -1
  99. package/dist/summary/summarizerClientElection.d.ts.map +1 -1
  100. package/dist/summary/summarizerClientElection.js +2 -2
  101. package/dist/summary/summarizerClientElection.js.map +1 -1
  102. package/dist/summary/summarizerNode/summarizerNode.d.ts +2 -1
  103. package/dist/summary/summarizerNode/summarizerNode.d.ts.map +1 -1
  104. package/dist/summary/summarizerNode/summarizerNode.js +16 -16
  105. package/dist/summary/summarizerNode/summarizerNode.js.map +1 -1
  106. package/dist/summary/summarizerNode/summarizerNodeUtils.d.ts +2 -1
  107. package/dist/summary/summarizerNode/summarizerNodeUtils.d.ts.map +1 -1
  108. package/dist/summary/summarizerNode/summarizerNodeUtils.js.map +1 -1
  109. package/dist/summary/summarizerNode/summarizerNodeWithGc.d.ts +1 -1
  110. package/dist/summary/summarizerNode/summarizerNodeWithGc.d.ts.map +1 -1
  111. package/dist/summary/summarizerNode/summarizerNodeWithGc.js +1 -1
  112. package/dist/summary/summarizerNode/summarizerNodeWithGc.js.map +1 -1
  113. package/dist/summary/summarizerTypes.d.ts +2 -3
  114. package/dist/summary/summarizerTypes.d.ts.map +1 -1
  115. package/dist/summary/summarizerTypes.js.map +1 -1
  116. package/dist/summary/summaryCollection.d.ts +2 -1
  117. package/dist/summary/summaryCollection.d.ts.map +1 -1
  118. package/dist/summary/summaryCollection.js +9 -9
  119. package/dist/summary/summaryCollection.js.map +1 -1
  120. package/dist/summary/summaryFormat.d.ts +2 -2
  121. package/dist/summary/summaryFormat.d.ts.map +1 -1
  122. package/dist/summary/summaryFormat.js +2 -2
  123. package/dist/summary/summaryFormat.js.map +1 -1
  124. package/dist/summary/summaryGenerator.d.ts.map +1 -1
  125. package/dist/summary/summaryGenerator.js +3 -4
  126. package/dist/summary/summaryGenerator.js.map +1 -1
  127. package/lib/batchTracker.js.map +1 -1
  128. package/lib/blobManager.d.ts +2 -2
  129. package/lib/blobManager.d.ts.map +1 -1
  130. package/lib/blobManager.js.map +1 -1
  131. package/lib/channelCollection.d.ts +3 -3
  132. package/lib/channelCollection.d.ts.map +1 -1
  133. package/lib/channelCollection.js.map +1 -1
  134. package/lib/connectionTelemetry.d.ts +2 -1
  135. package/lib/connectionTelemetry.d.ts.map +1 -1
  136. package/lib/connectionTelemetry.js +2 -2
  137. package/lib/connectionTelemetry.js.map +1 -1
  138. package/lib/containerRuntime.d.ts +2 -2
  139. package/lib/containerRuntime.d.ts.map +1 -1
  140. package/lib/containerRuntime.js +6 -10
  141. package/lib/containerRuntime.js.map +1 -1
  142. package/lib/dataStoreContext.d.ts +3 -4
  143. package/lib/dataStoreContext.d.ts.map +1 -1
  144. package/lib/dataStoreContext.js.map +1 -1
  145. package/lib/deltaManagerProxies.d.ts +4 -3
  146. package/lib/deltaManagerProxies.d.ts.map +1 -1
  147. package/lib/deltaManagerProxies.js.map +1 -1
  148. package/lib/deltaScheduler.d.ts +2 -1
  149. package/lib/deltaScheduler.d.ts.map +1 -1
  150. package/lib/deltaScheduler.js.map +1 -1
  151. package/lib/gc/garbageCollection.d.ts +0 -1
  152. package/lib/gc/garbageCollection.d.ts.map +1 -1
  153. package/lib/gc/garbageCollection.js +17 -20
  154. package/lib/gc/garbageCollection.js.map +1 -1
  155. package/lib/gc/gcConfigs.d.ts.map +1 -1
  156. package/lib/gc/gcConfigs.js +6 -20
  157. package/lib/gc/gcConfigs.js.map +1 -1
  158. package/lib/gc/gcDefinitions.d.ts +1 -10
  159. package/lib/gc/gcDefinitions.d.ts.map +1 -1
  160. package/lib/gc/gcDefinitions.js +0 -2
  161. package/lib/gc/gcDefinitions.js.map +1 -1
  162. package/lib/gc/gcHelpers.d.ts +1 -1
  163. package/lib/gc/gcHelpers.d.ts.map +1 -1
  164. package/lib/gc/gcHelpers.js.map +1 -1
  165. package/lib/gc/gcSummaryStateTracker.d.ts +1 -34
  166. package/lib/gc/gcSummaryStateTracker.d.ts.map +1 -1
  167. package/lib/gc/gcSummaryStateTracker.js +4 -57
  168. package/lib/gc/gcSummaryStateTracker.js.map +1 -1
  169. package/lib/gc/gcTelemetry.d.ts.map +1 -1
  170. package/lib/gc/gcTelemetry.js.map +1 -1
  171. package/lib/gc/index.d.ts +1 -1
  172. package/lib/gc/index.d.ts.map +1 -1
  173. package/lib/gc/index.js +1 -1
  174. package/lib/gc/index.js.map +1 -1
  175. package/lib/messageTypes.d.ts +1 -1
  176. package/lib/messageTypes.d.ts.map +1 -1
  177. package/lib/messageTypes.js.map +1 -1
  178. package/lib/opLifecycle/definitions.d.ts +2 -2
  179. package/lib/opLifecycle/definitions.d.ts.map +1 -1
  180. package/lib/opLifecycle/definitions.js.map +1 -1
  181. package/lib/opLifecycle/opCompressor.d.ts +11 -1
  182. package/lib/opLifecycle/opCompressor.d.ts.map +1 -1
  183. package/lib/opLifecycle/opCompressor.js +13 -2
  184. package/lib/opLifecycle/opCompressor.js.map +1 -1
  185. package/lib/opLifecycle/opDecompressor.d.ts +1 -1
  186. package/lib/opLifecycle/opDecompressor.d.ts.map +1 -1
  187. package/lib/opLifecycle/opDecompressor.js.map +1 -1
  188. package/lib/opLifecycle/opGroupingManager.d.ts +10 -3
  189. package/lib/opLifecycle/opGroupingManager.d.ts.map +1 -1
  190. package/lib/opLifecycle/opGroupingManager.js +7 -0
  191. package/lib/opLifecycle/opGroupingManager.js.map +1 -1
  192. package/lib/opLifecycle/opSplitter.d.ts +4 -2
  193. package/lib/opLifecycle/opSplitter.d.ts.map +1 -1
  194. package/lib/opLifecycle/opSplitter.js +12 -7
  195. package/lib/opLifecycle/opSplitter.js.map +1 -1
  196. package/lib/opLifecycle/outbox.d.ts +9 -0
  197. package/lib/opLifecycle/outbox.d.ts.map +1 -1
  198. package/lib/opLifecycle/outbox.js +10 -1
  199. package/lib/opLifecycle/outbox.js.map +1 -1
  200. package/lib/opLifecycle/remoteMessageProcessor.d.ts +1 -1
  201. package/lib/opLifecycle/remoteMessageProcessor.d.ts.map +1 -1
  202. package/lib/opLifecycle/remoteMessageProcessor.js +1 -1
  203. package/lib/opLifecycle/remoteMessageProcessor.js.map +1 -1
  204. package/lib/opProperties.d.ts +1 -1
  205. package/lib/opProperties.d.ts.map +1 -1
  206. package/lib/opProperties.js.map +1 -1
  207. package/lib/packageVersion.d.ts +1 -1
  208. package/lib/packageVersion.js +1 -1
  209. package/lib/packageVersion.js.map +1 -1
  210. package/lib/pendingStateManager.js.map +1 -1
  211. package/lib/scheduleManager.d.ts +2 -1
  212. package/lib/scheduleManager.d.ts.map +1 -1
  213. package/lib/scheduleManager.js.map +1 -1
  214. package/lib/summary/orderedClientElection.d.ts +1 -1
  215. package/lib/summary/orderedClientElection.d.ts.map +1 -1
  216. package/lib/summary/orderedClientElection.js.map +1 -1
  217. package/lib/summary/runningSummarizer.d.ts +1 -1
  218. package/lib/summary/runningSummarizer.d.ts.map +1 -1
  219. package/lib/summary/runningSummarizer.js +1 -2
  220. package/lib/summary/runningSummarizer.js.map +1 -1
  221. package/lib/summary/summarizerClientElection.d.ts +1 -1
  222. package/lib/summary/summarizerClientElection.d.ts.map +1 -1
  223. package/lib/summary/summarizerClientElection.js +1 -1
  224. package/lib/summary/summarizerClientElection.js.map +1 -1
  225. package/lib/summary/summarizerNode/summarizerNode.d.ts +2 -1
  226. package/lib/summary/summarizerNode/summarizerNode.d.ts.map +1 -1
  227. package/lib/summary/summarizerNode/summarizerNode.js +14 -14
  228. package/lib/summary/summarizerNode/summarizerNode.js.map +1 -1
  229. package/lib/summary/summarizerNode/summarizerNodeUtils.d.ts +2 -1
  230. package/lib/summary/summarizerNode/summarizerNodeUtils.d.ts.map +1 -1
  231. package/lib/summary/summarizerNode/summarizerNodeUtils.js.map +1 -1
  232. package/lib/summary/summarizerNode/summarizerNodeWithGc.d.ts +1 -1
  233. package/lib/summary/summarizerNode/summarizerNodeWithGc.d.ts.map +1 -1
  234. package/lib/summary/summarizerNode/summarizerNodeWithGc.js +1 -1
  235. package/lib/summary/summarizerNode/summarizerNodeWithGc.js.map +1 -1
  236. package/lib/summary/summarizerTypes.d.ts +2 -3
  237. package/lib/summary/summarizerTypes.d.ts.map +1 -1
  238. package/lib/summary/summarizerTypes.js.map +1 -1
  239. package/lib/summary/summaryCollection.d.ts +2 -1
  240. package/lib/summary/summaryCollection.d.ts.map +1 -1
  241. package/lib/summary/summaryCollection.js +1 -1
  242. package/lib/summary/summaryCollection.js.map +1 -1
  243. package/lib/summary/summaryFormat.d.ts +2 -2
  244. package/lib/summary/summaryFormat.d.ts.map +1 -1
  245. package/lib/summary/summaryFormat.js +1 -1
  246. package/lib/summary/summaryFormat.js.map +1 -1
  247. package/lib/summary/summaryGenerator.d.ts.map +1 -1
  248. package/lib/summary/summaryGenerator.js +2 -3
  249. package/lib/summary/summaryGenerator.js.map +1 -1
  250. package/lib/tsdoc-metadata.json +1 -1
  251. package/package.json +33 -22
  252. package/src/batchTracker.ts +1 -1
  253. package/src/blobManager.ts +4 -4
  254. package/src/channelCollection.ts +4 -3
  255. package/src/connectionTelemetry.ts +14 -6
  256. package/src/containerRuntime.ts +17 -21
  257. package/src/dataStoreContext.ts +10 -10
  258. package/src/deltaManagerProxies.ts +7 -5
  259. package/src/deltaScheduler.ts +2 -1
  260. package/src/gc/garbageCollection.ts +18 -24
  261. package/src/gc/gcConfigs.ts +5 -24
  262. package/src/gc/gcDefinitions.ts +1 -10
  263. package/src/gc/gcHelpers.ts +1 -1
  264. package/src/gc/gcSummaryStateTracker.ts +6 -72
  265. package/src/gc/gcTelemetry.ts +1 -1
  266. package/src/gc/index.ts +0 -1
  267. package/src/messageTypes.ts +1 -1
  268. package/src/opLifecycle/README.md +120 -160
  269. package/src/opLifecycle/definitions.ts +2 -2
  270. package/src/opLifecycle/opCompressor.ts +13 -2
  271. package/src/opLifecycle/opDecompressor.ts +1 -1
  272. package/src/opLifecycle/opGroupingManager.ts +11 -4
  273. package/src/opLifecycle/opSplitter.ts +13 -8
  274. package/src/opLifecycle/outbox.ts +10 -1
  275. package/src/opLifecycle/remoteMessageProcessor.ts +2 -1
  276. package/src/opProperties.ts +2 -4
  277. package/src/packageVersion.ts +1 -1
  278. package/src/pendingStateManager.ts +1 -1
  279. package/src/scheduleManager.ts +2 -1
  280. package/src/summary/images/appTree.png +0 -0
  281. package/src/summary/images/protocolAndAppTree.png +0 -0
  282. package/src/summary/images/summaryTree.png +0 -0
  283. package/src/summary/orderedClientElection.ts +1 -1
  284. package/src/summary/runningSummarizer.ts +2 -2
  285. package/src/summary/summarizerClientElection.ts +2 -1
  286. package/src/summary/summarizerNode/summarizerNode.ts +19 -29
  287. package/src/summary/summarizerNode/summarizerNodeUtils.ts +2 -1
  288. package/src/summary/summarizerNode/summarizerNodeWithGc.ts +3 -5
  289. package/src/summary/summarizerTypes.ts +2 -7
  290. package/src/summary/summaryCollection.ts +2 -2
  291. package/src/summary/summaryFormat.ts +5 -6
  292. package/src/summary/summaryFormats.md +160 -0
  293. package/src/summary/summaryGenerator.ts +2 -3
@@ -1,4 +1,4 @@
1
- ## API Report File for "@fluidframework/container-runtime"
1
+ ## Alpha API Report File for "@fluidframework/container-runtime"
2
2
 
3
3
  > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
4
 
@@ -13,7 +13,7 @@ import { FluidDataStoreRegistryEntry } from '@fluidframework/runtime-definitions
13
13
  import { FluidObject } from '@fluidframework/core-interfaces';
14
14
  import { FlushMode } from '@fluidframework/runtime-definitions/internal';
15
15
  import { IAudience } from '@fluidframework/container-definitions';
16
- import { IClientDetails } from '@fluidframework/protocol-definitions';
16
+ import { IClientDetails } from '@fluidframework/driver-definitions';
17
17
  import { IContainerContext } from '@fluidframework/container-definitions/internal';
18
18
  import { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal';
19
19
  import { IContainerRuntimeBase } from '@fluidframework/runtime-definitions/internal';
@@ -22,7 +22,7 @@ import { ICriticalContainerError } from '@fluidframework/container-definitions';
22
22
  import { IDataStore } from '@fluidframework/runtime-definitions/internal';
23
23
  import { IDeltaManager } from '@fluidframework/container-definitions/internal';
24
24
  import { IDisposable } from '@fluidframework/core-interfaces';
25
- import { IDocumentMessage } from '@fluidframework/protocol-definitions';
25
+ import { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
26
26
  import { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';
27
27
  import { IEnvelope } from '@fluidframework/runtime-definitions/internal';
28
28
  import { IEvent } from '@fluidframework/core-interfaces';
@@ -41,147 +41,36 @@ import { IGarbageCollectionDetailsBase } from '@fluidframework/runtime-definitio
41
41
  import { IGetPendingLocalStateProps } from '@fluidframework/container-definitions/internal';
42
42
  import type { IIdCompressor } from '@fluidframework/id-compressor';
43
43
  import type { IIdCompressorCore } from '@fluidframework/id-compressor/internal';
44
- import { IInboundSignalMessage } from '@fluidframework/runtime-definitions';
44
+ import { IInboundSignalMessage } from '@fluidframework/runtime-definitions/internal';
45
45
  import { IProvideFluidHandleContext } from '@fluidframework/core-interfaces/internal';
46
- import { IQuorumClients } from '@fluidframework/protocol-definitions';
46
+ import { IQuorumClients } from '@fluidframework/driver-definitions';
47
47
  import { IRequest } from '@fluidframework/core-interfaces';
48
48
  import { IResponse } from '@fluidframework/core-interfaces';
49
49
  import { IRuntime } from '@fluidframework/container-definitions/internal';
50
- import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
51
- import { ISignalMessage } from '@fluidframework/protocol-definitions';
50
+ import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions';
51
+ import { ISignalMessage } from '@fluidframework/driver-definitions';
52
52
  import type { ISnapshot } from '@fluidframework/driver-definitions/internal';
53
- import { ISnapshotTree } from '@fluidframework/protocol-definitions';
53
+ import { ISnapshotTree } from '@fluidframework/driver-definitions/internal';
54
54
  import { ISummarizeResult } from '@fluidframework/runtime-definitions/internal';
55
55
  import { ISummarizerNodeWithGC } from '@fluidframework/runtime-definitions/internal';
56
- import { ISummaryAck } from '@fluidframework/protocol-definitions';
57
- import { ISummaryContent } from '@fluidframework/protocol-definitions';
58
- import { ISummaryNack } from '@fluidframework/protocol-definitions';
56
+ import { ISummaryAck } from '@fluidframework/driver-definitions/internal';
57
+ import { ISummaryContent } from '@fluidframework/driver-definitions/internal';
58
+ import { ISummaryNack } from '@fluidframework/driver-definitions/internal';
59
59
  import { ISummaryStats } from '@fluidframework/runtime-definitions/internal';
60
- import { ISummaryTree } from '@fluidframework/protocol-definitions';
60
+ import { ISummaryTree } from '@fluidframework/driver-definitions';
61
61
  import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
62
62
  import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
63
63
  import { ITelemetryContext } from '@fluidframework/runtime-definitions/internal';
64
64
  import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils/internal';
65
- import { MessageType } from '@fluidframework/protocol-definitions';
65
+ import { MessageType } from '@fluidframework/driver-definitions/internal';
66
66
  import { MonitoringContext } from '@fluidframework/telemetry-utils/internal';
67
67
  import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions/internal';
68
68
  import { SummarizeInternalFn } from '@fluidframework/runtime-definitions/internal';
69
69
  import { TypedEventEmitter } from '@fluid-internal/client-utils';
70
70
 
71
- // @internal
72
- export const agentSchedulerId = "_scheduler";
73
-
74
- // @internal
75
- export const AllowInactiveRequestHeaderKey = "allowInactive";
76
-
77
71
  // @alpha
78
72
  export const AllowTombstoneRequestHeaderKey = "allowTombstone";
79
73
 
80
- // @internal
81
- export class ChannelCollection implements IFluidDataStoreChannel, IDisposable {
82
- constructor(baseSnapshot: ISnapshotTree | ISnapshot | undefined, parentContext: IFluidParentContext, baseLogger: ITelemetryBaseLogger, gcNodeUpdated: (props: IGCNodeUpdatedProps) => void, isDataStoreDeleted: (nodePath: string) => boolean, aliasMap: Map<string, string>, provideEntryPoint: (runtime: ChannelCollection) => Promise<FluidObject>);
83
- // (undocumented)
84
- get aliases(): ReadonlyMap<string, string>;
85
- // (undocumented)
86
- protected applyStashedChannelChannelOp(envelope: IEnvelope): Promise<unknown>;
87
- // (undocumented)
88
- applyStashedOp(content: unknown): Promise<unknown>;
89
- // (undocumented)
90
- readonly attachOpFiredForDataStore: Set<string>;
91
- // (undocumented)
92
- protected readonly baseSnapshot: ISnapshotTree | ISnapshot | undefined;
93
- // (undocumented)
94
- readonly containerLoadStats: {
95
- readonly containerLoadDataStoreCount: number;
96
- readonly referencedDataStoreCount: number;
97
- };
98
- // (undocumented)
99
- protected readonly contexts: DataStoreContexts;
100
- // (undocumented)
101
- protected createContext<T extends LocalFluidDataStoreContext>(id: string, pkg: Readonly<string[]>, contextCtor: new (props: ILocalDetachedFluidDataStoreContextProps) => T, createProps?: any, loadingGroupId?: string): T;
102
- // (undocumented)
103
- createDataStoreContext(pkg: Readonly<string[]>, props?: any, loadingGroupId?: string): IFluidDataStoreContextInternal;
104
- protected createDataStoreId(): string;
105
- // (undocumented)
106
- createDetachedDataStore(pkg: Readonly<string[]>, loadingGroupId?: string): IFluidDataStoreContextDetached;
107
- // (undocumented)
108
- deleteChild(dataStoreId: string): void;
109
- deleteSweepReadyNodes(sweepReadyDataStoreRoutes: readonly string[]): readonly string[];
110
- // (undocumented)
111
- readonly dispose: () => void;
112
- // (undocumented)
113
- get disposed(): boolean;
114
- // (undocumented)
115
- readonly entryPoint: IFluidHandleInternal<FluidObject>;
116
- getAttachSummary(telemetryContext?: ITelemetryContext): ISummaryTreeWithStats;
117
- getDataStoreIfAvailable(id: string, requestHeaderData: RuntimeHeaderData): Promise<IFluidDataStoreContextInternal | undefined>;
118
- getDataStorePackagePath(nodePath: string): Promise<readonly string[] | undefined>;
119
- getGCData(fullGC?: boolean): Promise<IGarbageCollectionData>;
120
- getGCNodeType(nodePath: string): GCNodeType | undefined;
121
- // (undocumented)
122
- internalId(maybeAlias: string): string;
123
- makeVisibleAndAttachGraph(): void;
124
- // (undocumented)
125
- protected readonly mc: MonitoringContext;
126
- // (undocumented)
127
- readonly parentContext: IFluidParentContext;
128
- // (undocumented)
129
- get pendingAliases(): Map<string, Promise<AliasResult>>;
130
- // (undocumented)
131
- process(message: ISequencedDocumentMessage, local: boolean, localMessageMetadata: unknown, addedOutboundReference?: (fromNodePath: string, toNodePath: string) => void): void;
132
- // (undocumented)
133
- processAliasMessageCore(internalId: string, alias: string): boolean;
134
- // (undocumented)
135
- protected processChannelOp(address: string, message: ISequencedDocumentMessage, local: boolean, localMessageMetadata: unknown): void;
136
- // (undocumented)
137
- processSignal(messageArg: IInboundSignalMessage, local: boolean): void;
138
- // (undocumented)
139
- request(request: IRequest): Promise<IResponse>;
140
- // (undocumented)
141
- reSubmit(type: string, content: any, localOpMetadata: unknown): void;
142
- // (undocumented)
143
- protected reSubmitChannelOp(type: string, content: any, localOpMetadata: unknown): void;
144
- // (undocumented)
145
- rollback(type: string, content: any, localOpMetadata: unknown): void;
146
- // (undocumented)
147
- setAttachState(attachState: AttachState.Attaching | AttachState.Attached): void;
148
- // (undocumented)
149
- setConnectionState(connected: boolean, clientId?: string): void;
150
- // (undocumented)
151
- get size(): number;
152
- // (undocumented)
153
- protected submitAttachChannelOp(localContext: LocalFluidDataStoreContext): void;
154
- // (undocumented)
155
- summarize(fullTree: boolean, trackState: boolean, telemetryContext?: ITelemetryContext): Promise<ISummaryTreeWithStats>;
156
- updateStateBeforeGC(): Promise<void>;
157
- updateTombstonedRoutes(tombstonedRoutes: readonly string[]): void;
158
- updateUsedRoutes(usedRoutes: readonly string[]): void;
159
- // (undocumented)
160
- waitIfPendingAlias(maybeAlias: string): Promise<AliasResult>;
161
- // (undocumented)
162
- protected wrapContextForInnerChannel(id: string): IFluidParentContext;
163
- }
164
-
165
- // @internal (undocumented)
166
- export class ChannelCollectionFactory<T extends ChannelCollection = ChannelCollection> implements IFluidDataStoreFactory {
167
- constructor(registryEntries: NamedFluidDataStoreRegistryEntries, provideEntryPoint: (runtime: IFluidDataStoreChannel) => Promise<FluidObject>, ctor: (...args: ConstructorParameters<typeof ChannelCollection>) => T);
168
- // (undocumented)
169
- get IFluidDataStoreFactory(): this;
170
- // (undocumented)
171
- IFluidDataStoreRegistry: IFluidDataStoreRegistry;
172
- // (undocumented)
173
- instantiateDataStore(context: IFluidDataStoreContext, _existing: boolean): Promise<IFluidDataStoreChannel>;
174
- // (undocumented)
175
- readonly type = "ChannelCollectionChannel";
176
- }
177
-
178
- // @internal
179
- export type CompatModeBehavior =
180
- /** Ignore the op. It won't be persisted if this client summarizes */
181
- "Ignore"
182
- /** Fail processing immediately. (The container will close) */
183
- | "FailToProcess";
184
-
185
74
  // @alpha
186
75
  export enum CompressionAlgorithms {
187
76
  // (undocumented)
@@ -358,55 +247,15 @@ export class ContainerRuntime extends TypedEventEmitter<IContainerRuntimeEvents
358
247
  uploadBlob(blob: ArrayBufferLike, signal?: AbortSignal): Promise<IFluidHandleInternal<ArrayBufferLike>>;
359
248
  }
360
249
 
361
- // @internal @deprecated
362
- export interface ContainerRuntimeMessage {
363
- compatDetails?: IContainerRuntimeMessageCompatDetails;
364
- contents: any;
365
- type: ContainerMessageType;
366
- }
367
-
368
250
  // @alpha
369
251
  export const currentDocumentVersionSchema = 1;
370
252
 
371
- // @internal (undocumented)
372
- export class DataStoreContexts implements Iterable<[string, FluidDataStoreContext]>, IDisposable {
373
- // (undocumented)
374
- [Symbol.iterator](): Iterator<[string, FluidDataStoreContext]>;
375
- constructor(baseLogger: ITelemetryBaseLogger);
376
- addBoundOrRemoted(context: FluidDataStoreContext): void;
377
- addUnbound(context: LocalFluidDataStoreContext): void;
378
- bind(id: string): void;
379
- // (undocumented)
380
- delete(id: string): boolean;
381
- // (undocumented)
382
- readonly dispose: () => void;
383
- // (undocumented)
384
- get disposed(): boolean;
385
- // (undocumented)
386
- get(id: string): FluidDataStoreContext | undefined;
387
- getBoundOrRemoted(id: string, wait: boolean): Promise<FluidDataStoreContext | undefined>;
388
- // (undocumented)
389
- getRecentlyDeletedContext(id: string): FluidDataStoreContext | undefined;
390
- getUnbound(id: string): LocalFluidDataStoreContext | undefined;
391
- // (undocumented)
392
- has(id: string): boolean;
393
- // (undocumented)
394
- isNotBound(id: string): boolean;
395
- // (undocumented)
396
- notBoundLength(): number;
397
- // (undocumented)
398
- get size(): number;
399
- }
400
-
401
253
  // @alpha (undocumented)
402
254
  export const DefaultSummaryConfiguration: ISummaryConfiguration;
403
255
 
404
256
  // @alpha
405
257
  export const DeletedResponseHeaderKey = "wasDeleted";
406
258
 
407
- // @internal
408
- export function detectOutboundReferences(address: string, contents: unknown, addedOutboundReference: (fromNodePath: string, toNodePath: string) => void): void;
409
-
410
259
  // @alpha (undocumented)
411
260
  export const disabledCompressionConfig: ICompressionRuntimeOptions;
412
261
 
@@ -437,154 +286,6 @@ export type EnqueueSummarizeResult = (ISummarizeResults & {
437
286
  readonly overridden?: undefined;
438
287
  };
439
288
 
440
- // @internal
441
- export abstract class FluidDataStoreContext extends TypedEventEmitter<IFluidDataStoreContextEvents> implements IFluidDataStoreContextInternal, IFluidParentContext, IDisposable {
442
- constructor(props: IFluidDataStoreContextProps, existing: boolean, isLocalDataStore: boolean, makeLocallyVisibleFn: () => void);
443
- // @deprecated (undocumented)
444
- addedGCOutboundReference(srcHandle: IFluidHandleInternal, outboundHandle: IFluidHandleInternal): void;
445
- addedGCOutboundRoute(fromPath: string, toPath: string): void;
446
- // (undocumented)
447
- applyStashedOp(contents: any): Promise<unknown>;
448
- // (undocumented)
449
- get attachState(): AttachState;
450
- // (undocumented)
451
- protected _attachState: AttachState;
452
- // (undocumented)
453
- get baseLogger(): ITelemetryBaseLogger;
454
- // (undocumented)
455
- get baseSnapshot(): ISnapshotTree | undefined;
456
- // (undocumented)
457
- protected _baseSnapshot: ISnapshotTree | undefined;
458
- // (undocumented)
459
- protected bindRuntime(channel: IFluidDataStoreChannel, existing: boolean): Promise<void>;
460
- // (undocumented)
461
- protected channel: IFluidDataStoreChannel | undefined;
462
- // (undocumented)
463
- protected channelP: Promise<IFluidDataStoreChannel> | undefined;
464
- // (undocumented)
465
- get clientDetails(): IClientDetails;
466
- // (undocumented)
467
- get clientId(): string | undefined;
468
- // (undocumented)
469
- protected completeBindingRuntime(channel: IFluidDataStoreChannel): void;
470
- // (undocumented)
471
- get connected(): boolean;
472
- // (undocumented)
473
- get containerRuntime(): IContainerRuntimeBase;
474
- delete(): void;
475
- // (undocumented)
476
- deleteChildSummarizerNode(id: string): void;
477
- protected deleted: boolean;
478
- // (undocumented)
479
- get deltaManager(): IDeltaManager<ISequencedDocumentMessage, IDocumentMessage>;
480
- // (undocumented)
481
- protected detachedRuntimeCreation: boolean;
482
- // (undocumented)
483
- dispose(): void;
484
- // (undocumented)
485
- get disposed(): boolean;
486
- // (undocumented)
487
- ensureNoDataModelChanges<T>(callback: () => T): T;
488
- // (undocumented)
489
- protected factoryFromPackagePath(): Promise<IFluidDataStoreFactory>;
490
- readonly gcThrowOnTombstoneUsage: boolean;
491
- // (undocumented)
492
- readonly gcTombstoneEnforcementAllowed: boolean;
493
- // (undocumented)
494
- getAbsoluteUrl(relativeUrl: string): Promise<string | undefined>;
495
- abstract getAttachData(includeGCData: boolean, telemetryContext?: ITelemetryContext): {
496
- attachSummary: ISummaryTreeWithStats;
497
- type: string;
498
- };
499
- // (undocumented)
500
- getAudience(): IAudience;
501
- // @deprecated (undocumented)
502
- getBaseGCDetails(): Promise<IGarbageCollectionDetailsBase>;
503
- // (undocumented)
504
- getCreateChildSummarizerNodeFn(id: string, createParam: CreateChildSummarizerNodeParam): (summarizeInternal: SummarizeInternalFn, getGCDataFn: (fullGC?: boolean) => Promise<IGarbageCollectionData>) => ISummarizerNodeWithGC;
505
- getGCData(fullGC?: boolean): Promise<IGarbageCollectionData>;
506
- // (undocumented)
507
- abstract getInitialSnapshotDetails(): Promise<ISnapshotDetails>;
508
- // (undocumented)
509
- getQuorum(): IQuorumClients;
510
- // (undocumented)
511
- readonly id: string;
512
- // (undocumented)
513
- get idCompressor(): IIdCompressor | undefined;
514
- protected identifyLocalChangeInSummarizer(eventName: string, type?: string): void;
515
- // (undocumented)
516
- get IFluidDataStoreRegistry(): IFluidDataStoreRegistry | undefined;
517
- // (undocumented)
518
- get IFluidHandleContext(): IFluidHandleContext;
519
- protected isInMemoryRoot(): boolean;
520
- // (undocumented)
521
- get isLoaded(): boolean;
522
- // (undocumented)
523
- readonly isLocalDataStore: boolean;
524
- isRoot(aliasedDataStores?: Set<string>): Promise<boolean>;
525
- // (undocumented)
526
- readonly loadingGroupId: string | undefined;
527
- makeLocallyVisible(): void;
528
- // (undocumented)
529
- protected readonly mc: MonitoringContext;
530
- // (undocumented)
531
- get options(): Record<string | number, any>;
532
- // (undocumented)
533
- get packagePath(): readonly string[];
534
- // (undocumented)
535
- protected pending: ISequencedDocumentMessage[] | undefined;
536
- // (undocumented)
537
- protected pkg?: readonly string[];
538
- // (undocumented)
539
- process(message: ISequencedDocumentMessage, local: boolean, localOpMetadata: unknown): void;
540
- // (undocumented)
541
- protected processPendingOps(channel: IFluidDataStoreChannel): void;
542
- // (undocumented)
543
- processSignal(message: IInboundSignalMessage, local: boolean): void;
544
- // (undocumented)
545
- realize(): Promise<IFluidDataStoreChannel>;
546
- // (undocumented)
547
- protected registry: IFluidDataStoreRegistry | undefined;
548
- // @deprecated (undocumented)
549
- request(request: IRequest): Promise<IResponse>;
550
- // (undocumented)
551
- reSubmit(type: string, contents: any, localOpMetadata: unknown): void;
552
- // (undocumented)
553
- rollback(type: string, contents: any, localOpMetadata: unknown): void;
554
- // (undocumented)
555
- readonly scope: FluidObject;
556
- // (undocumented)
557
- abstract setAttachState(attachState: AttachState.Attaching | AttachState.Attached): void;
558
- setChannelDirty(address: string): void;
559
- setConnectionState(connected: boolean, clientId?: string): void;
560
- // @deprecated (undocumented)
561
- setInMemoryRoot(): void;
562
- // (undocumented)
563
- setTombstone(tombstone: boolean): void;
564
- // (undocumented)
565
- readonly storage: IDocumentStorageService;
566
- // (undocumented)
567
- submitMessage(type: string, content: any, localOpMetadata: unknown): void;
568
- submitSignal(type: string, content: unknown, targetClientId?: string): void;
569
- summarize(fullTree?: boolean, trackState?: boolean, telemetryContext?: ITelemetryContext): Promise<ISummarizeResult>;
570
- // (undocumented)
571
- protected readonly summarizerNode: ISummarizerNodeWithGC;
572
- // (undocumented)
573
- get tombstoned(): boolean;
574
- updateUsedRoutes(usedRoutes: string[]): void;
575
- // (undocumented)
576
- uploadBlob(blob: ArrayBufferLike, signal?: AbortSignal): Promise<IFluidHandleInternal<ArrayBufferLike>>;
577
- }
578
-
579
- // @internal (undocumented)
580
- export class FluidDataStoreRegistry implements IFluidDataStoreRegistry {
581
- constructor(namedEntries: NamedFluidDataStoreRegistryEntries);
582
- // (undocumented)
583
- get(name: string): Promise<FluidDataStoreRegistryEntry | undefined>;
584
- // (undocumented)
585
- get IFluidDataStoreRegistry(): this;
586
- }
587
-
588
289
  // @alpha (undocumented)
589
290
  export type GCFeatureMatrix = {
590
291
  gcGeneration?: number;
@@ -661,20 +362,6 @@ export interface ICancellationToken<T> {
661
362
  readonly waitCancelled: Promise<T>;
662
363
  }
663
364
 
664
- // @internal (undocumented)
665
- export interface IChunkedOp {
666
- // (undocumented)
667
- chunkId: number;
668
- // (undocumented)
669
- contents: string;
670
- // (undocumented)
671
- originalCompression?: string;
672
- // (undocumented)
673
- originalMetadata?: Record<string, unknown>;
674
- // (undocumented)
675
- totalChunks: number;
676
- }
677
-
678
365
  // @alpha
679
366
  export interface IClientSummaryWatcher extends IDisposable {
680
367
  // (undocumented)
@@ -701,11 +388,6 @@ export interface IConnectableRuntime {
701
388
  once(event: "connected" | "disconnected" | "dispose", listener: () => void): this;
702
389
  }
703
390
 
704
- // @internal
705
- export interface IContainerRuntimeMessageCompatDetails {
706
- behavior: CompatModeBehavior;
707
- }
708
-
709
391
  // @alpha (undocumented)
710
392
  export interface IContainerRuntimeMetadata extends ICreateContainerMetadata, IGCMetadata {
711
393
  readonly disableIsolatedChannels?: true;
@@ -813,45 +495,6 @@ export interface IFluidDataStoreAttributes2 extends OmitAttributesVersions<IFlui
813
495
  readonly summaryFormatVersion: 2;
814
496
  }
815
497
 
816
- // @internal (undocumented)
817
- export interface IFluidDataStoreContextEvents extends IEvent {
818
- // (undocumented)
819
- (event: "attaching" | "attached", listener: () => void): any;
820
- }
821
-
822
- // @internal
823
- export interface IFluidDataStoreContextInternal extends IFluidDataStoreContext {
824
- // (undocumented)
825
- getAttachData(includeGCData: boolean, telemetryContext?: ITelemetryContext): {
826
- attachSummary: ISummaryTreeWithStats;
827
- type: string;
828
- };
829
- // (undocumented)
830
- getInitialSnapshotDetails(): Promise<ISnapshotDetails>;
831
- // (undocumented)
832
- isRoot(): Promise<boolean>;
833
- // (undocumented)
834
- realize(): Promise<IFluidDataStoreChannel>;
835
- }
836
-
837
- // @internal
838
- export interface IFluidDataStoreContextProps {
839
- // (undocumented)
840
- readonly createSummarizerNodeFn: CreateChildSummarizerNodeFn;
841
- // (undocumented)
842
- readonly id: string;
843
- // (undocumented)
844
- readonly loadingGroupId?: string;
845
- // (undocumented)
846
- readonly parentContext: IFluidParentContext;
847
- // (undocumented)
848
- readonly pkg?: Readonly<string[]>;
849
- // (undocumented)
850
- readonly scope: FluidObject;
851
- // (undocumented)
852
- readonly storage: IDocumentStorageService;
853
- }
854
-
855
498
  // @alpha
856
499
  export interface IGCMetadata {
857
500
  readonly gcFeature?: GCVersion;
@@ -862,19 +505,6 @@ export interface IGCMetadata {
862
505
  readonly tombstoneTimeoutMs?: number;
863
506
  }
864
507
 
865
- // @internal
866
- export interface IGCNodeUpdatedProps {
867
- headerData?: RuntimeHeaderData;
868
- node: {
869
- type: (typeof GCNodeType)["DataStore" | "Blob"];
870
- path: string;
871
- };
872
- packagePath?: readonly string[];
873
- reason: "Loaded" | "Changed";
874
- request?: IRequest;
875
- timestampMs?: number;
876
- }
877
-
878
508
  // @alpha (undocumented)
879
509
  export interface IGCRuntimeOptions {
880
510
  [key: string]: any;
@@ -900,7 +530,6 @@ export interface IGeneratedSummaryStats extends ISummaryStats {
900
530
 
901
531
  // @alpha
902
532
  export interface IGenerateSummaryTreeResult extends Omit<IBaseSummarizeResult, "stage"> {
903
- readonly forcedFullTree: boolean;
904
533
  readonly generateDuration: number;
905
534
  // (undocumented)
906
535
  readonly stage: "generate";
@@ -908,24 +537,6 @@ export interface IGenerateSummaryTreeResult extends Omit<IBaseSummarizeResult, "
908
537
  readonly summaryTree: ISummaryTree;
909
538
  }
910
539
 
911
- // @internal
912
- export interface ILocalDetachedFluidDataStoreContextProps extends ILocalFluidDataStoreContextProps {
913
- // (undocumented)
914
- readonly channelToDataStoreFn: (channel: IFluidDataStoreChannel) => IDataStore;
915
- }
916
-
917
- // @internal
918
- export interface ILocalFluidDataStoreContextProps extends IFluidDataStoreContextProps {
919
- // @deprecated (undocumented)
920
- readonly createProps?: any;
921
- // (undocumented)
922
- readonly makeLocallyVisibleFn: () => void;
923
- // (undocumented)
924
- readonly pkg: Readonly<string[]> | undefined;
925
- // (undocumented)
926
- readonly snapshotTree: ISnapshotTree | undefined;
927
- }
928
-
929
540
  // @alpha
930
541
  export interface IMarkPhaseStats {
931
542
  attachmentBlobCount: number;
@@ -977,21 +588,6 @@ export interface ISerializedElection {
977
588
  readonly electionSequenceNumber: number;
978
589
  }
979
590
 
980
- // @internal (undocumented)
981
- export interface ISnapshotDetails {
982
- // (undocumented)
983
- isRootDataStore: boolean;
984
- // (undocumented)
985
- pkg: readonly string[];
986
- // (undocumented)
987
- sequenceNumber?: number;
988
- // (undocumented)
989
- snapshot?: ISnapshotTree;
990
- }
991
-
992
- // @internal @deprecated (undocumented)
993
- export function isRuntimeMessage(message: ISequencedDocumentMessage): boolean;
994
-
995
591
  // @alpha
996
592
  export interface ISubmitSummaryOpResult extends Omit<IUploadSummaryResult, "stage" | "error"> {
997
593
  readonly clientSequenceNumber: number;
@@ -1074,14 +670,6 @@ export interface ISummarizerRuntime extends IConnectableRuntime {
1074
670
  readonly summarizerClientId: string | undefined;
1075
671
  }
1076
672
 
1077
- // @internal (undocumented)
1078
- export interface ISummarizingWarning extends ContainerWarning {
1079
- // (undocumented)
1080
- readonly errorType: "summarizingError";
1081
- // (undocumented)
1082
- readonly logged: boolean;
1083
- }
1084
-
1085
673
  // @alpha
1086
674
  export interface ISummary {
1087
675
  // (undocumented)
@@ -1191,31 +779,6 @@ export interface IUploadSummaryResult extends Omit<IGenerateSummaryTreeResult, "
1191
779
  readonly uploadDuration: number;
1192
780
  }
1193
781
 
1194
- // @internal
1195
- export class LocalFluidDataStoreContext extends LocalFluidDataStoreContextBase {
1196
- constructor(props: ILocalFluidDataStoreContextProps);
1197
- }
1198
-
1199
- // @internal
1200
- export class LocalFluidDataStoreContextBase extends FluidDataStoreContext {
1201
- constructor(props: ILocalFluidDataStoreContextProps);
1202
- // @deprecated (undocumented)
1203
- readonly createProps?: any;
1204
- delete(): void;
1205
- // (undocumented)
1206
- getAttachData(includeGCData: boolean, telemetryContext?: ITelemetryContext): {
1207
- attachSummary: ISummaryTreeWithStats;
1208
- type: string;
1209
- };
1210
- // (undocumented)
1211
- getInitialSnapshotDetails(): Promise<ISnapshotDetails>;
1212
- // (undocumented)
1213
- setAttachState(attachState: AttachState.Attaching | AttachState.Attached): void;
1214
- }
1215
-
1216
- // @internal
1217
- export const neverCancelledSummaryToken: ISummaryCancellationToken;
1218
-
1219
782
  // @alpha @deprecated (undocumented)
1220
783
  export type OmitAttributesVersions<T> = Omit<T, "snapshotFormatVersion" | "summaryFormatVersion">;
1221
784
 
@@ -1228,29 +791,6 @@ export type OpActionEventName = MessageType.Summarize | MessageType.SummaryAck |
1228
791
  // @alpha @deprecated
1229
792
  export type ReadFluidDataStoreAttributes = IFluidDataStoreAttributes0 | IFluidDataStoreAttributes1 | IFluidDataStoreAttributes2;
1230
793
 
1231
- // @internal
1232
- export interface RecentlyAddedContainerRuntimeMessageDetails {
1233
- compatDetails: IContainerRuntimeMessageCompatDetails;
1234
- }
1235
-
1236
- // @internal
1237
- export interface RuntimeHeaderData {
1238
- // (undocumented)
1239
- allowInactive?: boolean;
1240
- // (undocumented)
1241
- allowTombstone?: boolean;
1242
- // (undocumented)
1243
- viaHandle?: boolean;
1244
- // (undocumented)
1245
- wait?: boolean;
1246
- }
1247
-
1248
- // @internal
1249
- export enum RuntimeHeaders {
1250
- viaHandle = "viaHandle",
1251
- wait = "wait"
1252
- }
1253
-
1254
794
  // @alpha
1255
795
  export interface SubmitSummaryFailureData {
1256
796
  // (undocumented)
@@ -1352,15 +892,6 @@ export type SummaryStage = SubmitSummaryResult["stage"] | "unknown";
1352
892
  // @alpha
1353
893
  export const TombstoneResponseHeaderKey = "isTombstoned";
1354
894
 
1355
- // @internal
1356
- export interface UnknownContainerRuntimeMessage extends Partial<RecentlyAddedContainerRuntimeMessageDetails> {
1357
- contents: unknown;
1358
- type: "__unknown_container_message_type__never_use_as_value__";
1359
- }
1360
-
1361
- // @internal
1362
- export function unpackRuntimeMessage(message: ISequencedDocumentMessage): boolean;
1363
-
1364
895
  // (No @packageDocumentation comment for this package)
1365
896
 
1366
897
  ```