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

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import { EventTypes } from '@jealous-robot-dev/drophr-common';
1
+ import { EventTypes, UserAddress } from '@jealous-robot-dev/drophr-common';
2
2
  export interface BookedEventPayload {
3
3
  id: string;
4
4
  pic: string;
@@ -43,7 +43,7 @@ export interface CheckoutEventDetails {
43
43
  currency: string;
44
44
  public_key: string;
45
45
  intent_secret: string | null;
46
- can_use_default_address: boolean;
46
+ defaultAddress: 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.4",
3
+ "version": "1.55.5",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",