@hypercerts-org/lexicon 0.10.0-beta.5 → 0.10.0-beta.7
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 +75 -0
- package/README.md +46 -0
- package/SCHEMAS.md +104 -90
- package/dist/exports.d.ts +109 -26
- package/dist/exports.d.ts.map +1 -1
- package/dist/generated/exports.d.ts +109 -26
- package/dist/generated/exports.d.ts.map +1 -1
- package/dist/generated/lexicons.d.ts +226 -70
- package/dist/generated/lexicons.d.ts.map +1 -1
- package/dist/generated/types/app/bsky/richtext/facet.d.ts +8 -0
- package/dist/generated/types/app/bsky/richtext/facet.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/claim/activity.d.ts +25 -11
- package/dist/generated/types/org/hypercerts/claim/activity.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/claim/collection.d.ts +18 -2
- package/dist/generated/types/org/hypercerts/claim/collection.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/claim/contributionDetails.d.ts +22 -0
- package/dist/generated/types/org/hypercerts/claim/contributionDetails.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/claim/{contributor.d.ts → contributorInformation.d.ts} +3 -11
- package/dist/generated/types/org/hypercerts/claim/contributorInformation.d.ts.map +1 -0
- package/dist/index.cjs +427 -203
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +415 -195
- package/dist/index.mjs.map +1 -1
- package/dist/lexicons.cjs +130 -39
- package/dist/lexicons.cjs.map +1 -1
- package/dist/lexicons.d.ts +226 -70
- package/dist/lexicons.d.ts.map +1 -1
- package/dist/lexicons.mjs +130 -39
- package/dist/lexicons.mjs.map +1 -1
- package/dist/types/app/bsky/richtext/facet.d.ts +8 -0
- package/dist/types/app/bsky/richtext/facet.d.ts.map +1 -0
- package/dist/types/org/hypercerts/claim/activity.d.ts +25 -11
- package/dist/types/org/hypercerts/claim/activity.d.ts.map +1 -1
- package/dist/types/org/hypercerts/claim/collection.d.ts +18 -2
- package/dist/types/org/hypercerts/claim/collection.d.ts.map +1 -1
- package/dist/types/org/hypercerts/claim/contributionDetails.d.ts +22 -0
- package/dist/types/org/hypercerts/claim/contributionDetails.d.ts.map +1 -0
- package/dist/types/org/hypercerts/claim/{contributor.d.ts → contributorInformation.d.ts} +3 -11
- package/dist/types/org/hypercerts/claim/contributorInformation.d.ts.map +1 -0
- package/lexicons/org/hypercerts/claim/activity.json +44 -13
- package/lexicons/org/hypercerts/claim/collection.json +33 -2
- package/lexicons/org/hypercerts/claim/{contributor.json → contributionDetails.json} +5 -22
- package/lexicons/org/hypercerts/claim/contributorInformation.json +39 -0
- package/package.json +5 -2
- package/dist/generated/types/org/hypercerts/claim/contributor.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/contributor.d.ts.map +0 -1
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-21T23:12:40.384Z
|
|
8
8
|
*
|
|
9
9
|
* To regenerate this file, run:
|
|
10
10
|
* npm run gen-api
|
|
@@ -29,14 +29,15 @@ 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 CONTRIBUTIONDETAILS_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contributionDetails.json";
|
|
33
|
+
import CONTRIBUTORINFORMATION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contributorInformation.json";
|
|
33
34
|
import EVALUATION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/evaluation.json";
|
|
34
35
|
import EVIDENCE_LEXICON_JSON from "../lexicons/org/hypercerts/claim/evidence.json";
|
|
35
36
|
import MEASUREMENT_LEXICON_JSON from "../lexicons/org/hypercerts/claim/measurement.json";
|
|
36
37
|
import RIGHTS_LEXICON_JSON from "../lexicons/org/hypercerts/claim/rights.json";
|
|
37
38
|
import HYPERCERTS_DEFS_LEXICON_JSON from "../lexicons/org/hypercerts/defs.json";
|
|
38
39
|
import FUNDING_RECEIPT_LEXICON_JSON from "../lexicons/org/hypercerts/funding/receipt.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,
|
|
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, CONTRIBUTIONDETAILS_LEXICON_JSON, CONTRIBUTORINFORMATION_LEXICON_JSON, EVALUATION_LEXICON_JSON, EVIDENCE_LEXICON_JSON, MEASUREMENT_LEXICON_JSON, RIGHTS_LEXICON_JSON, HYPERCERTS_DEFS_LEXICON_JSON, FUNDING_RECEIPT_LEXICON_JSON, };
|
|
40
41
|
export { schemas as HYPERCERTS_SCHEMAS, schemaDict as HYPERCERTS_SCHEMA_DICT, lexicons, validate, ids as HYPERCERTS_NSIDS_BY_TYPE, } from "./lexicons.js";
|
|
41
42
|
export declare const BADGE_AWARD_NSID: "app.certified.badge.award";
|
|
42
43
|
export declare const BADGE_DEFINITION_NSID: "app.certified.badge.definition";
|
|
@@ -46,7 +47,8 @@ export declare const LOCATION_NSID: "app.certified.location";
|
|
|
46
47
|
export declare const STRONGREF_NSID: "com.atproto.repo.strongRef";
|
|
47
48
|
export declare const ACTIVITY_NSID: "org.hypercerts.claim.activity";
|
|
48
49
|
export declare const COLLECTION_NSID: "org.hypercerts.claim.collection";
|
|
49
|
-
export declare const
|
|
50
|
+
export declare const CONTRIBUTIONDETAILS_NSID: "org.hypercerts.claim.contributionDetails";
|
|
51
|
+
export declare const CONTRIBUTORINFORMATION_NSID: "org.hypercerts.claim.contributorInformation";
|
|
50
52
|
export declare const EVALUATION_NSID: "org.hypercerts.claim.evaluation";
|
|
51
53
|
export declare const EVIDENCE_NSID: "org.hypercerts.claim.evidence";
|
|
52
54
|
export declare const MEASUREMENT_NSID: "org.hypercerts.claim.measurement";
|
|
@@ -68,7 +70,8 @@ export declare const HYPERCERTS_NSIDS: {
|
|
|
68
70
|
readonly STRONGREF: "com.atproto.repo.strongRef";
|
|
69
71
|
readonly ACTIVITY: "org.hypercerts.claim.activity";
|
|
70
72
|
readonly COLLECTION: "org.hypercerts.claim.collection";
|
|
71
|
-
readonly
|
|
73
|
+
readonly CONTRIBUTIONDETAILS: "org.hypercerts.claim.contributionDetails";
|
|
74
|
+
readonly CONTRIBUTORINFORMATION: "org.hypercerts.claim.contributorInformation";
|
|
72
75
|
readonly EVALUATION: "org.hypercerts.claim.evaluation";
|
|
73
76
|
readonly EVIDENCE: "org.hypercerts.claim.evidence";
|
|
74
77
|
readonly MEASUREMENT: "org.hypercerts.claim.measurement";
|
|
@@ -312,12 +315,28 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
312
315
|
maxLength: number;
|
|
313
316
|
maxGraphemes: number;
|
|
314
317
|
};
|
|
318
|
+
shortDescriptionFacets: {
|
|
319
|
+
type: string;
|
|
320
|
+
description: string;
|
|
321
|
+
items: {
|
|
322
|
+
type: string;
|
|
323
|
+
ref: string;
|
|
324
|
+
};
|
|
325
|
+
};
|
|
315
326
|
description: {
|
|
316
327
|
type: string;
|
|
317
328
|
description: string;
|
|
318
329
|
maxLength: number;
|
|
319
330
|
maxGraphemes: number;
|
|
320
331
|
};
|
|
332
|
+
descriptionFacets: {
|
|
333
|
+
type: string;
|
|
334
|
+
description: string;
|
|
335
|
+
items: {
|
|
336
|
+
type: string;
|
|
337
|
+
ref: string;
|
|
338
|
+
};
|
|
339
|
+
};
|
|
321
340
|
image: {
|
|
322
341
|
type: string;
|
|
323
342
|
refs: string[];
|
|
@@ -338,7 +357,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
338
357
|
format: string;
|
|
339
358
|
description: string;
|
|
340
359
|
};
|
|
341
|
-
|
|
360
|
+
contributors: {
|
|
342
361
|
type: string;
|
|
343
362
|
description: string;
|
|
344
363
|
items: {
|
|
@@ -367,21 +386,36 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
367
386
|
};
|
|
368
387
|
};
|
|
369
388
|
};
|
|
370
|
-
|
|
389
|
+
contributor: {
|
|
371
390
|
type: string;
|
|
372
391
|
required: string[];
|
|
373
392
|
properties: {
|
|
374
|
-
|
|
393
|
+
contributorIdentity: {
|
|
394
|
+
type: string;
|
|
395
|
+
refs: string[];
|
|
396
|
+
description: string;
|
|
397
|
+
};
|
|
398
|
+
contributionWeight: {
|
|
375
399
|
type: string;
|
|
376
|
-
ref: string;
|
|
377
400
|
description: string;
|
|
378
401
|
};
|
|
379
|
-
|
|
402
|
+
contributionDetails: {
|
|
380
403
|
type: string;
|
|
404
|
+
refs: string[];
|
|
381
405
|
description: string;
|
|
382
406
|
};
|
|
383
407
|
};
|
|
384
408
|
};
|
|
409
|
+
contributorIdentity: {
|
|
410
|
+
type: string;
|
|
411
|
+
description: string;
|
|
412
|
+
};
|
|
413
|
+
contributorRole: {
|
|
414
|
+
type: string;
|
|
415
|
+
description: string;
|
|
416
|
+
maxLength: number;
|
|
417
|
+
maxGraphemes: number;
|
|
418
|
+
};
|
|
385
419
|
};
|
|
386
420
|
};
|
|
387
421
|
readonly COLLECTION: {
|
|
@@ -417,6 +451,16 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
417
451
|
ref: string;
|
|
418
452
|
description: string;
|
|
419
453
|
};
|
|
454
|
+
avatar: {
|
|
455
|
+
type: string;
|
|
456
|
+
refs: string[];
|
|
457
|
+
description: string;
|
|
458
|
+
};
|
|
459
|
+
banner: {
|
|
460
|
+
type: string;
|
|
461
|
+
refs: string[];
|
|
462
|
+
description: string;
|
|
463
|
+
};
|
|
420
464
|
items: {
|
|
421
465
|
type: string;
|
|
422
466
|
description: string;
|
|
@@ -433,9 +477,24 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
433
477
|
};
|
|
434
478
|
};
|
|
435
479
|
};
|
|
480
|
+
item: {
|
|
481
|
+
type: string;
|
|
482
|
+
required: string[];
|
|
483
|
+
properties: {
|
|
484
|
+
itemIdentifier: {
|
|
485
|
+
type: string;
|
|
486
|
+
ref: string;
|
|
487
|
+
description: string;
|
|
488
|
+
};
|
|
489
|
+
itemWeight: {
|
|
490
|
+
type: string;
|
|
491
|
+
description: string;
|
|
492
|
+
};
|
|
493
|
+
};
|
|
494
|
+
};
|
|
436
495
|
};
|
|
437
496
|
};
|
|
438
|
-
readonly
|
|
497
|
+
readonly CONTRIBUTIONDETAILS: {
|
|
439
498
|
lexicon: number;
|
|
440
499
|
id: string;
|
|
441
500
|
defs: {
|
|
@@ -447,39 +506,61 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
447
506
|
type: string;
|
|
448
507
|
required: string[];
|
|
449
508
|
properties: {
|
|
450
|
-
|
|
509
|
+
role: {
|
|
451
510
|
type: string;
|
|
452
511
|
description: string;
|
|
512
|
+
maxLength: number;
|
|
453
513
|
};
|
|
454
|
-
|
|
514
|
+
contributionDescription: {
|
|
455
515
|
type: string;
|
|
456
516
|
description: string;
|
|
457
517
|
maxLength: number;
|
|
518
|
+
maxGraphemes: number;
|
|
458
519
|
};
|
|
459
|
-
|
|
520
|
+
startDate: {
|
|
460
521
|
type: string;
|
|
461
|
-
|
|
522
|
+
format: string;
|
|
462
523
|
description: string;
|
|
463
524
|
};
|
|
464
|
-
|
|
525
|
+
endDate: {
|
|
465
526
|
type: string;
|
|
527
|
+
format: string;
|
|
466
528
|
description: string;
|
|
467
|
-
maxLength: number;
|
|
468
529
|
};
|
|
469
|
-
|
|
530
|
+
createdAt: {
|
|
470
531
|
type: string;
|
|
532
|
+
format: string;
|
|
471
533
|
description: string;
|
|
472
|
-
maxLength: number;
|
|
473
|
-
maxGraphemes: number;
|
|
474
534
|
};
|
|
475
|
-
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
};
|
|
538
|
+
};
|
|
539
|
+
};
|
|
540
|
+
readonly CONTRIBUTORINFORMATION: {
|
|
541
|
+
lexicon: number;
|
|
542
|
+
id: string;
|
|
543
|
+
defs: {
|
|
544
|
+
main: {
|
|
545
|
+
type: string;
|
|
546
|
+
description: string;
|
|
547
|
+
key: string;
|
|
548
|
+
record: {
|
|
549
|
+
type: string;
|
|
550
|
+
required: string[];
|
|
551
|
+
properties: {
|
|
552
|
+
identifier: {
|
|
476
553
|
type: string;
|
|
477
|
-
format: string;
|
|
478
554
|
description: string;
|
|
479
555
|
};
|
|
480
|
-
|
|
556
|
+
displayName: {
|
|
481
557
|
type: string;
|
|
482
|
-
|
|
558
|
+
description: string;
|
|
559
|
+
maxLength: number;
|
|
560
|
+
};
|
|
561
|
+
image: {
|
|
562
|
+
type: string;
|
|
563
|
+
refs: string[];
|
|
483
564
|
description: string;
|
|
484
565
|
};
|
|
485
566
|
createdAt: {
|
|
@@ -892,7 +973,8 @@ export declare const LOCATION_LEXICON_DOC: LexiconDoc;
|
|
|
892
973
|
export declare const STRONGREF_LEXICON_DOC: LexiconDoc;
|
|
893
974
|
export declare const ACTIVITY_LEXICON_DOC: LexiconDoc;
|
|
894
975
|
export declare const COLLECTION_LEXICON_DOC: LexiconDoc;
|
|
895
|
-
export declare const
|
|
976
|
+
export declare const CONTRIBUTIONDETAILS_LEXICON_DOC: LexiconDoc;
|
|
977
|
+
export declare const CONTRIBUTORINFORMATION_LEXICON_DOC: LexiconDoc;
|
|
896
978
|
export declare const EVALUATION_LEXICON_DOC: LexiconDoc;
|
|
897
979
|
export declare const EVIDENCE_LEXICON_DOC: LexiconDoc;
|
|
898
980
|
export declare const MEASUREMENT_LEXICON_DOC: LexiconDoc;
|
|
@@ -911,7 +993,8 @@ export * as AppCertifiedLocation from "./types/app/certified/location.js";
|
|
|
911
993
|
export * as ComAtprotoRepoStrongRef from "./types/com/atproto/repo/strongRef.js";
|
|
912
994
|
export * as OrgHypercertsClaimActivity from "./types/org/hypercerts/claim/activity.js";
|
|
913
995
|
export * as OrgHypercertsClaimCollection from "./types/org/hypercerts/claim/collection.js";
|
|
914
|
-
export * as
|
|
996
|
+
export * as OrgHypercertsClaimContributionDetails from "./types/org/hypercerts/claim/contributionDetails.js";
|
|
997
|
+
export * as OrgHypercertsClaimContributorInformation from "./types/org/hypercerts/claim/contributorInformation.js";
|
|
915
998
|
export * as OrgHypercertsClaimEvaluation from "./types/org/hypercerts/claim/evaluation.js";
|
|
916
999
|
export * as OrgHypercertsClaimEvidence from "./types/org/hypercerts/claim/evidence.js";
|
|
917
1000
|
export * as OrgHypercertsClaimMeasurement from "./types/org/hypercerts/claim/measurement.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":"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,gCAAgC,MAAM,2DAA2D,CAAC;AACzG,OAAO,mCAAmC,MAAM,8DAA8D,CAAC;AAC/G,OAAO,uBAAuB,MAAM,kDAAkD,CAAC;AACvF,OAAO,qBAAqB,MAAM,gDAAgD,CAAC;AACnF,OAAO,wBAAwB,MAAM,mDAAmD,CAAC;AACzF,OAAO,mBAAmB,MAAM,8CAA8C,CAAC;AAC/E,OAAO,4BAA4B,MAAM,sCAAsC,CAAC;AAChF,OAAO,4BAA4B,MAAM,iDAAiD,CAAC;AAG3F,OAAO,EACL,wBAAwB,EACxB,6BAA6B,EAC7B,2BAA2B,EAC3B,2BAA2B,EAC3B,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,EACrB,uBAAuB,EACvB,gCAAgC,EAChC,mCAAmC,EACnC,uBAAuB,EACvB,qBAAqB,EACrB,wBAAwB,EACxB,mBAAmB,EACnB,4BAA4B,EAC5B,4BAA4B,GAC7B,CAAC;AAGF,OAAO,EACL,OAAO,IAAI,kBAAkB,EAC7B,UAAU,IAAI,sBAAsB,EACpC,QAAQ,EACR,QAAQ,EACR,GAAG,IAAI,wBAAwB,GAChC,MAAM,eAAe,CAAC;AAGvB,eAAO,MAAM,gBAAgB,EAAG,2BAAoC,CAAC;AACrE,eAAO,MAAM,qBAAqB,EAAG,gCAAyC,CAAC;AAC/E,eAAO,MAAM,mBAAmB,EAAG,8BAAuC,CAAC;AAC3E,eAAO,MAAM,mBAAmB,EAAG,oBAA6B,CAAC;AACjE,eAAO,MAAM,aAAa,EAAG,wBAAiC,CAAC;AAC/D,eAAO,MAAM,cAAc,EAAG,4BAAqC,CAAC;AACpE,eAAO,MAAM,aAAa,EAAG,+BAAwC,CAAC;AACtE,eAAO,MAAM,eAAe,EAAG,iCAA0C,CAAC;AAC1E,eAAO,MAAM,wBAAwB,EAAG,0CAAmD,CAAC;AAC5F,eAAO,MAAM,2BAA2B,EAAG,6CAAsD,CAAC;AAClG,eAAO,MAAM,eAAe,EAAG,iCAA0C,CAAC;AAC1E,eAAO,MAAM,aAAa,EAAG,+BAAwC,CAAC;AACtE,eAAO,MAAM,gBAAgB,EAAG,kCAA2C,CAAC;AAC5E,eAAO,MAAM,WAAW,EAAG,6BAAsC,CAAC;AAClE,eAAO,MAAM,oBAAoB,EAAG,qBAA8B,CAAC;AACnE,eAAO,MAAM,oBAAoB,EAAG,gCAAyC,CAAC;AAE9E;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;CAiBnB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiB1B,CAAC;AAGX,eAAO,MAAM,uBAAuB,EAAE,UAA4C,CAAC;AACnF,eAAO,MAAM,4BAA4B,EAAE,UAAiD,CAAC;AAC7F,eAAO,MAAM,0BAA0B,EAAE,UAA+C,CAAC;AACzF,eAAO,MAAM,0BAA0B,EAAE,UAA+C,CAAC;AACzF,eAAO,MAAM,oBAAoB,EAAE,UAAyC,CAAC;AAC7E,eAAO,MAAM,qBAAqB,EAAE,UAA0C,CAAC;AAC/E,eAAO,MAAM,oBAAoB,EAAE,UAAyC,CAAC;AAC7E,eAAO,MAAM,sBAAsB,EAAE,UAA2C,CAAC;AACjF,eAAO,MAAM,+BAA+B,EAAE,UAAoD,CAAC;AACnG,eAAO,MAAM,kCAAkC,EAAE,UAAuD,CAAC;AACzG,eAAO,MAAM,sBAAsB,EAAE,UAA2C,CAAC;AACjF,eAAO,MAAM,oBAAoB,EAAE,UAAyC,CAAC;AAC7E,eAAO,MAAM,uBAAuB,EAAE,UAA4C,CAAC;AACnF,eAAO,MAAM,kBAAkB,EAAE,UAAuC,CAAC;AACzE,eAAO,MAAM,2BAA2B,EAAE,UAAgD,CAAC;AAC3F,eAAO,MAAM,2BAA2B,EAAE,UAAgD,CAAC;AAE3F;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAiBpD,CAAC;AAGX,OAAO,KAAK,sBAAsB,MAAM,sCAAsC,CAAC;AAC/E,OAAO,KAAK,2BAA2B,MAAM,2CAA2C,CAAC;AACzF,OAAO,KAAK,yBAAyB,MAAM,yCAAyC,CAAC;AACrF,OAAO,KAAK,gBAAgB,MAAM,+BAA+B,CAAC;AAClE,OAAO,KAAK,oBAAoB,MAAM,mCAAmC,CAAC;AAC1E,OAAO,KAAK,uBAAuB,MAAM,uCAAuC,CAAC;AACjF,OAAO,KAAK,0BAA0B,MAAM,0CAA0C,CAAC;AACvF,OAAO,KAAK,4BAA4B,MAAM,4CAA4C,CAAC;AAC3F,OAAO,KAAK,qCAAqC,MAAM,qDAAqD,CAAC;AAC7G,OAAO,KAAK,wCAAwC,MAAM,wDAAwD,CAAC;AACnH,OAAO,KAAK,4BAA4B,MAAM,4CAA4C,CAAC;AAC3F,OAAO,KAAK,0BAA0B,MAAM,0CAA0C,CAAC;AACvF,OAAO,KAAK,6BAA6B,MAAM,6CAA6C,CAAC;AAC7F,OAAO,KAAK,wBAAwB,MAAM,wCAAwC,CAAC;AACnF,OAAO,KAAK,iBAAiB,MAAM,gCAAgC,CAAC;AACpE,OAAO,KAAK,2BAA2B,MAAM,2CAA2C,CAAC;AAGzF,cAAc,WAAW,CAAC"}
|
|
@@ -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-21T23:12:40.384Z
|
|
8
8
|
*
|
|
9
9
|
* To regenerate this file, run:
|
|
10
10
|
* npm run gen-api
|
|
@@ -29,14 +29,15 @@ 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 CONTRIBUTIONDETAILS_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contributionDetails.json";
|
|
33
|
+
import CONTRIBUTORINFORMATION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contributorInformation.json";
|
|
33
34
|
import EVALUATION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/evaluation.json";
|
|
34
35
|
import EVIDENCE_LEXICON_JSON from "../lexicons/org/hypercerts/claim/evidence.json";
|
|
35
36
|
import MEASUREMENT_LEXICON_JSON from "../lexicons/org/hypercerts/claim/measurement.json";
|
|
36
37
|
import RIGHTS_LEXICON_JSON from "../lexicons/org/hypercerts/claim/rights.json";
|
|
37
38
|
import HYPERCERTS_DEFS_LEXICON_JSON from "../lexicons/org/hypercerts/defs.json";
|
|
38
39
|
import FUNDING_RECEIPT_LEXICON_JSON from "../lexicons/org/hypercerts/funding/receipt.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,
|
|
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, CONTRIBUTIONDETAILS_LEXICON_JSON, CONTRIBUTORINFORMATION_LEXICON_JSON, EVALUATION_LEXICON_JSON, EVIDENCE_LEXICON_JSON, MEASUREMENT_LEXICON_JSON, RIGHTS_LEXICON_JSON, HYPERCERTS_DEFS_LEXICON_JSON, FUNDING_RECEIPT_LEXICON_JSON, };
|
|
40
41
|
export { schemas as HYPERCERTS_SCHEMAS, schemaDict as HYPERCERTS_SCHEMA_DICT, lexicons, validate, ids as HYPERCERTS_NSIDS_BY_TYPE, } from "./lexicons.js";
|
|
41
42
|
export declare const BADGE_AWARD_NSID: "app.certified.badge.award";
|
|
42
43
|
export declare const BADGE_DEFINITION_NSID: "app.certified.badge.definition";
|
|
@@ -46,7 +47,8 @@ export declare const LOCATION_NSID: "app.certified.location";
|
|
|
46
47
|
export declare const STRONGREF_NSID: "com.atproto.repo.strongRef";
|
|
47
48
|
export declare const ACTIVITY_NSID: "org.hypercerts.claim.activity";
|
|
48
49
|
export declare const COLLECTION_NSID: "org.hypercerts.claim.collection";
|
|
49
|
-
export declare const
|
|
50
|
+
export declare const CONTRIBUTIONDETAILS_NSID: "org.hypercerts.claim.contributionDetails";
|
|
51
|
+
export declare const CONTRIBUTORINFORMATION_NSID: "org.hypercerts.claim.contributorInformation";
|
|
50
52
|
export declare const EVALUATION_NSID: "org.hypercerts.claim.evaluation";
|
|
51
53
|
export declare const EVIDENCE_NSID: "org.hypercerts.claim.evidence";
|
|
52
54
|
export declare const MEASUREMENT_NSID: "org.hypercerts.claim.measurement";
|
|
@@ -68,7 +70,8 @@ export declare const HYPERCERTS_NSIDS: {
|
|
|
68
70
|
readonly STRONGREF: "com.atproto.repo.strongRef";
|
|
69
71
|
readonly ACTIVITY: "org.hypercerts.claim.activity";
|
|
70
72
|
readonly COLLECTION: "org.hypercerts.claim.collection";
|
|
71
|
-
readonly
|
|
73
|
+
readonly CONTRIBUTIONDETAILS: "org.hypercerts.claim.contributionDetails";
|
|
74
|
+
readonly CONTRIBUTORINFORMATION: "org.hypercerts.claim.contributorInformation";
|
|
72
75
|
readonly EVALUATION: "org.hypercerts.claim.evaluation";
|
|
73
76
|
readonly EVIDENCE: "org.hypercerts.claim.evidence";
|
|
74
77
|
readonly MEASUREMENT: "org.hypercerts.claim.measurement";
|
|
@@ -312,12 +315,28 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
312
315
|
maxLength: number;
|
|
313
316
|
maxGraphemes: number;
|
|
314
317
|
};
|
|
318
|
+
shortDescriptionFacets: {
|
|
319
|
+
type: string;
|
|
320
|
+
description: string;
|
|
321
|
+
items: {
|
|
322
|
+
type: string;
|
|
323
|
+
ref: string;
|
|
324
|
+
};
|
|
325
|
+
};
|
|
315
326
|
description: {
|
|
316
327
|
type: string;
|
|
317
328
|
description: string;
|
|
318
329
|
maxLength: number;
|
|
319
330
|
maxGraphemes: number;
|
|
320
331
|
};
|
|
332
|
+
descriptionFacets: {
|
|
333
|
+
type: string;
|
|
334
|
+
description: string;
|
|
335
|
+
items: {
|
|
336
|
+
type: string;
|
|
337
|
+
ref: string;
|
|
338
|
+
};
|
|
339
|
+
};
|
|
321
340
|
image: {
|
|
322
341
|
type: string;
|
|
323
342
|
refs: string[];
|
|
@@ -338,7 +357,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
338
357
|
format: string;
|
|
339
358
|
description: string;
|
|
340
359
|
};
|
|
341
|
-
|
|
360
|
+
contributors: {
|
|
342
361
|
type: string;
|
|
343
362
|
description: string;
|
|
344
363
|
items: {
|
|
@@ -367,21 +386,36 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
367
386
|
};
|
|
368
387
|
};
|
|
369
388
|
};
|
|
370
|
-
|
|
389
|
+
contributor: {
|
|
371
390
|
type: string;
|
|
372
391
|
required: string[];
|
|
373
392
|
properties: {
|
|
374
|
-
|
|
393
|
+
contributorIdentity: {
|
|
394
|
+
type: string;
|
|
395
|
+
refs: string[];
|
|
396
|
+
description: string;
|
|
397
|
+
};
|
|
398
|
+
contributionWeight: {
|
|
375
399
|
type: string;
|
|
376
|
-
ref: string;
|
|
377
400
|
description: string;
|
|
378
401
|
};
|
|
379
|
-
|
|
402
|
+
contributionDetails: {
|
|
380
403
|
type: string;
|
|
404
|
+
refs: string[];
|
|
381
405
|
description: string;
|
|
382
406
|
};
|
|
383
407
|
};
|
|
384
408
|
};
|
|
409
|
+
contributorIdentity: {
|
|
410
|
+
type: string;
|
|
411
|
+
description: string;
|
|
412
|
+
};
|
|
413
|
+
contributorRole: {
|
|
414
|
+
type: string;
|
|
415
|
+
description: string;
|
|
416
|
+
maxLength: number;
|
|
417
|
+
maxGraphemes: number;
|
|
418
|
+
};
|
|
385
419
|
};
|
|
386
420
|
};
|
|
387
421
|
readonly COLLECTION: {
|
|
@@ -417,6 +451,16 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
417
451
|
ref: string;
|
|
418
452
|
description: string;
|
|
419
453
|
};
|
|
454
|
+
avatar: {
|
|
455
|
+
type: string;
|
|
456
|
+
refs: string[];
|
|
457
|
+
description: string;
|
|
458
|
+
};
|
|
459
|
+
banner: {
|
|
460
|
+
type: string;
|
|
461
|
+
refs: string[];
|
|
462
|
+
description: string;
|
|
463
|
+
};
|
|
420
464
|
items: {
|
|
421
465
|
type: string;
|
|
422
466
|
description: string;
|
|
@@ -433,9 +477,24 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
433
477
|
};
|
|
434
478
|
};
|
|
435
479
|
};
|
|
480
|
+
item: {
|
|
481
|
+
type: string;
|
|
482
|
+
required: string[];
|
|
483
|
+
properties: {
|
|
484
|
+
itemIdentifier: {
|
|
485
|
+
type: string;
|
|
486
|
+
ref: string;
|
|
487
|
+
description: string;
|
|
488
|
+
};
|
|
489
|
+
itemWeight: {
|
|
490
|
+
type: string;
|
|
491
|
+
description: string;
|
|
492
|
+
};
|
|
493
|
+
};
|
|
494
|
+
};
|
|
436
495
|
};
|
|
437
496
|
};
|
|
438
|
-
readonly
|
|
497
|
+
readonly CONTRIBUTIONDETAILS: {
|
|
439
498
|
lexicon: number;
|
|
440
499
|
id: string;
|
|
441
500
|
defs: {
|
|
@@ -447,39 +506,61 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
447
506
|
type: string;
|
|
448
507
|
required: string[];
|
|
449
508
|
properties: {
|
|
450
|
-
|
|
509
|
+
role: {
|
|
451
510
|
type: string;
|
|
452
511
|
description: string;
|
|
512
|
+
maxLength: number;
|
|
453
513
|
};
|
|
454
|
-
|
|
514
|
+
contributionDescription: {
|
|
455
515
|
type: string;
|
|
456
516
|
description: string;
|
|
457
517
|
maxLength: number;
|
|
518
|
+
maxGraphemes: number;
|
|
458
519
|
};
|
|
459
|
-
|
|
520
|
+
startDate: {
|
|
460
521
|
type: string;
|
|
461
|
-
|
|
522
|
+
format: string;
|
|
462
523
|
description: string;
|
|
463
524
|
};
|
|
464
|
-
|
|
525
|
+
endDate: {
|
|
465
526
|
type: string;
|
|
527
|
+
format: string;
|
|
466
528
|
description: string;
|
|
467
|
-
maxLength: number;
|
|
468
529
|
};
|
|
469
|
-
|
|
530
|
+
createdAt: {
|
|
470
531
|
type: string;
|
|
532
|
+
format: string;
|
|
471
533
|
description: string;
|
|
472
|
-
maxLength: number;
|
|
473
|
-
maxGraphemes: number;
|
|
474
534
|
};
|
|
475
|
-
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
};
|
|
538
|
+
};
|
|
539
|
+
};
|
|
540
|
+
readonly CONTRIBUTORINFORMATION: {
|
|
541
|
+
lexicon: number;
|
|
542
|
+
id: string;
|
|
543
|
+
defs: {
|
|
544
|
+
main: {
|
|
545
|
+
type: string;
|
|
546
|
+
description: string;
|
|
547
|
+
key: string;
|
|
548
|
+
record: {
|
|
549
|
+
type: string;
|
|
550
|
+
required: string[];
|
|
551
|
+
properties: {
|
|
552
|
+
identifier: {
|
|
476
553
|
type: string;
|
|
477
|
-
format: string;
|
|
478
554
|
description: string;
|
|
479
555
|
};
|
|
480
|
-
|
|
556
|
+
displayName: {
|
|
481
557
|
type: string;
|
|
482
|
-
|
|
558
|
+
description: string;
|
|
559
|
+
maxLength: number;
|
|
560
|
+
};
|
|
561
|
+
image: {
|
|
562
|
+
type: string;
|
|
563
|
+
refs: string[];
|
|
483
564
|
description: string;
|
|
484
565
|
};
|
|
485
566
|
createdAt: {
|
|
@@ -892,7 +973,8 @@ export declare const LOCATION_LEXICON_DOC: LexiconDoc;
|
|
|
892
973
|
export declare const STRONGREF_LEXICON_DOC: LexiconDoc;
|
|
893
974
|
export declare const ACTIVITY_LEXICON_DOC: LexiconDoc;
|
|
894
975
|
export declare const COLLECTION_LEXICON_DOC: LexiconDoc;
|
|
895
|
-
export declare const
|
|
976
|
+
export declare const CONTRIBUTIONDETAILS_LEXICON_DOC: LexiconDoc;
|
|
977
|
+
export declare const CONTRIBUTORINFORMATION_LEXICON_DOC: LexiconDoc;
|
|
896
978
|
export declare const EVALUATION_LEXICON_DOC: LexiconDoc;
|
|
897
979
|
export declare const EVIDENCE_LEXICON_DOC: LexiconDoc;
|
|
898
980
|
export declare const MEASUREMENT_LEXICON_DOC: LexiconDoc;
|
|
@@ -911,7 +993,8 @@ export * as AppCertifiedLocation from "./types/app/certified/location.js";
|
|
|
911
993
|
export * as ComAtprotoRepoStrongRef from "./types/com/atproto/repo/strongRef.js";
|
|
912
994
|
export * as OrgHypercertsClaimActivity from "./types/org/hypercerts/claim/activity.js";
|
|
913
995
|
export * as OrgHypercertsClaimCollection from "./types/org/hypercerts/claim/collection.js";
|
|
914
|
-
export * as
|
|
996
|
+
export * as OrgHypercertsClaimContributionDetails from "./types/org/hypercerts/claim/contributionDetails.js";
|
|
997
|
+
export * as OrgHypercertsClaimContributorInformation from "./types/org/hypercerts/claim/contributorInformation.js";
|
|
915
998
|
export * as OrgHypercertsClaimEvaluation from "./types/org/hypercerts/claim/evaluation.js";
|
|
916
999
|
export * as OrgHypercertsClaimEvidence from "./types/org/hypercerts/claim/evidence.js";
|
|
917
1000
|
export * as OrgHypercertsClaimMeasurement from "./types/org/hypercerts/claim/measurement.js";
|
|
@@ -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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"}
|