@hypercerts-org/lexicon 0.10.0-beta.15 → 0.10.0-beta.16
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 +28 -0
- package/README.md +50 -12
- package/SCHEMAS.md +293 -169
- package/dist/exports.d.ts +566 -179
- package/dist/exports.d.ts.map +1 -1
- package/dist/generated/exports.d.ts +566 -179
- package/dist/generated/exports.d.ts.map +1 -1
- package/dist/generated/lexicons.d.ts +1199 -465
- package/dist/generated/lexicons.d.ts.map +1 -1
- package/dist/generated/types/app/certified/actor/organization.d.ts +32 -0
- package/dist/generated/types/app/certified/actor/organization.d.ts.map +1 -0
- package/dist/generated/types/app/certified/actor/profile.d.ts +4 -1
- package/dist/generated/types/app/certified/actor/profile.d.ts.map +1 -1
- package/dist/generated/types/app/certified/badge/award.d.ts +2 -0
- package/dist/generated/types/app/certified/badge/award.d.ts.map +1 -1
- package/dist/generated/types/app/certified/badge/response.d.ts +1 -1
- package/dist/generated/types/app/certified/badge/response.d.ts.map +1 -1
- package/dist/generated/types/app/certified/location.d.ts +2 -2
- package/dist/generated/types/app/certified/location.d.ts.map +1 -1
- package/dist/generated/types/org/hyperboards/board.d.ts +75 -0
- package/dist/generated/types/org/hyperboards/board.d.ts.map +1 -0
- package/dist/generated/types/org/hyperboards/displayProfile.d.ts +31 -0
- package/dist/generated/types/org/hyperboards/displayProfile.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/claim/activity.d.ts +8 -9
- package/dist/generated/types/org/hypercerts/claim/activity.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/claim/{contributionDetails.d.ts → contribution.d.ts} +6 -6
- package/dist/generated/types/org/hypercerts/claim/contribution.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/claim/contributorInformation.d.ts +2 -2
- package/dist/generated/types/org/hypercerts/claim/contributorInformation.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/claim/rights.d.ts +3 -3
- package/dist/generated/types/org/hypercerts/claim/rights.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/{claim/collection.d.ts → collection.d.ts} +10 -10
- package/dist/generated/types/org/hypercerts/collection.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/context/acknowledgement.d.ts +25 -0
- package/dist/generated/types/org/hypercerts/context/acknowledgement.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/{claim → context}/attachment.d.ts +6 -8
- package/dist/generated/types/org/hypercerts/context/attachment.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/{claim → context}/evaluation.d.ts +15 -15
- package/dist/generated/types/org/hypercerts/context/evaluation.d.ts.map +1 -0
- package/dist/{types/org/hypercerts/claim → generated/types/org/hypercerts/context}/measurement.d.ts +7 -6
- package/dist/generated/types/org/hypercerts/context/measurement.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/defs.d.ts +8 -0
- package/dist/generated/types/org/hypercerts/defs.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/funding/receipt.d.ts +1 -1
- package/dist/generated/types/org/hypercerts/funding/receipt.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/workscope/cel.d.ts +20 -0
- package/dist/generated/types/org/hypercerts/workscope/cel.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/workscope/tag.d.ts +36 -0
- package/dist/generated/types/org/hypercerts/workscope/tag.d.ts.map +1 -0
- package/dist/index.cjs +1822 -830
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1774 -798
- package/dist/index.mjs.map +1 -1
- package/dist/lexicons.cjs +651 -253
- package/dist/lexicons.cjs.map +1 -1
- package/dist/lexicons.d.ts +1199 -465
- package/dist/lexicons.d.ts.map +1 -1
- package/dist/lexicons.mjs +651 -253
- package/dist/lexicons.mjs.map +1 -1
- package/dist/types/app/certified/actor/organization.d.ts +32 -0
- package/dist/types/app/certified/actor/organization.d.ts.map +1 -0
- package/dist/types/app/certified/actor/profile.d.ts +4 -1
- package/dist/types/app/certified/actor/profile.d.ts.map +1 -1
- package/dist/types/app/certified/badge/award.d.ts +2 -0
- package/dist/types/app/certified/badge/award.d.ts.map +1 -1
- package/dist/types/app/certified/badge/response.d.ts +1 -1
- package/dist/types/app/certified/badge/response.d.ts.map +1 -1
- package/dist/types/app/certified/location.d.ts +2 -2
- package/dist/types/app/certified/location.d.ts.map +1 -1
- package/dist/types/org/hyperboards/board.d.ts +75 -0
- package/dist/types/org/hyperboards/board.d.ts.map +1 -0
- package/dist/types/org/hyperboards/displayProfile.d.ts +31 -0
- package/dist/types/org/hyperboards/displayProfile.d.ts.map +1 -0
- package/dist/types/org/hypercerts/claim/activity.d.ts +8 -9
- package/dist/types/org/hypercerts/claim/activity.d.ts.map +1 -1
- package/dist/types/org/hypercerts/claim/{contributionDetails.d.ts → contribution.d.ts} +6 -6
- package/dist/types/org/hypercerts/claim/contribution.d.ts.map +1 -0
- package/dist/types/org/hypercerts/claim/contributorInformation.d.ts +2 -2
- package/dist/types/org/hypercerts/claim/contributorInformation.d.ts.map +1 -1
- package/dist/types/org/hypercerts/claim/rights.d.ts +3 -3
- package/dist/types/org/hypercerts/claim/rights.d.ts.map +1 -1
- package/dist/types/org/hypercerts/{claim/collection.d.ts → collection.d.ts} +10 -10
- package/dist/types/org/hypercerts/collection.d.ts.map +1 -0
- package/dist/types/org/hypercerts/context/acknowledgement.d.ts +25 -0
- package/dist/types/org/hypercerts/context/acknowledgement.d.ts.map +1 -0
- package/dist/types/org/hypercerts/{claim → context}/attachment.d.ts +6 -8
- package/dist/types/org/hypercerts/context/attachment.d.ts.map +1 -0
- package/dist/types/org/hypercerts/{claim → context}/evaluation.d.ts +15 -15
- package/dist/types/org/hypercerts/context/evaluation.d.ts.map +1 -0
- package/dist/{generated/types/org/hypercerts/claim → types/org/hypercerts/context}/measurement.d.ts +7 -6
- package/dist/types/org/hypercerts/context/measurement.d.ts.map +1 -0
- package/dist/types/org/hypercerts/defs.d.ts +8 -0
- package/dist/types/org/hypercerts/defs.d.ts.map +1 -1
- package/dist/types/org/hypercerts/funding/receipt.d.ts +1 -1
- package/dist/types/org/hypercerts/funding/receipt.d.ts.map +1 -1
- package/dist/types/org/hypercerts/workscope/cel.d.ts +20 -0
- package/dist/types/org/hypercerts/workscope/cel.d.ts.map +1 -0
- package/dist/types/org/hypercerts/workscope/tag.d.ts +36 -0
- package/dist/types/org/hypercerts/workscope/tag.d.ts.map +1 -0
- package/lexicons/app/certified/actor/organization.json +70 -0
- package/lexicons/app/certified/actor/profile.json +13 -3
- package/lexicons/app/certified/badge/award.json +8 -1
- package/lexicons/app/certified/badge/definition.json +8 -3
- package/lexicons/app/certified/badge/response.json +3 -2
- package/lexicons/app/certified/location.json +2 -2
- package/lexicons/org/hyperboards/board.json +152 -0
- package/lexicons/org/hyperboards/displayProfile.json +64 -0
- package/lexicons/org/hypercerts/claim/activity.json +23 -29
- package/lexicons/org/hypercerts/claim/{contributionDetails.json → contribution.json} +4 -4
- package/lexicons/org/hypercerts/claim/contributorInformation.json +3 -2
- package/lexicons/org/hypercerts/claim/rights.json +5 -3
- package/lexicons/org/hypercerts/{claim/collection.json → collection.json} +9 -6
- package/lexicons/org/hypercerts/context/acknowledgement.json +42 -0
- package/lexicons/org/hypercerts/{claim → context}/attachment.json +6 -15
- package/lexicons/org/hypercerts/{claim → context}/evaluation.json +22 -22
- package/lexicons/org/hypercerts/{claim → context}/measurement.json +13 -9
- package/lexicons/org/hypercerts/defs.json +14 -1
- package/lexicons/org/hypercerts/funding/receipt.json +12 -6
- package/lexicons/org/hypercerts/workscope/cel.json +39 -0
- package/lexicons/org/hypercerts/workscope/tag.json +87 -0
- package/package.json +1 -1
- package/dist/generated/types/org/hypercerts/acknowledgement.d.ts +0 -21
- package/dist/generated/types/org/hypercerts/acknowledgement.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/claim/attachment.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/claim/collection.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/claim/contributionDetails.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/claim/evaluation.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/claim/measurement.d.ts.map +0 -1
- package/dist/generated/types/org/hypercerts/helper/workScopeTag.d.ts +0 -31
- package/dist/generated/types/org/hypercerts/helper/workScopeTag.d.ts.map +0 -1
- package/dist/types/org/hypercerts/acknowledgement.d.ts +0 -21
- package/dist/types/org/hypercerts/acknowledgement.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/attachment.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/collection.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/contributionDetails.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/evaluation.d.ts.map +0 -1
- package/dist/types/org/hypercerts/claim/measurement.d.ts.map +0 -1
- package/dist/types/org/hypercerts/helper/workScopeTag.d.ts +0 -31
- package/dist/types/org/hypercerts/helper/workScopeTag.d.ts.map +0 -1
- package/lexicons/org/hypercerts/acknowledgement.json +0 -41
- package/lexicons/org/hypercerts/helper/workScopeTag.json +0 -65
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-
|
|
7
|
+
* Generated: 2026-03-02T17:51:18.002Z
|
|
8
8
|
*
|
|
9
9
|
* To regenerate this file, run:
|
|
10
10
|
* npm run gen-api
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
* @packageDocumentation
|
|
22
22
|
*/
|
|
23
23
|
import type { LexiconDoc } from "@atproto/lexicon";
|
|
24
|
+
import ACTOR_ORGANIZATION_LEXICON_JSON from "../lexicons/app/certified/actor/organization.json";
|
|
24
25
|
import ACTOR_PROFILE_LEXICON_JSON from "../lexicons/app/certified/actor/profile.json";
|
|
25
26
|
import BADGE_AWARD_LEXICON_JSON from "../lexicons/app/certified/badge/award.json";
|
|
26
27
|
import BADGE_DEFINITION_LEXICON_JSON from "../lexicons/app/certified/badge/definition.json";
|
|
@@ -28,20 +29,24 @@ import BADGE_RESPONSE_LEXICON_JSON from "../lexicons/app/certified/badge/respons
|
|
|
28
29
|
import CERTIFIED_DEFS_LEXICON_JSON from "../lexicons/app/certified/defs.json";
|
|
29
30
|
import LOCATION_LEXICON_JSON from "../lexicons/app/certified/location.json";
|
|
30
31
|
import STRONG_REF_LEXICON_JSON from "../lexicons/com/atproto/repo/strongRef.json";
|
|
31
|
-
import
|
|
32
|
+
import HYPERBOARDS_BOARD_LEXICON_JSON from "../lexicons/org/hyperboards/board.json";
|
|
33
|
+
import HYPERBOARDS_DISPLAY_PROFILE_LEXICON_JSON from "../lexicons/org/hyperboards/displayProfile.json";
|
|
32
34
|
import ACTIVITY_LEXICON_JSON from "../lexicons/org/hypercerts/claim/activity.json";
|
|
33
|
-
import
|
|
34
|
-
import COLLECTION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/collection.json";
|
|
35
|
-
import CONTRIBUTION_DETAILS_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contributionDetails.json";
|
|
35
|
+
import CONTRIBUTION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contribution.json";
|
|
36
36
|
import CONTRIBUTOR_INFORMATION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contributorInformation.json";
|
|
37
|
-
import EVALUATION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/evaluation.json";
|
|
38
|
-
import MEASUREMENT_LEXICON_JSON from "../lexicons/org/hypercerts/claim/measurement.json";
|
|
39
37
|
import RIGHTS_LEXICON_JSON from "../lexicons/org/hypercerts/claim/rights.json";
|
|
38
|
+
import HYPERCERTS_COLLECTION_LEXICON_JSON from "../lexicons/org/hypercerts/collection.json";
|
|
39
|
+
import CONTEXT_ACKNOWLEDGEMENT_LEXICON_JSON from "../lexicons/org/hypercerts/context/acknowledgement.json";
|
|
40
|
+
import CONTEXT_ATTACHMENT_LEXICON_JSON from "../lexicons/org/hypercerts/context/attachment.json";
|
|
41
|
+
import CONTEXT_EVALUATION_LEXICON_JSON from "../lexicons/org/hypercerts/context/evaluation.json";
|
|
42
|
+
import CONTEXT_MEASUREMENT_LEXICON_JSON from "../lexicons/org/hypercerts/context/measurement.json";
|
|
40
43
|
import HYPERCERTS_DEFS_LEXICON_JSON from "../lexicons/org/hypercerts/defs.json";
|
|
41
44
|
import FUNDING_RECEIPT_LEXICON_JSON from "../lexicons/org/hypercerts/funding/receipt.json";
|
|
42
|
-
import
|
|
43
|
-
|
|
45
|
+
import WORKSCOPE_CEL_LEXICON_JSON from "../lexicons/org/hypercerts/workscope/cel.json";
|
|
46
|
+
import WORKSCOPE_TAG_LEXICON_JSON from "../lexicons/org/hypercerts/workscope/tag.json";
|
|
47
|
+
export { ACTOR_ORGANIZATION_LEXICON_JSON, ACTOR_PROFILE_LEXICON_JSON, BADGE_AWARD_LEXICON_JSON, BADGE_DEFINITION_LEXICON_JSON, BADGE_RESPONSE_LEXICON_JSON, CERTIFIED_DEFS_LEXICON_JSON, LOCATION_LEXICON_JSON, STRONG_REF_LEXICON_JSON, HYPERBOARDS_BOARD_LEXICON_JSON, HYPERBOARDS_DISPLAY_PROFILE_LEXICON_JSON, ACTIVITY_LEXICON_JSON, CONTRIBUTION_LEXICON_JSON, CONTRIBUTOR_INFORMATION_LEXICON_JSON, RIGHTS_LEXICON_JSON, HYPERCERTS_COLLECTION_LEXICON_JSON, CONTEXT_ACKNOWLEDGEMENT_LEXICON_JSON, CONTEXT_ATTACHMENT_LEXICON_JSON, CONTEXT_EVALUATION_LEXICON_JSON, CONTEXT_MEASUREMENT_LEXICON_JSON, HYPERCERTS_DEFS_LEXICON_JSON, FUNDING_RECEIPT_LEXICON_JSON, WORKSCOPE_CEL_LEXICON_JSON, WORKSCOPE_TAG_LEXICON_JSON, };
|
|
44
48
|
export { schemas as HYPERCERTS_SCHEMAS, schemaDict as HYPERCERTS_SCHEMA_DICT, lexicons, validate, ids as HYPERCERTS_NSIDS_BY_TYPE, } from "./lexicons.js";
|
|
49
|
+
export declare const ACTOR_ORGANIZATION_NSID: "app.certified.actor.organization";
|
|
45
50
|
export declare const ACTOR_PROFILE_NSID: "app.certified.actor.profile";
|
|
46
51
|
export declare const BADGE_AWARD_NSID: "app.certified.badge.award";
|
|
47
52
|
export declare const BADGE_DEFINITION_NSID: "app.certified.badge.definition";
|
|
@@ -49,18 +54,21 @@ export declare const BADGE_RESPONSE_NSID: "app.certified.badge.response";
|
|
|
49
54
|
export declare const CERTIFIED_DEFS_NSID: "app.certified.defs";
|
|
50
55
|
export declare const LOCATION_NSID: "app.certified.location";
|
|
51
56
|
export declare const STRONG_REF_NSID: "com.atproto.repo.strongRef";
|
|
52
|
-
export declare const
|
|
57
|
+
export declare const HYPERBOARDS_BOARD_NSID: "org.hyperboards.board";
|
|
58
|
+
export declare const HYPERBOARDS_DISPLAY_PROFILE_NSID: "org.hyperboards.displayProfile";
|
|
53
59
|
export declare const ACTIVITY_NSID: "org.hypercerts.claim.activity";
|
|
54
|
-
export declare const
|
|
55
|
-
export declare const COLLECTION_NSID: "org.hypercerts.claim.collection";
|
|
56
|
-
export declare const CONTRIBUTION_DETAILS_NSID: "org.hypercerts.claim.contributionDetails";
|
|
60
|
+
export declare const CONTRIBUTION_NSID: "org.hypercerts.claim.contribution";
|
|
57
61
|
export declare const CONTRIBUTOR_INFORMATION_NSID: "org.hypercerts.claim.contributorInformation";
|
|
58
|
-
export declare const EVALUATION_NSID: "org.hypercerts.claim.evaluation";
|
|
59
|
-
export declare const MEASUREMENT_NSID: "org.hypercerts.claim.measurement";
|
|
60
62
|
export declare const RIGHTS_NSID: "org.hypercerts.claim.rights";
|
|
63
|
+
export declare const HYPERCERTS_COLLECTION_NSID: "org.hypercerts.collection";
|
|
64
|
+
export declare const CONTEXT_ACKNOWLEDGEMENT_NSID: "org.hypercerts.context.acknowledgement";
|
|
65
|
+
export declare const CONTEXT_ATTACHMENT_NSID: "org.hypercerts.context.attachment";
|
|
66
|
+
export declare const CONTEXT_EVALUATION_NSID: "org.hypercerts.context.evaluation";
|
|
67
|
+
export declare const CONTEXT_MEASUREMENT_NSID: "org.hypercerts.context.measurement";
|
|
61
68
|
export declare const HYPERCERTS_DEFS_NSID: "org.hypercerts.defs";
|
|
62
69
|
export declare const FUNDING_RECEIPT_NSID: "org.hypercerts.funding.receipt";
|
|
63
|
-
export declare const
|
|
70
|
+
export declare const WORKSCOPE_CEL_NSID: "org.hypercerts.workscope.cel";
|
|
71
|
+
export declare const WORKSCOPE_TAG_NSID: "org.hypercerts.workscope.tag";
|
|
64
72
|
/**
|
|
65
73
|
* Collection NSIDs organized by semantic record type.
|
|
66
74
|
*
|
|
@@ -68,6 +76,7 @@ export declare const WORK_SCOPE_TAG_NSID: "org.hypercerts.helper.workScopeTag";
|
|
|
68
76
|
* correct collection names.
|
|
69
77
|
*/
|
|
70
78
|
export declare const HYPERCERTS_NSIDS: {
|
|
79
|
+
readonly ACTOR_ORGANIZATION: "app.certified.actor.organization";
|
|
71
80
|
readonly ACTOR_PROFILE: "app.certified.actor.profile";
|
|
72
81
|
readonly BADGE_AWARD: "app.certified.badge.award";
|
|
73
82
|
readonly BADGE_DEFINITION: "app.certified.badge.definition";
|
|
@@ -75,23 +84,96 @@ export declare const HYPERCERTS_NSIDS: {
|
|
|
75
84
|
readonly CERTIFIED_DEFS: "app.certified.defs";
|
|
76
85
|
readonly LOCATION: "app.certified.location";
|
|
77
86
|
readonly STRONG_REF: "com.atproto.repo.strongRef";
|
|
78
|
-
readonly
|
|
87
|
+
readonly HYPERBOARDS_BOARD: "org.hyperboards.board";
|
|
88
|
+
readonly HYPERBOARDS_DISPLAY_PROFILE: "org.hyperboards.displayProfile";
|
|
79
89
|
readonly ACTIVITY: "org.hypercerts.claim.activity";
|
|
80
|
-
readonly
|
|
81
|
-
readonly COLLECTION: "org.hypercerts.claim.collection";
|
|
82
|
-
readonly CONTRIBUTION_DETAILS: "org.hypercerts.claim.contributionDetails";
|
|
90
|
+
readonly CONTRIBUTION: "org.hypercerts.claim.contribution";
|
|
83
91
|
readonly CONTRIBUTOR_INFORMATION: "org.hypercerts.claim.contributorInformation";
|
|
84
|
-
readonly EVALUATION: "org.hypercerts.claim.evaluation";
|
|
85
|
-
readonly MEASUREMENT: "org.hypercerts.claim.measurement";
|
|
86
92
|
readonly RIGHTS: "org.hypercerts.claim.rights";
|
|
93
|
+
readonly HYPERCERTS_COLLECTION: "org.hypercerts.collection";
|
|
94
|
+
readonly CONTEXT_ACKNOWLEDGEMENT: "org.hypercerts.context.acknowledgement";
|
|
95
|
+
readonly CONTEXT_ATTACHMENT: "org.hypercerts.context.attachment";
|
|
96
|
+
readonly CONTEXT_EVALUATION: "org.hypercerts.context.evaluation";
|
|
97
|
+
readonly CONTEXT_MEASUREMENT: "org.hypercerts.context.measurement";
|
|
87
98
|
readonly HYPERCERTS_DEFS: "org.hypercerts.defs";
|
|
88
99
|
readonly FUNDING_RECEIPT: "org.hypercerts.funding.receipt";
|
|
89
|
-
readonly
|
|
100
|
+
readonly WORKSCOPE_CEL: "org.hypercerts.workscope.cel";
|
|
101
|
+
readonly WORKSCOPE_TAG: "org.hypercerts.workscope.tag";
|
|
90
102
|
};
|
|
91
103
|
/**
|
|
92
104
|
* Lexicon JSON objects organized by semantic record type.
|
|
93
105
|
*/
|
|
94
106
|
export declare const HYPERCERTS_LEXICON_JSON: {
|
|
107
|
+
readonly ACTOR_ORGANIZATION: {
|
|
108
|
+
lexicon: number;
|
|
109
|
+
id: string;
|
|
110
|
+
defs: {
|
|
111
|
+
main: {
|
|
112
|
+
type: string;
|
|
113
|
+
description: string;
|
|
114
|
+
key: string;
|
|
115
|
+
record: {
|
|
116
|
+
type: string;
|
|
117
|
+
required: string[];
|
|
118
|
+
properties: {
|
|
119
|
+
organizationType: {
|
|
120
|
+
type: string;
|
|
121
|
+
description: string;
|
|
122
|
+
items: {
|
|
123
|
+
type: string;
|
|
124
|
+
maxLength: number;
|
|
125
|
+
maxGraphemes: number;
|
|
126
|
+
};
|
|
127
|
+
maxLength: number;
|
|
128
|
+
};
|
|
129
|
+
urls: {
|
|
130
|
+
type: string;
|
|
131
|
+
description: string;
|
|
132
|
+
items: {
|
|
133
|
+
type: string;
|
|
134
|
+
ref: string;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
location: {
|
|
138
|
+
type: string;
|
|
139
|
+
ref: string;
|
|
140
|
+
description: string;
|
|
141
|
+
};
|
|
142
|
+
foundedDate: {
|
|
143
|
+
type: string;
|
|
144
|
+
format: string;
|
|
145
|
+
description: string;
|
|
146
|
+
};
|
|
147
|
+
createdAt: {
|
|
148
|
+
type: string;
|
|
149
|
+
format: string;
|
|
150
|
+
description: string;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
urlItem: {
|
|
156
|
+
type: string;
|
|
157
|
+
description: string;
|
|
158
|
+
required: string[];
|
|
159
|
+
properties: {
|
|
160
|
+
url: {
|
|
161
|
+
type: string;
|
|
162
|
+
format: string;
|
|
163
|
+
description: string;
|
|
164
|
+
maxLength: number;
|
|
165
|
+
maxGraphemes: number;
|
|
166
|
+
};
|
|
167
|
+
label: {
|
|
168
|
+
type: string;
|
|
169
|
+
description: string;
|
|
170
|
+
maxLength: number;
|
|
171
|
+
maxGraphemes: number;
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
};
|
|
176
|
+
};
|
|
95
177
|
readonly ACTOR_PROFILE: {
|
|
96
178
|
lexicon: number;
|
|
97
179
|
id: string;
|
|
@@ -102,9 +184,11 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
102
184
|
key: string;
|
|
103
185
|
record: {
|
|
104
186
|
type: string;
|
|
187
|
+
required: string[];
|
|
105
188
|
properties: {
|
|
106
189
|
displayName: {
|
|
107
190
|
type: string;
|
|
191
|
+
description: string;
|
|
108
192
|
maxGraphemes: number;
|
|
109
193
|
maxLength: number;
|
|
110
194
|
};
|
|
@@ -123,6 +207,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
123
207
|
website: {
|
|
124
208
|
type: string;
|
|
125
209
|
format: string;
|
|
210
|
+
description: string;
|
|
126
211
|
};
|
|
127
212
|
avatar: {
|
|
128
213
|
type: string;
|
|
@@ -137,6 +222,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
137
222
|
createdAt: {
|
|
138
223
|
type: string;
|
|
139
224
|
format: string;
|
|
225
|
+
description: string;
|
|
140
226
|
};
|
|
141
227
|
};
|
|
142
228
|
};
|
|
@@ -168,6 +254,13 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
168
254
|
note: {
|
|
169
255
|
type: string;
|
|
170
256
|
description: string;
|
|
257
|
+
maxLength: number;
|
|
258
|
+
};
|
|
259
|
+
url: {
|
|
260
|
+
type: string;
|
|
261
|
+
format: string;
|
|
262
|
+
description: string;
|
|
263
|
+
maxLength: number;
|
|
171
264
|
};
|
|
172
265
|
createdAt: {
|
|
173
266
|
type: string;
|
|
@@ -194,10 +287,12 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
194
287
|
badgeType: {
|
|
195
288
|
type: string;
|
|
196
289
|
description: string;
|
|
290
|
+
maxLength: number;
|
|
197
291
|
};
|
|
198
292
|
title: {
|
|
199
293
|
type: string;
|
|
200
294
|
description: string;
|
|
295
|
+
maxLength: number;
|
|
201
296
|
};
|
|
202
297
|
icon: {
|
|
203
298
|
type: string;
|
|
@@ -208,10 +303,13 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
208
303
|
description: {
|
|
209
304
|
type: string;
|
|
210
305
|
description: string;
|
|
306
|
+
maxLength: number;
|
|
307
|
+
maxGraphemes: number;
|
|
211
308
|
};
|
|
212
309
|
allowedIssuers: {
|
|
213
310
|
type: string;
|
|
214
311
|
description: string;
|
|
312
|
+
maxLength: number;
|
|
215
313
|
items: {
|
|
216
314
|
type: string;
|
|
217
315
|
ref: string;
|
|
@@ -246,12 +344,13 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
246
344
|
};
|
|
247
345
|
response: {
|
|
248
346
|
type: string;
|
|
249
|
-
|
|
347
|
+
knownValues: string[];
|
|
250
348
|
description: string;
|
|
251
349
|
};
|
|
252
350
|
weight: {
|
|
253
351
|
type: string;
|
|
254
352
|
description: string;
|
|
353
|
+
maxLength: number;
|
|
255
354
|
};
|
|
256
355
|
createdAt: {
|
|
257
356
|
type: string;
|
|
@@ -373,7 +472,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
373
472
|
};
|
|
374
473
|
};
|
|
375
474
|
};
|
|
376
|
-
readonly
|
|
475
|
+
readonly HYPERBOARDS_BOARD: {
|
|
377
476
|
lexicon: number;
|
|
378
477
|
id: string;
|
|
379
478
|
defs: {
|
|
@@ -390,17 +489,180 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
390
489
|
ref: string;
|
|
391
490
|
description: string;
|
|
392
491
|
};
|
|
393
|
-
|
|
492
|
+
config: {
|
|
394
493
|
type: string;
|
|
395
494
|
ref: string;
|
|
396
495
|
description: string;
|
|
397
496
|
};
|
|
398
|
-
|
|
497
|
+
contributorConfigs: {
|
|
399
498
|
type: string;
|
|
400
499
|
description: string;
|
|
500
|
+
maxLength: number;
|
|
501
|
+
items: {
|
|
502
|
+
type: string;
|
|
503
|
+
ref: string;
|
|
504
|
+
};
|
|
401
505
|
};
|
|
402
|
-
|
|
506
|
+
createdAt: {
|
|
403
507
|
type: string;
|
|
508
|
+
format: string;
|
|
509
|
+
description: string;
|
|
510
|
+
};
|
|
511
|
+
};
|
|
512
|
+
};
|
|
513
|
+
};
|
|
514
|
+
boardConfig: {
|
|
515
|
+
type: string;
|
|
516
|
+
description: string;
|
|
517
|
+
properties: {
|
|
518
|
+
backgroundType: {
|
|
519
|
+
type: string;
|
|
520
|
+
description: string;
|
|
521
|
+
knownValues: string[];
|
|
522
|
+
maxLength: number;
|
|
523
|
+
};
|
|
524
|
+
backgroundImage: {
|
|
525
|
+
type: string;
|
|
526
|
+
refs: string[];
|
|
527
|
+
description: string;
|
|
528
|
+
};
|
|
529
|
+
backgroundIframeUrl: {
|
|
530
|
+
type: string;
|
|
531
|
+
format: string;
|
|
532
|
+
description: string;
|
|
533
|
+
maxLength: number;
|
|
534
|
+
};
|
|
535
|
+
backgroundGrayscale: {
|
|
536
|
+
type: string;
|
|
537
|
+
description: string;
|
|
538
|
+
};
|
|
539
|
+
backgroundOpacity: {
|
|
540
|
+
type: string;
|
|
541
|
+
description: string;
|
|
542
|
+
minimum: number;
|
|
543
|
+
maximum: number;
|
|
544
|
+
};
|
|
545
|
+
backgroundColor: {
|
|
546
|
+
type: string;
|
|
547
|
+
description: string;
|
|
548
|
+
maxLength: number;
|
|
549
|
+
};
|
|
550
|
+
borderColor: {
|
|
551
|
+
type: string;
|
|
552
|
+
description: string;
|
|
553
|
+
maxLength: number;
|
|
554
|
+
};
|
|
555
|
+
grayscaleImages: {
|
|
556
|
+
type: string;
|
|
557
|
+
description: string;
|
|
558
|
+
};
|
|
559
|
+
imageShape: {
|
|
560
|
+
type: string;
|
|
561
|
+
description: string;
|
|
562
|
+
knownValues: string[];
|
|
563
|
+
maxLength: number;
|
|
564
|
+
};
|
|
565
|
+
aspectRatio: {
|
|
566
|
+
type: string;
|
|
567
|
+
description: string;
|
|
568
|
+
knownValues: string[];
|
|
569
|
+
maxLength: number;
|
|
570
|
+
};
|
|
571
|
+
};
|
|
572
|
+
};
|
|
573
|
+
contributorConfig: {
|
|
574
|
+
type: string;
|
|
575
|
+
description: string;
|
|
576
|
+
required: string[];
|
|
577
|
+
properties: {
|
|
578
|
+
contributor: {
|
|
579
|
+
type: string;
|
|
580
|
+
refs: string[];
|
|
581
|
+
description: string;
|
|
582
|
+
};
|
|
583
|
+
override: {
|
|
584
|
+
type: string;
|
|
585
|
+
description: string;
|
|
586
|
+
};
|
|
587
|
+
displayName: {
|
|
588
|
+
type: string;
|
|
589
|
+
description: string;
|
|
590
|
+
maxLength: number;
|
|
591
|
+
maxGraphemes: number;
|
|
592
|
+
};
|
|
593
|
+
image: {
|
|
594
|
+
type: string;
|
|
595
|
+
refs: string[];
|
|
596
|
+
description: string;
|
|
597
|
+
};
|
|
598
|
+
video: {
|
|
599
|
+
type: string;
|
|
600
|
+
refs: string[];
|
|
601
|
+
description: string;
|
|
602
|
+
};
|
|
603
|
+
hoverImage: {
|
|
604
|
+
type: string;
|
|
605
|
+
refs: string[];
|
|
606
|
+
description: string;
|
|
607
|
+
};
|
|
608
|
+
hoverIframeUrl: {
|
|
609
|
+
type: string;
|
|
610
|
+
format: string;
|
|
611
|
+
description: string;
|
|
612
|
+
maxLength: number;
|
|
613
|
+
};
|
|
614
|
+
url: {
|
|
615
|
+
type: string;
|
|
616
|
+
format: string;
|
|
617
|
+
description: string;
|
|
618
|
+
maxLength: number;
|
|
619
|
+
};
|
|
620
|
+
};
|
|
621
|
+
};
|
|
622
|
+
};
|
|
623
|
+
};
|
|
624
|
+
readonly HYPERBOARDS_DISPLAY_PROFILE: {
|
|
625
|
+
lexicon: number;
|
|
626
|
+
id: string;
|
|
627
|
+
defs: {
|
|
628
|
+
main: {
|
|
629
|
+
type: string;
|
|
630
|
+
description: string;
|
|
631
|
+
key: string;
|
|
632
|
+
record: {
|
|
633
|
+
type: string;
|
|
634
|
+
required: string[];
|
|
635
|
+
properties: {
|
|
636
|
+
displayName: {
|
|
637
|
+
type: string;
|
|
638
|
+
description: string;
|
|
639
|
+
maxLength: number;
|
|
640
|
+
maxGraphemes: number;
|
|
641
|
+
};
|
|
642
|
+
image: {
|
|
643
|
+
type: string;
|
|
644
|
+
refs: string[];
|
|
645
|
+
description: string;
|
|
646
|
+
};
|
|
647
|
+
video: {
|
|
648
|
+
type: string;
|
|
649
|
+
refs: string[];
|
|
650
|
+
description: string;
|
|
651
|
+
};
|
|
652
|
+
hoverImage: {
|
|
653
|
+
type: string;
|
|
654
|
+
refs: string[];
|
|
655
|
+
description: string;
|
|
656
|
+
};
|
|
657
|
+
hoverIframeUrl: {
|
|
658
|
+
type: string;
|
|
659
|
+
format: string;
|
|
660
|
+
description: string;
|
|
661
|
+
maxLength: number;
|
|
662
|
+
};
|
|
663
|
+
url: {
|
|
664
|
+
type: string;
|
|
665
|
+
format: string;
|
|
404
666
|
description: string;
|
|
405
667
|
maxLength: number;
|
|
406
668
|
};
|
|
@@ -447,23 +709,23 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
447
709
|
};
|
|
448
710
|
description: {
|
|
449
711
|
type: string;
|
|
712
|
+
ref: string;
|
|
713
|
+
description: string;
|
|
714
|
+
};
|
|
715
|
+
image: {
|
|
716
|
+
type: string;
|
|
717
|
+
refs: string[];
|
|
450
718
|
description: string;
|
|
451
|
-
maxLength: number;
|
|
452
|
-
maxGraphemes: number;
|
|
453
719
|
};
|
|
454
|
-
|
|
720
|
+
contributors: {
|
|
455
721
|
type: string;
|
|
456
722
|
description: string;
|
|
723
|
+
maxLength: number;
|
|
457
724
|
items: {
|
|
458
725
|
type: string;
|
|
459
726
|
ref: string;
|
|
460
727
|
};
|
|
461
728
|
};
|
|
462
|
-
image: {
|
|
463
|
-
type: string;
|
|
464
|
-
refs: string[];
|
|
465
|
-
description: string;
|
|
466
|
-
};
|
|
467
729
|
workScope: {
|
|
468
730
|
type: string;
|
|
469
731
|
refs: string[];
|
|
@@ -479,9 +741,10 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
479
741
|
format: string;
|
|
480
742
|
description: string;
|
|
481
743
|
};
|
|
482
|
-
|
|
744
|
+
locations: {
|
|
483
745
|
type: string;
|
|
484
746
|
description: string;
|
|
747
|
+
maxLength: number;
|
|
485
748
|
items: {
|
|
486
749
|
type: string;
|
|
487
750
|
ref: string;
|
|
@@ -492,14 +755,6 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
492
755
|
ref: string;
|
|
493
756
|
description: string;
|
|
494
757
|
};
|
|
495
|
-
locations: {
|
|
496
|
-
type: string;
|
|
497
|
-
description: string;
|
|
498
|
-
items: {
|
|
499
|
-
type: string;
|
|
500
|
-
ref: string;
|
|
501
|
-
};
|
|
502
|
-
};
|
|
503
758
|
createdAt: {
|
|
504
759
|
type: string;
|
|
505
760
|
format: string;
|
|
@@ -520,6 +775,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
520
775
|
contributionWeight: {
|
|
521
776
|
type: string;
|
|
522
777
|
description: string;
|
|
778
|
+
maxLength: number;
|
|
523
779
|
};
|
|
524
780
|
contributionDetails: {
|
|
525
781
|
type: string;
|
|
@@ -569,7 +825,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
569
825
|
};
|
|
570
826
|
};
|
|
571
827
|
};
|
|
572
|
-
readonly
|
|
828
|
+
readonly CONTRIBUTION: {
|
|
573
829
|
lexicon: number;
|
|
574
830
|
id: string;
|
|
575
831
|
defs: {
|
|
@@ -581,65 +837,105 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
581
837
|
type: string;
|
|
582
838
|
required: string[];
|
|
583
839
|
properties: {
|
|
584
|
-
|
|
840
|
+
role: {
|
|
585
841
|
type: string;
|
|
586
842
|
description: string;
|
|
587
|
-
items: {
|
|
588
|
-
type: string;
|
|
589
|
-
ref: string;
|
|
590
|
-
};
|
|
591
843
|
maxLength: number;
|
|
592
844
|
};
|
|
593
|
-
|
|
845
|
+
contributionDescription: {
|
|
594
846
|
type: string;
|
|
847
|
+
description: string;
|
|
595
848
|
maxLength: number;
|
|
849
|
+
maxGraphemes: number;
|
|
850
|
+
};
|
|
851
|
+
startDate: {
|
|
852
|
+
type: string;
|
|
853
|
+
format: string;
|
|
596
854
|
description: string;
|
|
597
855
|
};
|
|
598
|
-
|
|
856
|
+
endDate: {
|
|
857
|
+
type: string;
|
|
858
|
+
format: string;
|
|
859
|
+
description: string;
|
|
860
|
+
};
|
|
861
|
+
createdAt: {
|
|
862
|
+
type: string;
|
|
863
|
+
format: string;
|
|
864
|
+
description: string;
|
|
865
|
+
};
|
|
866
|
+
};
|
|
867
|
+
};
|
|
868
|
+
};
|
|
869
|
+
};
|
|
870
|
+
};
|
|
871
|
+
readonly CONTRIBUTOR_INFORMATION: {
|
|
872
|
+
lexicon: number;
|
|
873
|
+
id: string;
|
|
874
|
+
defs: {
|
|
875
|
+
main: {
|
|
876
|
+
type: string;
|
|
877
|
+
description: string;
|
|
878
|
+
key: string;
|
|
879
|
+
record: {
|
|
880
|
+
type: string;
|
|
881
|
+
required: string[];
|
|
882
|
+
properties: {
|
|
883
|
+
identifier: {
|
|
599
884
|
type: string;
|
|
600
885
|
description: string;
|
|
601
|
-
items: {
|
|
602
|
-
type: string;
|
|
603
|
-
refs: string[];
|
|
604
|
-
};
|
|
605
886
|
maxLength: number;
|
|
606
887
|
};
|
|
607
|
-
|
|
888
|
+
displayName: {
|
|
608
889
|
type: string;
|
|
890
|
+
description: string;
|
|
609
891
|
maxLength: number;
|
|
892
|
+
};
|
|
893
|
+
image: {
|
|
894
|
+
type: string;
|
|
895
|
+
refs: string[];
|
|
610
896
|
description: string;
|
|
611
897
|
};
|
|
612
|
-
|
|
898
|
+
createdAt: {
|
|
613
899
|
type: string;
|
|
900
|
+
format: string;
|
|
614
901
|
description: string;
|
|
615
|
-
maxLength: number;
|
|
616
|
-
maxGraphemes: number;
|
|
617
902
|
};
|
|
618
|
-
|
|
903
|
+
};
|
|
904
|
+
};
|
|
905
|
+
};
|
|
906
|
+
};
|
|
907
|
+
};
|
|
908
|
+
readonly RIGHTS: {
|
|
909
|
+
lexicon: number;
|
|
910
|
+
id: string;
|
|
911
|
+
defs: {
|
|
912
|
+
main: {
|
|
913
|
+
type: string;
|
|
914
|
+
description: string;
|
|
915
|
+
key: string;
|
|
916
|
+
record: {
|
|
917
|
+
type: string;
|
|
918
|
+
required: string[];
|
|
919
|
+
properties: {
|
|
920
|
+
rightsName: {
|
|
619
921
|
type: string;
|
|
620
922
|
description: string;
|
|
621
|
-
|
|
622
|
-
type: string;
|
|
623
|
-
ref: string;
|
|
624
|
-
};
|
|
923
|
+
maxLength: number;
|
|
625
924
|
};
|
|
626
|
-
|
|
925
|
+
rightsType: {
|
|
627
926
|
type: string;
|
|
628
927
|
description: string;
|
|
629
928
|
maxLength: number;
|
|
630
|
-
maxGraphemes: number;
|
|
631
929
|
};
|
|
632
|
-
|
|
930
|
+
rightsDescription: {
|
|
633
931
|
type: string;
|
|
634
932
|
description: string;
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
ref: string;
|
|
638
|
-
};
|
|
933
|
+
maxLength: number;
|
|
934
|
+
maxGraphemes: number;
|
|
639
935
|
};
|
|
640
|
-
|
|
936
|
+
attachment: {
|
|
641
937
|
type: string;
|
|
642
|
-
|
|
938
|
+
refs: string[];
|
|
643
939
|
description: string;
|
|
644
940
|
};
|
|
645
941
|
createdAt: {
|
|
@@ -652,7 +948,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
652
948
|
};
|
|
653
949
|
};
|
|
654
950
|
};
|
|
655
|
-
readonly
|
|
951
|
+
readonly HYPERCERTS_COLLECTION: {
|
|
656
952
|
lexicon: number;
|
|
657
953
|
id: string;
|
|
658
954
|
defs: {
|
|
@@ -667,6 +963,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
667
963
|
type: {
|
|
668
964
|
type: string;
|
|
669
965
|
description: string;
|
|
966
|
+
maxLength: number;
|
|
670
967
|
};
|
|
671
968
|
title: {
|
|
672
969
|
type: string;
|
|
@@ -698,6 +995,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
698
995
|
items: {
|
|
699
996
|
type: string;
|
|
700
997
|
description: string;
|
|
998
|
+
maxLength: number;
|
|
701
999
|
items: {
|
|
702
1000
|
type: string;
|
|
703
1001
|
ref: string;
|
|
@@ -728,12 +1026,13 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
728
1026
|
itemWeight: {
|
|
729
1027
|
type: string;
|
|
730
1028
|
description: string;
|
|
1029
|
+
maxLength: number;
|
|
731
1030
|
};
|
|
732
1031
|
};
|
|
733
1032
|
};
|
|
734
1033
|
};
|
|
735
1034
|
};
|
|
736
|
-
readonly
|
|
1035
|
+
readonly CONTEXT_ACKNOWLEDGEMENT: {
|
|
737
1036
|
lexicon: number;
|
|
738
1037
|
id: string;
|
|
739
1038
|
defs: {
|
|
@@ -745,26 +1044,25 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
745
1044
|
type: string;
|
|
746
1045
|
required: string[];
|
|
747
1046
|
properties: {
|
|
748
|
-
|
|
1047
|
+
subject: {
|
|
749
1048
|
type: string;
|
|
1049
|
+
ref: string;
|
|
750
1050
|
description: string;
|
|
751
|
-
maxLength: number;
|
|
752
1051
|
};
|
|
753
|
-
|
|
1052
|
+
context: {
|
|
754
1053
|
type: string;
|
|
1054
|
+
refs: string[];
|
|
755
1055
|
description: string;
|
|
756
|
-
maxLength: number;
|
|
757
|
-
maxGraphemes: number;
|
|
758
1056
|
};
|
|
759
|
-
|
|
1057
|
+
acknowledged: {
|
|
760
1058
|
type: string;
|
|
761
|
-
format: string;
|
|
762
1059
|
description: string;
|
|
763
1060
|
};
|
|
764
|
-
|
|
1061
|
+
comment: {
|
|
765
1062
|
type: string;
|
|
766
|
-
format: string;
|
|
767
1063
|
description: string;
|
|
1064
|
+
maxLength: number;
|
|
1065
|
+
maxGraphemes: number;
|
|
768
1066
|
};
|
|
769
1067
|
createdAt: {
|
|
770
1068
|
type: string;
|
|
@@ -776,7 +1074,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
776
1074
|
};
|
|
777
1075
|
};
|
|
778
1076
|
};
|
|
779
|
-
readonly
|
|
1077
|
+
readonly CONTEXT_ATTACHMENT: {
|
|
780
1078
|
lexicon: number;
|
|
781
1079
|
id: string;
|
|
782
1080
|
defs: {
|
|
@@ -788,18 +1086,56 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
788
1086
|
type: string;
|
|
789
1087
|
required: string[];
|
|
790
1088
|
properties: {
|
|
791
|
-
|
|
1089
|
+
subjects: {
|
|
1090
|
+
type: string;
|
|
1091
|
+
description: string;
|
|
1092
|
+
items: {
|
|
1093
|
+
type: string;
|
|
1094
|
+
ref: string;
|
|
1095
|
+
};
|
|
1096
|
+
maxLength: number;
|
|
1097
|
+
};
|
|
1098
|
+
contentType: {
|
|
792
1099
|
type: string;
|
|
1100
|
+
maxLength: number;
|
|
793
1101
|
description: string;
|
|
794
1102
|
};
|
|
795
|
-
|
|
1103
|
+
content: {
|
|
796
1104
|
type: string;
|
|
797
1105
|
description: string;
|
|
1106
|
+
items: {
|
|
1107
|
+
type: string;
|
|
1108
|
+
refs: string[];
|
|
1109
|
+
};
|
|
798
1110
|
maxLength: number;
|
|
799
1111
|
};
|
|
800
|
-
|
|
1112
|
+
title: {
|
|
801
1113
|
type: string;
|
|
802
|
-
|
|
1114
|
+
maxLength: number;
|
|
1115
|
+
description: string;
|
|
1116
|
+
};
|
|
1117
|
+
shortDescription: {
|
|
1118
|
+
type: string;
|
|
1119
|
+
description: string;
|
|
1120
|
+
maxLength: number;
|
|
1121
|
+
maxGraphemes: number;
|
|
1122
|
+
};
|
|
1123
|
+
shortDescriptionFacets: {
|
|
1124
|
+
type: string;
|
|
1125
|
+
description: string;
|
|
1126
|
+
items: {
|
|
1127
|
+
type: string;
|
|
1128
|
+
ref: string;
|
|
1129
|
+
};
|
|
1130
|
+
};
|
|
1131
|
+
description: {
|
|
1132
|
+
type: string;
|
|
1133
|
+
ref: string;
|
|
1134
|
+
description: string;
|
|
1135
|
+
};
|
|
1136
|
+
location: {
|
|
1137
|
+
type: string;
|
|
1138
|
+
ref: string;
|
|
803
1139
|
description: string;
|
|
804
1140
|
};
|
|
805
1141
|
createdAt: {
|
|
@@ -812,29 +1148,10 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
812
1148
|
};
|
|
813
1149
|
};
|
|
814
1150
|
};
|
|
815
|
-
readonly
|
|
1151
|
+
readonly CONTEXT_EVALUATION: {
|
|
816
1152
|
lexicon: number;
|
|
817
1153
|
id: string;
|
|
818
1154
|
defs: {
|
|
819
|
-
score: {
|
|
820
|
-
type: string;
|
|
821
|
-
description: string;
|
|
822
|
-
required: string[];
|
|
823
|
-
properties: {
|
|
824
|
-
min: {
|
|
825
|
-
type: string;
|
|
826
|
-
description: string;
|
|
827
|
-
};
|
|
828
|
-
max: {
|
|
829
|
-
type: string;
|
|
830
|
-
description: string;
|
|
831
|
-
};
|
|
832
|
-
value: {
|
|
833
|
-
type: string;
|
|
834
|
-
description: string;
|
|
835
|
-
};
|
|
836
|
-
};
|
|
837
|
-
};
|
|
838
1155
|
main: {
|
|
839
1156
|
type: string;
|
|
840
1157
|
description: string;
|
|
@@ -899,9 +1216,28 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
899
1216
|
};
|
|
900
1217
|
};
|
|
901
1218
|
};
|
|
1219
|
+
score: {
|
|
1220
|
+
type: string;
|
|
1221
|
+
description: string;
|
|
1222
|
+
required: string[];
|
|
1223
|
+
properties: {
|
|
1224
|
+
min: {
|
|
1225
|
+
type: string;
|
|
1226
|
+
description: string;
|
|
1227
|
+
};
|
|
1228
|
+
max: {
|
|
1229
|
+
type: string;
|
|
1230
|
+
description: string;
|
|
1231
|
+
};
|
|
1232
|
+
value: {
|
|
1233
|
+
type: string;
|
|
1234
|
+
description: string;
|
|
1235
|
+
};
|
|
1236
|
+
};
|
|
1237
|
+
};
|
|
902
1238
|
};
|
|
903
1239
|
};
|
|
904
|
-
readonly
|
|
1240
|
+
readonly CONTEXT_MEASUREMENT: {
|
|
905
1241
|
lexicon: number;
|
|
906
1242
|
id: string;
|
|
907
1243
|
defs: {
|
|
@@ -913,10 +1249,14 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
913
1249
|
type: string;
|
|
914
1250
|
required: string[];
|
|
915
1251
|
properties: {
|
|
916
|
-
|
|
1252
|
+
subjects: {
|
|
917
1253
|
type: string;
|
|
918
|
-
ref: string;
|
|
919
1254
|
description: string;
|
|
1255
|
+
items: {
|
|
1256
|
+
type: string;
|
|
1257
|
+
ref: string;
|
|
1258
|
+
};
|
|
1259
|
+
maxLength: number;
|
|
920
1260
|
};
|
|
921
1261
|
metric: {
|
|
922
1262
|
type: string;
|
|
@@ -1004,50 +1344,10 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1004
1344
|
};
|
|
1005
1345
|
};
|
|
1006
1346
|
};
|
|
1007
|
-
readonly RIGHTS: {
|
|
1008
|
-
lexicon: number;
|
|
1009
|
-
id: string;
|
|
1010
|
-
defs: {
|
|
1011
|
-
main: {
|
|
1012
|
-
type: string;
|
|
1013
|
-
description: string;
|
|
1014
|
-
key: string;
|
|
1015
|
-
record: {
|
|
1016
|
-
type: string;
|
|
1017
|
-
required: string[];
|
|
1018
|
-
properties: {
|
|
1019
|
-
rightsName: {
|
|
1020
|
-
type: string;
|
|
1021
|
-
description: string;
|
|
1022
|
-
maxLength: number;
|
|
1023
|
-
};
|
|
1024
|
-
rightsType: {
|
|
1025
|
-
type: string;
|
|
1026
|
-
description: string;
|
|
1027
|
-
maxLength: number;
|
|
1028
|
-
};
|
|
1029
|
-
rightsDescription: {
|
|
1030
|
-
type: string;
|
|
1031
|
-
description: string;
|
|
1032
|
-
};
|
|
1033
|
-
attachment: {
|
|
1034
|
-
type: string;
|
|
1035
|
-
refs: string[];
|
|
1036
|
-
description: string;
|
|
1037
|
-
};
|
|
1038
|
-
createdAt: {
|
|
1039
|
-
type: string;
|
|
1040
|
-
format: string;
|
|
1041
|
-
description: string;
|
|
1042
|
-
};
|
|
1043
|
-
};
|
|
1044
|
-
};
|
|
1045
|
-
};
|
|
1046
|
-
};
|
|
1047
|
-
};
|
|
1048
1347
|
readonly HYPERCERTS_DEFS: {
|
|
1049
1348
|
lexicon: number;
|
|
1050
1349
|
id: string;
|
|
1350
|
+
description: string;
|
|
1051
1351
|
defs: {
|
|
1052
1352
|
uri: {
|
|
1053
1353
|
type: string;
|
|
@@ -1057,7 +1357,6 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1057
1357
|
uri: {
|
|
1058
1358
|
type: string;
|
|
1059
1359
|
format: string;
|
|
1060
|
-
maxGraphemes: number;
|
|
1061
1360
|
description: string;
|
|
1062
1361
|
};
|
|
1063
1362
|
};
|
|
@@ -1101,6 +1400,19 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1101
1400
|
};
|
|
1102
1401
|
};
|
|
1103
1402
|
};
|
|
1403
|
+
smallVideo: {
|
|
1404
|
+
type: string;
|
|
1405
|
+
required: string[];
|
|
1406
|
+
description: string;
|
|
1407
|
+
properties: {
|
|
1408
|
+
video: {
|
|
1409
|
+
type: string;
|
|
1410
|
+
accept: string[];
|
|
1411
|
+
maxSize: number;
|
|
1412
|
+
description: string;
|
|
1413
|
+
};
|
|
1414
|
+
};
|
|
1415
|
+
};
|
|
1104
1416
|
largeImage: {
|
|
1105
1417
|
type: string;
|
|
1106
1418
|
required: string[];
|
|
@@ -1136,26 +1448,32 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1136
1448
|
to: {
|
|
1137
1449
|
type: string;
|
|
1138
1450
|
description: string;
|
|
1451
|
+
maxLength: number;
|
|
1139
1452
|
};
|
|
1140
1453
|
amount: {
|
|
1141
1454
|
type: string;
|
|
1142
1455
|
description: string;
|
|
1456
|
+
maxLength: number;
|
|
1143
1457
|
};
|
|
1144
1458
|
currency: {
|
|
1145
1459
|
type: string;
|
|
1146
1460
|
description: string;
|
|
1461
|
+
maxLength: number;
|
|
1147
1462
|
};
|
|
1148
1463
|
paymentRail: {
|
|
1149
1464
|
type: string;
|
|
1150
1465
|
description: string;
|
|
1466
|
+
maxLength: number;
|
|
1151
1467
|
};
|
|
1152
1468
|
paymentNetwork: {
|
|
1153
1469
|
type: string;
|
|
1154
1470
|
description: string;
|
|
1471
|
+
maxLength: number;
|
|
1155
1472
|
};
|
|
1156
1473
|
transactionId: {
|
|
1157
1474
|
type: string;
|
|
1158
1475
|
description: string;
|
|
1476
|
+
maxLength: number;
|
|
1159
1477
|
};
|
|
1160
1478
|
for: {
|
|
1161
1479
|
type: string;
|
|
@@ -1182,7 +1500,46 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1182
1500
|
};
|
|
1183
1501
|
};
|
|
1184
1502
|
};
|
|
1185
|
-
readonly
|
|
1503
|
+
readonly WORKSCOPE_CEL: {
|
|
1504
|
+
lexicon: number;
|
|
1505
|
+
id: string;
|
|
1506
|
+
defs: {
|
|
1507
|
+
main: {
|
|
1508
|
+
type: string;
|
|
1509
|
+
description: string;
|
|
1510
|
+
required: string[];
|
|
1511
|
+
properties: {
|
|
1512
|
+
expression: {
|
|
1513
|
+
type: string;
|
|
1514
|
+
maxLength: number;
|
|
1515
|
+
maxGraphemes: number;
|
|
1516
|
+
description: string;
|
|
1517
|
+
};
|
|
1518
|
+
usedTags: {
|
|
1519
|
+
type: string;
|
|
1520
|
+
items: {
|
|
1521
|
+
type: string;
|
|
1522
|
+
ref: string;
|
|
1523
|
+
};
|
|
1524
|
+
maxLength: number;
|
|
1525
|
+
description: string;
|
|
1526
|
+
};
|
|
1527
|
+
version: {
|
|
1528
|
+
type: string;
|
|
1529
|
+
maxLength: number;
|
|
1530
|
+
knownValues: string[];
|
|
1531
|
+
description: string;
|
|
1532
|
+
};
|
|
1533
|
+
createdAt: {
|
|
1534
|
+
type: string;
|
|
1535
|
+
format: string;
|
|
1536
|
+
description: string;
|
|
1537
|
+
};
|
|
1538
|
+
};
|
|
1539
|
+
};
|
|
1540
|
+
};
|
|
1541
|
+
};
|
|
1542
|
+
readonly WORKSCOPE_TAG: {
|
|
1186
1543
|
lexicon: number;
|
|
1187
1544
|
id: string;
|
|
1188
1545
|
defs: {
|
|
@@ -1194,24 +1551,20 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1194
1551
|
type: string;
|
|
1195
1552
|
required: string[];
|
|
1196
1553
|
properties: {
|
|
1197
|
-
createdAt: {
|
|
1198
|
-
type: string;
|
|
1199
|
-
format: string;
|
|
1200
|
-
description: string;
|
|
1201
|
-
};
|
|
1202
1554
|
key: {
|
|
1203
1555
|
type: string;
|
|
1204
1556
|
description: string;
|
|
1205
1557
|
maxLength: number;
|
|
1206
1558
|
};
|
|
1207
|
-
|
|
1559
|
+
name: {
|
|
1208
1560
|
type: string;
|
|
1209
1561
|
description: string;
|
|
1210
1562
|
maxLength: number;
|
|
1211
1563
|
};
|
|
1212
|
-
|
|
1564
|
+
category: {
|
|
1213
1565
|
type: string;
|
|
1214
1566
|
description: string;
|
|
1567
|
+
knownValues: string[];
|
|
1215
1568
|
maxLength: number;
|
|
1216
1569
|
};
|
|
1217
1570
|
description: {
|
|
@@ -1225,6 +1578,17 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1225
1578
|
ref: string;
|
|
1226
1579
|
description: string;
|
|
1227
1580
|
};
|
|
1581
|
+
status: {
|
|
1582
|
+
type: string;
|
|
1583
|
+
description: string;
|
|
1584
|
+
knownValues: string[];
|
|
1585
|
+
maxLength: number;
|
|
1586
|
+
};
|
|
1587
|
+
supersededBy: {
|
|
1588
|
+
type: string;
|
|
1589
|
+
ref: string;
|
|
1590
|
+
description: string;
|
|
1591
|
+
};
|
|
1228
1592
|
aliases: {
|
|
1229
1593
|
type: string;
|
|
1230
1594
|
items: {
|
|
@@ -1234,17 +1598,33 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1234
1598
|
maxLength: number;
|
|
1235
1599
|
description: string;
|
|
1236
1600
|
};
|
|
1237
|
-
|
|
1601
|
+
sameAs: {
|
|
1602
|
+
type: string;
|
|
1603
|
+
items: {
|
|
1604
|
+
type: string;
|
|
1605
|
+
format: string;
|
|
1606
|
+
maxLength: number;
|
|
1607
|
+
};
|
|
1608
|
+
maxLength: number;
|
|
1609
|
+
description: string;
|
|
1610
|
+
};
|
|
1611
|
+
referenceDocument: {
|
|
1238
1612
|
type: string;
|
|
1239
1613
|
refs: string[];
|
|
1240
1614
|
description: string;
|
|
1241
1615
|
};
|
|
1616
|
+
createdAt: {
|
|
1617
|
+
type: string;
|
|
1618
|
+
format: string;
|
|
1619
|
+
description: string;
|
|
1620
|
+
};
|
|
1242
1621
|
};
|
|
1243
1622
|
};
|
|
1244
1623
|
};
|
|
1245
1624
|
};
|
|
1246
1625
|
};
|
|
1247
1626
|
};
|
|
1627
|
+
export declare const ACTOR_ORGANIZATION_LEXICON_DOC: LexiconDoc;
|
|
1248
1628
|
export declare const ACTOR_PROFILE_LEXICON_DOC: LexiconDoc;
|
|
1249
1629
|
export declare const BADGE_AWARD_LEXICON_DOC: LexiconDoc;
|
|
1250
1630
|
export declare const BADGE_DEFINITION_LEXICON_DOC: LexiconDoc;
|
|
@@ -1252,22 +1632,26 @@ export declare const BADGE_RESPONSE_LEXICON_DOC: LexiconDoc;
|
|
|
1252
1632
|
export declare const CERTIFIED_DEFS_LEXICON_DOC: LexiconDoc;
|
|
1253
1633
|
export declare const LOCATION_LEXICON_DOC: LexiconDoc;
|
|
1254
1634
|
export declare const STRONG_REF_LEXICON_DOC: LexiconDoc;
|
|
1255
|
-
export declare const
|
|
1635
|
+
export declare const HYPERBOARDS_BOARD_LEXICON_DOC: LexiconDoc;
|
|
1636
|
+
export declare const HYPERBOARDS_DISPLAY_PROFILE_LEXICON_DOC: LexiconDoc;
|
|
1256
1637
|
export declare const ACTIVITY_LEXICON_DOC: LexiconDoc;
|
|
1257
|
-
export declare const
|
|
1258
|
-
export declare const COLLECTION_LEXICON_DOC: LexiconDoc;
|
|
1259
|
-
export declare const CONTRIBUTION_DETAILS_LEXICON_DOC: LexiconDoc;
|
|
1638
|
+
export declare const CONTRIBUTION_LEXICON_DOC: LexiconDoc;
|
|
1260
1639
|
export declare const CONTRIBUTOR_INFORMATION_LEXICON_DOC: LexiconDoc;
|
|
1261
|
-
export declare const EVALUATION_LEXICON_DOC: LexiconDoc;
|
|
1262
|
-
export declare const MEASUREMENT_LEXICON_DOC: LexiconDoc;
|
|
1263
1640
|
export declare const RIGHTS_LEXICON_DOC: LexiconDoc;
|
|
1641
|
+
export declare const HYPERCERTS_COLLECTION_LEXICON_DOC: LexiconDoc;
|
|
1642
|
+
export declare const CONTEXT_ACKNOWLEDGEMENT_LEXICON_DOC: LexiconDoc;
|
|
1643
|
+
export declare const CONTEXT_ATTACHMENT_LEXICON_DOC: LexiconDoc;
|
|
1644
|
+
export declare const CONTEXT_EVALUATION_LEXICON_DOC: LexiconDoc;
|
|
1645
|
+
export declare const CONTEXT_MEASUREMENT_LEXICON_DOC: LexiconDoc;
|
|
1264
1646
|
export declare const HYPERCERTS_DEFS_LEXICON_DOC: LexiconDoc;
|
|
1265
1647
|
export declare const FUNDING_RECEIPT_LEXICON_DOC: LexiconDoc;
|
|
1266
|
-
export declare const
|
|
1648
|
+
export declare const WORKSCOPE_CEL_LEXICON_DOC: LexiconDoc;
|
|
1649
|
+
export declare const WORKSCOPE_TAG_LEXICON_DOC: LexiconDoc;
|
|
1267
1650
|
/**
|
|
1268
1651
|
* Lexicon document objects organized by semantic record type.
|
|
1269
1652
|
*/
|
|
1270
1653
|
export declare const HYPERCERTS_LEXICON_DOC: Record<string, LexiconDoc>;
|
|
1654
|
+
export * as AppCertifiedActorOrganization from "./types/app/certified/actor/organization.js";
|
|
1271
1655
|
export * as AppCertifiedActorProfile from "./types/app/certified/actor/profile.js";
|
|
1272
1656
|
export * as AppCertifiedBadgeAward from "./types/app/certified/badge/award.js";
|
|
1273
1657
|
export * as AppCertifiedBadgeDefinition from "./types/app/certified/badge/definition.js";
|
|
@@ -1275,17 +1659,20 @@ export * as AppCertifiedBadgeResponse from "./types/app/certified/badge/response
|
|
|
1275
1659
|
export * as AppCertifiedDefs from "./types/app/certified/defs.js";
|
|
1276
1660
|
export * as AppCertifiedLocation from "./types/app/certified/location.js";
|
|
1277
1661
|
export * as ComAtprotoRepoStrongRef from "./types/com/atproto/repo/strongRef.js";
|
|
1278
|
-
export * as
|
|
1662
|
+
export * as OrgHyperboardsBoard from "./types/org/hyperboards/board.js";
|
|
1663
|
+
export * as OrgHyperboardsDisplayProfile from "./types/org/hyperboards/displayProfile.js";
|
|
1279
1664
|
export * as OrgHypercertsClaimActivity from "./types/org/hypercerts/claim/activity.js";
|
|
1280
|
-
export * as
|
|
1281
|
-
export * as OrgHypercertsClaimCollection from "./types/org/hypercerts/claim/collection.js";
|
|
1282
|
-
export * as OrgHypercertsClaimContributionDetails from "./types/org/hypercerts/claim/contributionDetails.js";
|
|
1665
|
+
export * as OrgHypercertsClaimContribution from "./types/org/hypercerts/claim/contribution.js";
|
|
1283
1666
|
export * as OrgHypercertsClaimContributorInformation from "./types/org/hypercerts/claim/contributorInformation.js";
|
|
1284
|
-
export * as OrgHypercertsClaimEvaluation from "./types/org/hypercerts/claim/evaluation.js";
|
|
1285
|
-
export * as OrgHypercertsClaimMeasurement from "./types/org/hypercerts/claim/measurement.js";
|
|
1286
1667
|
export * as OrgHypercertsClaimRights from "./types/org/hypercerts/claim/rights.js";
|
|
1668
|
+
export * as OrgHypercertsCollection from "./types/org/hypercerts/collection.js";
|
|
1669
|
+
export * as OrgHypercertsContextAcknowledgement from "./types/org/hypercerts/context/acknowledgement.js";
|
|
1670
|
+
export * as OrgHypercertsContextAttachment from "./types/org/hypercerts/context/attachment.js";
|
|
1671
|
+
export * as OrgHypercertsContextEvaluation from "./types/org/hypercerts/context/evaluation.js";
|
|
1672
|
+
export * as OrgHypercertsContextMeasurement from "./types/org/hypercerts/context/measurement.js";
|
|
1287
1673
|
export * as OrgHypercertsDefs from "./types/org/hypercerts/defs.js";
|
|
1288
1674
|
export * as OrgHypercertsFundingReceipt from "./types/org/hypercerts/funding/receipt.js";
|
|
1289
|
-
export * as
|
|
1675
|
+
export * as OrgHypercertsWorkscopeCel from "./types/org/hypercerts/workscope/cel.js";
|
|
1676
|
+
export * as OrgHypercertsWorkscopeTag from "./types/org/hypercerts/workscope/tag.js";
|
|
1290
1677
|
export * from "./util.js";
|
|
1291
1678
|
//# sourceMappingURL=exports.d.ts.map
|