@singi-labs/sifa-sdk 0.12.78 → 0.12.80

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 (33) hide show
  1. package/dist/index.cjs +1 -1
  2. package/dist/index.js +1 -1
  3. package/dist/{network-map-DMpXK9rM.d.cts → network-map-DMfaQ1UI.d.cts} +32 -2
  4. package/dist/{network-map-kR4Ndke4.d.ts → network-map-FK6emkhf.d.ts} +32 -2
  5. package/dist/{org-CnAMbO63.d.ts → org-Dg25S76d.d.ts} +2 -1
  6. package/dist/{org-DQyVyZ65.d.cts → org-gIoCYQNA.d.cts} +2 -1
  7. package/dist/query/fetchers/index.cjs +19 -1
  8. package/dist/query/fetchers/index.cjs.map +1 -1
  9. package/dist/query/fetchers/index.d.cts +3 -3
  10. package/dist/query/fetchers/index.d.ts +3 -3
  11. package/dist/query/fetchers/index.js +19 -2
  12. package/dist/query/fetchers/index.js.map +1 -1
  13. package/dist/query/hooks/index.cjs +2 -1
  14. package/dist/query/hooks/index.cjs.map +1 -1
  15. package/dist/query/hooks/index.d.cts +3 -3
  16. package/dist/query/hooks/index.d.ts +3 -3
  17. package/dist/query/hooks/index.js +2 -1
  18. package/dist/query/hooks/index.js.map +1 -1
  19. package/dist/query/index.cjs +30 -1
  20. package/dist/query/index.cjs.map +1 -1
  21. package/dist/query/index.d.cts +11 -6
  22. package/dist/query/index.d.ts +11 -6
  23. package/dist/query/index.js +29 -2
  24. package/dist/query/index.js.map +1 -1
  25. package/dist/schemas/write/index.cjs +12 -1
  26. package/dist/schemas/write/index.cjs.map +1 -1
  27. package/dist/schemas/write/index.d.cts +21 -1
  28. package/dist/schemas/write/index.d.ts +21 -1
  29. package/dist/schemas/write/index.js +12 -2
  30. package/dist/schemas/write/index.js.map +1 -1
  31. package/dist/{use-org-notification-emails-C45soS39.d.cts → use-org-notification-emails-CdPL2KHh.d.cts} +1 -1
  32. package/dist/{use-org-notification-emails-DaZqJMfA.d.ts → use-org-notification-emails-Dh34pNU7.d.ts} +1 -1
  33. package/package.json +1 -1
@@ -227,7 +227,8 @@ var sifaQueryKeys = {
227
227
  pending: () => ["sifa", "endorsement", "pending"],
228
228
  // Also session-scoped: the AppView picks the candidate from the viewer's
229
229
  // own follows, dismissals and blocks.
230
- reciprocity: () => ["sifa", "endorsement", "reciprocity"]
230
+ reciprocity: () => ["sifa", "endorsement", "reciprocity"],
231
+ received: (did) => ["sifa", "endorsement", "received", did]
231
232
  },
232
233
  confirmation: {
233
234
  all: () => ["sifa", "confirmation"],