amf-client-js 5.7.0-SNAPSHOT.19 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amf-client-js",
3
- "version": "5.7.0-SNAPSHOT.19",
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;
@@ -9198,6 +9200,8 @@ declare module "amf-client-js" {
9198
9200
 
9199
9201
  withEndPoints(endPoints: Array<EndPoint>): this;
9200
9202
 
9203
+ withWebhooks(webhooks: Array<EndPoint>): this;
9204
+
9201
9205
  withExtendsNode(extension: Array<ParametrizedDeclaration>): this;
9202
9206
 
9203
9207
  withId(id: string): this;