@hypercerts-org/lexicon 0.11.1 → 0.12.0
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 +16 -0
- package/README.md +9 -9
- package/SCHEMAS.md +15 -12
- package/dist/exports.d.ts +15 -1
- package/dist/exports.d.ts.map +1 -1
- package/dist/generated/exports.d.ts +15 -1
- package/dist/generated/exports.d.ts.map +1 -1
- package/dist/generated/lexicons.d.ts +28 -0
- package/dist/generated/lexicons.d.ts.map +1 -1
- package/dist/generated/types/app/certified/actor/organization.d.ts +8 -0
- package/dist/generated/types/app/certified/actor/organization.d.ts.map +1 -1
- package/dist/generated/types/pub/leaflet/blocks/image.d.ts +2 -0
- package/dist/generated/types/pub/leaflet/blocks/image.d.ts.map +1 -1
- package/dist/index.cjs +40 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +40 -1
- package/dist/index.mjs.map +1 -1
- package/dist/lexicons.cjs +18 -0
- package/dist/lexicons.cjs.map +1 -1
- package/dist/lexicons.d.ts +28 -0
- package/dist/lexicons.d.ts.map +1 -1
- package/dist/lexicons.mjs +18 -0
- package/dist/lexicons.mjs.map +1 -1
- package/dist/types/app/certified/actor/organization.d.ts +8 -0
- package/dist/types/app/certified/actor/organization.d.ts.map +1 -1
- package/dist/types/pub/leaflet/blocks/image.d.ts +2 -0
- package/dist/types/pub/leaflet/blocks/image.d.ts.map +1 -1
- package/lexicons/app/certified/actor/organization.json +14 -0
- package/lexicons/pub/leaflet/blocks/image.json +4 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -154,6 +154,20 @@ const schemaDict = {
|
|
|
154
154
|
format: 'datetime',
|
|
155
155
|
description: "When the organization was established. Stored as datetime per ATProto conventions (no date-only format exists). Clients should use midnight UTC (e.g., '2005-01-01T00:00:00.000Z'); consumers should treat only the date portion as canonical.",
|
|
156
156
|
},
|
|
157
|
+
longDescription: {
|
|
158
|
+
type: 'union',
|
|
159
|
+
refs: [
|
|
160
|
+
'lex:org.hypercerts.defs#descriptionString',
|
|
161
|
+
'lex:pub.leaflet.pages.linearDocument',
|
|
162
|
+
'lex:com.atproto.repo.strongRef',
|
|
163
|
+
],
|
|
164
|
+
description: 'Long-form description of the organization, such as its mission, history, or detailed project narrative. An inline string for plain text or markdown, a Leaflet linear document record embedded directly, or a strong reference to an existing document record.',
|
|
165
|
+
},
|
|
166
|
+
visibility: {
|
|
167
|
+
type: 'string',
|
|
168
|
+
knownValues: ['public', 'unlisted'],
|
|
169
|
+
description: 'Controls whether the organization or project is publicly discoverable on platforms that honor this setting.',
|
|
170
|
+
},
|
|
157
171
|
createdAt: {
|
|
158
172
|
type: 'string',
|
|
159
173
|
format: 'datetime',
|
|
@@ -2061,6 +2075,10 @@ const schemaDict = {
|
|
|
2061
2075
|
type: 'ref',
|
|
2062
2076
|
ref: 'lex:pub.leaflet.blocks.image#aspectRatio',
|
|
2063
2077
|
},
|
|
2078
|
+
fullBleed: {
|
|
2079
|
+
type: 'boolean',
|
|
2080
|
+
description: 'Whether the image should extend to the full width of the container, ignoring padding.',
|
|
2081
|
+
},
|
|
2064
2082
|
},
|
|
2065
2083
|
},
|
|
2066
2084
|
aspectRatio: {
|
|
@@ -2717,6 +2735,23 @@ var defs$G = {
|
|
|
2717
2735
|
format: "datetime",
|
|
2718
2736
|
description: "When the organization was established. Stored as datetime per ATProto conventions (no date-only format exists). Clients should use midnight UTC (e.g., '2005-01-01T00:00:00.000Z'); consumers should treat only the date portion as canonical."
|
|
2719
2737
|
},
|
|
2738
|
+
longDescription: {
|
|
2739
|
+
type: "union",
|
|
2740
|
+
refs: [
|
|
2741
|
+
"org.hypercerts.defs#descriptionString",
|
|
2742
|
+
"pub.leaflet.pages.linearDocument",
|
|
2743
|
+
"com.atproto.repo.strongRef"
|
|
2744
|
+
],
|
|
2745
|
+
description: "Long-form description of the organization, such as its mission, history, or detailed project narrative. An inline string for plain text or markdown, a Leaflet linear document record embedded directly, or a strong reference to an existing document record."
|
|
2746
|
+
},
|
|
2747
|
+
visibility: {
|
|
2748
|
+
type: "string",
|
|
2749
|
+
knownValues: [
|
|
2750
|
+
"public",
|
|
2751
|
+
"unlisted"
|
|
2752
|
+
],
|
|
2753
|
+
description: "Controls whether the organization or project is publicly discoverable on platforms that honor this setting."
|
|
2754
|
+
},
|
|
2720
2755
|
createdAt: {
|
|
2721
2756
|
type: "string",
|
|
2722
2757
|
format: "datetime",
|
|
@@ -4932,6 +4967,10 @@ var defs$b = {
|
|
|
4932
4967
|
aspectRatio: {
|
|
4933
4968
|
type: "ref",
|
|
4934
4969
|
ref: "#aspectRatio"
|
|
4970
|
+
},
|
|
4971
|
+
fullBleed: {
|
|
4972
|
+
type: "boolean",
|
|
4973
|
+
description: "Whether the image should extend to the full width of the container, ignoring padding."
|
|
4935
4974
|
}
|
|
4936
4975
|
}
|
|
4937
4976
|
},
|
|
@@ -6600,7 +6639,7 @@ var facet = /*#__PURE__*/Object.freeze({
|
|
|
6600
6639
|
* ⚠️ DO NOT EDIT THIS FILE MANUALLY ⚠️
|
|
6601
6640
|
*
|
|
6602
6641
|
* This file is automatically generated by scripts/generate-exports.js
|
|
6603
|
-
* Generated: 2026-04-
|
|
6642
|
+
* Generated: 2026-04-29T07:40:01.346Z
|
|
6604
6643
|
*
|
|
6605
6644
|
* To regenerate this file, run:
|
|
6606
6645
|
* npm run gen-api
|