amf-client-js 5.8.0-SNAPSHOT.23 → 5.8.0-SNAPSHOT.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amf-client-js",
3
- "version": "5.8.0-SNAPSHOT.23",
3
+ "version": "5.8.0-SNAPSHOT.25",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -1466,6 +1466,7 @@ declare module "amf-client-js" {
1466
1466
  namespace: StrField;
1467
1467
  aliases: Array<StrField>;
1468
1468
  size: IntField;
1469
+ schemaVersion: StrField;
1469
1470
 
1470
1471
  constructor();
1471
1472
 
@@ -1561,6 +1562,8 @@ declare module "amf-client-js" {
1561
1562
 
1562
1563
  withSize(size: number): this;
1563
1564
 
1565
+ withSchemaVersion(version: string): this;
1566
+
1564
1567
  avroSchemaType(): undefined | string;
1565
1568
 
1566
1569
  isAvroSchema(): boolean;