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