@jealous-robot-dev/shared-types-responses 1.18.10 → 1.18.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -96,6 +96,7 @@ export interface WelcomeBackPhrases {
96
96
  };
97
97
  }
98
98
  export interface ShortAuthFormData {
99
+ UID: string;
99
100
  email: string;
100
101
  ppu?: string;
101
102
  firstname: string;
@@ -86,6 +86,7 @@ export declare enum Paths {
86
86
  export interface CommonData {
87
87
  currentUser: MainUserData | null;
88
88
  no_consent?: boolean;
89
+ device_id: string | null;
89
90
  page: Pages;
90
91
  direction: TextDirection;
91
92
  preferences: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.18.10",
3
+ "version": "1.18.14",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",