@jealous-robot-dev/shared-types-responses 1.18.13 → 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.18.13",
3
+ "version": "1.18.14",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",