@hypercerts-org/lexicon 0.10.0-beta.3 → 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.
- package/CHANGELOG.md +63 -0
- package/README.md +66 -311
- package/SCHEMAS.md +276 -0
- package/dist/exports.d.ts +34 -130
- package/dist/exports.d.ts.map +1 -1
- package/dist/generated/exports.d.ts +34 -130
- package/dist/generated/exports.d.ts.map +1 -1
- package/dist/generated/lexicons.d.ts +96 -278
- package/dist/generated/lexicons.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/claim/activity.d.ts +6 -19
- package/dist/generated/types/org/hypercerts/claim/activity.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/claim/collection.d.ts +9 -9
- package/dist/generated/types/org/hypercerts/claim/collection.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/claim/contributor.d.ts +31 -0
- package/dist/generated/types/org/hypercerts/claim/contributor.d.ts.map +1 -0
- package/dist/index.cjs +261 -503
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +253 -491
- package/dist/index.mjs.map +1 -1
- package/dist/lexicons.cjs +52 -147
- package/dist/lexicons.cjs.map +1 -1
- package/dist/lexicons.d.ts +96 -278
- package/dist/lexicons.d.ts.map +1 -1
- package/dist/lexicons.mjs +52 -147
- package/dist/lexicons.mjs.map +1 -1
- package/dist/types/org/hypercerts/claim/activity.d.ts +6 -19
- package/dist/types/org/hypercerts/claim/activity.d.ts.map +1 -1
- package/dist/types/org/hypercerts/claim/collection.d.ts +9 -9
- package/dist/types/org/hypercerts/claim/collection.d.ts.map +1 -1
- package/dist/types/org/hypercerts/claim/contributor.d.ts +31 -0
- package/dist/types/org/hypercerts/claim/contributor.d.ts.map +1 -0
- package/lexicons/org/hypercerts/claim/activity.json +11 -48
- package/lexicons/org/hypercerts/claim/collection.json +14 -17
- package/lexicons/org/hypercerts/claim/{contribution.json → contributor.json} +24 -14
- package/lexicons/org/hypercerts/claim/evaluation.json +1 -1
- package/package.json +8 -4
- package/dist/generated/types/org/hypercerts/claim/contribution.d.ts +0 -24
- package/dist/generated/types/org/hypercerts/claim/contribution.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/claim/project.d.ts +0 -29
- package/dist/generated/types/org/hypercerts/claim/project.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/contribution.d.ts +0 -24
- package/dist/types/org/hypercerts/claim/contribution.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/project.d.ts +0 -29
- package/dist/types/org/hypercerts/claim/project.d.ts.map +0 -1
- 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-
|
|
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
|
|
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,
|
|
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
|
|
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
|
|
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;
|
|
@@ -353,15 +351,13 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
353
351
|
ref: string;
|
|
354
352
|
description: string;
|
|
355
353
|
};
|
|
356
|
-
|
|
357
|
-
type: string;
|
|
358
|
-
ref: string;
|
|
359
|
-
description: string;
|
|
360
|
-
};
|
|
361
|
-
project: {
|
|
354
|
+
locations: {
|
|
362
355
|
type: string;
|
|
363
|
-
format: string;
|
|
364
356
|
description: string;
|
|
357
|
+
items: {
|
|
358
|
+
type: string;
|
|
359
|
+
ref: string;
|
|
360
|
+
};
|
|
365
361
|
};
|
|
366
362
|
createdAt: {
|
|
367
363
|
type: string;
|
|
@@ -371,36 +367,6 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
371
367
|
};
|
|
372
368
|
};
|
|
373
369
|
};
|
|
374
|
-
workScope: {
|
|
375
|
-
type: string;
|
|
376
|
-
description: string;
|
|
377
|
-
properties: {
|
|
378
|
-
withinAllOf: {
|
|
379
|
-
type: string;
|
|
380
|
-
description: string;
|
|
381
|
-
items: {
|
|
382
|
-
type: string;
|
|
383
|
-
};
|
|
384
|
-
maxLength: number;
|
|
385
|
-
};
|
|
386
|
-
withinAnyOf: {
|
|
387
|
-
type: string;
|
|
388
|
-
description: string;
|
|
389
|
-
items: {
|
|
390
|
-
type: string;
|
|
391
|
-
};
|
|
392
|
-
maxLength: number;
|
|
393
|
-
};
|
|
394
|
-
withinNoneOf: {
|
|
395
|
-
type: string;
|
|
396
|
-
description: string;
|
|
397
|
-
items: {
|
|
398
|
-
type: string;
|
|
399
|
-
};
|
|
400
|
-
maxLength: number;
|
|
401
|
-
};
|
|
402
|
-
};
|
|
403
|
-
};
|
|
404
370
|
activityWeight: {
|
|
405
371
|
type: string;
|
|
406
372
|
required: string[];
|
|
@@ -430,6 +396,10 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
430
396
|
type: string;
|
|
431
397
|
required: string[];
|
|
432
398
|
properties: {
|
|
399
|
+
type: {
|
|
400
|
+
type: string;
|
|
401
|
+
description: string;
|
|
402
|
+
};
|
|
433
403
|
title: {
|
|
434
404
|
type: string;
|
|
435
405
|
description: string;
|
|
@@ -442,19 +412,12 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
442
412
|
maxGraphemes: number;
|
|
443
413
|
description: string;
|
|
444
414
|
};
|
|
445
|
-
|
|
446
|
-
type: string;
|
|
447
|
-
description: string;
|
|
448
|
-
accept: string[];
|
|
449
|
-
maxSize: number;
|
|
450
|
-
};
|
|
451
|
-
coverPhoto: {
|
|
415
|
+
description: {
|
|
452
416
|
type: string;
|
|
417
|
+
ref: string;
|
|
453
418
|
description: string;
|
|
454
|
-
accept: string[];
|
|
455
|
-
maxSize: number;
|
|
456
419
|
};
|
|
457
|
-
|
|
420
|
+
items: {
|
|
458
421
|
type: string;
|
|
459
422
|
description: string;
|
|
460
423
|
items: {
|
|
@@ -472,7 +435,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
472
435
|
};
|
|
473
436
|
};
|
|
474
437
|
};
|
|
475
|
-
readonly
|
|
438
|
+
readonly CONTRIBUTOR: {
|
|
476
439
|
lexicon: number;
|
|
477
440
|
id: string;
|
|
478
441
|
defs: {
|
|
@@ -484,19 +447,26 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
484
447
|
type: string;
|
|
485
448
|
required: string[];
|
|
486
449
|
properties: {
|
|
487
|
-
|
|
450
|
+
identifier: {
|
|
451
|
+
type: string;
|
|
452
|
+
description: string;
|
|
453
|
+
};
|
|
454
|
+
displayName: {
|
|
488
455
|
type: string;
|
|
489
456
|
description: string;
|
|
490
457
|
maxLength: number;
|
|
491
458
|
};
|
|
492
|
-
|
|
459
|
+
image: {
|
|
493
460
|
type: string;
|
|
461
|
+
refs: string[];
|
|
494
462
|
description: string;
|
|
495
|
-
items: {
|
|
496
|
-
type: string;
|
|
497
|
-
};
|
|
498
463
|
};
|
|
499
|
-
|
|
464
|
+
role: {
|
|
465
|
+
type: string;
|
|
466
|
+
description: string;
|
|
467
|
+
maxLength: number;
|
|
468
|
+
};
|
|
469
|
+
contributionDescription: {
|
|
500
470
|
type: string;
|
|
501
471
|
description: string;
|
|
502
472
|
maxLength: number;
|
|
@@ -735,70 +705,6 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
735
705
|
};
|
|
736
706
|
};
|
|
737
707
|
};
|
|
738
|
-
readonly PROJECT: {
|
|
739
|
-
lexicon: number;
|
|
740
|
-
id: string;
|
|
741
|
-
defs: {
|
|
742
|
-
main: {
|
|
743
|
-
type: string;
|
|
744
|
-
description: string;
|
|
745
|
-
key: string;
|
|
746
|
-
record: {
|
|
747
|
-
type: string;
|
|
748
|
-
required: string[];
|
|
749
|
-
properties: {
|
|
750
|
-
title: {
|
|
751
|
-
type: string;
|
|
752
|
-
description: string;
|
|
753
|
-
maxLength: number;
|
|
754
|
-
maxGraphemes: number;
|
|
755
|
-
};
|
|
756
|
-
shortDescription: {
|
|
757
|
-
type: string;
|
|
758
|
-
maxLength: number;
|
|
759
|
-
maxGraphemes: number;
|
|
760
|
-
description: string;
|
|
761
|
-
};
|
|
762
|
-
description: {
|
|
763
|
-
type: string;
|
|
764
|
-
ref: string;
|
|
765
|
-
description: string;
|
|
766
|
-
};
|
|
767
|
-
avatar: {
|
|
768
|
-
type: string;
|
|
769
|
-
description: string;
|
|
770
|
-
accept: string[];
|
|
771
|
-
maxSize: number;
|
|
772
|
-
};
|
|
773
|
-
coverPhoto: {
|
|
774
|
-
type: string;
|
|
775
|
-
description: string;
|
|
776
|
-
accept: string[];
|
|
777
|
-
maxSize: number;
|
|
778
|
-
};
|
|
779
|
-
activities: {
|
|
780
|
-
type: string;
|
|
781
|
-
description: string;
|
|
782
|
-
items: {
|
|
783
|
-
type: string;
|
|
784
|
-
ref: string;
|
|
785
|
-
};
|
|
786
|
-
};
|
|
787
|
-
location: {
|
|
788
|
-
type: string;
|
|
789
|
-
ref: string;
|
|
790
|
-
description: string;
|
|
791
|
-
};
|
|
792
|
-
createdAt: {
|
|
793
|
-
type: string;
|
|
794
|
-
format: string;
|
|
795
|
-
description: string;
|
|
796
|
-
};
|
|
797
|
-
};
|
|
798
|
-
};
|
|
799
|
-
};
|
|
800
|
-
};
|
|
801
|
-
};
|
|
802
708
|
readonly RIGHTS: {
|
|
803
709
|
lexicon: number;
|
|
804
710
|
id: string;
|
|
@@ -986,11 +892,10 @@ export declare const LOCATION_LEXICON_DOC: LexiconDoc;
|
|
|
986
892
|
export declare const STRONGREF_LEXICON_DOC: LexiconDoc;
|
|
987
893
|
export declare const ACTIVITY_LEXICON_DOC: LexiconDoc;
|
|
988
894
|
export declare const COLLECTION_LEXICON_DOC: LexiconDoc;
|
|
989
|
-
export declare const
|
|
895
|
+
export declare const CONTRIBUTOR_LEXICON_DOC: LexiconDoc;
|
|
990
896
|
export declare const EVALUATION_LEXICON_DOC: LexiconDoc;
|
|
991
897
|
export declare const EVIDENCE_LEXICON_DOC: LexiconDoc;
|
|
992
898
|
export declare const MEASUREMENT_LEXICON_DOC: LexiconDoc;
|
|
993
|
-
export declare const PROJECT_LEXICON_DOC: LexiconDoc;
|
|
994
899
|
export declare const RIGHTS_LEXICON_DOC: LexiconDoc;
|
|
995
900
|
export declare const HYPERCERTS_DEFS_LEXICON_DOC: LexiconDoc;
|
|
996
901
|
export declare const FUNDING_RECEIPT_LEXICON_DOC: LexiconDoc;
|
|
@@ -1006,11 +911,10 @@ export * as AppCertifiedLocation from "./types/app/certified/location.js";
|
|
|
1006
911
|
export * as ComAtprotoRepoStrongRef from "./types/com/atproto/repo/strongRef.js";
|
|
1007
912
|
export * as OrgHypercertsClaimActivity from "./types/org/hypercerts/claim/activity.js";
|
|
1008
913
|
export * as OrgHypercertsClaimCollection from "./types/org/hypercerts/claim/collection.js";
|
|
1009
|
-
export * as
|
|
914
|
+
export * as OrgHypercertsClaimContributor from "./types/org/hypercerts/claim/contributor.js";
|
|
1010
915
|
export * as OrgHypercertsClaimEvaluation from "./types/org/hypercerts/claim/evaluation.js";
|
|
1011
916
|
export * as OrgHypercertsClaimEvidence from "./types/org/hypercerts/claim/evidence.js";
|
|
1012
917
|
export * as OrgHypercertsClaimMeasurement from "./types/org/hypercerts/claim/measurement.js";
|
|
1013
|
-
export * as OrgHypercertsClaimProject from "./types/org/hypercerts/claim/project.js";
|
|
1014
918
|
export * as OrgHypercertsClaimRights from "./types/org/hypercerts/claim/rights.js";
|
|
1015
919
|
export * as OrgHypercertsDefs from "./types/org/hypercerts/defs.js";
|
|
1016
920
|
export * as OrgHypercertsFundingReceipt from "./types/org/hypercerts/funding/receipt.js";
|
package/dist/exports.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../generated/exports.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAEnD,OAAO,wBAAwB,MAAM,4CAA4C,CAAC;AAClF,OAAO,6BAA6B,MAAM,iDAAiD,CAAC;AAC5F,OAAO,2BAA2B,MAAM,+CAA+C,CAAC;AACxF,OAAO,2BAA2B,MAAM,qCAAqC,CAAC;AAC9E,OAAO,qBAAqB,MAAM,yCAAyC,CAAC;AAC5E,OAAO,sBAAsB,MAAM,6CAA6C,CAAC;AACjF,OAAO,qBAAqB,MAAM,gDAAgD,CAAC;AACnF,OAAO,uBAAuB,MAAM,kDAAkD,CAAC;AACvF,OAAO,
|
|
1
|
+
{"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../generated/exports.ts"],"names":[],"mappings":"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"}
|