@hypercerts-org/lexicon 0.10.0-beta.14 → 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 +36 -0
- package/README.md +117 -12
- package/SCHEMAS.md +300 -158
- package/dist/exports.d.ts +604 -171
- package/dist/exports.d.ts.map +1 -1
- package/dist/generated/exports.d.ts +604 -171
- package/dist/generated/exports.d.ts.map +1 -1
- package/dist/generated/lexicons.d.ts +1256 -440
- 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 +4 -4
- 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/{types/org/hypercerts/claim → generated/types/org/hypercerts}/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 +1931 -805
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1883 -777
- package/dist/index.mjs.map +1 -1
- package/dist/lexicons.cjs +689 -240
- package/dist/lexicons.cjs.map +1 -1
- package/dist/lexicons.d.ts +1256 -440
- package/dist/lexicons.d.ts.map +1 -1
- package/dist/lexicons.mjs +689 -240
- 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 +4 -4
- 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/{generated/types/org/hypercerts/claim → types/org/hypercerts}/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 +13 -4
- 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/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/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/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,19 +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";
|
|
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";
|
|
31
34
|
import ACTIVITY_LEXICON_JSON from "../lexicons/org/hypercerts/claim/activity.json";
|
|
32
|
-
import
|
|
33
|
-
import COLLECTION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/collection.json";
|
|
34
|
-
import CONTRIBUTION_DETAILS_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contributionDetails.json";
|
|
35
|
+
import CONTRIBUTION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contribution.json";
|
|
35
36
|
import CONTRIBUTOR_INFORMATION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/contributorInformation.json";
|
|
36
|
-
import EVALUATION_LEXICON_JSON from "../lexicons/org/hypercerts/claim/evaluation.json";
|
|
37
|
-
import MEASUREMENT_LEXICON_JSON from "../lexicons/org/hypercerts/claim/measurement.json";
|
|
38
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";
|
|
39
43
|
import HYPERCERTS_DEFS_LEXICON_JSON from "../lexicons/org/hypercerts/defs.json";
|
|
40
44
|
import FUNDING_RECEIPT_LEXICON_JSON from "../lexicons/org/hypercerts/funding/receipt.json";
|
|
41
|
-
import
|
|
42
|
-
|
|
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, };
|
|
43
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";
|
|
44
50
|
export declare const ACTOR_PROFILE_NSID: "app.certified.actor.profile";
|
|
45
51
|
export declare const BADGE_AWARD_NSID: "app.certified.badge.award";
|
|
46
52
|
export declare const BADGE_DEFINITION_NSID: "app.certified.badge.definition";
|
|
@@ -48,17 +54,21 @@ export declare const BADGE_RESPONSE_NSID: "app.certified.badge.response";
|
|
|
48
54
|
export declare const CERTIFIED_DEFS_NSID: "app.certified.defs";
|
|
49
55
|
export declare const LOCATION_NSID: "app.certified.location";
|
|
50
56
|
export declare const STRONG_REF_NSID: "com.atproto.repo.strongRef";
|
|
57
|
+
export declare const HYPERBOARDS_BOARD_NSID: "org.hyperboards.board";
|
|
58
|
+
export declare const HYPERBOARDS_DISPLAY_PROFILE_NSID: "org.hyperboards.displayProfile";
|
|
51
59
|
export declare const ACTIVITY_NSID: "org.hypercerts.claim.activity";
|
|
52
|
-
export declare const
|
|
53
|
-
export declare const COLLECTION_NSID: "org.hypercerts.claim.collection";
|
|
54
|
-
export declare const CONTRIBUTION_DETAILS_NSID: "org.hypercerts.claim.contributionDetails";
|
|
60
|
+
export declare const CONTRIBUTION_NSID: "org.hypercerts.claim.contribution";
|
|
55
61
|
export declare const CONTRIBUTOR_INFORMATION_NSID: "org.hypercerts.claim.contributorInformation";
|
|
56
|
-
export declare const EVALUATION_NSID: "org.hypercerts.claim.evaluation";
|
|
57
|
-
export declare const MEASUREMENT_NSID: "org.hypercerts.claim.measurement";
|
|
58
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";
|
|
59
68
|
export declare const HYPERCERTS_DEFS_NSID: "org.hypercerts.defs";
|
|
60
69
|
export declare const FUNDING_RECEIPT_NSID: "org.hypercerts.funding.receipt";
|
|
61
|
-
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";
|
|
62
72
|
/**
|
|
63
73
|
* Collection NSIDs organized by semantic record type.
|
|
64
74
|
*
|
|
@@ -66,6 +76,7 @@ export declare const WORK_SCOPE_TAG_NSID: "org.hypercerts.helper.workScopeTag";
|
|
|
66
76
|
* correct collection names.
|
|
67
77
|
*/
|
|
68
78
|
export declare const HYPERCERTS_NSIDS: {
|
|
79
|
+
readonly ACTOR_ORGANIZATION: "app.certified.actor.organization";
|
|
69
80
|
readonly ACTOR_PROFILE: "app.certified.actor.profile";
|
|
70
81
|
readonly BADGE_AWARD: "app.certified.badge.award";
|
|
71
82
|
readonly BADGE_DEFINITION: "app.certified.badge.definition";
|
|
@@ -73,22 +84,96 @@ export declare const HYPERCERTS_NSIDS: {
|
|
|
73
84
|
readonly CERTIFIED_DEFS: "app.certified.defs";
|
|
74
85
|
readonly LOCATION: "app.certified.location";
|
|
75
86
|
readonly STRONG_REF: "com.atproto.repo.strongRef";
|
|
87
|
+
readonly HYPERBOARDS_BOARD: "org.hyperboards.board";
|
|
88
|
+
readonly HYPERBOARDS_DISPLAY_PROFILE: "org.hyperboards.displayProfile";
|
|
76
89
|
readonly ACTIVITY: "org.hypercerts.claim.activity";
|
|
77
|
-
readonly
|
|
78
|
-
readonly COLLECTION: "org.hypercerts.claim.collection";
|
|
79
|
-
readonly CONTRIBUTION_DETAILS: "org.hypercerts.claim.contributionDetails";
|
|
90
|
+
readonly CONTRIBUTION: "org.hypercerts.claim.contribution";
|
|
80
91
|
readonly CONTRIBUTOR_INFORMATION: "org.hypercerts.claim.contributorInformation";
|
|
81
|
-
readonly EVALUATION: "org.hypercerts.claim.evaluation";
|
|
82
|
-
readonly MEASUREMENT: "org.hypercerts.claim.measurement";
|
|
83
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";
|
|
84
98
|
readonly HYPERCERTS_DEFS: "org.hypercerts.defs";
|
|
85
99
|
readonly FUNDING_RECEIPT: "org.hypercerts.funding.receipt";
|
|
86
|
-
readonly
|
|
100
|
+
readonly WORKSCOPE_CEL: "org.hypercerts.workscope.cel";
|
|
101
|
+
readonly WORKSCOPE_TAG: "org.hypercerts.workscope.tag";
|
|
87
102
|
};
|
|
88
103
|
/**
|
|
89
104
|
* Lexicon JSON objects organized by semantic record type.
|
|
90
105
|
*/
|
|
91
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
|
+
};
|
|
92
177
|
readonly ACTOR_PROFILE: {
|
|
93
178
|
lexicon: number;
|
|
94
179
|
id: string;
|
|
@@ -99,9 +184,11 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
99
184
|
key: string;
|
|
100
185
|
record: {
|
|
101
186
|
type: string;
|
|
187
|
+
required: string[];
|
|
102
188
|
properties: {
|
|
103
189
|
displayName: {
|
|
104
190
|
type: string;
|
|
191
|
+
description: string;
|
|
105
192
|
maxGraphemes: number;
|
|
106
193
|
maxLength: number;
|
|
107
194
|
};
|
|
@@ -120,6 +207,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
120
207
|
website: {
|
|
121
208
|
type: string;
|
|
122
209
|
format: string;
|
|
210
|
+
description: string;
|
|
123
211
|
};
|
|
124
212
|
avatar: {
|
|
125
213
|
type: string;
|
|
@@ -134,6 +222,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
134
222
|
createdAt: {
|
|
135
223
|
type: string;
|
|
136
224
|
format: string;
|
|
225
|
+
description: string;
|
|
137
226
|
};
|
|
138
227
|
};
|
|
139
228
|
};
|
|
@@ -165,6 +254,13 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
165
254
|
note: {
|
|
166
255
|
type: string;
|
|
167
256
|
description: string;
|
|
257
|
+
maxLength: number;
|
|
258
|
+
};
|
|
259
|
+
url: {
|
|
260
|
+
type: string;
|
|
261
|
+
format: string;
|
|
262
|
+
description: string;
|
|
263
|
+
maxLength: number;
|
|
168
264
|
};
|
|
169
265
|
createdAt: {
|
|
170
266
|
type: string;
|
|
@@ -191,10 +287,12 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
191
287
|
badgeType: {
|
|
192
288
|
type: string;
|
|
193
289
|
description: string;
|
|
290
|
+
maxLength: number;
|
|
194
291
|
};
|
|
195
292
|
title: {
|
|
196
293
|
type: string;
|
|
197
294
|
description: string;
|
|
295
|
+
maxLength: number;
|
|
198
296
|
};
|
|
199
297
|
icon: {
|
|
200
298
|
type: string;
|
|
@@ -205,10 +303,13 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
205
303
|
description: {
|
|
206
304
|
type: string;
|
|
207
305
|
description: string;
|
|
306
|
+
maxLength: number;
|
|
307
|
+
maxGraphemes: number;
|
|
208
308
|
};
|
|
209
309
|
allowedIssuers: {
|
|
210
310
|
type: string;
|
|
211
311
|
description: string;
|
|
312
|
+
maxLength: number;
|
|
212
313
|
items: {
|
|
213
314
|
type: string;
|
|
214
315
|
ref: string;
|
|
@@ -243,12 +344,13 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
243
344
|
};
|
|
244
345
|
response: {
|
|
245
346
|
type: string;
|
|
246
|
-
|
|
347
|
+
knownValues: string[];
|
|
247
348
|
description: string;
|
|
248
349
|
};
|
|
249
350
|
weight: {
|
|
250
351
|
type: string;
|
|
251
352
|
description: string;
|
|
353
|
+
maxLength: number;
|
|
252
354
|
};
|
|
253
355
|
createdAt: {
|
|
254
356
|
type: string;
|
|
@@ -370,6 +472,210 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
370
472
|
};
|
|
371
473
|
};
|
|
372
474
|
};
|
|
475
|
+
readonly HYPERBOARDS_BOARD: {
|
|
476
|
+
lexicon: number;
|
|
477
|
+
id: string;
|
|
478
|
+
defs: {
|
|
479
|
+
main: {
|
|
480
|
+
type: string;
|
|
481
|
+
description: string;
|
|
482
|
+
key: string;
|
|
483
|
+
record: {
|
|
484
|
+
type: string;
|
|
485
|
+
required: string[];
|
|
486
|
+
properties: {
|
|
487
|
+
subject: {
|
|
488
|
+
type: string;
|
|
489
|
+
ref: string;
|
|
490
|
+
description: string;
|
|
491
|
+
};
|
|
492
|
+
config: {
|
|
493
|
+
type: string;
|
|
494
|
+
ref: string;
|
|
495
|
+
description: string;
|
|
496
|
+
};
|
|
497
|
+
contributorConfigs: {
|
|
498
|
+
type: string;
|
|
499
|
+
description: string;
|
|
500
|
+
maxLength: number;
|
|
501
|
+
items: {
|
|
502
|
+
type: string;
|
|
503
|
+
ref: string;
|
|
504
|
+
};
|
|
505
|
+
};
|
|
506
|
+
createdAt: {
|
|
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;
|
|
666
|
+
description: string;
|
|
667
|
+
maxLength: number;
|
|
668
|
+
};
|
|
669
|
+
createdAt: {
|
|
670
|
+
type: string;
|
|
671
|
+
format: string;
|
|
672
|
+
description: string;
|
|
673
|
+
};
|
|
674
|
+
};
|
|
675
|
+
};
|
|
676
|
+
};
|
|
677
|
+
};
|
|
678
|
+
};
|
|
373
679
|
readonly ACTIVITY: {
|
|
374
680
|
lexicon: number;
|
|
375
681
|
id: string;
|
|
@@ -403,23 +709,23 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
403
709
|
};
|
|
404
710
|
description: {
|
|
405
711
|
type: string;
|
|
712
|
+
ref: string;
|
|
713
|
+
description: string;
|
|
714
|
+
};
|
|
715
|
+
image: {
|
|
716
|
+
type: string;
|
|
717
|
+
refs: string[];
|
|
406
718
|
description: string;
|
|
407
|
-
maxLength: number;
|
|
408
|
-
maxGraphemes: number;
|
|
409
719
|
};
|
|
410
|
-
|
|
720
|
+
contributors: {
|
|
411
721
|
type: string;
|
|
412
722
|
description: string;
|
|
723
|
+
maxLength: number;
|
|
413
724
|
items: {
|
|
414
725
|
type: string;
|
|
415
726
|
ref: string;
|
|
416
727
|
};
|
|
417
728
|
};
|
|
418
|
-
image: {
|
|
419
|
-
type: string;
|
|
420
|
-
refs: string[];
|
|
421
|
-
description: string;
|
|
422
|
-
};
|
|
423
729
|
workScope: {
|
|
424
730
|
type: string;
|
|
425
731
|
refs: string[];
|
|
@@ -435,9 +741,10 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
435
741
|
format: string;
|
|
436
742
|
description: string;
|
|
437
743
|
};
|
|
438
|
-
|
|
744
|
+
locations: {
|
|
439
745
|
type: string;
|
|
440
746
|
description: string;
|
|
747
|
+
maxLength: number;
|
|
441
748
|
items: {
|
|
442
749
|
type: string;
|
|
443
750
|
ref: string;
|
|
@@ -448,14 +755,6 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
448
755
|
ref: string;
|
|
449
756
|
description: string;
|
|
450
757
|
};
|
|
451
|
-
locations: {
|
|
452
|
-
type: string;
|
|
453
|
-
description: string;
|
|
454
|
-
items: {
|
|
455
|
-
type: string;
|
|
456
|
-
ref: string;
|
|
457
|
-
};
|
|
458
|
-
};
|
|
459
758
|
createdAt: {
|
|
460
759
|
type: string;
|
|
461
760
|
format: string;
|
|
@@ -476,6 +775,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
476
775
|
contributionWeight: {
|
|
477
776
|
type: string;
|
|
478
777
|
description: string;
|
|
778
|
+
maxLength: number;
|
|
479
779
|
};
|
|
480
780
|
contributionDetails: {
|
|
481
781
|
type: string;
|
|
@@ -525,7 +825,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
525
825
|
};
|
|
526
826
|
};
|
|
527
827
|
};
|
|
528
|
-
readonly
|
|
828
|
+
readonly CONTRIBUTION: {
|
|
529
829
|
lexicon: number;
|
|
530
830
|
id: string;
|
|
531
831
|
defs: {
|
|
@@ -537,65 +837,105 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
537
837
|
type: string;
|
|
538
838
|
required: string[];
|
|
539
839
|
properties: {
|
|
540
|
-
|
|
840
|
+
role: {
|
|
541
841
|
type: string;
|
|
542
842
|
description: string;
|
|
543
|
-
items: {
|
|
544
|
-
type: string;
|
|
545
|
-
ref: string;
|
|
546
|
-
};
|
|
547
843
|
maxLength: number;
|
|
548
844
|
};
|
|
549
|
-
|
|
845
|
+
contributionDescription: {
|
|
550
846
|
type: string;
|
|
847
|
+
description: string;
|
|
551
848
|
maxLength: number;
|
|
849
|
+
maxGraphemes: number;
|
|
850
|
+
};
|
|
851
|
+
startDate: {
|
|
852
|
+
type: string;
|
|
853
|
+
format: string;
|
|
552
854
|
description: string;
|
|
553
855
|
};
|
|
554
|
-
|
|
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: {
|
|
555
884
|
type: string;
|
|
556
885
|
description: string;
|
|
557
|
-
items: {
|
|
558
|
-
type: string;
|
|
559
|
-
refs: string[];
|
|
560
|
-
};
|
|
561
886
|
maxLength: number;
|
|
562
887
|
};
|
|
563
|
-
|
|
888
|
+
displayName: {
|
|
564
889
|
type: string;
|
|
890
|
+
description: string;
|
|
565
891
|
maxLength: number;
|
|
892
|
+
};
|
|
893
|
+
image: {
|
|
894
|
+
type: string;
|
|
895
|
+
refs: string[];
|
|
566
896
|
description: string;
|
|
567
897
|
};
|
|
568
|
-
|
|
898
|
+
createdAt: {
|
|
899
|
+
type: string;
|
|
900
|
+
format: string;
|
|
901
|
+
description: string;
|
|
902
|
+
};
|
|
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: {
|
|
569
921
|
type: string;
|
|
570
922
|
description: string;
|
|
571
923
|
maxLength: number;
|
|
572
|
-
maxGraphemes: number;
|
|
573
924
|
};
|
|
574
|
-
|
|
925
|
+
rightsType: {
|
|
575
926
|
type: string;
|
|
576
927
|
description: string;
|
|
577
|
-
|
|
578
|
-
type: string;
|
|
579
|
-
ref: string;
|
|
580
|
-
};
|
|
928
|
+
maxLength: number;
|
|
581
929
|
};
|
|
582
|
-
|
|
930
|
+
rightsDescription: {
|
|
583
931
|
type: string;
|
|
584
932
|
description: string;
|
|
585
933
|
maxLength: number;
|
|
586
934
|
maxGraphemes: number;
|
|
587
935
|
};
|
|
588
|
-
|
|
589
|
-
type: string;
|
|
590
|
-
description: string;
|
|
591
|
-
items: {
|
|
592
|
-
type: string;
|
|
593
|
-
ref: string;
|
|
594
|
-
};
|
|
595
|
-
};
|
|
596
|
-
location: {
|
|
936
|
+
attachment: {
|
|
597
937
|
type: string;
|
|
598
|
-
|
|
938
|
+
refs: string[];
|
|
599
939
|
description: string;
|
|
600
940
|
};
|
|
601
941
|
createdAt: {
|
|
@@ -608,7 +948,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
608
948
|
};
|
|
609
949
|
};
|
|
610
950
|
};
|
|
611
|
-
readonly
|
|
951
|
+
readonly HYPERCERTS_COLLECTION: {
|
|
612
952
|
lexicon: number;
|
|
613
953
|
id: string;
|
|
614
954
|
defs: {
|
|
@@ -623,6 +963,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
623
963
|
type: {
|
|
624
964
|
type: string;
|
|
625
965
|
description: string;
|
|
966
|
+
maxLength: number;
|
|
626
967
|
};
|
|
627
968
|
title: {
|
|
628
969
|
type: string;
|
|
@@ -654,6 +995,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
654
995
|
items: {
|
|
655
996
|
type: string;
|
|
656
997
|
description: string;
|
|
998
|
+
maxLength: number;
|
|
657
999
|
items: {
|
|
658
1000
|
type: string;
|
|
659
1001
|
ref: string;
|
|
@@ -684,12 +1026,13 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
684
1026
|
itemWeight: {
|
|
685
1027
|
type: string;
|
|
686
1028
|
description: string;
|
|
1029
|
+
maxLength: number;
|
|
687
1030
|
};
|
|
688
1031
|
};
|
|
689
1032
|
};
|
|
690
1033
|
};
|
|
691
1034
|
};
|
|
692
|
-
readonly
|
|
1035
|
+
readonly CONTEXT_ACKNOWLEDGEMENT: {
|
|
693
1036
|
lexicon: number;
|
|
694
1037
|
id: string;
|
|
695
1038
|
defs: {
|
|
@@ -701,26 +1044,25 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
701
1044
|
type: string;
|
|
702
1045
|
required: string[];
|
|
703
1046
|
properties: {
|
|
704
|
-
|
|
1047
|
+
subject: {
|
|
705
1048
|
type: string;
|
|
1049
|
+
ref: string;
|
|
706
1050
|
description: string;
|
|
707
|
-
maxLength: number;
|
|
708
1051
|
};
|
|
709
|
-
|
|
1052
|
+
context: {
|
|
710
1053
|
type: string;
|
|
1054
|
+
refs: string[];
|
|
711
1055
|
description: string;
|
|
712
|
-
maxLength: number;
|
|
713
|
-
maxGraphemes: number;
|
|
714
1056
|
};
|
|
715
|
-
|
|
1057
|
+
acknowledged: {
|
|
716
1058
|
type: string;
|
|
717
|
-
format: string;
|
|
718
1059
|
description: string;
|
|
719
1060
|
};
|
|
720
|
-
|
|
1061
|
+
comment: {
|
|
721
1062
|
type: string;
|
|
722
|
-
format: string;
|
|
723
1063
|
description: string;
|
|
1064
|
+
maxLength: number;
|
|
1065
|
+
maxGraphemes: number;
|
|
724
1066
|
};
|
|
725
1067
|
createdAt: {
|
|
726
1068
|
type: string;
|
|
@@ -732,7 +1074,7 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
732
1074
|
};
|
|
733
1075
|
};
|
|
734
1076
|
};
|
|
735
|
-
readonly
|
|
1077
|
+
readonly CONTEXT_ATTACHMENT: {
|
|
736
1078
|
lexicon: number;
|
|
737
1079
|
id: string;
|
|
738
1080
|
defs: {
|
|
@@ -744,18 +1086,56 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
744
1086
|
type: string;
|
|
745
1087
|
required: string[];
|
|
746
1088
|
properties: {
|
|
747
|
-
|
|
1089
|
+
subjects: {
|
|
1090
|
+
type: string;
|
|
1091
|
+
description: string;
|
|
1092
|
+
items: {
|
|
1093
|
+
type: string;
|
|
1094
|
+
ref: string;
|
|
1095
|
+
};
|
|
1096
|
+
maxLength: number;
|
|
1097
|
+
};
|
|
1098
|
+
contentType: {
|
|
748
1099
|
type: string;
|
|
1100
|
+
maxLength: number;
|
|
749
1101
|
description: string;
|
|
750
1102
|
};
|
|
751
|
-
|
|
1103
|
+
content: {
|
|
752
1104
|
type: string;
|
|
753
1105
|
description: string;
|
|
1106
|
+
items: {
|
|
1107
|
+
type: string;
|
|
1108
|
+
refs: string[];
|
|
1109
|
+
};
|
|
754
1110
|
maxLength: number;
|
|
755
1111
|
};
|
|
756
|
-
|
|
1112
|
+
title: {
|
|
757
1113
|
type: string;
|
|
758
|
-
|
|
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;
|
|
759
1139
|
description: string;
|
|
760
1140
|
};
|
|
761
1141
|
createdAt: {
|
|
@@ -768,29 +1148,10 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
768
1148
|
};
|
|
769
1149
|
};
|
|
770
1150
|
};
|
|
771
|
-
readonly
|
|
1151
|
+
readonly CONTEXT_EVALUATION: {
|
|
772
1152
|
lexicon: number;
|
|
773
1153
|
id: string;
|
|
774
1154
|
defs: {
|
|
775
|
-
score: {
|
|
776
|
-
type: string;
|
|
777
|
-
description: string;
|
|
778
|
-
required: string[];
|
|
779
|
-
properties: {
|
|
780
|
-
min: {
|
|
781
|
-
type: string;
|
|
782
|
-
description: string;
|
|
783
|
-
};
|
|
784
|
-
max: {
|
|
785
|
-
type: string;
|
|
786
|
-
description: string;
|
|
787
|
-
};
|
|
788
|
-
value: {
|
|
789
|
-
type: string;
|
|
790
|
-
description: string;
|
|
791
|
-
};
|
|
792
|
-
};
|
|
793
|
-
};
|
|
794
1155
|
main: {
|
|
795
1156
|
type: string;
|
|
796
1157
|
description: string;
|
|
@@ -855,9 +1216,28 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
855
1216
|
};
|
|
856
1217
|
};
|
|
857
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
|
+
};
|
|
858
1238
|
};
|
|
859
1239
|
};
|
|
860
|
-
readonly
|
|
1240
|
+
readonly CONTEXT_MEASUREMENT: {
|
|
861
1241
|
lexicon: number;
|
|
862
1242
|
id: string;
|
|
863
1243
|
defs: {
|
|
@@ -869,10 +1249,14 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
869
1249
|
type: string;
|
|
870
1250
|
required: string[];
|
|
871
1251
|
properties: {
|
|
872
|
-
|
|
1252
|
+
subjects: {
|
|
873
1253
|
type: string;
|
|
874
|
-
ref: string;
|
|
875
1254
|
description: string;
|
|
1255
|
+
items: {
|
|
1256
|
+
type: string;
|
|
1257
|
+
ref: string;
|
|
1258
|
+
};
|
|
1259
|
+
maxLength: number;
|
|
876
1260
|
};
|
|
877
1261
|
metric: {
|
|
878
1262
|
type: string;
|
|
@@ -960,50 +1344,10 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
960
1344
|
};
|
|
961
1345
|
};
|
|
962
1346
|
};
|
|
963
|
-
readonly RIGHTS: {
|
|
964
|
-
lexicon: number;
|
|
965
|
-
id: string;
|
|
966
|
-
defs: {
|
|
967
|
-
main: {
|
|
968
|
-
type: string;
|
|
969
|
-
description: string;
|
|
970
|
-
key: string;
|
|
971
|
-
record: {
|
|
972
|
-
type: string;
|
|
973
|
-
required: string[];
|
|
974
|
-
properties: {
|
|
975
|
-
rightsName: {
|
|
976
|
-
type: string;
|
|
977
|
-
description: string;
|
|
978
|
-
maxLength: number;
|
|
979
|
-
};
|
|
980
|
-
rightsType: {
|
|
981
|
-
type: string;
|
|
982
|
-
description: string;
|
|
983
|
-
maxLength: number;
|
|
984
|
-
};
|
|
985
|
-
rightsDescription: {
|
|
986
|
-
type: string;
|
|
987
|
-
description: string;
|
|
988
|
-
};
|
|
989
|
-
attachment: {
|
|
990
|
-
type: string;
|
|
991
|
-
refs: string[];
|
|
992
|
-
description: string;
|
|
993
|
-
};
|
|
994
|
-
createdAt: {
|
|
995
|
-
type: string;
|
|
996
|
-
format: string;
|
|
997
|
-
description: string;
|
|
998
|
-
};
|
|
999
|
-
};
|
|
1000
|
-
};
|
|
1001
|
-
};
|
|
1002
|
-
};
|
|
1003
|
-
};
|
|
1004
1347
|
readonly HYPERCERTS_DEFS: {
|
|
1005
1348
|
lexicon: number;
|
|
1006
1349
|
id: string;
|
|
1350
|
+
description: string;
|
|
1007
1351
|
defs: {
|
|
1008
1352
|
uri: {
|
|
1009
1353
|
type: string;
|
|
@@ -1013,7 +1357,6 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1013
1357
|
uri: {
|
|
1014
1358
|
type: string;
|
|
1015
1359
|
format: string;
|
|
1016
|
-
maxGraphemes: number;
|
|
1017
1360
|
description: string;
|
|
1018
1361
|
};
|
|
1019
1362
|
};
|
|
@@ -1057,6 +1400,19 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1057
1400
|
};
|
|
1058
1401
|
};
|
|
1059
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
|
+
};
|
|
1060
1416
|
largeImage: {
|
|
1061
1417
|
type: string;
|
|
1062
1418
|
required: string[];
|
|
@@ -1092,26 +1448,32 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1092
1448
|
to: {
|
|
1093
1449
|
type: string;
|
|
1094
1450
|
description: string;
|
|
1451
|
+
maxLength: number;
|
|
1095
1452
|
};
|
|
1096
1453
|
amount: {
|
|
1097
1454
|
type: string;
|
|
1098
1455
|
description: string;
|
|
1456
|
+
maxLength: number;
|
|
1099
1457
|
};
|
|
1100
1458
|
currency: {
|
|
1101
1459
|
type: string;
|
|
1102
1460
|
description: string;
|
|
1461
|
+
maxLength: number;
|
|
1103
1462
|
};
|
|
1104
1463
|
paymentRail: {
|
|
1105
1464
|
type: string;
|
|
1106
1465
|
description: string;
|
|
1466
|
+
maxLength: number;
|
|
1107
1467
|
};
|
|
1108
1468
|
paymentNetwork: {
|
|
1109
1469
|
type: string;
|
|
1110
1470
|
description: string;
|
|
1471
|
+
maxLength: number;
|
|
1111
1472
|
};
|
|
1112
1473
|
transactionId: {
|
|
1113
1474
|
type: string;
|
|
1114
1475
|
description: string;
|
|
1476
|
+
maxLength: number;
|
|
1115
1477
|
};
|
|
1116
1478
|
for: {
|
|
1117
1479
|
type: string;
|
|
@@ -1138,7 +1500,46 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1138
1500
|
};
|
|
1139
1501
|
};
|
|
1140
1502
|
};
|
|
1141
|
-
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: {
|
|
1142
1543
|
lexicon: number;
|
|
1143
1544
|
id: string;
|
|
1144
1545
|
defs: {
|
|
@@ -1150,24 +1551,20 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1150
1551
|
type: string;
|
|
1151
1552
|
required: string[];
|
|
1152
1553
|
properties: {
|
|
1153
|
-
createdAt: {
|
|
1154
|
-
type: string;
|
|
1155
|
-
format: string;
|
|
1156
|
-
description: string;
|
|
1157
|
-
};
|
|
1158
1554
|
key: {
|
|
1159
1555
|
type: string;
|
|
1160
1556
|
description: string;
|
|
1161
1557
|
maxLength: number;
|
|
1162
1558
|
};
|
|
1163
|
-
|
|
1559
|
+
name: {
|
|
1164
1560
|
type: string;
|
|
1165
1561
|
description: string;
|
|
1166
1562
|
maxLength: number;
|
|
1167
1563
|
};
|
|
1168
|
-
|
|
1564
|
+
category: {
|
|
1169
1565
|
type: string;
|
|
1170
1566
|
description: string;
|
|
1567
|
+
knownValues: string[];
|
|
1171
1568
|
maxLength: number;
|
|
1172
1569
|
};
|
|
1173
1570
|
description: {
|
|
@@ -1181,6 +1578,17 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1181
1578
|
ref: string;
|
|
1182
1579
|
description: string;
|
|
1183
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
|
+
};
|
|
1184
1592
|
aliases: {
|
|
1185
1593
|
type: string;
|
|
1186
1594
|
items: {
|
|
@@ -1190,17 +1598,33 @@ export declare const HYPERCERTS_LEXICON_JSON: {
|
|
|
1190
1598
|
maxLength: number;
|
|
1191
1599
|
description: string;
|
|
1192
1600
|
};
|
|
1193
|
-
|
|
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: {
|
|
1194
1612
|
type: string;
|
|
1195
1613
|
refs: string[];
|
|
1196
1614
|
description: string;
|
|
1197
1615
|
};
|
|
1616
|
+
createdAt: {
|
|
1617
|
+
type: string;
|
|
1618
|
+
format: string;
|
|
1619
|
+
description: string;
|
|
1620
|
+
};
|
|
1198
1621
|
};
|
|
1199
1622
|
};
|
|
1200
1623
|
};
|
|
1201
1624
|
};
|
|
1202
1625
|
};
|
|
1203
1626
|
};
|
|
1627
|
+
export declare const ACTOR_ORGANIZATION_LEXICON_DOC: LexiconDoc;
|
|
1204
1628
|
export declare const ACTOR_PROFILE_LEXICON_DOC: LexiconDoc;
|
|
1205
1629
|
export declare const BADGE_AWARD_LEXICON_DOC: LexiconDoc;
|
|
1206
1630
|
export declare const BADGE_DEFINITION_LEXICON_DOC: LexiconDoc;
|
|
@@ -1208,21 +1632,26 @@ export declare const BADGE_RESPONSE_LEXICON_DOC: LexiconDoc;
|
|
|
1208
1632
|
export declare const CERTIFIED_DEFS_LEXICON_DOC: LexiconDoc;
|
|
1209
1633
|
export declare const LOCATION_LEXICON_DOC: LexiconDoc;
|
|
1210
1634
|
export declare const STRONG_REF_LEXICON_DOC: LexiconDoc;
|
|
1635
|
+
export declare const HYPERBOARDS_BOARD_LEXICON_DOC: LexiconDoc;
|
|
1636
|
+
export declare const HYPERBOARDS_DISPLAY_PROFILE_LEXICON_DOC: LexiconDoc;
|
|
1211
1637
|
export declare const ACTIVITY_LEXICON_DOC: LexiconDoc;
|
|
1212
|
-
export declare const
|
|
1213
|
-
export declare const COLLECTION_LEXICON_DOC: LexiconDoc;
|
|
1214
|
-
export declare const CONTRIBUTION_DETAILS_LEXICON_DOC: LexiconDoc;
|
|
1638
|
+
export declare const CONTRIBUTION_LEXICON_DOC: LexiconDoc;
|
|
1215
1639
|
export declare const CONTRIBUTOR_INFORMATION_LEXICON_DOC: LexiconDoc;
|
|
1216
|
-
export declare const EVALUATION_LEXICON_DOC: LexiconDoc;
|
|
1217
|
-
export declare const MEASUREMENT_LEXICON_DOC: LexiconDoc;
|
|
1218
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;
|
|
1219
1646
|
export declare const HYPERCERTS_DEFS_LEXICON_DOC: LexiconDoc;
|
|
1220
1647
|
export declare const FUNDING_RECEIPT_LEXICON_DOC: LexiconDoc;
|
|
1221
|
-
export declare const
|
|
1648
|
+
export declare const WORKSCOPE_CEL_LEXICON_DOC: LexiconDoc;
|
|
1649
|
+
export declare const WORKSCOPE_TAG_LEXICON_DOC: LexiconDoc;
|
|
1222
1650
|
/**
|
|
1223
1651
|
* Lexicon document objects organized by semantic record type.
|
|
1224
1652
|
*/
|
|
1225
1653
|
export declare const HYPERCERTS_LEXICON_DOC: Record<string, LexiconDoc>;
|
|
1654
|
+
export * as AppCertifiedActorOrganization from "./types/app/certified/actor/organization.js";
|
|
1226
1655
|
export * as AppCertifiedActorProfile from "./types/app/certified/actor/profile.js";
|
|
1227
1656
|
export * as AppCertifiedBadgeAward from "./types/app/certified/badge/award.js";
|
|
1228
1657
|
export * as AppCertifiedBadgeDefinition from "./types/app/certified/badge/definition.js";
|
|
@@ -1230,16 +1659,20 @@ export * as AppCertifiedBadgeResponse from "./types/app/certified/badge/response
|
|
|
1230
1659
|
export * as AppCertifiedDefs from "./types/app/certified/defs.js";
|
|
1231
1660
|
export * as AppCertifiedLocation from "./types/app/certified/location.js";
|
|
1232
1661
|
export * as ComAtprotoRepoStrongRef from "./types/com/atproto/repo/strongRef.js";
|
|
1662
|
+
export * as OrgHyperboardsBoard from "./types/org/hyperboards/board.js";
|
|
1663
|
+
export * as OrgHyperboardsDisplayProfile from "./types/org/hyperboards/displayProfile.js";
|
|
1233
1664
|
export * as OrgHypercertsClaimActivity from "./types/org/hypercerts/claim/activity.js";
|
|
1234
|
-
export * as
|
|
1235
|
-
export * as OrgHypercertsClaimCollection from "./types/org/hypercerts/claim/collection.js";
|
|
1236
|
-
export * as OrgHypercertsClaimContributionDetails from "./types/org/hypercerts/claim/contributionDetails.js";
|
|
1665
|
+
export * as OrgHypercertsClaimContribution from "./types/org/hypercerts/claim/contribution.js";
|
|
1237
1666
|
export * as OrgHypercertsClaimContributorInformation from "./types/org/hypercerts/claim/contributorInformation.js";
|
|
1238
|
-
export * as OrgHypercertsClaimEvaluation from "./types/org/hypercerts/claim/evaluation.js";
|
|
1239
|
-
export * as OrgHypercertsClaimMeasurement from "./types/org/hypercerts/claim/measurement.js";
|
|
1240
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";
|
|
1241
1673
|
export * as OrgHypercertsDefs from "./types/org/hypercerts/defs.js";
|
|
1242
1674
|
export * as OrgHypercertsFundingReceipt from "./types/org/hypercerts/funding/receipt.js";
|
|
1243
|
-
export * as
|
|
1675
|
+
export * as OrgHypercertsWorkscopeCel from "./types/org/hypercerts/workscope/cel.js";
|
|
1676
|
+
export * as OrgHypercertsWorkscopeTag from "./types/org/hypercerts/workscope/tag.js";
|
|
1244
1677
|
export * from "./util.js";
|
|
1245
1678
|
//# sourceMappingURL=exports.d.ts.map
|