@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
|
@@ -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";
|
|
@@ -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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"}
|