@jealous-robot-dev/shared-types-responses 1.55.3 → 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 {
@@ -3,9 +3,9 @@ import { CAVStatus } from '@jealous-robot-dev/drophr-common';
3
3
  import { QueryResponse } from '../common';
4
4
  export interface UserPaymentSettingsData {
5
5
  connected_account?: string;
6
+ connect_status?: CAVStatus;
6
7
  is_eligible?: boolean;
7
8
  last_update: number;
8
- status?: CAVStatus;
9
9
  }
10
10
  export interface UserPaymentSettingsResponse extends QueryResponse<UserPaymentSettingsData, UserPaymentSettingsPhrases> {
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.55.3",
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",