@fluidframework/test-runtime-utils 2.74.0 → 2.81.0-374083

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/api-report/test-runtime-utils.legacy.beta.api.md +3 -3
  3. package/dist/assertionShortCodesMap.d.ts +27 -6
  4. package/dist/assertionShortCodesMap.d.ts.map +1 -1
  5. package/dist/assertionShortCodesMap.js +28 -7
  6. package/dist/assertionShortCodesMap.js.map +1 -1
  7. package/dist/generateToken.d.ts.map +1 -1
  8. package/dist/generateToken.js +1 -0
  9. package/dist/generateToken.js.map +1 -1
  10. package/dist/mocks.d.ts +3 -2
  11. package/dist/mocks.d.ts.map +1 -1
  12. package/dist/mocks.js +2 -1
  13. package/dist/mocks.js.map +1 -1
  14. package/dist/validateAssertionError.d.ts.map +1 -1
  15. package/dist/validateAssertionError.js +4 -4
  16. package/dist/validateAssertionError.js.map +1 -1
  17. package/eslint.config.mts +4 -4
  18. package/lib/assertionShortCodesMap.d.ts +27 -6
  19. package/lib/assertionShortCodesMap.d.ts.map +1 -1
  20. package/lib/assertionShortCodesMap.js +28 -7
  21. package/lib/assertionShortCodesMap.js.map +1 -1
  22. package/lib/generateToken.d.ts.map +1 -1
  23. package/lib/generateToken.js +1 -0
  24. package/lib/generateToken.js.map +1 -1
  25. package/lib/mocks.d.ts +3 -2
  26. package/lib/mocks.d.ts.map +1 -1
  27. package/lib/mocks.js +2 -1
  28. package/lib/mocks.js.map +1 -1
  29. package/lib/validateAssertionError.d.ts.map +1 -1
  30. package/lib/validateAssertionError.js +1 -1
  31. package/lib/validateAssertionError.js.map +1 -1
  32. package/package.json +24 -24
  33. package/src/assertionShortCodesMap.ts +28 -7
  34. package/src/generateToken.ts +1 -0
  35. package/src/mocks.ts +8 -3
  36. package/src/validateAssertionError.ts +2 -1
  37. package/.eslintrc.cjs +0 -32
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @fluidframework/test-runtime-utils
2
2
 
3
+ ## 2.80.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Types not intended for consumer implementation/extension are now @sealed ([#26024](https://github.com/microsoft/FluidFramework/pull/26024)) [75a3861ba8b](https://github.com/microsoft/FluidFramework/commit/75a3861ba8bd4b1b0043bb137a17e0c8d4d3b330)
8
+
9
+ The following types are now explicitly marked as `@sealed` to indicate that they are not intended for consumer implementation or extension.
10
+ - `MockFluidDataStoreRuntime` class in `@fluidframework/test-runtime-utils`
11
+ - `IFluidParentContext` interface in `@fluidframework/runtime-definitions`
12
+ - `IFluidDataStoreContext` interface in `@fluidframework/runtime-definitions`
13
+ - `IFluidDataStoreContextDetached` interface in `@fluidframework/runtime-definitions`
14
+
3
15
  ## 2.74.0
4
16
 
5
17
  Dependency updates only.
