amf-client-js 5.7.0-SNAPSHOT.15 → 5.7.0-SNAPSHOT.17

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.15",
3
+ "version": "5.7.0-SNAPSHOT.17",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -6038,6 +6038,8 @@ declare module "amf-client-js" {
6038
6038
 
6039
6039
  static OAS30(): AMFConfiguration;
6040
6040
 
6041
+ static OAS31(): AMFConfiguration;
6042
+
6041
6043
  static OAS30Component(): AMFConfiguration;
6042
6044
 
6043
6045
  static OASComponent(): AMFConfiguration;
@@ -6652,6 +6654,7 @@ declare module "amf-client-js" {
6652
6654
  static readonly AVROSCHEMA: ProfileName;
6653
6655
  static readonly OAS20: ProfileName;
6654
6656
  static readonly OAS30: ProfileName;
6657
+ static readonly OAS31: ProfileName;
6655
6658
  static readonly PAYLOAD: ProfileName;
6656
6659
  static readonly RAML08: ProfileName;
6657
6660
  static readonly RAML10: ProfileName;
@@ -8705,6 +8708,7 @@ declare module "amf-client-js" {
8705
8708
  static readonly JSONSCHEMADIALECT: Spec;
8706
8709
  static readonly OAS20: Spec;
8707
8710
  static readonly OAS30: Spec;
8711
+ static readonly OAS31: Spec;
8708
8712
  static readonly PAYLOAD: Spec;
8709
8713
  static readonly RAML08: Spec;
8710
8714
  static readonly RAML10: Spec;