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

Sign up to get free protection for your applications and to get access to all the features.
@@ -33,6 +33,7 @@ export declare enum Cookies {
33
33
  REMEMBERED_USER = "_uc",
34
34
  LOCALE_ID = "locale_id",
35
35
  CURRENCY = "currency",
36
+ CONSENT = "consent",
36
37
  UITHEME = "uitheme"
37
38
  }
38
39
  export interface FAQ {
@@ -30,6 +30,7 @@ var Cookies;
30
30
  Cookies["REMEMBERED_USER"] = "_uc";
31
31
  Cookies["LOCALE_ID"] = "locale_id";
32
32
  Cookies["CURRENCY"] = "currency";
33
+ Cookies["CONSENT"] = "consent";
33
34
  Cookies["UITHEME"] = "uitheme";
34
35
  })(Cookies = exports.Cookies || (exports.Cookies = {}));
35
36
  var CurrencyPosition;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jealous-robot-dev/shared-types-responses",
3
- "version": "1.18.9",
3
+ "version": "1.18.10",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",