@singi-labs/sifa-sdk 0.12.76 → 0.12.78

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.
Files changed (39) hide show
  1. package/dist/{index-a3xqWsNm.d.cts → index-Uj1NC0QC.d.cts} +28 -1
  2. package/dist/{index-a3xqWsNm.d.ts → index-Uj1NC0QC.d.ts} +28 -1
  3. package/dist/index.cjs +9 -2
  4. package/dist/index.cjs.map +1 -1
  5. package/dist/index.d.cts +19 -5
  6. package/dist/index.d.ts +19 -5
  7. package/dist/index.js +9 -3
  8. package/dist/index.js.map +1 -1
  9. package/dist/jsonld/index.d.cts +1 -1
  10. package/dist/jsonld/index.d.ts +1 -1
  11. package/dist/{network-map-D5PJAs_l.d.cts → network-map-DMpXK9rM.d.cts} +30 -5
  12. package/dist/{network-map-BFjdjlj3.d.ts → network-map-kR4Ndke4.d.ts} +30 -5
  13. package/dist/{org-Co9muK52.d.ts → org-CnAMbO63.d.ts} +4 -3
  14. package/dist/{org-BOivj-0M.d.cts → org-DQyVyZ65.d.cts} +4 -3
  15. package/dist/{profile-summary-BTZAwG1z.d.cts → profile-summary-CbzSrQoE.d.cts} +1 -1
  16. package/dist/{profile-summary-Do5FY7Q0.d.ts → profile-summary-Yq3_odUX.d.ts} +1 -1
  17. package/dist/query/fetchers/index.cjs +24 -1
  18. package/dist/query/fetchers/index.cjs.map +1 -1
  19. package/dist/query/fetchers/index.d.cts +6 -6
  20. package/dist/query/fetchers/index.d.ts +6 -6
  21. package/dist/query/fetchers/index.js +24 -2
  22. package/dist/query/fetchers/index.js.map +1 -1
  23. package/dist/query/hooks/index.cjs +4 -1
  24. package/dist/query/hooks/index.cjs.map +1 -1
  25. package/dist/query/hooks/index.d.cts +5 -5
  26. package/dist/query/hooks/index.d.ts +5 -5
  27. package/dist/query/hooks/index.js +4 -1
  28. package/dist/query/hooks/index.js.map +1 -1
  29. package/dist/query/index.cjs +33 -1
  30. package/dist/query/index.cjs.map +1 -1
  31. package/dist/query/index.d.cts +19 -10
  32. package/dist/query/index.d.ts +19 -10
  33. package/dist/query/index.js +32 -2
  34. package/dist/query/index.js.map +1 -1
  35. package/dist/{types-D0LWpGtY.d.cts → types-B3KOVEYy.d.cts} +1 -1
  36. package/dist/{types-C3xxTGUE.d.ts → types-Ct7WNyn9.d.ts} +1 -1
  37. package/dist/{use-org-notification-emails-Do-Zjtf8.d.cts → use-org-notification-emails-C45soS39.d.cts} +3 -3
  38. package/dist/{use-org-notification-emails-Cz6OldEp.d.ts → use-org-notification-emails-DaZqJMfA.d.ts} +3 -3
  39. package/package.json +1 -2
@@ -224,7 +224,10 @@ var sifaQueryKeys = {
224
224
  count: (did) => ["sifa", "endorsement", "count", did],
225
225
  // Scoped to the session rather than a DID -- the AppView reads the subject
226
226
  // from the session cookie, so there is only ever one inbox per client.
227
- pending: () => ["sifa", "endorsement", "pending"]
227
+ pending: () => ["sifa", "endorsement", "pending"],
228
+ // Also session-scoped: the AppView picks the candidate from the viewer's
229
+ // own follows, dismissals and blocks.
230
+ reciprocity: () => ["sifa", "endorsement", "reciprocity"]
228
231
  },
229
232
  confirmation: {
230
233
  all: () => ["sifa", "confirmation"],