amf-client-js 5.6.0-SNAPSHOT.40 → 5.6.0-SNAPSHOT.42

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.6.0-SNAPSHOT.40",
3
+ "version": "5.6.0-SNAPSHOT.42",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -6642,6 +6642,7 @@ declare module "amf-client-js" {
6642
6642
  static readonly GRAPHQL_FEDERATION: ProfileName;
6643
6643
  static readonly GRPC: ProfileName;
6644
6644
  static readonly JSONSCHEMA: ProfileName;
6645
+ static readonly AVROSCHEMA: ProfileName;
6645
6646
  static readonly OAS20: ProfileName;
6646
6647
  static readonly OAS30: ProfileName;
6647
6648
  static readonly PAYLOAD: ProfileName;