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

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,11 @@
1
1
  import { UserPaymentSettingsPhrases } from '@jealous-robot-dev/shared-phrases';
2
+ import { CAVStatus } from '@jealous-robot-dev/drophr-common';
2
3
  import { QueryResponse } from '../common';
3
4
  export interface UserPaymentSettingsData {
4
5
  connected_account?: string;
6
+ is_eligible?: boolean;
5
7
  last_update: number;
8
+ status?: CAVStatus;
6
9
  }
7
10
  export interface UserPaymentSettingsResponse extends QueryResponse<UserPaymentSettingsData, UserPaymentSettingsPhrases> {
8
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.55.2",
3
+ "version": "1.55.3",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",