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

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,9 +29,10 @@ export interface CommonData {
29
29
  noConsent?: boolean;
30
30
  country: string;
31
31
  region: string;
32
+ city: string;
32
33
  session: {
33
34
  token: string;
34
- expiresAt: string;
35
+ expiresAt: number;
35
36
  };
36
37
  env: ENV;
37
38
  direction: TextDirection;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.53.3",
3
+ "version": "1.53.5",
4
4
  "description": "Meetle common types of API responses",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -27,4 +27,4 @@
27
27
  "@jealous-robot-dev/drophr-common": "^1.16.1",
28
28
  "@jealous-robot-dev/shared-phrases": "^1.15.4"
29
29
  }
30
- }
30
+ }