@fluidframework/container-runtime 2.0.0-rc.2.0.2 → 2.0.0-rc.3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/api-report/container-runtime.api.md +471 -52
- package/dist/batchTracker.d.ts +1 -1
- package/dist/batchTracker.d.ts.map +1 -1
- package/dist/batchTracker.js +4 -4
- package/dist/batchTracker.js.map +1 -1
- package/dist/blobManager.d.ts +33 -30
- package/dist/blobManager.d.ts.map +1 -1
- package/dist/blobManager.js +82 -107
- package/dist/blobManager.js.map +1 -1
- package/dist/channelCollection.d.ts +27 -22
- package/dist/channelCollection.d.ts.map +1 -1
- package/dist/channelCollection.js +155 -165
- package/dist/channelCollection.js.map +1 -1
- package/dist/connectionTelemetry.d.ts +3 -3
- package/dist/connectionTelemetry.d.ts.map +1 -1
- package/dist/connectionTelemetry.js +17 -17
- package/dist/connectionTelemetry.js.map +1 -1
- package/dist/containerHandleContext.d.ts.map +1 -1
- package/dist/containerHandleContext.js +2 -2
- package/dist/containerHandleContext.js.map +1 -1
- package/dist/containerRuntime.d.ts +42 -39
- package/dist/containerRuntime.d.ts.map +1 -1
- package/dist/containerRuntime.js +425 -292
- package/dist/containerRuntime.js.map +1 -1
- package/dist/dataStore.d.ts +1 -1
- package/dist/dataStore.d.ts.map +1 -1
- package/dist/dataStore.js +8 -8
- package/dist/dataStore.js.map +1 -1
- package/dist/dataStoreContext.d.ts +58 -19
- package/dist/dataStoreContext.d.ts.map +1 -1
- package/dist/dataStoreContext.js +169 -114
- package/dist/dataStoreContext.js.map +1 -1
- package/dist/dataStoreContexts.d.ts +1 -0
- package/dist/dataStoreContexts.d.ts.map +1 -1
- package/dist/dataStoreContexts.js +12 -11
- package/dist/dataStoreContexts.js.map +1 -1
- package/dist/dataStoreRegistry.d.ts +5 -1
- package/dist/dataStoreRegistry.d.ts.map +1 -1
- package/dist/dataStoreRegistry.js +4 -4
- package/dist/dataStoreRegistry.js.map +1 -1
- package/dist/deltaManagerSummarizerProxy.d.ts +1 -1
- package/dist/deltaManagerSummarizerProxy.d.ts.map +1 -1
- package/dist/deltaManagerSummarizerProxy.js.map +1 -1
- package/dist/deltaScheduler.d.ts +1 -1
- package/dist/deltaScheduler.d.ts.map +1 -1
- package/dist/deltaScheduler.js +6 -6
- package/dist/deltaScheduler.js.map +1 -1
- package/dist/error.d.ts +1 -1
- package/dist/error.d.ts.map +1 -1
- package/dist/error.js +4 -4
- package/dist/error.js.map +1 -1
- package/dist/gc/garbageCollection.d.ts +3 -2
- package/dist/gc/garbageCollection.d.ts.map +1 -1
- package/dist/gc/garbageCollection.js +23 -23
- package/dist/gc/garbageCollection.js.map +1 -1
- package/dist/gc/gcConfigs.d.ts +2 -2
- package/dist/gc/gcConfigs.d.ts.map +1 -1
- package/dist/gc/gcConfigs.js +4 -5
- package/dist/gc/gcConfigs.js.map +1 -1
- package/dist/gc/gcDefinitions.d.ts +4 -5
- package/dist/gc/gcDefinitions.d.ts.map +1 -1
- package/dist/gc/gcDefinitions.js.map +1 -1
- package/dist/gc/gcHelpers.d.ts +5 -1
- package/dist/gc/gcHelpers.d.ts.map +1 -1
- package/dist/gc/gcHelpers.js +21 -12
- package/dist/gc/gcHelpers.js.map +1 -1
- package/dist/gc/gcSummaryStateTracker.d.ts +2 -2
- package/dist/gc/gcSummaryStateTracker.d.ts.map +1 -1
- package/dist/gc/gcSummaryStateTracker.js +11 -11
- package/dist/gc/gcSummaryStateTracker.js.map +1 -1
- package/dist/gc/gcTelemetry.d.ts +2 -1
- package/dist/gc/gcTelemetry.d.ts.map +1 -1
- package/dist/gc/gcTelemetry.js +11 -9
- package/dist/gc/gcTelemetry.js.map +1 -1
- package/dist/gc/gcUnreferencedStateTracker.d.ts.map +1 -1
- package/dist/gc/gcUnreferencedStateTracker.js +6 -6
- package/dist/gc/gcUnreferencedStateTracker.js.map +1 -1
- package/dist/gc/index.d.ts +1 -1
- package/dist/gc/index.d.ts.map +1 -1
- package/dist/gc/index.js +2 -1
- package/dist/gc/index.js.map +1 -1
- package/dist/index.d.ts +5 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +12 -2
- package/dist/index.js.map +1 -1
- package/dist/legacy.d.ts +91 -0
- package/dist/messageTypes.d.ts +11 -5
- package/dist/messageTypes.d.ts.map +1 -1
- package/dist/messageTypes.js +4 -0
- package/dist/messageTypes.js.map +1 -1
- package/dist/opLifecycle/batchManager.d.ts.map +1 -1
- package/dist/opLifecycle/batchManager.js.map +1 -1
- package/dist/opLifecycle/definitions.d.ts +2 -20
- package/dist/opLifecycle/definitions.d.ts.map +1 -1
- package/dist/opLifecycle/definitions.js.map +1 -1
- package/dist/opLifecycle/index.d.ts +3 -3
- package/dist/opLifecycle/index.d.ts.map +1 -1
- package/dist/opLifecycle/index.js +3 -1
- package/dist/opLifecycle/index.js.map +1 -1
- package/dist/opLifecycle/opCompressor.d.ts.map +1 -1
- package/dist/opLifecycle/opCompressor.js +5 -6
- package/dist/opLifecycle/opCompressor.js.map +1 -1
- package/dist/opLifecycle/opDecompressor.d.ts +15 -4
- package/dist/opLifecycle/opDecompressor.d.ts.map +1 -1
- package/dist/opLifecycle/opDecompressor.js +62 -63
- package/dist/opLifecycle/opDecompressor.js.map +1 -1
- package/dist/opLifecycle/opGroupingManager.d.ts +2 -1
- package/dist/opLifecycle/opGroupingManager.d.ts.map +1 -1
- package/dist/opLifecycle/opGroupingManager.js +14 -16
- package/dist/opLifecycle/opGroupingManager.js.map +1 -1
- package/dist/opLifecycle/opSplitter.d.ts +12 -4
- package/dist/opLifecycle/opSplitter.d.ts.map +1 -1
- package/dist/opLifecycle/opSplitter.js +63 -53
- package/dist/opLifecycle/opSplitter.js.map +1 -1
- package/dist/opLifecycle/outbox.d.ts +2 -1
- package/dist/opLifecycle/outbox.d.ts.map +1 -1
- package/dist/opLifecycle/outbox.js +30 -29
- package/dist/opLifecycle/outbox.js.map +1 -1
- package/dist/opLifecycle/remoteMessageProcessor.d.ts +8 -0
- package/dist/opLifecycle/remoteMessageProcessor.d.ts.map +1 -1
- package/dist/opLifecycle/remoteMessageProcessor.js +36 -32
- package/dist/opLifecycle/remoteMessageProcessor.js.map +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/dist/pendingStateManager.d.ts +1 -1
- package/dist/pendingStateManager.d.ts.map +1 -1
- package/dist/pendingStateManager.js +18 -18
- package/dist/pendingStateManager.js.map +1 -1
- package/dist/public.d.ts +12 -0
- package/dist/scheduleManager.d.ts +1 -1
- package/dist/scheduleManager.d.ts.map +1 -1
- package/dist/scheduleManager.js +28 -24
- package/dist/scheduleManager.js.map +1 -1
- package/dist/storageServiceWithAttachBlobs.d.ts +2 -2
- package/dist/storageServiceWithAttachBlobs.d.ts.map +1 -1
- package/dist/storageServiceWithAttachBlobs.js +2 -2
- package/dist/storageServiceWithAttachBlobs.js.map +1 -1
- package/dist/summary/documentSchema.d.ts +209 -0
- package/dist/summary/documentSchema.d.ts.map +1 -0
- package/dist/summary/documentSchema.js +390 -0
- package/dist/summary/documentSchema.js.map +1 -0
- package/dist/summary/index.d.ts +2 -1
- package/dist/summary/index.d.ts.map +1 -1
- package/dist/summary/index.js +4 -1
- package/dist/summary/index.js.map +1 -1
- package/dist/summary/orderedClientElection.d.ts +2 -2
- package/dist/summary/orderedClientElection.d.ts.map +1 -1
- package/dist/summary/orderedClientElection.js +12 -7
- package/dist/summary/orderedClientElection.js.map +1 -1
- package/dist/summary/runWhileConnectedCoordinator.d.ts +1 -1
- package/dist/summary/runWhileConnectedCoordinator.d.ts.map +1 -1
- package/dist/summary/runWhileConnectedCoordinator.js +3 -3
- package/dist/summary/runWhileConnectedCoordinator.js.map +1 -1
- package/dist/summary/runningSummarizer.d.ts +3 -3
- package/dist/summary/runningSummarizer.d.ts.map +1 -1
- package/dist/summary/runningSummarizer.js +16 -16
- package/dist/summary/runningSummarizer.js.map +1 -1
- package/dist/summary/summarizer.d.ts +3 -2
- package/dist/summary/summarizer.d.ts.map +1 -1
- package/dist/summary/summarizer.js +13 -13
- package/dist/summary/summarizer.js.map +1 -1
- package/dist/summary/summarizerClientElection.d.ts +2 -2
- package/dist/summary/summarizerClientElection.d.ts.map +1 -1
- package/dist/summary/summarizerClientElection.js.map +1 -1
- package/dist/summary/summarizerHeuristics.d.ts +1 -1
- package/dist/summary/summarizerHeuristics.d.ts.map +1 -1
- package/dist/summary/summarizerHeuristics.js +2 -2
- package/dist/summary/summarizerHeuristics.js.map +1 -1
- package/dist/summary/summarizerNode/summarizerNode.d.ts +3 -2
- package/dist/summary/summarizerNode/summarizerNode.d.ts.map +1 -1
- package/dist/summary/summarizerNode/summarizerNode.js +28 -28
- package/dist/summary/summarizerNode/summarizerNode.js.map +1 -1
- package/dist/summary/summarizerNode/summarizerNodeUtils.d.ts +2 -1
- package/dist/summary/summarizerNode/summarizerNodeUtils.d.ts.map +1 -1
- package/dist/summary/summarizerNode/summarizerNodeUtils.js +3 -3
- package/dist/summary/summarizerNode/summarizerNodeUtils.js.map +1 -1
- package/dist/summary/summarizerNode/summarizerNodeWithGc.d.ts +2 -1
- package/dist/summary/summarizerNode/summarizerNodeWithGc.d.ts.map +1 -1
- package/dist/summary/summarizerNode/summarizerNodeWithGc.js +14 -14
- package/dist/summary/summarizerNode/summarizerNodeWithGc.js.map +1 -1
- package/dist/summary/summarizerTypes.d.ts +5 -3
- package/dist/summary/summarizerTypes.d.ts.map +1 -1
- package/dist/summary/summarizerTypes.js.map +1 -1
- package/dist/summary/summaryCollection.d.ts +2 -2
- package/dist/summary/summaryCollection.d.ts.map +1 -1
- package/dist/summary/summaryCollection.js +7 -7
- package/dist/summary/summaryCollection.js.map +1 -1
- package/dist/summary/summaryFormat.d.ts +6 -17
- package/dist/summary/summaryFormat.d.ts.map +1 -1
- package/dist/summary/summaryFormat.js +8 -8
- package/dist/summary/summaryFormat.js.map +1 -1
- package/dist/summary/summaryGenerator.d.ts +4 -3
- package/dist/summary/summaryGenerator.d.ts.map +1 -1
- package/dist/summary/summaryGenerator.js +17 -17
- package/dist/summary/summaryGenerator.js.map +1 -1
- package/dist/summary/summaryManager.d.ts +1 -1
- package/dist/summary/summaryManager.d.ts.map +1 -1
- package/dist/summary/summaryManager.js +15 -14
- package/dist/summary/summaryManager.js.map +1 -1
- package/internal.d.ts +11 -0
- package/legacy.d.ts +11 -0
- package/lib/batchTracker.d.ts +1 -1
- package/lib/batchTracker.d.ts.map +1 -1
- package/lib/batchTracker.js +2 -2
- package/lib/batchTracker.js.map +1 -1
- package/lib/blobManager.d.ts +33 -30
- package/lib/blobManager.d.ts.map +1 -1
- package/lib/blobManager.js +48 -73
- package/lib/blobManager.js.map +1 -1
- package/lib/channelCollection.d.ts +27 -22
- package/lib/channelCollection.d.ts.map +1 -1
- package/lib/channelCollection.js +96 -106
- package/lib/channelCollection.js.map +1 -1
- package/lib/connectionTelemetry.d.ts +3 -3
- package/lib/connectionTelemetry.d.ts.map +1 -1
- package/lib/connectionTelemetry.js +3 -3
- package/lib/connectionTelemetry.js.map +1 -1
- package/lib/containerHandleContext.d.ts.map +1 -1
- package/lib/containerHandleContext.js +1 -1
- package/lib/containerHandleContext.js.map +1 -1
- package/lib/containerRuntime.d.ts +42 -39
- package/lib/containerRuntime.d.ts.map +1 -1
- package/lib/containerRuntime.js +276 -141
- package/lib/containerRuntime.js.map +1 -1
- package/lib/dataStore.d.ts +1 -1
- package/lib/dataStore.d.ts.map +1 -1
- package/lib/dataStore.js +3 -3
- package/lib/dataStore.js.map +1 -1
- package/lib/dataStoreContext.d.ts +58 -19
- package/lib/dataStoreContext.d.ts.map +1 -1
- package/lib/dataStoreContext.js +107 -52
- package/lib/dataStoreContext.js.map +1 -1
- package/lib/dataStoreContexts.d.ts +1 -0
- package/lib/dataStoreContexts.d.ts.map +1 -1
- package/lib/dataStoreContexts.js +3 -2
- package/lib/dataStoreContexts.js.map +1 -1
- package/lib/dataStoreRegistry.d.ts +5 -1
- package/lib/dataStoreRegistry.d.ts.map +1 -1
- package/lib/dataStoreRegistry.js +1 -1
- package/lib/dataStoreRegistry.js.map +1 -1
- package/lib/deltaManagerSummarizerProxy.d.ts +1 -1
- package/lib/deltaManagerSummarizerProxy.d.ts.map +1 -1
- package/lib/deltaManagerSummarizerProxy.js.map +1 -1
- package/lib/deltaScheduler.d.ts +1 -1
- package/lib/deltaScheduler.d.ts.map +1 -1
- package/lib/deltaScheduler.js +1 -1
- package/lib/deltaScheduler.js.map +1 -1
- package/lib/error.d.ts +1 -1
- package/lib/error.d.ts.map +1 -1
- package/lib/error.js +2 -2
- package/lib/error.js.map +1 -1
- package/lib/gc/garbageCollection.d.ts +3 -2
- package/lib/gc/garbageCollection.d.ts.map +1 -1
- package/lib/gc/garbageCollection.js +8 -8
- package/lib/gc/garbageCollection.js.map +1 -1
- package/lib/gc/gcConfigs.d.ts +2 -2
- package/lib/gc/gcConfigs.d.ts.map +1 -1
- package/lib/gc/gcConfigs.js +4 -5
- package/lib/gc/gcConfigs.js.map +1 -1
- package/lib/gc/gcDefinitions.d.ts +4 -5
- package/lib/gc/gcDefinitions.d.ts.map +1 -1
- package/lib/gc/gcDefinitions.js.map +1 -1
- package/lib/gc/gcHelpers.d.ts +5 -1
- package/lib/gc/gcHelpers.d.ts.map +1 -1
- package/lib/gc/gcHelpers.js +10 -2
- package/lib/gc/gcHelpers.js.map +1 -1
- package/lib/gc/gcSummaryStateTracker.d.ts +2 -2
- package/lib/gc/gcSummaryStateTracker.d.ts.map +1 -1
- package/lib/gc/gcSummaryStateTracker.js +2 -2
- package/lib/gc/gcSummaryStateTracker.js.map +1 -1
- package/lib/gc/gcTelemetry.d.ts +2 -1
- package/lib/gc/gcTelemetry.d.ts.map +1 -1
- package/lib/gc/gcTelemetry.js +4 -2
- package/lib/gc/gcTelemetry.js.map +1 -1
- package/lib/gc/gcUnreferencedStateTracker.d.ts.map +1 -1
- package/lib/gc/gcUnreferencedStateTracker.js +2 -2
- package/lib/gc/gcUnreferencedStateTracker.js.map +1 -1
- package/lib/gc/index.d.ts +1 -1
- package/lib/gc/index.d.ts.map +1 -1
- package/lib/gc/index.js +1 -1
- package/lib/gc/index.js.map +1 -1
- package/lib/index.d.ts +5 -2
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +5 -2
- package/lib/index.js.map +1 -1
- package/lib/legacy.d.ts +91 -0
- package/lib/messageTypes.d.ts +11 -5
- package/lib/messageTypes.d.ts.map +1 -1
- package/lib/messageTypes.js +4 -0
- package/lib/messageTypes.js.map +1 -1
- package/lib/opLifecycle/batchManager.d.ts.map +1 -1
- package/lib/opLifecycle/batchManager.js.map +1 -1
- package/lib/opLifecycle/definitions.d.ts +2 -20
- package/lib/opLifecycle/definitions.d.ts.map +1 -1
- package/lib/opLifecycle/definitions.js.map +1 -1
- package/lib/opLifecycle/index.d.ts +3 -3
- package/lib/opLifecycle/index.d.ts.map +1 -1
- package/lib/opLifecycle/index.js +2 -2
- package/lib/opLifecycle/index.js.map +1 -1
- package/lib/opLifecycle/opCompressor.d.ts.map +1 -1
- package/lib/opLifecycle/opCompressor.js +2 -3
- package/lib/opLifecycle/opCompressor.js.map +1 -1
- package/lib/opLifecycle/opDecompressor.d.ts +15 -4
- package/lib/opLifecycle/opDecompressor.d.ts.map +1 -1
- package/lib/opLifecycle/opDecompressor.js +61 -62
- package/lib/opLifecycle/opDecompressor.js.map +1 -1
- package/lib/opLifecycle/opGroupingManager.d.ts +2 -1
- package/lib/opLifecycle/opGroupingManager.d.ts.map +1 -1
- package/lib/opLifecycle/opGroupingManager.js +9 -12
- package/lib/opLifecycle/opGroupingManager.js.map +1 -1
- package/lib/opLifecycle/opSplitter.d.ts +12 -4
- package/lib/opLifecycle/opSplitter.d.ts.map +1 -1
- package/lib/opLifecycle/opSplitter.js +47 -38
- package/lib/opLifecycle/opSplitter.js.map +1 -1
- package/lib/opLifecycle/outbox.d.ts +2 -1
- package/lib/opLifecycle/outbox.d.ts.map +1 -1
- package/lib/opLifecycle/outbox.js +19 -18
- package/lib/opLifecycle/outbox.js.map +1 -1
- package/lib/opLifecycle/remoteMessageProcessor.d.ts +8 -0
- package/lib/opLifecycle/remoteMessageProcessor.d.ts.map +1 -1
- package/lib/opLifecycle/remoteMessageProcessor.js +36 -32
- package/lib/opLifecycle/remoteMessageProcessor.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/lib/pendingStateManager.d.ts +1 -1
- package/lib/pendingStateManager.d.ts.map +1 -1
- package/lib/pendingStateManager.js +2 -2
- package/lib/pendingStateManager.js.map +1 -1
- package/lib/public.d.ts +12 -0
- package/lib/scheduleManager.d.ts +1 -1
- package/lib/scheduleManager.d.ts.map +1 -1
- package/lib/scheduleManager.js +7 -3
- package/lib/scheduleManager.js.map +1 -1
- package/lib/storageServiceWithAttachBlobs.d.ts +2 -2
- package/lib/storageServiceWithAttachBlobs.d.ts.map +1 -1
- package/lib/storageServiceWithAttachBlobs.js +1 -1
- package/lib/storageServiceWithAttachBlobs.js.map +1 -1
- package/lib/summary/documentSchema.d.ts +209 -0
- package/lib/summary/documentSchema.d.ts.map +1 -0
- package/lib/summary/documentSchema.js +386 -0
- package/lib/summary/documentSchema.js.map +1 -0
- package/lib/summary/index.d.ts +2 -1
- package/lib/summary/index.d.ts.map +1 -1
- package/lib/summary/index.js +1 -0
- package/lib/summary/index.js.map +1 -1
- package/lib/summary/orderedClientElection.d.ts +2 -2
- package/lib/summary/orderedClientElection.d.ts.map +1 -1
- package/lib/summary/orderedClientElection.js +7 -2
- package/lib/summary/orderedClientElection.js.map +1 -1
- package/lib/summary/runWhileConnectedCoordinator.d.ts +1 -1
- package/lib/summary/runWhileConnectedCoordinator.d.ts.map +1 -1
- package/lib/summary/runWhileConnectedCoordinator.js +1 -1
- package/lib/summary/runWhileConnectedCoordinator.js.map +1 -1
- package/lib/summary/runningSummarizer.d.ts +3 -3
- package/lib/summary/runningSummarizer.d.ts.map +1 -1
- package/lib/summary/runningSummarizer.js +3 -3
- package/lib/summary/runningSummarizer.js.map +1 -1
- package/lib/summary/summarizer.d.ts +3 -2
- package/lib/summary/summarizer.d.ts.map +1 -1
- package/lib/summary/summarizer.js +3 -3
- package/lib/summary/summarizer.js.map +1 -1
- package/lib/summary/summarizerClientElection.d.ts +2 -2
- package/lib/summary/summarizerClientElection.d.ts.map +1 -1
- package/lib/summary/summarizerClientElection.js.map +1 -1
- package/lib/summary/summarizerHeuristics.d.ts +1 -1
- package/lib/summary/summarizerHeuristics.d.ts.map +1 -1
- package/lib/summary/summarizerHeuristics.js +1 -1
- package/lib/summary/summarizerHeuristics.js.map +1 -1
- package/lib/summary/summarizerNode/summarizerNode.d.ts +3 -2
- package/lib/summary/summarizerNode/summarizerNode.d.ts.map +1 -1
- package/lib/summary/summarizerNode/summarizerNode.js +5 -5
- package/lib/summary/summarizerNode/summarizerNode.js.map +1 -1
- package/lib/summary/summarizerNode/summarizerNodeUtils.d.ts +2 -1
- package/lib/summary/summarizerNode/summarizerNodeUtils.d.ts.map +1 -1
- package/lib/summary/summarizerNode/summarizerNodeUtils.js +1 -1
- package/lib/summary/summarizerNode/summarizerNodeUtils.js.map +1 -1
- package/lib/summary/summarizerNode/summarizerNodeWithGc.d.ts +2 -1
- package/lib/summary/summarizerNode/summarizerNodeWithGc.d.ts.map +1 -1
- package/lib/summary/summarizerNode/summarizerNodeWithGc.js +3 -3
- package/lib/summary/summarizerNode/summarizerNodeWithGc.js.map +1 -1
- package/lib/summary/summarizerTypes.d.ts +5 -3
- package/lib/summary/summarizerTypes.d.ts.map +1 -1
- package/lib/summary/summarizerTypes.js.map +1 -1
- package/lib/summary/summaryCollection.d.ts +2 -2
- package/lib/summary/summaryCollection.d.ts.map +1 -1
- package/lib/summary/summaryCollection.js +1 -1
- package/lib/summary/summaryCollection.js.map +1 -1
- package/lib/summary/summaryFormat.d.ts +6 -17
- package/lib/summary/summaryFormat.d.ts.map +1 -1
- package/lib/summary/summaryFormat.js +3 -3
- package/lib/summary/summaryFormat.js.map +1 -1
- package/lib/summary/summaryGenerator.d.ts +4 -3
- package/lib/summary/summaryGenerator.d.ts.map +1 -1
- package/lib/summary/summaryGenerator.js +4 -4
- package/lib/summary/summaryGenerator.js.map +1 -1
- package/lib/summary/summaryManager.d.ts +1 -1
- package/lib/summary/summaryManager.d.ts.map +1 -1
- package/lib/summary/summaryManager.js +9 -8
- package/lib/summary/summaryManager.js.map +1 -1
- package/package.json +57 -65
- package/src/batchTracker.ts +4 -3
- package/src/blobManager.ts +100 -77
- package/src/channelCollection.ts +180 -165
- package/src/connectionTelemetry.ts +12 -12
- package/src/containerHandleContext.ts +3 -2
- package/src/containerRuntime.ts +481 -277
- package/src/dataStore.ts +9 -4
- package/src/dataStoreContext.ts +195 -93
- package/src/dataStoreContexts.ts +5 -2
- package/src/dataStoreRegistry.ts +3 -2
- package/src/deltaManagerSummarizerProxy.ts +1 -1
- package/src/deltaScheduler.ts +2 -1
- package/src/error.ts +2 -2
- package/src/gc/garbageCollection.ts +21 -20
- package/src/gc/gcConfigs.ts +15 -18
- package/src/gc/gcDefinitions.ts +6 -8
- package/src/gc/gcHelpers.ts +22 -5
- package/src/gc/gcSummaryStateTracker.ts +7 -5
- package/src/gc/gcTelemetry.ts +13 -7
- package/src/gc/gcUnreferencedStateTracker.ts +3 -2
- package/src/gc/index.ts +1 -0
- package/src/index.ts +22 -1
- package/src/messageTypes.ts +20 -6
- package/src/opLifecycle/README.md +89 -0
- package/src/opLifecycle/batchManager.ts +1 -0
- package/src/opLifecycle/definitions.ts +3 -21
- package/src/opLifecycle/index.ts +3 -9
- package/src/opLifecycle/opCompressor.ts +6 -5
- package/src/opLifecycle/opDecompressor.ts +90 -100
- package/src/opLifecycle/opGroupingManager.ts +12 -14
- package/src/opLifecycle/opSplitter.ts +76 -48
- package/src/opLifecycle/outbox.ts +30 -38
- package/src/opLifecycle/remoteMessageProcessor.ts +43 -55
- package/src/packageVersion.ts +1 -1
- package/src/pendingStateManager.ts +6 -6
- package/src/scheduleManager.ts +10 -8
- package/src/storageServiceWithAttachBlobs.ts +2 -2
- package/src/summary/documentSchema.ts +631 -0
- package/src/summary/index.ts +10 -1
- package/src/summary/orderedClientElection.ts +7 -7
- package/src/summary/runWhileConnectedCoordinator.ts +3 -2
- package/src/summary/runningSummarizer.ts +22 -20
- package/src/summary/summarizer.ts +17 -15
- package/src/summary/summarizerClientElection.ts +3 -2
- package/src/summary/summarizerHeuristics.ts +4 -2
- package/src/summary/summarizerNode/summarizerNode.ts +20 -18
- package/src/summary/summarizerNode/summarizerNodeUtils.ts +3 -2
- package/src/summary/summarizerNode/summarizerNodeWithGc.ts +16 -8
- package/src/summary/summarizerTypes.ts +7 -3
- package/src/summary/summaryCollection.ts +3 -3
- package/src/summary/summaryFormat.ts +14 -26
- package/src/summary/summaryGenerator.ts +12 -15
- package/src/summary/summaryManager.ts +16 -13
- package/api-extractor-cjs.json +0 -8
- package/dist/container-runtime-alpha.d.ts +0 -1753
- package/dist/container-runtime-beta.d.ts +0 -268
- package/dist/container-runtime-public.d.ts +0 -268
- package/dist/container-runtime-untrimmed.d.ts +0 -1893
- package/lib/container-runtime-alpha.d.ts +0 -1753
- package/lib/container-runtime-beta.d.ts +0 -268
- package/lib/container-runtime-public.d.ts +0 -268
- package/lib/container-runtime-untrimmed.d.ts +0 -1893
- package/lib/test/batchTracker.spec.js +0 -88
- package/lib/test/batchTracker.spec.js.map +0 -1
- package/lib/test/blobManager.spec.js +0 -835
- package/lib/test/blobManager.spec.js.map +0 -1
- package/lib/test/channelCollection.spec.js +0 -141
- package/lib/test/channelCollection.spec.js.map +0 -1
- package/lib/test/containerRuntime.spec.js +0 -1748
- package/lib/test/containerRuntime.spec.js.map +0 -1
- package/lib/test/dataStoreContext.spec.js +0 -801
- package/lib/test/dataStoreContext.spec.js.map +0 -1
- package/lib/test/dataStoreCreation.spec.js +0 -312
- package/lib/test/dataStoreCreation.spec.js.map +0 -1
- package/lib/test/dataStoreRegistry.spec.js +0 -26
- package/lib/test/dataStoreRegistry.spec.js.map +0 -1
- package/lib/test/fuzz/fuzzUtils.js +0 -66
- package/lib/test/fuzz/fuzzUtils.js.map +0 -1
- package/lib/test/fuzz/summarizer.fuzz.spec.js +0 -31
- package/lib/test/fuzz/summarizer.fuzz.spec.js.map +0 -1
- package/lib/test/fuzz/summarizerFuzzMocks.js +0 -162
- package/lib/test/fuzz/summarizerFuzzMocks.js.map +0 -1
- package/lib/test/fuzz/summarizerFuzzSuite.js +0 -106
- package/lib/test/fuzz/summarizerFuzzSuite.js.map +0 -1
- package/lib/test/gc/garbageCollection.spec.js +0 -1465
- package/lib/test/gc/garbageCollection.spec.js.map +0 -1
- package/lib/test/gc/gcConfigs.spec.js +0 -690
- package/lib/test/gc/gcConfigs.spec.js.map +0 -1
- package/lib/test/gc/gcHelpers.spec.js +0 -110
- package/lib/test/gc/gcHelpers.spec.js.map +0 -1
- package/lib/test/gc/gcReferenceGraphAlgorithm.spec.js +0 -68
- package/lib/test/gc/gcReferenceGraphAlgorithm.spec.js.map +0 -1
- package/lib/test/gc/gcStats.spec.js +0 -391
- package/lib/test/gc/gcStats.spec.js.map +0 -1
- package/lib/test/gc/gcSummaryStateTracker.spec.js +0 -228
- package/lib/test/gc/gcSummaryStateTracker.spec.js.map +0 -1
- package/lib/test/gc/gcTelemetry.spec.js +0 -530
- package/lib/test/gc/gcTelemetry.spec.js.map +0 -1
- package/lib/test/gc/gcUnitTestHelpers.js +0 -29
- package/lib/test/gc/gcUnitTestHelpers.js.map +0 -1
- package/lib/test/gc/gcUnreferencedStateTracker.spec.js +0 -192
- package/lib/test/gc/gcUnreferencedStateTracker.spec.js.map +0 -1
- package/lib/test/getPendingBlobs.spec.js +0 -193
- package/lib/test/getPendingBlobs.spec.js.map +0 -1
- package/lib/test/hardwareStats.spec.js +0 -93
- package/lib/test/hardwareStats.spec.js.map +0 -1
- package/lib/test/index.js +0 -6
- package/lib/test/index.js.map +0 -1
- package/lib/test/opLifecycle/OpGroupingManager.spec.js +0 -225
- package/lib/test/opLifecycle/OpGroupingManager.spec.js.map +0 -1
- package/lib/test/opLifecycle/batchManager.spec.js +0 -189
- package/lib/test/opLifecycle/batchManager.spec.js.map +0 -1
- package/lib/test/opLifecycle/opCompressor.spec.js +0 -74
- package/lib/test/opLifecycle/opCompressor.spec.js.map +0 -1
- package/lib/test/opLifecycle/opDecompressor.spec.js +0 -218
- package/lib/test/opLifecycle/opDecompressor.spec.js.map +0 -1
- package/lib/test/opLifecycle/opSplitter.spec.js +0 -272
- package/lib/test/opLifecycle/opSplitter.spec.js.map +0 -1
- package/lib/test/opLifecycle/outbox.spec.js +0 -675
- package/lib/test/opLifecycle/outbox.spec.js.map +0 -1
- package/lib/test/opLifecycle/remoteMessageProcessor.spec.js +0 -196
- package/lib/test/opLifecycle/remoteMessageProcessor.spec.js.map +0 -1
- package/lib/test/pendingStateManager.spec.js +0 -329
- package/lib/test/pendingStateManager.spec.js.map +0 -1
- package/lib/test/scheduleManager.spec.js +0 -270
- package/lib/test/scheduleManager.spec.js.map +0 -1
- package/lib/test/summarizerNode.spec.js +0 -326
- package/lib/test/summarizerNode.spec.js.map +0 -1
- package/lib/test/summarizerNodeWithGc.spec.js +0 -318
- package/lib/test/summarizerNodeWithGc.spec.js.map +0 -1
- package/lib/test/summary/orderedClientElection.spec.js +0 -535
- package/lib/test/summary/orderedClientElection.spec.js.map +0 -1
- package/lib/test/summary/runningSummarizer.spec.js +0 -1349
- package/lib/test/summary/runningSummarizer.spec.js.map +0 -1
- package/lib/test/summary/summarizer.spec.js +0 -29
- package/lib/test/summary/summarizer.spec.js.map +0 -1
- package/lib/test/summary/summarizerClientElection.spec.js +0 -436
- package/lib/test/summary/summarizerClientElection.spec.js.map +0 -1
- package/lib/test/summary/summarizerHeuristics.spec.js +0 -289
- package/lib/test/summary/summarizerHeuristics.spec.js.map +0 -1
- package/lib/test/summary/summaryCollection.spec.js +0 -200
- package/lib/test/summary/summaryCollection.spec.js.map +0 -1
- package/lib/test/summary/summaryManager.spec.js +0 -430
- package/lib/test/summary/summaryManager.spec.js.map +0 -1
- package/lib/test/summary/testQuorumClients.js +0 -34
- package/lib/test/summary/testQuorumClients.js.map +0 -1
- package/lib/test/throttler.spec.js +0 -175
- package/lib/test/throttler.spec.js.map +0 -1
- package/lib/test/types/validateContainerRuntimePrevious.generated.js +0 -180
- package/lib/test/types/validateContainerRuntimePrevious.generated.js.map +0 -1
- /package/{dist → lib}/tsdoc-metadata.json +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"validateContainerRuntimePrevious.generated.js","sourceRoot":"","sources":["../../../src/test/types/validateContainerRuntimePrevious.generated.ts"],"names":[],"mappings":"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","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n */\n/*\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.\n * Generated by fluid-type-test-generator in @fluidframework/build-tools.\n */\nimport type * as old from \"@fluidframework/container-runtime-previous\";\nimport type * as current from \"../../index.js\";\n\n\n// See 'build-tools/src/type-test-generator/compatibility.ts' for more information.\ntype TypeOnly<T> = T extends number\n\t? number\n\t: T extends string\n\t? string\n\t: T extends boolean | bigint | symbol\n\t? T\n\t: {\n\t\t\t[P in keyof T]: TypeOnly<T[P]>;\n\t };\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_AllowInactiveRequestHeaderKey\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_VariableDeclaration_AllowInactiveRequestHeaderKey():\n TypeOnly<typeof old.AllowInactiveRequestHeaderKey>;\ndeclare function use_current_VariableDeclaration_AllowInactiveRequestHeaderKey(\n use: TypeOnly<typeof current.AllowInactiveRequestHeaderKey>): void;\nuse_current_VariableDeclaration_AllowInactiveRequestHeaderKey(\n get_old_VariableDeclaration_AllowInactiveRequestHeaderKey());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_AllowInactiveRequestHeaderKey\": {\"backCompat\": false}\n*/\ndeclare function get_current_VariableDeclaration_AllowInactiveRequestHeaderKey():\n TypeOnly<typeof current.AllowInactiveRequestHeaderKey>;\ndeclare function use_old_VariableDeclaration_AllowInactiveRequestHeaderKey(\n use: TypeOnly<typeof old.AllowInactiveRequestHeaderKey>): void;\nuse_old_VariableDeclaration_AllowInactiveRequestHeaderKey(\n get_current_VariableDeclaration_AllowInactiveRequestHeaderKey());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_AllowTombstoneRequestHeaderKey\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_VariableDeclaration_AllowTombstoneRequestHeaderKey():\n TypeOnly<typeof old.AllowTombstoneRequestHeaderKey>;\ndeclare function use_current_VariableDeclaration_AllowTombstoneRequestHeaderKey(\n use: TypeOnly<typeof current.AllowTombstoneRequestHeaderKey>): void;\nuse_current_VariableDeclaration_AllowTombstoneRequestHeaderKey(\n get_old_VariableDeclaration_AllowTombstoneRequestHeaderKey());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_AllowTombstoneRequestHeaderKey\": {\"backCompat\": false}\n*/\ndeclare function get_current_VariableDeclaration_AllowTombstoneRequestHeaderKey():\n TypeOnly<typeof current.AllowTombstoneRequestHeaderKey>;\ndeclare function use_old_VariableDeclaration_AllowTombstoneRequestHeaderKey(\n use: TypeOnly<typeof old.AllowTombstoneRequestHeaderKey>): void;\nuse_old_VariableDeclaration_AllowTombstoneRequestHeaderKey(\n get_current_VariableDeclaration_AllowTombstoneRequestHeaderKey());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_CompatModeBehavior\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_CompatModeBehavior():\n TypeOnly<old.CompatModeBehavior>;\ndeclare function use_current_TypeAliasDeclaration_CompatModeBehavior(\n use: TypeOnly<current.CompatModeBehavior>): void;\nuse_current_TypeAliasDeclaration_CompatModeBehavior(\n get_old_TypeAliasDeclaration_CompatModeBehavior());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_CompatModeBehavior\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_CompatModeBehavior():\n TypeOnly<current.CompatModeBehavior>;\ndeclare function use_old_TypeAliasDeclaration_CompatModeBehavior(\n use: TypeOnly<old.CompatModeBehavior>): void;\nuse_old_TypeAliasDeclaration_CompatModeBehavior(\n get_current_TypeAliasDeclaration_CompatModeBehavior());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"EnumDeclaration_CompressionAlgorithms\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_EnumDeclaration_CompressionAlgorithms():\n TypeOnly<old.CompressionAlgorithms>;\ndeclare function use_current_EnumDeclaration_CompressionAlgorithms(\n use: TypeOnly<current.CompressionAlgorithms>): void;\nuse_current_EnumDeclaration_CompressionAlgorithms(\n get_old_EnumDeclaration_CompressionAlgorithms());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"EnumDeclaration_CompressionAlgorithms\": {\"backCompat\": false}\n*/\ndeclare function get_current_EnumDeclaration_CompressionAlgorithms():\n TypeOnly<current.CompressionAlgorithms>;\ndeclare function use_old_EnumDeclaration_CompressionAlgorithms(\n use: TypeOnly<old.CompressionAlgorithms>): void;\nuse_old_EnumDeclaration_CompressionAlgorithms(\n get_current_EnumDeclaration_CompressionAlgorithms());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"EnumDeclaration_ContainerMessageType\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_EnumDeclaration_ContainerMessageType():\n TypeOnly<old.ContainerMessageType>;\ndeclare function use_current_EnumDeclaration_ContainerMessageType(\n use: TypeOnly<current.ContainerMessageType>): void;\nuse_current_EnumDeclaration_ContainerMessageType(\n get_old_EnumDeclaration_ContainerMessageType());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"EnumDeclaration_ContainerMessageType\": {\"backCompat\": false}\n*/\ndeclare function get_current_EnumDeclaration_ContainerMessageType():\n TypeOnly<current.ContainerMessageType>;\ndeclare function use_old_EnumDeclaration_ContainerMessageType(\n use: TypeOnly<old.ContainerMessageType>): void;\nuse_old_EnumDeclaration_ContainerMessageType(\n get_current_EnumDeclaration_ContainerMessageType());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_ContainerRuntime\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_ContainerRuntime():\n TypeOnly<old.ContainerRuntime>;\ndeclare function use_current_ClassDeclaration_ContainerRuntime(\n use: TypeOnly<current.ContainerRuntime>): void;\nuse_current_ClassDeclaration_ContainerRuntime(\n // @ts-expect-error compatibility expected to be broken\n get_old_ClassDeclaration_ContainerRuntime());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_ContainerRuntime\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_ContainerRuntime():\n TypeOnly<current.ContainerRuntime>;\ndeclare function use_old_ClassDeclaration_ContainerRuntime(\n use: TypeOnly<old.ContainerRuntime>): void;\nuse_old_ClassDeclaration_ContainerRuntime(\n // @ts-expect-error compatibility expected to be broken\n get_current_ClassDeclaration_ContainerRuntime());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ContainerRuntimeMessage\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ContainerRuntimeMessage():\n TypeOnly<old.ContainerRuntimeMessage>;\ndeclare function use_current_InterfaceDeclaration_ContainerRuntimeMessage(\n use: TypeOnly<current.ContainerRuntimeMessage>): void;\nuse_current_InterfaceDeclaration_ContainerRuntimeMessage(\n get_old_InterfaceDeclaration_ContainerRuntimeMessage());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ContainerRuntimeMessage\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ContainerRuntimeMessage():\n TypeOnly<current.ContainerRuntimeMessage>;\ndeclare function use_old_InterfaceDeclaration_ContainerRuntimeMessage(\n use: TypeOnly<old.ContainerRuntimeMessage>): void;\nuse_old_InterfaceDeclaration_ContainerRuntimeMessage(\n get_current_InterfaceDeclaration_ContainerRuntimeMessage());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_DefaultSummaryConfiguration\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_VariableDeclaration_DefaultSummaryConfiguration():\n TypeOnly<typeof old.DefaultSummaryConfiguration>;\ndeclare function use_current_VariableDeclaration_DefaultSummaryConfiguration(\n use: TypeOnly<typeof current.DefaultSummaryConfiguration>): void;\nuse_current_VariableDeclaration_DefaultSummaryConfiguration(\n get_old_VariableDeclaration_DefaultSummaryConfiguration());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_DefaultSummaryConfiguration\": {\"backCompat\": false}\n*/\ndeclare function get_current_VariableDeclaration_DefaultSummaryConfiguration():\n TypeOnly<typeof current.DefaultSummaryConfiguration>;\ndeclare function use_old_VariableDeclaration_DefaultSummaryConfiguration(\n use: TypeOnly<typeof old.DefaultSummaryConfiguration>): void;\nuse_old_VariableDeclaration_DefaultSummaryConfiguration(\n get_current_VariableDeclaration_DefaultSummaryConfiguration());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_EnqueueSummarizeResult\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_EnqueueSummarizeResult():\n TypeOnly<old.EnqueueSummarizeResult>;\ndeclare function use_current_TypeAliasDeclaration_EnqueueSummarizeResult(\n use: TypeOnly<current.EnqueueSummarizeResult>): void;\nuse_current_TypeAliasDeclaration_EnqueueSummarizeResult(\n get_old_TypeAliasDeclaration_EnqueueSummarizeResult());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_EnqueueSummarizeResult\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_EnqueueSummarizeResult():\n TypeOnly<current.EnqueueSummarizeResult>;\ndeclare function use_old_TypeAliasDeclaration_EnqueueSummarizeResult(\n use: TypeOnly<old.EnqueueSummarizeResult>): void;\nuse_old_TypeAliasDeclaration_EnqueueSummarizeResult(\n get_current_TypeAliasDeclaration_EnqueueSummarizeResult());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_FluidDataStoreRegistry\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_FluidDataStoreRegistry():\n TypeOnly<old.FluidDataStoreRegistry>;\ndeclare function use_current_ClassDeclaration_FluidDataStoreRegistry(\n use: TypeOnly<current.FluidDataStoreRegistry>): void;\nuse_current_ClassDeclaration_FluidDataStoreRegistry(\n get_old_ClassDeclaration_FluidDataStoreRegistry());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_FluidDataStoreRegistry\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_FluidDataStoreRegistry():\n TypeOnly<current.FluidDataStoreRegistry>;\ndeclare function use_old_ClassDeclaration_FluidDataStoreRegistry(\n use: TypeOnly<old.FluidDataStoreRegistry>): void;\nuse_old_ClassDeclaration_FluidDataStoreRegistry(\n get_current_ClassDeclaration_FluidDataStoreRegistry());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_GCFeatureMatrix\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_GCFeatureMatrix():\n TypeOnly<old.GCFeatureMatrix>;\ndeclare function use_current_TypeAliasDeclaration_GCFeatureMatrix(\n use: TypeOnly<current.GCFeatureMatrix>): void;\nuse_current_TypeAliasDeclaration_GCFeatureMatrix(\n get_old_TypeAliasDeclaration_GCFeatureMatrix());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_GCFeatureMatrix\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_GCFeatureMatrix():\n TypeOnly<current.GCFeatureMatrix>;\ndeclare function use_old_TypeAliasDeclaration_GCFeatureMatrix(\n use: TypeOnly<old.GCFeatureMatrix>): void;\nuse_old_TypeAliasDeclaration_GCFeatureMatrix(\n get_current_TypeAliasDeclaration_GCFeatureMatrix());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_GCNodeType\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_VariableDeclaration_GCNodeType():\n TypeOnly<typeof old.GCNodeType>;\ndeclare function use_current_VariableDeclaration_GCNodeType(\n use: TypeOnly<typeof current.GCNodeType>): void;\nuse_current_VariableDeclaration_GCNodeType(\n get_old_VariableDeclaration_GCNodeType());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_GCNodeType\": {\"backCompat\": false}\n*/\ndeclare function get_current_VariableDeclaration_GCNodeType():\n TypeOnly<typeof current.GCNodeType>;\ndeclare function use_old_VariableDeclaration_GCNodeType(\n use: TypeOnly<typeof old.GCNodeType>): void;\nuse_old_VariableDeclaration_GCNodeType(\n get_current_VariableDeclaration_GCNodeType());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_GCNodeType\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_GCNodeType():\n TypeOnly<old.GCNodeType>;\ndeclare function use_current_TypeAliasDeclaration_GCNodeType(\n use: TypeOnly<current.GCNodeType>): void;\nuse_current_TypeAliasDeclaration_GCNodeType(\n get_old_TypeAliasDeclaration_GCNodeType());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_GCNodeType\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_GCNodeType():\n TypeOnly<current.GCNodeType>;\ndeclare function use_old_TypeAliasDeclaration_GCNodeType(\n use: TypeOnly<old.GCNodeType>): void;\nuse_old_TypeAliasDeclaration_GCNodeType(\n get_current_TypeAliasDeclaration_GCNodeType());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_GCVersion\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_GCVersion():\n TypeOnly<old.GCVersion>;\ndeclare function use_current_TypeAliasDeclaration_GCVersion(\n use: TypeOnly<current.GCVersion>): void;\nuse_current_TypeAliasDeclaration_GCVersion(\n get_old_TypeAliasDeclaration_GCVersion());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_GCVersion\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_GCVersion():\n TypeOnly<current.GCVersion>;\ndeclare function use_old_TypeAliasDeclaration_GCVersion(\n use: TypeOnly<old.GCVersion>): void;\nuse_old_TypeAliasDeclaration_GCVersion(\n get_current_TypeAliasDeclaration_GCVersion());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IAckSummaryResult\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IAckSummaryResult():\n TypeOnly<old.IAckSummaryResult>;\ndeclare function use_current_InterfaceDeclaration_IAckSummaryResult(\n use: TypeOnly<current.IAckSummaryResult>): void;\nuse_current_InterfaceDeclaration_IAckSummaryResult(\n get_old_InterfaceDeclaration_IAckSummaryResult());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IAckSummaryResult\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IAckSummaryResult():\n TypeOnly<current.IAckSummaryResult>;\ndeclare function use_old_InterfaceDeclaration_IAckSummaryResult(\n use: TypeOnly<old.IAckSummaryResult>): void;\nuse_old_InterfaceDeclaration_IAckSummaryResult(\n get_current_InterfaceDeclaration_IAckSummaryResult());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IAckedSummary\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IAckedSummary():\n TypeOnly<old.IAckedSummary>;\ndeclare function use_current_InterfaceDeclaration_IAckedSummary(\n use: TypeOnly<current.IAckedSummary>): void;\nuse_current_InterfaceDeclaration_IAckedSummary(\n get_old_InterfaceDeclaration_IAckedSummary());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IAckedSummary\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IAckedSummary():\n TypeOnly<current.IAckedSummary>;\ndeclare function use_old_InterfaceDeclaration_IAckedSummary(\n use: TypeOnly<old.IAckedSummary>): void;\nuse_old_InterfaceDeclaration_IAckedSummary(\n get_current_InterfaceDeclaration_IAckedSummary());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IBaseSummarizeResult\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IBaseSummarizeResult():\n TypeOnly<old.IBaseSummarizeResult>;\ndeclare function use_current_InterfaceDeclaration_IBaseSummarizeResult(\n use: TypeOnly<current.IBaseSummarizeResult>): void;\nuse_current_InterfaceDeclaration_IBaseSummarizeResult(\n get_old_InterfaceDeclaration_IBaseSummarizeResult());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IBaseSummarizeResult\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IBaseSummarizeResult():\n TypeOnly<current.IBaseSummarizeResult>;\ndeclare function use_old_InterfaceDeclaration_IBaseSummarizeResult(\n use: TypeOnly<old.IBaseSummarizeResult>): void;\nuse_old_InterfaceDeclaration_IBaseSummarizeResult(\n get_current_InterfaceDeclaration_IBaseSummarizeResult());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IBlobManagerLoadInfo\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IBlobManagerLoadInfo():\n TypeOnly<old.IBlobManagerLoadInfo>;\ndeclare function use_current_InterfaceDeclaration_IBlobManagerLoadInfo(\n use: TypeOnly<current.IBlobManagerLoadInfo>): void;\nuse_current_InterfaceDeclaration_IBlobManagerLoadInfo(\n get_old_InterfaceDeclaration_IBlobManagerLoadInfo());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IBlobManagerLoadInfo\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IBlobManagerLoadInfo():\n TypeOnly<current.IBlobManagerLoadInfo>;\ndeclare function use_old_InterfaceDeclaration_IBlobManagerLoadInfo(\n use: TypeOnly<old.IBlobManagerLoadInfo>): void;\nuse_old_InterfaceDeclaration_IBlobManagerLoadInfo(\n get_current_InterfaceDeclaration_IBlobManagerLoadInfo());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IBroadcastSummaryResult\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IBroadcastSummaryResult():\n TypeOnly<old.IBroadcastSummaryResult>;\ndeclare function use_current_InterfaceDeclaration_IBroadcastSummaryResult(\n use: TypeOnly<current.IBroadcastSummaryResult>): void;\nuse_current_InterfaceDeclaration_IBroadcastSummaryResult(\n get_old_InterfaceDeclaration_IBroadcastSummaryResult());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IBroadcastSummaryResult\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IBroadcastSummaryResult():\n TypeOnly<current.IBroadcastSummaryResult>;\ndeclare function use_old_InterfaceDeclaration_IBroadcastSummaryResult(\n use: TypeOnly<old.IBroadcastSummaryResult>): void;\nuse_old_InterfaceDeclaration_IBroadcastSummaryResult(\n get_current_InterfaceDeclaration_IBroadcastSummaryResult());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ICancellableSummarizerController\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ICancellableSummarizerController():\n TypeOnly<old.ICancellableSummarizerController>;\ndeclare function use_current_InterfaceDeclaration_ICancellableSummarizerController(\n use: TypeOnly<current.ICancellableSummarizerController>): void;\nuse_current_InterfaceDeclaration_ICancellableSummarizerController(\n get_old_InterfaceDeclaration_ICancellableSummarizerController());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ICancellableSummarizerController\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ICancellableSummarizerController():\n TypeOnly<current.ICancellableSummarizerController>;\ndeclare function use_old_InterfaceDeclaration_ICancellableSummarizerController(\n use: TypeOnly<old.ICancellableSummarizerController>): void;\nuse_old_InterfaceDeclaration_ICancellableSummarizerController(\n get_current_InterfaceDeclaration_ICancellableSummarizerController());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ICancellationToken\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ICancellationToken():\n TypeOnly<old.ICancellationToken<any>>;\ndeclare function use_current_InterfaceDeclaration_ICancellationToken(\n use: TypeOnly<current.ICancellationToken<any>>): void;\nuse_current_InterfaceDeclaration_ICancellationToken(\n get_old_InterfaceDeclaration_ICancellationToken());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ICancellationToken\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ICancellationToken():\n TypeOnly<current.ICancellationToken<any>>;\ndeclare function use_old_InterfaceDeclaration_ICancellationToken(\n use: TypeOnly<old.ICancellationToken<any>>): void;\nuse_old_InterfaceDeclaration_ICancellationToken(\n get_current_InterfaceDeclaration_ICancellationToken());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IChunkedOp\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IChunkedOp():\n TypeOnly<old.IChunkedOp>;\ndeclare function use_current_InterfaceDeclaration_IChunkedOp(\n use: TypeOnly<current.IChunkedOp>): void;\nuse_current_InterfaceDeclaration_IChunkedOp(\n get_old_InterfaceDeclaration_IChunkedOp());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IChunkedOp\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IChunkedOp():\n TypeOnly<current.IChunkedOp>;\ndeclare function use_old_InterfaceDeclaration_IChunkedOp(\n use: TypeOnly<old.IChunkedOp>): void;\nuse_old_InterfaceDeclaration_IChunkedOp(\n get_current_InterfaceDeclaration_IChunkedOp());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IClientSummaryWatcher\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IClientSummaryWatcher():\n TypeOnly<old.IClientSummaryWatcher>;\ndeclare function use_current_InterfaceDeclaration_IClientSummaryWatcher(\n use: TypeOnly<current.IClientSummaryWatcher>): void;\nuse_current_InterfaceDeclaration_IClientSummaryWatcher(\n get_old_InterfaceDeclaration_IClientSummaryWatcher());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IClientSummaryWatcher\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IClientSummaryWatcher():\n TypeOnly<current.IClientSummaryWatcher>;\ndeclare function use_old_InterfaceDeclaration_IClientSummaryWatcher(\n use: TypeOnly<old.IClientSummaryWatcher>): void;\nuse_old_InterfaceDeclaration_IClientSummaryWatcher(\n get_current_InterfaceDeclaration_IClientSummaryWatcher());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ICompressionRuntimeOptions\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ICompressionRuntimeOptions():\n TypeOnly<old.ICompressionRuntimeOptions>;\ndeclare function use_current_InterfaceDeclaration_ICompressionRuntimeOptions(\n use: TypeOnly<current.ICompressionRuntimeOptions>): void;\nuse_current_InterfaceDeclaration_ICompressionRuntimeOptions(\n get_old_InterfaceDeclaration_ICompressionRuntimeOptions());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ICompressionRuntimeOptions\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ICompressionRuntimeOptions():\n TypeOnly<current.ICompressionRuntimeOptions>;\ndeclare function use_old_InterfaceDeclaration_ICompressionRuntimeOptions(\n use: TypeOnly<old.ICompressionRuntimeOptions>): void;\nuse_old_InterfaceDeclaration_ICompressionRuntimeOptions(\n get_current_InterfaceDeclaration_ICompressionRuntimeOptions());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IConnectableRuntime\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IConnectableRuntime():\n TypeOnly<old.IConnectableRuntime>;\ndeclare function use_current_InterfaceDeclaration_IConnectableRuntime(\n use: TypeOnly<current.IConnectableRuntime>): void;\nuse_current_InterfaceDeclaration_IConnectableRuntime(\n get_old_InterfaceDeclaration_IConnectableRuntime());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IConnectableRuntime\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IConnectableRuntime():\n TypeOnly<current.IConnectableRuntime>;\ndeclare function use_old_InterfaceDeclaration_IConnectableRuntime(\n use: TypeOnly<old.IConnectableRuntime>): void;\nuse_old_InterfaceDeclaration_IConnectableRuntime(\n get_current_InterfaceDeclaration_IConnectableRuntime());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IContainerRuntimeMessageCompatDetails\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IContainerRuntimeMessageCompatDetails():\n TypeOnly<old.IContainerRuntimeMessageCompatDetails>;\ndeclare function use_current_InterfaceDeclaration_IContainerRuntimeMessageCompatDetails(\n use: TypeOnly<current.IContainerRuntimeMessageCompatDetails>): void;\nuse_current_InterfaceDeclaration_IContainerRuntimeMessageCompatDetails(\n get_old_InterfaceDeclaration_IContainerRuntimeMessageCompatDetails());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IContainerRuntimeMessageCompatDetails\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IContainerRuntimeMessageCompatDetails():\n TypeOnly<current.IContainerRuntimeMessageCompatDetails>;\ndeclare function use_old_InterfaceDeclaration_IContainerRuntimeMessageCompatDetails(\n use: TypeOnly<old.IContainerRuntimeMessageCompatDetails>): void;\nuse_old_InterfaceDeclaration_IContainerRuntimeMessageCompatDetails(\n get_current_InterfaceDeclaration_IContainerRuntimeMessageCompatDetails());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IContainerRuntimeMetadata\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IContainerRuntimeMetadata():\n TypeOnly<old.IContainerRuntimeMetadata>;\ndeclare function use_current_InterfaceDeclaration_IContainerRuntimeMetadata(\n use: TypeOnly<current.IContainerRuntimeMetadata>): void;\nuse_current_InterfaceDeclaration_IContainerRuntimeMetadata(\n get_old_InterfaceDeclaration_IContainerRuntimeMetadata());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IContainerRuntimeMetadata\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IContainerRuntimeMetadata():\n TypeOnly<current.IContainerRuntimeMetadata>;\ndeclare function use_old_InterfaceDeclaration_IContainerRuntimeMetadata(\n use: TypeOnly<old.IContainerRuntimeMetadata>): void;\nuse_old_InterfaceDeclaration_IContainerRuntimeMetadata(\n get_current_InterfaceDeclaration_IContainerRuntimeMetadata());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IContainerRuntimeOptions\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IContainerRuntimeOptions():\n TypeOnly<old.IContainerRuntimeOptions>;\ndeclare function use_current_InterfaceDeclaration_IContainerRuntimeOptions(\n use: TypeOnly<current.IContainerRuntimeOptions>): void;\nuse_current_InterfaceDeclaration_IContainerRuntimeOptions(\n // @ts-expect-error compatibility expected to be broken\n get_old_InterfaceDeclaration_IContainerRuntimeOptions());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IContainerRuntimeOptions\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IContainerRuntimeOptions():\n TypeOnly<current.IContainerRuntimeOptions>;\ndeclare function use_old_InterfaceDeclaration_IContainerRuntimeOptions(\n use: TypeOnly<old.IContainerRuntimeOptions>): void;\nuse_old_InterfaceDeclaration_IContainerRuntimeOptions(\n // @ts-expect-error compatibility expected to be broken\n get_current_InterfaceDeclaration_IContainerRuntimeOptions());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ICreateContainerMetadata\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ICreateContainerMetadata():\n TypeOnly<old.ICreateContainerMetadata>;\ndeclare function use_current_InterfaceDeclaration_ICreateContainerMetadata(\n use: TypeOnly<current.ICreateContainerMetadata>): void;\nuse_current_InterfaceDeclaration_ICreateContainerMetadata(\n get_old_InterfaceDeclaration_ICreateContainerMetadata());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ICreateContainerMetadata\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ICreateContainerMetadata():\n TypeOnly<current.ICreateContainerMetadata>;\ndeclare function use_old_InterfaceDeclaration_ICreateContainerMetadata(\n use: TypeOnly<old.ICreateContainerMetadata>): void;\nuse_old_InterfaceDeclaration_ICreateContainerMetadata(\n get_current_InterfaceDeclaration_ICreateContainerMetadata());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IEnqueueSummarizeOptions\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IEnqueueSummarizeOptions():\n TypeOnly<old.IEnqueueSummarizeOptions>;\ndeclare function use_current_InterfaceDeclaration_IEnqueueSummarizeOptions(\n use: TypeOnly<current.IEnqueueSummarizeOptions>): void;\nuse_current_InterfaceDeclaration_IEnqueueSummarizeOptions(\n get_old_InterfaceDeclaration_IEnqueueSummarizeOptions());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IEnqueueSummarizeOptions\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IEnqueueSummarizeOptions():\n TypeOnly<current.IEnqueueSummarizeOptions>;\ndeclare function use_old_InterfaceDeclaration_IEnqueueSummarizeOptions(\n use: TypeOnly<old.IEnqueueSummarizeOptions>): void;\nuse_old_InterfaceDeclaration_IEnqueueSummarizeOptions(\n get_current_InterfaceDeclaration_IEnqueueSummarizeOptions());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IGCMetadata\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IGCMetadata():\n TypeOnly<old.IGCMetadata>;\ndeclare function use_current_InterfaceDeclaration_IGCMetadata(\n use: TypeOnly<current.IGCMetadata>): void;\nuse_current_InterfaceDeclaration_IGCMetadata(\n get_old_InterfaceDeclaration_IGCMetadata());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IGCMetadata\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IGCMetadata():\n TypeOnly<current.IGCMetadata>;\ndeclare function use_old_InterfaceDeclaration_IGCMetadata(\n use: TypeOnly<old.IGCMetadata>): void;\nuse_old_InterfaceDeclaration_IGCMetadata(\n get_current_InterfaceDeclaration_IGCMetadata());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IGCRuntimeOptions\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IGCRuntimeOptions():\n TypeOnly<old.IGCRuntimeOptions>;\ndeclare function use_current_InterfaceDeclaration_IGCRuntimeOptions(\n use: TypeOnly<current.IGCRuntimeOptions>): void;\nuse_current_InterfaceDeclaration_IGCRuntimeOptions(\n get_old_InterfaceDeclaration_IGCRuntimeOptions());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IGCRuntimeOptions\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IGCRuntimeOptions():\n TypeOnly<current.IGCRuntimeOptions>;\ndeclare function use_old_InterfaceDeclaration_IGCRuntimeOptions(\n use: TypeOnly<old.IGCRuntimeOptions>): void;\nuse_old_InterfaceDeclaration_IGCRuntimeOptions(\n get_current_InterfaceDeclaration_IGCRuntimeOptions());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IGCStats\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IGCStats():\n TypeOnly<old.IGCStats>;\ndeclare function use_current_InterfaceDeclaration_IGCStats(\n use: TypeOnly<current.IGCStats>): void;\nuse_current_InterfaceDeclaration_IGCStats(\n get_old_InterfaceDeclaration_IGCStats());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IGCStats\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IGCStats():\n TypeOnly<current.IGCStats>;\ndeclare function use_old_InterfaceDeclaration_IGCStats(\n use: TypeOnly<old.IGCStats>): void;\nuse_old_InterfaceDeclaration_IGCStats(\n get_current_InterfaceDeclaration_IGCStats());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IGenerateSummaryTreeResult\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IGenerateSummaryTreeResult():\n TypeOnly<old.IGenerateSummaryTreeResult>;\ndeclare function use_current_InterfaceDeclaration_IGenerateSummaryTreeResult(\n use: TypeOnly<current.IGenerateSummaryTreeResult>): void;\nuse_current_InterfaceDeclaration_IGenerateSummaryTreeResult(\n get_old_InterfaceDeclaration_IGenerateSummaryTreeResult());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IGenerateSummaryTreeResult\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IGenerateSummaryTreeResult():\n TypeOnly<current.IGenerateSummaryTreeResult>;\ndeclare function use_old_InterfaceDeclaration_IGenerateSummaryTreeResult(\n use: TypeOnly<old.IGenerateSummaryTreeResult>): void;\nuse_old_InterfaceDeclaration_IGenerateSummaryTreeResult(\n get_current_InterfaceDeclaration_IGenerateSummaryTreeResult());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IGeneratedSummaryStats\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IGeneratedSummaryStats():\n TypeOnly<old.IGeneratedSummaryStats>;\ndeclare function use_current_InterfaceDeclaration_IGeneratedSummaryStats(\n use: TypeOnly<current.IGeneratedSummaryStats>): void;\nuse_current_InterfaceDeclaration_IGeneratedSummaryStats(\n get_old_InterfaceDeclaration_IGeneratedSummaryStats());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IGeneratedSummaryStats\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IGeneratedSummaryStats():\n TypeOnly<current.IGeneratedSummaryStats>;\ndeclare function use_old_InterfaceDeclaration_IGeneratedSummaryStats(\n use: TypeOnly<old.IGeneratedSummaryStats>): void;\nuse_old_InterfaceDeclaration_IGeneratedSummaryStats(\n get_current_InterfaceDeclaration_IGeneratedSummaryStats());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IMarkPhaseStats\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IMarkPhaseStats():\n TypeOnly<old.IMarkPhaseStats>;\ndeclare function use_current_InterfaceDeclaration_IMarkPhaseStats(\n use: TypeOnly<current.IMarkPhaseStats>): void;\nuse_current_InterfaceDeclaration_IMarkPhaseStats(\n get_old_InterfaceDeclaration_IMarkPhaseStats());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IMarkPhaseStats\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IMarkPhaseStats():\n TypeOnly<current.IMarkPhaseStats>;\ndeclare function use_old_InterfaceDeclaration_IMarkPhaseStats(\n use: TypeOnly<old.IMarkPhaseStats>): void;\nuse_old_InterfaceDeclaration_IMarkPhaseStats(\n get_current_InterfaceDeclaration_IMarkPhaseStats());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_INackSummaryResult\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_INackSummaryResult():\n TypeOnly<old.INackSummaryResult>;\ndeclare function use_current_InterfaceDeclaration_INackSummaryResult(\n use: TypeOnly<current.INackSummaryResult>): void;\nuse_current_InterfaceDeclaration_INackSummaryResult(\n get_old_InterfaceDeclaration_INackSummaryResult());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_INackSummaryResult\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_INackSummaryResult():\n TypeOnly<current.INackSummaryResult>;\ndeclare function use_old_InterfaceDeclaration_INackSummaryResult(\n use: TypeOnly<old.INackSummaryResult>): void;\nuse_old_InterfaceDeclaration_INackSummaryResult(\n get_current_InterfaceDeclaration_INackSummaryResult());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IOnDemandSummarizeOptions\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IOnDemandSummarizeOptions():\n TypeOnly<old.IOnDemandSummarizeOptions>;\ndeclare function use_current_InterfaceDeclaration_IOnDemandSummarizeOptions(\n use: TypeOnly<current.IOnDemandSummarizeOptions>): void;\nuse_current_InterfaceDeclaration_IOnDemandSummarizeOptions(\n get_old_InterfaceDeclaration_IOnDemandSummarizeOptions());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IOnDemandSummarizeOptions\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IOnDemandSummarizeOptions():\n TypeOnly<current.IOnDemandSummarizeOptions>;\ndeclare function use_old_InterfaceDeclaration_IOnDemandSummarizeOptions(\n use: TypeOnly<old.IOnDemandSummarizeOptions>): void;\nuse_old_InterfaceDeclaration_IOnDemandSummarizeOptions(\n get_current_InterfaceDeclaration_IOnDemandSummarizeOptions());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IRefreshSummaryAckOptions\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IRefreshSummaryAckOptions():\n TypeOnly<old.IRefreshSummaryAckOptions>;\ndeclare function use_current_InterfaceDeclaration_IRefreshSummaryAckOptions(\n use: TypeOnly<current.IRefreshSummaryAckOptions>): void;\nuse_current_InterfaceDeclaration_IRefreshSummaryAckOptions(\n get_old_InterfaceDeclaration_IRefreshSummaryAckOptions());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IRefreshSummaryAckOptions\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IRefreshSummaryAckOptions():\n TypeOnly<current.IRefreshSummaryAckOptions>;\ndeclare function use_old_InterfaceDeclaration_IRefreshSummaryAckOptions(\n use: TypeOnly<old.IRefreshSummaryAckOptions>): void;\nuse_old_InterfaceDeclaration_IRefreshSummaryAckOptions(\n get_current_InterfaceDeclaration_IRefreshSummaryAckOptions());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IRetriableFailureResult\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IRetriableFailureResult():\n TypeOnly<old.IRetriableFailureResult>;\ndeclare function use_current_InterfaceDeclaration_IRetriableFailureResult(\n use: TypeOnly<current.IRetriableFailureResult>): void;\nuse_current_InterfaceDeclaration_IRetriableFailureResult(\n get_old_InterfaceDeclaration_IRetriableFailureResult());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IRetriableFailureResult\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IRetriableFailureResult():\n TypeOnly<current.IRetriableFailureResult>;\ndeclare function use_old_InterfaceDeclaration_IRetriableFailureResult(\n use: TypeOnly<old.IRetriableFailureResult>): void;\nuse_old_InterfaceDeclaration_IRetriableFailureResult(\n get_current_InterfaceDeclaration_IRetriableFailureResult());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISerializedElection\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISerializedElection():\n TypeOnly<old.ISerializedElection>;\ndeclare function use_current_InterfaceDeclaration_ISerializedElection(\n use: TypeOnly<current.ISerializedElection>): void;\nuse_current_InterfaceDeclaration_ISerializedElection(\n get_old_InterfaceDeclaration_ISerializedElection());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISerializedElection\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISerializedElection():\n TypeOnly<current.ISerializedElection>;\ndeclare function use_old_InterfaceDeclaration_ISerializedElection(\n use: TypeOnly<old.ISerializedElection>): void;\nuse_old_InterfaceDeclaration_ISerializedElection(\n get_current_InterfaceDeclaration_ISerializedElection());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISubmitSummaryOpResult\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISubmitSummaryOpResult():\n TypeOnly<old.ISubmitSummaryOpResult>;\ndeclare function use_current_InterfaceDeclaration_ISubmitSummaryOpResult(\n use: TypeOnly<current.ISubmitSummaryOpResult>): void;\nuse_current_InterfaceDeclaration_ISubmitSummaryOpResult(\n get_old_InterfaceDeclaration_ISubmitSummaryOpResult());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISubmitSummaryOpResult\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISubmitSummaryOpResult():\n TypeOnly<current.ISubmitSummaryOpResult>;\ndeclare function use_old_InterfaceDeclaration_ISubmitSummaryOpResult(\n use: TypeOnly<old.ISubmitSummaryOpResult>): void;\nuse_old_InterfaceDeclaration_ISubmitSummaryOpResult(\n get_current_InterfaceDeclaration_ISubmitSummaryOpResult());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISubmitSummaryOptions\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISubmitSummaryOptions():\n TypeOnly<old.ISubmitSummaryOptions>;\ndeclare function use_current_InterfaceDeclaration_ISubmitSummaryOptions(\n use: TypeOnly<current.ISubmitSummaryOptions>): void;\nuse_current_InterfaceDeclaration_ISubmitSummaryOptions(\n // @ts-expect-error compatibility expected to be broken\n get_old_InterfaceDeclaration_ISubmitSummaryOptions());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISubmitSummaryOptions\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISubmitSummaryOptions():\n TypeOnly<current.ISubmitSummaryOptions>;\ndeclare function use_old_InterfaceDeclaration_ISubmitSummaryOptions(\n use: TypeOnly<old.ISubmitSummaryOptions>): void;\nuse_old_InterfaceDeclaration_ISubmitSummaryOptions(\n get_current_InterfaceDeclaration_ISubmitSummaryOptions());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummarizeEventProps\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummarizeEventProps():\n TypeOnly<old.ISummarizeEventProps>;\ndeclare function use_current_InterfaceDeclaration_ISummarizeEventProps(\n use: TypeOnly<current.ISummarizeEventProps>): void;\nuse_current_InterfaceDeclaration_ISummarizeEventProps(\n get_old_InterfaceDeclaration_ISummarizeEventProps());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummarizeEventProps\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummarizeEventProps():\n TypeOnly<current.ISummarizeEventProps>;\ndeclare function use_old_InterfaceDeclaration_ISummarizeEventProps(\n use: TypeOnly<old.ISummarizeEventProps>): void;\nuse_old_InterfaceDeclaration_ISummarizeEventProps(\n get_current_InterfaceDeclaration_ISummarizeEventProps());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummarizeOptions\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummarizeOptions():\n TypeOnly<old.ISummarizeOptions>;\ndeclare function use_current_InterfaceDeclaration_ISummarizeOptions(\n use: TypeOnly<current.ISummarizeOptions>): void;\nuse_current_InterfaceDeclaration_ISummarizeOptions(\n get_old_InterfaceDeclaration_ISummarizeOptions());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummarizeOptions\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummarizeOptions():\n TypeOnly<current.ISummarizeOptions>;\ndeclare function use_old_InterfaceDeclaration_ISummarizeOptions(\n use: TypeOnly<old.ISummarizeOptions>): void;\nuse_old_InterfaceDeclaration_ISummarizeOptions(\n get_current_InterfaceDeclaration_ISummarizeOptions());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummarizeResults\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummarizeResults():\n TypeOnly<old.ISummarizeResults>;\ndeclare function use_current_InterfaceDeclaration_ISummarizeResults(\n use: TypeOnly<current.ISummarizeResults>): void;\nuse_current_InterfaceDeclaration_ISummarizeResults(\n get_old_InterfaceDeclaration_ISummarizeResults());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummarizeResults\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummarizeResults():\n TypeOnly<current.ISummarizeResults>;\ndeclare function use_old_InterfaceDeclaration_ISummarizeResults(\n use: TypeOnly<old.ISummarizeResults>): void;\nuse_old_InterfaceDeclaration_ISummarizeResults(\n get_current_InterfaceDeclaration_ISummarizeResults());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummarizer\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummarizer():\n TypeOnly<old.ISummarizer>;\ndeclare function use_current_InterfaceDeclaration_ISummarizer(\n use: TypeOnly<current.ISummarizer>): void;\nuse_current_InterfaceDeclaration_ISummarizer(\n get_old_InterfaceDeclaration_ISummarizer());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummarizer\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummarizer():\n TypeOnly<current.ISummarizer>;\ndeclare function use_old_InterfaceDeclaration_ISummarizer(\n use: TypeOnly<old.ISummarizer>): void;\nuse_old_InterfaceDeclaration_ISummarizer(\n get_current_InterfaceDeclaration_ISummarizer());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummarizerEvents\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummarizerEvents():\n TypeOnly<old.ISummarizerEvents>;\ndeclare function use_current_InterfaceDeclaration_ISummarizerEvents(\n use: TypeOnly<current.ISummarizerEvents>): void;\nuse_current_InterfaceDeclaration_ISummarizerEvents(\n get_old_InterfaceDeclaration_ISummarizerEvents());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummarizerEvents\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummarizerEvents():\n TypeOnly<current.ISummarizerEvents>;\ndeclare function use_old_InterfaceDeclaration_ISummarizerEvents(\n use: TypeOnly<old.ISummarizerEvents>): void;\nuse_old_InterfaceDeclaration_ISummarizerEvents(\n get_current_InterfaceDeclaration_ISummarizerEvents());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummarizerInternalsProvider\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummarizerInternalsProvider():\n TypeOnly<old.ISummarizerInternalsProvider>;\ndeclare function use_current_InterfaceDeclaration_ISummarizerInternalsProvider(\n use: TypeOnly<current.ISummarizerInternalsProvider>): void;\nuse_current_InterfaceDeclaration_ISummarizerInternalsProvider(\n get_old_InterfaceDeclaration_ISummarizerInternalsProvider());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummarizerInternalsProvider\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummarizerInternalsProvider():\n TypeOnly<current.ISummarizerInternalsProvider>;\ndeclare function use_old_InterfaceDeclaration_ISummarizerInternalsProvider(\n use: TypeOnly<old.ISummarizerInternalsProvider>): void;\nuse_old_InterfaceDeclaration_ISummarizerInternalsProvider(\n get_current_InterfaceDeclaration_ISummarizerInternalsProvider());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummarizerRuntime\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummarizerRuntime():\n TypeOnly<old.ISummarizerRuntime>;\ndeclare function use_current_InterfaceDeclaration_ISummarizerRuntime(\n use: TypeOnly<current.ISummarizerRuntime>): void;\nuse_current_InterfaceDeclaration_ISummarizerRuntime(\n get_old_InterfaceDeclaration_ISummarizerRuntime());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummarizerRuntime\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummarizerRuntime():\n TypeOnly<current.ISummarizerRuntime>;\ndeclare function use_old_InterfaceDeclaration_ISummarizerRuntime(\n use: TypeOnly<old.ISummarizerRuntime>): void;\nuse_old_InterfaceDeclaration_ISummarizerRuntime(\n get_current_InterfaceDeclaration_ISummarizerRuntime());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummarizingWarning\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummarizingWarning():\n TypeOnly<old.ISummarizingWarning>;\ndeclare function use_current_InterfaceDeclaration_ISummarizingWarning(\n use: TypeOnly<current.ISummarizingWarning>): void;\nuse_current_InterfaceDeclaration_ISummarizingWarning(\n get_old_InterfaceDeclaration_ISummarizingWarning());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummarizingWarning\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummarizingWarning():\n TypeOnly<current.ISummarizingWarning>;\ndeclare function use_old_InterfaceDeclaration_ISummarizingWarning(\n use: TypeOnly<old.ISummarizingWarning>): void;\nuse_old_InterfaceDeclaration_ISummarizingWarning(\n get_current_InterfaceDeclaration_ISummarizingWarning());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummary\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummary():\n TypeOnly<old.ISummary>;\ndeclare function use_current_InterfaceDeclaration_ISummary(\n use: TypeOnly<current.ISummary>): void;\nuse_current_InterfaceDeclaration_ISummary(\n get_old_InterfaceDeclaration_ISummary());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummary\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummary():\n TypeOnly<current.ISummary>;\ndeclare function use_old_InterfaceDeclaration_ISummary(\n use: TypeOnly<old.ISummary>): void;\nuse_old_InterfaceDeclaration_ISummary(\n get_current_InterfaceDeclaration_ISummary());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryAckMessage\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummaryAckMessage():\n TypeOnly<old.ISummaryAckMessage>;\ndeclare function use_current_InterfaceDeclaration_ISummaryAckMessage(\n use: TypeOnly<current.ISummaryAckMessage>): void;\nuse_current_InterfaceDeclaration_ISummaryAckMessage(\n get_old_InterfaceDeclaration_ISummaryAckMessage());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryAckMessage\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummaryAckMessage():\n TypeOnly<current.ISummaryAckMessage>;\ndeclare function use_old_InterfaceDeclaration_ISummaryAckMessage(\n use: TypeOnly<old.ISummaryAckMessage>): void;\nuse_old_InterfaceDeclaration_ISummaryAckMessage(\n get_current_InterfaceDeclaration_ISummaryAckMessage());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryBaseConfiguration\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummaryBaseConfiguration():\n TypeOnly<old.ISummaryBaseConfiguration>;\ndeclare function use_current_InterfaceDeclaration_ISummaryBaseConfiguration(\n use: TypeOnly<current.ISummaryBaseConfiguration>): void;\nuse_current_InterfaceDeclaration_ISummaryBaseConfiguration(\n get_old_InterfaceDeclaration_ISummaryBaseConfiguration());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryBaseConfiguration\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummaryBaseConfiguration():\n TypeOnly<current.ISummaryBaseConfiguration>;\ndeclare function use_old_InterfaceDeclaration_ISummaryBaseConfiguration(\n use: TypeOnly<old.ISummaryBaseConfiguration>): void;\nuse_old_InterfaceDeclaration_ISummaryBaseConfiguration(\n get_current_InterfaceDeclaration_ISummaryBaseConfiguration());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_ISummaryCancellationToken\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_ISummaryCancellationToken():\n TypeOnly<old.ISummaryCancellationToken>;\ndeclare function use_current_TypeAliasDeclaration_ISummaryCancellationToken(\n use: TypeOnly<current.ISummaryCancellationToken>): void;\nuse_current_TypeAliasDeclaration_ISummaryCancellationToken(\n get_old_TypeAliasDeclaration_ISummaryCancellationToken());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_ISummaryCancellationToken\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_ISummaryCancellationToken():\n TypeOnly<current.ISummaryCancellationToken>;\ndeclare function use_old_TypeAliasDeclaration_ISummaryCancellationToken(\n use: TypeOnly<old.ISummaryCancellationToken>): void;\nuse_old_TypeAliasDeclaration_ISummaryCancellationToken(\n get_current_TypeAliasDeclaration_ISummaryCancellationToken());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryCollectionOpEvents\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummaryCollectionOpEvents():\n TypeOnly<old.ISummaryCollectionOpEvents>;\ndeclare function use_current_InterfaceDeclaration_ISummaryCollectionOpEvents(\n use: TypeOnly<current.ISummaryCollectionOpEvents>): void;\nuse_current_InterfaceDeclaration_ISummaryCollectionOpEvents(\n get_old_InterfaceDeclaration_ISummaryCollectionOpEvents());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryCollectionOpEvents\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummaryCollectionOpEvents():\n TypeOnly<current.ISummaryCollectionOpEvents>;\ndeclare function use_old_InterfaceDeclaration_ISummaryCollectionOpEvents(\n use: TypeOnly<old.ISummaryCollectionOpEvents>): void;\nuse_old_InterfaceDeclaration_ISummaryCollectionOpEvents(\n get_current_InterfaceDeclaration_ISummaryCollectionOpEvents());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_ISummaryConfiguration\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_ISummaryConfiguration():\n TypeOnly<old.ISummaryConfiguration>;\ndeclare function use_current_TypeAliasDeclaration_ISummaryConfiguration(\n use: TypeOnly<current.ISummaryConfiguration>): void;\nuse_current_TypeAliasDeclaration_ISummaryConfiguration(\n get_old_TypeAliasDeclaration_ISummaryConfiguration());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_ISummaryConfiguration\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_ISummaryConfiguration():\n TypeOnly<current.ISummaryConfiguration>;\ndeclare function use_old_TypeAliasDeclaration_ISummaryConfiguration(\n use: TypeOnly<old.ISummaryConfiguration>): void;\nuse_old_TypeAliasDeclaration_ISummaryConfiguration(\n get_current_TypeAliasDeclaration_ISummaryConfiguration());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryConfigurationDisableHeuristics\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummaryConfigurationDisableHeuristics():\n TypeOnly<old.ISummaryConfigurationDisableHeuristics>;\ndeclare function use_current_InterfaceDeclaration_ISummaryConfigurationDisableHeuristics(\n use: TypeOnly<current.ISummaryConfigurationDisableHeuristics>): void;\nuse_current_InterfaceDeclaration_ISummaryConfigurationDisableHeuristics(\n get_old_InterfaceDeclaration_ISummaryConfigurationDisableHeuristics());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryConfigurationDisableHeuristics\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummaryConfigurationDisableHeuristics():\n TypeOnly<current.ISummaryConfigurationDisableHeuristics>;\ndeclare function use_old_InterfaceDeclaration_ISummaryConfigurationDisableHeuristics(\n use: TypeOnly<old.ISummaryConfigurationDisableHeuristics>): void;\nuse_old_InterfaceDeclaration_ISummaryConfigurationDisableHeuristics(\n get_current_InterfaceDeclaration_ISummaryConfigurationDisableHeuristics());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryConfigurationDisableSummarizer\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummaryConfigurationDisableSummarizer():\n TypeOnly<old.ISummaryConfigurationDisableSummarizer>;\ndeclare function use_current_InterfaceDeclaration_ISummaryConfigurationDisableSummarizer(\n use: TypeOnly<current.ISummaryConfigurationDisableSummarizer>): void;\nuse_current_InterfaceDeclaration_ISummaryConfigurationDisableSummarizer(\n get_old_InterfaceDeclaration_ISummaryConfigurationDisableSummarizer());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryConfigurationDisableSummarizer\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummaryConfigurationDisableSummarizer():\n TypeOnly<current.ISummaryConfigurationDisableSummarizer>;\ndeclare function use_old_InterfaceDeclaration_ISummaryConfigurationDisableSummarizer(\n use: TypeOnly<old.ISummaryConfigurationDisableSummarizer>): void;\nuse_old_InterfaceDeclaration_ISummaryConfigurationDisableSummarizer(\n get_current_InterfaceDeclaration_ISummaryConfigurationDisableSummarizer());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryConfigurationHeuristics\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummaryConfigurationHeuristics():\n TypeOnly<old.ISummaryConfigurationHeuristics>;\ndeclare function use_current_InterfaceDeclaration_ISummaryConfigurationHeuristics(\n use: TypeOnly<current.ISummaryConfigurationHeuristics>): void;\nuse_current_InterfaceDeclaration_ISummaryConfigurationHeuristics(\n get_old_InterfaceDeclaration_ISummaryConfigurationHeuristics());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryConfigurationHeuristics\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummaryConfigurationHeuristics():\n TypeOnly<current.ISummaryConfigurationHeuristics>;\ndeclare function use_old_InterfaceDeclaration_ISummaryConfigurationHeuristics(\n use: TypeOnly<old.ISummaryConfigurationHeuristics>): void;\nuse_old_InterfaceDeclaration_ISummaryConfigurationHeuristics(\n get_current_InterfaceDeclaration_ISummaryConfigurationHeuristics());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_ISummaryMetadataMessage\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_ISummaryMetadataMessage():\n TypeOnly<old.ISummaryMetadataMessage>;\ndeclare function use_current_TypeAliasDeclaration_ISummaryMetadataMessage(\n use: TypeOnly<current.ISummaryMetadataMessage>): void;\nuse_current_TypeAliasDeclaration_ISummaryMetadataMessage(\n get_old_TypeAliasDeclaration_ISummaryMetadataMessage());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_ISummaryMetadataMessage\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_ISummaryMetadataMessage():\n TypeOnly<current.ISummaryMetadataMessage>;\ndeclare function use_old_TypeAliasDeclaration_ISummaryMetadataMessage(\n use: TypeOnly<old.ISummaryMetadataMessage>): void;\nuse_old_TypeAliasDeclaration_ISummaryMetadataMessage(\n get_current_TypeAliasDeclaration_ISummaryMetadataMessage());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryNackMessage\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummaryNackMessage():\n TypeOnly<old.ISummaryNackMessage>;\ndeclare function use_current_InterfaceDeclaration_ISummaryNackMessage(\n use: TypeOnly<current.ISummaryNackMessage>): void;\nuse_current_InterfaceDeclaration_ISummaryNackMessage(\n get_old_InterfaceDeclaration_ISummaryNackMessage());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryNackMessage\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummaryNackMessage():\n TypeOnly<current.ISummaryNackMessage>;\ndeclare function use_old_InterfaceDeclaration_ISummaryNackMessage(\n use: TypeOnly<old.ISummaryNackMessage>): void;\nuse_old_InterfaceDeclaration_ISummaryNackMessage(\n get_current_InterfaceDeclaration_ISummaryNackMessage());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryOpMessage\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummaryOpMessage():\n TypeOnly<old.ISummaryOpMessage>;\ndeclare function use_current_InterfaceDeclaration_ISummaryOpMessage(\n use: TypeOnly<current.ISummaryOpMessage>): void;\nuse_current_InterfaceDeclaration_ISummaryOpMessage(\n get_old_InterfaceDeclaration_ISummaryOpMessage());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryOpMessage\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummaryOpMessage():\n TypeOnly<current.ISummaryOpMessage>;\ndeclare function use_old_InterfaceDeclaration_ISummaryOpMessage(\n use: TypeOnly<old.ISummaryOpMessage>): void;\nuse_old_InterfaceDeclaration_ISummaryOpMessage(\n get_current_InterfaceDeclaration_ISummaryOpMessage());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryRuntimeOptions\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISummaryRuntimeOptions():\n TypeOnly<old.ISummaryRuntimeOptions>;\ndeclare function use_current_InterfaceDeclaration_ISummaryRuntimeOptions(\n use: TypeOnly<current.ISummaryRuntimeOptions>): void;\nuse_current_InterfaceDeclaration_ISummaryRuntimeOptions(\n get_old_InterfaceDeclaration_ISummaryRuntimeOptions());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISummaryRuntimeOptions\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISummaryRuntimeOptions():\n TypeOnly<current.ISummaryRuntimeOptions>;\ndeclare function use_old_InterfaceDeclaration_ISummaryRuntimeOptions(\n use: TypeOnly<old.ISummaryRuntimeOptions>): void;\nuse_old_InterfaceDeclaration_ISummaryRuntimeOptions(\n get_current_InterfaceDeclaration_ISummaryRuntimeOptions());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISweepPhaseStats\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_ISweepPhaseStats():\n TypeOnly<old.ISweepPhaseStats>;\ndeclare function use_current_InterfaceDeclaration_ISweepPhaseStats(\n use: TypeOnly<current.ISweepPhaseStats>): void;\nuse_current_InterfaceDeclaration_ISweepPhaseStats(\n get_old_InterfaceDeclaration_ISweepPhaseStats());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_ISweepPhaseStats\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_ISweepPhaseStats():\n TypeOnly<current.ISweepPhaseStats>;\ndeclare function use_old_InterfaceDeclaration_ISweepPhaseStats(\n use: TypeOnly<old.ISweepPhaseStats>): void;\nuse_old_InterfaceDeclaration_ISweepPhaseStats(\n get_current_InterfaceDeclaration_ISweepPhaseStats());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IUploadSummaryResult\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_IUploadSummaryResult():\n TypeOnly<old.IUploadSummaryResult>;\ndeclare function use_current_InterfaceDeclaration_IUploadSummaryResult(\n use: TypeOnly<current.IUploadSummaryResult>): void;\nuse_current_InterfaceDeclaration_IUploadSummaryResult(\n get_old_InterfaceDeclaration_IUploadSummaryResult());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_IUploadSummaryResult\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_IUploadSummaryResult():\n TypeOnly<current.IUploadSummaryResult>;\ndeclare function use_old_InterfaceDeclaration_IUploadSummaryResult(\n use: TypeOnly<old.IUploadSummaryResult>): void;\nuse_old_InterfaceDeclaration_IUploadSummaryResult(\n get_current_InterfaceDeclaration_IUploadSummaryResult());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_InactiveResponseHeaderKey\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_VariableDeclaration_InactiveResponseHeaderKey():\n TypeOnly<typeof old.InactiveResponseHeaderKey>;\ndeclare function use_current_VariableDeclaration_InactiveResponseHeaderKey(\n use: TypeOnly<typeof current.InactiveResponseHeaderKey>): void;\nuse_current_VariableDeclaration_InactiveResponseHeaderKey(\n get_old_VariableDeclaration_InactiveResponseHeaderKey());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_InactiveResponseHeaderKey\": {\"backCompat\": false}\n*/\ndeclare function get_current_VariableDeclaration_InactiveResponseHeaderKey():\n TypeOnly<typeof current.InactiveResponseHeaderKey>;\ndeclare function use_old_VariableDeclaration_InactiveResponseHeaderKey(\n use: TypeOnly<typeof old.InactiveResponseHeaderKey>): void;\nuse_old_VariableDeclaration_InactiveResponseHeaderKey(\n get_current_VariableDeclaration_InactiveResponseHeaderKey());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_OpActionEventListener\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_OpActionEventListener():\n TypeOnly<old.OpActionEventListener>;\ndeclare function use_current_TypeAliasDeclaration_OpActionEventListener(\n use: TypeOnly<current.OpActionEventListener>): void;\nuse_current_TypeAliasDeclaration_OpActionEventListener(\n get_old_TypeAliasDeclaration_OpActionEventListener());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_OpActionEventListener\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_OpActionEventListener():\n TypeOnly<current.OpActionEventListener>;\ndeclare function use_old_TypeAliasDeclaration_OpActionEventListener(\n use: TypeOnly<old.OpActionEventListener>): void;\nuse_old_TypeAliasDeclaration_OpActionEventListener(\n get_current_TypeAliasDeclaration_OpActionEventListener());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_OpActionEventName\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_OpActionEventName():\n TypeOnly<old.OpActionEventName>;\ndeclare function use_current_TypeAliasDeclaration_OpActionEventName(\n use: TypeOnly<current.OpActionEventName>): void;\nuse_current_TypeAliasDeclaration_OpActionEventName(\n get_old_TypeAliasDeclaration_OpActionEventName());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_OpActionEventName\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_OpActionEventName():\n TypeOnly<current.OpActionEventName>;\ndeclare function use_old_TypeAliasDeclaration_OpActionEventName(\n use: TypeOnly<old.OpActionEventName>): void;\nuse_old_TypeAliasDeclaration_OpActionEventName(\n get_current_TypeAliasDeclaration_OpActionEventName());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_RecentlyAddedContainerRuntimeMessageDetails\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_RecentlyAddedContainerRuntimeMessageDetails():\n TypeOnly<old.RecentlyAddedContainerRuntimeMessageDetails>;\ndeclare function use_current_InterfaceDeclaration_RecentlyAddedContainerRuntimeMessageDetails(\n use: TypeOnly<current.RecentlyAddedContainerRuntimeMessageDetails>): void;\nuse_current_InterfaceDeclaration_RecentlyAddedContainerRuntimeMessageDetails(\n get_old_InterfaceDeclaration_RecentlyAddedContainerRuntimeMessageDetails());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_RecentlyAddedContainerRuntimeMessageDetails\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_RecentlyAddedContainerRuntimeMessageDetails():\n TypeOnly<current.RecentlyAddedContainerRuntimeMessageDetails>;\ndeclare function use_old_InterfaceDeclaration_RecentlyAddedContainerRuntimeMessageDetails(\n use: TypeOnly<old.RecentlyAddedContainerRuntimeMessageDetails>): void;\nuse_old_InterfaceDeclaration_RecentlyAddedContainerRuntimeMessageDetails(\n get_current_InterfaceDeclaration_RecentlyAddedContainerRuntimeMessageDetails());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"EnumDeclaration_RuntimeHeaders\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_EnumDeclaration_RuntimeHeaders():\n TypeOnly<old.RuntimeHeaders>;\ndeclare function use_current_EnumDeclaration_RuntimeHeaders(\n use: TypeOnly<current.RuntimeHeaders>): void;\nuse_current_EnumDeclaration_RuntimeHeaders(\n get_old_EnumDeclaration_RuntimeHeaders());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"EnumDeclaration_RuntimeHeaders\": {\"backCompat\": false}\n*/\ndeclare function get_current_EnumDeclaration_RuntimeHeaders():\n TypeOnly<current.RuntimeHeaders>;\ndeclare function use_old_EnumDeclaration_RuntimeHeaders(\n use: TypeOnly<old.RuntimeHeaders>): void;\nuse_old_EnumDeclaration_RuntimeHeaders(\n get_current_EnumDeclaration_RuntimeHeaders());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"EnumDeclaration_RuntimeMessage\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_EnumDeclaration_RuntimeMessage():\n TypeOnly<old.RuntimeMessage>;\ndeclare function use_current_EnumDeclaration_RuntimeMessage(\n use: TypeOnly<current.RuntimeMessage>): void;\nuse_current_EnumDeclaration_RuntimeMessage(\n get_old_EnumDeclaration_RuntimeMessage());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"EnumDeclaration_RuntimeMessage\": {\"backCompat\": false}\n*/\ndeclare function get_current_EnumDeclaration_RuntimeMessage():\n TypeOnly<current.RuntimeMessage>;\ndeclare function use_old_EnumDeclaration_RuntimeMessage(\n use: TypeOnly<old.RuntimeMessage>): void;\nuse_old_EnumDeclaration_RuntimeMessage(\n get_current_EnumDeclaration_RuntimeMessage());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_SubmitSummaryFailureData\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_InterfaceDeclaration_SubmitSummaryFailureData():\n TypeOnly<old.SubmitSummaryFailureData>;\ndeclare function use_current_InterfaceDeclaration_SubmitSummaryFailureData(\n use: TypeOnly<current.SubmitSummaryFailureData>): void;\nuse_current_InterfaceDeclaration_SubmitSummaryFailureData(\n get_old_InterfaceDeclaration_SubmitSummaryFailureData());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"InterfaceDeclaration_SubmitSummaryFailureData\": {\"backCompat\": false}\n*/\ndeclare function get_current_InterfaceDeclaration_SubmitSummaryFailureData():\n TypeOnly<current.SubmitSummaryFailureData>;\ndeclare function use_old_InterfaceDeclaration_SubmitSummaryFailureData(\n use: TypeOnly<old.SubmitSummaryFailureData>): void;\nuse_old_InterfaceDeclaration_SubmitSummaryFailureData(\n get_current_InterfaceDeclaration_SubmitSummaryFailureData());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_SubmitSummaryResult\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_SubmitSummaryResult():\n TypeOnly<old.SubmitSummaryResult>;\ndeclare function use_current_TypeAliasDeclaration_SubmitSummaryResult(\n use: TypeOnly<current.SubmitSummaryResult>): void;\nuse_current_TypeAliasDeclaration_SubmitSummaryResult(\n get_old_TypeAliasDeclaration_SubmitSummaryResult());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_SubmitSummaryResult\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_SubmitSummaryResult():\n TypeOnly<current.SubmitSummaryResult>;\ndeclare function use_old_TypeAliasDeclaration_SubmitSummaryResult(\n use: TypeOnly<old.SubmitSummaryResult>): void;\nuse_old_TypeAliasDeclaration_SubmitSummaryResult(\n get_current_TypeAliasDeclaration_SubmitSummaryResult());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_SummarizeResultPart\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_SummarizeResultPart():\n TypeOnly<old.SummarizeResultPart<any>>;\ndeclare function use_current_TypeAliasDeclaration_SummarizeResultPart(\n use: TypeOnly<current.SummarizeResultPart<any>>): void;\nuse_current_TypeAliasDeclaration_SummarizeResultPart(\n get_old_TypeAliasDeclaration_SummarizeResultPart());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_SummarizeResultPart\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_SummarizeResultPart():\n TypeOnly<current.SummarizeResultPart<any>>;\ndeclare function use_old_TypeAliasDeclaration_SummarizeResultPart(\n use: TypeOnly<old.SummarizeResultPart<any>>): void;\nuse_old_TypeAliasDeclaration_SummarizeResultPart(\n get_current_TypeAliasDeclaration_SummarizeResultPart());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_Summarizer\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_Summarizer():\n TypeOnly<old.Summarizer>;\ndeclare function use_current_ClassDeclaration_Summarizer(\n use: TypeOnly<current.Summarizer>): void;\nuse_current_ClassDeclaration_Summarizer(\n get_old_ClassDeclaration_Summarizer());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_Summarizer\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_Summarizer():\n TypeOnly<current.Summarizer>;\ndeclare function use_old_ClassDeclaration_Summarizer(\n use: TypeOnly<old.Summarizer>): void;\nuse_old_ClassDeclaration_Summarizer(\n get_current_ClassDeclaration_Summarizer());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_SummarizerStopReason\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_SummarizerStopReason():\n TypeOnly<old.SummarizerStopReason>;\ndeclare function use_current_TypeAliasDeclaration_SummarizerStopReason(\n use: TypeOnly<current.SummarizerStopReason>): void;\nuse_current_TypeAliasDeclaration_SummarizerStopReason(\n get_old_TypeAliasDeclaration_SummarizerStopReason());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_SummarizerStopReason\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_SummarizerStopReason():\n TypeOnly<current.SummarizerStopReason>;\ndeclare function use_old_TypeAliasDeclaration_SummarizerStopReason(\n use: TypeOnly<old.SummarizerStopReason>): void;\nuse_old_TypeAliasDeclaration_SummarizerStopReason(\n get_current_TypeAliasDeclaration_SummarizerStopReason());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_SummaryCollection\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_ClassDeclaration_SummaryCollection():\n TypeOnly<old.SummaryCollection>;\ndeclare function use_current_ClassDeclaration_SummaryCollection(\n use: TypeOnly<current.SummaryCollection>): void;\nuse_current_ClassDeclaration_SummaryCollection(\n get_old_ClassDeclaration_SummaryCollection());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"ClassDeclaration_SummaryCollection\": {\"backCompat\": false}\n*/\ndeclare function get_current_ClassDeclaration_SummaryCollection():\n TypeOnly<current.SummaryCollection>;\ndeclare function use_old_ClassDeclaration_SummaryCollection(\n use: TypeOnly<old.SummaryCollection>): void;\nuse_old_ClassDeclaration_SummaryCollection(\n get_current_ClassDeclaration_SummaryCollection());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_SummaryStage\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_TypeAliasDeclaration_SummaryStage():\n TypeOnly<old.SummaryStage>;\ndeclare function use_current_TypeAliasDeclaration_SummaryStage(\n use: TypeOnly<current.SummaryStage>): void;\nuse_current_TypeAliasDeclaration_SummaryStage(\n get_old_TypeAliasDeclaration_SummaryStage());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"TypeAliasDeclaration_SummaryStage\": {\"backCompat\": false}\n*/\ndeclare function get_current_TypeAliasDeclaration_SummaryStage():\n TypeOnly<current.SummaryStage>;\ndeclare function use_old_TypeAliasDeclaration_SummaryStage(\n use: TypeOnly<old.SummaryStage>): void;\nuse_old_TypeAliasDeclaration_SummaryStage(\n get_current_TypeAliasDeclaration_SummaryStage());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_TombstoneResponseHeaderKey\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_VariableDeclaration_TombstoneResponseHeaderKey():\n TypeOnly<typeof old.TombstoneResponseHeaderKey>;\ndeclare function use_current_VariableDeclaration_TombstoneResponseHeaderKey(\n use: TypeOnly<typeof current.TombstoneResponseHeaderKey>): void;\nuse_current_VariableDeclaration_TombstoneResponseHeaderKey(\n get_old_VariableDeclaration_TombstoneResponseHeaderKey());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_TombstoneResponseHeaderKey\": {\"backCompat\": false}\n*/\ndeclare function get_current_VariableDeclaration_TombstoneResponseHeaderKey():\n TypeOnly<typeof current.TombstoneResponseHeaderKey>;\ndeclare function use_old_VariableDeclaration_TombstoneResponseHeaderKey(\n use: TypeOnly<typeof old.TombstoneResponseHeaderKey>): void;\nuse_old_VariableDeclaration_TombstoneResponseHeaderKey(\n get_current_VariableDeclaration_TombstoneResponseHeaderKey());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_agentSchedulerId\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_VariableDeclaration_agentSchedulerId():\n TypeOnly<typeof old.agentSchedulerId>;\ndeclare function use_current_VariableDeclaration_agentSchedulerId(\n use: TypeOnly<typeof current.agentSchedulerId>): void;\nuse_current_VariableDeclaration_agentSchedulerId(\n get_old_VariableDeclaration_agentSchedulerId());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_agentSchedulerId\": {\"backCompat\": false}\n*/\ndeclare function get_current_VariableDeclaration_agentSchedulerId():\n TypeOnly<typeof current.agentSchedulerId>;\ndeclare function use_old_VariableDeclaration_agentSchedulerId(\n use: TypeOnly<typeof old.agentSchedulerId>): void;\nuse_old_VariableDeclaration_agentSchedulerId(\n get_current_VariableDeclaration_agentSchedulerId());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"RemovedFunctionDeclaration_assertIsStableId\": {\"forwardCompat\": false}\n*/\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"RemovedFunctionDeclaration_assertIsStableId\": {\"backCompat\": false}\n*/\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"RemovedFunctionDeclaration_generateStableId\": {\"forwardCompat\": false}\n*/\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"RemovedFunctionDeclaration_generateStableId\": {\"backCompat\": false}\n*/\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_isRuntimeMessage\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_isRuntimeMessage():\n TypeOnly<typeof old.isRuntimeMessage>;\ndeclare function use_current_FunctionDeclaration_isRuntimeMessage(\n use: TypeOnly<typeof current.isRuntimeMessage>): void;\nuse_current_FunctionDeclaration_isRuntimeMessage(\n get_old_FunctionDeclaration_isRuntimeMessage());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_isRuntimeMessage\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_isRuntimeMessage():\n TypeOnly<typeof current.isRuntimeMessage>;\ndeclare function use_old_FunctionDeclaration_isRuntimeMessage(\n use: TypeOnly<typeof old.isRuntimeMessage>): void;\nuse_old_FunctionDeclaration_isRuntimeMessage(\n get_current_FunctionDeclaration_isRuntimeMessage());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"RemovedFunctionDeclaration_isStableId\": {\"forwardCompat\": false}\n*/\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"RemovedFunctionDeclaration_isStableId\": {\"backCompat\": false}\n*/\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_neverCancelledSummaryToken\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_VariableDeclaration_neverCancelledSummaryToken():\n TypeOnly<typeof old.neverCancelledSummaryToken>;\ndeclare function use_current_VariableDeclaration_neverCancelledSummaryToken(\n use: TypeOnly<typeof current.neverCancelledSummaryToken>): void;\nuse_current_VariableDeclaration_neverCancelledSummaryToken(\n get_old_VariableDeclaration_neverCancelledSummaryToken());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"VariableDeclaration_neverCancelledSummaryToken\": {\"backCompat\": false}\n*/\ndeclare function get_current_VariableDeclaration_neverCancelledSummaryToken():\n TypeOnly<typeof current.neverCancelledSummaryToken>;\ndeclare function use_old_VariableDeclaration_neverCancelledSummaryToken(\n use: TypeOnly<typeof old.neverCancelledSummaryToken>): void;\nuse_old_VariableDeclaration_neverCancelledSummaryToken(\n get_current_VariableDeclaration_neverCancelledSummaryToken());\n\n/*\n* Validate forward compat by using old type in place of current type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_unpackRuntimeMessage\": {\"forwardCompat\": false}\n*/\ndeclare function get_old_FunctionDeclaration_unpackRuntimeMessage():\n TypeOnly<typeof old.unpackRuntimeMessage>;\ndeclare function use_current_FunctionDeclaration_unpackRuntimeMessage(\n use: TypeOnly<typeof current.unpackRuntimeMessage>): void;\nuse_current_FunctionDeclaration_unpackRuntimeMessage(\n get_old_FunctionDeclaration_unpackRuntimeMessage());\n\n/*\n* Validate back compat by using current type in place of old type\n* If breaking change required, add in package.json under typeValidation.broken:\n* \"FunctionDeclaration_unpackRuntimeMessage\": {\"backCompat\": false}\n*/\ndeclare function get_current_FunctionDeclaration_unpackRuntimeMessage():\n TypeOnly<typeof current.unpackRuntimeMessage>;\ndeclare function use_old_FunctionDeclaration_unpackRuntimeMessage(\n use: TypeOnly<typeof old.unpackRuntimeMessage>): void;\nuse_old_FunctionDeclaration_unpackRuntimeMessage(\n get_current_FunctionDeclaration_unpackRuntimeMessage());\n"]}
|
|
File without changes
|