@hypercerts-org/lexicon 0.10.0 → 0.11.0

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 (168) hide show
  1. package/CHANGELOG.md +205 -0
  2. package/README.md +371 -388
  3. package/SCHEMAS.md +533 -75
  4. package/dist/exports.d.ts +900 -10
  5. package/dist/exports.d.ts.map +1 -1
  6. package/dist/generated/exports.d.ts +900 -10
  7. package/dist/generated/exports.d.ts.map +1 -1
  8. package/dist/generated/lexicons.d.ts +2683 -1093
  9. package/dist/generated/lexicons.d.ts.map +1 -1
  10. package/dist/generated/types/app/bsky/richtext/facet.d.ts +44 -7
  11. package/dist/generated/types/app/bsky/richtext/facet.d.ts.map +1 -1
  12. package/dist/generated/types/app/certified/badge/award.d.ts +2 -3
  13. package/dist/generated/types/app/certified/badge/award.d.ts.map +1 -1
  14. package/dist/generated/types/app/certified/badge/definition.d.ts +3 -3
  15. package/dist/generated/types/app/certified/badge/definition.d.ts.map +1 -1
  16. package/dist/generated/types/app/certified/badge/response.d.ts +2 -2
  17. package/dist/generated/types/app/certified/badge/response.d.ts.map +1 -1
  18. package/dist/generated/types/app/certified/link/evm.d.ts +45 -0
  19. package/dist/generated/types/app/certified/link/evm.d.ts.map +1 -0
  20. package/dist/generated/types/org/hypercerts/claim/activity.d.ts +6 -3
  21. package/dist/generated/types/org/hypercerts/claim/activity.d.ts.map +1 -1
  22. package/dist/generated/types/org/hypercerts/collection.d.ts +11 -5
  23. package/dist/generated/types/org/hypercerts/collection.d.ts.map +1 -1
  24. package/dist/generated/types/org/hypercerts/context/attachment.d.ts +5 -3
  25. package/dist/generated/types/org/hypercerts/context/attachment.d.ts.map +1 -1
  26. package/dist/generated/types/org/hypercerts/context/evaluation.d.ts +6 -6
  27. package/dist/generated/types/org/hypercerts/context/evaluation.d.ts.map +1 -1
  28. package/dist/generated/types/org/hypercerts/defs.d.ts +11 -0
  29. package/dist/generated/types/org/hypercerts/defs.d.ts.map +1 -1
  30. package/dist/generated/types/org/hypercerts/funding/receipt.d.ts +17 -5
  31. package/dist/generated/types/org/hypercerts/funding/receipt.d.ts.map +1 -1
  32. package/dist/generated/types/pub/leaflet/blocks/blockquote.d.ts +13 -0
  33. package/dist/generated/types/pub/leaflet/blocks/blockquote.d.ts.map +1 -0
  34. package/dist/generated/types/pub/leaflet/blocks/bskyPost.d.ts +13 -0
  35. package/dist/generated/types/pub/leaflet/blocks/bskyPost.d.ts.map +1 -0
  36. package/dist/generated/types/pub/leaflet/blocks/button.d.ts +12 -0
  37. package/dist/generated/types/pub/leaflet/blocks/button.d.ts.map +1 -0
  38. package/dist/generated/types/pub/leaflet/blocks/code.d.ts +13 -0
  39. package/dist/generated/types/pub/leaflet/blocks/code.d.ts.map +1 -0
  40. package/dist/generated/types/pub/leaflet/blocks/header.d.ts +14 -0
  41. package/dist/generated/types/pub/leaflet/blocks/header.d.ts.map +1 -0
  42. package/dist/generated/types/pub/leaflet/blocks/horizontalRule.d.ts +10 -0
  43. package/dist/generated/types/pub/leaflet/blocks/horizontalRule.d.ts.map +1 -0
  44. package/dist/generated/types/pub/leaflet/blocks/iframe.d.ts +12 -0
  45. package/dist/generated/types/pub/leaflet/blocks/iframe.d.ts.map +1 -0
  46. package/dist/generated/types/pub/leaflet/blocks/image.d.ts +21 -0
  47. package/dist/generated/types/pub/leaflet/blocks/image.d.ts.map +1 -0
  48. package/dist/generated/types/pub/leaflet/blocks/math.d.ts +11 -0
  49. package/dist/generated/types/pub/leaflet/blocks/math.d.ts.map +1 -0
  50. package/dist/generated/types/pub/leaflet/blocks/orderedList.d.ts +31 -0
  51. package/dist/generated/types/pub/leaflet/blocks/orderedList.d.ts.map +1 -0
  52. package/dist/generated/types/pub/leaflet/blocks/page.d.ts +11 -0
  53. package/dist/generated/types/pub/leaflet/blocks/page.d.ts.map +1 -0
  54. package/dist/generated/types/pub/leaflet/blocks/poll.d.ts +12 -0
  55. package/dist/generated/types/pub/leaflet/blocks/poll.d.ts.map +1 -0
  56. package/dist/generated/types/pub/leaflet/blocks/text.d.ts +14 -0
  57. package/dist/generated/types/pub/leaflet/blocks/text.d.ts.map +1 -0
  58. package/dist/generated/types/pub/leaflet/blocks/unorderedList.d.ts +29 -0
  59. package/dist/generated/types/pub/leaflet/blocks/unorderedList.d.ts.map +1 -0
  60. package/dist/generated/types/pub/leaflet/blocks/website.d.ts +14 -0
  61. package/dist/generated/types/pub/leaflet/blocks/website.d.ts.map +1 -0
  62. package/dist/generated/types/pub/leaflet/pages/linearDocument.d.ts +54 -1
  63. package/dist/generated/types/pub/leaflet/pages/linearDocument.d.ts.map +1 -1
  64. package/dist/generated/types/pub/leaflet/richtext/facet.d.ts +97 -0
  65. package/dist/generated/types/pub/leaflet/richtext/facet.d.ts.map +1 -0
  66. package/dist/index.cjs +4486 -1807
  67. package/dist/index.cjs.map +1 -1
  68. package/dist/index.mjs +4407 -1804
  69. package/dist/index.mjs.map +1 -1
  70. package/dist/lexicons.cjs +927 -35
  71. package/dist/lexicons.cjs.map +1 -1
  72. package/dist/lexicons.d.ts +2683 -1093
  73. package/dist/lexicons.d.ts.map +1 -1
  74. package/dist/lexicons.mjs +927 -35
  75. package/dist/lexicons.mjs.map +1 -1
  76. package/dist/tests/validate-external-lexicons.test.d.ts +2 -0
  77. package/dist/tests/validate-external-lexicons.test.d.ts.map +1 -0
  78. package/dist/tests/validate-funding-receipt.test.d.ts +2 -0
  79. package/dist/tests/validate-funding-receipt.test.d.ts.map +1 -0
  80. package/dist/tests/validate-link-evm.test.d.ts +2 -0
  81. package/dist/tests/validate-link-evm.test.d.ts.map +1 -0
  82. package/dist/tests/validate-rights.test.d.ts +2 -0
  83. package/dist/tests/validate-rights.test.d.ts.map +1 -0
  84. package/dist/types/app/bsky/richtext/facet.d.ts +44 -7
  85. package/dist/types/app/bsky/richtext/facet.d.ts.map +1 -1
  86. package/dist/types/app/certified/badge/award.d.ts +2 -3
  87. package/dist/types/app/certified/badge/award.d.ts.map +1 -1
  88. package/dist/types/app/certified/badge/definition.d.ts +3 -3
  89. package/dist/types/app/certified/badge/definition.d.ts.map +1 -1
  90. package/dist/types/app/certified/badge/response.d.ts +2 -2
  91. package/dist/types/app/certified/badge/response.d.ts.map +1 -1
  92. package/dist/types/app/certified/link/evm.d.ts +45 -0
  93. package/dist/types/app/certified/link/evm.d.ts.map +1 -0
  94. package/dist/types/org/hypercerts/claim/activity.d.ts +6 -3
  95. package/dist/types/org/hypercerts/claim/activity.d.ts.map +1 -1
  96. package/dist/types/org/hypercerts/collection.d.ts +11 -5
  97. package/dist/types/org/hypercerts/collection.d.ts.map +1 -1
  98. package/dist/types/org/hypercerts/context/attachment.d.ts +5 -3
  99. package/dist/types/org/hypercerts/context/attachment.d.ts.map +1 -1
  100. package/dist/types/org/hypercerts/context/evaluation.d.ts +6 -6
  101. package/dist/types/org/hypercerts/context/evaluation.d.ts.map +1 -1
  102. package/dist/types/org/hypercerts/defs.d.ts +11 -0
  103. package/dist/types/org/hypercerts/defs.d.ts.map +1 -1
  104. package/dist/types/org/hypercerts/funding/receipt.d.ts +17 -5
  105. package/dist/types/org/hypercerts/funding/receipt.d.ts.map +1 -1
  106. package/dist/types/pub/leaflet/blocks/blockquote.d.ts +13 -0
  107. package/dist/types/pub/leaflet/blocks/blockquote.d.ts.map +1 -0
  108. package/dist/types/pub/leaflet/blocks/bskyPost.d.ts +13 -0
  109. package/dist/types/pub/leaflet/blocks/bskyPost.d.ts.map +1 -0
  110. package/dist/types/pub/leaflet/blocks/button.d.ts +12 -0
  111. package/dist/types/pub/leaflet/blocks/button.d.ts.map +1 -0
  112. package/dist/types/pub/leaflet/blocks/code.d.ts +13 -0
  113. package/dist/types/pub/leaflet/blocks/code.d.ts.map +1 -0
  114. package/dist/types/pub/leaflet/blocks/header.d.ts +14 -0
  115. package/dist/types/pub/leaflet/blocks/header.d.ts.map +1 -0
  116. package/dist/types/pub/leaflet/blocks/horizontalRule.d.ts +10 -0
  117. package/dist/types/pub/leaflet/blocks/horizontalRule.d.ts.map +1 -0
  118. package/dist/types/pub/leaflet/blocks/iframe.d.ts +12 -0
  119. package/dist/types/pub/leaflet/blocks/iframe.d.ts.map +1 -0
  120. package/dist/types/pub/leaflet/blocks/image.d.ts +21 -0
  121. package/dist/types/pub/leaflet/blocks/image.d.ts.map +1 -0
  122. package/dist/types/pub/leaflet/blocks/math.d.ts +11 -0
  123. package/dist/types/pub/leaflet/blocks/math.d.ts.map +1 -0
  124. package/dist/types/pub/leaflet/blocks/orderedList.d.ts +31 -0
  125. package/dist/types/pub/leaflet/blocks/orderedList.d.ts.map +1 -0
  126. package/dist/types/pub/leaflet/blocks/page.d.ts +11 -0
  127. package/dist/types/pub/leaflet/blocks/page.d.ts.map +1 -0
  128. package/dist/types/pub/leaflet/blocks/poll.d.ts +12 -0
  129. package/dist/types/pub/leaflet/blocks/poll.d.ts.map +1 -0
  130. package/dist/types/pub/leaflet/blocks/text.d.ts +14 -0
  131. package/dist/types/pub/leaflet/blocks/text.d.ts.map +1 -0
  132. package/dist/types/pub/leaflet/blocks/unorderedList.d.ts +29 -0
  133. package/dist/types/pub/leaflet/blocks/unorderedList.d.ts.map +1 -0
  134. package/dist/types/pub/leaflet/blocks/website.d.ts +14 -0
  135. package/dist/types/pub/leaflet/blocks/website.d.ts.map +1 -0
  136. package/dist/types/pub/leaflet/pages/linearDocument.d.ts +54 -1
  137. package/dist/types/pub/leaflet/pages/linearDocument.d.ts.map +1 -1
  138. package/dist/types/pub/leaflet/richtext/facet.d.ts +97 -0
  139. package/dist/types/pub/leaflet/richtext/facet.d.ts.map +1 -0
  140. package/lexicons/app/bsky/richtext/facet.json +51 -0
  141. package/lexicons/app/certified/badge/award.json +2 -2
  142. package/lexicons/app/certified/badge/definition.json +10 -2
  143. package/lexicons/app/certified/badge/response.json +2 -2
  144. package/lexicons/app/certified/link/evm.json +88 -0
  145. package/lexicons/org/hypercerts/claim/activity.json +8 -4
  146. package/lexicons/org/hypercerts/collection.json +19 -5
  147. package/lexicons/org/hypercerts/context/attachment.json +16 -5
  148. package/lexicons/org/hypercerts/context/evaluation.json +9 -6
  149. package/lexicons/org/hypercerts/defs.json +21 -0
  150. package/lexicons/org/hypercerts/funding/receipt.json +30 -10
  151. package/lexicons/pub/leaflet/blocks/blockquote.json +22 -0
  152. package/lexicons/pub/leaflet/blocks/bskyPost.json +19 -0
  153. package/lexicons/pub/leaflet/blocks/button.json +19 -0
  154. package/lexicons/pub/leaflet/blocks/code.json +21 -0
  155. package/lexicons/pub/leaflet/blocks/header.json +27 -0
  156. package/lexicons/pub/leaflet/blocks/horizontalRule.json +11 -0
  157. package/lexicons/pub/leaflet/blocks/iframe.json +21 -0
  158. package/lexicons/pub/leaflet/blocks/image.json +37 -0
  159. package/lexicons/pub/leaflet/blocks/math.json +15 -0
  160. package/lexicons/pub/leaflet/blocks/orderedList.json +54 -0
  161. package/lexicons/pub/leaflet/blocks/page.json +15 -0
  162. package/lexicons/pub/leaflet/blocks/poll.json +16 -0
  163. package/lexicons/pub/leaflet/blocks/text.json +26 -0
  164. package/lexicons/pub/leaflet/blocks/unorderedList.json +50 -0
  165. package/lexicons/pub/leaflet/blocks/website.json +27 -0
  166. package/lexicons/pub/leaflet/pages/linearDocument.json +98 -0
  167. package/lexicons/pub/leaflet/richtext/facet.json +149 -0
  168. package/package.json +3 -4
