social components inlay.at
atproto components sdui
86
fork

Configure Feed

Select the types of activity you want to include in your feed.

update lexicons

+35 -13
+4 -1
generated/index.ts
··· 2 2 * THIS FILE WAS GENERATED BY "@atproto/lex". DO NOT EDIT. 3 3 */ 4 4 5 + export * as app from "./app"; 6 + export * as org from "./org"; 7 + export * as tools from "./tools"; 5 8 export * as at from "./at"; 6 - export * as org from "./org"; 9 + export * as com from "./com";
+2 -2
generated/org/atsui/Avatar.defs.ts
··· 14 14 $nsid, 15 15 l.params(), 16 16 l.jsonPayload({ 17 - src: l.lexMap(), 18 - did: l.optional(l.string({ format: "did" })), 17 + src: l.optional(l.blob({ allowLegacy: false })), 18 + did: l.string({ format: "did" }), 19 19 size: l.optional( 20 20 l.withDefault( 21 21 l.string<{
+1 -1
generated/org/atsui/Blob.defs.ts
··· 14 14 $nsid, 15 15 l.params(), 16 16 l.jsonPayload({ 17 - src: l.lexMap(), 17 + src: l.blob({ allowLegacy: false }), 18 18 did: l.string({ format: "did" }), 19 19 ratio: l.optional(l.ref<AspectRatio>((() => aspectRatio) as any)), 20 20 fit: l.optional(l.enum(["cover", "contain"])),
+2 -2
generated/org/atsui/Cover.defs.ts
··· 14 14 $nsid, 15 15 l.params(), 16 16 l.jsonPayload({ 17 - src: l.lexMap(), 18 - did: l.optional(l.string({ format: "did" })), 17 + src: l.optional(l.blob({ allowLegacy: false })), 18 + did: l.string({ format: "did" }), 19 19 }), 20 20 l.payload( 21 21 "application/json",
+21 -2
lexicons.json
··· 3 3 "lexicons": [ 4 4 "app.bsky.actor.defs", 5 5 "app.bsky.feed.defs", 6 - "app.bsky.feed.getPostThread" 6 + "app.bsky.feed.getPostThread", 7 + "org.atsui.Avatar", 8 + "org.atsui.Blob", 9 + "org.atsui.Cover" 7 10 ], 8 11 "resolutions": { 9 12 "app.bsky.actor.defs": { ··· 36 39 }, 37 40 "app.bsky.embed.video": { 38 41 "uri": "at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.embed.video", 39 - "cid": "bafyreib7cq67zkhasxlwomomskgnbuxvhzzde5brdkpv26fucbv3r7c5ue" 42 + "cid": "bafyreie3nug4ezpwodl6yrpgv5edkazzn22t7ea4yaeuun4rctyekkngai" 40 43 }, 41 44 "app.bsky.feed.defs": { 42 45 "uri": "at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.feed.defs", ··· 70 73 "uri": "at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/app.bsky.richtext.facet", 71 74 "cid": "bafyreidg56eo7zynf6ihz4xb627vwoqf5idnevkmwp7sxc4tijg6xngbu4" 72 75 }, 76 + "at.inlay.defs": { 77 + "uri": "at://did:plc:mdg3w2kpadcyxy33pizokzf3/com.atproto.lexicon.schema/at.inlay.defs", 78 + "cid": "bafyreieum33geki2mmkrqbujynl7jd6bjyyrzo57ylyx2k5f5cisdjm7qq" 79 + }, 73 80 "com.atproto.label.defs": { 74 81 "uri": "at://did:plc:6msi3pj7krzih5qxqtryxlzw/com.atproto.lexicon.schema/com.atproto.label.defs", 75 82 "cid": "bafyreig4hmnb2xkecyg4aaqfhr2rrcxxb3gsr4xks4rqb7rscrycalbrji" ··· 81 88 "com.atproto.repo.strongRef": { 82 89 "uri": "at://did:plc:6msi3pj7krzih5qxqtryxlzw/com.atproto.lexicon.schema/com.atproto.repo.strongRef", 83 90 "cid": "bafyreifrkdbnkvfjujntdaeigolnrjj3srrs53tfixjhmacclps72qlov4" 91 + }, 92 + "org.atsui.Avatar": { 93 + "uri": "at://did:plc:e4fjueijznwqm2yxvt7q4mba/com.atproto.lexicon.schema/org.atsui.Avatar", 94 + "cid": "bafyreid446dhdxupq3dptxde74mmpavjlodbiloa2d4sbqhhvxb244ohve" 95 + }, 96 + "org.atsui.Blob": { 97 + "uri": "at://did:plc:e4fjueijznwqm2yxvt7q4mba/com.atproto.lexicon.schema/org.atsui.Blob", 98 + "cid": "bafyreihs4ysjd4oof67ued3lst6heqqtsxtvrl63qtuovoyus4sbwhgnaq" 99 + }, 100 + "org.atsui.Cover": { 101 + "uri": "at://did:plc:e4fjueijznwqm2yxvt7q4mba/com.atproto.lexicon.schema/org.atsui.Cover", 102 + "cid": "bafyreied3fbmubqbekzxagrpfsxnb64vyuq3anjv4ry2wqimmqmxubj3ku" 84 103 }, 85 104 "tools.ozone.report.defs": { 86 105 "uri": "at://did:plc:33dt5kftu3jq2h5h4jjlqezt/com.atproto.lexicon.schema/tools.ozone.report.defs",
+2 -2
lexicons/org/atsui/Avatar.json
··· 9 9 "encoding": "application/json", 10 10 "schema": { 11 11 "type": "object", 12 - "required": ["src"], 12 + "required": ["did"], 13 13 "properties": { 14 14 "src": { 15 - "type": "unknown", 15 + "type": "blob", 16 16 "description": "Blob ref for the image." 17 17 }, 18 18 "did": {
+1 -1
lexicons/org/atsui/Blob.json
··· 12 12 "required": ["src", "did"], 13 13 "properties": { 14 14 "src": { 15 - "type": "unknown", 15 + "type": "blob", 16 16 "description": "Blob ref for the image." 17 17 }, 18 18 "did": {
+2 -2
lexicons/org/atsui/Cover.json
··· 9 9 "encoding": "application/json", 10 10 "schema": { 11 11 "type": "object", 12 - "required": ["src"], 12 + "required": ["did"], 13 13 "properties": { 14 14 "src": { 15 - "type": "unknown", 15 + "type": "blob", 16 16 "description": "Blob ref for the background image." 17 17 }, 18 18 "did": {