connectfy-shared 0.0.100 → 0.0.101

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
@@ -9589,7 +9589,8 @@ var CACHE_KEYS = {
9589
9589
  GENERAL: (userId) => `general_settings:${userId}`,
9590
9590
  NOTIFICATION: (userId) => `notification_settings:${userId}`,
9591
9591
  PRIVACY: (userId) => `privacy_settings:${userId}`
9592
- }
9592
+ },
9593
+ SOCIAL_LINK: (userId) => `social_link:${userId}`
9593
9594
  }
9594
9595
  };
9595
9596
  var COUNTRIES = [
package/dist/index.d.cts CHANGED
@@ -110,6 +110,7 @@ declare const CACHE_KEYS: {
110
110
  NOTIFICATION: (userId: string) => string;
111
111
  PRIVACY: (userId: string) => string;
112
112
  };
113
+ SOCIAL_LINK: (userId: string) => string;
113
114
  };
114
115
  };
115
116
  declare const COUNTRIES: ICountry[];
package/dist/index.d.ts CHANGED
@@ -110,6 +110,7 @@ declare const CACHE_KEYS: {
110
110
  NOTIFICATION: (userId: string) => string;
111
111
  PRIVACY: (userId: string) => string;
112
112
  };
113
+ SOCIAL_LINK: (userId: string) => string;
113
114
  };
114
115
  };
115
116
  declare const COUNTRIES: ICountry[];
package/dist/index.mjs CHANGED
@@ -9502,7 +9502,8 @@ var CACHE_KEYS = {
9502
9502
  GENERAL: (userId) => `general_settings:${userId}`,
9503
9503
  NOTIFICATION: (userId) => `notification_settings:${userId}`,
9504
9504
  PRIVACY: (userId) => `privacy_settings:${userId}`
9505
- }
9505
+ },
9506
+ SOCIAL_LINK: (userId) => `social_link:${userId}`
9506
9507
  }
9507
9508
  };
9508
9509
  var COUNTRIES = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "connectfy-shared",
3
- "version": "0.0.100",
3
+ "version": "0.0.101",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {