amf-client-js 5.8.0-SNAPSHOT.27 → 5.8.0-SNAPSHOT.29

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.8.0-SNAPSHOT.27",
3
+ "version": "5.8.0-SNAPSHOT.29",
4
4
  "description": "AMF Library",
5
5
  "main": "amf.js",
6
6
  "author": "amf team",
@@ -1575,6 +1575,7 @@ declare module "amf-client-js" {
1575
1575
  description: StrField;
1576
1576
  documentations: Array<CreativeWork>;
1577
1577
  endPoints: Array<EndPoint>;
1578
+ webhooks: Array<EndPoint>;
1578
1579
  extendsNode: Array<DomainElement>;
1579
1580
  id: string;
1580
1581
  identifier: StrField;
@@ -1689,6 +1690,7 @@ declare module "amf-client-js" {
1689
1690
  description: StrField;
1690
1691
  documentations: Array<CreativeWork>;
1691
1692
  endPoints: Array<EndPoint>;
1693
+ webhooks: Array<EndPoint>;
1692
1694
  extendsNode: Array<DomainElement>;
1693
1695
  id: string;
1694
1696
  identifier: StrField;
@@ -9298,6 +9300,7 @@ declare module "amf-client-js" {
9298
9300
  description: StrField;
9299
9301
  documentations: Array<CreativeWork>;
9300
9302
  endPoints: Array<EndPoint>;
9303
+ webhooks: Array<EndPoint>;
9301
9304
  extendsNode: Array<DomainElement>;
9302
9305
  id: string;
9303
9306
  identifier: StrField;