package/dist/exports.d.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * ⚠️ DO NOT EDIT THIS FILE MANUALLY ⚠️
5
5
  *
6
6
  * This file is automatically generated by scripts/generate-exports.js
7
- * Generated: 2026-03-03T20:19:46.686Z
7
+ * Generated: 2026-04-07T22:27:48.251Z
8
8
  *
9
9
  * To regenerate this file, run:
10
10
  * npm run gen-api
@@ -21,12 +21,14 @@
21
21
  * @packageDocumentation
22
22
  */
23
23
  import type { LexiconDoc } from "@atproto/lexicon";
24
+ import BSKY_RICHTEXT_FACET_LEXICON_JSON from "../lexicons/app/bsky/richtext/facet.json";
24
25
  import ACTOR_ORGANIZATION_LEXICON_JSON from "../lexicons/app/certified/actor/organization.json";
25
26
  import ACTOR_PROFILE_LEXICON_JSON from "../lexicons/app/certified/actor/profile.json";
26
27
  import BADGE_AWARD_LEXICON_JSON from "../lexicons/app/certified/badge/award.json";
27
28
  import BADGE_DEFINITION_LEXICON_JSON from "../lexicons/app/certified/badge/definition.json";
28
29
  import BADGE_RESPONSE_LEXICON_JSON from "../lexicons/app/certified/badge/response.json";
29
30
  import CERTIFIED_DEFS_LEXICON_JSON from "../lexicons/app/certified/defs.json";
31
+ import LINK_EVM_LEXICON_JSON from "../lexicons/app/certified/link/evm.json";
30
32
  import LOCATION_LEXICON_JSON from "../lexicons/app/certified/location.json";
31
33
  import STRONG_REF_LEXICON_JSON from "../lexicons/com/atproto/repo/strongRef.json";
32
34
  import HYPERBOARDS_BOARD_LEXICON_JSON from "../lexicons/org/hyperboards/board.json";
@@ -44,14 +46,33 @@ import HYPERCERTS_DEFS_LEXICON_JSON from "../lexicons/org/hypercerts/defs.json";
44
46
  import FUNDING_RECEIPT_LEXICON_JSON from "../lexicons/org/hypercerts/funding/receipt.json";
45
47
  import WORKSCOPE_CEL_LEXICON_JSON from "../lexicons/org/hypercerts/workscope/cel.json";
46
48
  import WORKSCOPE_TAG_LEXICON_JSON from "../lexicons/org/hypercerts/workscope/tag.json";
47
- export { ACTOR_ORGANIZATION_LEXICON_JSON, ACTOR_PROFILE_LEXICON_JSON, BADGE_AWARD_LEXICON_JSON, BADGE_DEFINITION_LEXICON_JSON, BADGE_RESPONSE_LEXICON_JSON, CERTIFIED_DEFS_LEXICON_JSON, LOCATION_LEXICON_JSON, STRONG_REF_LEXICON_JSON, HYPERBOARDS_BOARD_LEXICON_JSON, HYPERBOARDS_DISPLAY_PROFILE_LEXICON_JSON, ACTIVITY_LEXICON_JSON, CONTRIBUTION_LEXICON_JSON, CONTRIBUTOR_INFORMATION_LEXICON_JSON, RIGHTS_LEXICON_JSON, HYPERCERTS_COLLECTION_LEXICON_JSON, CONTEXT_ACKNOWLEDGEMENT_LEXICON_JSON, CONTEXT_ATTACHMENT_LEXICON_JSON, CONTEXT_EVALUATION_LEXICON_JSON, CONTEXT_MEASUREMENT_LEXICON_JSON, HYPERCERTS_DEFS_LEXICON_JSON, FUNDING_RECEIPT_LEXICON_JSON, WORKSCOPE_CEL_LEXICON_JSON, WORKSCOPE_TAG_LEXICON_JSON, };
49
+ import LEAFLET_BLOCKS_BLOCKQUOTE_LEXICON_JSON from "../lexicons/pub/leaflet/blocks/blockquote.json";
50
+ import LEAFLET_BLOCKS_BSKY_POST_LEXICON_JSON from "../lexicons/pub/leaflet/blocks/bskyPost.json";
51
+ import LEAFLET_BLOCKS_BUTTON_LEXICON_JSON from "../lexicons/pub/leaflet/blocks/button.json";
52
+ import LEAFLET_BLOCKS_CODE_LEXICON_JSON from "../lexicons/pub/leaflet/blocks/code.json";
53
+ import LEAFLET_BLOCKS_HEADER_LEXICON_JSON from "../lexicons/pub/leaflet/blocks/header.json";
54
+ import LEAFLET_BLOCKS_HORIZONTAL_RULE_LEXICON_JSON from "../lexicons/pub/leaflet/blocks/horizontalRule.json";
55
+ import LEAFLET_BLOCKS_IFRAME_LEXICON_JSON from "../lexicons/pub/leaflet/blocks/iframe.json";
56
+ import LEAFLET_BLOCKS_IMAGE_LEXICON_JSON from "../lexicons/pub/leaflet/blocks/image.json";
57
+ import LEAFLET_BLOCKS_MATH_LEXICON_JSON from "../lexicons/pub/leaflet/blocks/math.json";
58
+ import LEAFLET_BLOCKS_ORDERED_LIST_LEXICON_JSON from "../lexicons/pub/leaflet/blocks/orderedList.json";
59
+ import LEAFLET_BLOCKS_PAGE_LEXICON_JSON from "../lexicons/pub/leaflet/blocks/page.json";
60
+ import LEAFLET_BLOCKS_POLL_LEXICON_JSON from "../lexicons/pub/leaflet/blocks/poll.json";
61
+ import LEAFLET_BLOCKS_TEXT_LEXICON_JSON from "../lexicons/pub/leaflet/blocks/text.json";
62
+ import LEAFLET_BLOCKS_UNORDERED_LIST_LEXICON_JSON from "../lexicons/pub/leaflet/blocks/unorderedList.json";
63
+ import LEAFLET_BLOCKS_WEBSITE_LEXICON_JSON from "../lexicons/pub/leaflet/blocks/website.json";
64
+ import LEAFLET_PAGES_LINEAR_DOCUMENT_LEXICON_JSON from "../lexicons/pub/leaflet/pages/linearDocument.json";
65
+ import LEAFLET_RICHTEXT_FACET_LEXICON_JSON from "../lexicons/pub/leaflet/richtext/facet.json";
66
+ export { BSKY_RICHTEXT_FACET_LEXICON_JSON, ACTOR_ORGANIZATION_LEXICON_JSON, ACTOR_PROFILE_LEXICON_JSON, BADGE_AWARD_LEXICON_JSON, BADGE_DEFINITION_LEXICON_JSON, BADGE_RESPONSE_LEXICON_JSON, CERTIFIED_DEFS_LEXICON_JSON, LINK_EVM_LEXICON_JSON, LOCATION_LEXICON_JSON, STRONG_REF_LEXICON_JSON, HYPERBOARDS_BOARD_LEXICON_JSON, HYPERBOARDS_DISPLAY_PROFILE_LEXICON_JSON, ACTIVITY_LEXICON_JSON, CONTRIBUTION_LEXICON_JSON, CONTRIBUTOR_INFORMATION_LEXICON_JSON, RIGHTS_LEXICON_JSON, HYPERCERTS_COLLECTION_LEXICON_JSON, CONTEXT_ACKNOWLEDGEMENT_LEXICON_JSON, CONTEXT_ATTACHMENT_LEXICON_JSON, CONTEXT_EVALUATION_LEXICON_JSON, CONTEXT_MEASUREMENT_LEXICON_JSON, HYPERCERTS_DEFS_LEXICON_JSON, FUNDING_RECEIPT_LEXICON_JSON, WORKSCOPE_CEL_LEXICON_JSON, WORKSCOPE_TAG_LEXICON_JSON, LEAFLET_BLOCKS_BLOCKQUOTE_LEXICON_JSON, LEAFLET_BLOCKS_BSKY_POST_LEXICON_JSON, LEAFLET_BLOCKS_BUTTON_LEXICON_JSON, LEAFLET_BLOCKS_CODE_LEXICON_JSON, LEAFLET_BLOCKS_HEADER_LEXICON_JSON, LEAFLET_BLOCKS_HORIZONTAL_RULE_LEXICON_JSON, LEAFLET_BLOCKS_IFRAME_LEXICON_JSON, LEAFLET_BLOCKS_IMAGE_LEXICON_JSON, LEAFLET_BLOCKS_MATH_LEXICON_JSON, LEAFLET_BLOCKS_ORDERED_LIST_LEXICON_JSON, LEAFLET_BLOCKS_PAGE_LEXICON_JSON, LEAFLET_BLOCKS_POLL_LEXICON_JSON, LEAFLET_BLOCKS_TEXT_LEXICON_JSON, LEAFLET_BLOCKS_UNORDERED_LIST_LEXICON_JSON, LEAFLET_BLOCKS_WEBSITE_LEXICON_JSON, LEAFLET_PAGES_LINEAR_DOCUMENT_LEXICON_JSON, LEAFLET_RICHTEXT_FACET_LEXICON_JSON, };
48
67
  export { schemas as HYPERCERTS_SCHEMAS, schemaDict as HYPERCERTS_SCHEMA_DICT, lexicons, validate, ids as HYPERCERTS_NSIDS_BY_TYPE, } from "./lexicons.js";
68
+ export declare const BSKY_RICHTEXT_FACET_NSID: "app.bsky.richtext.facet";
49
69
  export declare const ACTOR_ORGANIZATION_NSID: "app.certified.actor.organization";
50
70
  export declare const ACTOR_PROFILE_NSID: "app.certified.actor.profile";
51
71
  export declare const BADGE_AWARD_NSID: "app.certified.badge.award";
52
72
  export declare const BADGE_DEFINITION_NSID: "app.certified.badge.definition";
53
73
  export declare const BADGE_RESPONSE_NSID: "app.certified.badge.response";
54
74
  export declare const CERTIFIED_DEFS_NSID: "app.certified.defs";
75
+ export declare const LINK_EVM_NSID: "app.certified.link.evm";
55
76
  export declare const LOCATION_NSID: "app.certified.location";
56
77
  export declare const STRONG_REF_NSID: "com.atproto.repo.strongRef";
57
78
  export declare const HYPERBOARDS_BOARD_NSID: "org.hyperboards.board";
@@ -69,6 +90,23 @@ export declare const HYPERCERTS_DEFS_NSID: "org.hypercerts.defs";
69
90
  export declare const FUNDING_RECEIPT_NSID: "org.hypercerts.funding.receipt";
70
91
  export declare const WORKSCOPE_CEL_NSID: "org.hypercerts.workscope.cel";
71
92
  export declare const WORKSCOPE_TAG_NSID: "org.hypercerts.workscope.tag";
93
+ export declare const LEAFLET_BLOCKS_BLOCKQUOTE_NSID: "pub.leaflet.blocks.blockquote";
94
+ export declare const LEAFLET_BLOCKS_BSKY_POST_NSID: "pub.leaflet.blocks.bskyPost";
95
+ export declare const LEAFLET_BLOCKS_BUTTON_NSID: "pub.leaflet.blocks.button";
96
+ export declare const LEAFLET_BLOCKS_CODE_NSID: "pub.leaflet.blocks.code";
97
+ export declare const LEAFLET_BLOCKS_HEADER_NSID: "pub.leaflet.blocks.header";
98
+ export declare const LEAFLET_BLOCKS_HORIZONTAL_RULE_NSID: "pub.leaflet.blocks.horizontalRule";
99
+ export declare const LEAFLET_BLOCKS_IFRAME_NSID: "pub.leaflet.blocks.iframe";
100
+ export declare const LEAFLET_BLOCKS_IMAGE_NSID: "pub.leaflet.blocks.image";
101
+ export declare const LEAFLET_BLOCKS_MATH_NSID: "pub.leaflet.blocks.math";
102
+ export declare const LEAFLET_BLOCKS_ORDERED_LIST_NSID: "pub.leaflet.blocks.orderedList";
103
+ export declare const LEAFLET_BLOCKS_PAGE_NSID: "pub.leaflet.blocks.page";
104
+ export declare const LEAFLET_BLOCKS_POLL_NSID: "pub.leaflet.blocks.poll";
105
+ export declare const LEAFLET_BLOCKS_TEXT_NSID: "pub.leaflet.blocks.text";
106
+ export declare const LEAFLET_BLOCKS_UNORDERED_LIST_NSID: "pub.leaflet.blocks.unorderedList";
107
+ export declare const LEAFLET_BLOCKS_WEBSITE_NSID: "pub.leaflet.blocks.website";
108
+ export declare const LEAFLET_PAGES_LINEAR_DOCUMENT_NSID: "pub.leaflet.pages.linearDocument";
109
+ export declare const LEAFLET_RICHTEXT_FACET_NSID: "pub.leaflet.richtext.facet";
72
110
  /**
73
111
  * Collection NSIDs organized by semantic record type.
74
112
  *
@@ -76,12 +114,14 @@ export declare const WORKSCOPE_TAG_NSID: "org.hypercerts.workscope.tag";
76
114
  * correct collection names.
77
115
  */
