@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.
- package/CHANGELOG.md +57 -0
- package/README.md +66 -311
- package/SCHEMAS.md +276 -0
- package/dist/exports.d.ts +29 -128
- package/dist/exports.d.ts.map +1 -1
- package/dist/generated/exports.d.ts +29 -128
- package/dist/generated/exports.d.ts.map +1 -1
- package/dist/generated/lexicons.d.ts +82 -270
- package/dist/generated/lexicons.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/claim/activity.d.ts +4 -18
- 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 +247 -495
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +239 -483
- package/dist/index.mjs.map +1 -1
- package/dist/lexicons.cjs +45 -143
- package/dist/lexicons.cjs.map +1 -1
- package/dist/lexicons.d.ts +82 -270
- package/dist/lexicons.d.ts.map +1 -1
- package/dist/lexicons.mjs +45 -143
- package/dist/lexicons.mjs.map +1 -1
- package/dist/types/org/hypercerts/claim/activity.d.ts +4 -18
- 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 +4 -44
- 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 +7 -3
- 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;
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
459
|
+
image: {
|
|
496
460
|
type: string;
|
|
461
|
+
refs: string[];
|
|
497
462
|
description: string;
|
|
498
|
-
items: {
|
|
499
|
-
type: string;
|
|
500
|
-
};
|
|
501
463
|
};
|
|
502
|
-
|
|
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
|
|
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
|
|
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":"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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"}
|