@hypercerts-org/lexicon 0.10.0-beta.4 → 0.10.0-beta.5

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 (45) hide show
  1. package/CHANGELOG.md +57 -0
  2. package/README.md +66 -311
  3. package/SCHEMAS.md +276 -0
  4. package/dist/exports.d.ts +29 -128
  5. package/dist/exports.d.ts.map +1 -1
  6. package/dist/generated/exports.d.ts +29 -128
  7. package/dist/generated/exports.d.ts.map +1 -1
  8. package/dist/generated/lexicons.d.ts +82 -270
  9. package/dist/generated/lexicons.d.ts.map +1 -1
  10. package/dist/generated/types/org/hypercerts/claim/activity.d.ts +4 -18
  11. package/dist/generated/types/org/hypercerts/claim/activity.d.ts.map +1 -1
  12. package/dist/generated/types/org/hypercerts/claim/collection.d.ts +9 -9
  13. package/dist/generated/types/org/hypercerts/claim/collection.d.ts.map +1 -1
  14. package/dist/generated/types/org/hypercerts/claim/contributor.d.ts +31 -0
  15. package/dist/generated/types/org/hypercerts/claim/contributor.d.ts.map +1 -0
  16. package/dist/index.cjs +247 -495
  17. package/dist/index.cjs.map +1 -1
  18. package/dist/index.mjs +239 -483
  19. package/dist/index.mjs.map +1 -1
  20. package/dist/lexicons.cjs +45 -143
  21. package/dist/lexicons.cjs.map +1 -1
  22. package/dist/lexicons.d.ts +82 -270
  23. package/dist/lexicons.d.ts.map +1 -1
  24. package/dist/lexicons.mjs +45 -143
  25. package/dist/lexicons.mjs.map +1 -1
  26. package/dist/types/org/hypercerts/claim/activity.d.ts +4 -18
  27. package/dist/types/org/hypercerts/claim/activity.d.ts.map +1 -1
  28. package/dist/types/org/hypercerts/claim/collection.d.ts +9 -9
  29. package/dist/types/org/hypercerts/claim/collection.d.ts.map +1 -1
  30. package/dist/types/org/hypercerts/claim/contributor.d.ts +31 -0
  31. package/dist/types/org/hypercerts/claim/contributor.d.ts.map +1 -0
  32. package/lexicons/org/hypercerts/claim/activity.json +4 -44
  33. package/lexicons/org/hypercerts/claim/collection.json +14 -17
  34. package/lexicons/org/hypercerts/claim/{contribution.json → contributor.json} +24 -14
  35. package/lexicons/org/hypercerts/claim/evaluation.json +1 -1
  36. package/package.json +7 -3
  37. package/dist/generated/types/org/hypercerts/claim/contribution.d.ts +0 -24
  38. package/dist/generated/types/org/hypercerts/claim/contribution.d.ts.map +0 -1
  39. package/dist/generated/types/org/hypercerts/claim/project.d.ts +0 -29
  40. package/dist/generated/types/org/hypercerts/claim/project.d.ts.map +0 -1
  41. package/dist/types/org/hypercerts/claim/contribution.d.ts +0 -24
  42. package/dist/types/org/hypercerts/claim/contribution.d.ts.map +0 -1
  43. package/dist/types/org/hypercerts/claim/project.d.ts +0 -29
  44. package/dist/types/org/hypercerts/claim/project.d.ts.map +0 -1
  45. package/lexicons/org/hypercerts/claim/project.json +0 -64
package/SCHEMAS.md ADDED
@@ -0,0 +1,276 @@
1
+ # Schema Reference
2
+
3
+ > This file is auto-generated from lexicon definitions.
4
+ > Do not edit manually.
5
+
6
+ ## Hypercerts Lexicons
7
+
8
+ Hypercerts-specific lexicons for tracking impact work and claims.
9
+
10
+ ### `org.hypercerts.claim.activity`
11
+
12
+ **Description:** A hypercert record tracking impact work.
13
+
14
+ **Key:** `any`
15
+
16
+ #### Properties
17
+
18
+ | Property | Type | Required | Description | Comments |
19
+ | ------------------ | -------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
20
+ | `title` | `string` | yes | Title of the hypercert. | maxLength: 256 |
21
+ | `shortDescription` | `string` | yes | Short blurb of the impact work done. | maxLength: 3000, maxGraphemes: 300 |
22
+ | `description` | `string` | no | Optional longer description of the impact work done. | maxLength: 30000, maxGraphemes: 3000 |
23
+ | `image` | `union` | no | The hypercert visual representation as a URI or image blob. | |
24
+ | `workScope` | `ref` | no | A strong reference to a record defining the scope of work. The record referenced should describe the logical scope using label-based conditions. | |
25
+ | `startDate` | `string` | no | When the work began | |
26
+ | `endDate` | `string` | no | When the work ended | |
27
+ | `contributions` | `ref` | no | A strong reference to the contributions done to create the impact in the hypercerts. The record referenced must conform with the lexicon org.hypercerts.claim.contributor. | |
28
+ | `rights` | `ref` | no | A strong reference to the rights that this hypercert has. The record referenced must conform with the lexicon org.hypercerts.claim.rights. | |
29
+ | `locations` | `ref` | no | An array of strong references to the location where activity was performed. The record referenced must conform with the lexicon app.certified.location. | |
30
+ | `createdAt` | `string` | yes | Client-declared timestamp when this record was originally created | |
31
+
32
+ #### Defs
33
+
34
+ ##### activityWeight
35
+
36
+ | Property | Type | Required | Description |
37
+ | ---------- | -------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
38
+ | `activity` | `ref` | yes | A strong reference to a hypercert activity record. This activity must conform to the lexicon org.hypercerts.claim.activity |
39
+ | `weight` | `string` | yes | The relative weight/importance of this hypercert activity (stored as a string to avoid float precision issues). Weights can be any positive numeric values and do not need to sum to a specific total; normalization can be performed by the consuming application as needed. |
40
+
41
+ ---
42
+
43
+ ### `org.hypercerts.claim.evaluation`
44
+
45
+ **Description:** An evaluation of a hypercert record (e.g. an activity and its impact).
46
+
47
+ **Key:** `tid`
48
+
49
+ #### Properties
50
+
51
+ | Property | Type | Required | Description | Comments |
52
+ | -------------- | -------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
53
+ | `subject` | `ref` | no | A strong reference to what is being evaluated. (e.g activity, measurement, contribution, etc.) | |
54
+ | `evaluators` | `ref` | yes | DIDs of the evaluators | maxLength: 1000 |
55
+ | `content` | `union` | no | Evaluation data (URIs or blobs) containing detailed reports or methodology | maxLength: 100 |
56
+ | `measurements` | `ref` | no | Optional references to the measurements that contributed to this evaluation. The record(s) referenced must conform with the lexicon org.hypercerts.claim.measurement | maxLength: 100 |
57
+ | `summary` | `string` | yes | Brief evaluation summary | maxLength: 5000, maxGraphemes: 1000 |
58
+ | `score` | `ref` | no | Overall score for an evaluation on a numeric scale. | |
59
+ | `location` | `ref` | no | An optional reference for georeferenced evaluations. The record referenced must conform with the lexicon app.certified.location. | |
60
+ | `createdAt` | `string` | yes | Client-declared timestamp when this record was originally created | |
61
+
62
+ #### Defs
63
+
64
+ ##### score
65
+
66
+ | Property | Type | Required | Description |
67
+ | -------- | --------- | -------- | -------------------------------------------- |
68
+ | `min` | `integer` | yes | Minimum value of the scale, e.g. 0 or 1. |
69
+ | `max` | `integer` | yes | Maximum value of the scale, e.g. 5 or 10. |
70
+ | `value` | `integer` | yes | Score within the inclusive range [min, max]. |
71
+
72
+ ---
73
+
74
+ ### `org.hypercerts.claim.evidence`
75
+
76
+ **Description:** A piece of evidence related to a hypercert record (e.g. an activity, project, claim, or evaluation). Evidence may support, clarify, or challenge the referenced subject.
77
+
78
+ **Key:** `tid`
79
+
80
+ #### Properties
81
+
82
+ | Property | Type | Required | Description | Comments |
83
+ | ------------------ | -------- | -------- | ------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
84
+ | `subject` | `ref` | no | A strong reference to the record this evidence relates to (e.g. an activity, project, claim, or evaluation). | |
85
+ | `content` | `union` | yes | A piece of evidence (URI or blob) related to the subject record; it may support, clarify, or challenge a hypercert claim. | |
86
+ | `title` | `string` | yes | Title to describe the nature of the evidence. | maxLength: 256 |
87
+ | `shortDescription` | `string` | no | Short description explaining what this evidence shows. | maxLength: 3000, maxGraphemes: 300 |
88
+ | `description` | `string` | no | Longer description describing the evidence in more detail. | maxLength: 30000, maxGraphemes: 3000 |
89
+ | `relationType` | `string` | no | How this evidence relates to the subject. | Known values: `supports`, `challenges`, `clarifies` |
90
+ | `createdAt` | `string` | yes | Client-declared timestamp when this record was originally created | |
91
+
92
+ ---
93
+
94
+ ### `org.hypercerts.claim.measurement`
95
+
96
+ **Description:** Measurement data related to a hypercert record (e.g. an activity and its impact).
97
+
98
+ **Key:** `tid`
99
+
100
+ #### Properties
101
+
102
+ | Property | Type | Required | Description | Comments |
103
+ | ------------- | -------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
104
+ | `subject` | `ref` | no | A strong reference to the record this measurement refers to (e.g. an activity, project, or claim). | |
105
+ | `measurers` | `ref` | yes | DIDs of the entity (or entities) that measured this data | maxLength: 100 |
106
+ | `metric` | `string` | yes | The metric being measured | maxLength: 500 |
107
+ | `value` | `string` | yes | The measured value | maxLength: 500 |
108
+ | `methodType` | `string` | no | Short identifier for the measurement methodology | maxLength: 30 |
109
+ | `methodURI` | `string` | no | URI to methodology documentation, standard protocol, or measurement procedure | |
110
+ | `evidenceURI` | `string` | no | URIs to related evidence or underlying data (e.g. org.hypercerts.claim.evidence records or raw datasets) | maxLength: 50 |
111
+ | `location` | `ref` | no | A strong reference to the location where the measurement was taken. The record referenced must conform with the lexicon app.certified.location | |
112
+ | `createdAt` | `string` | yes | Client-declared timestamp when this record was originally created | |
113
+
114
+ ---
115
+
116
+ ### `org.hypercerts.claim.collection`
117
+
118
+ **Description:** A collection/group of items (activities and/or other collections). Collections support recursive nesting. Use app.certified.location as a sidecar (same TID) for location metadata.
119
+
120
+ **Key:** `tid`
121
+
122
+ #### Properties
123
+
124
+ | Property | Type | Required | Description | Comments |
125
+ | ------------------ | -------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- |
126
+ | `type` | `string` | no | The type of this collection. Possible fields can be 'favorites', 'project', or any other type of collection. | |
127
+ | `title` | `string` | yes | The title of this collection | maxLength: 800, maxGraphemes: 80 |
128
+ | `shortDescription` | `string` | no | Short summary of this collection, suitable for previews and list views | maxLength: 3000, maxGraphemes: 300 |
129
+ | `description` | `ref` | no | Rich-text description, represented as a Leaflet linear document. | |
130
+ | `items` | `ref` | yes | Array of strong references to items in this collection. Items can be activities (org.hypercerts.claim.activity) and/or other collections (org.hypercerts.claim.collection). | |
131
+ | `createdAt` | `string` | yes | Client-declared timestamp when this record was originally created | |
132
+
133
+ ---
134
+
135
+ ### `org.hypercerts.claim.rights`
136
+
137
+ **Description:** Describes the rights that a contributor and/or an owner has, such as whether the hypercert can be sold, transferred, and under what conditions.
138
+
139
+ **Key:** `tid`
140
+
141
+ #### Properties
142
+
143
+ | Property | Type | Required | Description | Comments |
144
+ | ------------------- | -------- | -------- | ------------------------------------------------------------------ | -------------- |
145
+ | `rightsName` | `string` | yes | Full name of the rights | maxLength: 100 |
146
+ | `rightsType` | `string` | yes | Short rights identifier for easier search | maxLength: 10 |
147
+ | `rightsDescription` | `string` | yes | Description of the rights of this hypercert | |
148
+ | `attachment` | `union` | no | An attachment to define the rights further, e.g. a legal document. | |
149
+ | `createdAt` | `string` | yes | Client-declared timestamp when this record was originally created | |
150
+
151
+ ---
152
+
153
+ ### `org.hypercerts.funding.receipt`
154
+
155
+ **Description:** Records a funding receipt for a payment from one user to another user. It may be recorded by the recipient, by the sender, or by a third party. The sender may remain anonymous.
156
+
157
+ **Key:** `tid`
158
+
159
+ #### Properties
160
+
161
+ | Property | Type | Required | Description | Comments |
162
+ | ---------------- | -------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
163
+ | `from` | `ref` | yes | DID of the sender who transferred the funds. Leave empty if sender wants to stay anonymous. | |
164
+ | `to` | `string` | yes | The recipient of the funds. Can be identified by DID or a clear-text name. | |
165
+ | `amount` | `string` | yes | Amount of funding received. | |
166
+ | `currency` | `string` | yes | Currency of the payment (e.g. EUR, USD, ETH). | |
167
+ | `paymentRail` | `string` | no | How the funds were transferred (e.g. bank_transfer, credit_card, onchain, cash, check, payment_processor). | |
168
+ | `paymentNetwork` | `string` | no | Optional network within the payment rail (e.g. arbitrum, ethereum, sepa, visa, paypal). | |
169
+ | `transactionId` | `string` | no | Identifier of the underlying payment transaction (e.g. bank reference, onchain transaction hash, or processor-specific ID). Use paymentNetwork to specify the network where applicable. | |
170
+ | `for` | `string` | no | Optional reference to the activity, project, or organization this funding relates to. | |
171
+ | `notes` | `string` | no | Optional notes or additional context for this funding receipt. | maxLength: 500 |
172
+ | `occurredAt` | `string` | no | Timestamp when the payment occurred. | |
173
+ | `createdAt` | `string` | yes | Client-declared timestamp when this receipt record was created. | |
174
+
175
+ ---
176
+
177
+ ## Certified Lexicons
178
+
179
+ Certified lexicons are common/shared lexicons that can be used across multiple protocols.
180
+
181
+ ### `org.hypercerts.defs`
182
+
183
+ **Description:** Common type definitions used across all certified protocols.
184
+
185
+ #### Defs
186
+
187
+ | Def | Type | Description | Comments |
188
+ | ------------ | -------- | ----------------------------------------- | --------------------------------------- |
189
+ | `uri` | `object` | Object containing a URI to external data | Has `uri` property (string, format uri) |
190
+ | `smallBlob` | `object` | Object containing a blob to external data | Has `blob` property (blob, up to 10MB) |
191
+ | `largeBlob` | `object` | Object containing a blob to external data | Has `blob` property (blob, up to 100MB) |
192
+ | `smallImage` | `object` | Object containing a small image | Has `image` property (blob, up to 5MB) |
193
+ | `largeImage` | `object` | Object containing a large image | Has `image` property (blob, up to 10MB) |
194
+
195
+ ---
196
+
197
+ ### `app.certified.location`
198
+
199
+ **Description:** A location reference
200
+
201
+ **Key:** `tid`
202
+
203
+ #### Properties
204
+
205
+ | Property | Type | Required | Description | Comments |
206
+ | -------------- | -------- | -------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
207
+ | `lpVersion` | `string` | yes | The version of the Location Protocol | maxLength: 10 |
208
+ | `srs` | `string` | yes | The Spatial Reference System URI (e.g., http://www.opengis.net/def/crs/OGC/1.3/CRS84) that defines the coordinate system. | maxLength: 100 |
209
+ | `locationType` | `string` | yes | An identifier for the format of the location data (e.g., coordinate-decimal, geojson-point) | maxLength: 20, Known values: `coordinate-decimal`, `geojson-point` |
210
+ | `location` | `union` | yes | The location of where the work was performed as a URI or blob. | |
211
+ | `name` | `string` | no | Optional name for this location | maxLength: 1000, maxGraphemes: 100 |
212
+ | `description` | `string` | no | Optional description for this location | maxLength: 2000, maxGraphemes: 500 |
213
+ | `createdAt` | `string` | yes | Client-declared timestamp when this record was originally created | |
214
+
215
+ ---
216
+
217
+ ### `app.certified.badge.definition`
218
+
219
+ **Description:** Defines a badge that can be awarded via badge award records to users, projects, or activity claims.
220
+
221
+ **Key:** `tid`
222
+
223
+ #### Properties
224
+
225
+ | Property | Type | Required | Description | Comments |
226
+ | ---------------- | -------- | -------- | ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
227
+ | `badgeType` | `string` | yes | Category of the badge (e.g. endorsement, participation, affiliation). | |
228
+ | `title` | `string` | yes | Human-readable title of the badge. | |
229
+ | `icon` | `blob` | yes | Icon representing the badge, stored as a blob for compact visual display. | maxSize: 1048576, accepts: image/png, image/jpeg, image/webp, image/svg+xml |
230
+ | `description` | `string` | no | Optional short statement describing what the badge represents. | |
231
+ | `allowedIssuers` | `ref` | no | Optional allowlist of DIDs allowed to issue this badge. If omitted, anyone may issue it. | |
232
+ | `createdAt` | `string` | yes | Client-declared timestamp when this record was originally created | |
233
+
234
+ ---
235
+
236
+ ### `app.certified.badge.award`
237
+
238
+ **Description:** Records a badge award to a user, project, or activity claim.
239
+
240
+ **Key:** `tid`
241
+
242
+ #### Properties
243
+
244
+ | Property | Type | Required | Description |
245
+ | ----------- | -------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
246
+ | `badge` | `ref` | yes | Reference to the badge definition for this award. |
247
+ | `subject` | `union` | yes | Entity the badge award is for (either an account DID or any specific AT Protocol record), e.g. a user, a project, or a specific activity claim. |
248
+ | `note` | `string` | no | Optional statement explaining the reason for this badge award. |
249
+ | `createdAt` | `string` | yes | Client-declared timestamp when this record was originally created |
250
+
251
+ ---
252
+
253
+ ### `app.certified.badge.response`
254
+
255
+ **Description:** Recipient response to a badge award.
256
+
257
+ **Key:** `tid`
258
+
259
+ #### Properties
260
+
261
+ | Property | Type | Required | Description |
262
+ | ------------ | -------- | -------- | ------------------------------------------------------------------------ |
263
+ | `badgeAward` | `ref` | yes | Reference to the badge award. |
264
+ | `response` | `string` | yes | The recipient’s response for the badge (accepted or rejected). |
265
+ | `weight` | `string` | no | Optional relative weight for accepted badges, assigned by the recipient. |
266
+ | `createdAt` | `string` | yes | Client-declared timestamp when this record was originally created |
267
+
268
+ ---
269
+
270
+ ## Notes
271
+
272
+ - All timestamps use the `datetime` format (ISO 8601)
273
+ - Strong references (`com.atproto.repo.strongRef`) include both the URI and CID of the referenced record
274
+ - Union types allow multiple possible formats (e.g., URI or blob)
275
+ - Array items may have constraints like `maxLength` to limit the number of elements
276
+ - String fields may have both `maxLength` (bytes) and `maxGraphemes` (Unicode grapheme clusters) constraints
package/dist/exports.d.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * ⚠️ DO NOT EDIT THIS FILE MANUALLY ⚠️
5
5
  *
6
6
  * This file is automatically generated by scripts/generate-exports.js
7
- * Generated: 2026-01-12T15:25:09.220Z
7
+ * Generated: 2026-01-21T06:36:03.155Z
8
8
  *
9
9
  * To regenerate this file, run:
10
10
  * npm run gen-api
@@ -29,15 +29,14 @@ import LOCATION_LEXICON_JSON from "../lexicons/app/certified/location.json";
29
29
  import STRONGREF_LEXICON_JSON from "../lexicons/com/atproto/repo/strongRef.json";
30
30
  import ACTIVITY_LEXICON_JSON from "../lexicons/org/hypercerts/claim/activity.json";
31
31
  import COLLECTION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/collection.json";
32
- import CONTRIBUTION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contribution.json";
32
+ import CONTRIBUTOR_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contributor.json";
33
33
  import EVALUATION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/evaluation.json";
34
34
  import EVIDENCE_LEXICON_JSON from "../lexicons/org/hypercerts/claim/evidence.json";
35
35
  import MEASUREMENT_LEXICON_JSON from "../lexicons/org/hypercerts/claim/measurement.json";
36
- import PROJECT_LEXICON_JSON from "../lexicons/org/hypercerts/claim/project.json";
37
36
  import RIGHTS_LEXICON_JSON from "../lexicons/org/hypercerts/claim/rights.json";
38
37
  import HYPERCERTS_DEFS_LEXICON_JSON from "../lexicons/org/hypercerts/defs.json";
39
38
  import FUNDING_RECEIPT_LEXICON_JSON from "../lexicons/org/hypercerts/funding/receipt.json";
40
- export { BADGE_AWARD_LEXICON_JSON, BADGE_DEFINITION_LEXICON_JSON, BADGE_RESPONSE_LEXICON_JSON, CERTIFIED_DEFS_LEXICON_JSON, LOCATION_LEXICON_JSON, STRONGREF_LEXICON_JSON, ACTIVITY_LEXICON_JSON, COLLECTION_LEXICON_JSON, CONTRIBUTION_LEXICON_JSON, EVALUATION_LEXICON_JSON, EVIDENCE_LEXICON_JSON, MEASUREMENT_LEXICON_JSON, PROJECT_LEXICON_JSON, RIGHTS_LEXICON_JSON, HYPERCERTS_DEFS_LEXICON_JSON, FUNDING_RECEIPT_LEXICON_JSON, };
39
+ export { BADGE_AWARD_LEXICON_JSON, BADGE_DEFINITION_LEXICON_JSON, BADGE_RESPONSE_LEXICON_JSON, CERTIFIED_DEFS_LEXICON_JSON, LOCATION_LEXICON_JSON, STRONGREF_LEXICON_JSON, ACTIVITY_LEXICON_JSON, COLLECTION_LEXICON_JSON, CONTRIBUTOR_LEXICON_JSON, EVALUATION_LEXICON_JSON, EVIDENCE_LEXICON_JSON, MEASUREMENT_LEXICON_JSON, RIGHTS_LEXICON_JSON, HYPERCERTS_DEFS_LEXICON_JSON, FUNDING_RECEIPT_LEXICON_JSON, };
41
40
  export { schemas as HYPERCERTS_SCHEMAS, schemaDict as HYPERCERTS_SCHEMA_DICT, lexicons, validate, ids as HYPERCERTS_NSIDS_BY_TYPE, } from "./lexicons.js";
42
41
  export declare const BADGE_AWARD_NSID: "app.certified.badge.award";
43
42
  export declare const BADGE_DEFINITION_NSID: "app.certified.badge.definition";
@@ -47,11 +46,10 @@ export declare const LOCATION_NSID: "app.certified.location";
47
46
  export declare const STRONGREF_NSID: "com.atproto.repo.strongRef";
48
47
  export declare const ACTIVITY_NSID: "org.hypercerts.claim.activity";
49
48
  export declare const COLLECTION_NSID: "org.hypercerts.claim.collection";
50
- export declare const CONTRIBUTION_NSID: "org.hypercerts.claim.contribution";
49
+ export declare const CONTRIBUTOR_NSID: "org.hypercerts.claim.contributor";
51
50
  export declare const EVALUATION_NSID: "org.hypercerts.claim.evaluation";
52
51
  export declare const EVIDENCE_NSID: "org.hypercerts.claim.evidence";
53
52
  export declare const MEASUREMENT_NSID: "org.hypercerts.claim.measurement";
54
- export declare const PROJECT_NSID: "org.hypercerts.claim.project";
55
53
  export declare const RIGHTS_NSID: "org.hypercerts.claim.rights";
56
54
  export declare const HYPERCERTS_DEFS_NSID: "org.hypercerts.defs";
57
55
  export declare const FUNDING_RECEIPT_NSID: "org.hypercerts.funding.receipt";
@@ -70,11 +68,10 @@ export declare const HYPERCERTS_NSIDS: {
70
68
  readonly STRONGREF: "com.atproto.repo.strongRef";
71
69
  readonly ACTIVITY: "org.hypercerts.claim.activity";
72
70
  readonly COLLECTION: "org.hypercerts.claim.collection";
73
- readonly CONTRIBUTION: "org.hypercerts.claim.contribution";
71
+ readonly CONTRIBUTOR: "org.hypercerts.claim.contributor";
74
72
  readonly EVALUATION: "org.hypercerts.claim.evaluation";
75
73
  readonly EVIDENCE: "org.hypercerts.claim.evidence";
76
74
  readonly MEASUREMENT: "org.hypercerts.claim.measurement";
77
- readonly PROJECT: "org.hypercerts.claim.project";
78
75
  readonly RIGHTS: "org.hypercerts.claim.rights";
79
76
  readonly HYPERCERTS_DEFS: "org.hypercerts.defs";
80
77
  readonly FUNDING_RECEIPT: "org.hypercerts.funding.receipt";
@@ -329,6 +326,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
329
326
  workScope: {
330
327
  type: string;
331
328
  ref: string;
329
+ description: string;
332
330
  };
333
331
  startDate: {
334
332
  type: string;
@@ -361,11 +359,6 @@ export declare const HYPERCERTS_LEXICON_JSON: {
361
359
  ref: string;
362
360
  };
363
361
  };
364
- project: {
365
- type: string;
366
- format: string;
367
- description: string;
368
- };
369
362
  createdAt: {
370
363
  type: string;
371
364
  format: string;
@@ -374,36 +367,6 @@ export declare const HYPERCERTS_LEXICON_JSON: {
374
367
  };
375
368
  };
376
369
  };
377
- workScope: {
378
- type: string;
379
- description: string;
380
- properties: {
381
- withinAllOf: {
382
- type: string;
383
- description: string;
384
- items: {
385
- type: string;
386
- };
387
- maxLength: number;
388
- };
389
- withinAnyOf: {
390
- type: string;
391
- description: string;
392
- items: {
393
- type: string;
394
- };
395
- maxLength: number;
396
- };
397
- withinNoneOf: {
398
- type: string;
399
- description: string;
400
- items: {
401
- type: string;
402
- };
403
- maxLength: number;
404
- };
405
- };
406
- };
407
370
  activityWeight: {
408
371
  type: string;
409
372
  required: string[];
@@ -433,6 +396,10 @@ export declare const HYPERCERTS_LEXICON_JSON: {
433
396
  type: string;
434
397
  required: string[];
435
398
  properties: {
399
+ type: {
400
+ type: string;
401
+ description: string;
402
+ };
436
403
  title: {
437
404
  type: string;
438
405
  description: string;
@@ -445,19 +412,12 @@ export declare const HYPERCERTS_LEXICON_JSON: {
445
412
  maxGraphemes: number;
446
413
  description: string;
447
414
  };
448
- avatar: {
449
- type: string;
450
- description: string;
451
- accept: string[];
452
- maxSize: number;
453
- };
454
- coverPhoto: {
415
+ description: {
455
416
  type: string;
417
+ ref: string;
456
418
  description: string;
457
- accept: string[];
458
- maxSize: number;
459
419
  };
460
- activities: {
420
+ items: {
461
421
  type: string;
462
422
  description: string;
463
423
  items: {
@@ -475,7 +435,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
475
435
  };
476
436
  };
477
437
  };
478
- readonly CONTRIBUTION: {
438
+ readonly CONTRIBUTOR: {
479
439
  lexicon: number;
480
440
  id: string;
481
441
  defs: {
@@ -487,19 +447,26 @@ export declare const HYPERCERTS_LEXICON_JSON: {
487
447
  type: string;
488
448
  required: string[];
489
449
  properties: {
490
- role: {
450
+ identifier: {
451
+ type: string;
452
+ description: string;
453
+ };
454
+ displayName: {
491
455
  type: string;
492
456
  description: string;
493
457
  maxLength: number;
494
458
  };
495
- contributors: {
459
+ image: {
496
460
  type: string;
461
+ refs: string[];
497
462
  description: string;
498
- items: {
499
- type: string;
500
- };
501
463
  };
502
- description: {
464
+ role: {
465
+ type: string;
466
+ description: string;
467
+ maxLength: number;
468
+ };
469
+ contributionDescription: {
503
470
  type: string;
504
471
  description: string;
505
472
  maxLength: number;
@@ -738,70 +705,6 @@ export declare const HYPERCERTS_LEXICON_JSON: {
738
705
  };
739
706
  };
740
707
  };
741
- readonly PROJECT: {
742
- lexicon: number;
743
- id: string;
744
- defs: {
745
- main: {
746
- type: string;
747
- description: string;
748
- key: string;
749
- record: {
750
- type: string;
751
- required: string[];
752
- properties: {
753
- title: {
754
- type: string;
755
- description: string;
756
- maxLength: number;
757
- maxGraphemes: number;
758
- };
759
- shortDescription: {
760
- type: string;
761
- maxLength: number;
762
- maxGraphemes: number;
763
- description: string;
764
- };
765
- description: {
766
- type: string;
767
- ref: string;
768
- description: string;
769
- };
770
- avatar: {
771
- type: string;
772
- description: string;
773
- accept: string[];
774
- maxSize: number;
775
- };
776
- coverPhoto: {
777
- type: string;
778
- description: string;
779
- accept: string[];
780
- maxSize: number;
781
- };
782
- activities: {
783
- type: string;
784
- description: string;
785
- items: {
786
- type: string;
787
- ref: string;
788
- };
789
- };
790
- location: {
791
- type: string;
792
- ref: string;
793
- description: string;
794
- };
795
- createdAt: {
796
- type: string;
797
- format: string;
798
- description: string;
799
- };
800
- };
801
- };
802
- };
803
- };
804
- };
805
708
  readonly RIGHTS: {
806
709
  lexicon: number;
807
710
  id: string;
@@ -989,11 +892,10 @@ export declare const LOCATION_LEXICON_DOC: LexiconDoc;
989
892
  export declare const STRONGREF_LEXICON_DOC: LexiconDoc;
990
893
  export declare const ACTIVITY_LEXICON_DOC: LexiconDoc;
991
894
  export declare const COLLECTION_LEXICON_DOC: LexiconDoc;
992
- export declare const CONTRIBUTION_LEXICON_DOC: LexiconDoc;
895
+ export declare const CONTRIBUTOR_LEXICON_DOC: LexiconDoc;
993
896
  export declare const EVALUATION_LEXICON_DOC: LexiconDoc;
994
897
  export declare const EVIDENCE_LEXICON_DOC: LexiconDoc;
995
898
  export declare const MEASUREMENT_LEXICON_DOC: LexiconDoc;
996
- export declare const PROJECT_LEXICON_DOC: LexiconDoc;
997
899
  export declare const RIGHTS_LEXICON_DOC: LexiconDoc;
998
900
  export declare const HYPERCERTS_DEFS_LEXICON_DOC: LexiconDoc;
999
901
  export declare const FUNDING_RECEIPT_LEXICON_DOC: LexiconDoc;
@@ -1009,11 +911,10 @@ export * as AppCertifiedLocation from "./types/app/certified/location.js";
1009
911
  export * as ComAtprotoRepoStrongRef from "./types/com/atproto/repo/strongRef.js";
1010
912
  export * as OrgHypercertsClaimActivity from "./types/org/hypercerts/claim/activity.js";
1011
913
  export * as OrgHypercertsClaimCollection from "./types/org/hypercerts/claim/collection.js";
1012
- export * as OrgHypercertsClaimContribution from "./types/org/hypercerts/claim/contribution.js";
914
+ export * as OrgHypercertsClaimContributor from "./types/org/hypercerts/claim/contributor.js";
1013
915
  export * as OrgHypercertsClaimEvaluation from "./types/org/hypercerts/claim/evaluation.js";
1014
916
  export * as OrgHypercertsClaimEvidence from "./types/org/hypercerts/claim/evidence.js";
1015
917
  export * as OrgHypercertsClaimMeasurement from "./types/org/hypercerts/claim/measurement.js";
1016
- export * as OrgHypercertsClaimProject from "./types/org/hypercerts/claim/project.js";
1017
918
  export * as OrgHypercertsClaimRights from "./types/org/hypercerts/claim/rights.js";
1018
919
  export * as OrgHypercertsDefs from "./types/org/hypercerts/defs.js";
1019
920
  export * as OrgHypercertsFundingReceipt from "./types/org/hypercerts/funding/receipt.js";
@@ -1 +1 @@
1
- {"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../generated/exports.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../generated/exports.ts"],"names":[],"mappings":"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"}