@@ -191,7 +191,7 @@ export class MockDeltaConnection implements IDeltaConnection {
191
191
  // (undocumented)
192
192
  processMessages(messageCollection: IRuntimeMessageCollection): void;
193
193
  // (undocumented)
194
- reSubmit(content: any, localOpMetadata: unknown, squash?: boolean): void;
194
+ reSubmit(content: any, localOpMetadata: unknown, squash: boolean): void;
195
195
  // (undocumented)
196
196
  rollback?(message: any, localOpMetadata: unknown): void;
197
197
  // (undocumented)
@@ -376,7 +376,7 @@ export class MockFluidDataStoreContext implements IFluidDataStoreContext {
376
376
  uploadBlob(blob: ArrayBufferLike): Promise<IFluidHandleInternal<ArrayBufferLike>>;
377
377
  }
378
378
 
379
- // @beta @legacy
379
+ // @beta @sealed @legacy
380
380
  export class MockFluidDataStoreRuntime extends EventEmitter implements IFluidDataStoreRuntime, IFluidDataStoreChannel, IFluidHandleContext {
381
381
  constructor(overrides?: {
382
382
  clientId?: string;
@@ -490,7 +490,7 @@ export class MockFluidDataStoreRuntime extends EventEmitter implements IFluidDat
490
490
  // (undocumented)
491
491
  resolveHandle(request: IRequest): Promise<IResponse>;
492
492
  // (undocumented)
493
- reSubmit(content: any, localOpMetadata: unknown, squash?: boolean): void;
493
+ reSubmit(content: any, localOpMetadata: unknown, squash: boolean): void;
494
494
  // (undocumented)
495
495
  rollback?(message: any, localOpMetadata: unknown): void;
496
496
  // (undocumented)
@@ -736,6 +736,7 @@ export declare const shortCodeMap: {
736
736
  "0x583": string;
737
737
  "0x584": string;
738
738
  "0x585": string;
739
+ "0x587": string;
739
740
  "0x58a": string;
740
741
  "0x58b": string;
741
742
  "0x58c": string;
@@ -1006,7 +1007,6 @@ export declare const shortCodeMap: {
1006
1007
  "0x7a2": string;
1007
1008
  "0x7a5": string;
1008
1009
  "0x7a8": string;
1009
- "0x7a9": string;
1010
1010
  "0x7aa": string;
1011
1011
  "0x7af": string;
1012
1012
  "0x7b6": string;
@@ -1284,14 +1284,10 @@ export declare const shortCodeMap: {
1284
1284
  "0x9aa": string;
1285
1285
  "0x9ab": string;
1286
1286
  "0x9ad": string;
1287
- "0x9af": string;
1288
- "0x9b0": string;
1289
1287
  "0x9b1": string;
1290
1288
  "0x9b4": string;
1291
1289
  "0x9b5": string;
1292
1290
  "0x9b6": string;
1293
- "0x9b8": string;
1294
- "0x9b9": string;
1295
1291
  "0x9ba": string;
1296
1292
  "0x9bb": string;
1297
1293
  "0x9bc": string;
@@ -1377,6 +1373,8 @@ export declare const shortCodeMap: {
1377
1373
  "0xa33": string;
1378
1374
  "0xa34": string;
1379
1375
  "0xa35": string;
1376
+ "0xa3a": string;
1377
+ "0xa3c": string;
1380
1378
  "0xa3d": string;
1381
1379
  "0xa3e": string;
1382
1380
  "0xa3f": string;
@@ -1399,6 +1397,8 @@ export declare const shortCodeMap: {
1399
1397
  "0xa54": string;
1400
1398
  "0xa55": string;
1401
1399
  "0xa57": string;
1400
+ "0xa59": string;
1401
+ "0xa5a": string;
1402
1402
  "0xa5b": string;
1403
1403
  "0xa5c": string;
1404
1404
  "0xa5d": string;
@@ -1437,7 +1437,6 @@ export declare const shortCodeMap: {
1437
1437
  "0xa94": string;
1438
1438
  "0xa95": string;
1439
1439
  "0xa97": string;
1440
- "0xa98": string;
1441
1440
  "0xa99": string;
1442
1441
  "0xa9a": string;
1443
1442
  "0xa9b": string;
@@ -1456,6 +1455,7 @@ export declare const shortCodeMap: {
1456
1455
  "0xaaa": string;
1457
1456
  "0xaab": string;
1458
1457
  "0xaac": string;
1458
+ "0xaad": string;
1459
1459
  "0xaae": string;
1460
1460
  "0xaaf": string;
1461
1461
  "0xab1": string;
@@ -1893,5 +1893,26 @@ export declare const shortCodeMap: {
1893
1893
  "0xca9": string;
1894
1894
  "0xcaa": string;
1895
1895
  "0xcab": string;
1896
+ "0xcac": string;
1897
+ "0xcad": string;
1898
+ "0xcae": string;
1899
+ "0xcaf": string;
1900
+ "0xcb0": string;
1901
+ "0xcb1": string;
1902
+ "0xcb2": string;
1903
+ "0xcb3": string;
1904
+ "0xcb4": string;
1905
+ "0xcb5": string;
1906
+ "0xcb6": string;
1907
+ "0xcb7": string;
1908
+ "0xcb8": string;
1909
+ "0xcb9": string;
1910
+ "0xcba": string;
1911
+ "0xcbb": string;
1912
+ "0xcbc": string;
1913
+ "0xcbd": string;
1914
+ "0xcbe": string;
1915
+ "0xcbf": string;
1916
+ "0xcc0": string;
1896
1917
  };
1897
1918
  //# sourceMappingURL=assertionShortCodesMap.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"assertionShortCodesMap.d.ts","sourceRoot":"","sources":["../src/assertionShortCodesMap.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAi2DxB,CAAC"}
1
+ {"version":3,"file":"assertionShortCodesMap.d.ts","sourceRoot":"","sources":["../src/assertionShortCodesMap.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs3DxB,CAAC"}
@@ -740,6 +740,7 @@ exports.shortCodeMap = {
740
740
  "0x583": "unexpected field length",
741
741
  "0x584": "response should contain epoch",
742
742
  "0x585": "prefetched snapshot should have a valid epoch",
743
+ "0x587": "Unreachable unless manually accumulating a batch",
743
744
  "0x58a": "Batch must have a reference sequence number if non-empty",
744
745
  "0x58b": "Content offset within bounds",
745
746
  "0x58c": "Content offset equal or larger than content length",
@@ -1010,7 +1011,6 @@ exports.shortCodeMap = {
1010
1011
  "0x7a2": "Must be in a field in order to attach",
1011
1012
  "0x7a5": "Must be in a field in order to detach",
1012
1013
  "0x7a8": "should be in fields",
1013
- "0x7a9": "Collision during index update",
1014
1014
  "0x7aa": "Unknown removed node ID",
1015
1015
  "0x7af": "Destination must be a new empty detached field",
1016
1016
  "0x7b6": "Attach source field must be different from current field",
@@ -1288,14 +1288,10 @@ exports.shortCodeMap = {
1288
1288
  "0x9aa": "identifier must be type string",
1289
1289
  "0x9ab": "childId is undefined in unpackChildNodesUsedRoutes",
1290
1290
  "0x9ad": "previous ordinal should not be empty",
1291
- "0x9af": "A view cannot be rebased while it has a pending transaction",
1292
- "0x9b0": "Views cannot be merged into a view while it has a pending transaction",
1293
1291
  "0x9b1": "Expected tree node to have kernel",
1294
1292
  "0x9b4": "Unexpected flex node implementation",
1295
1293
  "0x9b5": "Inheritance should work",
1296
1294
  "0x9b6": "No error to clear",
1297
- "0x9b8": "Inconsistent data: missing detached node entry",
1298
- "0x9b9": "Inconsistent data: missing node entry in latestRelevantRevision",
1299
1295
  "0x9ba": "Unable to delete unknown entry",
1300
1296
  "0x9bb": "Unable to delete unknown entry",
1301
1297
  "0x9bc": "detached node id does not exist in the detached field index",
@@ -1381,6 +1377,8 @@ exports.shortCodeMap = {
1381
1377
  "0xa33": "clientId (from stateHandler) could only be undefined if we've never connected, but we have a CSN so we know that's not the case",
1382
1378
  "0xa34": "Should have found the batchId in batchIdBySeqNum map",
1383
1379
  "0xa35": "batchIdsAll and batchIdsBySeqNum should be in sync",
1380
+ "0xa3a": "Presence received signal without clientId",
1381
+ "0xa3c": "Already have entry for key in map",
1384
1382
  "0xa3d": "Partial batch should have exactly one message",
1385
1383
  "0xa3e": "Empty batch is always considered a full batch",
1386
1384
  "0xa3f": "segments cannot be undefined",
@@ -1403,6 +1401,8 @@ exports.shortCodeMap = {
1403
1401
  "0xa54": "out of schema: unexpected value",
1404
1402
  "0xa55": "missing simple tree context",
1405
1403
  "0xa57": "Expected EagerMapTree required field to have a value",
1404
+ "0xa59": "Client connected without clientId",
1405
+ "0xa5a": "Mismatched SessionId",
1406
1406
  "0xa5b": "must have exactly 1 field in batch",
1407
1407
  "0xa5c": "Unexpected view implementation",
1408
1408
  "0xa5d": "Shared branches cannot be rebased onto another branch.",
@@ -1441,7 +1441,6 @@ exports.shortCodeMap = {
1441
1441
  "0xa94": "invalid forbidden field",
1442
1442
  "0xa95": "Invalid map schema",
1443
1443
  "0xa97": "Not in transaction",
1444
- "0xa98": "Expected transaction branch",
1445
1444
  "0xa99": "must have a parent",
1446
1445
  "0xa9a": "must have a parent",
1447
1446
  "0xa9b": "attach should happen in a node",
@@ -1460,6 +1459,7 @@ exports.shortCodeMap = {
1460
1459
  "0xaaa": "All local changes should be applied to the trunk before loading from summary",
1461
1460
  "0xaab": "must be segment leaf",
1462
1461
  "0xaac": "must have removedClient ids",
1462
+ "0xaad": "Local client should be 'Disconnected' before adding new connection.",
1463
1463
  "0xaae": "Maps should have the same behavior",
1464
1464
  "0xaaf": "Unexpected undefined code point",
1465
1465
  "0xab1": "Debug asserts cannot be configured since they have been optimized out.",
@@ -1896,6 +1896,27 @@ exports.shortCodeMap = {
1896
1896
  "0xca8": "missing schema",
1897
1897
  "0xca9": "missing schema",
1898
1898
  "0xcaa": "Reachable schema missing from input TreeSchema",
1899
- "0xcab": "missing kind"
1899
+ "0xcab": "missing kind",
1900
+ "0xcac": "Unexpected branch implementation",
1901
+ "0xcad": "Unexpected branch implementation",
1902
+ "0xcae": "The outer transaction should be ending",
1903
+ "0xcaf": "Unexpected commit in transaction",
1904
+ "0xcb0": "must initializeData first",
1905
+ "0xcb1": "Presence is only expected to be accessed with a single version.",
1906
+ "0xcb2": "Presence is only expected to be accessed with a single version.",
1907
+ "0xcb3": "Node cannot be raw.",
1908
+ "0xcb4": "Unexpected node kind",
1909
+ "0xcb5": "Node cannot be raw.",
1910
+ "0xcb6": "Expected node to be on new fork.",
1911
+ "0xcb7": "Unexpected node schema",
1912
+ "0xcb8": "No config map entry for version",
1913
+ "0xcb9": "Invalid package version",
1914
+ "0xcba": "Self is not in audience and no alternateProvider given",
1915
+ "0xcbb": "Client connection update missing",
1916
+ "0xcbc": "Unrecognized message type in critical message",
1917
+ "0xcbd": "Received signal without clientId",
1918
+ "0xcbe": "Acknowledgment message was requested while targeted signal capability is not supported",
1919
+ "0xcbf": "Received signal without clientId",
1920
+ "0xcc0": "Local client must be in audience for presence to handle added connection."
1900
1921
  };
1901
1922
  //# sourceMappingURL=assertionShortCodesMap.js.map