connectfy-shared 0.0.107 → 0.0.108

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
@@ -9973,6 +9973,10 @@ var COLLECTIONS = {
9973
9973
  PRIVACY: "privacy_settings",
9974
9974
  NOTIFICATION: "notification_settings"
9975
9975
  }
9976
+ },
9977
+ RELATIONSHIP: {
9978
+ FRIENDSHIPS: "friendships",
9979
+ BLOCKS_LIST: "blocks_list"
9976
9980
  }
9977
9981
  };
9978
9982
  var EXPIRE_DATES = {
package/dist/index.d.cts CHANGED
@@ -447,6 +447,10 @@ declare const COLLECTIONS: {
447
447
  NOTIFICATION: string;
448
448
  };
449
449
  };
450
+ RELATIONSHIP: {
451
+ FRIENDSHIPS: string;
452
+ BLOCKS_LIST: string;
453
+ };
450
454
  };
451
455
  declare const EXPIRE_DATES: {
452
456
  JWT: {
package/dist/index.d.ts CHANGED
@@ -447,6 +447,10 @@ declare const COLLECTIONS: {
447
447
  NOTIFICATION: string;
448
448
  };
449
449
  };
450
+ RELATIONSHIP: {
451
+ FRIENDSHIPS: string;
452
+ BLOCKS_LIST: string;
453
+ };
450
454
  };
451
455
  declare const EXPIRE_DATES: {
452
456
  JWT: {
package/dist/index.mjs CHANGED
@@ -9880,6 +9880,10 @@ var COLLECTIONS = {
9880
9880
  PRIVACY: "privacy_settings",
9881
9881
  NOTIFICATION: "notification_settings"
9882
9882
  }
9883
+ },
9884
+ RELATIONSHIP: {
9885
+ FRIENDSHIPS: "friendships",
9886
+ BLOCKS_LIST: "blocks_list"
9883
9887
  }
9884
9888
  };
9885
9889
  var EXPIRE_DATES = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "connectfy-shared",
3
- "version": "0.0.107",
3
+ "version": "0.0.108",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {