@singi-labs/sifa-sdk 0.10.5 → 0.10.7

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.
@@ -357,4 +357,4 @@ declare function hasAdultContent(item: {
357
357
  labels?: ActivityLabel[];
358
358
  }): boolean;
359
359
 
360
- export { type ActivityLabel as A, type ExternalAccount as E, type FeedItem as F, type LocationValue as L, type ProfileSkill as P, type SkillSuggestion as S, type TrustStat as T, type VerifiedAccount as V, type PdsProviderInfo as a, type Profile as b, ADULT_CONTENT_LABELS as c, type ActiveApp as d, type AdultContentLabel as e, type Endorsement as f, type EndorsementData as g, type ExternalAccountKeytraceClaim as h, type LanguageProficiency as i, type ProfileCertification as j, type ProfileCourse as k, type ProfileEducation as l, type ProfileHonor as m, type ProfileIndustry as n, type ProfileLanguage as o, type ProfileLocation as p, type ProfileOverrideSource as q, type ProfilePosition as r, type ProfileProject as s, type ProfilePublication as t, type ProfileVolunteering as u, type PublicationContributor as v, type SkillRef as w, hasAdultContent as x };
360
+ export { type AdultContentLabel as A, type ExternalAccount as E, type FeedItem as F, type LocationValue as L, type ProfileSkill as P, type SkillSuggestion as S, type TrustStat as T, type VerifiedAccount as V, type ActivityLabel as a, type PdsProviderInfo as b, type Profile as c, ADULT_CONTENT_LABELS as d, type ActiveApp as e, type Endorsement as f, type EndorsementData as g, type ExternalAccountKeytraceClaim as h, type LanguageProficiency as i, type ProfileCertification as j, type ProfileCourse as k, type ProfileEducation as l, type ProfileHonor as m, type ProfileIndustry as n, type ProfileLanguage as o, type ProfileLocation as p, type ProfileOverrideSource as q, type ProfilePosition as r, type ProfileProject as s, type ProfilePublication as t, type ProfileVolunteering as u, type PublicationContributor as v, type SkillRef as w, hasAdultContent as x };
@@ -357,4 +357,4 @@ declare function hasAdultContent(item: {
357
357
  labels?: ActivityLabel[];
358
358
  }): boolean;
359
359
 
360
- export { type ActivityLabel as A, type ExternalAccount as E, type FeedItem as F, type LocationValue as L, type ProfileSkill as P, type SkillSuggestion as S, type TrustStat as T, type VerifiedAccount as V, type PdsProviderInfo as a, type Profile as b, ADULT_CONTENT_LABELS as c, type ActiveApp as d, type AdultContentLabel as e, type Endorsement as f, type EndorsementData as g, type ExternalAccountKeytraceClaim as h, type LanguageProficiency as i, type ProfileCertification as j, type ProfileCourse as k, type ProfileEducation as l, type ProfileHonor as m, type ProfileIndustry as n, type ProfileLanguage as o, type ProfileLocation as p, type ProfileOverrideSource as q, type ProfilePosition as r, type ProfileProject as s, type ProfilePublication as t, type ProfileVolunteering as u, type PublicationContributor as v, type SkillRef as w, hasAdultContent as x };
360
+ export { type AdultContentLabel as A, type ExternalAccount as E, type FeedItem as F, type LocationValue as L, type ProfileSkill as P, type SkillSuggestion as S, type TrustStat as T, type VerifiedAccount as V, type ActivityLabel as a, type PdsProviderInfo as b, type Profile as c, ADULT_CONTENT_LABELS as d, type ActiveApp as e, type Endorsement as f, type EndorsementData as g, type ExternalAccountKeytraceClaim as h, type LanguageProficiency as i, type ProfileCertification as j, type ProfileCourse as k, type ProfileEducation as l, type ProfileHonor as m, type ProfileIndustry as n, type ProfileLanguage as o, type ProfileLocation as p, type ProfileOverrideSource as q, type ProfilePosition as r, type ProfileProject as s, type ProfilePublication as t, type ProfileVolunteering as u, type PublicationContributor as v, type SkillRef as w, hasAdultContent as x };
package/dist/index.cjs CHANGED
@@ -801,6 +801,7 @@ var APP_CATEGORIES = {
801
801
  Articles: { phosphorIcon: "Article" },
802
802
  Chat: { phosphorIcon: "ChatsCircle" },
803
803
  Code: { phosphorIcon: "Code" },
804
+ Endorsements: { phosphorIcon: "HandHeart" },
804
805
  Events: { phosphorIcon: "CalendarBlank" },
805
806
  Links: { phosphorIcon: "LinkSimple" },
806
807
  Lists: { phosphorIcon: "ListBullets" },
@@ -857,6 +858,7 @@ var APP_CATEGORY_MAP = {
857
858
  atstore: "Reviews",
858
859
  plyr: "Music",
859
860
  anisota: "Posts",
861
+ atfund: "Endorsements",
860
862
  // Web-only (rendered in pills/cards via sifa-web atproto-apps.ts;
861
863
  // no backend scan collection yet)
862
864
  linkat: "Links",
@@ -1566,6 +1568,12 @@ var APP_URL_PATTERNS = Object.freeze({
1566
1568
  // SPA — per-record URLs require JS routing. plyr.fm doesn't expose a
1567
1569
  // public per-handle profile page server-side either; falls back to root.
1568
1570
  profileUrlPattern: "https://plyr.fm"
1571
+ },
1572
+ atfund: {
1573
+ // at.fund is auth-gated — `/give/{did}` 307s to `/` when not signed in,
1574
+ // and there's no public per-endorsement permalink. Profile fallback only,
1575
+ // pointing at the main /give listing.
1576
+ profileUrlPattern: "https://www.at.fund/give"
1569
1577
  }
1570
1578
  });
1571
1579
  var COLLECTION_TO_APP = [
@@ -1606,7 +1614,8 @@ var COLLECTION_TO_APP = [
1606
1614
  ["so.sprk.", "spark"],
1607
1615
  ["community.nooki.", "nooki"],
1608
1616
  ["fyi.atstore.", "atstore"],
1609
- ["fm.plyr.", "plyr"]
1617
+ ["fm.plyr.", "plyr"],
1618
+ ["fund.at.", "atfund"]
1610
1619
  ];
1611
1620
 
1612
1621
  // src/cards/resolve-card-url.ts
@@ -2171,7 +2180,7 @@ var ProfileVolunteeringRecordSchema = zod.z.object({
2171
2180
  });
2172
2181
 
2173
2182
  // src/index.ts
2174
- var SIFA_SDK_VERSION = "0.10.5";
2183
+ var SIFA_SDK_VERSION = "0.10.7";
2175
2184
 
2176
2185
  exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
2177
2186
  exports.ACTIVITY_VISIBILITY_RULES = ACTIVITY_VISIBILITY_RULES;