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 +3 -3
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
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
|
-
|
|
9582
|
-
|
|
9583
|
-
|
|
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
|
-
|
|
104
|
-
|
|
105
|
-
|
|
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
|
-
|
|
104
|
-
|
|
105
|
-
|
|
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
|
-
|
|
9497
|
-
|
|
9498
|
-
|
|
9496
|
+
GENERAL: (userId) => `general_settings:${userId}`,
|
|
9497
|
+
NOTIFICATION: (userId) => `notification_settings:${userId}`,
|
|
9498
|
+
PRIVACY: (userId) => `privacy_settings:${userId}`
|
|
9499
9499
|
}
|
|
9500
9500
|
}
|
|
9501
9501
|
};
|