@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.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/{network-map-DMpXK9rM.d.cts → network-map-DMfaQ1UI.d.cts} +32 -2
- package/dist/{network-map-kR4Ndke4.d.ts → network-map-FK6emkhf.d.ts} +32 -2
- package/dist/{org-CnAMbO63.d.ts → org-Dg25S76d.d.ts} +2 -1
- package/dist/{org-DQyVyZ65.d.cts → org-gIoCYQNA.d.cts} +2 -1
- package/dist/query/fetchers/index.cjs +19 -1
- package/dist/query/fetchers/index.cjs.map +1 -1
- package/dist/query/fetchers/index.d.cts +3 -3
- package/dist/query/fetchers/index.d.ts +3 -3
- package/dist/query/fetchers/index.js +19 -2
- package/dist/query/fetchers/index.js.map +1 -1
- package/dist/query/hooks/index.cjs +2 -1
- package/dist/query/hooks/index.cjs.map +1 -1
- package/dist/query/hooks/index.d.cts +3 -3
- package/dist/query/hooks/index.d.ts +3 -3
- package/dist/query/hooks/index.js +2 -1
- package/dist/query/hooks/index.js.map +1 -1
- package/dist/query/index.cjs +30 -1
- package/dist/query/index.cjs.map +1 -1
- package/dist/query/index.d.cts +11 -6
- package/dist/query/index.d.ts +11 -6
- package/dist/query/index.js +29 -2
- package/dist/query/index.js.map +1 -1
- package/dist/schemas/write/index.cjs +12 -1
- package/dist/schemas/write/index.cjs.map +1 -1
- package/dist/schemas/write/index.d.cts +21 -1
- package/dist/schemas/write/index.d.ts +21 -1
- package/dist/schemas/write/index.js +12 -2
- package/dist/schemas/write/index.js.map +1 -1
- package/dist/{use-org-notification-emails-C45soS39.d.cts → use-org-notification-emails-CdPL2KHh.d.cts} +1 -1
- package/dist/{use-org-notification-emails-DaZqJMfA.d.ts → use-org-notification-emails-Dh34pNU7.d.ts} +1 -1
- 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"],
|