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/amf.js +11172 -11165
- package/package.json +1 -1
- package/typings/amf-client-js.d.ts +3 -0
package/package.json
CHANGED
|
@@ -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;
|