78
116
  export declare const HYPERCERTS_NSIDS: {
117
+ readonly BSKY_RICHTEXT_FACET: "app.bsky.richtext.facet";
79
118
  readonly ACTOR_ORGANIZATION: "app.certified.actor.organization";
80
119
  readonly ACTOR_PROFILE: "app.certified.actor.profile";
81
120
  readonly BADGE_AWARD: "app.certified.badge.award";
82
121
  readonly BADGE_DEFINITION: "app.certified.badge.definition";
83
122
  readonly BADGE_RESPONSE: "app.certified.badge.response";
84
123
  readonly CERTIFIED_DEFS: "app.certified.defs";
124
+ readonly LINK_EVM: "app.certified.link.evm";
85
125
  readonly LOCATION: "app.certified.location";
86
126
  readonly STRONG_REF: "com.atproto.repo.strongRef";
87
127
  readonly HYPERBOARDS_BOARD: "org.hyperboards.board";
@@ -99,11 +139,101 @@ export declare const HYPERCERTS_NSIDS: {
99
139
  readonly FUNDING_RECEIPT: "org.hypercerts.funding.receipt";
100
140
  readonly WORKSCOPE_CEL: "org.hypercerts.workscope.cel";
101
141
  readonly WORKSCOPE_TAG: "org.hypercerts.workscope.tag";
142
+ readonly LEAFLET_BLOCKS_BLOCKQUOTE: "pub.leaflet.blocks.blockquote";
143
+ readonly LEAFLET_BLOCKS_BSKY_POST: "pub.leaflet.blocks.bskyPost";
144
+ readonly LEAFLET_BLOCKS_BUTTON: "pub.leaflet.blocks.button";
145
+ readonly LEAFLET_BLOCKS_CODE: "pub.leaflet.blocks.code";
146
+ readonly LEAFLET_BLOCKS_HEADER: "pub.leaflet.blocks.header";
147
+ readonly LEAFLET_BLOCKS_HORIZONTAL_RULE: "pub.leaflet.blocks.horizontalRule";
148
+ readonly LEAFLET_BLOCKS_IFRAME: "pub.leaflet.blocks.iframe";
149
+ readonly LEAFLET_BLOCKS_IMAGE: "pub.leaflet.blocks.image";
150
+ readonly LEAFLET_BLOCKS_MATH: "pub.leaflet.blocks.math";
151
+ readonly LEAFLET_BLOCKS_ORDERED_LIST: "pub.leaflet.blocks.orderedList";
152
+ readonly LEAFLET_BLOCKS_PAGE: "pub.leaflet.blocks.page";
153
+ readonly LEAFLET_BLOCKS_POLL: "pub.leaflet.blocks.poll";
154
+ readonly LEAFLET_BLOCKS_TEXT: "pub.leaflet.blocks.text";
155
+ readonly LEAFLET_BLOCKS_UNORDERED_LIST: "pub.leaflet.blocks.unorderedList";
156
+ readonly LEAFLET_BLOCKS_WEBSITE: "pub.leaflet.blocks.website";
157
+ readonly LEAFLET_PAGES_LINEAR_DOCUMENT: "pub.leaflet.pages.linearDocument";
158
+ readonly LEAFLET_RICHTEXT_FACET: "pub.leaflet.richtext.facet";
102
159
  };
103
160
  /**
104
161
  * Lexicon JSON objects organized by semantic record type.
105
162
  */
106
163
  export declare const HYPERCERTS_LEXICON_JSON: {
164
+ readonly BSKY_RICHTEXT_FACET: {
165
+ lexicon: number;
166
+ id: string;
167
+ defs: {
168
+ main: {
169
+ type: string;
170
+ description: string;
171
+ required: string[];
172
+ properties: {
173
+ index: {
174
+ type: string;
175
+ ref: string;
176
+ };
177
+ features: {
178
+ type: string;
179
+ items: {
180
+ type: string;
181
+ refs: string[];
182
+ };
183
+ };
184
+ };
185
+ };
186
+ mention: {
187
+ type: string;
188
+ description: string;
189
+ required: string[];
190
+ properties: {
191
+ did: {
192
+ type: string;
193
+ format: string;
194
+ };
195
+ };
196
+ };
197
+ link: {
198
+ type: string;
199
+ description: string;
200
+ required: string[];
201
+ properties: {
202
+ uri: {
203
+ type: string;
204
+ format: string;
205
+ };
206
+ };
207
+ };
208
+ tag: {
209
+ type: string;
210
+ description: string;
211
+ required: string[];
212
+ properties: {
213
+ tag: {
214
+ type: string;
215
+ maxLength: number;
216
+ maxGraphemes: number;
217
+ };
218
+ };
219
+ };
220
+ byteSlice: {
221
+ type: string;
222
+ description: string;
223
+ required: string[];
224
+ properties: {
225
+ byteStart: {
226
+ type: string;
227
+ minimum: number;
228
+ };
229
+ byteEnd: {
230
+ type: string;
231
+ minimum: number;
232
+ };
233
+ };
234
+ };
235
+ };
236
+ };
107
237
  readonly ACTOR_ORGANIZATION: {
108
238
  lexicon: number;
109
239
  id: string;
@@ -287,6 +417,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
287
417
  badgeType: {
288
418
  type: string;
289
419
  description: string;
420
+ knownValues: string[];
290
421
  maxLength: number;
291
422
  };
292
423
  title: {
@@ -382,6 +513,94 @@ export declare const HYPERCERTS_LEXICON_JSON: {
382
513
  };
383
514
  };
384
515
  };
516
+ readonly LINK_EVM: {
517
+ lexicon: number;
518
+ id: string;
519
+ defs: {
520
+ main: {
521
+ type: string;
522
+ description: string;
523
+ key: string;
524
+ record: {
525
+ type: string;
526
+ required: string[];
527
+ properties: {
528
+ address: {
529
+ type: string;
530
+ description: string;
531
+ minLength: number;
532
+ maxLength: number;
533
+ };
534
+ proof: {
535
+ type: string;
536
+ refs: string[];
537
+ description: string;
538
+ };
539
+ createdAt: {
540
+ type: string;
541
+ format: string;
542
+ description: string;
543
+ };
544
+ };
545
+ };
546
+ };
547
+ eip712Proof: {
548
+ type: string;
549
+ description: string;
550
+ required: string[];
551
+ properties: {
552
+ signature: {
553
+ type: string;
554
+ description: string;
555
+ minLength: number;
556
+ maxLength: number;
557
+ };
558
+ message: {
559
+ type: string;
560
+ ref: string;
561
+ description: string;
562
+ };
563
+ };
564
+ };
565
+ eip712Message: {
566
+ type: string;
567
+ description: string;
568
+ required: string[];
569
+ properties: {
570
+ did: {
571
+ type: string;
572
+ format: string;
573
+ description: string;
574
+ maxLength: number;
575
+ };
576
+ evmAddress: {
577
+ type: string;
578
+ description: string;
579
+ minLength: number;
580
+ maxLength: number;
581
+ };
582
+ chainId: {
583
+ type: string;
584
+ description: string;
585
+ minLength: number;
586
+ maxLength: number;
587
+ };
588
+ timestamp: {
589
+ type: string;
590
+ description: string;
591
+ minLength: number;
592
+ maxLength: number;
593
+ };
594
+ nonce: {
595
+ type: string;
596
+ description: string;
597
+ minLength: number;
598
+ maxLength: number;
599
+ };
600
+ };
601
+ };
602
+ };
603
+ };
385
604
  readonly LOCATION: {
386
605
  lexicon: number;
387
606
  id: string;
@@ -709,7 +928,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
709
928
  };
710
929
  description: {
711
930
  type: string;
712
- ref: string;
931
+ refs: string[];
713
932
  description: string;
714
933
  };
715
934
  image: {
@@ -720,7 +939,6 @@ export declare const HYPERCERTS_LEXICON_JSON: {
720
939
  contributors: {
721
940
  type: string;
722
941
  description: string;
723
- maxLength: number;
724
942
  items: {
725
943
  type: string;
726
944
  ref: string;
@@ -765,6 +983,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
765
983
  };
766
984
  contributor: {
767
985
  type: string;
986
+ description: string;
768
987
  required: string[];
769
988
  properties: {
770
989
  contributorIdentity: {
@@ -963,6 +1182,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
963
1182
  type: {
964
1183
  type: string;
965
1184
  description: string;
1185
+ knownValues: string[];
966
1186
  maxLength: number;
967
1187
  };
968
1188
  title: {
@@ -977,9 +1197,17 @@ export declare const HYPERCERTS_LEXICON_JSON: {
977
1197
  maxGraphemes: number;
978
1198
  description: string;
979
1199
  };
1200
+ shortDescriptionFacets: {
1201
+ type: string;
1202
+ description: string;
1203
+ items: {
1204
+ type: string;
1205
+ ref: string;
1206
+ };
1207
+ };
980
1208
  description: {
981
1209
  type: string;
982
- ref: string;
1210
+ refs: string[];
983
1211
  description: string;
984
1212
  };
985
1213
  avatar: {
@@ -1016,6 +1244,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
1016
1244
  };
1017
1245
  item: {
1018
1246
  type: string;
1247
+ description: string;
1019
1248
  required: string[];
1020
1249
  properties: {
1021
1250
  itemIdentifier: {
@@ -1097,8 +1326,9 @@ export declare const HYPERCERTS_LEXICON_JSON: {
1097
1326
  };
1098
1327
  contentType: {
1099
1328
  type: string;
1100
- maxLength: number;
1101
1329
  description: string;
1330
+ knownValues: string[];
1331
+ maxLength: number;
1102
1332
  };
1103
1333
  content: {
1104
1334
  type: string;
@@ -1130,7 +1360,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
1130
1360
  };
1131
1361
  description: {
1132
1362
  type: string;
1133
- ref: string;
1363
+ refs: string[];
1134
1364
  description: string;
1135
1365
  };
1136
1366
  location: {
@@ -1224,14 +1454,17 @@ export declare const HYPERCERTS_LEXICON_JSON: {
1224
1454
  min: {
1225
1455
  type: string;
1226
1456
  description: string;
1457
+ maxLength: number;
1227
1458
  };
1228
1459
  max: {
1229
1460
  type: string;
1230
1461
  description: string;
1462
+ maxLength: number;
1231
1463
  };
1232
1464
  value: {
1233
1465
  type: string;
1234
1466
  description: string;
1467
+ maxLength: number;
1235
1468
  };
1236
1469
  };
1237
1470
  };
@@ -1349,6 +1582,27 @@ export declare const HYPERCERTS_LEXICON_JSON: {
1349
1582
  id: string;
1350
1583
  description: string;
1351
1584
  defs: {
1585
+ descriptionString: {
1586
+ type: string;
1587
+ description: string;
1588
+ required: string[];
1589
+ properties: {
1590
+ value: {
1591
+ type: string;
1592
+ description: string;
1593
+ maxLength: number;
1594
+ maxGraphemes: number;
1595
+ };
1596
+ facets: {
1597
+ type: string;
1598
+ description: string;
1599
+ items: {
1600
+ type: string;
1601
+ ref: string;
1602
+ };
1603
+ };
1604
+ };
1605
+ };
1352
1606
  uri: {
1353
1607
  type: string;
1354
1608
  required: string[];
@@ -1442,13 +1696,13 @@ export declare const HYPERCERTS_LEXICON_JSON: {
1442
1696
  properties: {
1443
1697
  from: {
1444
1698
  type: string;
1445
- ref: string;
1446
1699
  description: string;
1700
+ refs: string[];
1447
1701
  };
1448
1702
  to: {
1449
1703
  type: string;
1450
1704
  description: string;
1451
- maxLength: number;
1705
+ refs: string[];
1452
1706
  };
1453
1707
  amount: {
1454
1708
  type: string;
@@ -1477,7 +1731,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
1477
1731
  };
1478
1732
  for: {
1479
1733
  type: string;
1480
- format: string;
1734
+ ref: string;
1481
1735
  description: string;
1482
1736
  };
1483
1737
  notes: {
@@ -1498,6 +1752,18 @@ export declare const HYPERCERTS_LEXICON_JSON: {
1498
1752
  };
1499
1753
  };
1500
1754
  };
1755
+ text: {
1756
+ type: string;
1757
+ description: string;
1758
+ required: string[];
1759
+ properties: {
1760
+ value: {
1761
+ type: string;
1762
+ description: string;
1763
+ maxLength: number;
1764
+ };
1765
+ };
1766
+ };
1501
1767
  };
1502
1768
  };
1503
1769
  readonly WORKSCOPE_CEL: {
@@ -1623,13 +1889,601 @@ export declare const HYPERCERTS_LEXICON_JSON: {
1623
1889
  };
1624
1890
  };
1625
1891
  };
1892
+ readonly LEAFLET_BLOCKS_BLOCKQUOTE: {
1893
+ lexicon: number;
1894
+ id: string;
1895
+ defs: {
1896
+ main: {
1897
+ type: string;
1898
+ required: string[];
1899
+ properties: {
1900
+ plaintext: {
1901
+ type: string;
1902
+ };
1903
+ facets: {
1904
+ type: string;
1905
+ items: {
1906
+ type: string;
1907
+ ref: string;
1908
+ };
1909
+ };
1910
+ };
1911
+ };
1912
+ };
1913
+ };
1914
+ readonly LEAFLET_BLOCKS_BSKY_POST: {
1915
+ lexicon: number;
1916
+ id: string;
1917
+ defs: {
1918
+ main: {
1919
+ type: string;
1920
+ required: string[];
1921
+ properties: {
1922
+ postRef: {
1923
+ type: string;
1924
+ ref: string;
1925
+ };
1926
+ clientHost: {
1927
+ type: string;
1928
+ };
1929
+ };
1930
+ };
1931
+ };
1932
+ };
1933
+ readonly LEAFLET_BLOCKS_BUTTON: {
1934
+ lexicon: number;
1935
+ id: string;
1936
+ defs: {
1937
+ main: {
1938
+ type: string;
1939
+ required: string[];
1940
+ properties: {
1941
+ text: {
1942
+ type: string;
1943
+ };
1944
+ url: {
1945
+ type: string;
1946
+ format: string;
1947
+ };
1948
+ };
1949
+ };
1950
+ };
1951
+ };
1952
+ readonly LEAFLET_BLOCKS_CODE: {
1953
+ lexicon: number;
1954
+ id: string;
1955
+ defs: {
1956
+ main: {
1957
+ type: string;
1958
+ required: string[];
1959
+ properties: {
1960
+ plaintext: {
1961
+ type: string;
1962
+ };
1963
+ language: {
1964
+ type: string;
1965
+ };
1966
+ syntaxHighlightingTheme: {
1967
+ type: string;
1968
+ };
1969
+ };
1970
+ };
1971
+ };
1972
+ };
1973
+ readonly LEAFLET_BLOCKS_HEADER: {
1974
+ lexicon: number;
1975
+ id: string;
1976
+ defs: {
1977
+ main: {
1978
+ type: string;
1979
+ required: string[];
1980
+ properties: {
1981
+ level: {
1982
+ type: string;
1983
+ minimum: number;
1984
+ maximum: number;
1985
+ };
1986
+ plaintext: {
1987
+ type: string;
1988
+ };
1989
+ facets: {
1990
+ type: string;
1991
+ items: {
1992
+ type: string;
1993
+ ref: string;
1994
+ };
1995
+ };
1996
+ };
1997
+ };
1998
+ };
1999
+ };
2000
+ readonly LEAFLET_BLOCKS_HORIZONTAL_RULE: {
2001
+ lexicon: number;
2002
+ id: string;
2003
+ defs: {
2004
+ main: {
2005
+ type: string;
2006
+ required: never[];
2007
+ properties: {};
2008
+ };
2009
+ };
2010
+ };
2011
+ readonly LEAFLET_BLOCKS_IFRAME: {
2012
+ lexicon: number;
2013
+ id: string;
2014
+ defs: {
2015
+ main: {
2016
+ type: string;
2017
+ required: string[];
2018
+ properties: {
2019
+ url: {
2020
+ type: string;
2021
+ format: string;
2022
+ };
2023
+ height: {
2024
+ type: string;
2025
+ minimum: number;
2026
+ maximum: number;
2027
+ };
2028
+ };
2029
+ };
2030
+ };
2031
+ };
2032
+ readonly LEAFLET_BLOCKS_IMAGE: {
2033
+ lexicon: number;
2034
+ id: string;
2035
+ defs: {
2036
+ main: {
2037
+ type: string;
2038
+ required: string[];
2039
+ properties: {
2040
+ image: {
2041
+ type: string;
2042
+ accept: string[];
2043
+ maxSize: number;
2044
+ };
2045
+ alt: {
2046
+ type: string;
2047
+ description: string;
2048
+ };
2049
+ aspectRatio: {
2050
+ type: string;
2051
+ ref: string;
2052
+ };
2053
+ };
2054
+ };
2055
+ aspectRatio: {
2056
+ type: string;
2057
+ required: string[];
2058
+ properties: {
2059
+ width: {
2060
+ type: string;
2061
+ };
2062
+ height: {
2063
+ type: string;
2064
+ };
2065
+ };
2066
+ };
2067
+ };
2068
+ };
2069
+ readonly LEAFLET_BLOCKS_MATH: {
2070
+ lexicon: number;
2071
+ id: string;
2072
+ defs: {
2073
+ main: {
2074
+ type: string;
2075
+ required: string[];
2076
+ properties: {
2077
+ tex: {
2078
+ type: string;
2079
+ };
2080
+ };
2081
+ };
2082
+ };
2083
+ };
2084
+ readonly LEAFLET_BLOCKS_ORDERED_LIST: {
2085
+ lexicon: number;
2086
+ id: string;
2087
+ defs: {
2088
+ main: {
2089
+ type: string;
2090
+ required: string[];
2091
+ properties: {
2092
+ startIndex: {
2093
+ type: string;
2094
+ description: string;
2095
+ };
2096
+ children: {
2097
+ type: string;
2098
+ items: {
2099
+ type: string;
2100
+ ref: string;
2101
+ };
2102
+ };
2103
+ };
2104
+ };
2105
+ listItem: {
2106
+ type: string;
2107
+ required: string[];
2108
+ properties: {
2109
+ checked: {
2110
+ type: string;
2111
+ description: string;
2112
+ };
2113
+ content: {
2114
+ type: string;
2115
+ refs: string[];
2116
+ };
2117
+ children: {
2118
+ type: string;
2119
+ description: string;
2120
+ items: {
2121
+ type: string;
2122
+ ref: string;
2123
+ };
2124
+ };
2125
+ unorderedListChildren: {
2126
+ type: string;
2127
+ description: string;
2128
+ ref: string;
2129
+ };
2130
+ };
2131
+ };
2132
+ };
2133
+ };
2134
+ readonly LEAFLET_BLOCKS_PAGE: {
2135
+ lexicon: number;
2136
+ id: string;
2137
+ defs: {
2138
+ main: {
2139
+ type: string;
2140
+ required: string[];
2141
+ properties: {
2142
+ id: {
2143
+ type: string;
2144
+ };
2145
+ };
2146
+ };
2147
+ };
2148
+ };
2149
+ readonly LEAFLET_BLOCKS_POLL: {
2150
+ lexicon: number;
2151
+ id: string;
2152
+ defs: {
2153
+ main: {
2154
+ type: string;
2155
+ required: string[];
2156
+ properties: {
2157
+ pollRef: {
2158
+ type: string;
2159
+ ref: string;
2160
+ };
2161
+ };
2162
+ };
2163
+ };
2164
+ };
2165
+ readonly LEAFLET_BLOCKS_TEXT: {
2166
+ lexicon: number;
2167
+ id: string;
2168
+ defs: {
2169
+ main: {
2170
+ type: string;
2171
+ required: string[];
2172
+ properties: {
2173
+ plaintext: {
2174
+ type: string;
2175
+ };
2176
+ textSize: {
2177
+ type: string;
2178
+ enum: string[];
2179
+ };
2180
+ facets: {
2181
+ type: string;
2182
+ items: {
2183
+ type: string;
2184
+ ref: string;
2185
+ };
2186
+ };
2187
+ };
2188
+ };
2189
+ };
2190
+ };
2191
+ readonly LEAFLET_BLOCKS_UNORDERED_LIST: {
2192
+ lexicon: number;
2193
+ id: string;
2194
+ defs: {
2195
+ main: {
2196
+ type: string;
2197
+ required: string[];
2198
+ properties: {
2199
+ children: {
2200
+ type: string;
2201
+ items: {
2202
+ type: string;
2203
+ ref: string;
2204
+ };
2205
+ };
2206
+ };
2207
+ };
2208
+ listItem: {
2209
+ type: string;
2210
+ required: string[];
2211
+ properties: {
2212
+ checked: {
2213
+ type: string;
2214
+ description: string;
2215
+ };
2216
+ content: {
2217
+ type: string;
2218
+ refs: string[];
2219
+ };
2220
+ children: {
2221
+ type: string;
2222
+ description: string;
2223
+ items: {
2224
+ type: string;
2225
+ ref: string;
2226
+ };
2227
+ };
2228
+ orderedListChildren: {
2229
+ type: string;
2230
+ description: string;
2231
+ ref: string;
2232
+ };
2233
+ };
2234
+ };
2235
+ };
2236
+ };
2237
+ readonly LEAFLET_BLOCKS_WEBSITE: {
2238
+ lexicon: number;
2239
+ id: string;
2240
+ defs: {
2241
+ main: {
2242
+ type: string;
2243
+ required: string[];
2244
+ properties: {
2245
+ previewImage: {
2246
+ type: string;
2247
+ accept: string[];
2248
+ maxSize: number;
2249
+ };
2250
+ title: {
2251
+ type: string;
2252
+ };
2253
+ description: {
2254
+ type: string;
2255
+ };
2256
+ src: {
2257
+ type: string;
2258
+ format: string;
2259
+ };
2260
+ };
2261
+ };
2262
+ };
2263
+ };
2264
+ readonly LEAFLET_PAGES_LINEAR_DOCUMENT: {
2265
+ lexicon: number;
2266
+ id: string;
2267
+ defs: {
2268
+ main: {
2269
+ type: string;
2270
+ required: string[];
2271
+ properties: {
2272
+ id: {
2273
+ type: string;
2274
+ };
2275
+ blocks: {
2276
+ type: string;
2277
+ items: {
2278
+ type: string;
2279
+ ref: string;
2280
+ };
2281
+ };
2282
+ };
2283
+ };
2284
+ block: {
2285
+ type: string;
2286
+ required: string[];
2287
+ properties: {
2288
+ block: {
2289
+ type: string;
2290
+ refs: string[];
2291
+ };
2292
+ alignment: {
2293
+ type: string;
2294
+ knownValues: string[];
2295
+ };
2296
+ };
2297
+ };
2298
+ textAlignLeft: {
2299
+ type: string;
2300
+ };
2301
+ textAlignCenter: {
2302
+ type: string;
2303
+ };
2304
+ textAlignRight: {
2305
+ type: string;
2306
+ };
2307
+ textAlignJustify: {
2308
+ type: string;
2309
+ };
2310
+ quote: {
2311
+ type: string;
2312
+ required: string[];
2313
+ properties: {
2314
+ start: {
2315
+ type: string;
2316
+ ref: string;
2317
+ };
2318
+ end: {
2319
+ type: string;
2320
+ ref: string;
2321
+ };
2322
+ };
2323
+ };
2324
+ position: {
2325
+ type: string;
2326
+ required: string[];
2327
+ properties: {
2328
+ block: {
2329
+ type: string;
2330
+ items: {
2331
+ type: string;
2332
+ };
2333
+ };
2334
+ offset: {
2335
+ type: string;
2336
+ };
2337
+ };
2338
+ };
2339
+ };
2340
+ };
2341
+ readonly LEAFLET_RICHTEXT_FACET: {
2342
+ lexicon: number;
2343
+ id: string;
2344
+ defs: {
2345
+ main: {
2346
+ type: string;
2347
+ description: string;
2348
+ required: string[];
2349
+ properties: {
2350
+ index: {
2351
+ type: string;
2352
+ ref: string;
2353
+ };
2354
+ features: {
2355
+ type: string;
2356
+ items: {
2357
+ type: string;
2358
+ refs: string[];
2359
+ };
2360
+ };
2361
+ };
2362
+ };
2363
+ byteSlice: {
2364
+ type: string;
2365
+ description: string;
2366
+ required: string[];
2367
+ properties: {
2368
+ byteStart: {
2369
+ type: string;
2370
+ minimum: number;
2371
+ };
2372
+ byteEnd: {
2373
+ type: string;
2374
+ minimum: number;
2375
+ };
2376
+ };
2377
+ };
2378
+ link: {
2379
+ type: string;
2380
+ description: string;
2381
+ required: string[];
2382
+ properties: {
2383
+ uri: {
2384
+ type: string;
2385
+ };
2386
+ };
2387
+ };
2388
+ didMention: {
2389
+ type: string;
2390
+ description: string;
2391
+ required: string[];
2392
+ properties: {
2393
+ did: {
2394
+ type: string;
2395
+ format: string;
2396
+ };
2397
+ };
2398
+ };
2399
+ atMention: {
2400
+ type: string;
2401
+ description: string;
2402
+ required: string[];
2403
+ properties: {
2404
+ atURI: {
2405
+ type: string;
2406
+ format: string;
2407
+ };
2408
+ };
2409
+ };
2410
+ code: {
2411
+ type: string;
2412
+ description: string;
2413
+ required: never[];
2414
+ properties: {};
2415
+ };
2416
+ highlight: {
2417
+ type: string;
2418
+ description: string;
2419
+ required: never[];
2420
+ properties: {};
2421
+ };
2422
+ underline: {
2423
+ type: string;
2424
+ description: string;
2425
+ required: never[];
2426
+ properties: {};
2427
+ };
2428
+ strikethrough: {
2429
+ type: string;
2430
+ description: string;
2431
+ required: never[];
2432
+ properties: {};
2433
+ };
2434
+ id: {
2435
+ type: string;
2436
+ description: string;
2437
+ required: never[];
2438
+ properties: {
2439
+ id: {
2440
+ type: string;
2441
+ };
2442
+ };
2443
+ };
2444
+ bold: {
2445
+ type: string;
2446
+ description: string;
2447
+ required: never[];
2448
+ properties: {};
2449
+ };
2450
+ italic: {
2451
+ type: string;
2452
+ description: string;
2453
+ required: never[];
2454
+ properties: {};
2455
+ };
2456
+ footnote: {
2457
+ type: string;
2458
+ description: string;
2459
+ required: string[];
2460
+ properties: {
2461
+ footnoteId: {
2462
+ type: string;
2463
+ };
2464
+ contentPlaintext: {
2465
+ type: string;
2466
+ };
2467
+ contentFacets: {
2468
+ type: string;
2469
+ items: {
2470
+ type: string;
2471
+ ref: string;
2472
+ };
2473
+ };
2474
+ };
2475
+ };
2476
+ };
2477
+ };
1626
2478
  };
2479
+ export declare const BSKY_RICHTEXT_FACET_LEXICON_DOC: LexiconDoc;
1627
2480
  export declare const ACTOR_ORGANIZATION_LEXICON_DOC: LexiconDoc;
1628
2481
  export declare const ACTOR_PROFILE_LEXICON_DOC: LexiconDoc;
1629
2482
  export declare const BADGE_AWARD_LEXICON_DOC: LexiconDoc;
1630
2483
  export declare const BADGE_DEFINITION_LEXICON_DOC: LexiconDoc;
1631
2484
  export declare const BADGE_RESPONSE_LEXICON_DOC: LexiconDoc;
1632
2485
  export declare const CERTIFIED_DEFS_LEXICON_DOC: LexiconDoc;
2486
+ export declare const LINK_EVM_LEXICON_DOC: LexiconDoc;
1633
2487
  export declare const LOCATION_LEXICON_DOC: LexiconDoc;
1634
2488
  export declare const STRONG_REF_LEXICON_DOC: LexiconDoc;
1635
2489
  export declare const HYPERBOARDS_BOARD_LEXICON_DOC: LexiconDoc;
@@ -1647,16 +2501,35 @@ export declare const HYPERCERTS_DEFS_LEXICON_DOC: LexiconDoc;
1647
2501
  export declare const FUNDING_RECEIPT_LEXICON_DOC: LexiconDoc;
1648
2502
  export declare const WORKSCOPE_CEL_LEXICON_DOC: LexiconDoc;
1649
2503
  export declare const WORKSCOPE_TAG_LEXICON_DOC: LexiconDoc;
2504
+ export declare const LEAFLET_BLOCKS_BLOCKQUOTE_LEXICON_DOC: LexiconDoc;
2505
+ export declare const LEAFLET_BLOCKS_BSKY_POST_LEXICON_DOC: LexiconDoc;
2506
+ export declare const LEAFLET_BLOCKS_BUTTON_LEXICON_DOC: LexiconDoc;
2507
+ export declare const LEAFLET_BLOCKS_CODE_LEXICON_DOC: LexiconDoc;
2508
+ export declare const LEAFLET_BLOCKS_HEADER_LEXICON_DOC: LexiconDoc;
2509
+ export declare const LEAFLET_BLOCKS_HORIZONTAL_RULE_LEXICON_DOC: LexiconDoc;
2510
+ export declare const LEAFLET_BLOCKS_IFRAME_LEXICON_DOC: LexiconDoc;
2511
+ export declare const LEAFLET_BLOCKS_IMAGE_LEXICON_DOC: LexiconDoc;
2512
+ export declare const LEAFLET_BLOCKS_MATH_LEXICON_DOC: LexiconDoc;
2513
+ export declare const LEAFLET_BLOCKS_ORDERED_LIST_LEXICON_DOC: LexiconDoc;
2514
+ export declare const LEAFLET_BLOCKS_PAGE_LEXICON_DOC: LexiconDoc;
2515
+ export declare const LEAFLET_BLOCKS_POLL_LEXICON_DOC: LexiconDoc;
2516
+ export declare const LEAFLET_BLOCKS_TEXT_LEXICON_DOC: LexiconDoc;
2517
+ export declare const LEAFLET_BLOCKS_UNORDERED_LIST_LEXICON_DOC: LexiconDoc;
2518
+ export declare const LEAFLET_BLOCKS_WEBSITE_LEXICON_DOC: LexiconDoc;
2519
+ export declare const LEAFLET_PAGES_LINEAR_DOCUMENT_LEXICON_DOC: LexiconDoc;
2520
+ export declare const LEAFLET_RICHTEXT_FACET_LEXICON_DOC: LexiconDoc;
1650
2521
  /**
1651
2522
  * Lexicon document objects organized by semantic record type.
1652
2523
  */
1653
2524
  export declare const HYPERCERTS_LEXICON_DOC: Record<string, LexiconDoc>;
2525
+ export * as AppBskyRichtextFacet from "./types/app/bsky/richtext/facet.js";
1654
2526
  export * as AppCertifiedActorOrganization from "./types/app/certified/actor/organization.js";
1655
2527
  export * as AppCertifiedActorProfile from "./types/app/certified/actor/profile.js";
1656
2528
  export * as AppCertifiedBadgeAward from "./types/app/certified/badge/award.js";
1657
2529
  export * as AppCertifiedBadgeDefinition from "./types/app/certified/badge/definition.js";
1658
2530
  export * as AppCertifiedBadgeResponse from "./types/app/certified/badge/response.js";
1659
2531
  export * as AppCertifiedDefs from "./types/app/certified/defs.js";
2532
+ export * as AppCertifiedLinkEvm from "./types/app/certified/link/evm.js";
1660
2533
  export * as AppCertifiedLocation from "./types/app/certified/location.js";
1661
2534
  export * as ComAtprotoRepoStrongRef from "./types/com/atproto/repo/strongRef.js";
1662
2535
  export * as OrgHyperboardsBoard from "./types/org/hyperboards/board.js";
@@ -1674,5 +2547,22 @@ export * as OrgHypercertsDefs from "./types/org/hypercerts/defs.js";
1674
2547
  export * as OrgHypercertsFundingReceipt from "./types/org/hypercerts/funding/receipt.js";
1675
2548
  export * as OrgHypercertsWorkscopeCel from "./types/org/hypercerts/workscope/cel.js";
1676
2549
  export * as OrgHypercertsWorkscopeTag from "./types/org/hypercerts/workscope/tag.js";
2550
+ export * as PubLeafletBlocksBlockquote from "./types/pub/leaflet/blocks/blockquote.js";
2551
+ export * as PubLeafletBlocksBskyPost from "./types/pub/leaflet/blocks/bskyPost.js";
2552
+ export * as PubLeafletBlocksButton from "./types/pub/leaflet/blocks/button.js";
2553
+ export * as PubLeafletBlocksCode from "./types/pub/leaflet/blocks/code.js";
2554
+ export * as PubLeafletBlocksHeader from "./types/pub/leaflet/blocks/header.js";
2555
+ export * as PubLeafletBlocksHorizontalRule from "./types/pub/leaflet/blocks/horizontalRule.js";
2556
+ export * as PubLeafletBlocksIframe from "./types/pub/leaflet/blocks/iframe.js";
2557
+ export * as PubLeafletBlocksImage from "./types/pub/leaflet/blocks/image.js";
2558
+ export * as PubLeafletBlocksMath from "./types/pub/leaflet/blocks/math.js";
2559
+ export * as PubLeafletBlocksOrderedList from "./types/pub/leaflet/blocks/orderedList.js";
2560
+ export * as PubLeafletBlocksPage from "./types/pub/leaflet/blocks/page.js";
2561
+ export * as PubLeafletBlocksPoll from "./types/pub/leaflet/blocks/poll.js";
2562
+ export * as PubLeafletBlocksText from "./types/pub/leaflet/blocks/text.js";
2563
+ export * as PubLeafletBlocksUnorderedList from "./types/pub/leaflet/blocks/unorderedList.js";
2564
+ export * as PubLeafletBlocksWebsite from "./types/pub/leaflet/blocks/website.js";
2565
+ export * as PubLeafletPagesLinearDocument from "./types/pub/leaflet/pages/linearDocument.js";
2566
+ export * as PubLeafletRichtextFacet from "./types/pub/leaflet/richtext/facet.js";
1677
2567
  export * from "./util.js";
1678
2568
  //# sourceMappingURL=exports.d.ts.map