RubyGems
npm
Organizations
Log in
Sign up
npm
@hastehaul/common
Versions diffs
2.0.19 → 2.0.20
@hastehaul/common 2.0.19 → 2.0.20
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.d.ts
+4
-1
package/package.json
+1
-1
package/build/events/common/interfaces/customer-events-interfaces/customer-paymentmethod.d.ts
CHANGED
Viewed
@@ -25,6 +25,9 @@ export interface CustomerPaymentMethodEvent {
25
25
data: {
26
26
customerId: string;
27
27
customerAccountId: string;
28
-
paymentMethods: {
}[];
28
+
paymentMethods: {
29
+
type: string;
30
+
status: string;
31
+
}[];
29
32
};
30
33
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@hastehaul/common",
3
-
"version": "2.0.
19
",
3
+
"version": "2.0.
20
",
4
4
"description": "",
5
5
"main": "./build/index.js",
6
6
"types": "./build/index.d.ts",