@hypercerts-org/lexicon 0.10.0-beta.9 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. package/CHANGELOG.md +702 -0
  2. package/README.md +278 -9
  3. package/SCHEMAS.md +440 -143
  4. package/dist/exports.d.ts +827 -294
  5. package/dist/exports.d.ts.map +1 -1
  6. package/dist/generated/exports.d.ts +827 -294
  7. package/dist/generated/exports.d.ts.map +1 -1
  8. package/dist/generated/lexicons.d.ts +1631 -625
  9. package/dist/generated/lexicons.d.ts.map +1 -1
  10. package/dist/generated/types/app/certified/actor/organization.d.ts +32 -0
  11. package/dist/generated/types/app/certified/actor/organization.d.ts.map +1 -0
  12. package/dist/generated/types/app/certified/actor/profile.d.ts +30 -0
  13. package/dist/generated/types/app/certified/actor/profile.d.ts.map +1 -0
  14. package/dist/generated/types/app/certified/badge/award.d.ts +2 -0
  15. package/dist/generated/types/app/certified/badge/award.d.ts.map +1 -1
  16. package/dist/generated/types/app/certified/badge/response.d.ts +1 -1
  17. package/dist/generated/types/app/certified/badge/response.d.ts.map +1 -1
  18. package/dist/generated/types/app/certified/defs.d.ts +11 -1
  19. package/dist/generated/types/app/certified/defs.d.ts.map +1 -1
  20. package/dist/generated/types/app/certified/location.d.ts +13 -5
  21. package/dist/generated/types/app/certified/location.d.ts.map +1 -1
  22. package/dist/generated/types/org/hyperboards/board.d.ts +75 -0
  23. package/dist/generated/types/org/hyperboards/board.d.ts.map +1 -0
  24. package/dist/generated/types/org/hyperboards/displayProfile.d.ts +31 -0
  25. package/dist/generated/types/org/hyperboards/displayProfile.d.ts.map +1 -0
  26. package/dist/generated/types/org/hypercerts/claim/activity.d.ts +30 -11
  27. package/dist/generated/types/org/hypercerts/claim/activity.d.ts.map +1 -1
  28. package/dist/generated/types/org/hypercerts/claim/{contributionDetails.d.ts → contribution.d.ts} +6 -6
  29. package/dist/generated/types/org/hypercerts/claim/contribution.d.ts.map +1 -0
  30. package/dist/generated/types/org/hypercerts/claim/contributorInformation.d.ts +2 -2
  31. package/dist/generated/types/org/hypercerts/claim/contributorInformation.d.ts.map +1 -1
  32. package/dist/generated/types/org/hypercerts/claim/rights.d.ts +3 -3
  33. package/dist/generated/types/org/hypercerts/claim/rights.d.ts.map +1 -1
  34. package/dist/generated/types/org/hypercerts/{claim/collection.d.ts → collection.d.ts} +11 -10
  35. package/dist/generated/types/org/hypercerts/collection.d.ts.map +1 -0
  36. package/dist/generated/types/org/hypercerts/context/acknowledgement.d.ts +25 -0
  37. package/dist/generated/types/org/hypercerts/context/acknowledgement.d.ts.map +1 -0
  38. package/dist/generated/types/org/hypercerts/context/attachment.d.ts +35 -0
  39. package/dist/generated/types/org/hypercerts/context/attachment.d.ts.map +1 -0
  40. package/dist/{types/org/hypercerts/claim → generated/types/org/hypercerts/context}/evaluation.d.ts +15 -15
  41. package/dist/generated/types/org/hypercerts/context/evaluation.d.ts.map +1 -0
  42. package/dist/generated/types/org/hypercerts/context/measurement.d.ts +43 -0
  43. package/dist/generated/types/org/hypercerts/context/measurement.d.ts.map +1 -0
  44. package/dist/generated/types/org/hypercerts/defs.d.ts +8 -44
  45. package/dist/generated/types/org/hypercerts/defs.d.ts.map +1 -1
  46. package/dist/generated/types/org/hypercerts/funding/receipt.d.ts +1 -1
  47. package/dist/generated/types/org/hypercerts/funding/receipt.d.ts.map +1 -1
  48. package/dist/generated/types/org/hypercerts/workscope/cel.d.ts +20 -0
  49. package/dist/generated/types/org/hypercerts/workscope/cel.d.ts.map +1 -0
  50. package/dist/generated/types/org/hypercerts/workscope/tag.d.ts +36 -0
  51. package/dist/generated/types/org/hypercerts/workscope/tag.d.ts.map +1 -0
  52. package/dist/index.cjs +2554 -1219
  53. package/dist/index.cjs.map +1 -1
  54. package/dist/index.mjs +2502 -1191
  55. package/dist/index.mjs.map +1 -1
  56. package/dist/lexicons.cjs +932 -397
  57. package/dist/lexicons.cjs.map +1 -1
  58. package/dist/lexicons.d.ts +1631 -625
  59. package/dist/lexicons.d.ts.map +1 -1
  60. package/dist/lexicons.mjs +932 -397
  61. package/dist/lexicons.mjs.map +1 -1
  62. package/dist/types/app/certified/actor/organization.d.ts +32 -0
  63. package/dist/types/app/certified/actor/organization.d.ts.map +1 -0
  64. package/dist/types/app/certified/actor/profile.d.ts +30 -0
  65. package/dist/types/app/certified/actor/profile.d.ts.map +1 -0
  66. package/dist/types/app/certified/badge/award.d.ts +2 -0
  67. package/dist/types/app/certified/badge/award.d.ts.map +1 -1
  68. package/dist/types/app/certified/badge/response.d.ts +1 -1
  69. package/dist/types/app/certified/badge/response.d.ts.map +1 -1
  70. package/dist/types/app/certified/defs.d.ts +11 -1
  71. package/dist/types/app/certified/defs.d.ts.map +1 -1
  72. package/dist/types/app/certified/location.d.ts +13 -5
  73. package/dist/types/app/certified/location.d.ts.map +1 -1
  74. package/dist/types/org/hyperboards/board.d.ts +75 -0
  75. package/dist/types/org/hyperboards/board.d.ts.map +1 -0
  76. package/dist/types/org/hyperboards/displayProfile.d.ts +31 -0
  77. package/dist/types/org/hyperboards/displayProfile.d.ts.map +1 -0
  78. package/dist/types/org/hypercerts/claim/activity.d.ts +30 -11
  79. package/dist/types/org/hypercerts/claim/activity.d.ts.map +1 -1
  80. package/dist/types/org/hypercerts/claim/{contributionDetails.d.ts → contribution.d.ts} +6 -6
  81. package/dist/types/org/hypercerts/claim/contribution.d.ts.map +1 -0
  82. package/dist/types/org/hypercerts/claim/contributorInformation.d.ts +2 -2
  83. package/dist/types/org/hypercerts/claim/contributorInformation.d.ts.map +1 -1
  84. package/dist/types/org/hypercerts/claim/rights.d.ts +3 -3
  85. package/dist/types/org/hypercerts/claim/rights.d.ts.map +1 -1
  86. package/dist/types/org/hypercerts/{claim/collection.d.ts → collection.d.ts} +11 -10
  87. package/dist/types/org/hypercerts/collection.d.ts.map +1 -0
  88. package/dist/types/org/hypercerts/context/acknowledgement.d.ts +25 -0
  89. package/dist/types/org/hypercerts/context/acknowledgement.d.ts.map +1 -0
  90. package/dist/types/org/hypercerts/context/attachment.d.ts +35 -0
  91. package/dist/types/org/hypercerts/context/attachment.d.ts.map +1 -0
  92. package/dist/{generated/types/org/hypercerts/claim → types/org/hypercerts/context}/evaluation.d.ts +15 -15
  93. package/dist/types/org/hypercerts/context/evaluation.d.ts.map +1 -0
  94. package/dist/types/org/hypercerts/context/measurement.d.ts +43 -0
  95. package/dist/types/org/hypercerts/context/measurement.d.ts.map +1 -0
  96. package/dist/types/org/hypercerts/defs.d.ts +8 -44
  97. package/dist/types/org/hypercerts/defs.d.ts.map +1 -1
  98. package/dist/types/org/hypercerts/funding/receipt.d.ts +1 -1
  99. package/dist/types/org/hypercerts/funding/receipt.d.ts.map +1 -1
  100. package/dist/types/org/hypercerts/workscope/cel.d.ts +20 -0
  101. package/dist/types/org/hypercerts/workscope/cel.d.ts.map +1 -0
  102. package/dist/types/org/hypercerts/workscope/tag.d.ts +36 -0
  103. package/dist/types/org/hypercerts/workscope/tag.d.ts.map +1 -0
  104. package/lexicons/app/certified/actor/organization.json +70 -0
  105. package/lexicons/app/certified/actor/profile.json +61 -0
  106. package/lexicons/app/certified/badge/award.json +8 -1
  107. package/lexicons/app/certified/badge/definition.json +8 -3
  108. package/lexicons/app/certified/badge/response.json +3 -2
  109. package/lexicons/app/certified/defs.json +11 -3
  110. package/lexicons/app/certified/location.json +29 -6
  111. package/lexicons/org/hyperboards/board.json +152 -0
  112. package/lexicons/org/hyperboards/displayProfile.json +64 -0
  113. package/lexicons/org/hypercerts/claim/activity.json +57 -39
  114. package/lexicons/org/hypercerts/claim/{contributionDetails.json → contribution.json} +4 -4
  115. package/lexicons/org/hypercerts/claim/contributorInformation.json +3 -2
  116. package/lexicons/org/hypercerts/claim/rights.json +5 -3
  117. package/lexicons/org/hypercerts/{claim/collection.json → collection.json} +15 -7
  118. package/lexicons/org/hypercerts/context/acknowledgement.json +42 -0
  119. package/lexicons/org/hypercerts/context/attachment.json +77 -0
  120. package/lexicons/org/hypercerts/{claim → context}/evaluation.json +22 -22
  121. package/lexicons/org/hypercerts/context/measurement.json +107 -0
  122. package/lexicons/org/hypercerts/defs.json +14 -89
  123. package/lexicons/org/hypercerts/funding/receipt.json +12 -6
  124. package/lexicons/org/hypercerts/workscope/cel.json +39 -0
  125. package/lexicons/org/hypercerts/workscope/tag.json +87 -0
  126. package/package.json +2 -2
  127. package/dist/generated/types/org/hypercerts/claim/collection.d.ts.map +0 -1
  128. package/dist/generated/types/org/hypercerts/claim/contributionDetails.d.ts.map +0 -1
  129. package/dist/generated/types/org/hypercerts/claim/evaluation.d.ts.map +0 -1
  130. package/dist/generated/types/org/hypercerts/claim/evidence.d.ts +0 -29
  131. package/dist/generated/types/org/hypercerts/claim/evidence.d.ts.map +0 -1
  132. package/dist/generated/types/org/hypercerts/claim/measurement.d.ts +0 -30
  133. package/dist/generated/types/org/hypercerts/claim/measurement.d.ts.map +0 -1
  134. package/dist/generated/types/org/hypercerts/helper/workScopeTag.d.ts +0 -31
  135. package/dist/generated/types/org/hypercerts/helper/workScopeTag.d.ts.map +0 -1
  136. package/dist/types/org/hypercerts/claim/collection.d.ts.map +0 -1
  137. package/dist/types/org/hypercerts/claim/contributionDetails.d.ts.map +0 -1
  138. package/dist/types/org/hypercerts/claim/evaluation.d.ts.map +0 -1
  139. package/dist/types/org/hypercerts/claim/evidence.d.ts +0 -29
  140. package/dist/types/org/hypercerts/claim/evidence.d.ts.map +0 -1
  141. package/dist/types/org/hypercerts/claim/measurement.d.ts +0 -30
  142. package/dist/types/org/hypercerts/claim/measurement.d.ts.map +0 -1
  143. package/dist/types/org/hypercerts/helper/workScopeTag.d.ts +0 -31
  144. package/dist/types/org/hypercerts/helper/workScopeTag.d.ts.map +0 -1
  145. package/lexicons/org/hypercerts/claim/evidence.json +0 -57
  146. package/lexicons/org/hypercerts/claim/measurement.json +0 -70
  147. 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-01-22T01:56:22.579Z
7
+ * Generated: 2026-03-03T20:19:46.686Z
8
8
  *
9
9
  * To regenerate this file, run:
10
10
  * npm run gen-api
@@ -21,42 +21,54 @@
21
21
  * @packageDocumentation
22
22
  */
23
23
  import type { LexiconDoc } from "@atproto/lexicon";
24
+ import ACTOR_ORGANIZATION_LEXICON_JSON from "../lexicons/app/certified/actor/organization.json";
25
+ import ACTOR_PROFILE_LEXICON_JSON from "../lexicons/app/certified/actor/profile.json";
24
26
  import BADGE_AWARD_LEXICON_JSON from "../lexicons/app/certified/badge/award.json";
25
27
  import BADGE_DEFINITION_LEXICON_JSON from "../lexicons/app/certified/badge/definition.json";
26
28
  import BADGE_RESPONSE_LEXICON_JSON from "../lexicons/app/certified/badge/response.json";
27
29
  import CERTIFIED_DEFS_LEXICON_JSON from "../lexicons/app/certified/defs.json";
28
30
  import LOCATION_LEXICON_JSON from "../lexicons/app/certified/location.json";
29
31
  import STRONG_REF_LEXICON_JSON from "../lexicons/com/atproto/repo/strongRef.json";
32
+ import HYPERBOARDS_BOARD_LEXICON_JSON from "../lexicons/org/hyperboards/board.json";
33
+ import HYPERBOARDS_DISPLAY_PROFILE_LEXICON_JSON from "../lexicons/org/hyperboards/displayProfile.json";
30
34
  import ACTIVITY_LEXICON_JSON from "../lexicons/org/hypercerts/claim/activity.json";
31
- import COLLECTION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/collection.json";
32
- import CONTRIBUTION_DETAILS_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contributionDetails.json";
35
+ import CONTRIBUTION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contribution.json";
33
36
  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
37
  import RIGHTS_LEXICON_JSON from "../lexicons/org/hypercerts/claim/rights.json";
38
+ import HYPERCERTS_COLLECTION_LEXICON_JSON from "../lexicons/org/hypercerts/collection.json";
39
+ import CONTEXT_ACKNOWLEDGEMENT_LEXICON_JSON from "../lexicons/org/hypercerts/context/acknowledgement.json";
40
+ import CONTEXT_ATTACHMENT_LEXICON_JSON from "../lexicons/org/hypercerts/context/attachment.json";
41
+ import CONTEXT_EVALUATION_LEXICON_JSON from "../lexicons/org/hypercerts/context/evaluation.json";
42
+ import CONTEXT_MEASUREMENT_LEXICON_JSON from "../lexicons/org/hypercerts/context/measurement.json";
38
43
  import HYPERCERTS_DEFS_LEXICON_JSON from "../lexicons/org/hypercerts/defs.json";
39
44
  import FUNDING_RECEIPT_LEXICON_JSON from "../lexicons/org/hypercerts/funding/receipt.json";
40
- import HELPER_WORK_SCOPE_TAG_LEXICON_JSON from "../lexicons/org/hypercerts/helper/workScopeTag.json";
41
- export { BADGE_AWARD_LEXICON_JSON, BADGE_DEFINITION_LEXICON_JSON, BADGE_RESPONSE_LEXICON_JSON, CERTIFIED_DEFS_LEXICON_JSON, LOCATION_LEXICON_JSON, STRONG_REF_LEXICON_JSON, ACTIVITY_LEXICON_JSON, COLLECTION_LEXICON_JSON, CONTRIBUTION_DETAILS_LEXICON_JSON, CONTRIBUTOR_INFORMATION_LEXICON_JSON, EVALUATION_LEXICON_JSON, EVIDENCE_LEXICON_JSON, MEASUREMENT_LEXICON_JSON, RIGHTS_LEXICON_JSON, HYPERCERTS_DEFS_LEXICON_JSON, FUNDING_RECEIPT_LEXICON_JSON, HELPER_WORK_SCOPE_TAG_LEXICON_JSON, };
45
+ import WORKSCOPE_CEL_LEXICON_JSON from "../lexicons/org/hypercerts/workscope/cel.json";
46
+ import WORKSCOPE_TAG_LEXICON_JSON from "../lexicons/org/hypercerts/workscope/tag.json";
47
+ export { ACTOR_ORGANIZATION_LEXICON_JSON, ACTOR_PROFILE_LEXICON_JSON, BADGE_AWARD_LEXICON_JSON, BADGE_DEFINITION_LEXICON_JSON, BADGE_RESPONSE_LEXICON_JSON, CERTIFIED_DEFS_LEXICON_JSON, LOCATION_LEXICON_JSON, STRONG_REF_LEXICON_JSON, HYPERBOARDS_BOARD_LEXICON_JSON, HYPERBOARDS_DISPLAY_PROFILE_LEXICON_JSON, ACTIVITY_LEXICON_JSON, CONTRIBUTION_LEXICON_JSON, CONTRIBUTOR_INFORMATION_LEXICON_JSON, RIGHTS_LEXICON_JSON, HYPERCERTS_COLLECTION_LEXICON_JSON, CONTEXT_ACKNOWLEDGEMENT_LEXICON_JSON, CONTEXT_ATTACHMENT_LEXICON_JSON, CONTEXT_EVALUATION_LEXICON_JSON, CONTEXT_MEASUREMENT_LEXICON_JSON, HYPERCERTS_DEFS_LEXICON_JSON, FUNDING_RECEIPT_LEXICON_JSON, WORKSCOPE_CEL_LEXICON_JSON, WORKSCOPE_TAG_LEXICON_JSON, };
42
48
  export { schemas as HYPERCERTS_SCHEMAS, schemaDict as HYPERCERTS_SCHEMA_DICT, lexicons, validate, ids as HYPERCERTS_NSIDS_BY_TYPE, } from "./lexicons.js";
49
+ export declare const ACTOR_ORGANIZATION_NSID: "app.certified.actor.organization";
50
+ export declare const ACTOR_PROFILE_NSID: "app.certified.actor.profile";
43
51
  export declare const BADGE_AWARD_NSID: "app.certified.badge.award";
44
52
  export declare const BADGE_DEFINITION_NSID: "app.certified.badge.definition";
45
53
  export declare const BADGE_RESPONSE_NSID: "app.certified.badge.response";
46
54
  export declare const CERTIFIED_DEFS_NSID: "app.certified.defs";
47
55
  export declare const LOCATION_NSID: "app.certified.location";
48
56
  export declare const STRONG_REF_NSID: "com.atproto.repo.strongRef";
57
+ export declare const HYPERBOARDS_BOARD_NSID: "org.hyperboards.board";
58
+ export declare const HYPERBOARDS_DISPLAY_PROFILE_NSID: "org.hyperboards.displayProfile";
49
59
  export declare const ACTIVITY_NSID: "org.hypercerts.claim.activity";
50
- export declare const COLLECTION_NSID: "org.hypercerts.claim.collection";
51
- export declare const CONTRIBUTION_DETAILS_NSID: "org.hypercerts.claim.contributionDetails";
60
+ export declare const CONTRIBUTION_NSID: "org.hypercerts.claim.contribution";
52
61
  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
62
  export declare const RIGHTS_NSID: "org.hypercerts.claim.rights";
63
+ export declare const HYPERCERTS_COLLECTION_NSID: "org.hypercerts.collection";
64
+ export declare const CONTEXT_ACKNOWLEDGEMENT_NSID: "org.hypercerts.context.acknowledgement";
65
+ export declare const CONTEXT_ATTACHMENT_NSID: "org.hypercerts.context.attachment";
66
+ export declare const CONTEXT_EVALUATION_NSID: "org.hypercerts.context.evaluation";
67
+ export declare const CONTEXT_MEASUREMENT_NSID: "org.hypercerts.context.measurement";
57
68
  export declare const HYPERCERTS_DEFS_NSID: "org.hypercerts.defs";
58
69
  export declare const FUNDING_RECEIPT_NSID: "org.hypercerts.funding.receipt";
59
- export declare const HELPER_WORK_SCOPE_TAG_NSID: "org.hypercerts.helper.workScopeTag";
70
+ export declare const WORKSCOPE_CEL_NSID: "org.hypercerts.workscope.cel";
71
+ export declare const WORKSCOPE_TAG_NSID: "org.hypercerts.workscope.tag";
60
72
  /**
61
73
  * Collection NSIDs organized by semantic record type.
62
74
  *
@@ -64,28 +76,159 @@ export declare const HELPER_WORK_SCOPE_TAG_NSID: "org.hypercerts.helper.workScop
64
76
  * correct collection names.
65
77
  */
66
78
  export declare const HYPERCERTS_NSIDS: {
79
+ readonly ACTOR_ORGANIZATION: "app.certified.actor.organization";
80
+ readonly ACTOR_PROFILE: "app.certified.actor.profile";
67
81
  readonly BADGE_AWARD: "app.certified.badge.award";
68
82
  readonly BADGE_DEFINITION: "app.certified.badge.definition";
69
83
  readonly BADGE_RESPONSE: "app.certified.badge.response";
70
84
  readonly CERTIFIED_DEFS: "app.certified.defs";
71
85
  readonly LOCATION: "app.certified.location";
72
86
  readonly STRONG_REF: "com.atproto.repo.strongRef";
87
+ readonly HYPERBOARDS_BOARD: "org.hyperboards.board";
88
+ readonly HYPERBOARDS_DISPLAY_PROFILE: "org.hyperboards.displayProfile";
73
89
  readonly ACTIVITY: "org.hypercerts.claim.activity";
74
- readonly COLLECTION: "org.hypercerts.claim.collection";
75
- readonly CONTRIBUTION_DETAILS: "org.hypercerts.claim.contributionDetails";
90
+ readonly CONTRIBUTION: "org.hypercerts.claim.contribution";
76
91
  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
92
  readonly RIGHTS: "org.hypercerts.claim.rights";
93
+ readonly HYPERCERTS_COLLECTION: "org.hypercerts.collection";
94
+ readonly CONTEXT_ACKNOWLEDGEMENT: "org.hypercerts.context.acknowledgement";
95
+ readonly CONTEXT_ATTACHMENT: "org.hypercerts.context.attachment";
96
+ readonly CONTEXT_EVALUATION: "org.hypercerts.context.evaluation";
97
+ readonly CONTEXT_MEASUREMENT: "org.hypercerts.context.measurement";
81
98
  readonly HYPERCERTS_DEFS: "org.hypercerts.defs";
82
99
  readonly FUNDING_RECEIPT: "org.hypercerts.funding.receipt";
83
- readonly HELPER_WORK_SCOPE_TAG: "org.hypercerts.helper.workScopeTag";
100
+ readonly WORKSCOPE_CEL: "org.hypercerts.workscope.cel";
101
+ readonly WORKSCOPE_TAG: "org.hypercerts.workscope.tag";
84
102
  };
85
103
  /**
86
104
  * Lexicon JSON objects organized by semantic record type.
87
105
  */
88
106
  export declare const HYPERCERTS_LEXICON_JSON: {
107
+ readonly ACTOR_ORGANIZATION: {
108
+ lexicon: number;
109
+ id: string;
110
+ defs: {
111
+ main: {
112
+ type: string;
113
+ description: string;
114
+ key: string;
115
+ record: {
116
+ type: string;
117
+ required: string[];
118
+ properties: {
119
+ organizationType: {
120
+ type: string;
121
+ description: string;
122
+ items: {
123
+ type: string;
124
+ maxLength: number;
125
+ maxGraphemes: number;
126
+ };
127
+ maxLength: number;
128
+ };
129
+ urls: {
130
+ type: string;
131
+ description: string;
132
+ items: {
133
+ type: string;
134
+ ref: string;
135
+ };
136
+ };
137
+ location: {
138
+ type: string;
139
+ ref: string;
140
+ description: string;
141
+ };
142
+ foundedDate: {
143
+ type: string;
144
+ format: string;
145
+ description: string;
146
+ };
147
+ createdAt: {
148
+ type: string;
149
+ format: string;
150
+ description: string;
151
+ };
152
+ };
153
+ };
154
+ };
155
+ urlItem: {
156
+ type: string;
157
+ description: string;
158
+ required: string[];
159
+ properties: {
160
+ url: {
161
+ type: string;
162
+ format: string;
163
+ description: string;
164
+ maxLength: number;
165
+ maxGraphemes: number;
166
+ };
167
+ label: {
168
+ type: string;
169
+ description: string;
170
+ maxLength: number;
171
+ maxGraphemes: number;
172
+ };
173
+ };
174
+ };
175
+ };
176
+ };
177
+ readonly ACTOR_PROFILE: {
178
+ lexicon: number;
179
+ id: string;
180
+ defs: {
181
+ main: {
182
+ type: string;
183
+ description: string;
184
+ key: string;
185
+ record: {
186
+ type: string;
187
+ required: string[];
188
+ properties: {
189
+ displayName: {
190
+ type: string;
191
+ description: string;
192
+ maxGraphemes: number;
193
+ maxLength: number;
194
+ };
195
+ description: {
196
+ type: string;
197
+ description: string;
198
+ maxGraphemes: number;
199
+ maxLength: number;
200
+ };
201
+ pronouns: {
202
+ type: string;
203
+ description: string;
204
+ maxGraphemes: number;
205
+ maxLength: number;
206
+ };
207
+ website: {
208
+ type: string;
209
+ format: string;
210
+ description: string;
211
+ };
212
+ avatar: {
213
+ type: string;
214
+ refs: string[];
215
+ description: string;
216
+ };
217
+ banner: {
218
+ type: string;
219
+ refs: string[];
220
+ description: string;
221
+ };
222
+ createdAt: {
223
+ type: string;
224
+ format: string;
225
+ description: string;
226
+ };
227
+ };
228
+ };
229
+ };
230
+ };
231
+ };
89
232
  readonly BADGE_AWARD: {
90
233
  lexicon: number;
91
234
  id: string;
@@ -111,6 +254,13 @@ export declare const HYPERCERTS_LEXICON_JSON: {
111
254
  note: {
112
255
  type: string;
113
256
  description: string;
257
+ maxLength: number;
258
+ };
259
+ url: {
260
+ type: string;
261
+ format: string;
262
+ description: string;
263
+ maxLength: number;
114
264
  };
115
265
  createdAt: {
116
266
  type: string;
@@ -137,10 +287,12 @@ export declare const HYPERCERTS_LEXICON_JSON: {
137
287
  badgeType: {
138
288
  type: string;
139
289
  description: string;
290
+ maxLength: number;
140
291
  };
141
292
  title: {
142
293
  type: string;
143
294
  description: string;
295
+ maxLength: number;
144
296
  };
145
297
  icon: {
146
298
  type: string;
@@ -151,10 +303,13 @@ export declare const HYPERCERTS_LEXICON_JSON: {
151
303
  description: {
152
304
  type: string;
153
305
  description: string;
306
+ maxLength: number;
307
+ maxGraphemes: number;
154
308
  };
155
309
  allowedIssuers: {
156
310
  type: string;
157
311
  description: string;
312
+ maxLength: number;
158
313
  items: {
159
314
  type: string;
160
315
  ref: string;
@@ -189,12 +344,13 @@ export declare const HYPERCERTS_LEXICON_JSON: {
189
344
  };
190
345
  response: {
191
346
  type: string;
192
- enum: string[];
347
+ knownValues: string[];
193
348
  description: string;
194
349
  };
195
350
  weight: {
196
351
  type: string;
197
352
  description: string;
353
+ maxLength: number;
198
354
  };
199
355
  createdAt: {
200
356
  type: string;
@@ -213,8 +369,16 @@ export declare const HYPERCERTS_LEXICON_JSON: {
213
369
  defs: {
214
370
  did: {
215
371
  type: string;
216
- format: string;
217
372
  description: string;
373
+ required: string[];
374
+ properties: {
375
+ did: {
376
+ type: string;
377
+ format: string;
378
+ description: string;
379
+ maxLength: number;
380
+ };
381
+ };
218
382
  };
219
383
  };
220
384
  };
@@ -272,6 +436,19 @@ export declare const HYPERCERTS_LEXICON_JSON: {
272
436
  };
273
437
  };
274
438
  };
439
+ string: {
440
+ type: string;
441
+ required: string[];
442
+ description: string;
443
+ properties: {
444
+ string: {
445
+ type: string;
446
+ description: string;
447
+ maxLength: number;
448
+ maxGraphemes: number;
449
+ };
450
+ };
451
+ };
275
452
  };
276
453
  };
277
454
  readonly STRONG_REF: {
@@ -295,7 +472,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
295
472
  };
296
473
  };
297
474
  };
298
- readonly ACTIVITY: {
475
+ readonly HYPERBOARDS_BOARD: {
299
476
  lexicon: number;
300
477
  id: string;
301
478
  defs: {
@@ -307,75 +484,20 @@ export declare const HYPERCERTS_LEXICON_JSON: {
307
484
  type: string;
308
485
  required: string[];
309
486
  properties: {
310
- title: {
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: {
330
- type: string;
331
- description: string;
332
- maxLength: number;
333
- maxGraphemes: number;
334
- };
335
- descriptionFacets: {
336
- type: string;
337
- description: string;
338
- items: {
339
- type: string;
340
- ref: string;
341
- };
342
- };
343
- image: {
344
- type: string;
345
- refs: string[];
346
- description: string;
347
- };
348
- workScope: {
349
- type: string;
350
- refs: string[];
351
- description: string;
352
- };
353
- startDate: {
354
- type: string;
355
- format: string;
356
- description: string;
357
- };
358
- endDate: {
359
- type: string;
360
- format: string;
361
- description: string;
362
- };
363
- contributors: {
487
+ subject: {
364
488
  type: string;
489
+ ref: string;
365
490
  description: string;
366
- items: {
367
- type: string;
368
- ref: string;
369
- };
370
491
  };
371
- rights: {
492
+ config: {
372
493
  type: string;
373
494
  ref: string;
374
495
  description: string;
375
496
  };
376
- locations: {
497
+ contributorConfigs: {
377
498
  type: string;
378
499
  description: string;
500
+ maxLength: number;
379
501
  items: {
380
502
  type: string;
381
503
  ref: string;
@@ -389,43 +511,121 @@ export declare const HYPERCERTS_LEXICON_JSON: {
389
511
  };
390
512
  };
391
513
  };
392
- contributor: {
514
+ boardConfig: {
393
515
  type: string;
394
- required: string[];
516
+ description: string;
395
517
  properties: {
396
- contributorIdentity: {
518
+ backgroundType: {
519
+ type: string;
520
+ description: string;
521
+ knownValues: string[];
522
+ maxLength: number;
523
+ };
524
+ backgroundImage: {
397
525
  type: string;
398
526
  refs: string[];
399
527
  description: string;
400
528
  };
401
- contributionWeight: {
529
+ backgroundIframeUrl: {
402
530
  type: string;
531
+ format: string;
403
532
  description: string;
533
+ maxLength: number;
404
534
  };
405
- contributionDetails: {
535
+ backgroundGrayscale: {
536
+ type: string;
537
+ description: string;
538
+ };
539
+ backgroundOpacity: {
540
+ type: string;
541
+ description: string;
542
+ minimum: number;
543
+ maximum: number;
544
+ };
545
+ backgroundColor: {
546
+ type: string;
547
+ description: string;
548
+ maxLength: number;
549
+ };
550
+ borderColor: {
551
+ type: string;
552
+ description: string;
553
+ maxLength: number;
554
+ };
555
+ grayscaleImages: {
556
+ type: string;
557
+ description: string;
558
+ };
559
+ imageShape: {
560
+ type: string;
561
+ description: string;
562
+ knownValues: string[];
563
+ maxLength: number;
564
+ };
565
+ aspectRatio: {
406
566
  type: string;
407
- refs: string[];
408
567
  description: string;
568
+ knownValues: string[];
569
+ maxLength: number;
409
570
  };
410
571
  };
411
572
  };
412
- contributorIdentity: {
413
- type: string;
414
- description: string;
415
- };
416
- contributorRole: {
573
+ contributorConfig: {
417
574
  type: string;
418
575
  description: string;
419
- maxLength: number;
420
- maxGraphemes: number;
421
- };
422
- };
423
- };
424
- readonly COLLECTION: {
425
- lexicon: number;
426
- id: string;
427
- defs: {
428
- main: {
576
+ required: string[];
577
+ properties: {
578
+ contributor: {
579
+ type: string;
580
+ refs: string[];
581
+ description: string;
582
+ };
583
+ override: {
584
+ type: string;
585
+ description: string;
586
+ };
587
+ displayName: {
588
+ type: string;
589
+ description: string;
590
+ maxLength: number;
591
+ maxGraphemes: number;
592
+ };
593
+ image: {
594
+ type: string;
595
+ refs: string[];
596
+ description: string;
597
+ };
598
+ video: {
599
+ type: string;
600
+ refs: string[];
601
+ description: string;
602
+ };
603
+ hoverImage: {
604
+ type: string;
605
+ refs: string[];
606
+ description: string;
607
+ };
608
+ hoverIframeUrl: {
609
+ type: string;
610
+ format: string;
611
+ description: string;
612
+ maxLength: number;
613
+ };
614
+ url: {
615
+ type: string;
616
+ format: string;
617
+ description: string;
618
+ maxLength: number;
619
+ };
620
+ };
621
+ };
622
+ };
623
+ };
624
+ readonly HYPERBOARDS_DISPLAY_PROFILE: {
625
+ lexicon: number;
626
+ id: string;
627
+ defs: {
628
+ main: {
429
629
  type: string;
430
630
  description: string;
431
631
  key: string;
@@ -433,45 +633,128 @@ export declare const HYPERCERTS_LEXICON_JSON: {
433
633
  type: string;
434
634
  required: string[];
435
635
  properties: {
436
- type: {
636
+ displayName: {
437
637
  type: string;
438
638
  description: string;
639
+ maxLength: number;
640
+ maxGraphemes: number;
439
641
  };
642
+ image: {
643
+ type: string;
644
+ refs: string[];
645
+ description: string;
646
+ };
647
+ video: {
648
+ type: string;
649
+ refs: string[];
650
+ description: string;
651
+ };
652
+ hoverImage: {
653
+ type: string;
654
+ refs: string[];
655
+ description: string;
656
+ };
657
+ hoverIframeUrl: {
658
+ type: string;
659
+ format: string;
660
+ description: string;
661
+ maxLength: number;
662
+ };
663
+ url: {
664
+ type: string;
665
+ format: string;
666
+ description: string;
667
+ maxLength: number;
668
+ };
669
+ createdAt: {
670
+ type: string;
671
+ format: string;
672
+ description: string;
673
+ };
674
+ };
675
+ };
676
+ };
677
+ };
678
+ };
679
+ readonly ACTIVITY: {
680
+ lexicon: number;
681
+ id: string;
682
+ defs: {
683
+ main: {
684
+ type: string;
685
+ description: string;
686
+ key: string;
687
+ record: {
688
+ type: string;
689
+ required: string[];
690
+ properties: {
440
691
  title: {
441
692
  type: string;
442
693
  description: string;
443
694
  maxLength: number;
444
- maxGraphemes: number;
445
695
  };
446
696
  shortDescription: {
447
697
  type: string;
698
+ description: string;
448
699
  maxLength: number;
449
700
  maxGraphemes: number;
701
+ };
702
+ shortDescriptionFacets: {
703
+ type: string;
450
704
  description: string;
705
+ items: {
706
+ type: string;
707
+ ref: string;
708
+ };
451
709
  };
452
710
  description: {
453
711
  type: string;
454
712
  ref: string;
455
713
  description: string;
456
714
  };
457
- avatar: {
715
+ image: {
458
716
  type: string;
459
717
  refs: string[];
460
718
  description: string;
461
719
  };
462
- banner: {
720
+ contributors: {
721
+ type: string;
722
+ description: string;
723
+ maxLength: number;
724
+ items: {
725
+ type: string;
726
+ ref: string;
727
+ };
728
+ };
729
+ workScope: {
463
730
  type: string;
464
731
  refs: string[];
465
732
  description: string;
466
733
  };
467
- items: {
734
+ startDate: {
468
735
  type: string;
736
+ format: string;
469
737
  description: string;
738
+ };
739
+ endDate: {
740
+ type: string;
741
+ format: string;
742
+ description: string;
743
+ };
744
+ locations: {
745
+ type: string;
746
+ description: string;
747
+ maxLength: number;
470
748
  items: {
471
749
  type: string;
472
750
  ref: string;
473
751
  };
474
752
  };
753
+ rights: {
754
+ type: string;
755
+ ref: string;
756
+ description: string;
757
+ };
475
758
  createdAt: {
476
759
  type: string;
477
760
  format: string;
@@ -480,24 +763,69 @@ export declare const HYPERCERTS_LEXICON_JSON: {
480
763
  };
481
764
  };
482
765
  };
483
- item: {
766
+ contributor: {
484
767
  type: string;
485
768
  required: string[];
486
769
  properties: {
487
- itemIdentifier: {
770
+ contributorIdentity: {
488
771
  type: string;
489
- ref: string;
772
+ refs: string[];
490
773
  description: string;
491
774
  };
492
- itemWeight: {
775
+ contributionWeight: {
776
+ type: string;
777
+ description: string;
778
+ maxLength: number;
779
+ };
780
+ contributionDetails: {
493
781
  type: string;
782
+ refs: string[];
494
783
  description: string;
495
784
  };
496
785
  };
497
786
  };
787
+ contributorIdentity: {
788
+ type: string;
789
+ description: string;
790
+ required: string[];
791
+ properties: {
792
+ identity: {
793
+ type: string;
794
+ description: string;
795
+ maxLength: number;
796
+ maxGraphemes: number;
797
+ };
798
+ };
799
+ };
800
+ contributorRole: {
801
+ type: string;
802
+ description: string;
803
+ required: string[];
804
+ properties: {
805
+ role: {
806
+ type: string;
807
+ description: string;
808
+ maxLength: number;
809
+ maxGraphemes: number;
810
+ };
811
+ };
812
+ };
813
+ workScopeString: {
814
+ type: string;
815
+ description: string;
816
+ required: string[];
817
+ properties: {
818
+ scope: {
819
+ type: string;
820
+ description: string;
821
+ maxLength: number;
822
+ maxGraphemes: number;
823
+ };
824
+ };
825
+ };
498
826
  };
499
827
  };
500
- readonly CONTRIBUTION_DETAILS: {
828
+ readonly CONTRIBUTION: {
501
829
  lexicon: number;
502
830
  id: string;
503
831
  defs: {
@@ -555,6 +883,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
555
883
  identifier: {
556
884
  type: string;
557
885
  description: string;
886
+ maxLength: number;
558
887
  };
559
888
  displayName: {
560
889
  type: string;
@@ -576,29 +905,253 @@ export declare const HYPERCERTS_LEXICON_JSON: {
576
905
  };
577
906
  };
578
907
  };
579
- readonly EVALUATION: {
908
+ readonly RIGHTS: {
580
909
  lexicon: number;
581
910
  id: string;
582
911
  defs: {
583
- score: {
912
+ main: {
913
+ type: string;
914
+ description: string;
915
+ key: string;
916
+ record: {
917
+ type: string;
918
+ required: string[];
919
+ properties: {
920
+ rightsName: {
921
+ type: string;
922
+ description: string;
923
+ maxLength: number;
924
+ };
925
+ rightsType: {
926
+ type: string;
927
+ description: string;
928
+ maxLength: number;
929
+ };
930
+ rightsDescription: {
931
+ type: string;
932
+ description: string;
933
+ maxLength: number;
934
+ maxGraphemes: number;
935
+ };
936
+ attachment: {
937
+ type: string;
938
+ refs: string[];
939
+ description: string;
940
+ };
941
+ createdAt: {
942
+ type: string;
943
+ format: string;
944
+ description: string;
945
+ };
946
+ };
947
+ };
948
+ };
949
+ };
950
+ };
951
+ readonly HYPERCERTS_COLLECTION: {
952
+ lexicon: number;
953
+ id: string;
954
+ defs: {
955
+ main: {
584
956
  type: string;
585
957
  description: string;
958
+ key: string;
959
+ record: {
960
+ type: string;
961
+ required: string[];
962
+ properties: {
963
+ type: {
964
+ type: string;
965
+ description: string;
966
+ maxLength: number;
967
+ };
968
+ title: {
969
+ type: string;
970
+ description: string;
971
+ maxLength: number;
972
+ maxGraphemes: number;
973
+ };
974
+ shortDescription: {
975
+ type: string;
976
+ maxLength: number;
977
+ maxGraphemes: number;
978
+ description: string;
979
+ };
980
+ description: {
981
+ type: string;
982
+ ref: string;
983
+ description: string;
984
+ };
985
+ avatar: {
986
+ type: string;
987
+ refs: string[];
988
+ description: string;
989
+ };
990
+ banner: {
991
+ type: string;
992
+ refs: string[];
993
+ description: string;
994
+ };
995
+ items: {
996
+ type: string;
997
+ description: string;
998
+ maxLength: number;
999
+ items: {
1000
+ type: string;
1001
+ ref: string;
1002
+ };
1003
+ };
1004
+ location: {
1005
+ type: string;
1006
+ ref: string;
1007
+ description: string;
1008
+ };
1009
+ createdAt: {
1010
+ type: string;
1011
+ format: string;
1012
+ description: string;
1013
+ };
1014
+ };
1015
+ };
1016
+ };
1017
+ item: {
1018
+ type: string;
586
1019
  required: string[];
587
1020
  properties: {
588
- min: {
1021
+ itemIdentifier: {
589
1022
  type: string;
1023
+ ref: string;
590
1024
  description: string;
591
1025
  };
592
- max: {
1026
+ itemWeight: {
593
1027
  type: string;
594
1028
  description: string;
1029
+ maxLength: number;
595
1030
  };
596
- value: {
597
- type: string;
598
- description: string;
1031
+ };
1032
+ };
1033
+ };
1034
+ };
1035
+ readonly CONTEXT_ACKNOWLEDGEMENT: {
1036
+ lexicon: number;
1037
+ id: string;
1038
+ defs: {
1039
+ main: {
1040
+ type: string;
1041
+ description: string;
1042
+ key: string;
1043
+ record: {
1044
+ type: string;
1045
+ required: string[];
1046
+ properties: {
1047
+ subject: {
1048
+ type: string;
1049
+ ref: string;
1050
+ description: string;
1051
+ };
1052
+ context: {
1053
+ type: string;
1054
+ refs: string[];
1055
+ description: string;
1056
+ };
1057
+ acknowledged: {
1058
+ type: string;
1059
+ description: string;
1060
+ };
1061
+ comment: {
1062
+ type: string;
1063
+ description: string;
1064
+ maxLength: number;
1065
+ maxGraphemes: number;
1066
+ };
1067
+ createdAt: {
1068
+ type: string;
1069
+ format: string;
1070
+ description: string;
1071
+ };
1072
+ };
1073
+ };
1074
+ };
1075
+ };
1076
+ };
1077
+ readonly CONTEXT_ATTACHMENT: {
1078
+ lexicon: number;
1079
+ id: string;
1080
+ defs: {
1081
+ main: {
1082
+ type: string;
1083
+ description: string;
1084
+ key: string;
1085
+ record: {
1086
+ type: string;
1087
+ required: string[];
1088
+ properties: {
1089
+ subjects: {
1090
+ type: string;
1091
+ description: string;
1092
+ items: {
1093
+ type: string;
1094
+ ref: string;
1095
+ };
1096
+ maxLength: number;
1097
+ };
1098
+ contentType: {
1099
+ type: string;
1100
+ maxLength: number;
1101
+ description: string;
1102
+ };
1103
+ content: {
1104
+ type: string;
1105
+ description: string;
1106
+ items: {
1107
+ type: string;
1108
+ refs: string[];
1109
+ };
1110
+ maxLength: number;
1111
+ };
1112
+ title: {
1113
+ type: string;
1114
+ maxLength: number;
1115
+ description: string;
1116
+ };
1117
+ shortDescription: {
1118
+ type: string;
1119
+ description: string;
1120
+ maxLength: number;
1121
+ maxGraphemes: number;
1122
+ };
1123
+ shortDescriptionFacets: {
1124
+ type: string;
1125
+ description: string;
1126
+ items: {
1127
+ type: string;
1128
+ ref: string;
1129
+ };
1130
+ };
1131
+ description: {
1132
+ type: string;
1133
+ ref: string;
1134
+ description: string;
1135
+ };
1136
+ location: {
1137
+ type: string;
1138
+ ref: string;
1139
+ description: string;
1140
+ };
1141
+ createdAt: {
1142
+ type: string;
1143
+ format: string;
1144
+ description: string;
1145
+ };
599
1146
  };
600
1147
  };
601
1148
  };
1149
+ };
1150
+ };
1151
+ readonly CONTEXT_EVALUATION: {
1152
+ lexicon: number;
1153
+ id: string;
1154
+ defs: {
602
1155
  main: {
603
1156
  type: string;
604
1157
  description: string;
@@ -663,9 +1216,28 @@ export declare const HYPERCERTS_LEXICON_JSON: {
663
1216
  };
664
1217
  };
665
1218
  };
1219
+ score: {
1220
+ type: string;
1221
+ description: string;
1222
+ required: string[];
1223
+ properties: {
1224
+ min: {
1225
+ type: string;
1226
+ description: string;
1227
+ };
1228
+ max: {
1229
+ type: string;
1230
+ description: string;
1231
+ };
1232
+ value: {
1233
+ type: string;
1234
+ description: string;
1235
+ };
1236
+ };
1237
+ };
666
1238
  };
667
1239
  };
668
- readonly EVIDENCE: {
1240
+ readonly CONTEXT_MEASUREMENT: {
669
1241
  lexicon: number;
670
1242
  id: string;
671
1243
  defs: {
@@ -677,66 +1249,41 @@ export declare const HYPERCERTS_LEXICON_JSON: {
677
1249
  type: string;
678
1250
  required: string[];
679
1251
  properties: {
680
- subject: {
681
- type: string;
682
- ref: string;
683
- description: string;
684
- };
685
- content: {
1252
+ subjects: {
686
1253
  type: string;
687
- refs: string[];
688
1254
  description: string;
689
- };
690
- title: {
691
- type: string;
1255
+ items: {
1256
+ type: string;
1257
+ ref: string;
1258
+ };
692
1259
  maxLength: number;
693
- description: string;
694
1260
  };
695
- shortDescription: {
1261
+ metric: {
696
1262
  type: string;
697
- maxLength: number;
698
- maxGraphemes: number;
699
1263
  description: string;
1264
+ maxLength: number;
700
1265
  };
701
- description: {
1266
+ unit: {
702
1267
  type: string;
703
1268
  description: string;
704
1269
  maxLength: number;
705
- maxGraphemes: number;
706
1270
  };
707
- relationType: {
1271
+ value: {
708
1272
  type: string;
709
1273
  description: string;
710
- knownValues: string[];
1274
+ maxLength: number;
711
1275
  };
712
- createdAt: {
1276
+ startDate: {
713
1277
  type: string;
714
1278
  format: string;
715
1279
  description: string;
716
1280
  };
717
- };
718
- };
719
- };
720
- };
721
- };
722
- readonly MEASUREMENT: {
723
- lexicon: number;
724
- id: string;
725
- defs: {
726
- main: {
727
- type: string;
728
- description: string;
729
- key: string;
730
- record: {
731
- type: string;
732
- required: string[];
733
- properties: {
734
- subject: {
1281
+ endDate: {
735
1282
  type: string;
736
- ref: string;
1283
+ format: string;
737
1284
  description: string;
738
1285
  };
739
- measurers: {
1286
+ locations: {
740
1287
  type: string;
741
1288
  description: string;
742
1289
  items: {
@@ -745,16 +1292,6 @@ export declare const HYPERCERTS_LEXICON_JSON: {
745
1292
  };
746
1293
  maxLength: number;
747
1294
  };
748
- metric: {
749
- type: string;
750
- description: string;
751
- maxLength: number;
752
- };
753
- value: {
754
- type: string;
755
- description: string;
756
- maxLength: number;
757
- };
758
1295
  methodType: {
759
1296
  type: string;
760
1297
  description: string;
@@ -774,51 +1311,28 @@ export declare const HYPERCERTS_LEXICON_JSON: {
774
1311
  };
775
1312
  maxLength: number;
776
1313
  };
777
- location: {
778
- type: string;
779
- ref: string;
780
- description: string;
781
- };
782
- createdAt: {
783
- type: string;
784
- format: string;
785
- description: string;
786
- };
787
- };
788
- };
789
- };
790
- };
791
- };
792
- readonly RIGHTS: {
793
- lexicon: number;
794
- id: string;
795
- defs: {
796
- main: {
797
- type: string;
798
- description: string;
799
- key: string;
800
- record: {
801
- type: string;
802
- required: string[];
803
- properties: {
804
- rightsName: {
1314
+ measurers: {
805
1315
  type: string;
806
1316
  description: string;
1317
+ items: {
1318
+ type: string;
1319
+ ref: string;
1320
+ };
807
1321
  maxLength: number;
808
1322
  };
809
- rightsType: {
1323
+ comment: {
810
1324
  type: string;
811
1325
  description: string;
812
1326
  maxLength: number;
1327
+ maxGraphemes: number;
813
1328
  };
814
- rightsDescription: {
815
- type: string;
816
- description: string;
817
- };
818
- attachment: {
1329
+ commentFacets: {
819
1330
  type: string;
820
- refs: string[];
821
1331
  description: string;
1332
+ items: {
1333
+ type: string;
1334
+ ref: string;
1335
+ };
822
1336
  };
823
1337
  createdAt: {
824
1338
  type: string;
@@ -833,6 +1347,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
833
1347
  readonly HYPERCERTS_DEFS: {
834
1348
  lexicon: number;
835
1349
  id: string;
1350
+ description: string;
836
1351
  defs: {
837
1352
  uri: {
838
1353
  type: string;
@@ -842,7 +1357,6 @@ export declare const HYPERCERTS_LEXICON_JSON: {
842
1357
  uri: {
843
1358
  type: string;
844
1359
  format: string;
845
- maxGraphemes: number;
846
1360
  description: string;
847
1361
  };
848
1362
  };
@@ -886,12 +1400,12 @@ export declare const HYPERCERTS_LEXICON_JSON: {
886
1400
  };
887
1401
  };
888
1402
  };
889
- largeImage: {
1403
+ smallVideo: {
890
1404
  type: string;
891
1405
  required: string[];
892
1406
  description: string;
893
1407
  properties: {
894
- image: {
1408
+ video: {
895
1409
  type: string;
896
1410
  accept: string[];
897
1411
  maxSize: number;
@@ -899,75 +1413,15 @@ export declare const HYPERCERTS_LEXICON_JSON: {
899
1413
  };
900
1414
  };
901
1415
  };
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: {
915
- type: string;
916
- refs: string[];
917
- };
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
- items: {
937
- type: string;
938
- refs: string[];
939
- };
940
- minLength: number;
941
- maxLength: number;
942
- description: string;
943
- };
944
- };
945
- };
946
- workScopeNot: {
947
- type: string;
948
- required: string[];
949
- description: string;
950
- properties: {
951
- op: {
952
- type: string;
953
- const: string;
954
- description: string;
955
- };
956
- arg: {
957
- type: string;
958
- refs: string[];
959
- description: string;
960
- };
961
- };
962
- };
963
- workScopeAtom: {
1416
+ largeImage: {
964
1417
  type: string;
965
1418
  required: string[];
966
1419
  description: string;
967
1420
  properties: {
968
- atom: {
1421
+ image: {
969
1422
  type: string;
970
- ref: string;
1423
+ accept: string[];
1424
+ maxSize: number;
971
1425
  description: string;
972
1426
  };
973
1427
  };
@@ -994,26 +1448,32 @@ export declare const HYPERCERTS_LEXICON_JSON: {
994
1448
  to: {
995
1449
  type: string;
996
1450
  description: string;
1451
+ maxLength: number;
997
1452
  };
998
1453
  amount: {
999
1454
  type: string;
1000
1455
  description: string;
1456
+ maxLength: number;
1001
1457
  };
1002
1458
  currency: {
1003
1459
  type: string;
1004
1460
  description: string;
1461
+ maxLength: number;
1005
1462
  };
1006
1463
  paymentRail: {
1007
1464
  type: string;
1008
1465
  description: string;
1466
+ maxLength: number;
1009
1467
  };
1010
1468
  paymentNetwork: {
1011
1469
  type: string;
1012
1470
  description: string;
1471
+ maxLength: number;
1013
1472
  };
1014
1473
  transactionId: {
1015
1474
  type: string;
1016
1475
  description: string;
1476
+ maxLength: number;
1017
1477
  };
1018
1478
  for: {
1019
1479
  type: string;
@@ -1040,7 +1500,46 @@ export declare const HYPERCERTS_LEXICON_JSON: {
1040
1500
  };
1041
1501
  };
1042
1502
  };
1043
- readonly HELPER_WORK_SCOPE_TAG: {
1503
+ readonly WORKSCOPE_CEL: {
1504
+ lexicon: number;
1505
+ id: string;
1506
+ defs: {
1507
+ main: {
1508
+ type: string;
1509
+ description: string;
1510
+ required: string[];
1511
+ properties: {
1512
+ expression: {
1513
+ type: string;
1514
+ maxLength: number;
1515
+ maxGraphemes: number;
1516
+ description: string;
1517
+ };
1518
+ usedTags: {
1519
+ type: string;
1520
+ items: {
1521
+ type: string;
1522
+ ref: string;
1523
+ };
1524
+ maxLength: number;
1525
+ description: string;
1526
+ };
1527
+ version: {
1528
+ type: string;
1529
+ maxLength: number;
1530
+ knownValues: string[];
1531
+ description: string;
1532
+ };
1533
+ createdAt: {
1534
+ type: string;
1535
+ format: string;
1536
+ description: string;
1537
+ };
1538
+ };
1539
+ };
1540
+ };
1541
+ };
1542
+ readonly WORKSCOPE_TAG: {
1044
1543
  lexicon: number;
1045
1544
  id: string;
1046
1545
  defs: {
@@ -1052,24 +1551,20 @@ export declare const HYPERCERTS_LEXICON_JSON: {
1052
1551
  type: string;
1053
1552
  required: string[];
1054
1553
  properties: {
1055
- createdAt: {
1056
- type: string;
1057
- format: string;
1058
- description: string;
1059
- };
1060
1554
  key: {
1061
1555
  type: string;
1062
1556
  description: string;
1063
1557
  maxLength: number;
1064
1558
  };
1065
- label: {
1559
+ name: {
1066
1560
  type: string;
1067
1561
  description: string;
1068
1562
  maxLength: number;
1069
1563
  };
1070
- kind: {
1564
+ category: {
1071
1565
  type: string;
1072
1566
  description: string;
1567
+ knownValues: string[];
1073
1568
  maxLength: number;
1074
1569
  };
1075
1570
  description: {
@@ -1083,6 +1578,17 @@ export declare const HYPERCERTS_LEXICON_JSON: {
1083
1578
  ref: string;
1084
1579
  description: string;
1085
1580
  };
1581
+ status: {
1582
+ type: string;
1583
+ description: string;
1584
+ knownValues: string[];
1585
+ maxLength: number;
1586
+ };
1587
+ supersededBy: {
1588
+ type: string;
1589
+ ref: string;
1590
+ description: string;
1591
+ };
1086
1592
  aliases: {
1087
1593
  type: string;
1088
1594
  items: {
@@ -1092,54 +1598,81 @@ export declare const HYPERCERTS_LEXICON_JSON: {
1092
1598
  maxLength: number;
1093
1599
  description: string;
1094
1600
  };
1095
- externalReference: {
1601
+ sameAs: {
1602
+ type: string;
1603
+ items: {
1604
+ type: string;
1605
+ format: string;
1606
+ maxLength: number;
1607
+ };
1608
+ maxLength: number;
1609
+ description: string;
1610
+ };
1611
+ referenceDocument: {
1096
1612
  type: string;
1097
1613
  refs: string[];
1098
1614
  description: string;
1099
1615
  };
1616
+ createdAt: {
1617
+ type: string;
1618
+ format: string;
1619
+ description: string;
1620
+ };
1100
1621
  };
1101
1622
  };
1102
1623
  };
1103
1624
  };
1104
1625
  };
1105
1626
  };
1627
+ export declare const ACTOR_ORGANIZATION_LEXICON_DOC: LexiconDoc;
1628
+ export declare const ACTOR_PROFILE_LEXICON_DOC: LexiconDoc;
1106
1629
  export declare const BADGE_AWARD_LEXICON_DOC: LexiconDoc;
1107
1630
  export declare const BADGE_DEFINITION_LEXICON_DOC: LexiconDoc;
1108
1631
  export declare const BADGE_RESPONSE_LEXICON_DOC: LexiconDoc;
1109
1632
  export declare const CERTIFIED_DEFS_LEXICON_DOC: LexiconDoc;
1110
1633
  export declare const LOCATION_LEXICON_DOC: LexiconDoc;
1111
1634
  export declare const STRONG_REF_LEXICON_DOC: LexiconDoc;
1635
+ export declare const HYPERBOARDS_BOARD_LEXICON_DOC: LexiconDoc;
1636
+ export declare const HYPERBOARDS_DISPLAY_PROFILE_LEXICON_DOC: LexiconDoc;
1112
1637
  export declare const ACTIVITY_LEXICON_DOC: LexiconDoc;
1113
- export declare const COLLECTION_LEXICON_DOC: LexiconDoc;
1114
- export declare const CONTRIBUTION_DETAILS_LEXICON_DOC: LexiconDoc;
1638
+ export declare const CONTRIBUTION_LEXICON_DOC: LexiconDoc;
1115
1639
  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
1640
  export declare const RIGHTS_LEXICON_DOC: LexiconDoc;
1641
+ export declare const HYPERCERTS_COLLECTION_LEXICON_DOC: LexiconDoc;
1642
+ export declare const CONTEXT_ACKNOWLEDGEMENT_LEXICON_DOC: LexiconDoc;
1643
+ export declare const CONTEXT_ATTACHMENT_LEXICON_DOC: LexiconDoc;
1644
+ export declare const CONTEXT_EVALUATION_LEXICON_DOC: LexiconDoc;
1645
+ export declare const CONTEXT_MEASUREMENT_LEXICON_DOC: LexiconDoc;
1120
1646
  export declare const HYPERCERTS_DEFS_LEXICON_DOC: LexiconDoc;
1121
1647
  export declare const FUNDING_RECEIPT_LEXICON_DOC: LexiconDoc;
1122
- export declare const HELPER_WORK_SCOPE_TAG_LEXICON_DOC: LexiconDoc;
1648
+ export declare const WORKSCOPE_CEL_LEXICON_DOC: LexiconDoc;
1649
+ export declare const WORKSCOPE_TAG_LEXICON_DOC: LexiconDoc;
1123
1650
  /**
1124
1651
  * Lexicon document objects organized by semantic record type.
1125
1652
  */
1126
1653
  export declare const HYPERCERTS_LEXICON_DOC: Record<string, LexiconDoc>;
1654
+ export * as AppCertifiedActorOrganization from "./types/app/certified/actor/organization.js";
1655
+ export * as AppCertifiedActorProfile from "./types/app/certified/actor/profile.js";
1127
1656
  export * as AppCertifiedBadgeAward from "./types/app/certified/badge/award.js";
1128
1657
  export * as AppCertifiedBadgeDefinition from "./types/app/certified/badge/definition.js";
1129
1658
  export * as AppCertifiedBadgeResponse from "./types/app/certified/badge/response.js";
1130
1659
  export * as AppCertifiedDefs from "./types/app/certified/defs.js";
1131
1660
  export * as AppCertifiedLocation from "./types/app/certified/location.js";
1132
1661
  export * as ComAtprotoRepoStrongRef from "./types/com/atproto/repo/strongRef.js";
1662
+ export * as OrgHyperboardsBoard from "./types/org/hyperboards/board.js";
1663
+ export * as OrgHyperboardsDisplayProfile from "./types/org/hyperboards/displayProfile.js";
1133
1664
  export * as OrgHypercertsClaimActivity from "./types/org/hypercerts/claim/activity.js";
1134
- export * as OrgHypercertsClaimCollection from "./types/org/hypercerts/claim/collection.js";
1135
- export * as OrgHypercertsClaimContributionDetails from "./types/org/hypercerts/claim/contributionDetails.js";
1665
+ export * as OrgHypercertsClaimContribution from "./types/org/hypercerts/claim/contribution.js";
1136
1666
  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
1667
  export * as OrgHypercertsClaimRights from "./types/org/hypercerts/claim/rights.js";
1668
+ export * as OrgHypercertsCollection from "./types/org/hypercerts/collection.js";
1669
+ export * as OrgHypercertsContextAcknowledgement from "./types/org/hypercerts/context/acknowledgement.js";
1670
+ export * as OrgHypercertsContextAttachment from "./types/org/hypercerts/context/attachment.js";
1671
+ export * as OrgHypercertsContextEvaluation from "./types/org/hypercerts/context/evaluation.js";
1672
+ export * as OrgHypercertsContextMeasurement from "./types/org/hypercerts/context/measurement.js";
1141
1673
  export * as OrgHypercertsDefs from "./types/org/hypercerts/defs.js";
1142
1674
  export * as OrgHypercertsFundingReceipt from "./types/org/hypercerts/funding/receipt.js";
1143
- export * as OrgHypercertsHelperWorkScopeTag from "./types/org/hypercerts/helper/workScopeTag.js";
1675
+ export * as OrgHypercertsWorkscopeCel from "./types/org/hypercerts/workscope/cel.js";
1676
+ export * as OrgHypercertsWorkscopeTag from "./types/org/hypercerts/workscope/tag.js";
1144
1677
  export * from "./util.js";
1145
1678
  //# sourceMappingURL=exports.d.ts.map