···11import type {} from "@atcute/lexicons";
22import * as v from "@atcute/lexicons/validations";
33import type {} from "@atcute/lexicons/ambient";
44+import * as ComAtprotoRepoStrongRef from "../../atproto/repo/strongRef.js";
45import * as ComDeckbelcherDefs from "../defs.js";
56import * as ComDeckbelcherRichtext from "../richtext.js";
67···2829 */
2930 addedAt: /*#__PURE__*/ v.datetimeString(),
3031 /**
3131- * AT-URI of the deck record.
3232+ * Reference to the deck record.
3233 */
3333- deckUri: /*#__PURE__*/ v.resourceUriString(),
3434+ get ref() {
3535+ return ComAtprotoRepoStrongRef.mainSchema;
3636+ },
3437});
3538const _mainSchema = /*#__PURE__*/ v.record(
3639 /*#__PURE__*/ v.tidString(),
···41414242 /** A deck saved to the list. */
4343 model DeckItem {
4444- /** AT-URI of the deck record. */
4444+ /** Reference to the deck record. */
4545 @required
4646- deckUri: atUri;
4646+ ref: com.atproto.repo.strongRef.Main;
47474848 /** Timestamp when this item was added to the list. */
4949 @required