@fluidframework/container-runtime 2.0.0-internal.7.2.2 → 2.0.0-internal.7.4.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 (302) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +1 -2
  3. package/api-extractor-lint.json +13 -0
  4. package/api-extractor.json +9 -1
  5. package/api-report/container-runtime.api.md +124 -107
  6. package/dist/batchTracker.d.ts +1 -0
  7. package/dist/batchTracker.d.ts.map +1 -1
  8. package/dist/blobManager.d.ts +4 -4
  9. package/dist/blobManager.d.ts.map +1 -1
  10. package/dist/blobManager.js.map +1 -1
  11. package/dist/connectionTelemetry.js +1 -1
  12. package/dist/connectionTelemetry.js.map +1 -1
  13. package/dist/container-runtime-alpha.d.ts +1473 -0
  14. package/dist/container-runtime-beta.d.ts +300 -0
  15. package/dist/container-runtime-public.d.ts +300 -0
  16. package/dist/container-runtime-untrimmed.d.ts +1836 -0
  17. package/dist/containerRuntime.d.ts +34 -40
  18. package/dist/containerRuntime.d.ts.map +1 -1
  19. package/dist/containerRuntime.js +79 -67
  20. package/dist/containerRuntime.js.map +1 -1
  21. package/dist/dataStoreRegistry.d.ts +1 -1
  22. package/dist/dataStoreRegistry.js +1 -1
  23. package/dist/dataStoreRegistry.js.map +1 -1
  24. package/dist/dataStores.d.ts +10 -15
  25. package/dist/dataStores.d.ts.map +1 -1
  26. package/dist/dataStores.js +77 -40
  27. package/dist/dataStores.js.map +1 -1
  28. package/dist/gc/garbageCollection.d.ts +41 -13
  29. package/dist/gc/garbageCollection.d.ts.map +1 -1
  30. package/dist/gc/garbageCollection.js +215 -78
  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 +34 -37
  34. package/dist/gc/gcConfigs.js.map +1 -1
  35. package/dist/gc/gcDefinitions.d.ts +121 -46
  36. package/dist/gc/gcDefinitions.d.ts.map +1 -1
  37. package/dist/gc/gcDefinitions.js +26 -18
  38. package/dist/gc/gcDefinitions.js.map +1 -1
  39. package/dist/gc/gcHelpers.d.ts +18 -25
  40. package/dist/gc/gcHelpers.d.ts.map +1 -1
  41. package/dist/gc/gcHelpers.js +29 -45
  42. package/dist/gc/gcHelpers.js.map +1 -1
  43. package/dist/gc/gcTelemetry.d.ts +0 -5
  44. package/dist/gc/gcTelemetry.d.ts.map +1 -1
  45. package/dist/gc/gcTelemetry.js +14 -42
  46. package/dist/gc/gcTelemetry.js.map +1 -1
  47. package/dist/gc/gcUnreferencedStateTracker.d.ts +11 -5
  48. package/dist/gc/gcUnreferencedStateTracker.d.ts.map +1 -1
  49. package/dist/gc/gcUnreferencedStateTracker.js +43 -19
  50. package/dist/gc/gcUnreferencedStateTracker.js.map +1 -1
  51. package/dist/gc/index.d.ts +1 -1
  52. package/dist/gc/index.d.ts.map +1 -1
  53. package/dist/gc/index.js +4 -5
  54. package/dist/gc/index.js.map +1 -1
  55. package/dist/index.d.ts +14 -2
  56. package/dist/index.d.ts.map +1 -1
  57. package/dist/index.js +16 -5
  58. package/dist/index.js.map +1 -1
  59. package/dist/messageTypes.d.ts +16 -11
  60. package/dist/messageTypes.d.ts.map +1 -1
  61. package/dist/messageTypes.js +6 -1
  62. package/dist/messageTypes.js.map +1 -1
  63. package/dist/metadata.d.ts +6 -0
  64. package/dist/metadata.d.ts.map +1 -1
  65. package/dist/metadata.js.map +1 -1
  66. package/dist/opLifecycle/definitions.d.ts +1 -1
  67. package/dist/opLifecycle/definitions.js.map +1 -1
  68. package/dist/opLifecycle/opGroupingManager.d.ts.map +1 -1
  69. package/dist/opLifecycle/opGroupingManager.js +10 -1
  70. package/dist/opLifecycle/opGroupingManager.js.map +1 -1
  71. package/dist/opLifecycle/outbox.d.ts +2 -0
  72. package/dist/opLifecycle/outbox.d.ts.map +1 -1
  73. package/dist/opLifecycle/outbox.js +21 -0
  74. package/dist/opLifecycle/outbox.js.map +1 -1
  75. package/dist/packageVersion.d.ts +1 -1
  76. package/dist/packageVersion.js +1 -1
  77. package/dist/packageVersion.js.map +1 -1
  78. package/dist/pendingStateManager.d.ts +1 -1
  79. package/dist/pendingStateManager.d.ts.map +1 -1
  80. package/dist/pendingStateManager.js +2 -11
  81. package/dist/pendingStateManager.js.map +1 -1
  82. package/dist/scheduleManager.d.ts +1 -0
  83. package/dist/scheduleManager.d.ts.map +1 -1
  84. package/dist/summary/orderedClientElection.d.ts +1 -1
  85. package/dist/summary/orderedClientElection.js.map +1 -1
  86. package/dist/summary/runWhileConnectedCoordinator.d.ts +2 -2
  87. package/dist/summary/runWhileConnectedCoordinator.js +1 -1
  88. package/dist/summary/runWhileConnectedCoordinator.js.map +1 -1
  89. package/dist/summary/summarizer.d.ts +1 -1
  90. package/dist/summary/summarizer.js +1 -1
  91. package/dist/summary/summarizer.js.map +1 -1
  92. package/dist/summary/summarizerTypes.d.ts +30 -30
  93. package/dist/summary/summarizerTypes.js.map +1 -1
  94. package/dist/summary/summaryCollection.d.ts +10 -10
  95. package/dist/summary/summaryCollection.js +1 -1
  96. package/dist/summary/summaryCollection.js.map +1 -1
  97. package/dist/summary/summaryFormat.d.ts +3 -3
  98. package/dist/summary/summaryFormat.js.map +1 -1
  99. package/dist/tsdoc-metadata.json +1 -1
  100. package/lib/batchTracker.d.ts +1 -0
  101. package/lib/batchTracker.d.ts.map +1 -1
  102. package/lib/blobManager.d.ts +4 -4
  103. package/lib/blobManager.d.ts.map +1 -1
  104. package/lib/blobManager.js.map +1 -1
  105. package/lib/connectionTelemetry.js +1 -1
  106. package/lib/connectionTelemetry.js.map +1 -1
  107. package/lib/container-runtime-alpha.d.ts +1473 -0
  108. package/lib/container-runtime-beta.d.ts +300 -0
  109. package/lib/container-runtime-public.d.ts +300 -0
  110. package/lib/container-runtime-untrimmed.d.ts +1836 -0
  111. package/lib/containerRuntime.d.ts +34 -40
  112. package/lib/containerRuntime.d.ts.map +1 -1
  113. package/lib/containerRuntime.js +81 -69
  114. package/lib/containerRuntime.js.map +1 -1
  115. package/lib/dataStoreRegistry.d.ts +1 -1
  116. package/lib/dataStoreRegistry.js +1 -1
  117. package/lib/dataStoreRegistry.js.map +1 -1
  118. package/lib/dataStores.d.ts +10 -15
  119. package/lib/dataStores.d.ts.map +1 -1
  120. package/lib/dataStores.js +80 -43
  121. package/lib/dataStores.js.map +1 -1
  122. package/lib/gc/garbageCollection.d.ts +41 -13
  123. package/lib/gc/garbageCollection.d.ts.map +1 -1
  124. package/lib/gc/garbageCollection.js +217 -80
  125. package/lib/gc/garbageCollection.js.map +1 -1
  126. package/lib/gc/gcConfigs.d.ts.map +1 -1
  127. package/lib/gc/gcConfigs.js +37 -40
  128. package/lib/gc/gcConfigs.js.map +1 -1
  129. package/lib/gc/gcDefinitions.d.ts +121 -46
  130. package/lib/gc/gcDefinitions.d.ts.map +1 -1
  131. package/lib/gc/gcDefinitions.js +25 -17
  132. package/lib/gc/gcDefinitions.js.map +1 -1
  133. package/lib/gc/gcHelpers.d.ts +18 -25
  134. package/lib/gc/gcHelpers.d.ts.map +1 -1
  135. package/lib/gc/gcHelpers.js +27 -43
  136. package/lib/gc/gcHelpers.js.map +1 -1
  137. package/lib/gc/gcTelemetry.d.ts +0 -5
  138. package/lib/gc/gcTelemetry.d.ts.map +1 -1
  139. package/lib/gc/gcTelemetry.js +15 -43
  140. package/lib/gc/gcTelemetry.js.map +1 -1
  141. package/lib/gc/gcUnreferencedStateTracker.d.ts +11 -5
  142. package/lib/gc/gcUnreferencedStateTracker.d.ts.map +1 -1
  143. package/lib/gc/gcUnreferencedStateTracker.js +43 -19
  144. package/lib/gc/gcUnreferencedStateTracker.js.map +1 -1
  145. package/lib/gc/index.d.ts +1 -1
  146. package/lib/gc/index.d.ts.map +1 -1
  147. package/lib/gc/index.js +1 -1
  148. package/lib/gc/index.js.map +1 -1
  149. package/lib/index.d.ts +14 -2
  150. package/lib/index.d.ts.map +1 -1
  151. package/lib/index.js +15 -1
  152. package/lib/index.js.map +1 -1
  153. package/lib/messageTypes.d.ts +16 -11
  154. package/lib/messageTypes.d.ts.map +1 -1
  155. package/lib/messageTypes.js +6 -1
  156. package/lib/messageTypes.js.map +1 -1
  157. package/lib/metadata.d.ts +6 -0
  158. package/lib/metadata.d.ts.map +1 -1
  159. package/lib/metadata.js.map +1 -1
  160. package/lib/opLifecycle/definitions.d.ts +1 -1
  161. package/lib/opLifecycle/definitions.js.map +1 -1
  162. package/lib/opLifecycle/opGroupingManager.d.ts.map +1 -1
  163. package/lib/opLifecycle/opGroupingManager.js +10 -1
  164. package/lib/opLifecycle/opGroupingManager.js.map +1 -1
  165. package/lib/opLifecycle/outbox.d.ts +2 -0
  166. package/lib/opLifecycle/outbox.d.ts.map +1 -1
  167. package/lib/opLifecycle/outbox.js +21 -0
  168. package/lib/opLifecycle/outbox.js.map +1 -1
  169. package/lib/packageVersion.d.ts +1 -1
  170. package/lib/packageVersion.js +1 -1
  171. package/lib/packageVersion.js.map +1 -1
  172. package/lib/pendingStateManager.d.ts +1 -1
  173. package/lib/pendingStateManager.d.ts.map +1 -1
  174. package/lib/pendingStateManager.js +2 -11
  175. package/lib/pendingStateManager.js.map +1 -1
  176. package/lib/scheduleManager.d.ts +1 -0
  177. package/lib/scheduleManager.d.ts.map +1 -1
  178. package/lib/summary/orderedClientElection.d.ts +1 -1
  179. package/lib/summary/orderedClientElection.js.map +1 -1
  180. package/lib/summary/runWhileConnectedCoordinator.d.ts +2 -2
  181. package/lib/summary/runWhileConnectedCoordinator.js +1 -1
  182. package/lib/summary/runWhileConnectedCoordinator.js.map +1 -1
  183. package/lib/summary/summarizer.d.ts +1 -1
  184. package/lib/summary/summarizer.js +1 -1
  185. package/lib/summary/summarizer.js.map +1 -1
  186. package/lib/summary/summarizerTypes.d.ts +30 -30
  187. package/lib/summary/summarizerTypes.js.map +1 -1
  188. package/lib/summary/summaryCollection.d.ts +10 -10
  189. package/lib/summary/summaryCollection.js +1 -1
  190. package/lib/summary/summaryCollection.js.map +1 -1
  191. package/lib/summary/summaryFormat.d.ts +3 -3
  192. package/lib/summary/summaryFormat.js.map +1 -1
  193. package/package.json +56 -29
  194. package/src/blobManager.ts +5 -5
  195. package/src/connectionTelemetry.ts +1 -1
  196. package/src/containerRuntime.ts +113 -90
  197. package/src/dataStoreRegistry.ts +1 -1
  198. package/src/dataStores.ts +140 -69
  199. package/src/gc/garbageCollection.md +14 -15
  200. package/src/gc/garbageCollection.ts +256 -96
  201. package/src/gc/gcConfigs.ts +50 -52
  202. package/src/gc/gcDefinitions.ts +137 -52
  203. package/src/gc/gcHelpers.ts +31 -52
  204. package/src/gc/gcTelemetry.ts +16 -57
  205. package/src/gc/gcUnreferencedStateTracker.ts +61 -22
  206. package/src/gc/index.ts +6 -4
  207. package/src/index.ts +19 -1
  208. package/src/messageTypes.ts +21 -11
  209. package/src/metadata.ts +7 -0
  210. package/src/opLifecycle/definitions.ts +1 -1
  211. package/src/opLifecycle/opGroupingManager.ts +10 -1
  212. package/src/opLifecycle/outbox.ts +34 -0
  213. package/src/packageVersion.ts +1 -1
  214. package/src/pendingStateManager.ts +3 -13
  215. package/src/summary/orderedClientElection.ts +1 -1
  216. package/src/summary/runWhileConnectedCoordinator.ts +2 -2
  217. package/src/summary/summarizer.ts +1 -1
  218. package/src/summary/summarizerTypes.ts +30 -30
  219. package/src/summary/summaryCollection.ts +10 -10
  220. package/src/summary/summaryFormat.ts +3 -3
  221. package/dist/id-compressor/appendOnlySortedMap.d.ts +0 -124
  222. package/dist/id-compressor/appendOnlySortedMap.d.ts.map +0 -1
  223. package/dist/id-compressor/appendOnlySortedMap.js +0 -318
  224. package/dist/id-compressor/appendOnlySortedMap.js.map +0 -1
  225. package/dist/id-compressor/finalSpace.d.ts +0 -29
  226. package/dist/id-compressor/finalSpace.d.ts.map +0 -1
  227. package/dist/id-compressor/finalSpace.js +0 -62
  228. package/dist/id-compressor/finalSpace.js.map +0 -1
  229. package/dist/id-compressor/idCompressor.d.ts +0 -54
  230. package/dist/id-compressor/idCompressor.d.ts.map +0 -1
  231. package/dist/id-compressor/idCompressor.js +0 -495
  232. package/dist/id-compressor/idCompressor.js.map +0 -1
  233. package/dist/id-compressor/identifiers.d.ts +0 -32
  234. package/dist/id-compressor/identifiers.d.ts.map +0 -1
  235. package/dist/id-compressor/identifiers.js +0 -15
  236. package/dist/id-compressor/identifiers.js.map +0 -1
  237. package/dist/id-compressor/index.d.ts +0 -13
  238. package/dist/id-compressor/index.d.ts.map +0 -1
  239. package/dist/id-compressor/index.js +0 -32
  240. package/dist/id-compressor/index.js.map +0 -1
  241. package/dist/id-compressor/persistanceUtilities.d.ts +0 -22
  242. package/dist/id-compressor/persistanceUtilities.d.ts.map +0 -1
  243. package/dist/id-compressor/persistanceUtilities.js +0 -43
  244. package/dist/id-compressor/persistanceUtilities.js.map +0 -1
  245. package/dist/id-compressor/sessionSpaceNormalizer.d.ts +0 -46
  246. package/dist/id-compressor/sessionSpaceNormalizer.d.ts.map +0 -1
  247. package/dist/id-compressor/sessionSpaceNormalizer.js +0 -80
  248. package/dist/id-compressor/sessionSpaceNormalizer.js.map +0 -1
  249. package/dist/id-compressor/sessions.d.ts +0 -115
  250. package/dist/id-compressor/sessions.d.ts.map +0 -1
  251. package/dist/id-compressor/sessions.js +0 -305
  252. package/dist/id-compressor/sessions.js.map +0 -1
  253. package/dist/id-compressor/utilities.d.ts +0 -52
  254. package/dist/id-compressor/utilities.d.ts.map +0 -1
  255. package/dist/id-compressor/utilities.js +0 -169
  256. package/dist/id-compressor/utilities.js.map +0 -1
  257. package/lib/id-compressor/appendOnlySortedMap.d.ts +0 -124
  258. package/lib/id-compressor/appendOnlySortedMap.d.ts.map +0 -1
  259. package/lib/id-compressor/appendOnlySortedMap.js +0 -314
  260. package/lib/id-compressor/appendOnlySortedMap.js.map +0 -1
  261. package/lib/id-compressor/finalSpace.d.ts +0 -29
  262. package/lib/id-compressor/finalSpace.d.ts.map +0 -1
  263. package/lib/id-compressor/finalSpace.js +0 -58
  264. package/lib/id-compressor/finalSpace.js.map +0 -1
  265. package/lib/id-compressor/idCompressor.d.ts +0 -54
  266. package/lib/id-compressor/idCompressor.d.ts.map +0 -1
  267. package/lib/id-compressor/idCompressor.js +0 -491
  268. package/lib/id-compressor/idCompressor.js.map +0 -1
  269. package/lib/id-compressor/identifiers.d.ts +0 -32
  270. package/lib/id-compressor/identifiers.d.ts.map +0 -1
  271. package/lib/id-compressor/identifiers.js +0 -11
  272. package/lib/id-compressor/identifiers.js.map +0 -1
  273. package/lib/id-compressor/index.d.ts +0 -13
  274. package/lib/id-compressor/index.d.ts.map +0 -1
  275. package/lib/id-compressor/index.js +0 -13
  276. package/lib/id-compressor/index.js.map +0 -1
  277. package/lib/id-compressor/persistanceUtilities.d.ts +0 -22
  278. package/lib/id-compressor/persistanceUtilities.d.ts.map +0 -1
  279. package/lib/id-compressor/persistanceUtilities.js +0 -34
  280. package/lib/id-compressor/persistanceUtilities.js.map +0 -1
  281. package/lib/id-compressor/sessionSpaceNormalizer.d.ts +0 -46
  282. package/lib/id-compressor/sessionSpaceNormalizer.d.ts.map +0 -1
  283. package/lib/id-compressor/sessionSpaceNormalizer.js +0 -76
  284. package/lib/id-compressor/sessionSpaceNormalizer.js.map +0 -1
  285. package/lib/id-compressor/sessions.d.ts +0 -115
  286. package/lib/id-compressor/sessions.d.ts.map +0 -1
  287. package/lib/id-compressor/sessions.js +0 -290
  288. package/lib/id-compressor/sessions.js.map +0 -1
  289. package/lib/id-compressor/utilities.d.ts +0 -52
  290. package/lib/id-compressor/utilities.d.ts.map +0 -1
  291. package/lib/id-compressor/utilities.js +0 -151
  292. package/lib/id-compressor/utilities.js.map +0 -1
  293. package/src/id-compressor/README.md +0 -3
  294. package/src/id-compressor/appendOnlySortedMap.ts +0 -366
  295. package/src/id-compressor/finalSpace.ts +0 -67
  296. package/src/id-compressor/idCompressor.ts +0 -630
  297. package/src/id-compressor/identifiers.ts +0 -42
  298. package/src/id-compressor/index.ts +0 -26
  299. package/src/id-compressor/persistanceUtilities.ts +0 -58
  300. package/src/id-compressor/sessionSpaceNormalizer.ts +0 -83
  301. package/src/id-compressor/sessions.ts +0 -405
  302. package/src/id-compressor/utilities.ts +0 -190
