RubyGems
npm
Organizations
Log in
Sign up
npm
@hastehaul/common
Versions diffs
2.0.17 → 2.0.18
@hastehaul/common 2.0.17 → 2.0.18
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/build/events/common/interfaces/customer-events-interfaces/customer-paymentmethod-request.d.ts
+1
-0
package/package.json
+1
-1
package/build/events/common/interfaces/customer-events-interfaces/customer-paymentmethod-request.d.ts
CHANGED
Viewed
@@ -22,4 +22,5 @@ export interface CustomerPaymentMethodRequestEvent {
22
22
* Events of different types may be grouped into different streams based on their common characteristics.
23
23
*/
24
24
stream: CustomerStream.Customer;
25
+
data: {};
25
26
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@hastehaul/common",
3
-
"version": "2.0.
17
",
3
+
"version": "2.0.
18
",
4
4
"description": "",
5
5
"main": "./build/index.js",
6
6
"types": "./build/index.d.ts",