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/amf.js +11848 -11844
- package/package.json +1 -1
- package/typings/amf-client-js.d.ts +4 -0
package/package.json
CHANGED
|
@@ -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;
|