@anvilco/anvil
Advanced tools
Comparing version 2.5.0 to 2.6.0
@@ -10,6 +10,13 @@ # Changelog | ||
## [v2.5.0](https://github.com/anvilco/node-anvil/compare/v2.3.0...v2.5.0) | ||
## [v2.6.0](https://github.com/anvilco/node-anvil/compare/v2.5.0...v2.6.0) | ||
### Merged | ||
- Add webhookURL to default createEtchPacket mutation [`#32`](https://github.com/anvilco/node-anvil/pull/32) | ||
- v2.5.0 [`#31`](https://github.com/anvilco/node-anvil/pull/31) | ||
## [v2.5.0](https://github.com/anvilco/node-anvil/compare/v2.4.0...v2.5.0) - 2020-11-10 | ||
### Merged | ||
- Add generatePDF() function [`#30`](https://github.com/anvilco/node-anvil/pull/30) | ||
@@ -24,3 +31,3 @@ - v2.4.0 [`#29`](https://github.com/anvilco/node-anvil/pull/29) | ||
## [v2.4.0](https://github.com/anvilco/node-anvil/compare/v2.3.0...v2.4.0) | ||
## [v2.4.0](https://github.com/anvilco/node-anvil/compare/v2.3.0...v2.4.0) - 2020-10-29 | ||
@@ -36,3 +43,3 @@ ### Merged | ||
## [v2.3.0](https://github.com/anvilco/node-anvil/compare/v2.2.0...v2.3.0) | ||
## [v2.3.0](https://github.com/anvilco/node-anvil/compare/v2.2.0...v2.3.0) - 2020-10-16 | ||
@@ -39,0 +46,0 @@ ### Merged |
{ | ||
"name": "@anvilco/anvil", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "Anvil API Client", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -37,2 +37,3 @@ | ||
$signers: [JSON!], | ||
$webhookURL: String, | ||
$data: JSON, | ||
@@ -50,2 +51,3 @@ ) { | ||
signers: $signers, | ||
webhookURL: $webhookURL, | ||
data: $data | ||
@@ -52,0 +54,0 @@ ) ${responseQuery} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
115748
850