@fluidframework/test-runtime-utils 2.71.0 → 2.73.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/.eslintrc.cjs CHANGED
@@ -25,7 +25,7 @@ module.exports = {
25
25
  {
26
26
  files: ["src/test/**"],
27
27
  rules: {
28
- "import/no-nodejs-modules": "off",
28
+ "import-x/no-nodejs-modules": "off",
29
29
  },
30
30
  },
31
31
  ],
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/test-runtime-utils
2
2
 
3
+ ## 2.73.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.72.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.71.0
4
12
 
5
13
  Dependency updates only.
@@ -36,7 +44,6 @@ Dependency updates only.
36
44
  DDSes may optionally consume this value and use it to determine which sets of feature flags should be enabled.
37
45
 
38
46
  #### Public type changes
39
-
40
47
  - **@fluidframework/datastore: `FluidDataStoreRuntime`** - Exposes `minVersionForCollab`.
41
48
  - **@fluidframework/runtime-definitions: `IFluidDataStoreContext`** - Exposes optional member `minVersionForCollab`.
42
49
  See `FluidDataStoreContext` for an example implementation.
@@ -129,7 +136,6 @@ Dependency updates only.
129
136
  - The process and processDocumentSchemaOp functions have been removed ([#24018](https://github.com/microsoft/FluidFramework/pull/24018)) [bc35d543d5](https://github.com/microsoft/FluidFramework/commit/bc35d543d58c7e4bf28944b09d645cc26bf28a29)
130
137
 
131
138
  `process` has been replaced by `processMessages` from the following:
132
-
133
139
  - `FluidDataStoreRuntime`
134
140
  - `IDeltaHandler`
135
141
  - `IFluidDataStoreChannel`
@@ -165,7 +171,6 @@ Dependency updates only.
165
171
  parameter.
166
172
 
167
173
  These changes were originally announced in version 0.25.0. See the following issues for more details:
168
-
169
174
  - [#1537](https://github.com/microsoft/FluidFramework/issues/1537)
170
175
  - [#2931](https://github.com/microsoft/FluidFramework/pull/2931)
171
176
 
@@ -186,7 +191,6 @@ Dependency updates only.
186
191
  ### Minor Changes
187
192
 
188
193
  - "Remove `IFluidParentContext.ensureNoDataModelChanges` and its implementations ([#22842](https://github.com/microsoft/FluidFramework/pull/22842)) [3aff19a462](https://github.com/microsoft/FluidFramework/commit/3aff19a4622a242e906286c14dfcfa6523175132)
189
-
190
194
  - `IFluidParentContext.ensureNoDataModelChanges` has been removed. [prior deprecation commit](https://github.com/microsoft/FluidFramework/commit/c9d156264bdfa211a3075bdf29cde442ecea234c)
191
195
  - `MockFluidDataStoreContext.ensureNoDataModelChanges` has also been removed.
192
196
 
@@ -199,7 +203,6 @@ Dependency updates only.
199
203
  Similarly, `IDeltaManager.outbound` contained functionality that could break core runtime features such as generation of batches and chunking. Data loss or corruption could occur when `IDeltaManger.inbound.pause()` or `IDeltaManager.inbound.resume()` were called.
200
204
 
201
205
  #### Alternatives
202
-
203
206
  - Alternatives to `IDeltaManager.inbound.on("op", ...)` are `IDeltaManager.on("op", ...)`
204
207
  - Alternatives to calling `IDeltaManager.inbound.pause`, `IDeltaManager.outbound.pause` for `IContainer` disconnect use `IContainer.disconnect`.
205
208
  - Alternatives to calling `IDeltaManager.inbound.resume`, `IDeltaManager.outbound.resume` for `IContainer` reconnect use `IContainer.connect`.
@@ -258,7 +261,6 @@ Dependency updates only.
258
261
  TypeScript types and implementation code.
259
262
 
260
263
  This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
261
-
262
264
  - `"moduleResolution": "Node16"` with `"module": "Node16"`
263
265
  - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
264
266
 
@@ -289,7 +291,6 @@ Dependency updates only.
289
291
  - Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
290
292
 
291
293
  The following Fluid server dependencies have been updated to the latest version, 3.0.0. [See the full changelog.](https://github.com/microsoft/FluidFramework/releases/tag/server_v3.0.0)
292
-
293
294
  - @fluidframework/gitresources
294
295
  - @fluidframework/server-kafka-orderer
295
296
  - @fluidframework/server-lambdas
@@ -337,7 +338,6 @@ Dependency updates only.
337
338
  limitation of serialization.
338
339
 
339
340
  Additional modifications:
340
-
341
341
  - `Jsonable`'s `TReplacement` parameter default has also been changed from `void` to `never`, which now disallows
342
342
  `void`.
343
343
  - Unrecognized primitive types like `symbol` are now filtered to `never` instead of `{}`.
@@ -377,7 +377,6 @@ Dependency updates only.
377
377
  - Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
378
378
 
379
379
  This included the following changes from the protocol-definitions release:
380
-
381
380
  - Updating signal interfaces for some planned improvements. The intention is split the interface between signals
382
381
  submitted by clients to the server and the resulting signals sent from the server to clients.
383
382
  - A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
@@ -393,7 +392,6 @@ Dependency updates only.
393
392
  - Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
394
393
 
395
394
  Dependencies on the following Fluid server package have been updated to version 2.0.1:
396
-
397
395
  - @fluidframework/gitresources: 2.0.1
398
396
  - @fluidframework/server-kafka-orderer: 2.0.1
399
397
  - @fluidframework/server-lambdas: 2.0.1
@@ -418,7 +416,6 @@ Dependency updates only.
418
416
  - test-utils: provideEntryPoint is required [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
419
417
 
420
418
  The optional `provideEntryPoint` method has become required on a number of constructors. A value will need to be provided to the following classes:
421
-
422
419
  - `BaseContainerRuntimeFactory`
423
420
  - `RuntimeFactory`
424
421
  - `ContainerRuntime` (constructor and `loadRuntime`)
@@ -451,7 +448,6 @@ Dependency updates only.
451
448
 
452
449
  The **@fluidframework/common-definitions** package is being deprecated, so the following interfaces and types are now
453
450
  imported from the **@fluidframework/core-interfaces** package:
454
-
455
451
  - interface IDisposable
456
452
  - interface IErrorEvent
457
453
  - interface IErrorEvent
@@ -491,7 +487,6 @@ Dependency updates only.
491
487
  - Request APIs deprecated from many places [8abce8cdb4](https://github.com/microsoft/FluidFramework/commits/8abce8cdb4e2832fb6405fb44e393bef03d5648a)
492
488
 
493
489
  The `request` API (associated with the `IFluidRouter` interface) has been deprecated on a number of classes and interfaces. The following are impacted:
494
-
495
490
  - `IRuntime` and `ContainerRuntime`
496
491
  - `IFluidDataStoreRuntime` and `FluidDataStoreRuntime`
497
492
  - `IFluidDataStoreChannel`
@@ -1009,7 +1009,6 @@ export declare const shortCodeMap: {
1009
1009
  "0x7a9": string;
1010
1010
  "0x7aa": string;
1011
1011
  "0x7af": string;
1012
- "0x7b5": string;
1013
1012
  "0x7b6": string;
1014
1013
  "0x7b7": string;
1015
1014
  "0x7b8": string;
@@ -1154,16 +1153,6 @@ export declare const shortCodeMap: {
1154
1153
  "0x8cd": string;
1155
1154
  "0x8ce": string;
1156
1155
  "0x8cf": string;
1157
- "0x8d0": string;
1158
- "0x8d1": string;
1159
- "0x8d2": string;
1160
- "0x8d3": string;
1161
- "0x8d4": string;
1162
- "0x8d5": string;
1163
- "0x8d6": string;
1164
- "0x8d7": string;
1165
- "0x8d8": string;
1166
- "0x8d9": string;
1167
1156
  "0x8da": string;
1168
1157
  "0x8db": string;
1169
1158
  "0x8dc": string;
@@ -1198,7 +1187,6 @@ export declare const shortCodeMap: {
1198
1187
  "0x907": string;
1199
1188
  "0x908": string;
1200
1189
  "0x909": string;
1201
- "0x90e": string;
1202
1190
  "0x911": string;
1203
1191
  "0x916": string;
1204
1192
  "0x921": string;
@@ -1244,7 +1232,6 @@ export declare const shortCodeMap: {
1244
1232
  "0x962": string;
1245
1233
  "0x963": string;
1246
1234
  "0x964": string;
1247
- "0x965": string;
1248
1235
  "0x966": string;
1249
1236
  "0x967": string;
1250
1237
  "0x969": string;
@@ -1348,7 +1335,6 @@ export declare const shortCodeMap: {
1348
1335
  "0x9f4": string;
1349
1336
  "0x9f5": string;
1350
1337
  "0x9f6": string;
1351
- "0x9f7": string;
1352
1338
  "0x9f8": string;
1353
1339
  "0x9f9": string;
1354
1340
  "0x9fe": string;
@@ -1595,7 +1581,6 @@ export declare const shortCodeMap: {
1595
1581
  "0xb28": string;
1596
1582
  "0xb29": string;
1597
1583
  "0xb2a": string;
1598
- "0xb2b": string;
1599
1584
  "0xb2c": string;
1600
1585
  "0xb2d": string;
1601
1586
  "0xb2e": string;
@@ -1788,7 +1773,6 @@ export declare const shortCodeMap: {
1788
1773
  "0xc15": string;
1789
1774
  "0xc16": string;
1790
1775
  "0xc17": string;
1791
- "0xc19": string;
1792
1776
  "0xc1a": string;
1793
1777
  "0xc1b": string;
1794
1778
  "0xc1e": string;
@@ -1909,5 +1893,12 @@ export declare const shortCodeMap: {
1909
1893
  "0xc9a": string;
1910
1894
  "0xc9b": string;
1911
1895
  "0xc9c": string;
1896
+ "0xc9d": string;
1897
+ "0xc9e": string;
1898
+ "0xc9f": string;
1899
+ "0xca0": string;
1900
+ "0xca1": string;
1901
+ "0xca2": string;
1902
+ "0xca3": string;
1912
1903
  };
1913
1904
  //# 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAi3DxB,CAAC"}
1
+ {"version":3,"file":"assertionShortCodesMap.d.ts","sourceRoot":"","sources":["../src/assertionShortCodesMap.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAw2DxB,CAAC"}
@@ -1013,7 +1013,6 @@ exports.shortCodeMap = {
1013
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
- "0x7b5": "kind must be FieldKindWithEditor",
1017
1016
  "0x7b6": "Attach source field must be different from current field",
1018
1017
  "0x7b7": "Attach source field must exist",
1019
1018
  "0x7b8": "Attach must consume all nodes in source field",
@@ -1158,16 +1157,6 @@ exports.shortCodeMap = {
1158
1157
  "0x8cd": "detached node should exist",
1159
1158
  "0x8ce": "Both replace replaces should not be undefined",
1160
1159
  "0x8cf": "Both replace replaces should not be undefined",
1161
- "0x8d0": "Multiple detached nodes",
1162
- "0x8d1": "Multiple attached nodes",
1163
- "0x8d2": "Invalid change: pin must have a reserved detach ID",
1164
- "0x8d3": "Invalid reserved detach ID",
1165
- "0x8d4": "Invalid change: unexpected reserved detach ID on a change that detaches a node from the field",
1166
- "0x8d5": "Invalid change: attach must have a reserved detach ID",
1167
- "0x8d6": "Invalid reserved detach ID",
1168
- "0x8d7": "Invalid change: unexpected reserved detach ID on a change that detaches a node from the field",
1169
- "0x8d8": "Invalid detach ID",
1170
- "0x8d9": "Invalid detach ID",
1171
1160
  "0x8da": "Unexpected node changeset collision",
1172
1161
  "0x8db": "Cannot peek length unless both mark queues are non-empty",
1173
1162
  "0x8dc": "Unexpected collision of new node changes",
@@ -1202,7 +1191,6 @@ exports.shortCodeMap = {
1202
1191
  "0x907": "unknown op type",
1203
1192
  "0x908": "unknon type of op",
1204
1193
  "0x909": "should not be called",
1205
- "0x90e": "Unknown format version",
1206
1194
  "0x911": "Invalid operation on a disposed TreeCheckout",
1207
1195
  "0x916": "invalid value",
1208
1196
  "0x921": "Expected a leaf schema.",
@@ -1248,7 +1236,6 @@ exports.shortCodeMap = {
1248
1236
  "0x962": "overwriting wrong cache",
1249
1237
  "0x963": "Invalid InternalTreeNode",
1250
1238
  "0x964": "A tagged change should only contain the tagged revision",
1251
- "0x965": "Implicit revision should be provided",
1252
1239
  "0x966": "Client id should be present and should be of type string",
1253
1240
  "0x967": "Received message from user not in the quorumClients",
1254
1241
  "0x969": "not connected yet",
@@ -1352,7 +1339,6 @@ exports.shortCodeMap = {
1352
1339
  "0x9f4": "Impactful cell rename must target empty cell",
1353
1340
  "0x9f5": "Rename mark must have cell ID",
1354
1341
  "0x9f6": "Expected empty cell",
1355
- "0x9f7": "Rename must have idOverride",
1356
1342
  "0x9f8": "Rename must have idOverride",
1357
1343
  "0x9f9": "Renames should only target empty cells",
1358
1344
  "0x9fe": "node id should be an absolute route with child id part",
@@ -1599,7 +1585,6 @@ exports.shortCodeMap = {
1599
1585
  "0xb28": "missing schema",
1600
1586
  "0xb29": "Expected defined output ID",
1601
1587
  "0xb2a": "Revision must be defined",
1602
- "0xb2b": "Mark type: NoopMarkType should not be encoded.",
1603
1588
  "0xb2c": "Mark type: NoopMarkType should not be encoded.",
1604
1589
  "0xb2d": "Unable to split mark due to lengths",
1605
1590
  "0xb2e": "missing schema for type in cursor",
@@ -1792,7 +1777,6 @@ exports.shortCodeMap = {
1792
1777
  "0xc15": "Expected ObjectNodeStoredSchema",
1793
1778
  "0xc16": "missing schema for array node",
1794
1779
  "0xc17": "Expected MapNodeStoredSchema",
1795
- "0xc19": "Expected FieldSchemaAlpha",
1796
1780
  "0xc1a": "Expected MapNodeStoredSchema",
1797
1781
  "0xc1b": "Expected at least two types",
1798
1782
  "0xc1e": "Expected a constructed node to be an object",
@@ -1912,6 +1896,13 @@ exports.shortCodeMap = {
1912
1896
  "0xc99": "Registered version is not less than the current version.",
1913
1897
  "0xc9a": "Presence capabilities should be empty.",
1914
1898
  "0xc9b": "Presence extension called without own compatibility details",
1915
- "0xc9c": "Data store context does not implement ContainerExtensionProvider"
1899
+ "0xc9c": "Data store context does not implement ContainerExtensionProvider",
1900
+ "0xc9d": "missing schema",
1901
+ "0xc9e": "Invalid configuration class constructed.",
1902
+ "0xc9f": "Unsupported FieldBatchFormatVersion for incremental chunks; must be v2 or higher",
1903
+ "0xca0": "Unsupported FieldBatchFormatVersion for incremental encoding; must be v2 or higher",
1904
+ "0xca1": "Unsupported FieldBatchFormatVersion for incremental encoding; must be v2 or higher",
1905
+ "0xca2": "localOpActivity must be undefined when entering rollback",
1906
+ "0xca3": "localOpActivity must be undefined when entering applyStashedOp"
1916
1907
  };
1917
1908
  //# sourceMappingURL=assertionShortCodesMap.js.map