connectfy-shared 0.0.86 → 0.0.87

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.
package/dist/index.cjs CHANGED
@@ -9578,9 +9578,9 @@ var CACHE_KEYS = {
9578
9578
  ACCOUNT: {
9579
9579
  PROFILE: (userId) => `profile:${userId}`,
9580
9580
  SETTINGS: {
9581
- GENERAL_SETTINGS: (userId) => `general_settings:${userId}`,
9582
- NOTIFICATION_SETTINGS: (userId) => `notification_settings:${userId}`,
9583
- PRIVACY_SETTINGS: (userId) => `privacy_settings:${userId}`
9581
+ GENERAL: (userId) => `general_settings:${userId}`,
9582
+ NOTIFICATION: (userId) => `notification_settings:${userId}`,
9583
+ PRIVACY: (userId) => `privacy_settings:${userId}`
9584
9584
  }
9585
9585
  }
9586
9586
  };
package/dist/index.d.cts CHANGED
@@ -100,9 +100,9 @@ declare const CACHE_KEYS: {
100
100
  ACCOUNT: {
101
101
  PROFILE: (userId: string) => string;
102
102
  SETTINGS: {
103
- GENERAL_SETTINGS: (userId: string) => string;
104
- NOTIFICATION_SETTINGS: (userId: string) => string;
105
- PRIVACY_SETTINGS: (userId: string) => string;
103
+ GENERAL: (userId: string) => string;
104
+ NOTIFICATION: (userId: string) => string;
105
+ PRIVACY: (userId: string) => string;
106
106
  };
107
107
  };
108
108
  };
package/dist/index.d.ts CHANGED
@@ -100,9 +100,9 @@ declare const CACHE_KEYS: {
100
100
  ACCOUNT: {
101
101
  PROFILE: (userId: string) => string;
102
102
  SETTINGS: {
103
- GENERAL_SETTINGS: (userId: string) => string;
104
- NOTIFICATION_SETTINGS: (userId: string) => string;
105
- PRIVACY_SETTINGS: (userId: string) => string;
103
+ GENERAL: (userId: string) => string;
104
+ NOTIFICATION: (userId: string) => string;
105
+ PRIVACY: (userId: string) => string;
106
106
  };
107
107
  };
108
108
  };
package/dist/index.mjs CHANGED
@@ -9493,9 +9493,9 @@ var CACHE_KEYS = {
9493
9493
  ACCOUNT: {
9494
9494
  PROFILE: (userId) => `profile:${userId}`,
9495
9495
  SETTINGS: {
9496
- GENERAL_SETTINGS: (userId) => `general_settings:${userId}`,
9497
- NOTIFICATION_SETTINGS: (userId) => `notification_settings:${userId}`,
9498
- PRIVACY_SETTINGS: (userId) => `privacy_settings:${userId}`
9496
+ GENERAL: (userId) => `general_settings:${userId}`,
9497
+ NOTIFICATION: (userId) => `notification_settings:${userId}`,
9498
+ PRIVACY: (userId) => `privacy_settings:${userId}`
9499
9499
  }
9500
9500
  }
9501
9501
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "connectfy-shared",
3
- "version": "0.0.86",
3
+ "version": "0.0.87",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {