plac-micro-common 1.3.65 → 1.3.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,6 +17,12 @@ export declare const REDIS_CACHE_KEYS: {
17
17
  };
18
18
  };
19
19
  export declare const REDIS_CACHE_TTL: {
20
+ AppInfo: {
21
+ Default: number;
22
+ };
23
+ AppClientInfo: {
24
+ Default: number;
25
+ };
20
26
  Dropdown: number;
21
27
  UserInfo: number;
22
28
  };
@@ -20,6 +20,12 @@ exports.REDIS_CACHE_KEYS = {
20
20
  },
21
21
  };
22
22
  exports.REDIS_CACHE_TTL = {
23
+ AppInfo: {
24
+ Default: 60 * 60 * 12, // 12 hour
25
+ },
26
+ AppClientInfo: {
27
+ Default: 60 * 60 * 12, // 12 hour
28
+ },
23
29
  Dropdown: 60 * 60 * 6, // 6 hours
24
30
  UserInfo: 60 * 15, // 15 minutes
25
31
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plac-micro-common",
3
- "version": "1.3.65",
3
+ "version": "1.3.66",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {