@hypercerts-org/lexicon 0.10.0-beta.9 → 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.
- package/CHANGELOG.md +907 -0
- package/README.md +420 -168
- package/SCHEMAS.md +897 -142
- package/dist/exports.d.ts +1876 -453
- package/dist/exports.d.ts.map +1 -1
- package/dist/generated/exports.d.ts +1876 -453
- package/dist/generated/exports.d.ts.map +1 -1
- package/dist/generated/lexicons.d.ts +3709 -1113
- package/dist/generated/lexicons.d.ts.map +1 -1
- package/dist/generated/types/app/bsky/richtext/facet.d.ts +44 -7
- package/dist/generated/types/app/bsky/richtext/facet.d.ts.map +1 -1
- package/dist/generated/types/app/certified/actor/organization.d.ts +32 -0
- package/dist/generated/types/app/certified/actor/organization.d.ts.map +1 -0
- package/dist/generated/types/app/certified/actor/profile.d.ts +30 -0
- package/dist/generated/types/app/certified/actor/profile.d.ts.map +1 -0
- package/dist/generated/types/app/certified/badge/award.d.ts +4 -3
- package/dist/generated/types/app/certified/badge/award.d.ts.map +1 -1
- package/dist/generated/types/app/certified/badge/definition.d.ts +3 -3
- package/dist/generated/types/app/certified/badge/definition.d.ts.map +1 -1
- package/dist/generated/types/app/certified/badge/response.d.ts +3 -3
- package/dist/generated/types/app/certified/badge/response.d.ts.map +1 -1
- package/dist/generated/types/app/certified/defs.d.ts +11 -1
- package/dist/generated/types/app/certified/defs.d.ts.map +1 -1
- package/dist/generated/types/app/certified/link/evm.d.ts +45 -0
- package/dist/generated/types/app/certified/link/evm.d.ts.map +1 -0
- package/dist/generated/types/app/certified/location.d.ts +13 -5
- package/dist/generated/types/app/certified/location.d.ts.map +1 -1
- package/dist/generated/types/org/hyperboards/board.d.ts +75 -0
- package/dist/generated/types/org/hyperboards/board.d.ts.map +1 -0
- package/dist/generated/types/org/hyperboards/displayProfile.d.ts +31 -0
- package/dist/generated/types/org/hyperboards/displayProfile.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/claim/activity.d.ts +33 -11
- package/dist/generated/types/org/hypercerts/claim/activity.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/claim/{contributionDetails.d.ts → contribution.d.ts} +6 -6
- package/dist/generated/types/org/hypercerts/claim/contribution.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/claim/contributorInformation.d.ts +2 -2
- package/dist/generated/types/org/hypercerts/claim/contributorInformation.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/claim/rights.d.ts +3 -3
- package/dist/generated/types/org/hypercerts/claim/rights.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/collection.d.ts +48 -0
- package/dist/generated/types/org/hypercerts/collection.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/context/acknowledgement.d.ts +25 -0
- package/dist/generated/types/org/hypercerts/context/acknowledgement.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/context/attachment.d.ts +37 -0
- package/dist/generated/types/org/hypercerts/context/attachment.d.ts.map +1 -0
- package/dist/{types/org/hypercerts/claim → generated/types/org/hypercerts/context}/evaluation.d.ts +15 -15
- package/dist/generated/types/org/hypercerts/context/evaluation.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/context/measurement.d.ts +43 -0
- package/dist/generated/types/org/hypercerts/context/measurement.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/defs.d.ts +19 -44
- package/dist/generated/types/org/hypercerts/defs.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/funding/receipt.d.ts +18 -6
- package/dist/generated/types/org/hypercerts/funding/receipt.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/workscope/cel.d.ts +20 -0
- package/dist/generated/types/org/hypercerts/workscope/cel.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/workscope/tag.d.ts +36 -0
- package/dist/generated/types/org/hypercerts/workscope/tag.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/blockquote.d.ts +13 -0
- package/dist/generated/types/pub/leaflet/blocks/blockquote.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/bskyPost.d.ts +13 -0
- package/dist/generated/types/pub/leaflet/blocks/bskyPost.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/button.d.ts +12 -0
- package/dist/generated/types/pub/leaflet/blocks/button.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/code.d.ts +13 -0
- package/dist/generated/types/pub/leaflet/blocks/code.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/header.d.ts +14 -0
- package/dist/generated/types/pub/leaflet/blocks/header.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/horizontalRule.d.ts +10 -0
- package/dist/generated/types/pub/leaflet/blocks/horizontalRule.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/iframe.d.ts +12 -0
- package/dist/generated/types/pub/leaflet/blocks/iframe.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/image.d.ts +21 -0
- package/dist/generated/types/pub/leaflet/blocks/image.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/math.d.ts +11 -0
- package/dist/generated/types/pub/leaflet/blocks/math.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/orderedList.d.ts +31 -0
- package/dist/generated/types/pub/leaflet/blocks/orderedList.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/page.d.ts +11 -0
- package/dist/generated/types/pub/leaflet/blocks/page.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/poll.d.ts +12 -0
- package/dist/generated/types/pub/leaflet/blocks/poll.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/text.d.ts +14 -0
- package/dist/generated/types/pub/leaflet/blocks/text.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/unorderedList.d.ts +29 -0
- package/dist/generated/types/pub/leaflet/blocks/unorderedList.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/website.d.ts +14 -0
- package/dist/generated/types/pub/leaflet/blocks/website.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/pages/linearDocument.d.ts +54 -1
- package/dist/generated/types/pub/leaflet/pages/linearDocument.d.ts.map +1 -1
- package/dist/generated/types/pub/leaflet/richtext/facet.d.ts +97 -0
- package/dist/generated/types/pub/leaflet/richtext/facet.d.ts.map +1 -0
- package/dist/index.cjs +5682 -1668
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5554 -1640
- package/dist/index.mjs.map +1 -1
- package/dist/lexicons.cjs +1846 -419
- package/dist/lexicons.cjs.map +1 -1
- package/dist/lexicons.d.ts +3709 -1113
- package/dist/lexicons.d.ts.map +1 -1
- package/dist/lexicons.mjs +1846 -419
- package/dist/lexicons.mjs.map +1 -1
- package/dist/tests/validate-external-lexicons.test.d.ts +2 -0
- package/dist/tests/validate-external-lexicons.test.d.ts.map +1 -0
- package/dist/tests/validate-funding-receipt.test.d.ts +2 -0
- package/dist/tests/validate-funding-receipt.test.d.ts.map +1 -0
- package/dist/tests/validate-link-evm.test.d.ts +2 -0
- package/dist/tests/validate-link-evm.test.d.ts.map +1 -0
- package/dist/tests/validate-rights.test.d.ts +2 -0
- package/dist/tests/validate-rights.test.d.ts.map +1 -0
- package/dist/types/app/bsky/richtext/facet.d.ts +44 -7
- package/dist/types/app/bsky/richtext/facet.d.ts.map +1 -1
- package/dist/types/app/certified/actor/organization.d.ts +32 -0
- package/dist/types/app/certified/actor/organization.d.ts.map +1 -0
- package/dist/types/app/certified/actor/profile.d.ts +30 -0
- package/dist/types/app/certified/actor/profile.d.ts.map +1 -0
- package/dist/types/app/certified/badge/award.d.ts +4 -3
- package/dist/types/app/certified/badge/award.d.ts.map +1 -1
- package/dist/types/app/certified/badge/definition.d.ts +3 -3
- package/dist/types/app/certified/badge/definition.d.ts.map +1 -1
- package/dist/types/app/certified/badge/response.d.ts +3 -3
- package/dist/types/app/certified/badge/response.d.ts.map +1 -1
- package/dist/types/app/certified/defs.d.ts +11 -1
- package/dist/types/app/certified/defs.d.ts.map +1 -1
- package/dist/types/app/certified/link/evm.d.ts +45 -0
- package/dist/types/app/certified/link/evm.d.ts.map +1 -0
- package/dist/types/app/certified/location.d.ts +13 -5
- package/dist/types/app/certified/location.d.ts.map +1 -1
- package/dist/types/org/hyperboards/board.d.ts +75 -0
- package/dist/types/org/hyperboards/board.d.ts.map +1 -0
- package/dist/types/org/hyperboards/displayProfile.d.ts +31 -0
- package/dist/types/org/hyperboards/displayProfile.d.ts.map +1 -0
- package/dist/types/org/hypercerts/claim/activity.d.ts +33 -11
- package/dist/types/org/hypercerts/claim/activity.d.ts.map +1 -1
- package/dist/types/org/hypercerts/claim/{contributionDetails.d.ts → contribution.d.ts} +6 -6
- package/dist/types/org/hypercerts/claim/contribution.d.ts.map +1 -0
- package/dist/types/org/hypercerts/claim/contributorInformation.d.ts +2 -2
- package/dist/types/org/hypercerts/claim/contributorInformation.d.ts.map +1 -1
- package/dist/types/org/hypercerts/claim/rights.d.ts +3 -3
- package/dist/types/org/hypercerts/claim/rights.d.ts.map +1 -1
- package/dist/types/org/hypercerts/collection.d.ts +48 -0
- package/dist/types/org/hypercerts/collection.d.ts.map +1 -0
- package/dist/types/org/hypercerts/context/acknowledgement.d.ts +25 -0
- package/dist/types/org/hypercerts/context/acknowledgement.d.ts.map +1 -0
- package/dist/types/org/hypercerts/context/attachment.d.ts +37 -0
- package/dist/types/org/hypercerts/context/attachment.d.ts.map +1 -0
- package/dist/{generated/types/org/hypercerts/claim → types/org/hypercerts/context}/evaluation.d.ts +15 -15
- package/dist/types/org/hypercerts/context/evaluation.d.ts.map +1 -0
- package/dist/types/org/hypercerts/context/measurement.d.ts +43 -0
- package/dist/types/org/hypercerts/context/measurement.d.ts.map +1 -0
- package/dist/types/org/hypercerts/defs.d.ts +19 -44
- package/dist/types/org/hypercerts/defs.d.ts.map +1 -1
- package/dist/types/org/hypercerts/funding/receipt.d.ts +18 -6
- package/dist/types/org/hypercerts/funding/receipt.d.ts.map +1 -1
- package/dist/types/org/hypercerts/workscope/cel.d.ts +20 -0
- package/dist/types/org/hypercerts/workscope/cel.d.ts.map +1 -0
- package/dist/types/org/hypercerts/workscope/tag.d.ts +36 -0
- package/dist/types/org/hypercerts/workscope/tag.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/blockquote.d.ts +13 -0
- package/dist/types/pub/leaflet/blocks/blockquote.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/bskyPost.d.ts +13 -0
- package/dist/types/pub/leaflet/blocks/bskyPost.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/button.d.ts +12 -0
- package/dist/types/pub/leaflet/blocks/button.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/code.d.ts +13 -0
- package/dist/types/pub/leaflet/blocks/code.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/header.d.ts +14 -0
- package/dist/types/pub/leaflet/blocks/header.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/horizontalRule.d.ts +10 -0
- package/dist/types/pub/leaflet/blocks/horizontalRule.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/iframe.d.ts +12 -0
- package/dist/types/pub/leaflet/blocks/iframe.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/image.d.ts +21 -0
- package/dist/types/pub/leaflet/blocks/image.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/math.d.ts +11 -0
- package/dist/types/pub/leaflet/blocks/math.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/orderedList.d.ts +31 -0
- package/dist/types/pub/leaflet/blocks/orderedList.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/page.d.ts +11 -0
- package/dist/types/pub/leaflet/blocks/page.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/poll.d.ts +12 -0
- package/dist/types/pub/leaflet/blocks/poll.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/text.d.ts +14 -0
- package/dist/types/pub/leaflet/blocks/text.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/unorderedList.d.ts +29 -0
- package/dist/types/pub/leaflet/blocks/unorderedList.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/website.d.ts +14 -0
- package/dist/types/pub/leaflet/blocks/website.d.ts.map +1 -0
- package/dist/types/pub/leaflet/pages/linearDocument.d.ts +54 -1
- package/dist/types/pub/leaflet/pages/linearDocument.d.ts.map +1 -1
- package/dist/types/pub/leaflet/richtext/facet.d.ts +97 -0
- package/dist/types/pub/leaflet/richtext/facet.d.ts.map +1 -0
- package/lexicons/app/bsky/richtext/facet.json +51 -0
- package/lexicons/app/certified/actor/organization.json +70 -0
- package/lexicons/app/certified/actor/profile.json +61 -0
- package/lexicons/app/certified/badge/award.json +10 -3
- package/lexicons/app/certified/badge/definition.json +17 -4
- package/lexicons/app/certified/badge/response.json +5 -4
- package/lexicons/app/certified/defs.json +11 -3
- package/lexicons/app/certified/link/evm.json +88 -0
- package/lexicons/app/certified/location.json +29 -6
- package/lexicons/org/hyperboards/board.json +152 -0
- package/lexicons/org/hyperboards/displayProfile.json +64 -0
- package/lexicons/org/hypercerts/claim/activity.json +61 -39
- package/lexicons/org/hypercerts/claim/{contributionDetails.json → contribution.json} +4 -4
- package/lexicons/org/hypercerts/claim/contributorInformation.json +3 -2
- package/lexicons/org/hypercerts/claim/rights.json +5 -3
- package/lexicons/org/hypercerts/{claim/collection.json → collection.json} +33 -11
- package/lexicons/org/hypercerts/context/acknowledgement.json +42 -0
- package/lexicons/org/hypercerts/context/attachment.json +88 -0
- package/lexicons/org/hypercerts/{claim → context}/evaluation.json +25 -22
- package/lexicons/org/hypercerts/context/measurement.json +107 -0
- package/lexicons/org/hypercerts/defs.json +35 -89
- package/lexicons/org/hypercerts/funding/receipt.json +40 -14
- package/lexicons/org/hypercerts/workscope/cel.json +39 -0
- package/lexicons/org/hypercerts/workscope/tag.json +87 -0
- package/lexicons/pub/leaflet/blocks/blockquote.json +22 -0
- package/lexicons/pub/leaflet/blocks/bskyPost.json +19 -0
- package/lexicons/pub/leaflet/blocks/button.json +19 -0
- package/lexicons/pub/leaflet/blocks/code.json +21 -0
- package/lexicons/pub/leaflet/blocks/header.json +27 -0
- package/lexicons/pub/leaflet/blocks/horizontalRule.json +11 -0
- package/lexicons/pub/leaflet/blocks/iframe.json +21 -0
- package/lexicons/pub/leaflet/blocks/image.json +37 -0
- package/lexicons/pub/leaflet/blocks/math.json +15 -0
- package/lexicons/pub/leaflet/blocks/orderedList.json +54 -0
- package/lexicons/pub/leaflet/blocks/page.json +15 -0
- package/lexicons/pub/leaflet/blocks/poll.json +16 -0
- package/lexicons/pub/leaflet/blocks/text.json +26 -0
- package/lexicons/pub/leaflet/blocks/unorderedList.json +50 -0
- package/lexicons/pub/leaflet/blocks/website.json +27 -0
- package/lexicons/pub/leaflet/pages/linearDocument.json +98 -0
- package/lexicons/pub/leaflet/richtext/facet.json +149 -0
- package/package.json +4 -5
- package/dist/generated/types/org/hypercerts/claim/collection.d.ts +0 -41
- package/dist/generated/types/org/hypercerts/claim/collection.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/claim/contributionDetails.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/claim/evaluation.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/claim/evidence.d.ts +0 -29
- package/dist/generated/types/org/hypercerts/claim/evidence.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/claim/measurement.d.ts +0 -30
- package/dist/generated/types/org/hypercerts/claim/measurement.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/helper/workScopeTag.d.ts +0 -31
- package/dist/generated/types/org/hypercerts/helper/workScopeTag.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/collection.d.ts +0 -41
- package/dist/types/org/hypercerts/claim/collection.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/contributionDetails.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/evaluation.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/evidence.d.ts +0 -29
- package/dist/types/org/hypercerts/claim/evidence.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/measurement.d.ts +0 -30
- package/dist/types/org/hypercerts/claim/measurement.d.ts.map +0 -1
- package/dist/types/org/hypercerts/helper/workScopeTag.d.ts +0 -31
- package/dist/types/org/hypercerts/helper/workScopeTag.d.ts.map +0 -1
- package/lexicons/org/hypercerts/claim/evidence.json +0 -57
- package/lexicons/org/hypercerts/claim/measurement.json +0 -70
- package/lexicons/org/hypercerts/helper/workScopeTag.json +0 -65
|
@@ -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-
|
|
7
|
+
* Generated: 2026-04-07T22:27:48.251Z
|
|
8
8
|
*
|
|
9
9
|
* To regenerate this file, run:
|
|
10
10
|
* npm run gen-api
|
|
@@ -21,42 +21,92 @@
|
|
|
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";
|
|
25
|
+
import ACTOR_ORGANIZATION_LEXICON_JSON from "../lexicons/app/certified/actor/organization.json";
|
|
26
|
+
import ACTOR_PROFILE_LEXICON_JSON from "../lexicons/app/certified/actor/profile.json";
|
|
24
27
|
import BADGE_AWARD_LEXICON_JSON from "../lexicons/app/certified/badge/award.json";
|
|
25
28
|
import BADGE_DEFINITION_LEXICON_JSON from "../lexicons/app/certified/badge/definition.json";
|
|
26
29
|
import BADGE_RESPONSE_LEXICON_JSON from "../lexicons/app/certified/badge/response.json";
|
|
27
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";
|
|
28
32
|
import LOCATION_LEXICON_JSON from "../lexicons/app/certified/location.json";
|
|
29
33
|
import STRONG_REF_LEXICON_JSON from "../lexicons/com/atproto/repo/strongRef.json";
|
|
34
|
+
import HYPERBOARDS_BOARD_LEXICON_JSON from "../lexicons/org/hyperboards/board.json";
|
|
35
|
+
import HYPERBOARDS_DISPLAY_PROFILE_LEXICON_JSON from "../lexicons/org/hyperboards/displayProfile.json";
|
|
30
36
|
import ACTIVITY_LEXICON_JSON from "../lexicons/org/hypercerts/claim/activity.json";
|
|
31
|
-
import
|
|
32
|
-
import CONTRIBUTION_DETAILS_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contributionDetails.json";
|
|
37
|
+
import CONTRIBUTION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contribution.json";
|
|
33
38
|
import CONTRIBUTOR_INFORMATION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contributorInformation.json";
|
|
34
|
-
import EVALUATION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/evaluation.json";
|
|
35
|
-
import EVIDENCE_LEXICON_JSON from "../lexicons/org/hypercerts/claim/evidence.json";
|
|
36
|
-
import MEASUREMENT_LEXICON_JSON from "../lexicons/org/hypercerts/claim/measurement.json";
|
|
37
39
|
import RIGHTS_LEXICON_JSON from "../lexicons/org/hypercerts/claim/rights.json";
|
|
40
|
+
import HYPERCERTS_COLLECTION_LEXICON_JSON from "../lexicons/org/hypercerts/collection.json";
|
|
41
|
+
import CONTEXT_ACKNOWLEDGEMENT_LEXICON_JSON from "../lexicons/org/hypercerts/context/acknowledgement.json";
|
|
42
|
+
import CONTEXT_ATTACHMENT_LEXICON_JSON from "../lexicons/org/hypercerts/context/attachment.json";
|
|
43
|
+
import CONTEXT_EVALUATION_LEXICON_JSON from "../lexicons/org/hypercerts/context/evaluation.json";
|
|
44
|
+
import CONTEXT_MEASUREMENT_LEXICON_JSON from "../lexicons/org/hypercerts/context/measurement.json";
|
|
38
45
|
import HYPERCERTS_DEFS_LEXICON_JSON from "../lexicons/org/hypercerts/defs.json";
|
|
39
46
|
import FUNDING_RECEIPT_LEXICON_JSON from "../lexicons/org/hypercerts/funding/receipt.json";
|
|
40
|
-
import
|
|
41
|
-
|
|
47
|
+
import WORKSCOPE_CEL_LEXICON_JSON from "../lexicons/org/hypercerts/workscope/cel.json";
|
|
48
|
+
import WORKSCOPE_TAG_LEXICON_JSON from "../lexicons/org/hypercerts/workscope/tag.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, };
|
|
42
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";
|
|
69
|
+
export declare const ACTOR_ORGANIZATION_NSID: "app.certified.actor.organization";
|
|
70
|
+
export declare const ACTOR_PROFILE_NSID: "app.certified.actor.profile";
|
|
43
71
|
export declare const BADGE_AWARD_NSID: "app.certified.badge.award";
|
|
44
72
|
export declare const BADGE_DEFINITION_NSID: "app.certified.badge.definition";
|
|
45
73
|
export declare const BADGE_RESPONSE_NSID: "app.certified.badge.response";
|
|
46
74
|
export declare const CERTIFIED_DEFS_NSID: "app.certified.defs";
|
|
75
|
+
export declare const LINK_EVM_NSID: "app.certified.link.evm";
|
|
47
76
|
export declare const LOCATION_NSID: "app.certified.location";
|
|
48
77
|
export declare const STRONG_REF_NSID: "com.atproto.repo.strongRef";
|
|
78
|
+
export declare const HYPERBOARDS_BOARD_NSID: "org.hyperboards.board";
|
|
79
|
+
export declare const HYPERBOARDS_DISPLAY_PROFILE_NSID: "org.hyperboards.displayProfile";
|
|
49
80
|
export declare const ACTIVITY_NSID: "org.hypercerts.claim.activity";
|
|
50
|
-
export declare const
|
|
51
|
-
export declare const CONTRIBUTION_DETAILS_NSID: "org.hypercerts.claim.contributionDetails";
|
|
81
|
+
export declare const CONTRIBUTION_NSID: "org.hypercerts.claim.contribution";
|
|
52
82
|
export declare const CONTRIBUTOR_INFORMATION_NSID: "org.hypercerts.claim.contributorInformation";
|
|
53
|
-
export declare const EVALUATION_NSID: "org.hypercerts.claim.evaluation";
|
|
54
|
-
export declare const EVIDENCE_NSID: "org.hypercerts.claim.evidence";
|
|
55
|
-
export declare const MEASUREMENT_NSID: "org.hypercerts.claim.measurement";
|
|
56
83
|
export declare const RIGHTS_NSID: "org.hypercerts.claim.rights";
|
|
84
|
+
export declare const HYPERCERTS_COLLECTION_NSID: "org.hypercerts.collection";
|
|
85
|
+
export declare const CONTEXT_ACKNOWLEDGEMENT_NSID: "org.hypercerts.context.acknowledgement";
|
|
86
|
+
export declare const CONTEXT_ATTACHMENT_NSID: "org.hypercerts.context.attachment";
|
|
87
|
+
export declare const CONTEXT_EVALUATION_NSID: "org.hypercerts.context.evaluation";
|
|
88
|
+
export declare const CONTEXT_MEASUREMENT_NSID: "org.hypercerts.context.measurement";
|
|
57
89
|
export declare const HYPERCERTS_DEFS_NSID: "org.hypercerts.defs";
|
|
58
90
|
export declare const FUNDING_RECEIPT_NSID: "org.hypercerts.funding.receipt";
|
|
59
|
-
export declare const
|
|
91
|
+
export declare const WORKSCOPE_CEL_NSID: "org.hypercerts.workscope.cel";
|
|
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";
|
|
60
110
|
/**
|
|
61
111
|
* Collection NSIDs organized by semantic record type.
|
|
62
112
|
*
|
|
@@ -64,29 +114,127 @@ export declare const HELPER_WORK_SCOPE_TAG_NSID: "org.hypercerts.helper.workScop
|
|
|
64
114
|
* correct collection names.
|
|
65
115
|
*/
|
|
66
116
|
export declare const HYPERCERTS_NSIDS: {
|
|
117
|
+
readonly BSKY_RICHTEXT_FACET: "app.bsky.richtext.facet";
|
|
118
|
+
readonly ACTOR_ORGANIZATION: "app.certified.actor.organization";
|
|
119
|
+
readonly ACTOR_PROFILE: "app.certified.actor.profile";
|
|
67
120
|
readonly BADGE_AWARD: "app.certified.badge.award";
|
|
68
121
|
readonly BADGE_DEFINITION: "app.certified.badge.definition";
|
|
69
122
|
readonly BADGE_RESPONSE: "app.certified.badge.response";
|
|
70
123
|
readonly CERTIFIED_DEFS: "app.certified.defs";
|
|
124
|
+
readonly LINK_EVM: "app.certified.link.evm";
|
|
71
125
|
readonly LOCATION: "app.certified.location";
|
|
72
126
|
readonly STRONG_REF: "com.atproto.repo.strongRef";
|
|
127
|
+
readonly HYPERBOARDS_BOARD: "org.hyperboards.board";
|
|
128
|
+
readonly HYPERBOARDS_DISPLAY_PROFILE: "org.hyperboards.displayProfile";
|
|
73
129
|
readonly ACTIVITY: "org.hypercerts.claim.activity";
|
|
74
|
-
readonly
|
|
75
|
-
readonly CONTRIBUTION_DETAILS: "org.hypercerts.claim.contributionDetails";
|
|
130
|
+
readonly CONTRIBUTION: "org.hypercerts.claim.contribution";
|
|
76
131
|
readonly CONTRIBUTOR_INFORMATION: "org.hypercerts.claim.contributorInformation";
|
|
77
|
-
readonly EVALUATION: "org.hypercerts.claim.evaluation";
|
|
78
|
-
readonly EVIDENCE: "org.hypercerts.claim.evidence";
|
|
79
|
-
readonly MEASUREMENT: "org.hypercerts.claim.measurement";
|
|
80
132
|
readonly RIGHTS: "org.hypercerts.claim.rights";
|
|
133
|
+
readonly HYPERCERTS_COLLECTION: "org.hypercerts.collection";
|
|
134
|
+
readonly CONTEXT_ACKNOWLEDGEMENT: "org.hypercerts.context.acknowledgement";
|
|
135
|
+
readonly CONTEXT_ATTACHMENT: "org.hypercerts.context.attachment";
|
|
136
|
+
readonly CONTEXT_EVALUATION: "org.hypercerts.context.evaluation";
|
|
137
|
+
readonly CONTEXT_MEASUREMENT: "org.hypercerts.context.measurement";
|
|
81
138
|
readonly HYPERCERTS_DEFS: "org.hypercerts.defs";
|
|
82
139
|
readonly FUNDING_RECEIPT: "org.hypercerts.funding.receipt";
|
|
83
|
-
readonly
|
|
140
|
+
readonly WORKSCOPE_CEL: "org.hypercerts.workscope.cel";
|
|
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";
|
|
84
159
|
};
|
|
85
160
|
/**
|
|
86
161
|
* Lexicon JSON objects organized by semantic record type.
|
|
87
162
|
*/
|
|
88
163
|
export declare const HYPERCERTS_LEXICON_JSON: {
|
|
89
|
-
readonly
|
|
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
|
+
};
|
|
237
|
+
readonly ACTOR_ORGANIZATION: {
|
|
90
238
|
lexicon: number;
|
|
91
239
|
id: string;
|
|
92
240
|
defs: {
|
|
@@ -98,18 +246,32 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
98
246
|
type: string;
|
|
99
247
|
required: string[];
|
|
100
248
|
properties: {
|
|
101
|
-
|
|
249
|
+
organizationType: {
|
|
250
|
+
type: string;
|
|
251
|
+
description: string;
|
|
252
|
+
items: {
|
|
253
|
+
type: string;
|
|
254
|
+
maxLength: number;
|
|
255
|
+
maxGraphemes: number;
|
|
256
|
+
};
|
|
257
|
+
maxLength: number;
|
|
258
|
+
};
|
|
259
|
+
urls: {
|
|
102
260
|
type: string;
|
|
103
|
-
ref: string;
|
|
104
261
|
description: string;
|
|
262
|
+
items: {
|
|
263
|
+
type: string;
|
|
264
|
+
ref: string;
|
|
265
|
+
};
|
|
105
266
|
};
|
|
106
|
-
|
|
267
|
+
location: {
|
|
107
268
|
type: string;
|
|
269
|
+
ref: string;
|
|
108
270
|
description: string;
|
|
109
|
-
refs: string[];
|
|
110
271
|
};
|
|
111
|
-
|
|
272
|
+
foundedDate: {
|
|
112
273
|
type: string;
|
|
274
|
+
format: string;
|
|
113
275
|
description: string;
|
|
114
276
|
};
|
|
115
277
|
createdAt: {
|
|
@@ -120,9 +282,29 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
120
282
|
};
|
|
121
283
|
};
|
|
122
284
|
};
|
|
285
|
+
urlItem: {
|
|
286
|
+
type: string;
|
|
287
|
+
description: string;
|
|
288
|
+
required: string[];
|
|
289
|
+
properties: {
|
|
290
|
+
url: {
|
|
291
|
+
type: string;
|
|
292
|
+
format: string;
|
|
293
|
+
description: string;
|
|
294
|
+
maxLength: number;
|
|
295
|
+
maxGraphemes: number;
|
|
296
|
+
};
|
|
297
|
+
label: {
|
|
298
|
+
type: string;
|
|
299
|
+
description: string;
|
|
300
|
+
maxLength: number;
|
|
301
|
+
maxGraphemes: number;
|
|
302
|
+
};
|
|
303
|
+
};
|
|
304
|
+
};
|
|
123
305
|
};
|
|
124
306
|
};
|
|
125
|
-
readonly
|
|
307
|
+
readonly ACTOR_PROFILE: {
|
|
126
308
|
lexicon: number;
|
|
127
309
|
id: string;
|
|
128
310
|
defs: {
|
|
@@ -134,31 +316,38 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
134
316
|
type: string;
|
|
135
317
|
required: string[];
|
|
136
318
|
properties: {
|
|
137
|
-
|
|
319
|
+
displayName: {
|
|
138
320
|
type: string;
|
|
139
321
|
description: string;
|
|
322
|
+
maxGraphemes: number;
|
|
323
|
+
maxLength: number;
|
|
140
324
|
};
|
|
141
|
-
|
|
325
|
+
description: {
|
|
142
326
|
type: string;
|
|
143
327
|
description: string;
|
|
328
|
+
maxGraphemes: number;
|
|
329
|
+
maxLength: number;
|
|
144
330
|
};
|
|
145
|
-
|
|
331
|
+
pronouns: {
|
|
146
332
|
type: string;
|
|
147
333
|
description: string;
|
|
148
|
-
|
|
149
|
-
|
|
334
|
+
maxGraphemes: number;
|
|
335
|
+
maxLength: number;
|
|
150
336
|
};
|
|
151
|
-
|
|
337
|
+
website: {
|
|
152
338
|
type: string;
|
|
339
|
+
format: string;
|
|
153
340
|
description: string;
|
|
154
341
|
};
|
|
155
|
-
|
|
342
|
+
avatar: {
|
|
156
343
|
type: string;
|
|
344
|
+
refs: string[];
|
|
345
|
+
description: string;
|
|
346
|
+
};
|
|
347
|
+
banner: {
|
|
348
|
+
type: string;
|
|
349
|
+
refs: string[];
|
|
157
350
|
description: string;
|
|
158
|
-
items: {
|
|
159
|
-
type: string;
|
|
160
|
-
ref: string;
|
|
161
|
-
};
|
|
162
351
|
};
|
|
163
352
|
createdAt: {
|
|
164
353
|
type: string;
|
|
@@ -170,7 +359,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
170
359
|
};
|
|
171
360
|
};
|
|
172
361
|
};
|
|
173
|
-
readonly
|
|
362
|
+
readonly BADGE_AWARD: {
|
|
174
363
|
lexicon: number;
|
|
175
364
|
id: string;
|
|
176
365
|
defs: {
|
|
@@ -182,19 +371,26 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
182
371
|
type: string;
|
|
183
372
|
required: string[];
|
|
184
373
|
properties: {
|
|
185
|
-
|
|
374
|
+
badge: {
|
|
186
375
|
type: string;
|
|
187
376
|
ref: string;
|
|
188
377
|
description: string;
|
|
189
378
|
};
|
|
190
|
-
|
|
379
|
+
subject: {
|
|
191
380
|
type: string;
|
|
192
|
-
enum: string[];
|
|
193
381
|
description: string;
|
|
382
|
+
refs: string[];
|
|
194
383
|
};
|
|
195
|
-
|
|
384
|
+
note: {
|
|
385
|
+
type: string;
|
|
386
|
+
description: string;
|
|
387
|
+
maxLength: number;
|
|
388
|
+
};
|
|
389
|
+
url: {
|
|
196
390
|
type: string;
|
|
391
|
+
format: string;
|
|
197
392
|
description: string;
|
|
393
|
+
maxLength: number;
|
|
198
394
|
};
|
|
199
395
|
createdAt: {
|
|
200
396
|
type: string;
|
|
@@ -206,19 +402,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
206
402
|
};
|
|
207
403
|
};
|
|
208
404
|
};
|
|
209
|
-
readonly
|
|
210
|
-
lexicon: number;
|
|
211
|
-
id: string;
|
|
212
|
-
description: string;
|
|
213
|
-
defs: {
|
|
214
|
-
did: {
|
|
215
|
-
type: string;
|
|
216
|
-
format: string;
|
|
217
|
-
description: string;
|
|
218
|
-
};
|
|
219
|
-
};
|
|
220
|
-
};
|
|
221
|
-
readonly LOCATION: {
|
|
405
|
+
readonly BADGE_DEFINITION: {
|
|
222
406
|
lexicon: number;
|
|
223
407
|
id: string;
|
|
224
408
|
defs: {
|
|
@@ -230,39 +414,74 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
230
414
|
type: string;
|
|
231
415
|
required: string[];
|
|
232
416
|
properties: {
|
|
233
|
-
|
|
417
|
+
badgeType: {
|
|
234
418
|
type: string;
|
|
235
419
|
description: string;
|
|
420
|
+
knownValues: string[];
|
|
236
421
|
maxLength: number;
|
|
237
422
|
};
|
|
238
|
-
|
|
423
|
+
title: {
|
|
239
424
|
type: string;
|
|
240
|
-
format: string;
|
|
241
425
|
description: string;
|
|
242
426
|
maxLength: number;
|
|
243
427
|
};
|
|
244
|
-
|
|
428
|
+
icon: {
|
|
245
429
|
type: string;
|
|
246
430
|
description: string;
|
|
247
|
-
|
|
248
|
-
|
|
431
|
+
accept: string[];
|
|
432
|
+
maxSize: number;
|
|
249
433
|
};
|
|
250
|
-
|
|
434
|
+
description: {
|
|
251
435
|
type: string;
|
|
252
|
-
refs: string[];
|
|
253
436
|
description: string;
|
|
437
|
+
maxLength: number;
|
|
438
|
+
maxGraphemes: number;
|
|
254
439
|
};
|
|
255
|
-
|
|
440
|
+
allowedIssuers: {
|
|
256
441
|
type: string;
|
|
257
442
|
description: string;
|
|
258
443
|
maxLength: number;
|
|
259
|
-
|
|
444
|
+
items: {
|
|
445
|
+
type: string;
|
|
446
|
+
ref: string;
|
|
447
|
+
};
|
|
260
448
|
};
|
|
261
|
-
|
|
449
|
+
createdAt: {
|
|
450
|
+
type: string;
|
|
451
|
+
format: string;
|
|
452
|
+
description: string;
|
|
453
|
+
};
|
|
454
|
+
};
|
|
455
|
+
};
|
|
456
|
+
};
|
|
457
|
+
};
|
|
458
|
+
};
|
|
459
|
+
readonly BADGE_RESPONSE: {
|
|
460
|
+
lexicon: number;
|
|
461
|
+
id: string;
|
|
462
|
+
defs: {
|
|
463
|
+
main: {
|
|
464
|
+
type: string;
|
|
465
|
+
description: string;
|
|
466
|
+
key: string;
|
|
467
|
+
record: {
|
|
468
|
+
type: string;
|
|
469
|
+
required: string[];
|
|
470
|
+
properties: {
|
|
471
|
+
badgeAward: {
|
|
472
|
+
type: string;
|
|
473
|
+
ref: string;
|
|
474
|
+
description: string;
|
|
475
|
+
};
|
|
476
|
+
response: {
|
|
477
|
+
type: string;
|
|
478
|
+
knownValues: string[];
|
|
479
|
+
description: string;
|
|
480
|
+
};
|
|
481
|
+
weight: {
|
|
262
482
|
type: string;
|
|
263
483
|
description: string;
|
|
264
484
|
maxLength: number;
|
|
265
|
-
maxGraphemes: number;
|
|
266
485
|
};
|
|
267
486
|
createdAt: {
|
|
268
487
|
type: string;
|
|
@@ -274,28 +493,27 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
274
493
|
};
|
|
275
494
|
};
|
|
276
495
|
};
|
|
277
|
-
readonly
|
|
496
|
+
readonly CERTIFIED_DEFS: {
|
|
278
497
|
lexicon: number;
|
|
279
498
|
id: string;
|
|
280
499
|
description: string;
|
|
281
500
|
defs: {
|
|
282
|
-
|
|
501
|
+
did: {
|
|
283
502
|
type: string;
|
|
503
|
+
description: string;
|
|
284
504
|
required: string[];
|
|
285
505
|
properties: {
|
|
286
|
-
|
|
287
|
-
type: string;
|
|
288
|
-
format: string;
|
|
289
|
-
};
|
|
290
|
-
cid: {
|
|
506
|
+
did: {
|
|
291
507
|
type: string;
|
|
292
508
|
format: string;
|
|
509
|
+
description: string;
|
|
510
|
+
maxLength: number;
|
|
293
511
|
};
|
|
294
512
|
};
|
|
295
513
|
};
|
|
296
514
|
};
|
|
297
515
|
};
|
|
298
|
-
readonly
|
|
516
|
+
readonly LINK_EVM: {
|
|
299
517
|
lexicon: number;
|
|
300
518
|
id: string;
|
|
301
519
|
defs: {
|
|
@@ -307,79 +525,127 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
307
525
|
type: string;
|
|
308
526
|
required: string[];
|
|
309
527
|
properties: {
|
|
310
|
-
|
|
311
|
-
type: string;
|
|
312
|
-
description: string;
|
|
313
|
-
maxLength: number;
|
|
314
|
-
};
|
|
315
|
-
shortDescription: {
|
|
316
|
-
type: string;
|
|
317
|
-
description: string;
|
|
318
|
-
maxLength: number;
|
|
319
|
-
maxGraphemes: number;
|
|
320
|
-
};
|
|
321
|
-
shortDescriptionFacets: {
|
|
322
|
-
type: string;
|
|
323
|
-
description: string;
|
|
324
|
-
items: {
|
|
325
|
-
type: string;
|
|
326
|
-
ref: string;
|
|
327
|
-
};
|
|
328
|
-
};
|
|
329
|
-
description: {
|
|
528
|
+
address: {
|
|
330
529
|
type: string;
|
|
331
530
|
description: string;
|
|
531
|
+
minLength: number;
|
|
332
532
|
maxLength: number;
|
|
333
|
-
maxGraphemes: number;
|
|
334
533
|
};
|
|
335
|
-
|
|
534
|
+
proof: {
|
|
336
535
|
type: string;
|
|
536
|
+
refs: string[];
|
|
337
537
|
description: string;
|
|
338
|
-
items: {
|
|
339
|
-
type: string;
|
|
340
|
-
ref: string;
|
|
341
|
-
};
|
|
342
538
|
};
|
|
343
|
-
|
|
539
|
+
createdAt: {
|
|
344
540
|
type: string;
|
|
345
|
-
|
|
541
|
+
format: string;
|
|
346
542
|
description: string;
|
|
347
543
|
};
|
|
348
|
-
|
|
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
|
+
};
|
|
604
|
+
readonly LOCATION: {
|
|
605
|
+
lexicon: number;
|
|
606
|
+
id: string;
|
|
607
|
+
defs: {
|
|
608
|
+
main: {
|
|
609
|
+
type: string;
|
|
610
|
+
description: string;
|
|
611
|
+
key: string;
|
|
612
|
+
record: {
|
|
613
|
+
type: string;
|
|
614
|
+
required: string[];
|
|
615
|
+
properties: {
|
|
616
|
+
lpVersion: {
|
|
349
617
|
type: string;
|
|
350
|
-
refs: string[];
|
|
351
618
|
description: string;
|
|
619
|
+
maxLength: number;
|
|
352
620
|
};
|
|
353
|
-
|
|
621
|
+
srs: {
|
|
354
622
|
type: string;
|
|
355
623
|
format: string;
|
|
356
624
|
description: string;
|
|
625
|
+
maxLength: number;
|
|
357
626
|
};
|
|
358
|
-
|
|
627
|
+
locationType: {
|
|
359
628
|
type: string;
|
|
360
|
-
format: string;
|
|
361
629
|
description: string;
|
|
630
|
+
knownValues: string[];
|
|
631
|
+
maxLength: number;
|
|
362
632
|
};
|
|
363
|
-
|
|
633
|
+
location: {
|
|
364
634
|
type: string;
|
|
635
|
+
refs: string[];
|
|
365
636
|
description: string;
|
|
366
|
-
items: {
|
|
367
|
-
type: string;
|
|
368
|
-
ref: string;
|
|
369
|
-
};
|
|
370
637
|
};
|
|
371
|
-
|
|
638
|
+
name: {
|
|
372
639
|
type: string;
|
|
373
|
-
ref: string;
|
|
374
640
|
description: string;
|
|
641
|
+
maxLength: number;
|
|
642
|
+
maxGraphemes: number;
|
|
375
643
|
};
|
|
376
|
-
|
|
644
|
+
description: {
|
|
377
645
|
type: string;
|
|
378
646
|
description: string;
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
ref: string;
|
|
382
|
-
};
|
|
647
|
+
maxLength: number;
|
|
648
|
+
maxGraphemes: number;
|
|
383
649
|
};
|
|
384
650
|
createdAt: {
|
|
385
651
|
type: string;
|
|
@@ -389,39 +655,43 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
389
655
|
};
|
|
390
656
|
};
|
|
391
657
|
};
|
|
392
|
-
|
|
658
|
+
string: {
|
|
393
659
|
type: string;
|
|
394
660
|
required: string[];
|
|
661
|
+
description: string;
|
|
395
662
|
properties: {
|
|
396
|
-
|
|
663
|
+
string: {
|
|
397
664
|
type: string;
|
|
398
|
-
refs: string[];
|
|
399
665
|
description: string;
|
|
666
|
+
maxLength: number;
|
|
667
|
+
maxGraphemes: number;
|
|
400
668
|
};
|
|
401
|
-
|
|
669
|
+
};
|
|
670
|
+
};
|
|
671
|
+
};
|
|
672
|
+
};
|
|
673
|
+
readonly STRONG_REF: {
|
|
674
|
+
lexicon: number;
|
|
675
|
+
id: string;
|
|
676
|
+
description: string;
|
|
677
|
+
defs: {
|
|
678
|
+
main: {
|
|
679
|
+
type: string;
|
|
680
|
+
required: string[];
|
|
681
|
+
properties: {
|
|
682
|
+
uri: {
|
|
402
683
|
type: string;
|
|
403
|
-
|
|
684
|
+
format: string;
|
|
404
685
|
};
|
|
405
|
-
|
|
686
|
+
cid: {
|
|
406
687
|
type: string;
|
|
407
|
-
|
|
408
|
-
description: string;
|
|
688
|
+
format: string;
|
|
409
689
|
};
|
|
410
690
|
};
|
|
411
691
|
};
|
|
412
|
-
contributorIdentity: {
|
|
413
|
-
type: string;
|
|
414
|
-
description: string;
|
|
415
|
-
};
|
|
416
|
-
contributorRole: {
|
|
417
|
-
type: string;
|
|
418
|
-
description: string;
|
|
419
|
-
maxLength: number;
|
|
420
|
-
maxGraphemes: number;
|
|
421
|
-
};
|
|
422
692
|
};
|
|
423
693
|
};
|
|
424
|
-
readonly
|
|
694
|
+
readonly HYPERBOARDS_BOARD: {
|
|
425
695
|
lexicon: number;
|
|
426
696
|
id: string;
|
|
427
697
|
defs: {
|
|
@@ -433,40 +703,20 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
433
703
|
type: string;
|
|
434
704
|
required: string[];
|
|
435
705
|
properties: {
|
|
436
|
-
|
|
437
|
-
type: string;
|
|
438
|
-
description: string;
|
|
439
|
-
};
|
|
440
|
-
title: {
|
|
441
|
-
type: string;
|
|
442
|
-
description: string;
|
|
443
|
-
maxLength: number;
|
|
444
|
-
maxGraphemes: number;
|
|
445
|
-
};
|
|
446
|
-
shortDescription: {
|
|
447
|
-
type: string;
|
|
448
|
-
maxLength: number;
|
|
449
|
-
maxGraphemes: number;
|
|
450
|
-
description: string;
|
|
451
|
-
};
|
|
452
|
-
description: {
|
|
706
|
+
subject: {
|
|
453
707
|
type: string;
|
|
454
708
|
ref: string;
|
|
455
709
|
description: string;
|
|
456
710
|
};
|
|
457
|
-
|
|
458
|
-
type: string;
|
|
459
|
-
refs: string[];
|
|
460
|
-
description: string;
|
|
461
|
-
};
|
|
462
|
-
banner: {
|
|
711
|
+
config: {
|
|
463
712
|
type: string;
|
|
464
|
-
|
|
713
|
+
ref: string;
|
|
465
714
|
description: string;
|
|
466
715
|
};
|
|
467
|
-
|
|
716
|
+
contributorConfigs: {
|
|
468
717
|
type: string;
|
|
469
718
|
description: string;
|
|
719
|
+
maxLength: number;
|
|
470
720
|
items: {
|
|
471
721
|
type: string;
|
|
472
722
|
ref: string;
|
|
@@ -480,24 +730,117 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
480
730
|
};
|
|
481
731
|
};
|
|
482
732
|
};
|
|
483
|
-
|
|
733
|
+
boardConfig: {
|
|
734
|
+
type: string;
|
|
735
|
+
description: string;
|
|
736
|
+
properties: {
|
|
737
|
+
backgroundType: {
|
|
738
|
+
type: string;
|
|
739
|
+
description: string;
|
|
740
|
+
knownValues: string[];
|
|
741
|
+
maxLength: number;
|
|
742
|
+
};
|
|
743
|
+
backgroundImage: {
|
|
744
|
+
type: string;
|
|
745
|
+
refs: string[];
|
|
746
|
+
description: string;
|
|
747
|
+
};
|
|
748
|
+
backgroundIframeUrl: {
|
|
749
|
+
type: string;
|
|
750
|
+
format: string;
|
|
751
|
+
description: string;
|
|
752
|
+
maxLength: number;
|
|
753
|
+
};
|
|
754
|
+
backgroundGrayscale: {
|
|
755
|
+
type: string;
|
|
756
|
+
description: string;
|
|
757
|
+
};
|
|
758
|
+
backgroundOpacity: {
|
|
759
|
+
type: string;
|
|
760
|
+
description: string;
|
|
761
|
+
minimum: number;
|
|
762
|
+
maximum: number;
|
|
763
|
+
};
|
|
764
|
+
backgroundColor: {
|
|
765
|
+
type: string;
|
|
766
|
+
description: string;
|
|
767
|
+
maxLength: number;
|
|
768
|
+
};
|
|
769
|
+
borderColor: {
|
|
770
|
+
type: string;
|
|
771
|
+
description: string;
|
|
772
|
+
maxLength: number;
|
|
773
|
+
};
|
|
774
|
+
grayscaleImages: {
|
|
775
|
+
type: string;
|
|
776
|
+
description: string;
|
|
777
|
+
};
|
|
778
|
+
imageShape: {
|
|
779
|
+
type: string;
|
|
780
|
+
description: string;
|
|
781
|
+
knownValues: string[];
|
|
782
|
+
maxLength: number;
|
|
783
|
+
};
|
|
784
|
+
aspectRatio: {
|
|
785
|
+
type: string;
|
|
786
|
+
description: string;
|
|
787
|
+
knownValues: string[];
|
|
788
|
+
maxLength: number;
|
|
789
|
+
};
|
|
790
|
+
};
|
|
791
|
+
};
|
|
792
|
+
contributorConfig: {
|
|
484
793
|
type: string;
|
|
794
|
+
description: string;
|
|
485
795
|
required: string[];
|
|
486
796
|
properties: {
|
|
487
|
-
|
|
797
|
+
contributor: {
|
|
488
798
|
type: string;
|
|
489
|
-
|
|
799
|
+
refs: string[];
|
|
490
800
|
description: string;
|
|
491
801
|
};
|
|
492
|
-
|
|
802
|
+
override: {
|
|
803
|
+
type: string;
|
|
804
|
+
description: string;
|
|
805
|
+
};
|
|
806
|
+
displayName: {
|
|
807
|
+
type: string;
|
|
808
|
+
description: string;
|
|
809
|
+
maxLength: number;
|
|
810
|
+
maxGraphemes: number;
|
|
811
|
+
};
|
|
812
|
+
image: {
|
|
813
|
+
type: string;
|
|
814
|
+
refs: string[];
|
|
815
|
+
description: string;
|
|
816
|
+
};
|
|
817
|
+
video: {
|
|
818
|
+
type: string;
|
|
819
|
+
refs: string[];
|
|
820
|
+
description: string;
|
|
821
|
+
};
|
|
822
|
+
hoverImage: {
|
|
823
|
+
type: string;
|
|
824
|
+
refs: string[];
|
|
825
|
+
description: string;
|
|
826
|
+
};
|
|
827
|
+
hoverIframeUrl: {
|
|
828
|
+
type: string;
|
|
829
|
+
format: string;
|
|
830
|
+
description: string;
|
|
831
|
+
maxLength: number;
|
|
832
|
+
};
|
|
833
|
+
url: {
|
|
493
834
|
type: string;
|
|
835
|
+
format: string;
|
|
494
836
|
description: string;
|
|
837
|
+
maxLength: number;
|
|
495
838
|
};
|
|
496
839
|
};
|
|
497
840
|
};
|
|
498
841
|
};
|
|
499
842
|
};
|
|
500
|
-
readonly
|
|
843
|
+
readonly HYPERBOARDS_DISPLAY_PROFILE: {
|
|
501
844
|
lexicon: number;
|
|
502
845
|
id: string;
|
|
503
846
|
defs: {
|
|
@@ -509,26 +852,38 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
509
852
|
type: string;
|
|
510
853
|
required: string[];
|
|
511
854
|
properties: {
|
|
512
|
-
|
|
855
|
+
displayName: {
|
|
513
856
|
type: string;
|
|
514
857
|
description: string;
|
|
515
858
|
maxLength: number;
|
|
859
|
+
maxGraphemes: number;
|
|
516
860
|
};
|
|
517
|
-
|
|
861
|
+
image: {
|
|
518
862
|
type: string;
|
|
863
|
+
refs: string[];
|
|
519
864
|
description: string;
|
|
520
|
-
maxLength: number;
|
|
521
|
-
maxGraphemes: number;
|
|
522
865
|
};
|
|
523
|
-
|
|
866
|
+
video: {
|
|
867
|
+
type: string;
|
|
868
|
+
refs: string[];
|
|
869
|
+
description: string;
|
|
870
|
+
};
|
|
871
|
+
hoverImage: {
|
|
872
|
+
type: string;
|
|
873
|
+
refs: string[];
|
|
874
|
+
description: string;
|
|
875
|
+
};
|
|
876
|
+
hoverIframeUrl: {
|
|
524
877
|
type: string;
|
|
525
878
|
format: string;
|
|
526
879
|
description: string;
|
|
880
|
+
maxLength: number;
|
|
527
881
|
};
|
|
528
|
-
|
|
882
|
+
url: {
|
|
529
883
|
type: string;
|
|
530
884
|
format: string;
|
|
531
885
|
description: string;
|
|
886
|
+
maxLength: number;
|
|
532
887
|
};
|
|
533
888
|
createdAt: {
|
|
534
889
|
type: string;
|
|
@@ -540,7 +895,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
540
895
|
};
|
|
541
896
|
};
|
|
542
897
|
};
|
|
543
|
-
readonly
|
|
898
|
+
readonly ACTIVITY: {
|
|
544
899
|
lexicon: number;
|
|
545
900
|
id: string;
|
|
546
901
|
defs: {
|
|
@@ -552,20 +907,72 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
552
907
|
type: string;
|
|
553
908
|
required: string[];
|
|
554
909
|
properties: {
|
|
555
|
-
|
|
910
|
+
title: {
|
|
556
911
|
type: string;
|
|
557
912
|
description: string;
|
|
913
|
+
maxLength: number;
|
|
558
914
|
};
|
|
559
|
-
|
|
915
|
+
shortDescription: {
|
|
560
916
|
type: string;
|
|
561
917
|
description: string;
|
|
562
918
|
maxLength: number;
|
|
919
|
+
maxGraphemes: number;
|
|
920
|
+
};
|
|
921
|
+
shortDescriptionFacets: {
|
|
922
|
+
type: string;
|
|
923
|
+
description: string;
|
|
924
|
+
items: {
|
|
925
|
+
type: string;
|
|
926
|
+
ref: string;
|
|
927
|
+
};
|
|
928
|
+
};
|
|
929
|
+
description: {
|
|
930
|
+
type: string;
|
|
931
|
+
refs: string[];
|
|
932
|
+
description: string;
|
|
563
933
|
};
|
|
564
934
|
image: {
|
|
565
935
|
type: string;
|
|
566
936
|
refs: string[];
|
|
567
937
|
description: string;
|
|
568
938
|
};
|
|
939
|
+
contributors: {
|
|
940
|
+
type: string;
|
|
941
|
+
description: string;
|
|
942
|
+
items: {
|
|
943
|
+
type: string;
|
|
944
|
+
ref: string;
|
|
945
|
+
};
|
|
946
|
+
};
|
|
947
|
+
workScope: {
|
|
948
|
+
type: string;
|
|
949
|
+
refs: string[];
|
|
950
|
+
description: string;
|
|
951
|
+
};
|
|
952
|
+
startDate: {
|
|
953
|
+
type: string;
|
|
954
|
+
format: string;
|
|
955
|
+
description: string;
|
|
956
|
+
};
|
|
957
|
+
endDate: {
|
|
958
|
+
type: string;
|
|
959
|
+
format: string;
|
|
960
|
+
description: string;
|
|
961
|
+
};
|
|
962
|
+
locations: {
|
|
963
|
+
type: string;
|
|
964
|
+
description: string;
|
|
965
|
+
maxLength: number;
|
|
966
|
+
items: {
|
|
967
|
+
type: string;
|
|
968
|
+
ref: string;
|
|
969
|
+
};
|
|
970
|
+
};
|
|
971
|
+
rights: {
|
|
972
|
+
type: string;
|
|
973
|
+
ref: string;
|
|
974
|
+
description: string;
|
|
975
|
+
};
|
|
569
976
|
createdAt: {
|
|
570
977
|
type: string;
|
|
571
978
|
format: string;
|
|
@@ -574,31 +981,73 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
574
981
|
};
|
|
575
982
|
};
|
|
576
983
|
};
|
|
577
|
-
|
|
578
|
-
};
|
|
579
|
-
readonly EVALUATION: {
|
|
580
|
-
lexicon: number;
|
|
581
|
-
id: string;
|
|
582
|
-
defs: {
|
|
583
|
-
score: {
|
|
984
|
+
contributor: {
|
|
584
985
|
type: string;
|
|
585
986
|
description: string;
|
|
586
987
|
required: string[];
|
|
587
988
|
properties: {
|
|
588
|
-
|
|
989
|
+
contributorIdentity: {
|
|
589
990
|
type: string;
|
|
991
|
+
refs: string[];
|
|
590
992
|
description: string;
|
|
591
993
|
};
|
|
592
|
-
|
|
994
|
+
contributionWeight: {
|
|
593
995
|
type: string;
|
|
594
996
|
description: string;
|
|
997
|
+
maxLength: number;
|
|
595
998
|
};
|
|
596
|
-
|
|
999
|
+
contributionDetails: {
|
|
1000
|
+
type: string;
|
|
1001
|
+
refs: string[];
|
|
1002
|
+
description: string;
|
|
1003
|
+
};
|
|
1004
|
+
};
|
|
1005
|
+
};
|
|
1006
|
+
contributorIdentity: {
|
|
1007
|
+
type: string;
|
|
1008
|
+
description: string;
|
|
1009
|
+
required: string[];
|
|
1010
|
+
properties: {
|
|
1011
|
+
identity: {
|
|
1012
|
+
type: string;
|
|
1013
|
+
description: string;
|
|
1014
|
+
maxLength: number;
|
|
1015
|
+
maxGraphemes: number;
|
|
1016
|
+
};
|
|
1017
|
+
};
|
|
1018
|
+
};
|
|
1019
|
+
contributorRole: {
|
|
1020
|
+
type: string;
|
|
1021
|
+
description: string;
|
|
1022
|
+
required: string[];
|
|
1023
|
+
properties: {
|
|
1024
|
+
role: {
|
|
597
1025
|
type: string;
|
|
598
1026
|
description: string;
|
|
1027
|
+
maxLength: number;
|
|
1028
|
+
maxGraphemes: number;
|
|
1029
|
+
};
|
|
1030
|
+
};
|
|
1031
|
+
};
|
|
1032
|
+
workScopeString: {
|
|
1033
|
+
type: string;
|
|
1034
|
+
description: string;
|
|
1035
|
+
required: string[];
|
|
1036
|
+
properties: {
|
|
1037
|
+
scope: {
|
|
1038
|
+
type: string;
|
|
1039
|
+
description: string;
|
|
1040
|
+
maxLength: number;
|
|
1041
|
+
maxGraphemes: number;
|
|
599
1042
|
};
|
|
600
1043
|
};
|
|
601
1044
|
};
|
|
1045
|
+
};
|
|
1046
|
+
};
|
|
1047
|
+
readonly CONTRIBUTION: {
|
|
1048
|
+
lexicon: number;
|
|
1049
|
+
id: string;
|
|
1050
|
+
defs: {
|
|
602
1051
|
main: {
|
|
603
1052
|
type: string;
|
|
604
1053
|
description: string;
|
|
@@ -607,52 +1056,25 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
607
1056
|
type: string;
|
|
608
1057
|
required: string[];
|
|
609
1058
|
properties: {
|
|
610
|
-
|
|
611
|
-
type: string;
|
|
612
|
-
ref: string;
|
|
613
|
-
description: string;
|
|
614
|
-
};
|
|
615
|
-
evaluators: {
|
|
616
|
-
type: string;
|
|
617
|
-
description: string;
|
|
618
|
-
items: {
|
|
619
|
-
type: string;
|
|
620
|
-
ref: string;
|
|
621
|
-
};
|
|
622
|
-
maxLength: number;
|
|
623
|
-
};
|
|
624
|
-
content: {
|
|
625
|
-
type: string;
|
|
626
|
-
description: string;
|
|
627
|
-
items: {
|
|
628
|
-
type: string;
|
|
629
|
-
refs: string[];
|
|
630
|
-
};
|
|
631
|
-
maxLength: number;
|
|
632
|
-
};
|
|
633
|
-
measurements: {
|
|
1059
|
+
role: {
|
|
634
1060
|
type: string;
|
|
635
1061
|
description: string;
|
|
636
|
-
items: {
|
|
637
|
-
type: string;
|
|
638
|
-
ref: string;
|
|
639
|
-
};
|
|
640
1062
|
maxLength: number;
|
|
641
1063
|
};
|
|
642
|
-
|
|
1064
|
+
contributionDescription: {
|
|
643
1065
|
type: string;
|
|
644
1066
|
description: string;
|
|
645
1067
|
maxLength: number;
|
|
646
1068
|
maxGraphemes: number;
|
|
647
1069
|
};
|
|
648
|
-
|
|
1070
|
+
startDate: {
|
|
649
1071
|
type: string;
|
|
650
|
-
|
|
1072
|
+
format: string;
|
|
651
1073
|
description: string;
|
|
652
1074
|
};
|
|
653
|
-
|
|
1075
|
+
endDate: {
|
|
654
1076
|
type: string;
|
|
655
|
-
|
|
1077
|
+
format: string;
|
|
656
1078
|
description: string;
|
|
657
1079
|
};
|
|
658
1080
|
createdAt: {
|
|
@@ -665,7 +1087,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
665
1087
|
};
|
|
666
1088
|
};
|
|
667
1089
|
};
|
|
668
|
-
readonly
|
|
1090
|
+
readonly CONTRIBUTOR_INFORMATION: {
|
|
669
1091
|
lexicon: number;
|
|
670
1092
|
id: string;
|
|
671
1093
|
defs: {
|
|
@@ -677,37 +1099,20 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
677
1099
|
type: string;
|
|
678
1100
|
required: string[];
|
|
679
1101
|
properties: {
|
|
680
|
-
|
|
681
|
-
type: string;
|
|
682
|
-
ref: string;
|
|
683
|
-
description: string;
|
|
684
|
-
};
|
|
685
|
-
content: {
|
|
686
|
-
type: string;
|
|
687
|
-
refs: string[];
|
|
688
|
-
description: string;
|
|
689
|
-
};
|
|
690
|
-
title: {
|
|
1102
|
+
identifier: {
|
|
691
1103
|
type: string;
|
|
692
|
-
maxLength: number;
|
|
693
1104
|
description: string;
|
|
694
|
-
};
|
|
695
|
-
shortDescription: {
|
|
696
|
-
type: string;
|
|
697
1105
|
maxLength: number;
|
|
698
|
-
maxGraphemes: number;
|
|
699
|
-
description: string;
|
|
700
1106
|
};
|
|
701
|
-
|
|
1107
|
+
displayName: {
|
|
702
1108
|
type: string;
|
|
703
1109
|
description: string;
|
|
704
1110
|
maxLength: number;
|
|
705
|
-
maxGraphemes: number;
|
|
706
1111
|
};
|
|
707
|
-
|
|
1112
|
+
image: {
|
|
708
1113
|
type: string;
|
|
1114
|
+
refs: string[];
|
|
709
1115
|
description: string;
|
|
710
|
-
knownValues: string[];
|
|
711
1116
|
};
|
|
712
1117
|
createdAt: {
|
|
713
1118
|
type: string;
|
|
@@ -719,7 +1124,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
719
1124
|
};
|
|
720
1125
|
};
|
|
721
1126
|
};
|
|
722
|
-
readonly
|
|
1127
|
+
readonly RIGHTS: {
|
|
723
1128
|
lexicon: number;
|
|
724
1129
|
id: string;
|
|
725
1130
|
defs: {
|
|
@@ -731,52 +1136,25 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
731
1136
|
type: string;
|
|
732
1137
|
required: string[];
|
|
733
1138
|
properties: {
|
|
734
|
-
|
|
735
|
-
type: string;
|
|
736
|
-
ref: string;
|
|
737
|
-
description: string;
|
|
738
|
-
};
|
|
739
|
-
measurers: {
|
|
740
|
-
type: string;
|
|
741
|
-
description: string;
|
|
742
|
-
items: {
|
|
743
|
-
type: string;
|
|
744
|
-
ref: string;
|
|
745
|
-
};
|
|
746
|
-
maxLength: number;
|
|
747
|
-
};
|
|
748
|
-
metric: {
|
|
749
|
-
type: string;
|
|
750
|
-
description: string;
|
|
751
|
-
maxLength: number;
|
|
752
|
-
};
|
|
753
|
-
value: {
|
|
1139
|
+
rightsName: {
|
|
754
1140
|
type: string;
|
|
755
1141
|
description: string;
|
|
756
1142
|
maxLength: number;
|
|
757
1143
|
};
|
|
758
|
-
|
|
1144
|
+
rightsType: {
|
|
759
1145
|
type: string;
|
|
760
1146
|
description: string;
|
|
761
1147
|
maxLength: number;
|
|
762
1148
|
};
|
|
763
|
-
|
|
764
|
-
type: string;
|
|
765
|
-
format: string;
|
|
766
|
-
description: string;
|
|
767
|
-
};
|
|
768
|
-
evidenceURI: {
|
|
1149
|
+
rightsDescription: {
|
|
769
1150
|
type: string;
|
|
770
1151
|
description: string;
|
|
771
|
-
items: {
|
|
772
|
-
type: string;
|
|
773
|
-
format: string;
|
|
774
|
-
};
|
|
775
1152
|
maxLength: number;
|
|
1153
|
+
maxGraphemes: number;
|
|
776
1154
|
};
|
|
777
|
-
|
|
1155
|
+
attachment: {
|
|
778
1156
|
type: string;
|
|
779
|
-
|
|
1157
|
+
refs: string[];
|
|
780
1158
|
description: string;
|
|
781
1159
|
};
|
|
782
1160
|
createdAt: {
|
|
@@ -789,7 +1167,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
789
1167
|
};
|
|
790
1168
|
};
|
|
791
1169
|
};
|
|
792
|
-
readonly
|
|
1170
|
+
readonly HYPERCERTS_COLLECTION: {
|
|
793
1171
|
lexicon: number;
|
|
794
1172
|
id: string;
|
|
795
1173
|
defs: {
|
|
@@ -801,180 +1179,89 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
801
1179
|
type: string;
|
|
802
1180
|
required: string[];
|
|
803
1181
|
properties: {
|
|
804
|
-
|
|
1182
|
+
type: {
|
|
805
1183
|
type: string;
|
|
806
1184
|
description: string;
|
|
1185
|
+
knownValues: string[];
|
|
807
1186
|
maxLength: number;
|
|
808
1187
|
};
|
|
809
|
-
|
|
1188
|
+
title: {
|
|
810
1189
|
type: string;
|
|
811
1190
|
description: string;
|
|
812
1191
|
maxLength: number;
|
|
1192
|
+
maxGraphemes: number;
|
|
813
1193
|
};
|
|
814
|
-
|
|
1194
|
+
shortDescription: {
|
|
815
1195
|
type: string;
|
|
1196
|
+
maxLength: number;
|
|
1197
|
+
maxGraphemes: number;
|
|
816
1198
|
description: string;
|
|
817
1199
|
};
|
|
818
|
-
|
|
1200
|
+
shortDescriptionFacets: {
|
|
1201
|
+
type: string;
|
|
1202
|
+
description: string;
|
|
1203
|
+
items: {
|
|
1204
|
+
type: string;
|
|
1205
|
+
ref: string;
|
|
1206
|
+
};
|
|
1207
|
+
};
|
|
1208
|
+
description: {
|
|
819
1209
|
type: string;
|
|
820
1210
|
refs: string[];
|
|
821
1211
|
description: string;
|
|
822
1212
|
};
|
|
823
|
-
|
|
1213
|
+
avatar: {
|
|
824
1214
|
type: string;
|
|
825
|
-
|
|
1215
|
+
refs: string[];
|
|
826
1216
|
description: string;
|
|
827
1217
|
};
|
|
828
|
-
|
|
829
|
-
};
|
|
830
|
-
};
|
|
831
|
-
};
|
|
832
|
-
};
|
|
833
|
-
readonly HYPERCERTS_DEFS: {
|
|
834
|
-
lexicon: number;
|
|
835
|
-
id: string;
|
|
836
|
-
defs: {
|
|
837
|
-
uri: {
|
|
838
|
-
type: string;
|
|
839
|
-
required: string[];
|
|
840
|
-
description: string;
|
|
841
|
-
properties: {
|
|
842
|
-
uri: {
|
|
843
|
-
type: string;
|
|
844
|
-
format: string;
|
|
845
|
-
maxGraphemes: number;
|
|
846
|
-
description: string;
|
|
847
|
-
};
|
|
848
|
-
};
|
|
849
|
-
};
|
|
850
|
-
smallBlob: {
|
|
851
|
-
type: string;
|
|
852
|
-
required: string[];
|
|
853
|
-
description: string;
|
|
854
|
-
properties: {
|
|
855
|
-
blob: {
|
|
856
|
-
type: string;
|
|
857
|
-
accept: string[];
|
|
858
|
-
maxSize: number;
|
|
859
|
-
description: string;
|
|
860
|
-
};
|
|
861
|
-
};
|
|
862
|
-
};
|
|
863
|
-
largeBlob: {
|
|
864
|
-
type: string;
|
|
865
|
-
required: string[];
|
|
866
|
-
description: string;
|
|
867
|
-
properties: {
|
|
868
|
-
blob: {
|
|
869
|
-
type: string;
|
|
870
|
-
accept: string[];
|
|
871
|
-
maxSize: number;
|
|
872
|
-
description: string;
|
|
873
|
-
};
|
|
874
|
-
};
|
|
875
|
-
};
|
|
876
|
-
smallImage: {
|
|
877
|
-
type: string;
|
|
878
|
-
required: string[];
|
|
879
|
-
description: string;
|
|
880
|
-
properties: {
|
|
881
|
-
image: {
|
|
882
|
-
type: string;
|
|
883
|
-
accept: string[];
|
|
884
|
-
maxSize: number;
|
|
885
|
-
description: string;
|
|
886
|
-
};
|
|
887
|
-
};
|
|
888
|
-
};
|
|
889
|
-
largeImage: {
|
|
890
|
-
type: string;
|
|
891
|
-
required: string[];
|
|
892
|
-
description: string;
|
|
893
|
-
properties: {
|
|
894
|
-
image: {
|
|
895
|
-
type: string;
|
|
896
|
-
accept: string[];
|
|
897
|
-
maxSize: number;
|
|
898
|
-
description: string;
|
|
899
|
-
};
|
|
900
|
-
};
|
|
901
|
-
};
|
|
902
|
-
workScopeAll: {
|
|
903
|
-
type: string;
|
|
904
|
-
required: string[];
|
|
905
|
-
description: string;
|
|
906
|
-
properties: {
|
|
907
|
-
op: {
|
|
908
|
-
type: string;
|
|
909
|
-
const: string;
|
|
910
|
-
description: string;
|
|
911
|
-
};
|
|
912
|
-
args: {
|
|
913
|
-
type: string;
|
|
914
|
-
items: {
|
|
1218
|
+
banner: {
|
|
915
1219
|
type: string;
|
|
916
1220
|
refs: string[];
|
|
1221
|
+
description: string;
|
|
917
1222
|
};
|
|
918
|
-
minLength: number;
|
|
919
|
-
maxLength: number;
|
|
920
|
-
description: string;
|
|
921
|
-
};
|
|
922
|
-
};
|
|
923
|
-
};
|
|
924
|
-
workScopeAny: {
|
|
925
|
-
type: string;
|
|
926
|
-
required: string[];
|
|
927
|
-
description: string;
|
|
928
|
-
properties: {
|
|
929
|
-
op: {
|
|
930
|
-
type: string;
|
|
931
|
-
const: string;
|
|
932
|
-
description: string;
|
|
933
|
-
};
|
|
934
|
-
args: {
|
|
935
|
-
type: string;
|
|
936
1223
|
items: {
|
|
937
1224
|
type: string;
|
|
938
|
-
|
|
1225
|
+
description: string;
|
|
1226
|
+
maxLength: number;
|
|
1227
|
+
items: {
|
|
1228
|
+
type: string;
|
|
1229
|
+
ref: string;
|
|
1230
|
+
};
|
|
1231
|
+
};
|
|
1232
|
+
location: {
|
|
1233
|
+
type: string;
|
|
1234
|
+
ref: string;
|
|
1235
|
+
description: string;
|
|
1236
|
+
};
|
|
1237
|
+
createdAt: {
|
|
1238
|
+
type: string;
|
|
1239
|
+
format: string;
|
|
1240
|
+
description: string;
|
|
939
1241
|
};
|
|
940
|
-
minLength: number;
|
|
941
|
-
maxLength: number;
|
|
942
|
-
description: string;
|
|
943
1242
|
};
|
|
944
1243
|
};
|
|
945
1244
|
};
|
|
946
|
-
|
|
1245
|
+
item: {
|
|
947
1246
|
type: string;
|
|
948
|
-
required: string[];
|
|
949
1247
|
description: string;
|
|
1248
|
+
required: string[];
|
|
950
1249
|
properties: {
|
|
951
|
-
|
|
952
|
-
type: string;
|
|
953
|
-
const: string;
|
|
954
|
-
description: string;
|
|
955
|
-
};
|
|
956
|
-
arg: {
|
|
1250
|
+
itemIdentifier: {
|
|
957
1251
|
type: string;
|
|
958
|
-
|
|
1252
|
+
ref: string;
|
|
959
1253
|
description: string;
|
|
960
1254
|
};
|
|
961
|
-
|
|
962
|
-
};
|
|
963
|
-
workScopeAtom: {
|
|
964
|
-
type: string;
|
|
965
|
-
required: string[];
|
|
966
|
-
description: string;
|
|
967
|
-
properties: {
|
|
968
|
-
atom: {
|
|
1255
|
+
itemWeight: {
|
|
969
1256
|
type: string;
|
|
970
|
-
ref: string;
|
|
971
1257
|
description: string;
|
|
1258
|
+
maxLength: number;
|
|
972
1259
|
};
|
|
973
1260
|
};
|
|
974
1261
|
};
|
|
975
1262
|
};
|
|
976
1263
|
};
|
|
977
|
-
readonly
|
|
1264
|
+
readonly CONTEXT_ACKNOWLEDGEMENT: {
|
|
978
1265
|
lexicon: number;
|
|
979
1266
|
id: string;
|
|
980
1267
|
defs: {
|
|
@@ -986,48 +1273,99 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
986
1273
|
type: string;
|
|
987
1274
|
required: string[];
|
|
988
1275
|
properties: {
|
|
989
|
-
|
|
1276
|
+
subject: {
|
|
990
1277
|
type: string;
|
|
991
1278
|
ref: string;
|
|
992
1279
|
description: string;
|
|
993
1280
|
};
|
|
994
|
-
|
|
1281
|
+
context: {
|
|
995
1282
|
type: string;
|
|
1283
|
+
refs: string[];
|
|
996
1284
|
description: string;
|
|
997
1285
|
};
|
|
998
|
-
|
|
1286
|
+
acknowledged: {
|
|
999
1287
|
type: string;
|
|
1000
1288
|
description: string;
|
|
1001
1289
|
};
|
|
1002
|
-
|
|
1290
|
+
comment: {
|
|
1003
1291
|
type: string;
|
|
1004
1292
|
description: string;
|
|
1293
|
+
maxLength: number;
|
|
1294
|
+
maxGraphemes: number;
|
|
1005
1295
|
};
|
|
1006
|
-
|
|
1296
|
+
createdAt: {
|
|
1007
1297
|
type: string;
|
|
1298
|
+
format: string;
|
|
1008
1299
|
description: string;
|
|
1009
1300
|
};
|
|
1010
|
-
|
|
1301
|
+
};
|
|
1302
|
+
};
|
|
1303
|
+
};
|
|
1304
|
+
};
|
|
1305
|
+
};
|
|
1306
|
+
readonly CONTEXT_ATTACHMENT: {
|
|
1307
|
+
lexicon: number;
|
|
1308
|
+
id: string;
|
|
1309
|
+
defs: {
|
|
1310
|
+
main: {
|
|
1311
|
+
type: string;
|
|
1312
|
+
description: string;
|
|
1313
|
+
key: string;
|
|
1314
|
+
record: {
|
|
1315
|
+
type: string;
|
|
1316
|
+
required: string[];
|
|
1317
|
+
properties: {
|
|
1318
|
+
subjects: {
|
|
1011
1319
|
type: string;
|
|
1012
1320
|
description: string;
|
|
1321
|
+
items: {
|
|
1322
|
+
type: string;
|
|
1323
|
+
ref: string;
|
|
1324
|
+
};
|
|
1325
|
+
maxLength: number;
|
|
1013
1326
|
};
|
|
1014
|
-
|
|
1327
|
+
contentType: {
|
|
1328
|
+
type: string;
|
|
1329
|
+
description: string;
|
|
1330
|
+
knownValues: string[];
|
|
1331
|
+
maxLength: number;
|
|
1332
|
+
};
|
|
1333
|
+
content: {
|
|
1015
1334
|
type: string;
|
|
1016
1335
|
description: string;
|
|
1336
|
+
items: {
|
|
1337
|
+
type: string;
|
|
1338
|
+
refs: string[];
|
|
1339
|
+
};
|
|
1340
|
+
maxLength: number;
|
|
1017
1341
|
};
|
|
1018
|
-
|
|
1342
|
+
title: {
|
|
1019
1343
|
type: string;
|
|
1020
|
-
|
|
1344
|
+
maxLength: number;
|
|
1021
1345
|
description: string;
|
|
1022
1346
|
};
|
|
1023
|
-
|
|
1347
|
+
shortDescription: {
|
|
1024
1348
|
type: string;
|
|
1025
1349
|
description: string;
|
|
1026
1350
|
maxLength: number;
|
|
1351
|
+
maxGraphemes: number;
|
|
1027
1352
|
};
|
|
1028
|
-
|
|
1353
|
+
shortDescriptionFacets: {
|
|
1029
1354
|
type: string;
|
|
1030
|
-
|
|
1355
|
+
description: string;
|
|
1356
|
+
items: {
|
|
1357
|
+
type: string;
|
|
1358
|
+
ref: string;
|
|
1359
|
+
};
|
|
1360
|
+
};
|
|
1361
|
+
description: {
|
|
1362
|
+
type: string;
|
|
1363
|
+
refs: string[];
|
|
1364
|
+
description: string;
|
|
1365
|
+
};
|
|
1366
|
+
location: {
|
|
1367
|
+
type: string;
|
|
1368
|
+
ref: string;
|
|
1031
1369
|
description: string;
|
|
1032
1370
|
};
|
|
1033
1371
|
createdAt: {
|
|
@@ -1040,7 +1378,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1040
1378
|
};
|
|
1041
1379
|
};
|
|
1042
1380
|
};
|
|
1043
|
-
readonly
|
|
1381
|
+
readonly CONTEXT_EVALUATION: {
|
|
1044
1382
|
lexicon: number;
|
|
1045
1383
|
id: string;
|
|
1046
1384
|
defs: {
|
|
@@ -1052,94 +1390,1179 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1052
1390
|
type: string;
|
|
1053
1391
|
required: string[];
|
|
1054
1392
|
properties: {
|
|
1055
|
-
|
|
1393
|
+
subject: {
|
|
1056
1394
|
type: string;
|
|
1057
|
-
|
|
1395
|
+
ref: string;
|
|
1058
1396
|
description: string;
|
|
1059
1397
|
};
|
|
1060
|
-
|
|
1398
|
+
evaluators: {
|
|
1061
1399
|
type: string;
|
|
1062
1400
|
description: string;
|
|
1401
|
+
items: {
|
|
1402
|
+
type: string;
|
|
1403
|
+
ref: string;
|
|
1404
|
+
};
|
|
1063
1405
|
maxLength: number;
|
|
1064
1406
|
};
|
|
1065
|
-
|
|
1407
|
+
content: {
|
|
1066
1408
|
type: string;
|
|
1067
1409
|
description: string;
|
|
1410
|
+
items: {
|
|
1411
|
+
type: string;
|
|
1412
|
+
refs: string[];
|
|
1413
|
+
};
|
|
1068
1414
|
maxLength: number;
|
|
1069
1415
|
};
|
|
1070
|
-
|
|
1416
|
+
measurements: {
|
|
1071
1417
|
type: string;
|
|
1072
1418
|
description: string;
|
|
1419
|
+
items: {
|
|
1420
|
+
type: string;
|
|
1421
|
+
ref: string;
|
|
1422
|
+
};
|
|
1073
1423
|
maxLength: number;
|
|
1074
1424
|
};
|
|
1075
|
-
|
|
1425
|
+
summary: {
|
|
1076
1426
|
type: string;
|
|
1077
1427
|
description: string;
|
|
1078
1428
|
maxLength: number;
|
|
1079
1429
|
maxGraphemes: number;
|
|
1080
1430
|
};
|
|
1081
|
-
|
|
1431
|
+
score: {
|
|
1082
1432
|
type: string;
|
|
1083
1433
|
ref: string;
|
|
1084
1434
|
description: string;
|
|
1085
1435
|
};
|
|
1086
|
-
|
|
1436
|
+
location: {
|
|
1087
1437
|
type: string;
|
|
1088
|
-
|
|
1089
|
-
type: string;
|
|
1090
|
-
maxLength: number;
|
|
1091
|
-
};
|
|
1092
|
-
maxLength: number;
|
|
1438
|
+
ref: string;
|
|
1093
1439
|
description: string;
|
|
1094
1440
|
};
|
|
1095
|
-
|
|
1441
|
+
createdAt: {
|
|
1096
1442
|
type: string;
|
|
1097
|
-
|
|
1443
|
+
format: string;
|
|
1098
1444
|
description: string;
|
|
1099
1445
|
};
|
|
1100
1446
|
};
|
|
1101
1447
|
};
|
|
1102
1448
|
};
|
|
1449
|
+
score: {
|
|
1450
|
+
type: string;
|
|
1451
|
+
description: string;
|
|
1452
|
+
required: string[];
|
|
1453
|
+
properties: {
|
|
1454
|
+
min: {
|
|
1455
|
+
type: string;
|
|
1456
|
+
description: string;
|
|
1457
|
+
maxLength: number;
|
|
1458
|
+
};
|
|
1459
|
+
max: {
|
|
1460
|
+
type: string;
|
|
1461
|
+
description: string;
|
|
1462
|
+
maxLength: number;
|
|
1463
|
+
};
|
|
1464
|
+
value: {
|
|
1465
|
+
type: string;
|
|
1466
|
+
description: string;
|
|
1467
|
+
maxLength: number;
|
|
1468
|
+
};
|
|
1469
|
+
};
|
|
1470
|
+
};
|
|
1471
|
+
};
|
|
1472
|
+
};
|
|
1473
|
+
readonly CONTEXT_MEASUREMENT: {
|
|
1474
|
+
lexicon: number;
|
|
1475
|
+
id: string;
|
|
1476
|
+
defs: {
|
|
1477
|
+
main: {
|
|
1478
|
+
type: string;
|
|
1479
|
+
description: string;
|
|
1480
|
+
key: string;
|
|
1481
|
+
record: {
|
|
1482
|
+
type: string;
|
|
1483
|
+
required: string[];
|
|
1484
|
+
properties: {
|
|
1485
|
+
subjects: {
|
|
1486
|
+
type: string;
|
|
1487
|
+
description: string;
|
|
1488
|
+
items: {
|
|
1489
|
+
type: string;
|
|
1490
|
+
ref: string;
|
|
1491
|
+
};
|
|
1492
|
+
maxLength: number;
|
|
1493
|
+
};
|
|
1494
|
+
metric: {
|
|
1495
|
+
type: string;
|
|
1496
|
+
description: string;
|
|
1497
|
+
maxLength: number;
|
|
1498
|
+
};
|
|
1499
|
+
unit: {
|
|
1500
|
+
type: string;
|
|
1501
|
+
description: string;
|
|
1502
|
+
maxLength: number;
|
|
1503
|
+
};
|
|
1504
|
+
value: {
|
|
1505
|
+
type: string;
|
|
1506
|
+
description: string;
|
|
1507
|
+
maxLength: number;
|
|
1508
|
+
};
|
|
1509
|
+
startDate: {
|
|
1510
|
+
type: string;
|
|
1511
|
+
format: string;
|
|
1512
|
+
description: string;
|
|
1513
|
+
};
|
|
1514
|
+
endDate: {
|
|
1515
|
+
type: string;
|
|
1516
|
+
format: string;
|
|
1517
|
+
description: string;
|
|
1518
|
+
};
|
|
1519
|
+
locations: {
|
|
1520
|
+
type: string;
|
|
1521
|
+
description: string;
|
|
1522
|
+
items: {
|
|
1523
|
+
type: string;
|
|
1524
|
+
ref: string;
|
|
1525
|
+
};
|
|
1526
|
+
maxLength: number;
|
|
1527
|
+
};
|
|
1528
|
+
methodType: {
|
|
1529
|
+
type: string;
|
|
1530
|
+
description: string;
|
|
1531
|
+
maxLength: number;
|
|
1532
|
+
};
|
|
1533
|
+
methodURI: {
|
|
1534
|
+
type: string;
|
|
1535
|
+
format: string;
|
|
1536
|
+
description: string;
|
|
1537
|
+
};
|
|
1538
|
+
evidenceURI: {
|
|
1539
|
+
type: string;
|
|
1540
|
+
description: string;
|
|
1541
|
+
items: {
|
|
1542
|
+
type: string;
|
|
1543
|
+
format: string;
|
|
1544
|
+
};
|
|
1545
|
+
maxLength: number;
|
|
1546
|
+
};
|
|
1547
|
+
measurers: {
|
|
1548
|
+
type: string;
|
|
1549
|
+
description: string;
|
|
1550
|
+
items: {
|
|
1551
|
+
type: string;
|
|
1552
|
+
ref: string;
|
|
1553
|
+
};
|
|
1554
|
+
maxLength: number;
|
|
1555
|
+
};
|
|
1556
|
+
comment: {
|
|
1557
|
+
type: string;
|
|
1558
|
+
description: string;
|
|
1559
|
+
maxLength: number;
|
|
1560
|
+
maxGraphemes: number;
|
|
1561
|
+
};
|
|
1562
|
+
commentFacets: {
|
|
1563
|
+
type: string;
|
|
1564
|
+
description: string;
|
|
1565
|
+
items: {
|
|
1566
|
+
type: string;
|
|
1567
|
+
ref: string;
|
|
1568
|
+
};
|
|
1569
|
+
};
|
|
1570
|
+
createdAt: {
|
|
1571
|
+
type: string;
|
|
1572
|
+
format: string;
|
|
1573
|
+
description: string;
|
|
1574
|
+
};
|
|
1575
|
+
};
|
|
1576
|
+
};
|
|
1577
|
+
};
|
|
1578
|
+
};
|
|
1579
|
+
};
|
|
1580
|
+
readonly HYPERCERTS_DEFS: {
|
|
1581
|
+
lexicon: number;
|
|
1582
|
+
id: string;
|
|
1583
|
+
description: string;
|
|
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
|
+
};
|
|
1606
|
+
uri: {
|
|
1607
|
+
type: string;
|
|
1608
|
+
required: string[];
|
|
1609
|
+
description: string;
|
|
1610
|
+
properties: {
|
|
1611
|
+
uri: {
|
|
1612
|
+
type: string;
|
|
1613
|
+
format: string;
|
|
1614
|
+
description: string;
|
|
1615
|
+
};
|
|
1616
|
+
};
|
|
1617
|
+
};
|
|
1618
|
+
smallBlob: {
|
|
1619
|
+
type: string;
|
|
1620
|
+
required: string[];
|
|
1621
|
+
description: string;
|
|
1622
|
+
properties: {
|
|
1623
|
+
blob: {
|
|
1624
|
+
type: string;
|
|
1625
|
+
accept: string[];
|
|
1626
|
+
maxSize: number;
|
|
1627
|
+
description: string;
|
|
1628
|
+
};
|
|
1629
|
+
};
|
|
1630
|
+
};
|
|
1631
|
+
largeBlob: {
|
|
1632
|
+
type: string;
|
|
1633
|
+
required: string[];
|
|
1634
|
+
description: string;
|
|
1635
|
+
properties: {
|
|
1636
|
+
blob: {
|
|
1637
|
+
type: string;
|
|
1638
|
+
accept: string[];
|
|
1639
|
+
maxSize: number;
|
|
1640
|
+
description: string;
|
|
1641
|
+
};
|
|
1642
|
+
};
|
|
1643
|
+
};
|
|
1644
|
+
smallImage: {
|
|
1645
|
+
type: string;
|
|
1646
|
+
required: string[];
|
|
1647
|
+
description: string;
|
|
1648
|
+
properties: {
|
|
1649
|
+
image: {
|
|
1650
|
+
type: string;
|
|
1651
|
+
accept: string[];
|
|
1652
|
+
maxSize: number;
|
|
1653
|
+
description: string;
|
|
1654
|
+
};
|
|
1655
|
+
};
|
|
1656
|
+
};
|
|
1657
|
+
smallVideo: {
|
|
1658
|
+
type: string;
|
|
1659
|
+
required: string[];
|
|
1660
|
+
description: string;
|
|
1661
|
+
properties: {
|
|
1662
|
+
video: {
|
|
1663
|
+
type: string;
|
|
1664
|
+
accept: string[];
|
|
1665
|
+
maxSize: number;
|
|
1666
|
+
description: string;
|
|
1667
|
+
};
|
|
1668
|
+
};
|
|
1669
|
+
};
|
|
1670
|
+
largeImage: {
|
|
1671
|
+
type: string;
|
|
1672
|
+
required: string[];
|
|
1673
|
+
description: string;
|
|
1674
|
+
properties: {
|
|
1675
|
+
image: {
|
|
1676
|
+
type: string;
|
|
1677
|
+
accept: string[];
|
|
1678
|
+
maxSize: number;
|
|
1679
|
+
description: string;
|
|
1680
|
+
};
|
|
1681
|
+
};
|
|
1682
|
+
};
|
|
1683
|
+
};
|
|
1684
|
+
};
|
|
1685
|
+
readonly FUNDING_RECEIPT: {
|
|
1686
|
+
lexicon: number;
|
|
1687
|
+
id: string;
|
|
1688
|
+
defs: {
|
|
1689
|
+
main: {
|
|
1690
|
+
type: string;
|
|
1691
|
+
description: string;
|
|
1692
|
+
key: string;
|
|
1693
|
+
record: {
|
|
1694
|
+
type: string;
|
|
1695
|
+
required: string[];
|
|
1696
|
+
properties: {
|
|
1697
|
+
from: {
|
|
1698
|
+
type: string;
|
|
1699
|
+
description: string;
|
|
1700
|
+
refs: string[];
|
|
1701
|
+
};
|
|
1702
|
+
to: {
|
|
1703
|
+
type: string;
|
|
1704
|
+
description: string;
|
|
1705
|
+
refs: string[];
|
|
1706
|
+
};
|
|
1707
|
+
amount: {
|
|
1708
|
+
type: string;
|
|
1709
|
+
description: string;
|
|
1710
|
+
maxLength: number;
|
|
1711
|
+
};
|
|
1712
|
+
currency: {
|
|
1713
|
+
type: string;
|
|
1714
|
+
description: string;
|
|
1715
|
+
maxLength: number;
|
|
1716
|
+
};
|
|
1717
|
+
paymentRail: {
|
|
1718
|
+
type: string;
|
|
1719
|
+
description: string;
|
|
1720
|
+
maxLength: number;
|
|
1721
|
+
};
|
|
1722
|
+
paymentNetwork: {
|
|
1723
|
+
type: string;
|
|
1724
|
+
description: string;
|
|
1725
|
+
maxLength: number;
|
|
1726
|
+
};
|
|
1727
|
+
transactionId: {
|
|
1728
|
+
type: string;
|
|
1729
|
+
description: string;
|
|
1730
|
+
maxLength: number;
|
|
1731
|
+
};
|
|
1732
|
+
for: {
|
|
1733
|
+
type: string;
|
|
1734
|
+
ref: string;
|
|
1735
|
+
description: string;
|
|
1736
|
+
};
|
|
1737
|
+
notes: {
|
|
1738
|
+
type: string;
|
|
1739
|
+
description: string;
|
|
1740
|
+
maxLength: number;
|
|
1741
|
+
};
|
|
1742
|
+
occurredAt: {
|
|
1743
|
+
type: string;
|
|
1744
|
+
format: string;
|
|
1745
|
+
description: string;
|
|
1746
|
+
};
|
|
1747
|
+
createdAt: {
|
|
1748
|
+
type: string;
|
|
1749
|
+
format: string;
|
|
1750
|
+
description: string;
|
|
1751
|
+
};
|
|
1752
|
+
};
|
|
1753
|
+
};
|
|
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
|
+
};
|
|
1767
|
+
};
|
|
1768
|
+
};
|
|
1769
|
+
readonly WORKSCOPE_CEL: {
|
|
1770
|
+
lexicon: number;
|
|
1771
|
+
id: string;
|
|
1772
|
+
defs: {
|
|
1773
|
+
main: {
|
|
1774
|
+
type: string;
|
|
1775
|
+
description: string;
|
|
1776
|
+
required: string[];
|
|
1777
|
+
properties: {
|
|
1778
|
+
expression: {
|
|
1779
|
+
type: string;
|
|
1780
|
+
maxLength: number;
|
|
1781
|
+
maxGraphemes: number;
|
|
1782
|
+
description: string;
|
|
1783
|
+
};
|
|
1784
|
+
usedTags: {
|
|
1785
|
+
type: string;
|
|
1786
|
+
items: {
|
|
1787
|
+
type: string;
|
|
1788
|
+
ref: string;
|
|
1789
|
+
};
|
|
1790
|
+
maxLength: number;
|
|
1791
|
+
description: string;
|
|
1792
|
+
};
|
|
1793
|
+
version: {
|
|
1794
|
+
type: string;
|
|
1795
|
+
maxLength: number;
|
|
1796
|
+
knownValues: string[];
|
|
1797
|
+
description: string;
|
|
1798
|
+
};
|
|
1799
|
+
createdAt: {
|
|
1800
|
+
type: string;
|
|
1801
|
+
format: string;
|
|
1802
|
+
description: string;
|
|
1803
|
+
};
|
|
1804
|
+
};
|
|
1805
|
+
};
|
|
1806
|
+
};
|
|
1807
|
+
};
|
|
1808
|
+
readonly WORKSCOPE_TAG: {
|
|
1809
|
+
lexicon: number;
|
|
1810
|
+
id: string;
|
|
1811
|
+
defs: {
|
|
1812
|
+
main: {
|
|
1813
|
+
type: string;
|
|
1814
|
+
description: string;
|
|
1815
|
+
key: string;
|
|
1816
|
+
record: {
|
|
1817
|
+
type: string;
|
|
1818
|
+
required: string[];
|
|
1819
|
+
properties: {
|
|
1820
|
+
key: {
|
|
1821
|
+
type: string;
|
|
1822
|
+
description: string;
|
|
1823
|
+
maxLength: number;
|
|
1824
|
+
};
|
|
1825
|
+
name: {
|
|
1826
|
+
type: string;
|
|
1827
|
+
description: string;
|
|
1828
|
+
maxLength: number;
|
|
1829
|
+
};
|
|
1830
|
+
category: {
|
|
1831
|
+
type: string;
|
|
1832
|
+
description: string;
|
|
1833
|
+
knownValues: string[];
|
|
1834
|
+
maxLength: number;
|
|
1835
|
+
};
|
|
1836
|
+
description: {
|
|
1837
|
+
type: string;
|
|
1838
|
+
description: string;
|
|
1839
|
+
maxLength: number;
|
|
1840
|
+
maxGraphemes: number;
|
|
1841
|
+
};
|
|
1842
|
+
parent: {
|
|
1843
|
+
type: string;
|
|
1844
|
+
ref: string;
|
|
1845
|
+
description: string;
|
|
1846
|
+
};
|
|
1847
|
+
status: {
|
|
1848
|
+
type: string;
|
|
1849
|
+
description: string;
|
|
1850
|
+
knownValues: string[];
|
|
1851
|
+
maxLength: number;
|
|
1852
|
+
};
|
|
1853
|
+
supersededBy: {
|
|
1854
|
+
type: string;
|
|
1855
|
+
ref: string;
|
|
1856
|
+
description: string;
|
|
1857
|
+
};
|
|
1858
|
+
aliases: {
|
|
1859
|
+
type: string;
|
|
1860
|
+
items: {
|
|
1861
|
+
type: string;
|
|
1862
|
+
maxLength: number;
|
|
1863
|
+
};
|
|
1864
|
+
maxLength: number;
|
|
1865
|
+
description: string;
|
|
1866
|
+
};
|
|
1867
|
+
sameAs: {
|
|
1868
|
+
type: string;
|
|
1869
|
+
items: {
|
|
1870
|
+
type: string;
|
|
1871
|
+
format: string;
|
|
1872
|
+
maxLength: number;
|
|
1873
|
+
};
|
|
1874
|
+
maxLength: number;
|
|
1875
|
+
description: string;
|
|
1876
|
+
};
|
|
1877
|
+
referenceDocument: {
|
|
1878
|
+
type: string;
|
|
1879
|
+
refs: string[];
|
|
1880
|
+
description: string;
|
|
1881
|
+
};
|
|
1882
|
+
createdAt: {
|
|
1883
|
+
type: string;
|
|
1884
|
+
format: string;
|
|
1885
|
+
description: string;
|
|
1886
|
+
};
|
|
1887
|
+
};
|
|
1888
|
+
};
|
|
1889
|
+
};
|
|
1890
|
+
};
|
|
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
|
+
};
|
|
1103
2476
|
};
|
|
1104
2477
|
};
|
|
1105
2478
|
};
|
|
2479
|
+
export declare const BSKY_RICHTEXT_FACET_LEXICON_DOC: LexiconDoc;
|
|
2480
|
+
export declare const ACTOR_ORGANIZATION_LEXICON_DOC: LexiconDoc;
|
|
2481
|
+
export declare const ACTOR_PROFILE_LEXICON_DOC: LexiconDoc;
|
|
1106
2482
|
export declare const BADGE_AWARD_LEXICON_DOC: LexiconDoc;
|
|
1107
2483
|
export declare const BADGE_DEFINITION_LEXICON_DOC: LexiconDoc;
|
|
1108
2484
|
export declare const BADGE_RESPONSE_LEXICON_DOC: LexiconDoc;
|
|
1109
2485
|
export declare const CERTIFIED_DEFS_LEXICON_DOC: LexiconDoc;
|
|
2486
|
+
export declare const LINK_EVM_LEXICON_DOC: LexiconDoc;
|
|
1110
2487
|
export declare const LOCATION_LEXICON_DOC: LexiconDoc;
|
|
1111
2488
|
export declare const STRONG_REF_LEXICON_DOC: LexiconDoc;
|
|
2489
|
+
export declare const HYPERBOARDS_BOARD_LEXICON_DOC: LexiconDoc;
|
|
2490
|
+
export declare const HYPERBOARDS_DISPLAY_PROFILE_LEXICON_DOC: LexiconDoc;
|
|
1112
2491
|
export declare const ACTIVITY_LEXICON_DOC: LexiconDoc;
|
|
1113
|
-
export declare const
|
|
1114
|
-
export declare const CONTRIBUTION_DETAILS_LEXICON_DOC: LexiconDoc;
|
|
2492
|
+
export declare const CONTRIBUTION_LEXICON_DOC: LexiconDoc;
|
|
1115
2493
|
export declare const CONTRIBUTOR_INFORMATION_LEXICON_DOC: LexiconDoc;
|
|
1116
|
-
export declare const EVALUATION_LEXICON_DOC: LexiconDoc;
|
|
1117
|
-
export declare const EVIDENCE_LEXICON_DOC: LexiconDoc;
|
|
1118
|
-
export declare const MEASUREMENT_LEXICON_DOC: LexiconDoc;
|
|
1119
2494
|
export declare const RIGHTS_LEXICON_DOC: LexiconDoc;
|
|
2495
|
+
export declare const HYPERCERTS_COLLECTION_LEXICON_DOC: LexiconDoc;
|
|
2496
|
+
export declare const CONTEXT_ACKNOWLEDGEMENT_LEXICON_DOC: LexiconDoc;
|
|
2497
|
+
export declare const CONTEXT_ATTACHMENT_LEXICON_DOC: LexiconDoc;
|
|
2498
|
+
export declare const CONTEXT_EVALUATION_LEXICON_DOC: LexiconDoc;
|
|
2499
|
+
export declare const CONTEXT_MEASUREMENT_LEXICON_DOC: LexiconDoc;
|
|
1120
2500
|
export declare const HYPERCERTS_DEFS_LEXICON_DOC: LexiconDoc;
|
|
1121
2501
|
export declare const FUNDING_RECEIPT_LEXICON_DOC: LexiconDoc;
|
|
1122
|
-
export declare const
|
|
2502
|
+
export declare const WORKSCOPE_CEL_LEXICON_DOC: LexiconDoc;
|
|
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;
|
|
1123
2521
|
/**
|
|
1124
2522
|
* Lexicon document objects organized by semantic record type.
|
|
1125
2523
|
*/
|
|
1126
2524
|
export declare const HYPERCERTS_LEXICON_DOC: Record<string, LexiconDoc>;
|
|
2525
|
+
export * as AppBskyRichtextFacet from "./types/app/bsky/richtext/facet.js";
|
|
2526
|
+
export * as AppCertifiedActorOrganization from "./types/app/certified/actor/organization.js";
|
|
2527
|
+
export * as AppCertifiedActorProfile from "./types/app/certified/actor/profile.js";
|
|
1127
2528
|
export * as AppCertifiedBadgeAward from "./types/app/certified/badge/award.js";
|
|
1128
2529
|
export * as AppCertifiedBadgeDefinition from "./types/app/certified/badge/definition.js";
|
|
1129
2530
|
export * as AppCertifiedBadgeResponse from "./types/app/certified/badge/response.js";
|
|
1130
2531
|
export * as AppCertifiedDefs from "./types/app/certified/defs.js";
|
|
2532
|
+
export * as AppCertifiedLinkEvm from "./types/app/certified/link/evm.js";
|
|
1131
2533
|
export * as AppCertifiedLocation from "./types/app/certified/location.js";
|
|
1132
2534
|
export * as ComAtprotoRepoStrongRef from "./types/com/atproto/repo/strongRef.js";
|
|
2535
|
+
export * as OrgHyperboardsBoard from "./types/org/hyperboards/board.js";
|
|
2536
|
+
export * as OrgHyperboardsDisplayProfile from "./types/org/hyperboards/displayProfile.js";
|
|
1133
2537
|
export * as OrgHypercertsClaimActivity from "./types/org/hypercerts/claim/activity.js";
|
|
1134
|
-
export * as
|
|
1135
|
-
export * as OrgHypercertsClaimContributionDetails from "./types/org/hypercerts/claim/contributionDetails.js";
|
|
2538
|
+
export * as OrgHypercertsClaimContribution from "./types/org/hypercerts/claim/contribution.js";
|
|
1136
2539
|
export * as OrgHypercertsClaimContributorInformation from "./types/org/hypercerts/claim/contributorInformation.js";
|
|
1137
|
-
export * as OrgHypercertsClaimEvaluation from "./types/org/hypercerts/claim/evaluation.js";
|
|
1138
|
-
export * as OrgHypercertsClaimEvidence from "./types/org/hypercerts/claim/evidence.js";
|
|
1139
|
-
export * as OrgHypercertsClaimMeasurement from "./types/org/hypercerts/claim/measurement.js";
|
|
1140
2540
|
export * as OrgHypercertsClaimRights from "./types/org/hypercerts/claim/rights.js";
|
|
2541
|
+
export * as OrgHypercertsCollection from "./types/org/hypercerts/collection.js";
|
|
2542
|
+
export * as OrgHypercertsContextAcknowledgement from "./types/org/hypercerts/context/acknowledgement.js";
|
|
2543
|
+
export * as OrgHypercertsContextAttachment from "./types/org/hypercerts/context/attachment.js";
|
|
2544
|
+
export * as OrgHypercertsContextEvaluation from "./types/org/hypercerts/context/evaluation.js";
|
|
2545
|
+
export * as OrgHypercertsContextMeasurement from "./types/org/hypercerts/context/measurement.js";
|
|
1141
2546
|
export * as OrgHypercertsDefs from "./types/org/hypercerts/defs.js";
|
|
1142
2547
|
export * as OrgHypercertsFundingReceipt from "./types/org/hypercerts/funding/receipt.js";
|
|
1143
|
-
export * as
|
|
2548
|
+
export * as OrgHypercertsWorkscopeCel from "./types/org/hypercerts/workscope/cel.js";
|
|
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";
|
|
1144
2567
|
export * from "./util.js";
|
|
1145
2568
|
//# sourceMappingURL=exports.d.ts.map
|