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