@fluidframework/container-runtime 2.0.0-dev.7.4.0.217212 → 2.0.0-dev.7.4.0.221926
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 +18 -0
- package/api-extractor.json +0 -3
- package/api-report/container-runtime.api.md +77 -73
- package/dist/blobManager.d.ts +4 -4
- package/dist/blobManager.d.ts.map +1 -1
- package/dist/blobManager.js.map +1 -1
- package/dist/container-runtime-alpha.d.ts +1361 -132
- package/dist/container-runtime-beta.d.ts +40 -2
- package/dist/container-runtime-public.d.ts +40 -2
- package/dist/container-runtime-untrimmed.d.ts +106 -93
- package/dist/containerRuntime.d.ts +19 -17
- package/dist/containerRuntime.d.ts.map +1 -1
- package/dist/containerRuntime.js +44 -24
- package/dist/containerRuntime.js.map +1 -1
- package/dist/dataStores.d.ts +10 -15
- package/dist/dataStores.d.ts.map +1 -1
- package/dist/dataStores.js +63 -36
- package/dist/dataStores.js.map +1 -1
- package/dist/gc/garbageCollection.d.ts +29 -10
- package/dist/gc/garbageCollection.d.ts.map +1 -1
- package/dist/gc/garbageCollection.js +149 -67
- package/dist/gc/garbageCollection.js.map +1 -1
- package/dist/gc/gcConfigs.d.ts.map +1 -1
- package/dist/gc/gcConfigs.js +34 -37
- package/dist/gc/gcConfigs.js.map +1 -1
- package/dist/gc/gcDefinitions.d.ts +97 -44
- package/dist/gc/gcDefinitions.d.ts.map +1 -1
- package/dist/gc/gcDefinitions.js +26 -16
- package/dist/gc/gcDefinitions.js.map +1 -1
- package/dist/gc/gcHelpers.d.ts +18 -25
- package/dist/gc/gcHelpers.d.ts.map +1 -1
- package/dist/gc/gcHelpers.js +29 -45
- package/dist/gc/gcHelpers.js.map +1 -1
- package/dist/gc/gcTelemetry.d.ts.map +1 -1
- package/dist/gc/gcTelemetry.js +14 -3
- package/dist/gc/gcTelemetry.js.map +1 -1
- package/dist/gc/gcUnreferencedStateTracker.d.ts +11 -5
- package/dist/gc/gcUnreferencedStateTracker.d.ts.map +1 -1
- package/dist/gc/gcUnreferencedStateTracker.js +43 -19
- 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 +4 -4
- package/dist/gc/index.js.map +1 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +16 -5
- package/dist/index.js.map +1 -1
- package/dist/messageTypes.d.ts +13 -5
- package/dist/messageTypes.d.ts.map +1 -1
- package/dist/messageTypes.js +5 -0
- package/dist/messageTypes.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 -0
- package/dist/pendingStateManager.d.ts.map +1 -1
- package/dist/pendingStateManager.js +1 -0
- package/dist/pendingStateManager.js.map +1 -1
- package/dist/summary/orderedClientElection.d.ts +1 -1
- package/dist/summary/orderedClientElection.js.map +1 -1
- package/dist/summary/summarizerTypes.d.ts +28 -28
- package/dist/summary/summarizerTypes.js.map +1 -1
- package/dist/summary/summaryCollection.d.ts +3 -3
- package/dist/summary/summaryCollection.js.map +1 -1
- package/dist/summary/summaryFormat.d.ts +3 -3
- package/dist/summary/summaryFormat.js.map +1 -1
- package/lib/blobManager.d.ts +4 -4
- package/lib/blobManager.d.ts.map +1 -1
- package/lib/blobManager.js.map +1 -1
- package/lib/container-runtime-alpha.d.ts +1361 -132
- package/lib/container-runtime-beta.d.ts +40 -2
- package/lib/container-runtime-public.d.ts +40 -2
- package/lib/container-runtime-untrimmed.d.ts +106 -93
- package/lib/containerRuntime.d.ts +19 -17
- package/lib/containerRuntime.d.ts.map +1 -1
- package/lib/containerRuntime.js +46 -26
- package/lib/containerRuntime.js.map +1 -1
- package/lib/dataStores.d.ts +10 -15
- package/lib/dataStores.d.ts.map +1 -1
- package/lib/dataStores.js +65 -38
- package/lib/dataStores.js.map +1 -1
- package/lib/gc/garbageCollection.d.ts +29 -10
- package/lib/gc/garbageCollection.d.ts.map +1 -1
- package/lib/gc/garbageCollection.js +151 -69
- package/lib/gc/garbageCollection.js.map +1 -1
- package/lib/gc/gcConfigs.d.ts.map +1 -1
- package/lib/gc/gcConfigs.js +37 -40
- package/lib/gc/gcConfigs.js.map +1 -1
- package/lib/gc/gcDefinitions.d.ts +97 -44
- package/lib/gc/gcDefinitions.d.ts.map +1 -1
- package/lib/gc/gcDefinitions.js +25 -15
- package/lib/gc/gcDefinitions.js.map +1 -1
- package/lib/gc/gcHelpers.d.ts +18 -25
- package/lib/gc/gcHelpers.d.ts.map +1 -1
- package/lib/gc/gcHelpers.js +27 -43
- package/lib/gc/gcHelpers.js.map +1 -1
- package/lib/gc/gcTelemetry.d.ts.map +1 -1
- package/lib/gc/gcTelemetry.js +14 -3
- package/lib/gc/gcTelemetry.js.map +1 -1
- package/lib/gc/gcUnreferencedStateTracker.d.ts +11 -5
- package/lib/gc/gcUnreferencedStateTracker.d.ts.map +1 -1
- package/lib/gc/gcUnreferencedStateTracker.js +43 -19
- 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 +13 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +15 -1
- package/lib/index.js.map +1 -1
- package/lib/messageTypes.d.ts +13 -5
- package/lib/messageTypes.d.ts.map +1 -1
- package/lib/messageTypes.js +5 -0
- package/lib/messageTypes.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 -0
- package/lib/pendingStateManager.d.ts.map +1 -1
- package/lib/pendingStateManager.js +1 -0
- package/lib/pendingStateManager.js.map +1 -1
- package/lib/summary/orderedClientElection.d.ts +1 -1
- package/lib/summary/orderedClientElection.js.map +1 -1
- package/lib/summary/summarizerTypes.d.ts +28 -28
- package/lib/summary/summarizerTypes.js.map +1 -1
- package/lib/summary/summaryCollection.d.ts +3 -3
- package/lib/summary/summaryCollection.js.map +1 -1
- package/lib/summary/summaryFormat.d.ts +3 -3
- package/lib/summary/summaryFormat.js.map +1 -1
- package/package.json +18 -15
- package/src/blobManager.ts +5 -5
- package/src/containerRuntime.ts +66 -40
- package/src/dataStores.ts +118 -59
- package/src/gc/garbageCollection.md +14 -15
- package/src/gc/garbageCollection.ts +182 -75
- package/src/gc/gcConfigs.ts +50 -52
- package/src/gc/gcDefinitions.ts +112 -50
- package/src/gc/gcHelpers.ts +31 -52
- package/src/gc/gcTelemetry.ts +16 -4
- package/src/gc/gcUnreferencedStateTracker.ts +61 -22
- package/src/gc/index.ts +4 -3
- package/src/index.ts +17 -1
- package/src/messageTypes.ts +16 -2
- package/src/packageVersion.ts +1 -1
- package/src/pendingStateManager.ts +1 -0
- package/src/summary/orderedClientElection.ts +1 -1
- package/src/summary/summarizerTypes.ts +28 -28
- package/src/summary/summaryCollection.ts +3 -3
- package/src/summary/summaryFormat.ts +3 -3
- package/dist/id-compressor/appendOnlySortedMap.d.ts +0 -124
- package/dist/id-compressor/appendOnlySortedMap.d.ts.map +0 -1
- package/dist/id-compressor/appendOnlySortedMap.js +0 -318
- package/dist/id-compressor/appendOnlySortedMap.js.map +0 -1
- package/dist/id-compressor/finalSpace.d.ts +0 -29
- package/dist/id-compressor/finalSpace.d.ts.map +0 -1
- package/dist/id-compressor/finalSpace.js +0 -62
- package/dist/id-compressor/finalSpace.js.map +0 -1
- package/dist/id-compressor/idCompressor.d.ts +0 -54
- package/dist/id-compressor/idCompressor.d.ts.map +0 -1
- package/dist/id-compressor/idCompressor.js +0 -495
- package/dist/id-compressor/idCompressor.js.map +0 -1
- package/dist/id-compressor/identifiers.d.ts +0 -32
- package/dist/id-compressor/identifiers.d.ts.map +0 -1
- package/dist/id-compressor/identifiers.js +0 -15
- package/dist/id-compressor/identifiers.js.map +0 -1
- package/dist/id-compressor/index.d.ts +0 -13
- package/dist/id-compressor/index.d.ts.map +0 -1
- package/dist/id-compressor/index.js +0 -32
- package/dist/id-compressor/index.js.map +0 -1
- package/dist/id-compressor/persistanceUtilities.d.ts +0 -22
- package/dist/id-compressor/persistanceUtilities.d.ts.map +0 -1
- package/dist/id-compressor/persistanceUtilities.js +0 -43
- package/dist/id-compressor/persistanceUtilities.js.map +0 -1
- package/dist/id-compressor/sessionSpaceNormalizer.d.ts +0 -46
- package/dist/id-compressor/sessionSpaceNormalizer.d.ts.map +0 -1
- package/dist/id-compressor/sessionSpaceNormalizer.js +0 -80
- package/dist/id-compressor/sessionSpaceNormalizer.js.map +0 -1
- package/dist/id-compressor/sessions.d.ts +0 -115
- package/dist/id-compressor/sessions.d.ts.map +0 -1
- package/dist/id-compressor/sessions.js +0 -305
- package/dist/id-compressor/sessions.js.map +0 -1
- package/dist/id-compressor/utilities.d.ts +0 -52
- package/dist/id-compressor/utilities.d.ts.map +0 -1
- package/dist/id-compressor/utilities.js +0 -169
- package/dist/id-compressor/utilities.js.map +0 -1
- package/lib/id-compressor/appendOnlySortedMap.d.ts +0 -124
- package/lib/id-compressor/appendOnlySortedMap.d.ts.map +0 -1
- package/lib/id-compressor/appendOnlySortedMap.js +0 -314
- package/lib/id-compressor/appendOnlySortedMap.js.map +0 -1
- package/lib/id-compressor/finalSpace.d.ts +0 -29
- package/lib/id-compressor/finalSpace.d.ts.map +0 -1
- package/lib/id-compressor/finalSpace.js +0 -58
- package/lib/id-compressor/finalSpace.js.map +0 -1
- package/lib/id-compressor/idCompressor.d.ts +0 -54
- package/lib/id-compressor/idCompressor.d.ts.map +0 -1
- package/lib/id-compressor/idCompressor.js +0 -491
- package/lib/id-compressor/idCompressor.js.map +0 -1
- package/lib/id-compressor/identifiers.d.ts +0 -32
- package/lib/id-compressor/identifiers.d.ts.map +0 -1
- package/lib/id-compressor/identifiers.js +0 -11
- package/lib/id-compressor/identifiers.js.map +0 -1
- package/lib/id-compressor/index.d.ts +0 -13
- package/lib/id-compressor/index.d.ts.map +0 -1
- package/lib/id-compressor/index.js +0 -13
- package/lib/id-compressor/index.js.map +0 -1
- package/lib/id-compressor/persistanceUtilities.d.ts +0 -22
- package/lib/id-compressor/persistanceUtilities.d.ts.map +0 -1
- package/lib/id-compressor/persistanceUtilities.js +0 -34
- package/lib/id-compressor/persistanceUtilities.js.map +0 -1
- package/lib/id-compressor/sessionSpaceNormalizer.d.ts +0 -46
- package/lib/id-compressor/sessionSpaceNormalizer.d.ts.map +0 -1
- package/lib/id-compressor/sessionSpaceNormalizer.js +0 -76
- package/lib/id-compressor/sessionSpaceNormalizer.js.map +0 -1
- package/lib/id-compressor/sessions.d.ts +0 -115
- package/lib/id-compressor/sessions.d.ts.map +0 -1
- package/lib/id-compressor/sessions.js +0 -290
- package/lib/id-compressor/sessions.js.map +0 -1
- package/lib/id-compressor/utilities.d.ts +0 -52
- package/lib/id-compressor/utilities.d.ts.map +0 -1
- package/lib/id-compressor/utilities.js +0 -151
- package/lib/id-compressor/utilities.js.map +0 -1
- package/src/id-compressor/README.md +0 -69
- package/src/id-compressor/appendOnlySortedMap.ts +0 -366
- package/src/id-compressor/finalSpace.ts +0 -67
- package/src/id-compressor/idCompressor.ts +0 -630
- package/src/id-compressor/identifiers.ts +0 -42
- package/src/id-compressor/index.ts +0 -26
- package/src/id-compressor/persistanceUtilities.ts +0 -58
- package/src/id-compressor/sessionSpaceNormalizer.ts +0 -83
- package/src/id-compressor/sessions.ts +0 -405
- package/src/id-compressor/utilities.ts +0 -190
|
@@ -1,13 +1,53 @@
|
|
|
1
|
+
import { assertIsStableId } from '@fluidframework/id-compressor';
|
|
2
|
+
import { AttachState } from '@fluidframework/container-definitions';
|
|
3
|
+
import { ContainerWarning } from '@fluidframework/container-definitions';
|
|
4
|
+
import { FluidDataStoreRegistryEntry } from '@fluidframework/runtime-definitions';
|
|
5
|
+
import { FluidObject } from '@fluidframework/core-interfaces';
|
|
6
|
+
import { FlushMode } from '@fluidframework/runtime-definitions';
|
|
7
|
+
import { generateStableId } from '@fluidframework/id-compressor';
|
|
8
|
+
import { IAudience } from '@fluidframework/container-definitions';
|
|
1
9
|
import { IClientDetails } from '@fluidframework/protocol-definitions';
|
|
10
|
+
import { IContainerContext } from '@fluidframework/container-definitions';
|
|
11
|
+
import { IContainerRuntime } from '@fluidframework/container-runtime-definitions';
|
|
12
|
+
import { IContainerRuntimeEvents } from '@fluidframework/container-runtime-definitions';
|
|
13
|
+
import { ICriticalContainerError } from '@fluidframework/container-definitions';
|
|
14
|
+
import { IDataStore } from '@fluidframework/runtime-definitions';
|
|
15
|
+
import { IDeltaManager } from '@fluidframework/container-definitions';
|
|
16
|
+
import { IDisposable } from '@fluidframework/core-interfaces';
|
|
2
17
|
import { IDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
18
|
+
import { IDocumentStorageService } from '@fluidframework/driver-definitions';
|
|
19
|
+
import { IEvent } from '@fluidframework/core-interfaces';
|
|
20
|
+
import { IEventProvider } from '@fluidframework/core-interfaces';
|
|
21
|
+
import { IFluidDataStoreContextDetached } from '@fluidframework/runtime-definitions';
|
|
22
|
+
import { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
|
|
23
|
+
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
24
|
+
import { IFluidHandleContext } from '@fluidframework/core-interfaces';
|
|
25
|
+
import { IFluidRouter } from '@fluidframework/core-interfaces';
|
|
26
|
+
import { IGarbageCollectionData } from '@fluidframework/runtime-definitions';
|
|
27
|
+
import { IGetPendingLocalStateProps } from '@fluidframework/container-definitions';
|
|
28
|
+
import type { IIdCompressor } from '@fluidframework/id-compressor';
|
|
29
|
+
import type { IIdCompressorCore } from '@fluidframework/id-compressor';
|
|
30
|
+
import { ILoader } from '@fluidframework/container-definitions';
|
|
31
|
+
import { ILoaderOptions } from '@fluidframework/container-definitions';
|
|
32
|
+
import { IProvideFluidHandleContext } from '@fluidframework/core-interfaces';
|
|
3
33
|
import { IQuorumClients } from '@fluidframework/protocol-definitions';
|
|
34
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
35
|
+
import { IResponse } from '@fluidframework/core-interfaces';
|
|
36
|
+
import { IRuntime } from '@fluidframework/container-definitions';
|
|
4
37
|
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
5
38
|
import { ISignalMessage } from '@fluidframework/protocol-definitions';
|
|
39
|
+
import { isStableId } from '@fluidframework/id-compressor';
|
|
6
40
|
import { ISummaryAck } from '@fluidframework/protocol-definitions';
|
|
7
41
|
import { ISummaryContent } from '@fluidframework/protocol-definitions';
|
|
8
42
|
import { ISummaryNack } from '@fluidframework/protocol-definitions';
|
|
43
|
+
import { ISummaryStats } from '@fluidframework/runtime-definitions';
|
|
9
44
|
import { ISummaryTree } from '@fluidframework/protocol-definitions';
|
|
45
|
+
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
|
|
46
|
+
import { ITelemetryContext } from '@fluidframework/runtime-definitions';
|
|
47
|
+
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
|
|
10
48
|
import { MessageType } from '@fluidframework/protocol-definitions';
|
|
49
|
+
import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions';
|
|
50
|
+
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
11
51
|
|
|
12
52
|
/* Excluded from this release type: agentSchedulerId */
|
|
13
53
|
|
|
@@ -235,8 +275,6 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
235
275
|
|
|
236
276
|
/* Excluded from this release type: RuntimeMessage */
|
|
237
277
|
|
|
238
|
-
/* Excluded from this release type: StableId */
|
|
239
|
-
|
|
240
278
|
/* Excluded from this release type: SubmitSummaryFailureData */
|
|
241
279
|
|
|
242
280
|
/* Excluded from this release type: SubmitSummaryResult */
|
|
@@ -1,13 +1,53 @@
|
|
|
1
|
+
import { assertIsStableId } from '@fluidframework/id-compressor';
|
|
2
|
+
import { AttachState } from '@fluidframework/container-definitions';
|
|
3
|
+
import { ContainerWarning } from '@fluidframework/container-definitions';
|
|
4
|
+
import { FluidDataStoreRegistryEntry } from '@fluidframework/runtime-definitions';
|
|
5
|
+
import { FluidObject } from '@fluidframework/core-interfaces';
|
|
6
|
+
import { FlushMode } from '@fluidframework/runtime-definitions';
|
|
7
|
+
import { generateStableId } from '@fluidframework/id-compressor';
|
|
8
|
+
import { IAudience } from '@fluidframework/container-definitions';
|
|
1
9
|
import { IClientDetails } from '@fluidframework/protocol-definitions';
|
|
10
|
+
import { IContainerContext } from '@fluidframework/container-definitions';
|
|
11
|
+
import { IContainerRuntime } from '@fluidframework/container-runtime-definitions';
|
|
12
|
+
import { IContainerRuntimeEvents } from '@fluidframework/container-runtime-definitions';
|
|
13
|
+
import { ICriticalContainerError } from '@fluidframework/container-definitions';
|
|
14
|
+
import { IDataStore } from '@fluidframework/runtime-definitions';
|
|
15
|
+
import { IDeltaManager } from '@fluidframework/container-definitions';
|
|
16
|
+
import { IDisposable } from '@fluidframework/core-interfaces';
|
|
2
17
|
import { IDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
18
|
+
import { IDocumentStorageService } from '@fluidframework/driver-definitions';
|
|
19
|
+
import { IEvent } from '@fluidframework/core-interfaces';
|
|
20
|
+
import { IEventProvider } from '@fluidframework/core-interfaces';
|
|
21
|
+
import { IFluidDataStoreContextDetached } from '@fluidframework/runtime-definitions';
|
|
22
|
+
import { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
|
|
23
|
+
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
24
|
+
import { IFluidHandleContext } from '@fluidframework/core-interfaces';
|
|
25
|
+
import { IFluidRouter } from '@fluidframework/core-interfaces';
|
|
26
|
+
import { IGarbageCollectionData } from '@fluidframework/runtime-definitions';
|
|
27
|
+
import { IGetPendingLocalStateProps } from '@fluidframework/container-definitions';
|
|
28
|
+
import type { IIdCompressor } from '@fluidframework/id-compressor';
|
|
29
|
+
import type { IIdCompressorCore } from '@fluidframework/id-compressor';
|
|
30
|
+
import { ILoader } from '@fluidframework/container-definitions';
|
|
31
|
+
import { ILoaderOptions } from '@fluidframework/container-definitions';
|
|
32
|
+
import { IProvideFluidHandleContext } from '@fluidframework/core-interfaces';
|
|
3
33
|
import { IQuorumClients } from '@fluidframework/protocol-definitions';
|
|
34
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
35
|
+
import { IResponse } from '@fluidframework/core-interfaces';
|
|
36
|
+
import { IRuntime } from '@fluidframework/container-definitions';
|
|
4
37
|
import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions';
|
|
5
38
|
import { ISignalMessage } from '@fluidframework/protocol-definitions';
|
|
39
|
+
import { isStableId } from '@fluidframework/id-compressor';
|
|
6
40
|
import { ISummaryAck } from '@fluidframework/protocol-definitions';
|
|
7
41
|
import { ISummaryContent } from '@fluidframework/protocol-definitions';
|
|
8
42
|
import { ISummaryNack } from '@fluidframework/protocol-definitions';
|
|
43
|
+
import { ISummaryStats } from '@fluidframework/runtime-definitions';
|
|
9
44
|
import { ISummaryTree } from '@fluidframework/protocol-definitions';
|
|
45
|
+
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
|
|
46
|
+
import { ITelemetryContext } from '@fluidframework/runtime-definitions';
|
|
47
|
+
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils';
|
|
10
48
|
import { MessageType } from '@fluidframework/protocol-definitions';
|
|
49
|
+
import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions';
|
|
50
|
+
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
11
51
|
|
|
12
52
|
/* Excluded from this release type: agentSchedulerId */
|
|
13
53
|
|
|
@@ -235,8 +275,6 @@ import { MessageType } from '@fluidframework/protocol-definitions';
|
|
|
235
275
|
|
|
236
276
|
/* Excluded from this release type: RuntimeMessage */
|
|
237
277
|
|
|
238
|
-
/* Excluded from this release type: StableId */
|
|
239
|
-
|
|
240
278
|
/* Excluded from this release type: SubmitSummaryFailureData */
|
|
241
279
|
|
|
242
280
|
/* Excluded from this release type: SubmitSummaryResult */
|