amf-client-js 5.7.0-SNAPSHOT.11 → 5.7.0-SNAPSHOT.12

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.7.0-SNAPSHOT.11",
3
+ "version": "5.7.0-SNAPSHOT.12",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -4677,6 +4677,9 @@ declare module "amf-client-js" {
4677
4677
 
4678
4678
  constructor();
4679
4679
  }
4680
+ export class AvroSchemaDocument extends Document {
4681
+ constructor();
4682
+ }
4680
4683
  export class JsonSchemaDraft201909 implements JSONSchemaVersion {}
4681
4684
  export class JsonSchemaDraft4 implements JSONSchemaVersion {}
4682
4685
  export class JsonSchemaDraft7 implements JSONSchemaVersion {}