@singi-labs/sifa-sdk 0.19.44 → 0.19.45

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 (575) hide show
  1. package/dist/atproto/index.js +9 -3
  2. package/dist/atproto/index.js.map +1 -1
  3. package/dist/badge/index.js +5 -141
  4. package/dist/badge/index.js.map +1 -1
  5. package/dist/cards/adult-content.js +14 -0
  6. package/dist/cards/adult-content.js.map +1 -0
  7. package/dist/cards/app-url-patterns.js +369 -0
  8. package/dist/cards/app-url-patterns.js.map +1 -0
  9. package/dist/cards/index.js +24 -0
  10. package/dist/cards/index.js.map +1 -0
  11. package/dist/cards/resolve-card-url.js +198 -0
  12. package/dist/cards/resolve-card-url.js.map +1 -0
  13. package/dist/cards/visibility.js +45 -0
  14. package/dist/cards/visibility.js.map +1 -0
  15. package/dist/flags/index.js +4 -3
  16. package/dist/flags/index.js.map +1 -1
  17. package/dist/format/collapse-contributors.js +19 -0
  18. package/dist/format/collapse-contributors.js.map +1 -0
  19. package/dist/format/company-name.js +61 -0
  20. package/dist/format/company-name.js.map +1 -0
  21. package/dist/format/compare-text.js +9 -0
  22. package/dist/format/compare-text.js.map +1 -0
  23. package/dist/format/doi.js +8 -0
  24. package/dist/format/doi.js.map +1 -0
  25. package/dist/format/embed.js +131 -0
  26. package/dist/format/embed.js.map +1 -0
  27. package/dist/format/endorsement-context.js +35 -0
  28. package/dist/format/endorsement-context.js.map +1 -0
  29. package/dist/format/format-display-url.js +42 -0
  30. package/dist/format/format-display-url.js.map +1 -0
  31. package/dist/format/format-duration.js +13 -0
  32. package/dist/format/format-duration.js.map +1 -0
  33. package/dist/format/format-time.js +30 -0
  34. package/dist/format/format-time.js.map +1 -0
  35. package/dist/format/handle-utils.js +19 -0
  36. package/dist/format/handle-utils.js.map +1 -0
  37. package/dist/format/index.js +100 -0
  38. package/dist/format/index.js.map +1 -0
  39. package/dist/format/location-segments.js +29 -0
  40. package/dist/format/location-segments.js.map +1 -0
  41. package/dist/format/location-utils.js +42 -0
  42. package/dist/format/location-utils.js.map +1 -0
  43. package/dist/format/meta-description.js +35 -0
  44. package/dist/format/meta-description.js.map +1 -0
  45. package/dist/format/normalize-company-key.js +12 -0
  46. package/dist/format/normalize-company-key.js.map +1 -0
  47. package/dist/format/normalize-legal-form.js +71 -0
  48. package/dist/format/normalize-legal-form.js.map +1 -0
  49. package/dist/format/pds-utils.js +73 -0
  50. package/dist/format/pds-utils.js.map +1 -0
  51. package/dist/format/sort-by-date.js +39 -0
  52. package/dist/format/sort-by-date.js.map +1 -0
  53. package/dist/format/summarize-deliveries.js +37 -0
  54. package/dist/format/summarize-deliveries.js.map +1 -0
  55. package/dist/format/talk-slug.js +21 -0
  56. package/dist/format/talk-slug.js.map +1 -0
  57. package/dist/format/text-sanitize.js +29 -0
  58. package/dist/format/text-sanitize.js.map +1 -0
  59. package/dist/format/text-truncate.js +14 -0
  60. package/dist/format/text-truncate.js.map +1 -0
  61. package/dist/format/time-utils.js +19 -0
  62. package/dist/format/time-utils.js.map +1 -0
  63. package/dist/format/timeline.js +29 -0
  64. package/dist/format/timeline.js.map +1 -0
  65. package/dist/format/wcag-contrast.js +34 -0
  66. package/dist/format/wcag-contrast.js.map +1 -0
  67. package/dist/import/index.js +22 -0
  68. package/dist/import/index.js.map +1 -0
  69. package/dist/import/presentation-csv.js +116 -0
  70. package/dist/import/presentation-csv.js.map +1 -0
  71. package/dist/index.cjs +1 -1
  72. package/dist/index.js +675 -7086
  73. package/dist/index.js.map +1 -1
  74. package/dist/jev/index.js +18 -5
  75. package/dist/jev/index.js.map +1 -1
  76. package/dist/jsonld/index.js +30 -987
  77. package/dist/jsonld/index.js.map +1 -1
  78. package/dist/jsonld/profile.js +222 -0
  79. package/dist/jsonld/profile.js.map +1 -0
  80. package/dist/jsonld/terms.js +496 -0
  81. package/dist/jsonld/terms.js.map +1 -0
  82. package/dist/jsonld/url.js +17 -0
  83. package/dist/jsonld/url.js.map +1 -0
  84. package/dist/jsonld/works-graph.js +41 -0
  85. package/dist/jsonld/works-graph.js.map +1 -0
  86. package/dist/jsonld/works.js +178 -0
  87. package/dist/jsonld/works.js.map +1 -0
  88. package/dist/logic/actor-identity.js +8 -0
  89. package/dist/logic/actor-identity.js.map +1 -0
  90. package/dist/logic/agent-ref.js +24 -0
  91. package/dist/logic/agent-ref.js.map +1 -0
  92. package/dist/logic/company-page-indexable.js +23 -0
  93. package/dist/logic/company-page-indexable.js.map +1 -0
  94. package/dist/logic/date-lookahead.js +31 -0
  95. package/dist/logic/date-lookahead.js.map +1 -0
  96. package/dist/logic/domain-detect.js +43 -0
  97. package/dist/logic/domain-detect.js.map +1 -0
  98. package/dist/logic/entity-disambiguation.js +24 -0
  99. package/dist/logic/entity-disambiguation.js.map +1 -0
  100. package/dist/logic/entity-ref-anchor.js +33 -0
  101. package/dist/logic/entity-ref-anchor.js.map +1 -0
  102. package/dist/logic/index.js +91 -0
  103. package/dist/logic/index.js.map +1 -0
  104. package/dist/logic/org-floor.js +66 -0
  105. package/dist/logic/org-floor.js.map +1 -0
  106. package/dist/logic/primary-item.js +9 -0
  107. package/dist/logic/primary-item.js.map +1 -0
  108. package/dist/logic/primary-position.js +16 -0
  109. package/dist/logic/primary-position.js.map +1 -0
  110. package/dist/logic/profile-completeness.js +21 -0
  111. package/dist/logic/profile-completeness.js.map +1 -0
  112. package/dist/logic/profile-dimensions.js +50 -0
  113. package/dist/logic/profile-dimensions.js.map +1 -0
  114. package/dist/logic/profile-summary.js +23 -0
  115. package/dist/logic/profile-summary.js.map +1 -0
  116. package/dist/logic/pseudo-employer.js +34 -0
  117. package/dist/logic/pseudo-employer.js.map +1 -0
  118. package/dist/logic/recent-activity.js +10 -0
  119. package/dist/logic/recent-activity.js.map +1 -0
  120. package/dist/logic/self-app.js +10 -0
  121. package/dist/logic/self-app.js.map +1 -0
  122. package/dist/{org-BCrvebcf.d.ts → org-CxTEjjrm.d.ts} +1 -1
  123. package/dist/{org-settings-C73Sin5E.d.ts → org-settings-BShvhyFp.d.ts} +1 -1
  124. package/dist/profile/headline-role-dedupe.js +12 -0
  125. package/dist/profile/headline-role-dedupe.js.map +1 -0
  126. package/dist/profile/highlights.js +200 -0
  127. package/dist/profile/highlights.js.map +1 -0
  128. package/dist/profile/index.js +66 -0
  129. package/dist/profile/index.js.map +1 -0
  130. package/dist/profile/involvement-grouping.js +31 -0
  131. package/dist/profile/involvement-grouping.js.map +1 -0
  132. package/dist/profile/language-sort.js +24 -0
  133. package/dist/profile/language-sort.js.map +1 -0
  134. package/dist/profile/publication-versions.js +98 -0
  135. package/dist/profile/publication-versions.js.map +1 -0
  136. package/dist/profile/range-sort.js +14 -0
  137. package/dist/profile/range-sort.js.map +1 -0
  138. package/dist/profile/section-model.js +122 -0
  139. package/dist/profile/section-model.js.map +1 -0
  140. package/dist/profile/section-sorts.js +33 -0
  141. package/dist/profile/section-sorts.js.map +1 -0
  142. package/dist/publishers/index.js +16 -0
  143. package/dist/publishers/index.js.map +1 -0
  144. package/dist/publishers/registry.js +87 -0
  145. package/dist/publishers/registry.js.map +1 -0
  146. package/dist/publishing/index.js +46 -184
  147. package/dist/publishing/index.js.map +1 -1
  148. package/dist/publishing/linkblog.js +42 -0
  149. package/dist/publishing/linkblog.js.map +1 -0
  150. package/dist/publishing/registry.js +32 -0
  151. package/dist/publishing/registry.js.map +1 -0
  152. package/dist/publishing/schemas.js +74 -0
  153. package/dist/publishing/schemas.js.map +1 -0
  154. package/dist/publishing/types.js +32 -0
  155. package/dist/publishing/types.js.map +1 -0
  156. package/dist/query/client.js +119 -0
  157. package/dist/query/client.js.map +1 -0
  158. package/dist/query/config.js +23 -0
  159. package/dist/query/config.js.map +1 -0
  160. package/dist/query/fetchers/accounts.js +29 -0
  161. package/dist/query/fetchers/accounts.js.map +1 -0
  162. package/dist/query/fetchers/activity-items-hide.js +31 -0
  163. package/dist/query/fetchers/activity-items-hide.js.map +1 -0
  164. package/dist/query/fetchers/activity.js +61 -0
  165. package/dist/query/fetchers/activity.js.map +1 -0
  166. package/dist/query/fetchers/actor.js +30 -0
  167. package/dist/query/fetchers/actor.js.map +1 -0
  168. package/dist/query/fetchers/admin-feature-allowlists.js +41 -0
  169. package/dist/query/fetchers/admin-feature-allowlists.js.map +1 -0
  170. package/dist/query/fetchers/admin-review-queues.js +30 -0
  171. package/dist/query/fetchers/admin-review-queues.js.map +1 -0
  172. package/dist/query/fetchers/apps.js +31 -0
  173. package/dist/query/fetchers/apps.js.map +1 -0
  174. package/dist/query/fetchers/bsky-preferences.js +55 -0
  175. package/dist/query/fetchers/bsky-preferences.js.map +1 -0
  176. package/dist/query/fetchers/confirmations.js +55 -0
  177. package/dist/query/fetchers/confirmations.js.map +1 -0
  178. package/dist/query/fetchers/destructive.js +34 -0
  179. package/dist/query/fetchers/destructive.js.map +1 -0
  180. package/dist/query/fetchers/discovery.js +67 -0
  181. package/dist/query/fetchers/discovery.js.map +1 -0
  182. package/dist/query/fetchers/education.js +23 -0
  183. package/dist/query/fetchers/education.js.map +1 -0
  184. package/dist/query/fetchers/endorsement-inbox.js +36 -0
  185. package/dist/query/fetchers/endorsement-inbox.js.map +1 -0
  186. package/dist/query/fetchers/endorsement.js +23 -0
  187. package/dist/query/fetchers/endorsement.js.map +1 -0
  188. package/dist/query/fetchers/endorsements.js +20 -0
  189. package/dist/query/fetchers/endorsements.js.map +1 -0
  190. package/dist/query/fetchers/entities.js +65 -0
  191. package/dist/query/fetchers/entities.js.map +1 -0
  192. package/dist/query/fetchers/external-accounts.js +74 -0
  193. package/dist/query/fetchers/external-accounts.js.map +1 -0
  194. package/dist/query/fetchers/follow-extras.js +38 -0
  195. package/dist/query/fetchers/follow-extras.js.map +1 -0
  196. package/dist/query/fetchers/follow.js +105 -0
  197. package/dist/query/fetchers/follow.js.map +1 -0
  198. package/dist/query/fetchers/get-profile-view.js +21 -0
  199. package/dist/query/fetchers/get-profile-view.js.map +1 -0
  200. package/dist/query/fetchers/github-prs.js +45 -0
  201. package/dist/query/fetchers/github-prs.js.map +1 -0
  202. package/dist/query/fetchers/inbox.js +29 -0
  203. package/dist/query/fetchers/inbox.js.map +1 -0
  204. package/dist/query/fetchers/index.d.ts +2 -2
  205. package/dist/query/fetchers/index.js +360 -2045
  206. package/dist/query/fetchers/index.js.map +1 -1
  207. package/dist/query/fetchers/investments.js +18 -0
  208. package/dist/query/fetchers/investments.js.map +1 -0
  209. package/dist/query/fetchers/keytrace-claims.js +23 -0
  210. package/dist/query/fetchers/keytrace-claims.js.map +1 -0
  211. package/dist/query/fetchers/marque-domains.js +23 -0
  212. package/dist/query/fetchers/marque-domains.js.map +1 -0
  213. package/dist/query/fetchers/network-map.js +36 -0
  214. package/dist/query/fetchers/network-map.js.map +1 -0
  215. package/dist/query/fetchers/org.js +48 -0
  216. package/dist/query/fetchers/org.js.map +1 -0
  217. package/dist/query/fetchers/positions.js +77 -0
  218. package/dist/query/fetchers/positions.js.map +1 -0
  219. package/dist/query/fetchers/profile-completeness.js +45 -0
  220. package/dist/query/fetchers/profile-completeness.js.map +1 -0
  221. package/dist/query/fetchers/profile-items-hide.js +36 -0
  222. package/dist/query/fetchers/profile-items-hide.js.map +1 -0
  223. package/dist/query/fetchers/profile-locations.js +23 -0
  224. package/dist/query/fetchers/profile-locations.js.map +1 -0
  225. package/dist/query/fetchers/profile-mutations.js +82 -0
  226. package/dist/query/fetchers/profile-mutations.js.map +1 -0
  227. package/dist/query/fetchers/profile-summary.js +14 -0
  228. package/dist/query/fetchers/profile-summary.js.map +1 -0
  229. package/dist/query/fetchers/profile.js +31 -0
  230. package/dist/query/fetchers/profile.js.map +1 -0
  231. package/dist/query/fetchers/publications.js +66 -0
  232. package/dist/query/fetchers/publications.js.map +1 -0
  233. package/dist/query/fetchers/quoted-posts.js +40 -0
  234. package/dist/query/fetchers/quoted-posts.js.map +1 -0
  235. package/dist/query/fetchers/reactions.js +85 -0
  236. package/dist/query/fetchers/reactions.js.map +1 -0
  237. package/dist/query/fetchers/received-endorsements.js +20 -0
  238. package/dist/query/fetchers/received-endorsements.js.map +1 -0
  239. package/dist/query/fetchers/reciprocity.js +23 -0
  240. package/dist/query/fetchers/reciprocity.js.map +1 -0
  241. package/dist/query/fetchers/records.js +27 -0
  242. package/dist/query/fetchers/records.js.map +1 -0
  243. package/dist/query/fetchers/repo-inventory.js +23 -0
  244. package/dist/query/fetchers/repo-inventory.js.map +1 -0
  245. package/dist/query/fetchers/roadmap.js +73 -0
  246. package/dist/query/fetchers/roadmap.js.map +1 -0
  247. package/dist/query/fetchers/rpg.js +36 -0
  248. package/dist/query/fetchers/rpg.js.map +1 -0
  249. package/dist/query/fetchers/search.js +78 -0
  250. package/dist/query/fetchers/search.js.map +1 -0
  251. package/dist/query/fetchers/section-primary.js +23 -0
  252. package/dist/query/fetchers/section-primary.js.map +1 -0
  253. package/dist/query/fetchers/skills.js +30 -0
  254. package/dist/query/fetchers/skills.js.map +1 -0
  255. package/dist/query/fetchers/speakers.js +42 -0
  256. package/dist/query/fetchers/speakers.js.map +1 -0
  257. package/dist/query/fetchers/stats.js +16 -0
  258. package/dist/query/fetchers/stats.js.map +1 -0
  259. package/dist/query/fetchers/stream.js +30 -0
  260. package/dist/query/fetchers/stream.js.map +1 -0
  261. package/dist/query/fetchers/unlinked-positions.js +30 -0
  262. package/dist/query/fetchers/unlinked-positions.js.map +1 -0
  263. package/dist/query/hooks/index.d.ts +3 -3
  264. package/dist/query/hooks/index.js +283 -3555
  265. package/dist/query/hooks/index.js.map +1 -1
  266. package/dist/query/hooks/use-accounts.js +19 -0
  267. package/dist/query/hooks/use-accounts.js.map +1 -0
  268. package/dist/query/hooks/use-activity-items-hide.js +52 -0
  269. package/dist/query/hooks/use-activity-items-hide.js.map +1 -0
  270. package/dist/query/hooks/use-activity.js +44 -0
  271. package/dist/query/hooks/use-activity.js.map +1 -0
  272. package/dist/query/hooks/use-admin-review-queues.js +21 -0
  273. package/dist/query/hooks/use-admin-review-queues.js.map +1 -0
  274. package/dist/query/hooks/use-apps.js +31 -0
  275. package/dist/query/hooks/use-apps.js.map +1 -0
  276. package/dist/query/hooks/use-bsky-content-prefs.js +45 -0
  277. package/dist/query/hooks/use-bsky-content-prefs.js.map +1 -0
  278. package/dist/query/hooks/use-confirmations.js +121 -0
  279. package/dist/query/hooks/use-confirmations.js.map +1 -0
  280. package/dist/query/hooks/use-create-position.js +28 -0
  281. package/dist/query/hooks/use-create-position.js.map +1 -0
  282. package/dist/query/hooks/use-destructive.js +63 -0
  283. package/dist/query/hooks/use-destructive.js.map +1 -0
  284. package/dist/query/hooks/use-discovery.js +53 -0
  285. package/dist/query/hooks/use-discovery.js.map +1 -0
  286. package/dist/query/hooks/use-education-mutations.js +67 -0
  287. package/dist/query/hooks/use-education-mutations.js.map +1 -0
  288. package/dist/query/hooks/use-endorsement-inbox.js +80 -0
  289. package/dist/query/hooks/use-endorsement-inbox.js.map +1 -0
  290. package/dist/query/hooks/use-endorsement-mutations.js +33 -0
  291. package/dist/query/hooks/use-endorsement-mutations.js.map +1 -0
  292. package/dist/query/hooks/use-endorsement.js +20 -0
  293. package/dist/query/hooks/use-endorsement.js.map +1 -0
  294. package/dist/query/hooks/use-entity-search.js +73 -0
  295. package/dist/query/hooks/use-entity-search.js.map +1 -0
  296. package/dist/query/hooks/use-external-accounts.js +143 -0
  297. package/dist/query/hooks/use-external-accounts.js.map +1 -0
  298. package/dist/query/hooks/use-feature-allowlist.js +104 -0
  299. package/dist/query/hooks/use-feature-allowlist.js.map +1 -0
  300. package/dist/query/hooks/use-follow-extras.js +38 -0
  301. package/dist/query/hooks/use-follow-extras.js.map +1 -0
  302. package/dist/query/hooks/use-follow.js +113 -0
  303. package/dist/query/hooks/use-follow.js.map +1 -0
  304. package/dist/query/hooks/use-get-profile-view.js +20 -0
  305. package/dist/query/hooks/use-get-profile-view.js.map +1 -0
  306. package/dist/query/hooks/use-github-prs.js +21 -0
  307. package/dist/query/hooks/use-github-prs.js.map +1 -0
  308. package/dist/query/hooks/use-inbox.js +19 -0
  309. package/dist/query/hooks/use-inbox.js.map +1 -0
  310. package/dist/query/hooks/use-investment-mutations.js +65 -0
  311. package/dist/query/hooks/use-investment-mutations.js.map +1 -0
  312. package/dist/query/hooks/use-keytrace-claims.js +50 -0
  313. package/dist/query/hooks/use-keytrace-claims.js.map +1 -0
  314. package/dist/query/hooks/use-location-mutations.js +71 -0
  315. package/dist/query/hooks/use-location-mutations.js.map +1 -0
  316. package/dist/query/hooks/use-marque-domains.js +50 -0
  317. package/dist/query/hooks/use-marque-domains.js.map +1 -0
  318. package/dist/query/hooks/use-org-claim.js +29 -0
  319. package/dist/query/hooks/use-org-claim.js.map +1 -0
  320. package/dist/query/hooks/use-org-domains.js +28 -0
  321. package/dist/query/hooks/use-org-domains.js.map +1 -0
  322. package/dist/query/hooks/use-org-notification-emails.js +28 -0
  323. package/dist/query/hooks/use-org-notification-emails.js.map +1 -0
  324. package/dist/query/hooks/use-org-profile-settings.js +29 -0
  325. package/dist/query/hooks/use-org-profile-settings.js.map +1 -0
  326. package/dist/query/hooks/use-org-profile.js +21 -0
  327. package/dist/query/hooks/use-org-profile.js.map +1 -0
  328. package/dist/query/hooks/use-position-mutations.js +128 -0
  329. package/dist/query/hooks/use-position-mutations.js.map +1 -0
  330. package/dist/query/hooks/use-profile-completeness.js +21 -0
  331. package/dist/query/hooks/use-profile-completeness.js.map +1 -0
  332. package/dist/query/hooks/use-profile-items-hide.js +53 -0
  333. package/dist/query/hooks/use-profile-items-hide.js.map +1 -0
  334. package/dist/query/hooks/use-profile-mutations.js +143 -0
  335. package/dist/query/hooks/use-profile-mutations.js.map +1 -0
  336. package/dist/query/hooks/use-profile.js +30 -0
  337. package/dist/query/hooks/use-profile.js.map +1 -0
  338. package/dist/query/hooks/use-publication-mutations.js +90 -0
  339. package/dist/query/hooks/use-publication-mutations.js.map +1 -0
  340. package/dist/query/hooks/use-reaction-mutations.js +48 -0
  341. package/dist/query/hooks/use-reaction-mutations.js.map +1 -0
  342. package/dist/query/hooks/use-reactions.js +32 -0
  343. package/dist/query/hooks/use-reactions.js.map +1 -0
  344. package/dist/query/hooks/use-received-endorsements.js +23 -0
  345. package/dist/query/hooks/use-received-endorsements.js.map +1 -0
  346. package/dist/query/hooks/use-reciprocity.js +19 -0
  347. package/dist/query/hooks/use-reciprocity.js.map +1 -0
  348. package/dist/query/hooks/use-record-mutations.js +67 -0
  349. package/dist/query/hooks/use-record-mutations.js.map +1 -0
  350. package/dist/query/hooks/use-repo-inventory.js +43 -0
  351. package/dist/query/hooks/use-repo-inventory.js.map +1 -0
  352. package/dist/query/hooks/use-roadmap-mutations.js +51 -0
  353. package/dist/query/hooks/use-roadmap-mutations.js.map +1 -0
  354. package/dist/query/hooks/use-roadmap.js +31 -0
  355. package/dist/query/hooks/use-roadmap.js.map +1 -0
  356. package/dist/query/hooks/use-search.js +63 -0
  357. package/dist/query/hooks/use-search.js.map +1 -0
  358. package/dist/query/hooks/use-section-primary-mutations.js +53 -0
  359. package/dist/query/hooks/use-section-primary-mutations.js.map +1 -0
  360. package/dist/query/hooks/use-skill-mutations.js +91 -0
  361. package/dist/query/hooks/use-skill-mutations.js.map +1 -0
  362. package/dist/query/hooks/use-stats.js +19 -0
  363. package/dist/query/hooks/use-stats.js.map +1 -0
  364. package/dist/query/hooks/use-stream.js +20 -0
  365. package/dist/query/hooks/use-stream.js.map +1 -0
  366. package/dist/query/hooks/use-unlinked-positions.js +45 -0
  367. package/dist/query/hooks/use-unlinked-positions.js.map +1 -0
  368. package/dist/query/index.d.ts +4 -4
  369. package/dist/query/index.js +685 -3744
  370. package/dist/query/index.js.map +1 -1
  371. package/dist/query/keys.js +138 -0
  372. package/dist/query/keys.js.map +1 -0
  373. package/dist/repo/groups.js +81 -0
  374. package/dist/repo/groups.js.map +1 -0
  375. package/dist/repo/index.js +9 -0
  376. package/dist/repo/index.js.map +1 -0
  377. package/dist/repo/labels.js +121 -0
  378. package/dist/repo/labels.js.map +1 -0
  379. package/dist/repo/types.js +1 -0
  380. package/dist/repo/types.js.map +1 -0
  381. package/dist/resume/index.js +5 -179
  382. package/dist/resume/index.js.map +1 -1
  383. package/dist/resume/json-resume.js +153 -0
  384. package/dist/resume/json-resume.js.map +1 -0
  385. package/dist/roadmap/index.js +101 -0
  386. package/dist/roadmap/index.js.map +1 -0
  387. package/dist/rpg/catalog.js +101 -0
  388. package/dist/rpg/catalog.js.map +1 -0
  389. package/dist/rpg/index.js +13 -116
  390. package/dist/rpg/index.js.map +1 -1
  391. package/dist/rpg/unlocks.js +21 -0
  392. package/dist/rpg/unlocks.js.map +1 -0
  393. package/dist/schemas/blob-ref.js +12 -0
  394. package/dist/schemas/blob-ref.js.map +1 -0
  395. package/dist/schemas/confirmation.js +23 -0
  396. package/dist/schemas/confirmation.js.map +1 -0
  397. package/dist/schemas/endorsement-confirmation.js +18 -0
  398. package/dist/schemas/endorsement-confirmation.js.map +1 -0
  399. package/dist/schemas/endorsement.js +19 -0
  400. package/dist/schemas/endorsement.js.map +1 -0
  401. package/dist/schemas/entity.js +74 -0
  402. package/dist/schemas/entity.js.map +1 -0
  403. package/dist/schemas/feed.js +73 -0
  404. package/dist/schemas/feed.js.map +1 -0
  405. package/dist/schemas/follow-profile.js +32 -0
  406. package/dist/schemas/follow-profile.js.map +1 -0
  407. package/dist/schemas/graph-follow.js +19 -0
  408. package/dist/schemas/graph-follow.js.map +1 -0
  409. package/dist/schemas/index.js +164 -629
  410. package/dist/schemas/index.js.map +1 -1
  411. package/dist/schemas/org-employment-attestation.js +28 -0
  412. package/dist/schemas/org-employment-attestation.js.map +1 -0
  413. package/dist/schemas/org-profile.js +64 -0
  414. package/dist/schemas/org-profile.js.map +1 -0
  415. package/dist/schemas/profile-certification.js +28 -0
  416. package/dist/schemas/profile-certification.js.map +1 -0
  417. package/dist/schemas/profile-course.js +32 -0
  418. package/dist/schemas/profile-course.js.map +1 -0
  419. package/dist/schemas/profile-education.js +33 -0
  420. package/dist/schemas/profile-education.js.map +1 -0
  421. package/dist/schemas/profile-external-account.js +15 -0
  422. package/dist/schemas/profile-external-account.js.map +1 -0
  423. package/dist/schemas/profile-honor.js +18 -0
  424. package/dist/schemas/profile-honor.js.map +1 -0
  425. package/dist/schemas/profile-investment.js +48 -0
  426. package/dist/schemas/profile-investment.js.map +1 -0
  427. package/dist/schemas/profile-involvement.js +47 -0
  428. package/dist/schemas/profile-involvement.js.map +1 -0
  429. package/dist/schemas/profile-language.js +12 -0
  430. package/dist/schemas/profile-language.js.map +1 -0
  431. package/dist/schemas/profile-position.js +42 -0
  432. package/dist/schemas/profile-position.js.map +1 -0
  433. package/dist/schemas/profile-presentation-delivery.js +38 -0
  434. package/dist/schemas/profile-presentation-delivery.js.map +1 -0
  435. package/dist/schemas/profile-presentation.js +36 -0
  436. package/dist/schemas/profile-presentation.js.map +1 -0
  437. package/dist/schemas/profile-project.js +48 -0
  438. package/dist/schemas/profile-project.js.map +1 -0
  439. package/dist/schemas/profile-publication.js +30 -0
  440. package/dist/schemas/profile-publication.js.map +1 -0
  441. package/dist/schemas/profile-self.js +22 -0
  442. package/dist/schemas/profile-self.js.map +1 -0
  443. package/dist/schemas/profile-skill.js +13 -0
  444. package/dist/schemas/profile-skill.js.map +1 -0
  445. package/dist/schemas/profile-volunteering.js +20 -0
  446. package/dist/schemas/profile-volunteering.js.map +1 -0
  447. package/dist/schemas/shared.js +56 -0
  448. package/dist/schemas/shared.js.map +1 -0
  449. package/dist/schemas/write/certification.js +16 -0
  450. package/dist/schemas/write/certification.js.map +1 -0
  451. package/dist/schemas/write/course.js +36 -0
  452. package/dist/schemas/write/course.js.map +1 -0
  453. package/dist/schemas/write/education.js +18 -0
  454. package/dist/schemas/write/education.js.map +1 -0
  455. package/dist/schemas/write/external-account.js +13 -0
  456. package/dist/schemas/write/external-account.js.map +1 -0
  457. package/dist/schemas/write/honor.js +14 -0
  458. package/dist/schemas/write/honor.js.map +1 -0
  459. package/dist/schemas/write/index.d.ts +1 -1
  460. package/dist/schemas/write/index.js +89 -593
  461. package/dist/schemas/write/index.js.map +1 -1
  462. package/dist/schemas/write/investment.js +32 -0
  463. package/dist/schemas/write/investment.js.map +1 -0
  464. package/dist/schemas/write/involvement.js +34 -0
  465. package/dist/schemas/write/involvement.js.map +1 -0
  466. package/dist/schemas/write/language.js +10 -0
  467. package/dist/schemas/write/language.js.map +1 -0
  468. package/dist/schemas/write/org-claim.js +56 -0
  469. package/dist/schemas/write/org-claim.js.map +1 -0
  470. package/dist/schemas/write/org-employment-attestation.js +19 -0
  471. package/dist/schemas/write/org-employment-attestation.js.map +1 -0
  472. package/dist/schemas/write/org-profile.js +54 -0
  473. package/dist/schemas/write/org-profile.js.map +1 -0
  474. package/dist/schemas/write/org-settings.js +81 -0
  475. package/dist/schemas/write/org-settings.js.map +1 -0
  476. package/dist/schemas/write/position.js +24 -0
  477. package/dist/schemas/write/position.js.map +1 -0
  478. package/dist/schemas/write/presentation-delivery.js +34 -0
  479. package/dist/schemas/write/presentation-delivery.js.map +1 -0
  480. package/dist/schemas/write/presentation.js +23 -0
  481. package/dist/schemas/write/presentation.js.map +1 -0
  482. package/dist/schemas/write/profile-location.js +21 -0
  483. package/dist/schemas/write/profile-location.js.map +1 -0
  484. package/dist/schemas/write/profile-self.js +27 -0
  485. package/dist/schemas/write/profile-self.js.map +1 -0
  486. package/dist/schemas/write/project.js +27 -0
  487. package/dist/schemas/write/project.js.map +1 -0
  488. package/dist/schemas/write/publication.js +41 -0
  489. package/dist/schemas/write/publication.js.map +1 -0
  490. package/dist/schemas/write/shared.js +96 -0
  491. package/dist/schemas/write/shared.js.map +1 -0
  492. package/dist/schemas/write/skill.js +18 -0
  493. package/dist/schemas/write/skill.js.map +1 -0
  494. package/dist/schemas/write/volunteering.js +16 -0
  495. package/dist/schemas/write/volunteering.js.map +1 -0
  496. package/dist/stream/activity-item.js +1 -0
  497. package/dist/stream/activity-item.js.map +1 -0
  498. package/dist/stream/index.js +49 -0
  499. package/dist/stream/index.js.map +1 -0
  500. package/dist/stream/stream-card-vm-schema.js +265 -0
  501. package/dist/stream/stream-card-vm-schema.js.map +1 -0
  502. package/dist/stream/stream-card-vm.js +1 -0
  503. package/dist/stream/stream-card-vm.js.map +1 -0
  504. package/dist/stream/to-stream-card-vm.js +793 -0
  505. package/dist/stream/to-stream-card-vm.js.map +1 -0
  506. package/dist/stream/two-tier.js +30 -0
  507. package/dist/stream/two-tier.js.map +1 -0
  508. package/dist/stream/verbs.js +120 -0
  509. package/dist/stream/verbs.js.map +1 -0
  510. package/dist/taxonomy/activity-tiers.js +956 -0
  511. package/dist/taxonomy/activity-tiers.js.map +1 -0
  512. package/dist/taxonomy/app-categories.js +42 -0
  513. package/dist/taxonomy/app-categories.js.map +1 -0
  514. package/dist/taxonomy/app-category-map.js +166 -0
  515. package/dist/taxonomy/app-category-map.js.map +1 -0
  516. package/dist/taxonomy/artifact-link-kind.js +29 -0
  517. package/dist/taxonomy/artifact-link-kind.js.map +1 -0
  518. package/dist/taxonomy/calendar-event.js +28 -0
  519. package/dist/taxonomy/calendar-event.js.map +1 -0
  520. package/dist/taxonomy/continents.js +215 -0
  521. package/dist/taxonomy/continents.js.map +1 -0
  522. package/dist/taxonomy/countries.js +203 -0
  523. package/dist/taxonomy/countries.js.map +1 -0
  524. package/dist/taxonomy/course-role.js +37 -0
  525. package/dist/taxonomy/course-role.js.map +1 -0
  526. package/dist/taxonomy/employment-type.js +82 -0
  527. package/dist/taxonomy/employment-type.js.map +1 -0
  528. package/dist/taxonomy/eqf-level.js +59 -0
  529. package/dist/taxonomy/eqf-level.js.map +1 -0
  530. package/dist/taxonomy/index.js +263 -0
  531. package/dist/taxonomy/index.js.map +1 -0
  532. package/dist/taxonomy/industry-taxonomy.js +281 -0
  533. package/dist/taxonomy/industry-taxonomy.js.map +1 -0
  534. package/dist/taxonomy/investment.js +54 -0
  535. package/dist/taxonomy/investment.js.map +1 -0
  536. package/dist/taxonomy/involvement-kind.js +30 -0
  537. package/dist/taxonomy/involvement-kind.js.map +1 -0
  538. package/dist/taxonomy/open-to.js +128 -0
  539. package/dist/taxonomy/open-to.js.map +1 -0
  540. package/dist/taxonomy/platforms.js +56 -0
  541. package/dist/taxonomy/platforms.js.map +1 -0
  542. package/dist/taxonomy/presentation-link-type.js +22 -0
  543. package/dist/taxonomy/presentation-link-type.js.map +1 -0
  544. package/dist/taxonomy/presentation-role.js +21 -0
  545. package/dist/taxonomy/presentation-role.js.map +1 -0
  546. package/dist/taxonomy/publication-type.js +54 -0
  547. package/dist/taxonomy/publication-type.js.map +1 -0
  548. package/dist/taxonomy/relational.js +25 -0
  549. package/dist/taxonomy/relational.js.map +1 -0
  550. package/dist/taxonomy/search-filter-defs.js +66 -0
  551. package/dist/taxonomy/search-filter-defs.js.map +1 -0
  552. package/dist/taxonomy/skill-categories.js +28 -0
  553. package/dist/taxonomy/skill-categories.js.map +1 -0
  554. package/dist/taxonomy/skill-display-groups.js +12 -0
  555. package/dist/taxonomy/skill-display-groups.js.map +1 -0
  556. package/dist/taxonomy/skill-grouping.js +90 -0
  557. package/dist/taxonomy/skill-grouping.js.map +1 -0
  558. package/dist/taxonomy/verification-providers.js +69 -0
  559. package/dist/taxonomy/verification-providers.js.map +1 -0
  560. package/dist/taxonomy/workplace-type.js +38 -0
  561. package/dist/taxonomy/workplace-type.js.map +1 -0
  562. package/dist/tokens/colors.js +11 -0
  563. package/dist/tokens/colors.js.map +1 -0
  564. package/dist/tokens/icons.js +15 -0
  565. package/dist/tokens/icons.js.map +1 -0
  566. package/dist/tokens/index.js +10 -39
  567. package/dist/tokens/index.js.map +1 -1
  568. package/dist/tokens/typography.js +23 -0
  569. package/dist/tokens/typography.js.map +1 -0
  570. package/dist/types/index.js +10 -0
  571. package/dist/types/index.js.map +1 -0
  572. package/dist/types/profile-view.js +1 -0
  573. package/dist/types/profile-view.js.map +1 -0
  574. package/dist/{use-org-notification-emails-0hjt-dEw.d.ts → use-org-notification-emails-CWWi1D8t.d.ts} +2 -2
  575. package/package.json +4 -3
