@singi-labs/sifa-sdk 0.12.84 → 0.12.85
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-D0qELxvf.d.cts → index-jNyd5QP7.d.cts} +6 -0
- package/dist/{index-D0qELxvf.d.ts → index-jNyd5QP7.d.ts} +6 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/jsonld/index.d.cts +1 -1
- package/dist/jsonld/index.d.ts +1 -1
- package/dist/{network-map-C5AnjGcV.d.ts → network-map-GfIVEYpr.d.ts} +4 -4
- package/dist/{network-map-CkRrVFJD.d.cts → network-map-y6U7m-hX.d.cts} +4 -4
- package/dist/{org-Be8tayoD.d.cts → org-ClDqS3CM.d.cts} +18 -3
- package/dist/{org-B2Y54EHg.d.ts → org-GlACA06R.d.ts} +18 -3
- package/dist/{profile-summary-Fieyfzzf.d.ts → profile-summary-8fapqzHv.d.ts} +1 -1
- package/dist/{profile-summary-CIkWTi6K.d.cts → profile-summary-DY78IoL9.d.cts} +1 -1
- package/dist/query/fetchers/index.cjs +30 -0
- package/dist/query/fetchers/index.cjs.map +1 -1
- package/dist/query/fetchers/index.d.cts +6 -6
- package/dist/query/fetchers/index.d.ts +6 -6
- package/dist/query/fetchers/index.js +29 -1
- package/dist/query/fetchers/index.js.map +1 -1
- package/dist/query/hooks/index.cjs +62 -0
- package/dist/query/hooks/index.cjs.map +1 -1
- package/dist/query/hooks/index.d.cts +5 -5
- package/dist/query/hooks/index.d.ts +5 -5
- package/dist/query/hooks/index.js +61 -1
- package/dist/query/hooks/index.js.map +1 -1
- package/dist/query/index.cjs +64 -0
- package/dist/query/index.cjs.map +1 -1
- package/dist/query/index.d.cts +8 -8
- package/dist/query/index.d.ts +8 -8
- package/dist/query/index.js +61 -1
- package/dist/query/index.js.map +1 -1
- package/dist/{types-ClxJ0I98.d.ts → types-8JaS6abh.d.ts} +1 -1
- package/dist/{types-BEei3kVS.d.cts → types-8wAWvS-T.d.cts} +1 -1
- package/dist/{use-org-notification-emails-BdglyA2S.d.cts → use-org-notification-emails-B-oGiDHo.d.cts} +11 -4
- package/dist/{use-org-notification-emails-1ZD4ycgg.d.ts → use-org-notification-emails-DGzW9MH6.d.ts} +11 -4
- package/package.json +1 -1
|
@@ -737,6 +737,12 @@ interface Profile {
|
|
|
737
737
|
* native field with no `app.bsky.actor.profile` equivalent. Text only.
|
|
738
738
|
*/
|
|
739
739
|
namePronunciation?: string;
|
|
740
|
+
/**
|
|
741
|
+
* Resolved URL of the name-pronunciation audio clip from
|
|
742
|
+
* `id.sifa.profile.self.namePronunciationAudio`, served from the user's PDS
|
|
743
|
+
* (`com.atproto.sync.getBlob`). Optional; absent when no clip is set.
|
|
744
|
+
*/
|
|
745
|
+
namePronunciationAudioUrl?: string;
|
|
740
746
|
avatar?: string;
|
|
741
747
|
pronouns?: string;
|
|
742
748
|
headline?: string;
|
|
@@ -737,6 +737,12 @@ interface Profile {
|
|
|
737
737
|
* native field with no `app.bsky.actor.profile` equivalent. Text only.
|
|
738
738
|
*/
|
|
739
739
|
namePronunciation?: string;
|
|
740
|
+
/**
|
|
741
|
+
* Resolved URL of the name-pronunciation audio clip from
|
|
742
|
+
* `id.sifa.profile.self.namePronunciationAudio`, served from the user's PDS
|
|
743
|
+
* (`com.atproto.sync.getBlob`). Optional; absent when no clip is set.
|
|
744
|
+
*/
|
|
745
|
+
namePronunciationAudioUrl?: string;
|
|
740
746
|
avatar?: string;
|
|
741
747
|
pronouns?: string;
|
|
742
748
|
headline?: string;
|
package/dist/index.cjs
CHANGED
|
@@ -5827,7 +5827,7 @@ function describeSifaRecord(collection, value) {
|
|
|
5827
5827
|
}
|
|
5828
5828
|
|
|
5829
5829
|
// src/index.ts
|
|
5830
|
-
var SIFA_SDK_VERSION = "0.12.
|
|
5830
|
+
var SIFA_SDK_VERSION = "0.12.85";
|
|
5831
5831
|
|
|
5832
5832
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
5833
5833
|
exports.ACTIVITY_VERBS = ACTIVITY_VERBS;
|