@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.
@@ -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
@@ -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",