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 +2 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
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
package/dist/index.d.ts
CHANGED
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 = [
|