@jealous-robot-dev/shared-types-responses 1.53.5 → 1.53.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -43,6 +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
47
  };
47
48
  }
48
49
  export declare enum FeeChargingReponses {
@@ -24,13 +24,17 @@ export interface UserProfileData {
24
24
  birthday?: PersonalInfoBirthday;
25
25
  [ProfileInfoFiels.WORK]?: string;
26
26
  [ProfileInfoFiels.ABOUT]?: string;
27
- [ProfileInfoFiels.LANGS]?: string;
27
+ [ProfileInfoFiels.LANGS]?: string[];
28
+ [ProfileInfoFiels.GITHUB]?: string;
29
+ [ProfileInfoFiels.TWITTER]?: string;
30
+ [ProfileInfoFiels.YOUTUBE]?: string;
31
+ [ProfileInfoFiels.HOBBIES]?: string;
28
32
  [ProfileInfoFiels.WEBSITE]?: string;
33
+ [ProfileInfoFiels.FUN_FACT]?: string;
29
34
  [ProfileInfoFiels.LINKEDIN]?: string;
30
35
  [ProfileInfoFiels.LOCATION]?: string;
31
36
  [ProfileInfoFiels.TIMEZONE]?: number;
32
37
  [ProfileInfoFiels.INSTAGRAM]?: string;
33
- [ProfileInfoFiels.TWTR_USERNAME]?: string;
34
38
  }
35
39
  export interface UserEventsInProfile {
36
40
  events: ConciseEventData[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.53.5",
3
+ "version": "1.53.6",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "api",
18
18
  "api-types"
19
19
  ],
20
- "author": "Ilya Nesterow",
20
+ "author": "Ilya Nesteroff",
21
21
  "license": "ISC",
22
22
  "devDependencies": {
23
23
  "del-cli": "^3.0.0",