@jealous-robot-dev/shared-types-responses 1.18.12 → 1.18.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.12",
3
+ "version": "1.18.13",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",