@jealous-robot-dev/shared-types-responses 1.55.5 → 1.55.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,7 +43,7 @@ export interface CheckoutEventDetails {
43
43
  currency: string;
44
44
  public_key: string;
45
45
  intent_secret: string | null;
46
- defaultAddress: UserAddress | null;
46
+ default_address: UserAddress | null;
47
47
  };
48
48
  }
49
49
  export declare enum FeeChargingReponses {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.55.5",
3
+ "version": "1.55.6",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",