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

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.4",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",