amf-client-js 5.7.0-SNAPSHOT.2 → 5.7.0-SNAPSHOT.20

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.
Files changed (3) hide show
  1. package/amf.js +12453 -12421
  2. package/package.json +1 -1
  3. package/typings/amf-client-js.d.ts +11 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amf-client-js",
3
- "version": "5.7.0-SNAPSHOT.2",
3
+ "version": "5.7.0-SNAPSHOT.20",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -1701,6 +1701,8 @@ declare module "amf-client-js" {
1701
1701
 
1702
1702
  withEndPoints(endPoints: Array<EndPoint>): this;
1703
1703
 
1704
+ withWebhooks(webhooks: Array<EndPoint>): this;
1705
+
1704
1706
  withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
1705
1707
 
1706
1708
  withId(id: string): this;
@@ -4677,6 +4679,9 @@ declare module "amf-client-js" {
4677
4679
 
4678
4680
  constructor();
4679
4681
  }
4682
+ export class AvroSchemaDocument extends Document {
4683
+ constructor();
4684
+ }
4680
4685
  export class JsonSchemaDraft201909 implements JSONSchemaVersion {}
4681
4686
  export class JsonSchemaDraft4 implements JSONSchemaVersion {}
4682
4687
  export class JsonSchemaDraft7 implements JSONSchemaVersion {}
@@ -6035,6 +6040,8 @@ declare module "amf-client-js" {
6035
6040
 
6036
6041
  static OAS30(): AMFConfiguration;
6037
6042
 
6043
+ static OAS31(): AMFConfiguration;
6044
+
6038
6045
  static OAS30Component(): AMFConfiguration;
6039
6046
 
6040
6047
  static OASComponent(): AMFConfiguration;
@@ -6649,6 +6656,7 @@ declare module "amf-client-js" {
6649
6656
  static readonly AVROSCHEMA: ProfileName;
6650
6657
  static readonly OAS20: ProfileName;
6651
6658
  static readonly OAS30: ProfileName;
6659
+ static readonly OAS31: ProfileName;
6652
6660
  static readonly PAYLOAD: ProfileName;
6653
6661
  static readonly RAML08: ProfileName;
6654
6662
  static readonly RAML10: ProfileName;
@@ -8702,6 +8710,7 @@ declare module "amf-client-js" {
8702
8710
  static readonly JSONSCHEMADIALECT: Spec;
8703
8711
  static readonly OAS20: Spec;
8704
8712
  static readonly OAS30: Spec;
8713
+ static readonly OAS31: Spec;
8705
8714
  static readonly PAYLOAD: Spec;
8706
8715
  static readonly RAML08: Spec;
8707
8716
  static readonly RAML10: Spec;
@@ -9191,6 +9200,8 @@ declare module "amf-client-js" {
9191
9200
 
9192
9201
  withEndPoints(endPoints: Array<EndPoint>): this;
9193
9202
 
9203
+ withWebhooks(webhooks: Array<EndPoint>): this;
9204
+
9194
9205
  withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
9195
9206
 
9196
9207
  withId(id: string): this;