@@ -0,0 +1,956 @@
1
+ // src/taxonomy/activity-tiers.ts
2
+ import { z } from "zod";
3
+
4
+ // src/taxonomy/activity-tiers.json
5
+ var activity_tiers_default = {
6
+ $schema: "https://sifa.id/schemas/activity-tiers/v1.json",
7
+ version: "1.4.0",
8
+ updated: "2026-09-04",
9
+ tiers: {
10
+ creation: {
11
+ label: "Made",
12
+ description: "Substantive records the actor authored: posts, articles, repos, galleries, livestreams, RSVPs, CV entries. Surfaced on the public profile and in the network timeline.",
13
+ shownOnPublicProfile: true
14
+ },
15
+ action: {
16
+ label: "Did",
17
+ description: "Engagement records (likes, reposts, follows, votes, stars, reactions). Visible to the actor on the 'What is public about me' page and on the originating app, but not surfaced on the Sifa public profile.",
18
+ shownOnPublicProfile: false
19
+ },
20
+ filtered: {
21
+ label: null,
22
+ description: "Configuration, infrastructure, moderation, game state, ephemeral consumption signals (bookmarks, highlights), and other records Sifa does not display anywhere. The records remain public on the actor's PDS regardless.",
23
+ shownOnPublicProfile: false
24
+ }
25
+ },
26
+ lexicons: {
27
+ "actor.rpg.sprite": {
28
+ tier: "creation",
29
+ app: "rpgactor",
30
+ notes: "The player's pixel-art RPG character sprite sheet (rkey self), portable across games."
31
+ },
32
+ "equipment.rpg.item": {
33
+ tier: "creation",
34
+ app: "rpgactor",
35
+ notes: "An equipment item the player accepted from a provider, in the player's own repo. The provider-side equipment.rpg.give stays filtered."
36
+ },
37
+ "agency.portable.membership": {
38
+ tier: "creation",
39
+ app: "portable",
40
+ notes: "Joining a community (a commitment), attested by another actor."
41
+ },
42
+ "in.atmob.paste.document": {
43
+ tier: "creation",
44
+ app: "atmob"
45
+ },
46
+ "in.atmob.paste.bundle": {
47
+ tier: "creation",
48
+ app: "atmob"
49
+ },
50
+ "ma.tokono.byov.video": {
51
+ tier: "creation",
52
+ app: "tokono"
53
+ },
54
+ "app.atmobb.discussion.reply": {
55
+ tier: "creation",
56
+ app: "atmobb",
57
+ notes: "Replies are authored text, consistent with app.bsky.feed.post covering replies."
58
+ },
59
+ "app.atmobb.discussion.thread": {
60
+ tier: "creation",
61
+ app: "atmobb"
62
+ },
63
+ "app.beaconbits.beacon": {
64
+ tier: "creation",
65
+ app: "beaconbits"
66
+ },
67
+ "app.bsky.actor.profile": {
68
+ tier: "filtered",
69
+ app: "bluesky",
70
+ notes: "Profile metadata record."
71
+ },
72
+ "app.bsky.feed.generator": {
73
+ tier: "filtered",
74
+ app: "bluesky",
75
+ notes: "Feed generator definition record, not personal activity."
76
+ },
77
+ "app.bsky.feed.like": {
78
+ tier: "action",
79
+ app: "bluesky"
80
+ },
81
+ "app.bsky.feed.post": {
82
+ tier: "creation",
83
+ app: "bluesky",
84
+ notes: "Ambiguous: many posts are casual, but the lexicon also carries long-form posts and threads. Treated as creation; empty quote-posts (no text + record embed) are filtered at the consumer layer, not here."
85
+ },
86
+ "app.bsky.feed.repost": {
87
+ tier: "action",
88
+ app: "bluesky"
89
+ },
90
+ "app.bsky.graph.block": {
91
+ tier: "filtered",
92
+ app: "bluesky",
93
+ notes: "Moderation record."
94
+ },
95
+ "app.bsky.graph.follow": {
96
+ tier: "action",
97
+ app: "bluesky"
98
+ },
99
+ "app.bsky.graph.list": {
100
+ tier: "filtered",
101
+ app: "bluesky",
102
+ notes: "User-curated list metadata; not surfaced as profile activity."
103
+ },
104
+ "app.bsky.graph.listblock": {
105
+ tier: "filtered",
106
+ app: "bluesky",
107
+ notes: "Moderation record."
108
+ },
109
+ "app.bsky.graph.listitem": {
110
+ tier: "filtered",
111
+ app: "bluesky",
112
+ notes: "List membership; rendered via the parent list, not as standalone activity."
113
+ },
114
+ "app.bsky.graph.mute": {
115
+ tier: "filtered",
116
+ app: "bluesky",
117
+ notes: "Moderation record."
118
+ },
119
+ "app.bsky.graph.starterpack": {
120
+ tier: "filtered",
121
+ app: "bluesky"
122
+ },
123
+ "app.bsky.graph.verification": {
124
+ tier: "creation",
125
+ app: "bluesky",
126
+ notes: "Diverges from app.bsky.graph.follow (action) on purpose: verifying another account's handle is a deliberate trust statement the actor authors, not a tap. Sifa renders it with its own card."
127
+ },
128
+ "app.certified.actor.membership": {
129
+ tier: "creation",
130
+ app: "certified",
131
+ notes: "Joining a group is a commitment, same shape as a Colibri or Open Social membership."
132
+ },
133
+ "app.certified.badge.award": {
134
+ tier: "creation",
135
+ app: "certified",
136
+ notes: "An endorsement issued to another DID. A trust signal the actor contributes, like a Bluesky verification."
137
+ },
138
+ "app.certified.badge.response": {
139
+ tier: "creation",
140
+ app: "certified",
141
+ notes: "The recipient's acceptance of a badge someone else awarded them. An accepted badge is a credential the person holds; rejected ones are hidden by an ACTIVITY_VISIBILITY_RULES predicate."
142
+ },
143
+ "app.collectivesocial.feed.list": {
144
+ tier: "creation",
145
+ app: "collectivesocial",
146
+ notes: "Auto-created default Inbox lists are filtered at the consumer layer via isDefault=true predicate."
147
+ },
148
+ "app.dropanchor.checkin": {
149
+ tier: "creation",
150
+ app: "dropanchor",
151
+ notes: "A location check-in (place, geo, category, optional review text). Authored, so creation. app.dropanchor.like is excluded backend-side."
152
+ },
153
+ "app.askeverything.feed.answer": {
154
+ tier: "creation",
155
+ app: "askeverything",
156
+ notes: "An authored answer to a community question (opinion with body text). app.askeverything.actor.* and graph.follow are excluded backend-side."
157
+ },
158
+ "app.greengale.blog.entry": {
159
+ tier: "creation",
160
+ app: "greengale",
161
+ notes: "An authored blog post (title, subtitle, Markdown body, visibility). app.greengale.document and app.greengale.publication (drafts/containers) are excluded backend-side."
162
+ },
163
+ "social.kut.community.membership": {
164
+ tier: "creation",
165
+ app: "kut",
166
+ notes: "Joining a Kut community, a commitment. Mirrors Colibri/OpenSocial memberships, which are creation-tier."
167
+ },
168
+ "app.mcp.server": {
169
+ tier: "creation",
170
+ app: "mcp"
171
+ },
172
+ "app.photosky.collection": {
173
+ tier: "creation",
174
+ app: "zeens",
175
+ notes: "A curated photo collection on Zeens (still the app.photosky namespace)."
176
+ },
177
+ "app.sidetrail.trail": {
178
+ tier: "creation",
179
+ app: "semble"
180
+ },
181
+ "app.sidetrail.walk": {
182
+ tier: "creation",
183
+ app: "semble"
184
+ },
185
+ "app.userinput.discussion": {
186
+ tier: "creation",
187
+ app: "userinput"
188
+ },
189
+ "app.userinput.reply": {
190
+ tier: "creation",
191
+ app: "userinput",
192
+ notes: "Replies are authored text, consistent with app.bsky.feed.post covering replies."
193
+ },
194
+ "at.locale.project": {
195
+ tier: "creation",
196
+ app: "locale",
197
+ notes: "A localization project the actor owns: git source, source and target locales."
198
+ },
199
+ "at.locale.translation": {
200
+ tier: "creation",
201
+ app: "locale",
202
+ notes: "One authored translated string for a message key in a target locale."
203
+ },
204
+ "at.margin.annotation": {
205
+ tier: "creation",
206
+ app: "margin",
207
+ notes: "An annotation on someone else's text is still authored writing."
208
+ },
209
+ "at.margin.bookmark": {
210
+ tier: "filtered",
211
+ notes: "Bookmark \u2014 consumption signal, not creation.",
212
+ app: "margin"
213
+ },
214
+ "at.margin.highlight": {
215
+ tier: "filtered",
216
+ notes: "Highlight \u2014 consumption signal, not creation.",
217
+ app: "margin"
218
+ },
219
+ "at.margin.note": {
220
+ tier: "creation",
221
+ app: "margin"
222
+ },
223
+ "at.marque.domain": {
224
+ tier: "creation",
225
+ app: "marque"
226
+ },
227
+ "at.youandme.connection": {
228
+ tier: "creation",
229
+ app: "youandme"
230
+ },
231
+ "blog.pckt.mini.post": {
232
+ tier: "creation",
233
+ app: "pckt",
234
+ notes: "A pckt microblog post. Long-form pckt posts are site.standard.document instead."
235
+ },
236
+ "blue.flashes.feed.post": {
237
+ tier: "creation",
238
+ app: "flashes"
239
+ },
240
+ "blue.linkat.board": {
241
+ tier: "filtered",
242
+ notes: "Link-in-bio board; consumption signal.",
243
+ app: "linkat"
244
+ },
245
+ "buzz.bookhive.book": {
246
+ tier: "creation",
247
+ app: "bookhive"
248
+ },
249
+ "com.minomobi.music.composition": {
250
+ tier: "creation",
251
+ app: "minomobi"
252
+ },
253
+ "com.shinolabs.pinksea.oekaki": {
254
+ tier: "creation",
255
+ app: "pinksea",
256
+ notes: "A drawing made in PinkSea's canvas, stored as an image blob with alt text and tags."
257
+ },
258
+ "com.voxport.podcast.series": {
259
+ tier: "creation",
260
+ app: "voxport"
261
+ },
262
+ "com.whtwnd.blog.entry": {
263
+ tier: "creation",
264
+ app: "whitewind"
265
+ },
266
+ "community.lexicon.badge.award": {
267
+ tier: "creation",
268
+ app: "badges",
269
+ notes: "The award record is authored by the giver, so it is their attestation about someone else."
270
+ },
271
+ "community.lexicon.bookmarks.bookmark": {
272
+ tier: "filtered",
273
+ notes: "Bookmark \u2014 consumption signal.",
274
+ app: "kipclip"
275
+ },
276
+ "community.lexicon.calendar.rsvp": {
277
+ tier: "creation",
278
+ app: "smokesignal",
279
+ notes: "Ambiguous: RSVPs are reactions to events, but they are public commitments and the only Smoke Signal record Sifa scans today. Classified as creation."
280
+ },
281
+ "community.nooki.comments": {
282
+ tier: "creation",
283
+ app: "nooki",
284
+ notes: "Comments are authored text."
285
+ },
286
+ "community.nooki.membership": {
287
+ tier: "creation",
288
+ app: "nooki",
289
+ notes: "Joining a community, classified like social.colibri.membership (creation)."
290
+ },
291
+ "community.opensocial.membership": {
292
+ tier: "creation",
293
+ app: "opensocial",
294
+ notes: "Joining a community, classified like social.colibri.membership (creation)."
295
+ },
296
+ "computer.aetheros.page": {
297
+ tier: "creation",
298
+ app: "aetheros"
299
+ },
300
+ "dev.atvouch.graph.vouch": {
301
+ tier: "creation",
302
+ app: "atvouch",
303
+ notes: "Vouching for someone. Authored attestation, same reasoning as fund.at.graph.endorse."
304
+ },
305
+ "dev.baileytownsend.guestbook.entry": {
306
+ tier: "creation",
307
+ app: "guestbook",
308
+ notes: "Signing someone else's guestbook is a short authored message."
309
+ },
310
+ "dev.keytrace.claim": {
311
+ tier: "creation",
312
+ app: "keytrace"
313
+ },
314
+ "dev.skyboard.board": {
315
+ tier: "filtered",
316
+ notes: "Skyboard task-board metadata.",
317
+ app: "skyboard"
318
+ },
319
+ "dev.skyboard.op": {
320
+ tier: "filtered",
321
+ notes: "Skyboard operation log.",
322
+ app: "skyboard"
323
+ },
324
+ "dev.skyboard.task": {
325
+ tier: "filtered",
326
+ notes: "Skyboard task record.",
327
+ app: "skyboard"
328
+ },
329
+ "eu.atcommons.member": {
330
+ tier: "creation",
331
+ app: "atcommons",
332
+ notes: "Joining a national AT Protocol community commons, classified like community.opensocial.membership (creation)."
333
+ },
334
+ "events.smokesignal.profile": {
335
+ tier: "filtered",
336
+ app: "smokesignal",
337
+ notes: "Profile metadata record."
338
+ },
339
+ "exchange.recipe.recipe": {
340
+ tier: "creation",
341
+ app: "recipe"
342
+ },
343
+ "fm.plyr.comment": {
344
+ tier: "creation",
345
+ app: "plyr",
346
+ notes: "Comments are authored text."
347
+ },
348
+ "forum.barazo.community.member": {
349
+ tier: "creation",
350
+ app: "barazo"
351
+ },
352
+ "forum.barazo.flag": {
353
+ tier: "filtered",
354
+ app: "barazo",
355
+ notes: "Moderation flag."
356
+ },
357
+ "forum.barazo.post": {
358
+ tier: "creation",
359
+ app: "barazo"
360
+ },
361
+ "forum.barazo.reaction": {
362
+ tier: "action",
363
+ app: "barazo"
364
+ },
365
+ "forum.barazo.reply": {
366
+ tier: "action",
367
+ app: "barazo",
368
+ notes: "Short conversational reply \u2014 engagement signal."
369
+ },
370
+ "forum.barazo.reputation.event": {
371
+ tier: "creation",
372
+ app: "barazo"
373
+ },
374
+ "fund.at.graph.endorse": {
375
+ tier: "creation",
376
+ app: "atfund",
377
+ notes: "Endorsing someone. Authored attestation, not engagement."
378
+ },
379
+ "fyi.asq.answer": {
380
+ tier: "creation",
381
+ app: "asq"
382
+ },
383
+ "fyi.asq.question": {
384
+ tier: "creation",
385
+ app: "asq"
386
+ },
387
+ "fyi.atstore.listing.review": {
388
+ tier: "creation",
389
+ app: "atstore"
390
+ },
391
+ "fyi.unravel.frontpage.post": {
392
+ tier: "creation",
393
+ app: "frontpage"
394
+ },
395
+ "fyi.unravel.frontpage.vote": {
396
+ tier: "action",
397
+ app: "frontpage"
398
+ },
399
+ "id.sifa.authConnection": {
400
+ tier: "filtered",
401
+ app: "sifa",
402
+ notes: "OAuth scope record."
403
+ },
404
+ "id.sifa.authMeet": {
405
+ tier: "filtered",
406
+ app: "sifa",
407
+ notes: "OAuth scope record."
408
+ },
409
+ "id.sifa.authProfile": {
410
+ tier: "filtered",
411
+ app: "sifa",
412
+ notes: "OAuth scope record."
413
+ },
414
+ "id.sifa.authProfileAccess": {
415
+ tier: "filtered",
416
+ app: "sifa",
417
+ notes: "OAuth profile-access record."
418
+ },
419
+ "id.sifa.authProject": {
420
+ tier: "filtered",
421
+ app: "sifa",
422
+ notes: "OAuth scope record."
423
+ },
424
+ "id.sifa.confirmation": {
425
+ tier: "action",
426
+ app: "sifa",
427
+ notes: "Confirmation that a record naming the actor is accurate (co-speaker credit, project membership)."
428
+ },
429
+ "id.sifa.endorsement": {
430
+ tier: "creation",
431
+ app: "sifa",
432
+ notes: "Endorsement authored by the actor about another profile."
433
+ },
434
+ "id.sifa.endorsement.confirmation": {
435
+ tier: "action",
436
+ app: "sifa",
437
+ notes: "Confirmation/acceptance of an endorsement received."
438
+ },
439
+ "id.sifa.graph.connection": {
440
+ tier: "creation",
441
+ app: "sifa",
442
+ notes: "Mutual professional connection record."
443
+ },
444
+ "id.sifa.graph.follow": {
445
+ tier: "action",
446
+ app: "sifa"
447
+ },
448
+ "id.sifa.meeting": {
449
+ tier: "creation",
450
+ app: "sifa"
451
+ },
452
+ "id.sifa.profile.certification": {
453
+ tier: "creation",
454
+ app: "sifa"
455
+ },
456
+ "id.sifa.profile.course": {
457
+ tier: "creation",
458
+ app: "sifa"
459
+ },
460
+ "id.sifa.profile.education": {
461
+ tier: "creation",
462
+ app: "sifa"
463
+ },
464
+ "id.sifa.profile.externalAccount": {
465
+ tier: "creation",
466
+ app: "sifa"
467
+ },
468
+ "id.sifa.profile.honor": {
469
+ tier: "creation",
470
+ app: "sifa"
471
+ },
472
+ "id.sifa.profile.language": {
473
+ tier: "creation",
474
+ app: "sifa"
475
+ },
476
+ "id.sifa.profile.location": {
477
+ tier: "creation",
478
+ app: "sifa"
479
+ },
480
+ "id.sifa.profile.position": {
481
+ tier: "creation",
482
+ app: "sifa"
483
+ },
484
+ "id.sifa.profile.presentation": {
485
+ tier: "creation",
486
+ app: "sifa"
487
+ },
488
+ "id.sifa.profile.presentationDelivery": {
489
+ tier: "creation",
490
+ app: "sifa"
491
+ },
492
+ "id.sifa.profile.project": {
493
+ tier: "creation",
494
+ app: "sifa"
495
+ },
496
+ "id.sifa.profile.publication": {
497
+ tier: "creation",
498
+ app: "sifa"
499
+ },
500
+ "id.sifa.profile.self": {
501
+ tier: "creation",
502
+ app: "sifa",
503
+ notes: "Sifa professional profile root."
504
+ },
505
+ "id.sifa.profile.skill": {
506
+ tier: "creation",
507
+ app: "sifa"
508
+ },
509
+ "id.sifa.profile.volunteering": {
510
+ tier: "creation",
511
+ app: "sifa"
512
+ },
513
+ "id.sifa.project.member": {
514
+ tier: "creation",
515
+ app: "sifa",
516
+ notes: "Deprecated, never implemented. Superseded by id.sifa.confirmation."
517
+ },
518
+ "id.sifa.project.membership": {
519
+ tier: "creation",
520
+ app: "sifa",
521
+ notes: "Deprecated, never implemented. Superseded by id.sifa.confirmation."
522
+ },
523
+ "id.sifa.project.self": {
524
+ tier: "creation",
525
+ app: "sifa"
526
+ },
527
+ "io.atcr.repo.page": {
528
+ tier: "creation",
529
+ app: "atcr"
530
+ },
531
+ "io.calabro.watsm.program": {
532
+ tier: "creation",
533
+ app: "watsm"
534
+ },
535
+ "io.kich.recipe.recipe": {
536
+ tier: "creation",
537
+ app: "kich"
538
+ },
539
+ "is.kevara.directory.speaker": {
540
+ tier: "creation",
541
+ app: "kevara"
542
+ },
543
+ "li.plonk.paste": {
544
+ tier: "creation",
545
+ app: "plonk"
546
+ },
547
+ "link.pastesphere.snippet": {
548
+ tier: "creation",
549
+ app: "pastesphere"
550
+ },
551
+ "net.alternativeproto.submission": {
552
+ tier: "creation",
553
+ app: "alternativeproto"
554
+ },
555
+ "net.alternativeproto.vote": {
556
+ tier: "action",
557
+ notes: "Vote record on a third-party protocol.",
558
+ app: "alternativeproto"
559
+ },
560
+ "net.anisota.feed.list": {
561
+ tier: "creation",
562
+ app: "anisota"
563
+ },
564
+ "net.anisota.feed.post": {
565
+ tier: "creation",
566
+ app: "anisota"
567
+ },
568
+ "net.anisota.player.state": {
569
+ tier: "filtered",
570
+ notes: "Anisota game player state.",
571
+ app: "anisota"
572
+ },
573
+ "network.cosmik.card": {
574
+ tier: "filtered",
575
+ notes: "Link-in-bio card; consumption signal.",
576
+ app: "cosmik"
577
+ },
578
+ "network.cosmik.collection": {
579
+ tier: "filtered",
580
+ notes: "Stale registry id \u2014 Cosmik formerly in app registry.",
581
+ app: "cosmik"
582
+ },
583
+ "network.cosmik.collectionLink": {
584
+ tier: "filtered",
585
+ app: "cosmik"
586
+ },
587
+ "network.cosmik.connection": {
588
+ tier: "filtered",
589
+ app: "cosmik"
590
+ },
591
+ "network.cosmik.follow": {
592
+ tier: "filtered",
593
+ app: "cosmik"
594
+ },
595
+ "one.papili.post": {
596
+ tier: "creation",
597
+ app: "papili"
598
+ },
599
+ "org.hypercerts.claim.activity": {
600
+ tier: "creation",
601
+ app: "hypercerts",
602
+ notes: "A hypercert: an authored claim of work done, with title, description, and weighted contributors."
603
+ },
604
+ "org.hypercerts.claim.collection": {
605
+ tier: "creation",
606
+ app: "hypercerts",
607
+ notes: "Older shape of the project container that groups claims. Superseded by org.hypercerts.collection."
608
+ },
609
+ "org.hypercerts.claim.evaluation": {
610
+ tier: "creation",
611
+ app: "hypercerts",
612
+ notes: "An assessment of a claim carrying a score and a written summary. An opinion with a body."
613
+ },
614
+ "org.hypercerts.collection": {
615
+ tier: "creation",
616
+ app: "hypercerts",
617
+ notes: "An authored project container grouping hypercert claims, with its own title, banner, and description."
618
+ },
619
+ "org.impactindexer.review.comment": {
620
+ tier: "creation",
621
+ app: "impactindexer",
622
+ notes: "A written review of a hypercert claim, like a Popfeed or BookHive review."
623
+ },
624
+ "org.v-it.skill": {
625
+ tier: "creation",
626
+ app: "vit"
627
+ },
628
+ "os.aether.docs.presentation": {
629
+ tier: "creation",
630
+ app: "aetherdocs"
631
+ },
632
+ "pics.pixl.image": {
633
+ tier: "creation",
634
+ app: "pixl"
635
+ },
636
+ "place.stream.broadcast.origin": {
637
+ tier: "filtered",
638
+ app: "streamplace",
639
+ notes: "Broadcast origin/infrastructure record."
640
+ },
641
+ "place.stream.chat.message": {
642
+ tier: "filtered",
643
+ app: "streamplace",
644
+ notes: "Ephemeral chat message."
645
+ },
646
+ "place.stream.chat.profile": {
647
+ tier: "filtered",
648
+ app: "streamplace",
649
+ notes: "Chat profile metadata."
650
+ },
651
+ "place.stream.key": {
652
+ tier: "filtered",
653
+ app: "streamplace",
654
+ notes: "Stream key \u2014 sensitive infrastructure record."
655
+ },
656
+ "place.stream.livestream": {
657
+ tier: "creation",
658
+ app: "streamplace"
659
+ },
660
+ "place.stream.metadata.configuration": {
661
+ tier: "filtered",
662
+ app: "streamplace",
663
+ notes: "Stream configuration metadata."
664
+ },
665
+ "pub.chive.eprint.submission": {
666
+ tier: "creation",
667
+ app: "chive",
668
+ notes: "An authored preprint: title, ordered authors with affiliations, abstract."
669
+ },
670
+ "pub.leaflet.authFullPermissions": {
671
+ tier: "filtered",
672
+ app: "leaflet",
673
+ notes: "OAuth permission record."
674
+ },
675
+ "pub.leaflet.comment": {
676
+ tier: "creation",
677
+ app: "leaflet"
678
+ },
679
+ "pub.leaflet.interactions.recommend": {
680
+ tier: "action",
681
+ app: "leaflet"
682
+ },
683
+ "quest.atmo.checkin": {
684
+ tier: "creation",
685
+ app: "atmorsvp",
686
+ notes: "Attendance, classified like community.lexicon.calendar.rsvp (creation) rather than as engagement. The creation tier description names RSVPs explicitly."
687
+ },
688
+ "quest.atmo.event": {
689
+ tier: "creation",
690
+ app: "atmorsvp"
691
+ },
692
+ "sh.tangled.actor.profile": {
693
+ tier: "filtered",
694
+ app: "tangled",
695
+ notes: "Profile metadata record."
696
+ },
697
+ "sh.tangled.feed.star": {
698
+ tier: "action",
699
+ app: "tangled"
700
+ },
701
+ "sh.tangled.graph.follow": {
702
+ tier: "action",
703
+ app: "tangled"
704
+ },
705
+ "sh.tangled.repo": {
706
+ tier: "creation",
707
+ app: "tangled"
708
+ },
709
+ "sh.tangled.repo.issue": {
710
+ tier: "creation",
711
+ app: "tangled"
712
+ },
713
+ "sh.tangled.repo.pull": {
714
+ tier: "creation",
715
+ app: "tangled"
716
+ },
717
+ "site.standard.document": {
718
+ tier: "creation",
719
+ app: "standard"
720
+ },
721
+ "so.sprk.feed.post": {
722
+ tier: "creation",
723
+ app: "spark"
724
+ },
725
+ "so.sprk.story.post": {
726
+ tier: "creation",
727
+ app: "spark"
728
+ },
729
+ "social.colibri.actor.data": {
730
+ tier: "filtered",
731
+ app: "colibri",
732
+ notes: "Actor metadata."
733
+ },
734
+ "social.colibri.approval": {
735
+ tier: "filtered",
736
+ app: "colibri",
737
+ notes: "Moderation approval record."
738
+ },
739
+ "social.colibri.category": {
740
+ tier: "filtered",
741
+ app: "colibri",
742
+ notes: "Category metadata."
743
+ },
744
+ "social.colibri.channel": {
745
+ tier: "filtered",
746
+ app: "colibri",
747
+ notes: "Channel definition."
748
+ },
749
+ "social.colibri.channel.read": {
750
+ tier: "filtered",
751
+ app: "colibri",
752
+ notes: "Read-state marker."
753
+ },
754
+ "social.colibri.community": {
755
+ tier: "filtered",
756
+ app: "colibri",
757
+ notes: "Community definition."
758
+ },
759
+ "social.colibri.membership": {
760
+ tier: "creation",
761
+ app: "colibri"
762
+ },
763
+ "social.colibri.message": {
764
+ tier: "filtered",
765
+ app: "colibri",
766
+ notes: "Chat message \u2014 high-volume conversational signal, not portfolio."
767
+ },
768
+ "social.colibri.reaction": {
769
+ tier: "filtered",
770
+ app: "colibri",
771
+ notes: "Chat reaction."
772
+ },
773
+ "social.colibri.richtext.facet": {
774
+ tier: "filtered",
775
+ app: "colibri",
776
+ notes: "Richtext facet sub-record."
777
+ },
778
+ "social.crate.content": {
779
+ tier: "creation",
780
+ app: "crate"
781
+ },
782
+ "social.crate.note": {
783
+ tier: "creation",
784
+ app: "crate"
785
+ },
786
+ "social.grain.gallery": {
787
+ tier: "creation",
788
+ app: "grain"
789
+ },
790
+ "social.grain.gallery.item": {
791
+ tier: "filtered",
792
+ app: "grain",
793
+ notes: "Item-within-gallery; rendered via parent gallery."
794
+ },
795
+ "social.grain.photo": {
796
+ tier: "filtered",
797
+ app: "grain",
798
+ notes: "Raw photo asset; surfaced via the gallery that references it."
799
+ },
800
+ "social.grain.photo.exif": {
801
+ tier: "filtered",
802
+ app: "grain",
803
+ notes: "EXIF metadata for a photo."
804
+ },
805
+ "social.grain.story": {
806
+ tier: "filtered",
807
+ app: "grain",
808
+ notes: "Ephemeral story format."
809
+ },
810
+ "social.passports.fiftyStates.visit": {
811
+ tier: "creation",
812
+ app: "passports"
813
+ },
814
+ "social.passports.travel.leg": {
815
+ tier: "creation",
816
+ app: "passports"
817
+ },
818
+ "social.pinksky.app.preference": {
819
+ tier: "filtered",
820
+ app: "bluesky",
821
+ notes: "Pinkleap (Bluesky client) app preferences."
822
+ },
823
+ "social.popfeed.actor.profile": {
824
+ tier: "filtered",
825
+ app: "popfeed",
826
+ notes: "Profile metadata record."
827
+ },
828
+ "social.popfeed.challenge.participation": {
829
+ tier: "filtered",
830
+ app: "popfeed",
831
+ notes: "Challenge participation tracking."
832
+ },
833
+ "social.popfeed.feed.like": {
834
+ tier: "action",
835
+ app: "popfeed"
836
+ },
837
+ "social.popfeed.feed.note": {
838
+ tier: "creation",
839
+ app: "popfeed"
840
+ },
841
+ "social.popfeed.feed.post": {
842
+ tier: "creation",
843
+ app: "popfeed"
844
+ },
845
+ "social.popfeed.feed.review": {
846
+ tier: "creation",
847
+ app: "popfeed"
848
+ },
849
+ "social.psky.feed.post": {
850
+ tier: "creation",
851
+ app: "picosky"
852
+ },
853
+ "space.roomy.space.personal": {
854
+ tier: "creation",
855
+ app: "roomy"
856
+ },
857
+ "st.lifepo.lifeEvent": {
858
+ tier: "creation",
859
+ app: "lifepo"
860
+ },
861
+ "stream.thought.blip": {
862
+ tier: "creation",
863
+ app: "streamthought"
864
+ },
865
+ "tech.waow.doodl.drawing": {
866
+ tier: "creation",
867
+ app: "waow"
868
+ },
869
+ "tech.waow.doodl.icon": {
870
+ tier: "creation",
871
+ app: "waow"
872
+ },
873
+ "tech.waow.doodl.iconset": {
874
+ tier: "creation",
875
+ app: "waow"
876
+ },
877
+ "tech.waow.doodl.logo": {
878
+ tier: "creation",
879
+ app: "waow"
880
+ },
881
+ "tech.waow.pollz.poll": {
882
+ tier: "creation",
883
+ app: "waow"
884
+ },
885
+ "tech.waow.slides.deck": {
886
+ tier: "creation",
887
+ app: "waow"
888
+ },
889
+ "tech.waow.slides.slide": {
890
+ tier: "creation",
891
+ app: "waow",
892
+ notes: "Individual slides are components of a deck. Both are kept; the consumer decides whether to collapse them."
893
+ },
894
+ "wiki.lichen.note": {
895
+ tier: "creation",
896
+ app: "lichen"
897
+ },
898
+ "wiki.lichen.wiki": {
899
+ tier: "creation",
900
+ app: "lichen"
901
+ },
902
+ "xyz.statusphere.status": {
903
+ tier: "filtered",
904
+ notes: "Statusphere emoji status \u2014 leisure signal.",
905
+ app: "statusphere"
906
+ }
907
+ }
908
+ };
909
+
910
+ // src/taxonomy/activity-tiers.ts
911
+ var tierMetaSchema = z.object({
912
+ label: z.string().nullable(),
913
+ description: z.string(),
914
+ shownOnPublicProfile: z.boolean()
915
+ });
916
+ var lexiconEntrySchema = z.object({
917
+ tier: z.enum(["creation", "action", "filtered"]),
918
+ app: z.string().optional(),
919
+ notes: z.string().optional()
920
+ });
921
+ var taxonomySchema = z.object({
922
+ version: z.string(),
923
+ updated: z.string(),
924
+ tiers: z.object({
925
+ creation: tierMetaSchema,
926
+ action: tierMetaSchema,
927
+ filtered: tierMetaSchema
928
+ }),
929
+ lexicons: z.record(z.string(), lexiconEntrySchema)
930
+ });
931
+ var parsed = taxonomySchema.parse(activity_tiers_default);
932
+ var ACTIVITY_TIERS = Object.freeze(parsed);
933
+ function getActivityTier(nsid) {
934
+ if (!nsid) return "filtered";
935
+ const entry = ACTIVITY_TIERS.lexicons[nsid];
936
+ return entry ? entry.tier : "filtered";
937
+ }
938
+ function getLexiconEntry(nsid) {
939
+ if (!nsid) return null;
940
+ const entry = ACTIVITY_TIERS.lexicons[nsid];
941
+ return entry ?? null;
942
+ }
943
+ function getTierMeta(tier) {
944
+ return ACTIVITY_TIERS.tiers[tier];
945
+ }
946
+ function getActivityTaxonomyVersion() {
947
+ return { version: ACTIVITY_TIERS.version, updated: ACTIVITY_TIERS.updated };
948
+ }
949
+ export {
950
+ ACTIVITY_TIERS,
951
+ getActivityTaxonomyVersion,
952
+ getActivityTier,
953
+ getLexiconEntry,
954
+ getTierMeta
955
+ };
956
+ //# sourceMappingURL=activity-tiers.js.map