@@ -0,0 +1,300 @@
1
+ import { assertIsStableId } from '@fluidframework/id-compressor';
2
+ import { AttachState } from '@fluidframework/container-definitions';
3
+ import { ContainerWarning } from '@fluidframework/container-definitions';
4
+ import { FluidDataStoreRegistryEntry } from '@fluidframework/runtime-definitions';
5
+ import { FluidObject } from '@fluidframework/core-interfaces';
6
+ import { FlushMode } from '@fluidframework/runtime-definitions';
7
+ import { generateStableId } from '@fluidframework/id-compressor';
8
+ import { IAudience } from '@fluidframework/container-definitions';
9
+ import { IClientDetails } from '@fluidframework/protocol-definitions';
10
+ import { IContainerContext } from '@fluidframework/container-definitions';
11
+ import { IContainerRuntime } from '@fluidframework/container-runtime-definitions';
12
+ import { IContainerRuntimeEvents } from '@fluidframework/container-runtime-definitions';
13
+ import { ICriticalContainerError } from '@fluidframework/container-definitions';
14
+ import { IDataStore } from '@fluidframework/runtime-definitions';
15
+ import { IDeltaManager } from '@fluidframework/container-definitions';
16
+ import { IDisposable } from '@fluidframework/core-interfaces';
17
+ import { IDocumentMessage } from '@fluidframework/protocol-definitions';
18
+ import { IDocumentStorageService } from '@fluidframework/driver-definitions';
19
+ import { IEvent } from '@fluidframework/core-interfaces';
20
+ import { IEventProvider } from '@fluidframework/core-interfaces';
21
+ import { IFluidDataStoreContextDetached } from '@fluidframework/runtime-definitions';
22
+ import { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
23
+ import { IFluidHandle } from '@fluidframework/core-interfaces';
24
+ import { IFluidHandleContext } from '@fluidframework/core-interfaces';
25
+ import { IFluidRouter } from '@fluidframework/core-interfaces';
26
+ import { IGarbageCollectionData } from '@fluidframework/runtime-definitions';
27
+ import { IGetPendingLocalStateProps } from '@fluidframework/container-definitions';
28
+ import type { IIdCompressor } from '@fluidframework/id-compressor';
29
+ import type { IIdCompressorCore } from '@fluidframework/id-compressor';
30
+ import { ILoader } from '@fluidframework/container-definitions';
31
+ import { ILoaderOptions } from '@fluidframework/container-definitions';
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 { isStableId } from '@fluidframework/id-compressor';
40
+ import { ISummaryAck } from '@fluidframework/protocol-definitions';
41
+ import { ISummaryContent } from '@fluidframework/protocol-definitions';
42
+ import { ISummaryNack } from '@fluidframework/protocol-definitions';
43
+ import { ISummaryStats } from '@fluidframework/runtime-definitions';
44
+ import { ISummaryTree } from '@fluidframework/protocol-definitions';
45
+ import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
46
+ import { ITelemetryContext } from '@fluidframework/runtime-definitions';
47
+ import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
48
+ import { MessageType } from '@fluidframework/protocol-definitions';
49
+ import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions';
50
+ import { TypedEventEmitter } from '@fluid-internal/client-utils';
51
+
52
+ /* Excluded from this release type: agentSchedulerId */
53
+
54
+ /* Excluded from this release type: AllowInactiveRequestHeaderKey */
55
+
56
+ /* Excluded from this release type: AllowTombstoneRequestHeaderKey */
57
+
58
+ /* Excluded from this release type: assertIsStableId */
59
+
60
+ /* Excluded from this release type: AttachState */
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: DefaultSummaryConfiguration */
75
+
76
+ /* Excluded from this release type: EnqueueSummarizeResult */
77
+
78
+ /* Excluded from this release type: FluidDataStoreRegistry */
79
+
80
+ /* Excluded from this release type: FluidDataStoreRegistryEntry */
81
+
82
+ /* Excluded from this release type: FluidObject */
83
+
84
+ /* Excluded from this release type: FlushMode */
85
+
86
+ /* Excluded from this release type: GCFeatureMatrix */
87
+
88
+ /* Excluded from this release type: GCNodeType */
89
+
90
+ /* Excluded from this release type: GCVersion */
91
+
92
+ /* Excluded from this release type: generateStableId */
93
+
94
+ /* Excluded from this release type: IAckedSummary */
95
+
96
+ /* Excluded from this release type: IAckSummaryResult */
97
+
98
+ /* Excluded from this release type: IAudience */
99
+
100
+ /* Excluded from this release type: IBaseSummarizeResult */
101
+
102
+ /* Excluded from this release type: IBlobManagerLoadInfo */
103
+
104
+ /* Excluded from this release type: IBroadcastSummaryResult */
105
+
106
+ /* Excluded from this release type: ICancellableSummarizerController */
107
+
108
+ /* Excluded from this release type: ICancellationToken */
109
+
110
+ /* Excluded from this release type: IChunkedOp */
111
+
112
+ /* Excluded from this release type: IClientSummaryWatcher */
113
+
114
+ /* Excluded from this release type: ICompressionRuntimeOptions */
115
+
116
+ /* Excluded from this release type: IConnectableRuntime */
117
+
118
+ /* Excluded from this release type: IContainerContext */
119
+
120
+ /* Excluded from this release type: IContainerRuntime */
121
+
122
+ /* Excluded from this release type: IContainerRuntimeEvents */
123
+
124
+ /* Excluded from this release type: IContainerRuntimeMessageCompatDetails */
125
+
126
+ /* Excluded from this release type: IContainerRuntimeMetadata */
127
+
128
+ /* Excluded from this release type: IContainerRuntimeOptions */
129
+
130
+ /* Excluded from this release type: ICreateContainerMetadata */
131
+
132
+ /* Excluded from this release type: ICriticalContainerError */
133
+
134
+ /* Excluded from this release type: IDataStore */
135
+
136
+ /* Excluded from this release type: IDeltaManager */
137
+
138
+ /* Excluded from this release type: IDisposable */
139
+
140
+ /* Excluded from this release type: IDocumentStorageService */
141
+
142
+ /* Excluded from this release type: IEnqueueSummarizeOptions */
143
+
144
+ /* Excluded from this release type: IEvent */
145
+
146
+ /* Excluded from this release type: IEventProvider */
147
+
148
+ /* Excluded from this release type: IFluidDataStoreContextDetached */
149
+
150
+ /* Excluded from this release type: IFluidDataStoreRegistry */
151
+
152
+ /* Excluded from this release type: IFluidHandle */
153
+
154
+ /* Excluded from this release type: IFluidHandleContext */
155
+
156
+ /* Excluded from this release type: IFluidRouter */
157
+
158
+ /* Excluded from this release type: IGarbageCollectionData */
159
+
160
+ /* Excluded from this release type: IGCMetadata */
161
+
162
+ /* Excluded from this release type: IGCRuntimeOptions */
163
+
164
+ /* Excluded from this release type: IGCStats */
165
+
166
+ /* Excluded from this release type: IGeneratedSummaryStats */
167
+
168
+ /* Excluded from this release type: IGenerateSummaryTreeResult */
169
+
170
+ /* Excluded from this release type: IGetPendingLocalStateProps */
171
+
172
+ /* Excluded from this release type: IIdCompressor */
173
+
174
+ /* Excluded from this release type: IIdCompressorCore */
175
+
176
+ /* Excluded from this release type: ILoader */
177
+
178
+ /* Excluded from this release type: ILoaderOptions */
179
+
180
+ /* Excluded from this release type: IMarkPhaseStats */
181
+
182
+ /* Excluded from this release type: INackSummaryResult */
183
+
184
+ /* Excluded from this release type: InactiveResponseHeaderKey */
185
+
186
+ /* Excluded from this release type: IOnDemandSummarizeOptions */
187
+
188
+ /* Excluded from this release type: IProvideFluidHandleContext */
189
+
190
+ /* Excluded from this release type: IRefreshSummaryAckOptions */
191
+
192
+ /* Excluded from this release type: IRequest */
193
+
194
+ /* Excluded from this release type: IResponse */
195
+
196
+ /* Excluded from this release type: IRetriableFailureResult */
197
+
198
+ /* Excluded from this release type: IRuntime */
199
+
200
+ /* Excluded from this release type: ISerializedElection */
201
+
202
+ /* Excluded from this release type: isRuntimeMessage */
203
+
204
+ /* Excluded from this release type: isStableId */
205
+
206
+ /* Excluded from this release type: ISubmitSummaryOpResult */
207
+
208
+ /* Excluded from this release type: ISubmitSummaryOptions */
209
+
210
+ /* Excluded from this release type: ISummarizeEventProps */
211
+
212
+ /* Excluded from this release type: ISummarizeOptions */
213
+
214
+ /* Excluded from this release type: ISummarizer */
215
+
216
+ /* Excluded from this release type: ISummarizeResults */
217
+
218
+ /* Excluded from this release type: ISummarizerEvents */
219
+
220
+ /* Excluded from this release type: ISummarizerInternalsProvider */
221
+
222
+ /* Excluded from this release type: ISummarizerRuntime */
223
+
224
+ /* Excluded from this release type: ISummarizingWarning */
225
+
226
+ /* Excluded from this release type: ISummary */
227
+
228
+ /* Excluded from this release type: ISummaryAckMessage */
229
+
230
+ /* Excluded from this release type: ISummaryBaseConfiguration */
231
+
232
+ /* Excluded from this release type: ISummaryCancellationToken */
233
+
234
+ /* Excluded from this release type: ISummaryCollectionOpEvents */
235
+
236
+ /* Excluded from this release type: ISummaryConfiguration */
237
+
238
+ /* Excluded from this release type: ISummaryConfigurationDisableHeuristics */
239
+
240
+ /* Excluded from this release type: ISummaryConfigurationDisableSummarizer */
241
+
242
+ /* Excluded from this release type: ISummaryConfigurationHeuristics */
243
+
244
+ /* Excluded from this release type: ISummaryMetadataMessage */
245
+
246
+ /* Excluded from this release type: ISummaryNackMessage */
247
+
248
+ /* Excluded from this release type: ISummaryOpMessage */
249
+
250
+ /* Excluded from this release type: ISummaryRuntimeOptions */
251
+
252
+ /* Excluded from this release type: ISummaryStats */
253
+
254
+ /* Excluded from this release type: ISummaryTreeWithStats */
255
+
256
+ /* Excluded from this release type: ISweepPhaseStats */
257
+
258
+ /* Excluded from this release type: ITelemetryContext */
259
+
260
+ /* Excluded from this release type: ITelemetryLoggerExt */
261
+
262
+ /* Excluded from this release type: IUploadSummaryResult */
263
+
264
+ /* Excluded from this release type: NamedFluidDataStoreRegistryEntries */
265
+
266
+ /* Excluded from this release type: neverCancelledSummaryToken */
267
+
268
+ /* Excluded from this release type: OpActionEventListener */
269
+
270
+ /* Excluded from this release type: OpActionEventName */
271
+
272
+ /* Excluded from this release type: RecentlyAddedContainerRuntimeMessageDetails */
273
+
274
+ /* Excluded from this release type: RuntimeHeaders */
275
+
276
+ /* Excluded from this release type: RuntimeMessage */
277
+
278
+ /* Excluded from this release type: SubmitSummaryFailureData */
279
+
280
+ /* Excluded from this release type: SubmitSummaryResult */
281
+
282
+ /* Excluded from this release type: Summarizer */
283
+
284
+ /* Excluded from this release type: SummarizeResultPart */
285
+
286
+ /* Excluded from this release type: SummarizerStopReason */
287
+
288
+ /* Excluded from this release type: SummaryCollection */
289
+
290
+ /* Excluded from this release type: SummaryStage */
291
+
292
+ /* Excluded from this release type: TEST_requestSummarizer */
293
+
294
+ /* Excluded from this release type: TombstoneResponseHeaderKey */
295
+
296
+ /* Excluded from this release type: TypedEventEmitter */
297
+
298
+ /* Excluded from this release type: unpackRuntimeMessage */
299
+
300
+ export { }
@@ -0,0 +1,300 @@
1
+ import { assertIsStableId } from '@fluidframework/id-compressor';
2
+ import { AttachState } from '@fluidframework/container-definitions';
3
+ import { ContainerWarning } from '@fluidframework/container-definitions';
4
+ import { FluidDataStoreRegistryEntry } from '@fluidframework/runtime-definitions';
5
+ import { FluidObject } from '@fluidframework/core-interfaces';
6
+ import { FlushMode } from '@fluidframework/runtime-definitions';
7
+ import { generateStableId } from '@fluidframework/id-compressor';
8
+ import { IAudience } from '@fluidframework/container-definitions';
9
+ import { IClientDetails } from '@fluidframework/protocol-definitions';
10
+ import { IContainerContext } from '@fluidframework/container-definitions';
11
+ import { IContainerRuntime } from '@fluidframework/container-runtime-definitions';
12
+ import { IContainerRuntimeEvents } from '@fluidframework/container-runtime-definitions';
13
+ import { ICriticalContainerError } from '@fluidframework/container-definitions';
14
+ import { IDataStore } from '@fluidframework/runtime-definitions';
15
+ import { IDeltaManager } from '@fluidframework/container-definitions';
16
+ import { IDisposable } from '@fluidframework/core-interfaces';
17
+ import { IDocumentMessage } from '@fluidframework/protocol-definitions';
18
+ import { IDocumentStorageService } from '@fluidframework/driver-definitions';
19
+ import { IEvent } from '@fluidframework/core-interfaces';
20
+ import { IEventProvider } from '@fluidframework/core-interfaces';
21
+ import { IFluidDataStoreContextDetached } from '@fluidframework/runtime-definitions';
22
+ import { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
23
+ import { IFluidHandle } from '@fluidframework/core-interfaces';
24
+ import { IFluidHandleContext } from '@fluidframework/core-interfaces';
25
+ import { IFluidRouter } from '@fluidframework/core-interfaces';
26
+ import { IGarbageCollectionData } from '@fluidframework/runtime-definitions';
27
+ import { IGetPendingLocalStateProps } from '@fluidframework/container-definitions';
28
+ import type { IIdCompressor } from '@fluidframework/id-compressor';
29
+ import type { IIdCompressorCore } from '@fluidframework/id-compressor';
30
+ import { ILoader } from '@fluidframework/container-definitions';
31
+ import { ILoaderOptions } from '@fluidframework/container-definitions';
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 { isStableId } from '@fluidframework/id-compressor';
40
+ import { ISummaryAck } from '@fluidframework/protocol-definitions';
41
+ import { ISummaryContent } from '@fluidframework/protocol-definitions';
42
+ import { ISummaryNack } from '@fluidframework/protocol-definitions';
43
+ import { ISummaryStats } from '@fluidframework/runtime-definitions';
44
+ import { ISummaryTree } from '@fluidframework/protocol-definitions';
45
+ import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
46
+ import { ITelemetryContext } from '@fluidframework/runtime-definitions';
47
+ import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
48
+ import { MessageType } from '@fluidframework/protocol-definitions';
49
+ import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions';
50
+ import { TypedEventEmitter } from '@fluid-internal/client-utils';
51
+
52
+ /* Excluded from this release type: agentSchedulerId */
53
+
54
+ /* Excluded from this release type: AllowInactiveRequestHeaderKey */
55
+
56
+ /* Excluded from this release type: AllowTombstoneRequestHeaderKey */
57
+
58
+ /* Excluded from this release type: assertIsStableId */
59
+
60
+ /* Excluded from this release type: AttachState */
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: DefaultSummaryConfiguration */
75
+
76
+ /* Excluded from this release type: EnqueueSummarizeResult */
77
+
78
+ /* Excluded from this release type: FluidDataStoreRegistry */
79
+
80
+ /* Excluded from this release type: FluidDataStoreRegistryEntry */
81
+
82
+ /* Excluded from this release type: FluidObject */
83
+
84
+ /* Excluded from this release type: FlushMode */
85
+
86
+ /* Excluded from this release type: GCFeatureMatrix */
87
+
88
+ /* Excluded from this release type: GCNodeType */
89
+
90
+ /* Excluded from this release type: GCVersion */
91
+
92
+ /* Excluded from this release type: generateStableId */
93
+
94
+ /* Excluded from this release type: IAckedSummary */
95
+
96
+ /* Excluded from this release type: IAckSummaryResult */
97
+
98
+ /* Excluded from this release type: IAudience */
99
+
100
+ /* Excluded from this release type: IBaseSummarizeResult */
101
+
102
+ /* Excluded from this release type: IBlobManagerLoadInfo */
103
+
104
+ /* Excluded from this release type: IBroadcastSummaryResult */
105
+
106
+ /* Excluded from this release type: ICancellableSummarizerController */
107
+
108
+ /* Excluded from this release type: ICancellationToken */
109
+
110
+ /* Excluded from this release type: IChunkedOp */
111
+
112
+ /* Excluded from this release type: IClientSummaryWatcher */
113
+
114
+ /* Excluded from this release type: ICompressionRuntimeOptions */
115
+
116
+ /* Excluded from this release type: IConnectableRuntime */
117
+
118
+ /* Excluded from this release type: IContainerContext */
119
+
120
+ /* Excluded from this release type: IContainerRuntime */
121
+
122
+ /* Excluded from this release type: IContainerRuntimeEvents */
123
+
124
+ /* Excluded from this release type: IContainerRuntimeMessageCompatDetails */
125
+
126
+ /* Excluded from this release type: IContainerRuntimeMetadata */
127
+
128
+ /* Excluded from this release type: IContainerRuntimeOptions */
129
+
130
+ /* Excluded from this release type: ICreateContainerMetadata */
131
+
132
+ /* Excluded from this release type: ICriticalContainerError */
133
+
134
+ /* Excluded from this release type: IDataStore */
135
+
136
+ /* Excluded from this release type: IDeltaManager */
137
+
138
+ /* Excluded from this release type: IDisposable */
139
+
140
+ /* Excluded from this release type: IDocumentStorageService */
141
+
142
+ /* Excluded from this release type: IEnqueueSummarizeOptions */
143
+
144
+ /* Excluded from this release type: IEvent */
145
+
146
+ /* Excluded from this release type: IEventProvider */
147
+
148
+ /* Excluded from this release type: IFluidDataStoreContextDetached */
149
+
150
+ /* Excluded from this release type: IFluidDataStoreRegistry */
151
+
152
+ /* Excluded from this release type: IFluidHandle */
153
+
154
+ /* Excluded from this release type: IFluidHandleContext */
155
+
156
+ /* Excluded from this release type: IFluidRouter */
157
+
158
+ /* Excluded from this release type: IGarbageCollectionData */
159
+
160
+ /* Excluded from this release type: IGCMetadata */
161
+
162
+ /* Excluded from this release type: IGCRuntimeOptions */
163
+
164
+ /* Excluded from this release type: IGCStats */
165
+
166
+ /* Excluded from this release type: IGeneratedSummaryStats */
167
+
168
+ /* Excluded from this release type: IGenerateSummaryTreeResult */
169
+
170
+ /* Excluded from this release type: IGetPendingLocalStateProps */
171
+
172
+ /* Excluded from this release type: IIdCompressor */
173
+
174
+ /* Excluded from this release type: IIdCompressorCore */
175
+
176
+ /* Excluded from this release type: ILoader */
177
+
178
+ /* Excluded from this release type: ILoaderOptions */
179
+
180
+ /* Excluded from this release type: IMarkPhaseStats */
181
+
182
+ /* Excluded from this release type: INackSummaryResult */
183
+
184
+ /* Excluded from this release type: InactiveResponseHeaderKey */
185
+
186
+ /* Excluded from this release type: IOnDemandSummarizeOptions */
187
+
188
+ /* Excluded from this release type: IProvideFluidHandleContext */
189
+
190
+ /* Excluded from this release type: IRefreshSummaryAckOptions */
191
+
192
+ /* Excluded from this release type: IRequest */
193
+
194
+ /* Excluded from this release type: IResponse */
195
+
196
+ /* Excluded from this release type: IRetriableFailureResult */
197
+
198
+ /* Excluded from this release type: IRuntime */
199
+
200
+ /* Excluded from this release type: ISerializedElection */
201
+
202
+ /* Excluded from this release type: isRuntimeMessage */
203
+
204
+ /* Excluded from this release type: isStableId */
205
+
206
+ /* Excluded from this release type: ISubmitSummaryOpResult */
207
+
208
+ /* Excluded from this release type: ISubmitSummaryOptions */
209
+
210
+ /* Excluded from this release type: ISummarizeEventProps */
211
+
212
+ /* Excluded from this release type: ISummarizeOptions */
213
+
214
+ /* Excluded from this release type: ISummarizer */
215
+
216
+ /* Excluded from this release type: ISummarizeResults */
217
+
218
+ /* Excluded from this release type: ISummarizerEvents */
219
+
220
+ /* Excluded from this release type: ISummarizerInternalsProvider */
221
+
222
+ /* Excluded from this release type: ISummarizerRuntime */
223
+
224
+ /* Excluded from this release type: ISummarizingWarning */
225
+
226
+ /* Excluded from this release type: ISummary */
227
+
228
+ /* Excluded from this release type: ISummaryAckMessage */
229
+
230
+ /* Excluded from this release type: ISummaryBaseConfiguration */
231
+
232
+ /* Excluded from this release type: ISummaryCancellationToken */
233
+
234
+ /* Excluded from this release type: ISummaryCollectionOpEvents */
235
+
236
+ /* Excluded from this release type: ISummaryConfiguration */
237
+
238
+ /* Excluded from this release type: ISummaryConfigurationDisableHeuristics */
239
+
240
+ /* Excluded from this release type: ISummaryConfigurationDisableSummarizer */
241
+
242
+ /* Excluded from this release type: ISummaryConfigurationHeuristics */
243
+
244
+ /* Excluded from this release type: ISummaryMetadataMessage */
245
+
246
+ /* Excluded from this release type: ISummaryNackMessage */
247
+
248
+ /* Excluded from this release type: ISummaryOpMessage */
249
+
250
+ /* Excluded from this release type: ISummaryRuntimeOptions */
251
+
252
+ /* Excluded from this release type: ISummaryStats */
253
+
254
+ /* Excluded from this release type: ISummaryTreeWithStats */
255
+
256
+ /* Excluded from this release type: ISweepPhaseStats */
257
+
258
+ /* Excluded from this release type: ITelemetryContext */
259
+
260
+ /* Excluded from this release type: ITelemetryLoggerExt */
261
+
262
+ /* Excluded from this release type: IUploadSummaryResult */
263
+
264
+ /* Excluded from this release type: NamedFluidDataStoreRegistryEntries */
265
+
266
+ /* Excluded from this release type: neverCancelledSummaryToken */
267
+
268
+ /* Excluded from this release type: OpActionEventListener */
269
+
270
+ /* Excluded from this release type: OpActionEventName */
271
+
272
+ /* Excluded from this release type: RecentlyAddedContainerRuntimeMessageDetails */
273
+
274
+ /* Excluded from this release type: RuntimeHeaders */
275
+
276
+ /* Excluded from this release type: RuntimeMessage */
277
+
278
+ /* Excluded from this release type: SubmitSummaryFailureData */
279
+
280
+ /* Excluded from this release type: SubmitSummaryResult */
281
+
282
+ /* Excluded from this release type: Summarizer */
283
+
284
+ /* Excluded from this release type: SummarizeResultPart */
285
+
286
+ /* Excluded from this release type: SummarizerStopReason */
287
+
288
+ /* Excluded from this release type: SummaryCollection */
289
+
290
+ /* Excluded from this release type: SummaryStage */
291
+
292
+ /* Excluded from this release type: TEST_requestSummarizer */
293
+
294
+ /* Excluded from this release type: TombstoneResponseHeaderKey */
295
+
296
+ /* Excluded from this release type: TypedEventEmitter */
297
+
298
+ /* Excluded from this release type: unpackRuntimeMessage */
299
+
300
+ export { }