@fluidframework/container-runtime 2.0.0-internal.7.3.0 → 2.0.0-internal.7.4.1

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 (264) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/api-extractor-lint.json +13 -0
  3. package/api-extractor.json +9 -1
  4. package/api-report/container-runtime.api.md +124 -107
  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 +1473 -0
  9. package/dist/container-runtime-beta.d.ts +300 -0
  10. package/dist/container-runtime-public.d.ts +300 -0
  11. package/dist/container-runtime-untrimmed.d.ts +1836 -0
  12. package/dist/containerRuntime.d.ts +30 -30
  13. package/dist/containerRuntime.d.ts.map +1 -1
  14. package/dist/containerRuntime.js +62 -40
  15. package/dist/containerRuntime.js.map +1 -1
  16. package/dist/dataStoreRegistry.d.ts +1 -1
  17. package/dist/dataStoreRegistry.js +1 -1
  18. package/dist/dataStoreRegistry.js.map +1 -1
  19. package/dist/dataStores.d.ts +10 -15
  20. package/dist/dataStores.d.ts.map +1 -1
  21. package/dist/dataStores.js +77 -40
  22. package/dist/dataStores.js.map +1 -1
  23. package/dist/gc/garbageCollection.d.ts +41 -13
  24. package/dist/gc/garbageCollection.d.ts.map +1 -1
  25. package/dist/gc/garbageCollection.js +215 -78
  26. package/dist/gc/garbageCollection.js.map +1 -1
  27. package/dist/gc/gcConfigs.d.ts.map +1 -1
  28. package/dist/gc/gcConfigs.js +34 -37
  29. package/dist/gc/gcConfigs.js.map +1 -1
  30. package/dist/gc/gcDefinitions.d.ts +121 -46
  31. package/dist/gc/gcDefinitions.d.ts.map +1 -1
  32. package/dist/gc/gcDefinitions.js +26 -18
  33. package/dist/gc/gcDefinitions.js.map +1 -1
  34. package/dist/gc/gcHelpers.d.ts +18 -25
  35. package/dist/gc/gcHelpers.d.ts.map +1 -1
  36. package/dist/gc/gcHelpers.js +29 -45
  37. package/dist/gc/gcHelpers.js.map +1 -1
  38. package/dist/gc/gcTelemetry.d.ts +0 -5
  39. package/dist/gc/gcTelemetry.d.ts.map +1 -1
  40. package/dist/gc/gcTelemetry.js +14 -42
  41. package/dist/gc/gcTelemetry.js.map +1 -1
  42. package/dist/gc/gcUnreferencedStateTracker.d.ts +11 -5
  43. package/dist/gc/gcUnreferencedStateTracker.d.ts.map +1 -1
  44. package/dist/gc/gcUnreferencedStateTracker.js +43 -19
  45. package/dist/gc/gcUnreferencedStateTracker.js.map +1 -1
  46. package/dist/gc/index.d.ts +1 -1
  47. package/dist/gc/index.d.ts.map +1 -1
  48. package/dist/gc/index.js +4 -5
  49. package/dist/gc/index.js.map +1 -1
  50. package/dist/index.d.ts +14 -2
  51. package/dist/index.d.ts.map +1 -1
  52. package/dist/index.js +16 -5
  53. package/dist/index.js.map +1 -1
  54. package/dist/messageTypes.d.ts +15 -7
  55. package/dist/messageTypes.d.ts.map +1 -1
  56. package/dist/messageTypes.js +6 -1
  57. package/dist/messageTypes.js.map +1 -1
  58. package/dist/opLifecycle/definitions.d.ts +1 -1
  59. package/dist/opLifecycle/definitions.js.map +1 -1
  60. package/dist/packageVersion.d.ts +1 -1
  61. package/dist/packageVersion.js +1 -1
  62. package/dist/packageVersion.js.map +1 -1
  63. package/dist/pendingStateManager.d.ts +1 -0
  64. package/dist/pendingStateManager.d.ts.map +1 -1
  65. package/dist/pendingStateManager.js +1 -0
  66. package/dist/pendingStateManager.js.map +1 -1
  67. package/dist/summary/orderedClientElection.d.ts +1 -1
  68. package/dist/summary/orderedClientElection.js.map +1 -1
  69. package/dist/summary/runWhileConnectedCoordinator.d.ts +2 -2
  70. package/dist/summary/runWhileConnectedCoordinator.js +1 -1
  71. package/dist/summary/runWhileConnectedCoordinator.js.map +1 -1
  72. package/dist/summary/summarizer.d.ts +1 -1
  73. package/dist/summary/summarizer.js +1 -1
  74. package/dist/summary/summarizer.js.map +1 -1
  75. package/dist/summary/summarizerTypes.d.ts +30 -30
  76. package/dist/summary/summarizerTypes.js.map +1 -1
  77. package/dist/summary/summaryCollection.d.ts +10 -10
  78. package/dist/summary/summaryCollection.js +1 -1
  79. package/dist/summary/summaryCollection.js.map +1 -1
  80. package/dist/summary/summaryFormat.d.ts +3 -3
  81. package/dist/summary/summaryFormat.js.map +1 -1
  82. package/lib/blobManager.d.ts +4 -4
  83. package/lib/blobManager.d.ts.map +1 -1
  84. package/lib/blobManager.js.map +1 -1
  85. package/lib/container-runtime-alpha.d.ts +1473 -0
  86. package/lib/container-runtime-beta.d.ts +300 -0
  87. package/lib/container-runtime-public.d.ts +300 -0
  88. package/lib/container-runtime-untrimmed.d.ts +1836 -0
  89. package/lib/containerRuntime.d.ts +30 -30
  90. package/lib/containerRuntime.d.ts.map +1 -1
  91. package/lib/containerRuntime.js +64 -42
  92. package/lib/containerRuntime.js.map +1 -1
  93. package/lib/dataStoreRegistry.d.ts +1 -1
  94. package/lib/dataStoreRegistry.js +1 -1
  95. package/lib/dataStoreRegistry.js.map +1 -1
  96. package/lib/dataStores.d.ts +10 -15
  97. package/lib/dataStores.d.ts.map +1 -1
  98. package/lib/dataStores.js +80 -43
  99. package/lib/dataStores.js.map +1 -1
  100. package/lib/gc/garbageCollection.d.ts +41 -13
  101. package/lib/gc/garbageCollection.d.ts.map +1 -1
  102. package/lib/gc/garbageCollection.js +217 -80
  103. package/lib/gc/garbageCollection.js.map +1 -1
  104. package/lib/gc/gcConfigs.d.ts.map +1 -1
  105. package/lib/gc/gcConfigs.js +37 -40
  106. package/lib/gc/gcConfigs.js.map +1 -1
  107. package/lib/gc/gcDefinitions.d.ts +121 -46
  108. package/lib/gc/gcDefinitions.d.ts.map +1 -1
  109. package/lib/gc/gcDefinitions.js +25 -17
  110. package/lib/gc/gcDefinitions.js.map +1 -1
  111. package/lib/gc/gcHelpers.d.ts +18 -25
  112. package/lib/gc/gcHelpers.d.ts.map +1 -1
  113. package/lib/gc/gcHelpers.js +27 -43
  114. package/lib/gc/gcHelpers.js.map +1 -1
  115. package/lib/gc/gcTelemetry.d.ts +0 -5
  116. package/lib/gc/gcTelemetry.d.ts.map +1 -1
  117. package/lib/gc/gcTelemetry.js +15 -43
  118. package/lib/gc/gcTelemetry.js.map +1 -1
  119. package/lib/gc/gcUnreferencedStateTracker.d.ts +11 -5
  120. package/lib/gc/gcUnreferencedStateTracker.d.ts.map +1 -1
  121. package/lib/gc/gcUnreferencedStateTracker.js +43 -19
  122. package/lib/gc/gcUnreferencedStateTracker.js.map +1 -1
  123. package/lib/gc/index.d.ts +1 -1
  124. package/lib/gc/index.d.ts.map +1 -1
  125. package/lib/gc/index.js +1 -1
  126. package/lib/gc/index.js.map +1 -1
  127. package/lib/index.d.ts +14 -2
  128. package/lib/index.d.ts.map +1 -1
  129. package/lib/index.js +15 -1
  130. package/lib/index.js.map +1 -1
  131. package/lib/messageTypes.d.ts +15 -7
  132. package/lib/messageTypes.d.ts.map +1 -1
  133. package/lib/messageTypes.js +6 -1
  134. package/lib/messageTypes.js.map +1 -1
  135. package/lib/opLifecycle/definitions.d.ts +1 -1
  136. package/lib/opLifecycle/definitions.js.map +1 -1
  137. package/lib/packageVersion.d.ts +1 -1
  138. package/lib/packageVersion.js +1 -1
  139. package/lib/packageVersion.js.map +1 -1
  140. package/lib/pendingStateManager.d.ts +1 -0
  141. package/lib/pendingStateManager.d.ts.map +1 -1
  142. package/lib/pendingStateManager.js +1 -0
  143. package/lib/pendingStateManager.js.map +1 -1
  144. package/lib/summary/orderedClientElection.d.ts +1 -1
  145. package/lib/summary/orderedClientElection.js.map +1 -1
  146. package/lib/summary/runWhileConnectedCoordinator.d.ts +2 -2
  147. package/lib/summary/runWhileConnectedCoordinator.js +1 -1
  148. package/lib/summary/runWhileConnectedCoordinator.js.map +1 -1
  149. package/lib/summary/summarizer.d.ts +1 -1
  150. package/lib/summary/summarizer.js +1 -1
  151. package/lib/summary/summarizer.js.map +1 -1
  152. package/lib/summary/summarizerTypes.d.ts +30 -30
  153. package/lib/summary/summarizerTypes.js.map +1 -1
  154. package/lib/summary/summaryCollection.d.ts +10 -10
  155. package/lib/summary/summaryCollection.js +1 -1
  156. package/lib/summary/summaryCollection.js.map +1 -1
  157. package/lib/summary/summaryFormat.d.ts +3 -3
  158. package/lib/summary/summaryFormat.js.map +1 -1
  159. package/package.json +42 -19
  160. package/src/blobManager.ts +5 -5
  161. package/src/containerRuntime.ts +86 -56
  162. package/src/dataStoreRegistry.ts +1 -1
  163. package/src/dataStores.ts +140 -69
  164. package/src/gc/garbageCollection.md +14 -15
  165. package/src/gc/garbageCollection.ts +256 -96
  166. package/src/gc/gcConfigs.ts +50 -52
  167. package/src/gc/gcDefinitions.ts +137 -52
  168. package/src/gc/gcHelpers.ts +31 -52
  169. package/src/gc/gcTelemetry.ts +16 -57
  170. package/src/gc/gcUnreferencedStateTracker.ts +61 -22
  171. package/src/gc/index.ts +6 -4
  172. package/src/index.ts +19 -1
  173. package/src/messageTypes.ts +19 -4
  174. package/src/opLifecycle/definitions.ts +1 -1
  175. package/src/packageVersion.ts +1 -1
  176. package/src/pendingStateManager.ts +1 -0
  177. package/src/summary/orderedClientElection.ts +1 -1
  178. package/src/summary/runWhileConnectedCoordinator.ts +2 -2
  179. package/src/summary/summarizer.ts +1 -1
  180. package/src/summary/summarizerTypes.ts +30 -30
  181. package/src/summary/summaryCollection.ts +10 -10
  182. package/src/summary/summaryFormat.ts +3 -3
  183. package/dist/id-compressor/appendOnlySortedMap.d.ts +0 -124
  184. package/dist/id-compressor/appendOnlySortedMap.d.ts.map +0 -1
  185. package/dist/id-compressor/appendOnlySortedMap.js +0 -318
  186. package/dist/id-compressor/appendOnlySortedMap.js.map +0 -1
  187. package/dist/id-compressor/finalSpace.d.ts +0 -29
  188. package/dist/id-compressor/finalSpace.d.ts.map +0 -1
  189. package/dist/id-compressor/finalSpace.js +0 -62
  190. package/dist/id-compressor/finalSpace.js.map +0 -1
  191. package/dist/id-compressor/idCompressor.d.ts +0 -54
  192. package/dist/id-compressor/idCompressor.d.ts.map +0 -1
  193. package/dist/id-compressor/idCompressor.js +0 -495
  194. package/dist/id-compressor/idCompressor.js.map +0 -1
  195. package/dist/id-compressor/identifiers.d.ts +0 -32
  196. package/dist/id-compressor/identifiers.d.ts.map +0 -1
  197. package/dist/id-compressor/identifiers.js +0 -15
  198. package/dist/id-compressor/identifiers.js.map +0 -1
  199. package/dist/id-compressor/index.d.ts +0 -13
  200. package/dist/id-compressor/index.d.ts.map +0 -1
  201. package/dist/id-compressor/index.js +0 -32
  202. package/dist/id-compressor/index.js.map +0 -1
  203. package/dist/id-compressor/persistanceUtilities.d.ts +0 -22
  204. package/dist/id-compressor/persistanceUtilities.d.ts.map +0 -1
  205. package/dist/id-compressor/persistanceUtilities.js +0 -43
  206. package/dist/id-compressor/persistanceUtilities.js.map +0 -1
  207. package/dist/id-compressor/sessionSpaceNormalizer.d.ts +0 -46
  208. package/dist/id-compressor/sessionSpaceNormalizer.d.ts.map +0 -1
  209. package/dist/id-compressor/sessionSpaceNormalizer.js +0 -80
  210. package/dist/id-compressor/sessionSpaceNormalizer.js.map +0 -1
  211. package/dist/id-compressor/sessions.d.ts +0 -115
  212. package/dist/id-compressor/sessions.d.ts.map +0 -1
  213. package/dist/id-compressor/sessions.js +0 -305
  214. package/dist/id-compressor/sessions.js.map +0 -1
  215. package/dist/id-compressor/utilities.d.ts +0 -52
  216. package/dist/id-compressor/utilities.d.ts.map +0 -1
  217. package/dist/id-compressor/utilities.js +0 -169
  218. package/dist/id-compressor/utilities.js.map +0 -1
  219. package/lib/id-compressor/appendOnlySortedMap.d.ts +0 -124
  220. package/lib/id-compressor/appendOnlySortedMap.d.ts.map +0 -1
  221. package/lib/id-compressor/appendOnlySortedMap.js +0 -314
  222. package/lib/id-compressor/appendOnlySortedMap.js.map +0 -1
  223. package/lib/id-compressor/finalSpace.d.ts +0 -29
  224. package/lib/id-compressor/finalSpace.d.ts.map +0 -1
  225. package/lib/id-compressor/finalSpace.js +0 -58
  226. package/lib/id-compressor/finalSpace.js.map +0 -1
  227. package/lib/id-compressor/idCompressor.d.ts +0 -54
  228. package/lib/id-compressor/idCompressor.d.ts.map +0 -1
  229. package/lib/id-compressor/idCompressor.js +0 -491
  230. package/lib/id-compressor/idCompressor.js.map +0 -1
  231. package/lib/id-compressor/identifiers.d.ts +0 -32
  232. package/lib/id-compressor/identifiers.d.ts.map +0 -1
  233. package/lib/id-compressor/identifiers.js +0 -11
  234. package/lib/id-compressor/identifiers.js.map +0 -1
  235. package/lib/id-compressor/index.d.ts +0 -13
  236. package/lib/id-compressor/index.d.ts.map +0 -1
  237. package/lib/id-compressor/index.js +0 -13
  238. package/lib/id-compressor/index.js.map +0 -1
  239. package/lib/id-compressor/persistanceUtilities.d.ts +0 -22
  240. package/lib/id-compressor/persistanceUtilities.d.ts.map +0 -1
  241. package/lib/id-compressor/persistanceUtilities.js +0 -34
  242. package/lib/id-compressor/persistanceUtilities.js.map +0 -1
  243. package/lib/id-compressor/sessionSpaceNormalizer.d.ts +0 -46
  244. package/lib/id-compressor/sessionSpaceNormalizer.d.ts.map +0 -1
  245. package/lib/id-compressor/sessionSpaceNormalizer.js +0 -76
  246. package/lib/id-compressor/sessionSpaceNormalizer.js.map +0 -1
  247. package/lib/id-compressor/sessions.d.ts +0 -115
  248. package/lib/id-compressor/sessions.d.ts.map +0 -1
  249. package/lib/id-compressor/sessions.js +0 -290
  250. package/lib/id-compressor/sessions.js.map +0 -1
  251. package/lib/id-compressor/utilities.d.ts +0 -52
  252. package/lib/id-compressor/utilities.d.ts.map +0 -1
  253. package/lib/id-compressor/utilities.js +0 -151
  254. package/lib/id-compressor/utilities.js.map +0 -1
  255. package/src/id-compressor/README.md +0 -3
  256. package/src/id-compressor/appendOnlySortedMap.ts +0 -366
  257. package/src/id-compressor/finalSpace.ts +0 -67
  258. package/src/id-compressor/idCompressor.ts +0 -630
  259. package/src/id-compressor/identifiers.ts +0 -42
  260. package/src/id-compressor/index.ts +0 -26
  261. package/src/id-compressor/persistanceUtilities.ts +0 -58
  262. package/src/id-compressor/sessionSpaceNormalizer.ts +0 -83
  263. package/src/id-compressor/sessions.ts +0 -405
  264. 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 { }