@atproto/bsky 0.0.274 → 0.0.276
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 +41 -0
- package/dist/api/app/bsky/feed/getActorLikes.d.ts.map +1 -1
- package/dist/api/app/bsky/feed/getActorLikes.js +5 -1
- package/dist/api/app/bsky/feed/getActorLikes.js.map +1 -1
- package/dist/api/app/bsky/feed/getAuthorFeed.d.ts.map +1 -1
- package/dist/api/app/bsky/feed/getAuthorFeed.js +7 -1
- package/dist/api/app/bsky/feed/getAuthorFeed.js.map +1 -1
- package/dist/api/app/bsky/feed/getFeed.d.ts +7 -0
- package/dist/api/app/bsky/feed/getFeed.d.ts.map +1 -1
- package/dist/api/app/bsky/feed/getFeed.js +14 -1
- package/dist/api/app/bsky/feed/getFeed.js.map +1 -1
- package/dist/api/app/bsky/feed/getListFeed.d.ts.map +1 -1
- package/dist/api/app/bsky/feed/getListFeed.js +5 -1
- package/dist/api/app/bsky/feed/getListFeed.js.map +1 -1
- package/dist/api/app/bsky/feed/getTimeline.d.ts.map +1 -1
- package/dist/api/app/bsky/feed/getTimeline.js +11 -2
- package/dist/api/app/bsky/feed/getTimeline.js.map +1 -1
- package/dist/api/app/bsky/unspecced/getPostThreadV2.js +5 -1
- package/dist/api/app/bsky/unspecced/getPostThreadV2.js.map +1 -1
- package/dist/auth-verifier.d.ts.map +1 -1
- package/dist/auth-verifier.js +16 -9
- package/dist/auth-verifier.js.map +1 -1
- package/dist/config.d.ts +4 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +10 -0
- package/dist/config.js.map +1 -1
- package/dist/data-plane/client/index.js +2 -2
- package/dist/data-plane/client/index.js.map +1 -1
- package/dist/data-plane/client/util.d.ts +1 -0
- package/dist/data-plane/client/util.d.ts.map +1 -1
- package/dist/data-plane/client/util.js +45 -0
- package/dist/data-plane/client/util.js.map +1 -1
- package/dist/data-plane/server/db/migrations/20260819T170000000Z-add-like-subject-sort-index.d.ts +4 -0
- package/dist/data-plane/server/db/migrations/20260819T170000000Z-add-like-subject-sort-index.d.ts.map +1 -0
- package/dist/data-plane/server/db/migrations/20260819T170000000Z-add-like-subject-sort-index.js +12 -0
- package/dist/data-plane/server/db/migrations/20260819T170000000Z-add-like-subject-sort-index.js.map +1 -0
- package/dist/data-plane/server/db/migrations/index.d.ts +1 -0
- package/dist/data-plane/server/db/migrations/index.d.ts.map +1 -1
- package/dist/data-plane/server/db/migrations/index.js +1 -0
- package/dist/data-plane/server/db/migrations/index.js.map +1 -1
- package/dist/data-plane/server/routes/likes.d.ts.map +1 -1
- package/dist/data-plane/server/routes/likes.js +46 -0
- package/dist/data-plane/server/routes/likes.js.map +1 -1
- package/dist/feature-gates/gates.d.ts +1 -0
- package/dist/feature-gates/gates.d.ts.map +1 -1
- package/dist/feature-gates/gates.js +1 -0
- package/dist/feature-gates/gates.js.map +1 -1
- package/dist/hydration/actor.d.ts +5 -0
- package/dist/hydration/actor.d.ts.map +1 -1
- package/dist/hydration/actor.js.map +1 -1
- package/dist/hydration/hydrator.d.ts +16 -4
- package/dist/hydration/hydrator.d.ts.map +1 -1
- package/dist/hydration/hydrator.js +70 -6
- package/dist/hydration/hydrator.js.map +1 -1
- package/dist/lexicons/app/bsky/actor/status.defs.d.ts +5 -3
- package/dist/lexicons/app/bsky/actor/status.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/actor/status.defs.js +3 -0
- package/dist/lexicons/app/bsky/actor/status.defs.js.map +1 -1
- package/dist/lexicons/app/bsky/embed/video.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/embed/video.defs.js +2 -4
- package/dist/lexicons/app/bsky/embed/video.defs.js.map +1 -1
- package/dist/lexicons/app/bsky/feed/defs.defs.d.ts +84 -42
- package/dist/lexicons/app/bsky/feed/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/feed/defs.defs.js +52 -0
- package/dist/lexicons/app/bsky/feed/defs.defs.js.map +1 -1
- package/dist/lexicons/app/bsky/graph/defs.defs.d.ts +15 -9
- package/dist/lexicons/app/bsky/graph/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/app/bsky/graph/defs.defs.js +9 -0
- package/dist/lexicons/app/bsky/graph/defs.defs.js.map +1 -1
- package/dist/lexicons/com/atproto/moderation/defs.defs.d.ts +35 -21
- package/dist/lexicons/com/atproto/moderation/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/com/atproto/moderation/defs.defs.js +21 -0
- package/dist/lexicons/com/atproto/moderation/defs.defs.js.map +1 -1
- package/dist/lexicons/tools/ozone/moderation/defs.defs.d.ts +35 -21
- package/dist/lexicons/tools/ozone/moderation/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/tools/ozone/moderation/defs.defs.js +21 -0
- package/dist/lexicons/tools/ozone/moderation/defs.defs.js.map +1 -1
- package/dist/lexicons/tools/ozone/report/defs.defs.d.ts +200 -120
- package/dist/lexicons/tools/ozone/report/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/tools/ozone/report/defs.defs.js +126 -0
- package/dist/lexicons/tools/ozone/report/defs.defs.js.map +1 -1
- package/dist/lexicons/tools/ozone/team/defs.defs.d.ts +20 -12
- package/dist/lexicons/tools/ozone/team/defs.defs.d.ts.map +1 -1
- package/dist/lexicons/tools/ozone/team/defs.defs.js +12 -0
- package/dist/lexicons/tools/ozone/team/defs.defs.js.map +1 -1
- package/dist/proto/bsky_connect.d.ts +10 -1
- package/dist/proto/bsky_connect.d.ts.map +1 -1
- package/dist/proto/bsky_connect.js +10 -1
- package/dist/proto/bsky_connect.js.map +1 -1
- package/dist/proto/bsky_pb.d.ts +67 -0
- package/dist/proto/bsky_pb.d.ts.map +1 -1
- package/dist/proto/bsky_pb.js +110 -0
- package/dist/proto/bsky_pb.js.map +1 -1
- package/dist/telemetry.d.ts +2 -0
- package/dist/telemetry.d.ts.map +1 -0
- package/dist/telemetry.js +7 -0
- package/dist/telemetry.js.map +1 -0
- package/dist/views/index.d.ts +6 -2
- package/dist/views/index.d.ts.map +1 -1
- package/dist/views/index.js +26 -10
- package/dist/views/index.js.map +1 -1
- package/dist/views/types.d.ts +1 -0
- package/dist/views/types.d.ts.map +1 -1
- package/dist/views/types.js.map +1 -1
- package/package.json +20 -13
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.defs.js","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/feed/defs.defs.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAA;AAChC,OAAO,KAAK,SAAS,MAAM,uBAAuB,CAAA;AAClD,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAA;AACtD,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAA;AACpD,OAAO,KAAK,YAAY,MAAM,0BAA0B,CAAA;AACxD,OAAO,KAAK,aAAa,MAAM,2BAA2B,CAAA;AAC1D,OAAO,KAAK,WAAW,MAAM,yBAAyB,CAAA;AACtD,OAAO,KAAK,oBAAoB,MAAM,kCAAkC,CAAA;AACxE,OAAO,KAAK,SAAS,MAAM,yCAAyC,CAAA;AACpE,OAAO,KAAK,aAAa,MAAM,2BAA2B,CAAA;AAC1D,OAAO,KAAK,SAAS,MAAM,uBAAuB,CAAA;AAElD,MAAM,KAAK,GAAG,oBAAoB,CAAA;AAIlC,OAAO,EAAE,KAAK,EAAE,CAAA;AAkChB,MAAM,QAAQ,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAC1C,KAAK,EACL,UAAU;AACV,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACrB,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;IACjD,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC;IAC9C,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,CACzB,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,gBAAgB,CAAQ,CAC1C;IACD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;IAChC,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC7B,aAAa,CAAC,CAAC,CAAC,UAAU,CACxB;QACE,aAAa,CAAC,CAAC,CAAC,QAAQ,CACtB,CAAC,GAAG,EAAE,CAAC,WAAW,CAAC,IAAI,CAAQ,CAChC;QACD,aAAa,CAAC,CAAC,CAAC,QAAQ,CACtB,CAAC,GAAG,EAAE,CAAC,UAAU,CAAC,IAAI,CAAQ,CAC/B;QACD,aAAa,CAAC,CAAC,CAAC,QAAQ,CACtB,CAAC,GAAG,EAAE,CAAC,YAAY,CAAC,IAAI,CAAQ,CACjC;QACD,aAAa,CAAC,CAAC,CAAC,QAAQ,CACtB,CAAC,GAAG,EAAE,CAAC,aAAa,CAAC,IAAI,CAAQ,CAClC;QACD,aAAa,CAAC,CAAC,CAAC,QAAQ,CACtB,CAAC,GAAG,EAAE,CAAC,WAAW,CAAC,IAAI,CAAQ,CAChC;QACD,aAAa,CAAC,CAAC,CAAC,QAAQ,CACtB,CAAC,GAAG,EAAE,CAAC,oBAAoB,CAAC,IAAI,CAAQ,CACzC;KACF,EACD,KAAK,CACN,CACF;IACD,aAAa,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IAClE,UAAU,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IAC/D,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IAChE,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IAC9D,UAAU,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IAC/D,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,UAAU,EAAE,CAAC;IACzD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC9B,aAAa,CAAC,CAAC,CAAC,GAAG,CAAc,CAAC,GAAG,EAAE,CAAC,WAAW,CAAQ,CAAC,CAC7D;IACD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC9B,aAAa,CAAC,CAAC,CAAC,KAAK;IACnB,aAAa,CAAC,CAAC,CAAC,GAAG,CAAkB,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,KAAK,CAAQ,CAAC,CACrE,CACF;IACD,UAAU,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAClC,aAAa,CAAC,CAAC,CAAC,GAAG,CAAiB,CAAC,GAAG,EAAE,CAAC,cAAc,CAAQ,CAAC,CACnE;IACD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;CAC1D,CAAC,CACH,CAAA;AAED,OAAO,EAAE,QAAQ,EAAE,CAAA;AAgBnB,sIAAsI;AACtI,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAC7C,KAAK,EACL,aAAa;AACb,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACrB,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC9B,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,CAC7C;IACD,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC5B,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,CAC7C;IACD,UAAU,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IAC/D,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IAChE,aAAa,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IAClE,iBAAiB,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IACtE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;CAC5D,CAAC,CACH,CAAA;AAED,OAAO,EAAE,WAAW,EAAE,CAAA;AAUtB,0EAA0E;AAC1E,MAAM,aAAa,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAC/C,KAAK,EACL,eAAe;AACf,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACrB,cAAc,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IACtC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,CAC7C;CACF,CAAC,CACH,CAAA;AAED,OAAO,EAAE,aAAa,EAAE,CAAA;AAqBxB,MAAM,YAAY,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAC9C,KAAK,EACL,cAAc;AACd,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACrB,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,CAAW,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAQ,CAAC;IAC5D,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC7B,aAAa,CAAC,CAAC,CAAC,GAAG,CAAW,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAQ,CAAC,CACvD;IACD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC9B,aAAa,CAAC,CAAC,CAAC,UAAU,CACxB;QACE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAe,CAAC,GAAG,EAAE,CAAC,YAAY,CAAQ,CAAC;QACnE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAY,CAAC,GAAG,EAAE,CAAC,SAAS,CAAQ,CAAC;KAC9D,EACD,KAAK,CACN,CACF;IACD,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IACnC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAC5C;IACD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,CAAC,CAAC;CAC5E,CAAC,CACH,CAAA;AAED,OAAO,EAAE,YAAY,EAAE,CAAA;AAuBvB,MAAM,QAAQ,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAC1C,KAAK,EACL,UAAU;AACV,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACrB,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,UAAU,CAC9B;QACE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAW,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAQ,CAAC;QAC3D,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAe,CAAC,GAAG,EAAE,CAAC,YAAY,CAAQ,CAAC;QACnE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAc,CAAC,GAAG,EAAE,CAAC,WAAW,CAAQ,CAAC;KAClE,EACD,KAAK,CACN;IACD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,UAAU,CAChC;QACE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAW,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAQ,CAAC;QAC3D,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAe,CAAC,GAAG,EAAE,CAAC,YAAY,CAAQ,CAAC;QACnE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAc,CAAC,GAAG,EAAE,CAAC,WAAW,CAAQ,CAAC;KAClE,EACD,KAAK,CACN;IACD,iBAAiB,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IACzC,aAAa,CAAC,CAAC,CAAC,GAAG,CACjB,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,gBAAgB,CAAQ,CAC1C,CACF;CACF,CAAC,CACH,CAAA;AAED,OAAO,EAAE,QAAQ,EAAE,CAAA;AAYnB,MAAM,YAAY,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAC9C,KAAK,EACL,cAAc;AACd,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACrB,EAAE,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,CACrB,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,gBAAgB,CAAQ,CAC1C;IACD,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,CAAC;IAC3E,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IACxE,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,UAAU,EAAE,CAAC;CAC1D,CAAC,CACH,CAAA;AAED,OAAO,EAAE,YAAY,EAAE,CAAA;AAMvB,MAAM,SAAS,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAC3C,KAAK,EACL,WAAW;AACX,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAC3B,CAAA;AAED,OAAO,EAAE,SAAS,EAAE,CAAA;AAqBpB,MAAM,cAAc,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAChD,KAAK,EACL,gBAAgB;AAChB,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACrB,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,CAAW,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAQ,CAAC;IAC5D,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC9B,aAAa,CAAC,CAAC,CAAC,UAAU,CACxB;QACE,aAAa,CAAC,CAAC,CAAC,QAAQ,CACtB,CAAC,GAAG,EAAE,CAAC,cAAc,CAAQ,CAC9B;QACD,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAe,CAAC,GAAG,EAAE,CAAC,YAAY,CAAQ,CAAC;QACnE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAc,CAAC,GAAG,EAAE,CAAC,WAAW,CAAQ,CAAC;KAClE,EACD,KAAK,CACN,CACF;IACD,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC/B,aAAa,CAAC,CAAC,CAAC,KAAK;IACnB,aAAa,CAAC,CAAC,CAAC,UAAU,CACxB;QACE,aAAa,CAAC,CAAC,CAAC,QAAQ,CACtB,CAAC,GAAG,EAAE,CAAC,cAAc,CAAQ,CAC9B;QACD,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAe,CAAC,GAAG,EAAE,CAAC,YAAY,CAAQ,CAAC;QACnE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAc,CAAC,GAAG,EAAE,CAAC,WAAW,CAAQ,CAAC;KAClE,EACD,KAAK,CACN,CACF,CACF;IACD,aAAa,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IACrC,aAAa,CAAC,CAAC,CAAC,GAAG,CAAgB,CAAC,GAAG,EAAE,CAAC,aAAa,CAAQ,CAAC,CACjE;CACF,CAAC,CACH,CAAA;AAED,OAAO,EAAE,cAAc,EAAE,CAAA;AAUzB,MAAM,YAAY,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAC9C,KAAK,EACL,cAAc;AACd,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACrB,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;IACjD,QAAQ,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;CACxC,CAAC,CACH,CAAA;AAED,OAAO,EAAE,YAAY,EAAE,CAAA;AAWvB,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAC7C,KAAK,EACL,aAAa;AACb,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACrB,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;IACjD,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;IACtC,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,CAAgB,CAAC,GAAG,EAAE,CAAC,aAAa,CAAQ,CAAC;CACzE,CAAC,CACH,CAAA;AAED,OAAO,EAAE,WAAW,EAAE,CAAA;AAUtB,MAAM,aAAa,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAC/C,KAAK,EACL,eAAe;AACf,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACrB,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC;IAC9C,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC9B,aAAa,CAAC,CAAC,CAAC,GAAG,CACjB,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,WAAW,CAAQ,CACrC,CACF;CACF,CAAC,CACH,CAAA;AAED,OAAO,EAAE,aAAa,EAAE,CAAA;AAyBxB,MAAM,aAAa,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAC/C,KAAK,EACL,eAAe;AACf,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACrB,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;IACjD,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC;IAC9C,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC;IAC9C,OAAO,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,CAC1B,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,WAAW,CAAQ,CACrC;IACD,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;IACrC,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IACnC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,YAAY,EAAE,GAAG,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAC/D;IACD,iBAAiB,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IACzC,aAAa,CAAC,CAAC,CAAC,KAAK;IACnB,aAAa,CAAC,CAAC,CAAC,GAAG,CACjB,CAAC,GAAG,EAAE,CAAC,aAAa,CAAC,IAAI,CAAQ,CAClC,CACF,CACF;IACD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IAC3E,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IACjC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC,CACxC;IACD,mBAAmB,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IACxE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC9B,aAAa,CAAC,CAAC,CAAC,KAAK;IACnB,aAAa,CAAC,CAAC,CAAC,GAAG,CAAkB,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,KAAK,CAAQ,CAAC,CACrE,CACF;IACD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC9B,aAAa,CAAC,CAAC,CAAC,GAAG,CACjB,CAAC,GAAG,EAAE,CAAC,oBAAoB,CAAQ,CACpC,CACF;IACD,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IACnC,aAAa,CAAC,CAAC,CAAC,MAAM,EAKlB,CACL;IACD,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,UAAU,EAAE,CAAC;CAC1D,CAAC,CACH,CAAA;AAED,OAAO,EAAE,aAAa,EAAE,CAAA;AASxB,MAAM,oBAAoB,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CACtD,KAAK,EACL,sBAAsB;AACtB,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACrB,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC5B,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,CAC7C;CACF,CAAC,CACH,CAAA;AAED,OAAO,EAAE,oBAAoB,EAAE,CAAA;AAkB/B,MAAM,gBAAgB,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAClD,KAAK,EACL,kBAAkB;AAClB,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACrB,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;IAClD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC9B,aAAa,CAAC,CAAC,CAAC,UAAU,CACxB;QACE,aAAa,CAAC,CAAC,CAAC,QAAQ,CACtB,CAAC,GAAG,EAAE,CAAC,oBAAoB,CAAQ,CACpC;QACD,aAAa,CAAC,CAAC,CAAC,QAAQ,CACtB,CAAC,GAAG,EAAE,CAAC,iBAAiB,CAAQ,CACjC;KACF,EACD,KAAK,CACN,CACF;IACD,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IACnC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAC5C;CACF,CAAC,CACH,CAAA;AAED,OAAO,EAAE,gBAAgB,EAAE,CAAA;AAS3B,MAAM,oBAAoB,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CACtD,KAAK,EACL,sBAAsB;AACtB,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACrB,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;CACrD,CAAC,CACH,CAAA;AAED,OAAO,EAAE,oBAAoB,EAAE,CAAA;AAM/B,MAAM,iBAAiB,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CACnD,KAAK,EACL,mBAAmB;AACnB,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAC3B,CAAA;AAED,OAAO,EAAE,iBAAiB,EAAE,CAAA;AAY5B,MAAM,cAAc,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAChD,KAAK,EACL,gBAAgB;AAChB,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACrB,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,CAAC;IAC3E,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IACxE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC1D,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC7B,aAAa,CAAC,CAAC,CAAC,KAAK;IACnB,aAAa,CAAC,CAAC,CAAC,GAAG,CACjB,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,aAAa,CAAQ,CACvC,CACF,CACF;CACF,CAAC,CACH,CAAA;AAED,OAAO,EAAE,cAAc,EAAE,CAAA;AAiCzB,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,WAAW,CAC7C,KAAK,EACL,aAAa;AACb,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IACrB,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC5B,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,CAC7C;IACD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IAC7B,aAAa,CAAC,CAAC,CAAC,MAAM,EAelB,CACL;IACD,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;IACnC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAC5C;IACD,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,EAAE,CAAC,CAAC;CAC5E,CAAC,CACH,CAAA;AAED,OAAO,EAAE,WAAW,EAAE,CAAA;AAOtB,8EAA8E;AAC9E,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,aAAa,CAAC,CAAA;AAE/D,OAAO,EAAE,WAAW,EAAE,CAAA;AAOtB,8EAA8E;AAC9E,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,aAAa,CAAC,CAAA;AAE/D,OAAO,EAAE,WAAW,EAAE,CAAA;AAOtB,4CAA4C;AAC5C,MAAM,gBAAgB,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,kBAAkB,CAAC,CAAA;AAEzE,OAAO,EAAE,gBAAgB,EAAE,CAAA;AAO3B,0DAA0D;AAC1D,MAAM,kBAAkB,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,oBAAoB,CAAC,CAAA;AAE7E,OAAO,EAAE,kBAAkB,EAAE,CAAA;AAO7B,4DAA4D;AAC5D,MAAM,oBAAoB,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAChD,KAAK,EACL,sBAAsB,CACvB,CAAA;AAED,OAAO,EAAE,oBAAoB,EAAE,CAAA;AAO/B,oEAAoE;AACpE,MAAM,iBAAiB,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,mBAAmB,CAAC,CAAA;AAE3E,OAAO,EAAE,iBAAiB,EAAE,CAAA;AAO5B,8DAA8D;AAC9D,MAAM,sBAAsB,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAClD,KAAK,EACL,wBAAwB,CACzB,CAAA;AAED,OAAO,EAAE,sBAAsB,EAAE,CAAA;AAOjC,wFAAwF;AACxF,MAAM,gBAAgB,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,kBAAkB,CAAC,CAAA;AAEzE,OAAO,EAAE,gBAAgB,EAAE,CAAA;AAO3B,iCAAiC;AACjC,MAAM,eAAe,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,iBAAiB,CAAC,CAAA;AAEvE,OAAO,EAAE,eAAe,EAAE,CAAA;AAO1B,+BAA+B;AAC/B,MAAM,eAAe,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,iBAAiB,CAAC,CAAA;AAEvE,OAAO,EAAE,eAAe,EAAE,CAAA;AAO1B,kCAAkC;AAClC,MAAM,iBAAiB,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,mBAAmB,CAAC,CAAA;AAE3E,OAAO,EAAE,iBAAiB,EAAE,CAAA;AAO5B,oCAAoC;AACpC,MAAM,gBAAgB,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,kBAAkB,CAAC,CAAA;AAEzE,OAAO,EAAE,gBAAgB,EAAE,CAAA;AAO3B,gCAAgC;AAChC,MAAM,gBAAgB,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,kBAAkB,CAAC,CAAA;AAEzE,OAAO,EAAE,gBAAgB,EAAE,CAAA;AAO3B,gCAAgC;AAChC,MAAM,gBAAgB,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,EAAE,kBAAkB,CAAC,CAAA;AAEzE,OAAO,EAAE,gBAAgB,EAAE,CAAA","sourcesContent":["/*\n * THIS FILE WAS GENERATED BY \"@atproto/lex\". DO NOT EDIT.\n */\n\nimport { l } from '@atproto/lex'\nimport * as ActorDefs from '../actor/defs.defs.js'\nimport * as EmbedImages from '../embed/images.defs.js'\nimport * as EmbedVideo from '../embed/video.defs.js'\nimport * as EmbedGallery from '../embed/gallery.defs.js'\nimport * as EmbedExternal from '../embed/external.defs.js'\nimport * as EmbedRecord from '../embed/record.defs.js'\nimport * as EmbedRecordWithMedia from '../embed/recordWithMedia.defs.js'\nimport * as LabelDefs from '../../../com/atproto/label/defs.defs.js'\nimport * as RichtextFacet from '../richtext/facet.defs.js'\nimport * as GraphDefs from '../graph/defs.defs.js'\n\nconst $nsid = 'app.bsky.feed.defs'\n\ntype $nsid = typeof $nsid\n\nexport { $nsid }\n\ntype PostView = {\n $type?: 'app.bsky.feed.defs#postView'\n uri: l.AtUriString\n cid: l.CidString\n author: ActorDefs.ProfileViewBasic\n record: l.LexMap\n embed?:\n | l.$Typed<EmbedImages.View>\n | l.$Typed<EmbedVideo.View>\n | l.$Typed<EmbedGallery.View>\n | l.$Typed<EmbedExternal.View>\n | l.$Typed<EmbedRecord.View>\n | l.$Typed<EmbedRecordWithMedia.View>\n | l.Unknown$TypedObject\n bookmarkCount?: number\n replyCount?: number\n repostCount?: number\n likeCount?: number\n quoteCount?: number\n indexedAt: l.DatetimeString\n viewer?: ViewerState\n labels?: LabelDefs.Label[]\n threadgate?: ThreadgateView\n\n /**\n * Debug information for internal development\n */\n debug?: l.LexMap\n}\n\nexport type { PostView }\n\nconst postView = /*#__PURE__*/ l.typedObject<PostView>(\n $nsid,\n 'postView',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n cid: /*#__PURE__*/ l.string({ format: 'cid' }),\n author: /*#__PURE__*/ l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n record: /*#__PURE__*/ l.lexMap(),\n embed: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.typedUnion(\n [\n /*#__PURE__*/ l.typedRef<EmbedImages.View>(\n (() => EmbedImages.view) as any,\n ),\n /*#__PURE__*/ l.typedRef<EmbedVideo.View>(\n (() => EmbedVideo.view) as any,\n ),\n /*#__PURE__*/ l.typedRef<EmbedGallery.View>(\n (() => EmbedGallery.view) as any,\n ),\n /*#__PURE__*/ l.typedRef<EmbedExternal.View>(\n (() => EmbedExternal.view) as any,\n ),\n /*#__PURE__*/ l.typedRef<EmbedRecord.View>(\n (() => EmbedRecord.view) as any,\n ),\n /*#__PURE__*/ l.typedRef<EmbedRecordWithMedia.View>(\n (() => EmbedRecordWithMedia.view) as any,\n ),\n ],\n false,\n ),\n ),\n bookmarkCount: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.integer()),\n replyCount: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.integer()),\n repostCount: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.integer()),\n likeCount: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.integer()),\n quoteCount: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.integer()),\n indexedAt: /*#__PURE__*/ l.string({ format: 'datetime' }),\n viewer: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ViewerState>((() => viewerState) as any),\n ),\n labels: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<LabelDefs.Label>((() => LabelDefs.label) as any),\n ),\n ),\n threadgate: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ThreadgateView>((() => threadgateView) as any),\n ),\n debug: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.lexMap()),\n }),\n)\n\nexport { postView }\n\n/** Metadata about the requesting account's relationship with the subject content. Only has meaningful content for authed requests. */\ntype ViewerState = {\n $type?: 'app.bsky.feed.defs#viewerState'\n repost?: l.AtUriString\n like?: l.AtUriString\n bookmarked?: boolean\n threadMuted?: boolean\n replyDisabled?: boolean\n embeddingDisabled?: boolean\n pinned?: boolean\n}\n\nexport type { ViewerState }\n\n/** Metadata about the requesting account's relationship with the subject content. Only has meaningful content for authed requests. */\nconst viewerState = /*#__PURE__*/ l.typedObject<ViewerState>(\n $nsid,\n 'viewerState',\n /*#__PURE__*/ l.object({\n repost: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n like: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n bookmarked: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.boolean()),\n threadMuted: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.boolean()),\n replyDisabled: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.boolean()),\n embeddingDisabled: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.boolean()),\n pinned: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.boolean()),\n }),\n)\n\nexport { viewerState }\n\n/** Metadata about this post within the context of the thread it is in. */\ntype ThreadContext = {\n $type?: 'app.bsky.feed.defs#threadContext'\n rootAuthorLike?: l.AtUriString\n}\n\nexport type { ThreadContext }\n\n/** Metadata about this post within the context of the thread it is in. */\nconst threadContext = /*#__PURE__*/ l.typedObject<ThreadContext>(\n $nsid,\n 'threadContext',\n /*#__PURE__*/ l.object({\n rootAuthorLike: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n }),\n)\n\nexport { threadContext }\n\ntype FeedViewPost = {\n $type?: 'app.bsky.feed.defs#feedViewPost'\n post: PostView\n reply?: ReplyRef\n reason?: l.$Typed<ReasonRepost> | l.$Typed<ReasonPin> | l.Unknown$TypedObject\n\n /**\n * Context provided by feed generator that may be passed back alongside interactions.\n */\n feedContext?: string\n\n /**\n * Unique identifier per request that may be passed back alongside interactions.\n */\n reqId?: string\n}\n\nexport type { FeedViewPost }\n\nconst feedViewPost = /*#__PURE__*/ l.typedObject<FeedViewPost>(\n $nsid,\n 'feedViewPost',\n /*#__PURE__*/ l.object({\n post: /*#__PURE__*/ l.ref<PostView>((() => postView) as any),\n reply: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ReplyRef>((() => replyRef) as any),\n ),\n reason: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.typedUnion(\n [\n /*#__PURE__*/ l.typedRef<ReasonRepost>((() => reasonRepost) as any),\n /*#__PURE__*/ l.typedRef<ReasonPin>((() => reasonPin) as any),\n ],\n false,\n ),\n ),\n feedContext: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ maxLength: 2000 }),\n ),\n reqId: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ maxLength: 100 })),\n }),\n)\n\nexport { feedViewPost }\n\ntype ReplyRef = {\n $type?: 'app.bsky.feed.defs#replyRef'\n root:\n | l.$Typed<PostView>\n | l.$Typed<NotFoundPost>\n | l.$Typed<BlockedPost>\n | l.Unknown$TypedObject\n parent:\n | l.$Typed<PostView>\n | l.$Typed<NotFoundPost>\n | l.$Typed<BlockedPost>\n | l.Unknown$TypedObject\n\n /**\n * When parent is a reply to another post, this is the author of that post.\n */\n grandparentAuthor?: ActorDefs.ProfileViewBasic\n}\n\nexport type { ReplyRef }\n\nconst replyRef = /*#__PURE__*/ l.typedObject<ReplyRef>(\n $nsid,\n 'replyRef',\n /*#__PURE__*/ l.object({\n root: /*#__PURE__*/ l.typedUnion(\n [\n /*#__PURE__*/ l.typedRef<PostView>((() => postView) as any),\n /*#__PURE__*/ l.typedRef<NotFoundPost>((() => notFoundPost) as any),\n /*#__PURE__*/ l.typedRef<BlockedPost>((() => blockedPost) as any),\n ],\n false,\n ),\n parent: /*#__PURE__*/ l.typedUnion(\n [\n /*#__PURE__*/ l.typedRef<PostView>((() => postView) as any),\n /*#__PURE__*/ l.typedRef<NotFoundPost>((() => notFoundPost) as any),\n /*#__PURE__*/ l.typedRef<BlockedPost>((() => blockedPost) as any),\n ],\n false,\n ),\n grandparentAuthor: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n ),\n }),\n)\n\nexport { replyRef }\n\ntype ReasonRepost = {\n $type?: 'app.bsky.feed.defs#reasonRepost'\n by: ActorDefs.ProfileViewBasic\n uri?: l.AtUriString\n cid?: l.CidString\n indexedAt: l.DatetimeString\n}\n\nexport type { ReasonRepost }\n\nconst reasonRepost = /*#__PURE__*/ l.typedObject<ReasonRepost>(\n $nsid,\n 'reasonRepost',\n /*#__PURE__*/ l.object({\n by: /*#__PURE__*/ l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n uri: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ format: 'at-uri' })),\n cid: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ format: 'cid' })),\n indexedAt: /*#__PURE__*/ l.string({ format: 'datetime' }),\n }),\n)\n\nexport { reasonRepost }\n\ntype ReasonPin = { $type?: 'app.bsky.feed.defs#reasonPin' }\n\nexport type { ReasonPin }\n\nconst reasonPin = /*#__PURE__*/ l.typedObject<ReasonPin>(\n $nsid,\n 'reasonPin',\n /*#__PURE__*/ l.object({}),\n)\n\nexport { reasonPin }\n\ntype ThreadViewPost = {\n $type?: 'app.bsky.feed.defs#threadViewPost'\n post: PostView\n parent?:\n | l.$Typed<ThreadViewPost>\n | l.$Typed<NotFoundPost>\n | l.$Typed<BlockedPost>\n | l.Unknown$TypedObject\n replies?: (\n | l.$Typed<ThreadViewPost>\n | l.$Typed<NotFoundPost>\n | l.$Typed<BlockedPost>\n | l.Unknown$TypedObject\n )[]\n threadContext?: ThreadContext\n}\n\nexport type { ThreadViewPost }\n\nconst threadViewPost = /*#__PURE__*/ l.typedObject<ThreadViewPost>(\n $nsid,\n 'threadViewPost',\n /*#__PURE__*/ l.object({\n post: /*#__PURE__*/ l.ref<PostView>((() => postView) as any),\n parent: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.typedUnion(\n [\n /*#__PURE__*/ l.typedRef<ThreadViewPost>(\n (() => threadViewPost) as any,\n ),\n /*#__PURE__*/ l.typedRef<NotFoundPost>((() => notFoundPost) as any),\n /*#__PURE__*/ l.typedRef<BlockedPost>((() => blockedPost) as any),\n ],\n false,\n ),\n ),\n replies: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.typedUnion(\n [\n /*#__PURE__*/ l.typedRef<ThreadViewPost>(\n (() => threadViewPost) as any,\n ),\n /*#__PURE__*/ l.typedRef<NotFoundPost>((() => notFoundPost) as any),\n /*#__PURE__*/ l.typedRef<BlockedPost>((() => blockedPost) as any),\n ],\n false,\n ),\n ),\n ),\n threadContext: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ThreadContext>((() => threadContext) as any),\n ),\n }),\n)\n\nexport { threadViewPost }\n\ntype NotFoundPost = {\n $type?: 'app.bsky.feed.defs#notFoundPost'\n uri: l.AtUriString\n notFound: true\n}\n\nexport type { NotFoundPost }\n\nconst notFoundPost = /*#__PURE__*/ l.typedObject<NotFoundPost>(\n $nsid,\n 'notFoundPost',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n notFound: /*#__PURE__*/ l.literal(true),\n }),\n)\n\nexport { notFoundPost }\n\ntype BlockedPost = {\n $type?: 'app.bsky.feed.defs#blockedPost'\n uri: l.AtUriString\n blocked: true\n author: BlockedAuthor\n}\n\nexport type { BlockedPost }\n\nconst blockedPost = /*#__PURE__*/ l.typedObject<BlockedPost>(\n $nsid,\n 'blockedPost',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n blocked: /*#__PURE__*/ l.literal(true),\n author: /*#__PURE__*/ l.ref<BlockedAuthor>((() => blockedAuthor) as any),\n }),\n)\n\nexport { blockedPost }\n\ntype BlockedAuthor = {\n $type?: 'app.bsky.feed.defs#blockedAuthor'\n did: l.DidString\n viewer?: ActorDefs.ViewerState\n}\n\nexport type { BlockedAuthor }\n\nconst blockedAuthor = /*#__PURE__*/ l.typedObject<BlockedAuthor>(\n $nsid,\n 'blockedAuthor',\n /*#__PURE__*/ l.object({\n did: /*#__PURE__*/ l.string({ format: 'did' }),\n viewer: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ActorDefs.ViewerState>(\n (() => ActorDefs.viewerState) as any,\n ),\n ),\n }),\n)\n\nexport { blockedAuthor }\n\ntype GeneratorView = {\n $type?: 'app.bsky.feed.defs#generatorView'\n uri: l.AtUriString\n cid: l.CidString\n did: l.DidString\n creator: ActorDefs.ProfileView\n displayName: string\n description?: string\n descriptionFacets?: RichtextFacet.Main[]\n avatar?: l.UriString\n likeCount?: number\n acceptsInteractions?: boolean\n labels?: LabelDefs.Label[]\n viewer?: GeneratorViewerState\n contentMode?:\n | 'app.bsky.feed.defs#contentModeUnspecified'\n | 'app.bsky.feed.defs#contentModeVideo'\n | l.UnknownString\n indexedAt: l.DatetimeString\n}\n\nexport type { GeneratorView }\n\nconst generatorView = /*#__PURE__*/ l.typedObject<GeneratorView>(\n $nsid,\n 'generatorView',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n cid: /*#__PURE__*/ l.string({ format: 'cid' }),\n did: /*#__PURE__*/ l.string({ format: 'did' }),\n creator: /*#__PURE__*/ l.ref<ActorDefs.ProfileView>(\n (() => ActorDefs.profileView) as any,\n ),\n displayName: /*#__PURE__*/ l.string(),\n description: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ maxGraphemes: 300, maxLength: 3000 }),\n ),\n descriptionFacets: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<RichtextFacet.Main>(\n (() => RichtextFacet.main) as any,\n ),\n ),\n ),\n avatar: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ format: 'uri' })),\n likeCount: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.integer({ minimum: 0 }),\n ),\n acceptsInteractions: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.boolean()),\n labels: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<LabelDefs.Label>((() => LabelDefs.label) as any),\n ),\n ),\n viewer: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<GeneratorViewerState>(\n (() => generatorViewerState) as any,\n ),\n ),\n contentMode: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string<{\n knownValues: [\n 'app.bsky.feed.defs#contentModeUnspecified',\n 'app.bsky.feed.defs#contentModeVideo',\n ]\n }>(),\n ),\n indexedAt: /*#__PURE__*/ l.string({ format: 'datetime' }),\n }),\n)\n\nexport { generatorView }\n\ntype GeneratorViewerState = {\n $type?: 'app.bsky.feed.defs#generatorViewerState'\n like?: l.AtUriString\n}\n\nexport type { GeneratorViewerState }\n\nconst generatorViewerState = /*#__PURE__*/ l.typedObject<GeneratorViewerState>(\n $nsid,\n 'generatorViewerState',\n /*#__PURE__*/ l.object({\n like: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n }),\n)\n\nexport { generatorViewerState }\n\ntype SkeletonFeedPost = {\n $type?: 'app.bsky.feed.defs#skeletonFeedPost'\n post: l.AtUriString\n reason?:\n | l.$Typed<SkeletonReasonRepost>\n | l.$Typed<SkeletonReasonPin>\n | l.Unknown$TypedObject\n\n /**\n * Context that will be passed through to client and may be passed to feed generator back alongside interactions.\n */\n feedContext?: string\n}\n\nexport type { SkeletonFeedPost }\n\nconst skeletonFeedPost = /*#__PURE__*/ l.typedObject<SkeletonFeedPost>(\n $nsid,\n 'skeletonFeedPost',\n /*#__PURE__*/ l.object({\n post: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n reason: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.typedUnion(\n [\n /*#__PURE__*/ l.typedRef<SkeletonReasonRepost>(\n (() => skeletonReasonRepost) as any,\n ),\n /*#__PURE__*/ l.typedRef<SkeletonReasonPin>(\n (() => skeletonReasonPin) as any,\n ),\n ],\n false,\n ),\n ),\n feedContext: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ maxLength: 2000 }),\n ),\n }),\n)\n\nexport { skeletonFeedPost }\n\ntype SkeletonReasonRepost = {\n $type?: 'app.bsky.feed.defs#skeletonReasonRepost'\n repost: l.AtUriString\n}\n\nexport type { SkeletonReasonRepost }\n\nconst skeletonReasonRepost = /*#__PURE__*/ l.typedObject<SkeletonReasonRepost>(\n $nsid,\n 'skeletonReasonRepost',\n /*#__PURE__*/ l.object({\n repost: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n }),\n)\n\nexport { skeletonReasonRepost }\n\ntype SkeletonReasonPin = { $type?: 'app.bsky.feed.defs#skeletonReasonPin' }\n\nexport type { SkeletonReasonPin }\n\nconst skeletonReasonPin = /*#__PURE__*/ l.typedObject<SkeletonReasonPin>(\n $nsid,\n 'skeletonReasonPin',\n /*#__PURE__*/ l.object({}),\n)\n\nexport { skeletonReasonPin }\n\ntype ThreadgateView = {\n $type?: 'app.bsky.feed.defs#threadgateView'\n uri?: l.AtUriString\n cid?: l.CidString\n record?: l.LexMap\n lists?: GraphDefs.ListViewBasic[]\n}\n\nexport type { ThreadgateView }\n\nconst threadgateView = /*#__PURE__*/ l.typedObject<ThreadgateView>(\n $nsid,\n 'threadgateView',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ format: 'at-uri' })),\n cid: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ format: 'cid' })),\n record: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.lexMap()),\n lists: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<GraphDefs.ListViewBasic>(\n (() => GraphDefs.listViewBasic) as any,\n ),\n ),\n ),\n }),\n)\n\nexport { threadgateView }\n\ntype Interaction = {\n $type?: 'app.bsky.feed.defs#interaction'\n item?: l.AtUriString\n event?:\n | 'app.bsky.feed.defs#requestLess'\n | 'app.bsky.feed.defs#requestMore'\n | 'app.bsky.feed.defs#clickthroughItem'\n | 'app.bsky.feed.defs#clickthroughAuthor'\n | 'app.bsky.feed.defs#clickthroughReposter'\n | 'app.bsky.feed.defs#clickthroughEmbed'\n | 'app.bsky.feed.defs#interactionSeen'\n | 'app.bsky.feed.defs#interactionLike'\n | 'app.bsky.feed.defs#interactionRepost'\n | 'app.bsky.feed.defs#interactionReply'\n | 'app.bsky.feed.defs#interactionQuote'\n | 'app.bsky.feed.defs#interactionShare'\n | l.UnknownString\n\n /**\n * Context on a feed item that was originally supplied by the feed generator on getFeedSkeleton.\n */\n feedContext?: string\n\n /**\n * Unique identifier per request that may be passed back alongside interactions.\n */\n reqId?: string\n}\n\nexport type { Interaction }\n\nconst interaction = /*#__PURE__*/ l.typedObject<Interaction>(\n $nsid,\n 'interaction',\n /*#__PURE__*/ l.object({\n item: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n event: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string<{\n knownValues: [\n 'app.bsky.feed.defs#requestLess',\n 'app.bsky.feed.defs#requestMore',\n 'app.bsky.feed.defs#clickthroughItem',\n 'app.bsky.feed.defs#clickthroughAuthor',\n 'app.bsky.feed.defs#clickthroughReposter',\n 'app.bsky.feed.defs#clickthroughEmbed',\n 'app.bsky.feed.defs#interactionSeen',\n 'app.bsky.feed.defs#interactionLike',\n 'app.bsky.feed.defs#interactionRepost',\n 'app.bsky.feed.defs#interactionReply',\n 'app.bsky.feed.defs#interactionQuote',\n 'app.bsky.feed.defs#interactionShare',\n ]\n }>(),\n ),\n feedContext: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ maxLength: 2000 }),\n ),\n reqId: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ maxLength: 100 })),\n }),\n)\n\nexport { interaction }\n\n/** Request that less content like the given feed item be shown in the feed */\ntype RequestLess = 'app.bsky.feed.defs#requestLess'\n\nexport type { RequestLess }\n\n/** Request that less content like the given feed item be shown in the feed */\nconst requestLess = /*#__PURE__*/ l.token($nsid, 'requestLess')\n\nexport { requestLess }\n\n/** Request that more content like the given feed item be shown in the feed */\ntype RequestMore = 'app.bsky.feed.defs#requestMore'\n\nexport type { RequestMore }\n\n/** Request that more content like the given feed item be shown in the feed */\nconst requestMore = /*#__PURE__*/ l.token($nsid, 'requestMore')\n\nexport { requestMore }\n\n/** User clicked through to the feed item */\ntype ClickthroughItem = 'app.bsky.feed.defs#clickthroughItem'\n\nexport type { ClickthroughItem }\n\n/** User clicked through to the feed item */\nconst clickthroughItem = /*#__PURE__*/ l.token($nsid, 'clickthroughItem')\n\nexport { clickthroughItem }\n\n/** User clicked through to the author of the feed item */\ntype ClickthroughAuthor = 'app.bsky.feed.defs#clickthroughAuthor'\n\nexport type { ClickthroughAuthor }\n\n/** User clicked through to the author of the feed item */\nconst clickthroughAuthor = /*#__PURE__*/ l.token($nsid, 'clickthroughAuthor')\n\nexport { clickthroughAuthor }\n\n/** User clicked through to the reposter of the feed item */\ntype ClickthroughReposter = 'app.bsky.feed.defs#clickthroughReposter'\n\nexport type { ClickthroughReposter }\n\n/** User clicked through to the reposter of the feed item */\nconst clickthroughReposter = /*#__PURE__*/ l.token(\n $nsid,\n 'clickthroughReposter',\n)\n\nexport { clickthroughReposter }\n\n/** User clicked through to the embedded content of the feed item */\ntype ClickthroughEmbed = 'app.bsky.feed.defs#clickthroughEmbed'\n\nexport type { ClickthroughEmbed }\n\n/** User clicked through to the embedded content of the feed item */\nconst clickthroughEmbed = /*#__PURE__*/ l.token($nsid, 'clickthroughEmbed')\n\nexport { clickthroughEmbed }\n\n/** Declares the feed generator returns any types of posts. */\ntype ContentModeUnspecified = 'app.bsky.feed.defs#contentModeUnspecified'\n\nexport type { ContentModeUnspecified }\n\n/** Declares the feed generator returns any types of posts. */\nconst contentModeUnspecified = /*#__PURE__*/ l.token(\n $nsid,\n 'contentModeUnspecified',\n)\n\nexport { contentModeUnspecified }\n\n/** Declares the feed generator returns posts containing app.bsky.embed.video embeds. */\ntype ContentModeVideo = 'app.bsky.feed.defs#contentModeVideo'\n\nexport type { ContentModeVideo }\n\n/** Declares the feed generator returns posts containing app.bsky.embed.video embeds. */\nconst contentModeVideo = /*#__PURE__*/ l.token($nsid, 'contentModeVideo')\n\nexport { contentModeVideo }\n\n/** Feed item was seen by user */\ntype InteractionSeen = 'app.bsky.feed.defs#interactionSeen'\n\nexport type { InteractionSeen }\n\n/** Feed item was seen by user */\nconst interactionSeen = /*#__PURE__*/ l.token($nsid, 'interactionSeen')\n\nexport { interactionSeen }\n\n/** User liked the feed item */\ntype InteractionLike = 'app.bsky.feed.defs#interactionLike'\n\nexport type { InteractionLike }\n\n/** User liked the feed item */\nconst interactionLike = /*#__PURE__*/ l.token($nsid, 'interactionLike')\n\nexport { interactionLike }\n\n/** User reposted the feed item */\ntype InteractionRepost = 'app.bsky.feed.defs#interactionRepost'\n\nexport type { InteractionRepost }\n\n/** User reposted the feed item */\nconst interactionRepost = /*#__PURE__*/ l.token($nsid, 'interactionRepost')\n\nexport { interactionRepost }\n\n/** User replied to the feed item */\ntype InteractionReply = 'app.bsky.feed.defs#interactionReply'\n\nexport type { InteractionReply }\n\n/** User replied to the feed item */\nconst interactionReply = /*#__PURE__*/ l.token($nsid, 'interactionReply')\n\nexport { interactionReply }\n\n/** User quoted the feed item */\ntype InteractionQuote = 'app.bsky.feed.defs#interactionQuote'\n\nexport type { InteractionQuote }\n\n/** User quoted the feed item */\nconst interactionQuote = /*#__PURE__*/ l.token($nsid, 'interactionQuote')\n\nexport { interactionQuote }\n\n/** User shared the feed item */\ntype InteractionShare = 'app.bsky.feed.defs#interactionShare'\n\nexport type { InteractionShare }\n\n/** User shared the feed item */\nconst interactionShare = /*#__PURE__*/ l.token($nsid, 'interactionShare')\n\nexport { interactionShare }\n"]}
|
|
1
|
+
{"version":3,"file":"defs.defs.js","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/feed/defs.defs.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * THIS FILE WAS GENERATED BY \"@atproto/lex\". DO NOT EDIT.\n */\n\nimport { l } from '@atproto/lex'\nimport * as ActorDefs from '../actor/defs.defs.js'\nimport * as EmbedImages from '../embed/images.defs.js'\nimport * as EmbedVideo from '../embed/video.defs.js'\nimport * as EmbedGallery from '../embed/gallery.defs.js'\nimport * as EmbedExternal from '../embed/external.defs.js'\nimport * as EmbedRecord from '../embed/record.defs.js'\nimport * as EmbedRecordWithMedia from '../embed/recordWithMedia.defs.js'\nimport * as LabelDefs from '../../../com/atproto/label/defs.defs.js'\nimport * as RichtextFacet from '../richtext/facet.defs.js'\nimport * as GraphDefs from '../graph/defs.defs.js'\n\nconst $nsid = 'app.bsky.feed.defs'\n\ntype $nsid = typeof $nsid\n\nexport { $nsid }\n\ntype PostView = {\n $type?: 'app.bsky.feed.defs#postView'\n uri: l.AtUriString\n cid: l.CidString\n author: ActorDefs.ProfileViewBasic\n record: l.LexMap\n embed?:\n | l.$Typed<EmbedImages.View>\n | l.$Typed<EmbedVideo.View>\n | l.$Typed<EmbedGallery.View>\n | l.$Typed<EmbedExternal.View>\n | l.$Typed<EmbedRecord.View>\n | l.$Typed<EmbedRecordWithMedia.View>\n | l.Unknown$TypedObject\n bookmarkCount?: number\n replyCount?: number\n repostCount?: number\n likeCount?: number\n quoteCount?: number\n indexedAt: l.DatetimeString\n viewer?: ViewerState\n labels?: LabelDefs.Label[]\n threadgate?: ThreadgateView\n\n /**\n * Debug information for internal development\n */\n debug?: l.LexMap\n}\n\nexport type { PostView }\n\nconst postView = /*#__PURE__*/ l.typedObject<PostView>(\n $nsid,\n 'postView',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n cid: /*#__PURE__*/ l.string({ format: 'cid' }),\n author: /*#__PURE__*/ l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n record: /*#__PURE__*/ l.lexMap(),\n embed: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.typedUnion(\n [\n /*#__PURE__*/ l.typedRef<EmbedImages.View>(\n (() => EmbedImages.view) as any,\n ),\n /*#__PURE__*/ l.typedRef<EmbedVideo.View>(\n (() => EmbedVideo.view) as any,\n ),\n /*#__PURE__*/ l.typedRef<EmbedGallery.View>(\n (() => EmbedGallery.view) as any,\n ),\n /*#__PURE__*/ l.typedRef<EmbedExternal.View>(\n (() => EmbedExternal.view) as any,\n ),\n /*#__PURE__*/ l.typedRef<EmbedRecord.View>(\n (() => EmbedRecord.view) as any,\n ),\n /*#__PURE__*/ l.typedRef<EmbedRecordWithMedia.View>(\n (() => EmbedRecordWithMedia.view) as any,\n ),\n ],\n false,\n ),\n ),\n bookmarkCount: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.integer()),\n replyCount: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.integer()),\n repostCount: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.integer()),\n likeCount: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.integer()),\n quoteCount: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.integer()),\n indexedAt: /*#__PURE__*/ l.string({ format: 'datetime' }),\n viewer: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ViewerState>((() => viewerState) as any),\n ),\n labels: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<LabelDefs.Label>((() => LabelDefs.label) as any),\n ),\n ),\n threadgate: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ThreadgateView>((() => threadgateView) as any),\n ),\n debug: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.lexMap()),\n }),\n)\n\nexport { postView }\n\n/** Metadata about the requesting account's relationship with the subject content. Only has meaningful content for authed requests. */\ntype ViewerState = {\n $type?: 'app.bsky.feed.defs#viewerState'\n repost?: l.AtUriString\n like?: l.AtUriString\n bookmarked?: boolean\n threadMuted?: boolean\n replyDisabled?: boolean\n embeddingDisabled?: boolean\n pinned?: boolean\n\n /**\n * This property is present only in selected cases, as an optimization.\n */\n knownLikers?: KnownLikers\n}\n\nexport type { ViewerState }\n\n/** Metadata about the requesting account's relationship with the subject content. Only has meaningful content for authed requests. */\nconst viewerState = /*#__PURE__*/ l.typedObject<ViewerState>(\n $nsid,\n 'viewerState',\n /*#__PURE__*/ l.object({\n repost: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n like: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n bookmarked: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.boolean()),\n threadMuted: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.boolean()),\n replyDisabled: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.boolean()),\n embeddingDisabled: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.boolean()),\n pinned: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.boolean()),\n knownLikers: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<KnownLikers>((() => knownLikers) as any),\n ),\n }),\n)\n\nexport { viewerState }\n\n/** The post's likers whom you also follow */\ntype KnownLikers = {\n $type?: 'app.bsky.feed.defs#knownLikers'\n count: number\n actors: ActorDefs.ProfileViewBasic[]\n}\n\nexport type { KnownLikers }\n\n/** The post's likers whom you also follow */\nconst knownLikers = /*#__PURE__*/ l.typedObject<KnownLikers>(\n $nsid,\n 'knownLikers',\n /*#__PURE__*/ l.object({\n count: /*#__PURE__*/ l.integer(),\n actors: /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n { minLength: 0, maxLength: 5 },\n ),\n }),\n)\n\nexport { knownLikers }\n\n/** Metadata about this post within the context of the thread it is in. */\ntype ThreadContext = {\n $type?: 'app.bsky.feed.defs#threadContext'\n rootAuthorLike?: l.AtUriString\n}\n\nexport type { ThreadContext }\n\n/** Metadata about this post within the context of the thread it is in. */\nconst threadContext = /*#__PURE__*/ l.typedObject<ThreadContext>(\n $nsid,\n 'threadContext',\n /*#__PURE__*/ l.object({\n rootAuthorLike: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n }),\n)\n\nexport { threadContext }\n\ntype FeedViewPost = {\n $type?: 'app.bsky.feed.defs#feedViewPost'\n post: PostView\n reply?: ReplyRef\n reason?: l.$Typed<ReasonRepost> | l.$Typed<ReasonPin> | l.Unknown$TypedObject\n\n /**\n * Context provided by feed generator that may be passed back alongside interactions.\n */\n feedContext?: string\n\n /**\n * Unique identifier per request that may be passed back alongside interactions.\n */\n reqId?: string\n}\n\nexport type { FeedViewPost }\n\nconst feedViewPost = /*#__PURE__*/ l.typedObject<FeedViewPost>(\n $nsid,\n 'feedViewPost',\n /*#__PURE__*/ l.object({\n post: /*#__PURE__*/ l.ref<PostView>((() => postView) as any),\n reply: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ReplyRef>((() => replyRef) as any),\n ),\n reason: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.typedUnion(\n [\n /*#__PURE__*/ l.typedRef<ReasonRepost>((() => reasonRepost) as any),\n /*#__PURE__*/ l.typedRef<ReasonPin>((() => reasonPin) as any),\n ],\n false,\n ),\n ),\n feedContext: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ maxLength: 2000 }),\n ),\n reqId: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ maxLength: 100 })),\n }),\n)\n\nexport { feedViewPost }\n\ntype ReplyRef = {\n $type?: 'app.bsky.feed.defs#replyRef'\n root:\n | l.$Typed<PostView>\n | l.$Typed<NotFoundPost>\n | l.$Typed<BlockedPost>\n | l.Unknown$TypedObject\n parent:\n | l.$Typed<PostView>\n | l.$Typed<NotFoundPost>\n | l.$Typed<BlockedPost>\n | l.Unknown$TypedObject\n\n /**\n * When parent is a reply to another post, this is the author of that post.\n */\n grandparentAuthor?: ActorDefs.ProfileViewBasic\n}\n\nexport type { ReplyRef }\n\nconst replyRef = /*#__PURE__*/ l.typedObject<ReplyRef>(\n $nsid,\n 'replyRef',\n /*#__PURE__*/ l.object({\n root: /*#__PURE__*/ l.typedUnion(\n [\n /*#__PURE__*/ l.typedRef<PostView>((() => postView) as any),\n /*#__PURE__*/ l.typedRef<NotFoundPost>((() => notFoundPost) as any),\n /*#__PURE__*/ l.typedRef<BlockedPost>((() => blockedPost) as any),\n ],\n false,\n ),\n parent: /*#__PURE__*/ l.typedUnion(\n [\n /*#__PURE__*/ l.typedRef<PostView>((() => postView) as any),\n /*#__PURE__*/ l.typedRef<NotFoundPost>((() => notFoundPost) as any),\n /*#__PURE__*/ l.typedRef<BlockedPost>((() => blockedPost) as any),\n ],\n false,\n ),\n grandparentAuthor: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n ),\n }),\n)\n\nexport { replyRef }\n\ntype ReasonRepost = {\n $type?: 'app.bsky.feed.defs#reasonRepost'\n by: ActorDefs.ProfileViewBasic\n uri?: l.AtUriString\n cid?: l.CidString\n indexedAt: l.DatetimeString\n}\n\nexport type { ReasonRepost }\n\nconst reasonRepost = /*#__PURE__*/ l.typedObject<ReasonRepost>(\n $nsid,\n 'reasonRepost',\n /*#__PURE__*/ l.object({\n by: /*#__PURE__*/ l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n uri: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ format: 'at-uri' })),\n cid: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ format: 'cid' })),\n indexedAt: /*#__PURE__*/ l.string({ format: 'datetime' }),\n }),\n)\n\nexport { reasonRepost }\n\ntype ReasonPin = { $type?: 'app.bsky.feed.defs#reasonPin' }\n\nexport type { ReasonPin }\n\nconst reasonPin = /*#__PURE__*/ l.typedObject<ReasonPin>(\n $nsid,\n 'reasonPin',\n /*#__PURE__*/ l.object({}),\n)\n\nexport { reasonPin }\n\ntype ThreadViewPost = {\n $type?: 'app.bsky.feed.defs#threadViewPost'\n post: PostView\n parent?:\n | l.$Typed<ThreadViewPost>\n | l.$Typed<NotFoundPost>\n | l.$Typed<BlockedPost>\n | l.Unknown$TypedObject\n replies?: (\n | l.$Typed<ThreadViewPost>\n | l.$Typed<NotFoundPost>\n | l.$Typed<BlockedPost>\n | l.Unknown$TypedObject\n )[]\n threadContext?: ThreadContext\n}\n\nexport type { ThreadViewPost }\n\nconst threadViewPost = /*#__PURE__*/ l.typedObject<ThreadViewPost>(\n $nsid,\n 'threadViewPost',\n /*#__PURE__*/ l.object({\n post: /*#__PURE__*/ l.ref<PostView>((() => postView) as any),\n parent: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.typedUnion(\n [\n /*#__PURE__*/ l.typedRef<ThreadViewPost>(\n (() => threadViewPost) as any,\n ),\n /*#__PURE__*/ l.typedRef<NotFoundPost>((() => notFoundPost) as any),\n /*#__PURE__*/ l.typedRef<BlockedPost>((() => blockedPost) as any),\n ],\n false,\n ),\n ),\n replies: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.typedUnion(\n [\n /*#__PURE__*/ l.typedRef<ThreadViewPost>(\n (() => threadViewPost) as any,\n ),\n /*#__PURE__*/ l.typedRef<NotFoundPost>((() => notFoundPost) as any),\n /*#__PURE__*/ l.typedRef<BlockedPost>((() => blockedPost) as any),\n ],\n false,\n ),\n ),\n ),\n threadContext: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ThreadContext>((() => threadContext) as any),\n ),\n }),\n)\n\nexport { threadViewPost }\n\ntype NotFoundPost = {\n $type?: 'app.bsky.feed.defs#notFoundPost'\n uri: l.AtUriString\n notFound: true\n}\n\nexport type { NotFoundPost }\n\nconst notFoundPost = /*#__PURE__*/ l.typedObject<NotFoundPost>(\n $nsid,\n 'notFoundPost',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n notFound: /*#__PURE__*/ l.literal(true),\n }),\n)\n\nexport { notFoundPost }\n\ntype BlockedPost = {\n $type?: 'app.bsky.feed.defs#blockedPost'\n uri: l.AtUriString\n blocked: true\n author: BlockedAuthor\n}\n\nexport type { BlockedPost }\n\nconst blockedPost = /*#__PURE__*/ l.typedObject<BlockedPost>(\n $nsid,\n 'blockedPost',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n blocked: /*#__PURE__*/ l.literal(true),\n author: /*#__PURE__*/ l.ref<BlockedAuthor>((() => blockedAuthor) as any),\n }),\n)\n\nexport { blockedPost }\n\ntype BlockedAuthor = {\n $type?: 'app.bsky.feed.defs#blockedAuthor'\n did: l.DidString\n viewer?: ActorDefs.ViewerState\n}\n\nexport type { BlockedAuthor }\n\nconst blockedAuthor = /*#__PURE__*/ l.typedObject<BlockedAuthor>(\n $nsid,\n 'blockedAuthor',\n /*#__PURE__*/ l.object({\n did: /*#__PURE__*/ l.string({ format: 'did' }),\n viewer: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ActorDefs.ViewerState>(\n (() => ActorDefs.viewerState) as any,\n ),\n ),\n }),\n)\n\nexport { blockedAuthor }\n\ntype GeneratorView = {\n $type?: 'app.bsky.feed.defs#generatorView'\n uri: l.AtUriString\n cid: l.CidString\n did: l.DidString\n creator: ActorDefs.ProfileView\n displayName: string\n description?: string\n descriptionFacets?: RichtextFacet.Main[]\n avatar?: l.UriString\n likeCount?: number\n acceptsInteractions?: boolean\n labels?: LabelDefs.Label[]\n viewer?: GeneratorViewerState\n contentMode?:\n | 'app.bsky.feed.defs#contentModeUnspecified'\n | 'app.bsky.feed.defs#contentModeVideo'\n | l.UnknownString\n indexedAt: l.DatetimeString\n}\n\nexport type { GeneratorView }\n\nconst generatorView = /*#__PURE__*/ l.typedObject<GeneratorView>(\n $nsid,\n 'generatorView',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n cid: /*#__PURE__*/ l.string({ format: 'cid' }),\n did: /*#__PURE__*/ l.string({ format: 'did' }),\n creator: /*#__PURE__*/ l.ref<ActorDefs.ProfileView>(\n (() => ActorDefs.profileView) as any,\n ),\n displayName: /*#__PURE__*/ l.string(),\n description: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ maxGraphemes: 300, maxLength: 3000 }),\n ),\n descriptionFacets: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<RichtextFacet.Main>(\n (() => RichtextFacet.main) as any,\n ),\n ),\n ),\n avatar: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ format: 'uri' })),\n likeCount: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.integer({ minimum: 0 }),\n ),\n acceptsInteractions: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.boolean()),\n labels: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<LabelDefs.Label>((() => LabelDefs.label) as any),\n ),\n ),\n viewer: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<GeneratorViewerState>(\n (() => generatorViewerState) as any,\n ),\n ),\n contentMode: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string<{\n knownValues: [\n 'app.bsky.feed.defs#contentModeUnspecified',\n 'app.bsky.feed.defs#contentModeVideo',\n ]\n }>(),\n ),\n indexedAt: /*#__PURE__*/ l.string({ format: 'datetime' }),\n }),\n)\n\nexport { generatorView }\n\ntype GeneratorViewerState = {\n $type?: 'app.bsky.feed.defs#generatorViewerState'\n like?: l.AtUriString\n}\n\nexport type { GeneratorViewerState }\n\nconst generatorViewerState = /*#__PURE__*/ l.typedObject<GeneratorViewerState>(\n $nsid,\n 'generatorViewerState',\n /*#__PURE__*/ l.object({\n like: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n }),\n)\n\nexport { generatorViewerState }\n\ntype SkeletonFeedPost = {\n $type?: 'app.bsky.feed.defs#skeletonFeedPost'\n post: l.AtUriString\n reason?:\n | l.$Typed<SkeletonReasonRepost>\n | l.$Typed<SkeletonReasonPin>\n | l.Unknown$TypedObject\n\n /**\n * Context that will be passed through to client and may be passed to feed generator back alongside interactions.\n */\n feedContext?: string\n}\n\nexport type { SkeletonFeedPost }\n\nconst skeletonFeedPost = /*#__PURE__*/ l.typedObject<SkeletonFeedPost>(\n $nsid,\n 'skeletonFeedPost',\n /*#__PURE__*/ l.object({\n post: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n reason: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.typedUnion(\n [\n /*#__PURE__*/ l.typedRef<SkeletonReasonRepost>(\n (() => skeletonReasonRepost) as any,\n ),\n /*#__PURE__*/ l.typedRef<SkeletonReasonPin>(\n (() => skeletonReasonPin) as any,\n ),\n ],\n false,\n ),\n ),\n feedContext: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ maxLength: 2000 }),\n ),\n }),\n)\n\nexport { skeletonFeedPost }\n\ntype SkeletonReasonRepost = {\n $type?: 'app.bsky.feed.defs#skeletonReasonRepost'\n repost: l.AtUriString\n}\n\nexport type { SkeletonReasonRepost }\n\nconst skeletonReasonRepost = /*#__PURE__*/ l.typedObject<SkeletonReasonRepost>(\n $nsid,\n 'skeletonReasonRepost',\n /*#__PURE__*/ l.object({\n repost: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n }),\n)\n\nexport { skeletonReasonRepost }\n\ntype SkeletonReasonPin = { $type?: 'app.bsky.feed.defs#skeletonReasonPin' }\n\nexport type { SkeletonReasonPin }\n\nconst skeletonReasonPin = /*#__PURE__*/ l.typedObject<SkeletonReasonPin>(\n $nsid,\n 'skeletonReasonPin',\n /*#__PURE__*/ l.object({}),\n)\n\nexport { skeletonReasonPin }\n\ntype ThreadgateView = {\n $type?: 'app.bsky.feed.defs#threadgateView'\n uri?: l.AtUriString\n cid?: l.CidString\n record?: l.LexMap\n lists?: GraphDefs.ListViewBasic[]\n}\n\nexport type { ThreadgateView }\n\nconst threadgateView = /*#__PURE__*/ l.typedObject<ThreadgateView>(\n $nsid,\n 'threadgateView',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ format: 'at-uri' })),\n cid: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ format: 'cid' })),\n record: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.lexMap()),\n lists: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<GraphDefs.ListViewBasic>(\n (() => GraphDefs.listViewBasic) as any,\n ),\n ),\n ),\n }),\n)\n\nexport { threadgateView }\n\ntype Interaction = {\n $type?: 'app.bsky.feed.defs#interaction'\n item?: l.AtUriString\n event?:\n | 'app.bsky.feed.defs#requestLess'\n | 'app.bsky.feed.defs#requestMore'\n | 'app.bsky.feed.defs#clickthroughItem'\n | 'app.bsky.feed.defs#clickthroughAuthor'\n | 'app.bsky.feed.defs#clickthroughReposter'\n | 'app.bsky.feed.defs#clickthroughEmbed'\n | 'app.bsky.feed.defs#interactionSeen'\n | 'app.bsky.feed.defs#interactionLike'\n | 'app.bsky.feed.defs#interactionRepost'\n | 'app.bsky.feed.defs#interactionReply'\n | 'app.bsky.feed.defs#interactionQuote'\n | 'app.bsky.feed.defs#interactionShare'\n | l.UnknownString\n\n /**\n * Context on a feed item that was originally supplied by the feed generator on getFeedSkeleton.\n */\n feedContext?: string\n\n /**\n * Unique identifier per request that may be passed back alongside interactions.\n */\n reqId?: string\n}\n\nexport type { Interaction }\n\nconst interaction = /*#__PURE__*/ l.typedObject<Interaction>(\n $nsid,\n 'interaction',\n /*#__PURE__*/ l.object({\n item: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n event: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string<{\n knownValues: [\n 'app.bsky.feed.defs#requestLess',\n 'app.bsky.feed.defs#requestMore',\n 'app.bsky.feed.defs#clickthroughItem',\n 'app.bsky.feed.defs#clickthroughAuthor',\n 'app.bsky.feed.defs#clickthroughReposter',\n 'app.bsky.feed.defs#clickthroughEmbed',\n 'app.bsky.feed.defs#interactionSeen',\n 'app.bsky.feed.defs#interactionLike',\n 'app.bsky.feed.defs#interactionRepost',\n 'app.bsky.feed.defs#interactionReply',\n 'app.bsky.feed.defs#interactionQuote',\n 'app.bsky.feed.defs#interactionShare',\n ]\n }>(),\n ),\n feedContext: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ maxLength: 2000 }),\n ),\n reqId: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ maxLength: 100 })),\n }),\n)\n\nexport { interaction }\n\n/** Request that less content like the given feed item be shown in the feed */\nconst requestLess = /*#__PURE__*/ l.token($nsid, 'requestLess')\n\nexport { requestLess }\n\n/** Request that less content like the given feed item be shown in the feed */\nconst RequestLess = /*#__PURE__*/ requestLess.value\n\n/** Request that less content like the given feed item be shown in the feed */\ntype RequestLess = typeof RequestLess\n\nexport { RequestLess }\n\n/** Request that more content like the given feed item be shown in the feed */\nconst requestMore = /*#__PURE__*/ l.token($nsid, 'requestMore')\n\nexport { requestMore }\n\n/** Request that more content like the given feed item be shown in the feed */\nconst RequestMore = /*#__PURE__*/ requestMore.value\n\n/** Request that more content like the given feed item be shown in the feed */\ntype RequestMore = typeof RequestMore\n\nexport { RequestMore }\n\n/** User clicked through to the feed item */\nconst clickthroughItem = /*#__PURE__*/ l.token($nsid, 'clickthroughItem')\n\nexport { clickthroughItem }\n\n/** User clicked through to the feed item */\nconst ClickthroughItem = /*#__PURE__*/ clickthroughItem.value\n\n/** User clicked through to the feed item */\ntype ClickthroughItem = typeof ClickthroughItem\n\nexport { ClickthroughItem }\n\n/** User clicked through to the author of the feed item */\nconst clickthroughAuthor = /*#__PURE__*/ l.token($nsid, 'clickthroughAuthor')\n\nexport { clickthroughAuthor }\n\n/** User clicked through to the author of the feed item */\nconst ClickthroughAuthor = /*#__PURE__*/ clickthroughAuthor.value\n\n/** User clicked through to the author of the feed item */\ntype ClickthroughAuthor = typeof ClickthroughAuthor\n\nexport { ClickthroughAuthor }\n\n/** User clicked through to the reposter of the feed item */\nconst clickthroughReposter = /*#__PURE__*/ l.token(\n $nsid,\n 'clickthroughReposter',\n)\n\nexport { clickthroughReposter }\n\n/** User clicked through to the reposter of the feed item */\nconst ClickthroughReposter = /*#__PURE__*/ clickthroughReposter.value\n\n/** User clicked through to the reposter of the feed item */\ntype ClickthroughReposter = typeof ClickthroughReposter\n\nexport { ClickthroughReposter }\n\n/** User clicked through to the embedded content of the feed item */\nconst clickthroughEmbed = /*#__PURE__*/ l.token($nsid, 'clickthroughEmbed')\n\nexport { clickthroughEmbed }\n\n/** User clicked through to the embedded content of the feed item */\nconst ClickthroughEmbed = /*#__PURE__*/ clickthroughEmbed.value\n\n/** User clicked through to the embedded content of the feed item */\ntype ClickthroughEmbed = typeof ClickthroughEmbed\n\nexport { ClickthroughEmbed }\n\n/** Declares the feed generator returns any types of posts. */\nconst contentModeUnspecified = /*#__PURE__*/ l.token(\n $nsid,\n 'contentModeUnspecified',\n)\n\nexport { contentModeUnspecified }\n\n/** Declares the feed generator returns any types of posts. */\nconst ContentModeUnspecified = /*#__PURE__*/ contentModeUnspecified.value\n\n/** Declares the feed generator returns any types of posts. */\ntype ContentModeUnspecified = typeof ContentModeUnspecified\n\nexport { ContentModeUnspecified }\n\n/** Declares the feed generator returns posts containing app.bsky.embed.video embeds. */\nconst contentModeVideo = /*#__PURE__*/ l.token($nsid, 'contentModeVideo')\n\nexport { contentModeVideo }\n\n/** Declares the feed generator returns posts containing app.bsky.embed.video embeds. */\nconst ContentModeVideo = /*#__PURE__*/ contentModeVideo.value\n\n/** Declares the feed generator returns posts containing app.bsky.embed.video embeds. */\ntype ContentModeVideo = typeof ContentModeVideo\n\nexport { ContentModeVideo }\n\n/** Feed item was seen by user */\nconst interactionSeen = /*#__PURE__*/ l.token($nsid, 'interactionSeen')\n\nexport { interactionSeen }\n\n/** Feed item was seen by user */\nconst InteractionSeen = /*#__PURE__*/ interactionSeen.value\n\n/** Feed item was seen by user */\ntype InteractionSeen = typeof InteractionSeen\n\nexport { InteractionSeen }\n\n/** User liked the feed item */\nconst interactionLike = /*#__PURE__*/ l.token($nsid, 'interactionLike')\n\nexport { interactionLike }\n\n/** User liked the feed item */\nconst InteractionLike = /*#__PURE__*/ interactionLike.value\n\n/** User liked the feed item */\ntype InteractionLike = typeof InteractionLike\n\nexport { InteractionLike }\n\n/** User reposted the feed item */\nconst interactionRepost = /*#__PURE__*/ l.token($nsid, 'interactionRepost')\n\nexport { interactionRepost }\n\n/** User reposted the feed item */\nconst InteractionRepost = /*#__PURE__*/ interactionRepost.value\n\n/** User reposted the feed item */\ntype InteractionRepost = typeof InteractionRepost\n\nexport { InteractionRepost }\n\n/** User replied to the feed item */\nconst interactionReply = /*#__PURE__*/ l.token($nsid, 'interactionReply')\n\nexport { interactionReply }\n\n/** User replied to the feed item */\nconst InteractionReply = /*#__PURE__*/ interactionReply.value\n\n/** User replied to the feed item */\ntype InteractionReply = typeof InteractionReply\n\nexport { InteractionReply }\n\n/** User quoted the feed item */\nconst interactionQuote = /*#__PURE__*/ l.token($nsid, 'interactionQuote')\n\nexport { interactionQuote }\n\n/** User quoted the feed item */\nconst InteractionQuote = /*#__PURE__*/ interactionQuote.value\n\n/** User quoted the feed item */\ntype InteractionQuote = typeof InteractionQuote\n\nexport { InteractionQuote }\n\n/** User shared the feed item */\nconst interactionShare = /*#__PURE__*/ l.token($nsid, 'interactionShare')\n\nexport { interactionShare }\n\n/** User shared the feed item */\nconst InteractionShare = /*#__PURE__*/ interactionShare.value\n\n/** User shared the feed item */\ntype InteractionShare = typeof InteractionShare\n\nexport { InteractionShare }\n"]}
|
|
@@ -86,23 +86,29 @@ declare const listPurpose: l.StringSchema<{
|
|
|
86
86
|
}>;
|
|
87
87
|
export { listPurpose };
|
|
88
88
|
/** A list of actors to apply an aggregate moderation action (mute/block) on. */
|
|
89
|
-
type Modlist = 'app.bsky.graph.defs#modlist';
|
|
90
|
-
export type { Modlist };
|
|
91
|
-
/** A list of actors to apply an aggregate moderation action (mute/block) on. */
|
|
92
89
|
declare const modlist: l.TokenSchema<"app.bsky.graph.defs#modlist">;
|
|
93
90
|
export { modlist };
|
|
94
|
-
/** A list of actors
|
|
95
|
-
|
|
96
|
-
|
|
91
|
+
/** A list of actors to apply an aggregate moderation action (mute/block) on. */
|
|
92
|
+
declare const Modlist: "app.bsky.graph.defs#modlist";
|
|
93
|
+
/** A list of actors to apply an aggregate moderation action (mute/block) on. */
|
|
94
|
+
type Modlist = typeof Modlist;
|
|
95
|
+
export { Modlist };
|
|
97
96
|
/** A list of actors used for curation purposes such as list feeds or interaction gating. */
|
|
98
97
|
declare const curatelist: l.TokenSchema<"app.bsky.graph.defs#curatelist">;
|
|
99
98
|
export { curatelist };
|
|
100
|
-
/** A list of actors used for
|
|
101
|
-
|
|
102
|
-
|
|
99
|
+
/** A list of actors used for curation purposes such as list feeds or interaction gating. */
|
|
100
|
+
declare const Curatelist: "app.bsky.graph.defs#curatelist";
|
|
101
|
+
/** A list of actors used for curation purposes such as list feeds or interaction gating. */
|
|
102
|
+
type Curatelist = typeof Curatelist;
|
|
103
|
+
export { Curatelist };
|
|
103
104
|
/** A list of actors used for only for reference purposes such as within a starter pack. */
|
|
104
105
|
declare const referencelist: l.TokenSchema<"app.bsky.graph.defs#referencelist">;
|
|
105
106
|
export { referencelist };
|
|
107
|
+
/** A list of actors used for only for reference purposes such as within a starter pack. */
|
|
108
|
+
declare const Referencelist: "app.bsky.graph.defs#referencelist";
|
|
109
|
+
/** A list of actors used for only for reference purposes such as within a starter pack. */
|
|
110
|
+
type Referencelist = typeof Referencelist;
|
|
111
|
+
export { Referencelist };
|
|
106
112
|
type ListViewerState = {
|
|
107
113
|
$type?: 'app.bsky.graph.defs#listViewerState';
|
|
108
114
|
muted?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.defs.d.ts","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/graph/defs.defs.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"defs.defs.d.ts","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/graph/defs.defs.ts"],"names":[],"mappings":"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"}
|
|
@@ -102,12 +102,21 @@ export { listPurpose };
|
|
|
102
102
|
/** A list of actors to apply an aggregate moderation action (mute/block) on. */
|
|
103
103
|
const modlist = /*#__PURE__*/ l.token($nsid, 'modlist');
|
|
104
104
|
export { modlist };
|
|
105
|
+
/** A list of actors to apply an aggregate moderation action (mute/block) on. */
|
|
106
|
+
const Modlist = /*#__PURE__*/ modlist.value;
|
|
107
|
+
export { Modlist };
|
|
105
108
|
/** A list of actors used for curation purposes such as list feeds or interaction gating. */
|
|
106
109
|
const curatelist = /*#__PURE__*/ l.token($nsid, 'curatelist');
|
|
107
110
|
export { curatelist };
|
|
111
|
+
/** A list of actors used for curation purposes such as list feeds or interaction gating. */
|
|
112
|
+
const Curatelist = /*#__PURE__*/ curatelist.value;
|
|
113
|
+
export { Curatelist };
|
|
108
114
|
/** A list of actors used for only for reference purposes such as within a starter pack. */
|
|
109
115
|
const referencelist = /*#__PURE__*/ l.token($nsid, 'referencelist');
|
|
110
116
|
export { referencelist };
|
|
117
|
+
/** A list of actors used for only for reference purposes such as within a starter pack. */
|
|
118
|
+
const Referencelist = /*#__PURE__*/ referencelist.value;
|
|
119
|
+
export { Referencelist };
|
|
111
120
|
const listViewerState = /*#__PURE__*/ l.typedObject($nsid, 'listViewerState',
|
|
112
121
|
/*#__PURE__*/ l.object({
|
|
113
122
|
muted: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.boolean()),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.defs.js","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/graph/defs.defs.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * THIS FILE WAS GENERATED BY \"@atproto/lex\". DO NOT EDIT.\n */\n\nimport { l } from '@atproto/lex'\nimport * as LabelDefs from '../../../com/atproto/label/defs.defs.js'\nimport * as ActorDefs from '../actor/defs.defs.js'\nimport * as RichtextFacet from '../richtext/facet.defs.js'\nimport * as FeedDefs from '../feed/defs.defs.js'\n\nconst $nsid = 'app.bsky.graph.defs'\n\ntype $nsid = typeof $nsid\n\nexport { $nsid }\n\ntype ListViewBasic = {\n $type?: 'app.bsky.graph.defs#listViewBasic'\n uri: l.AtUriString\n cid: l.CidString\n name: string\n purpose: ListPurpose\n avatar?: l.UriString\n listItemCount?: number\n labels?: LabelDefs.Label[]\n viewer?: ListViewerState\n indexedAt?: l.DatetimeString\n}\n\nexport type { ListViewBasic }\n\nconst listViewBasic = /*#__PURE__*/ l.typedObject<ListViewBasic>(\n $nsid,\n 'listViewBasic',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n cid: /*#__PURE__*/ l.string({ format: 'cid' }),\n name: /*#__PURE__*/ l.string({ maxLength: 64, minLength: 1 }),\n purpose: /*#__PURE__*/ l.ref<ListPurpose>((() => listPurpose) as any),\n avatar: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ format: 'uri' })),\n listItemCount: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.integer({ minimum: 0 }),\n ),\n labels: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<LabelDefs.Label>((() => LabelDefs.label) as any),\n ),\n ),\n viewer: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ListViewerState>((() => listViewerState) as any),\n ),\n indexedAt: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'datetime' }),\n ),\n }),\n)\n\nexport { listViewBasic }\n\ntype ListView = {\n $type?: 'app.bsky.graph.defs#listView'\n uri: l.AtUriString\n cid: l.CidString\n creator: ActorDefs.ProfileView\n name: string\n purpose: ListPurpose\n description?: string\n descriptionFacets?: RichtextFacet.Main[]\n avatar?: l.UriString\n listItemCount?: number\n labels?: LabelDefs.Label[]\n viewer?: ListViewerState\n indexedAt: l.DatetimeString\n}\n\nexport type { ListView }\n\nconst listView = /*#__PURE__*/ l.typedObject<ListView>(\n $nsid,\n 'listView',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n cid: /*#__PURE__*/ l.string({ format: 'cid' }),\n creator: /*#__PURE__*/ l.ref<ActorDefs.ProfileView>(\n (() => ActorDefs.profileView) as any,\n ),\n name: /*#__PURE__*/ l.string({ maxLength: 64, minLength: 1 }),\n purpose: /*#__PURE__*/ l.ref<ListPurpose>((() => listPurpose) as any),\n description: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ maxGraphemes: 300, maxLength: 3000 }),\n ),\n descriptionFacets: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<RichtextFacet.Main>(\n (() => RichtextFacet.main) as any,\n ),\n ),\n ),\n avatar: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ format: 'uri' })),\n listItemCount: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.integer({ minimum: 0 }),\n ),\n labels: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<LabelDefs.Label>((() => LabelDefs.label) as any),\n ),\n ),\n viewer: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ListViewerState>((() => listViewerState) as any),\n ),\n indexedAt: /*#__PURE__*/ l.string({ format: 'datetime' }),\n }),\n)\n\nexport { listView }\n\ntype ListItemView = {\n $type?: 'app.bsky.graph.defs#listItemView'\n uri: l.AtUriString\n subject: ActorDefs.ProfileView\n}\n\nexport type { ListItemView }\n\nconst listItemView = /*#__PURE__*/ l.typedObject<ListItemView>(\n $nsid,\n 'listItemView',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n subject: /*#__PURE__*/ l.ref<ActorDefs.ProfileView>(\n (() => ActorDefs.profileView) as any,\n ),\n }),\n)\n\nexport { listItemView }\n\ntype StarterPackView = {\n $type?: 'app.bsky.graph.defs#starterPackView'\n uri: l.AtUriString\n cid: l.CidString\n record: l.LexMap\n creator: ActorDefs.ProfileViewBasic\n list?: ListViewBasic\n listItemsSample?: ListItemView[]\n feeds?: FeedDefs.GeneratorView[]\n joinedWeekCount?: number\n joinedAllTimeCount?: number\n labels?: LabelDefs.Label[]\n indexedAt: l.DatetimeString\n}\n\nexport type { StarterPackView }\n\nconst starterPackView = /*#__PURE__*/ l.typedObject<StarterPackView>(\n $nsid,\n 'starterPackView',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n cid: /*#__PURE__*/ l.string({ format: 'cid' }),\n record: /*#__PURE__*/ l.lexMap(),\n creator: /*#__PURE__*/ l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n list: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ListViewBasic>((() => listViewBasic) as any),\n ),\n listItemsSample: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<ListItemView>((() => listItemView) as any),\n { maxLength: 12 },\n ),\n ),\n feeds: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<FeedDefs.GeneratorView>(\n (() => FeedDefs.generatorView) as any,\n ),\n { maxLength: 3 },\n ),\n ),\n joinedWeekCount: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.integer({ minimum: 0 }),\n ),\n joinedAllTimeCount: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.integer({ minimum: 0 }),\n ),\n labels: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<LabelDefs.Label>((() => LabelDefs.label) as any),\n ),\n ),\n indexedAt: /*#__PURE__*/ l.string({ format: 'datetime' }),\n }),\n)\n\nexport { starterPackView }\n\ntype StarterPackViewBasic = {\n $type?: 'app.bsky.graph.defs#starterPackViewBasic'\n uri: l.AtUriString\n cid: l.CidString\n record: l.LexMap\n creator: ActorDefs.ProfileViewBasic\n listItemCount?: number\n joinedWeekCount?: number\n joinedAllTimeCount?: number\n labels?: LabelDefs.Label[]\n indexedAt: l.DatetimeString\n}\n\nexport type { StarterPackViewBasic }\n\nconst starterPackViewBasic = /*#__PURE__*/ l.typedObject<StarterPackViewBasic>(\n $nsid,\n 'starterPackViewBasic',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n cid: /*#__PURE__*/ l.string({ format: 'cid' }),\n record: /*#__PURE__*/ l.lexMap(),\n creator: /*#__PURE__*/ l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n listItemCount: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.integer({ minimum: 0 }),\n ),\n joinedWeekCount: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.integer({ minimum: 0 }),\n ),\n joinedAllTimeCount: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.integer({ minimum: 0 }),\n ),\n labels: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<LabelDefs.Label>((() => LabelDefs.label) as any),\n ),\n ),\n indexedAt: /*#__PURE__*/ l.string({ format: 'datetime' }),\n }),\n)\n\nexport { starterPackViewBasic }\n\ntype ListPurpose =\n | 'app.bsky.graph.defs#modlist'\n | 'app.bsky.graph.defs#curatelist'\n | 'app.bsky.graph.defs#referencelist'\n | l.UnknownString\n\nexport type { ListPurpose }\n\nconst listPurpose = /*#__PURE__*/ l.string<{\n knownValues: [\n 'app.bsky.graph.defs#modlist',\n 'app.bsky.graph.defs#curatelist',\n 'app.bsky.graph.defs#referencelist',\n ]\n}>()\n\nexport { listPurpose }\n\n/** A list of actors to apply an aggregate moderation action (mute/block) on. */\ntype Modlist = 'app.bsky.graph.defs#modlist'\n\nexport type { Modlist }\n\n/** A list of actors to apply an aggregate moderation action (mute/block) on. */\nconst modlist = /*#__PURE__*/ l.token($nsid, 'modlist')\n\nexport { modlist }\n\n/** A list of actors used for curation purposes such as list feeds or interaction gating. */\ntype Curatelist = 'app.bsky.graph.defs#curatelist'\n\nexport type { Curatelist }\n\n/** A list of actors used for curation purposes such as list feeds or interaction gating. */\nconst curatelist = /*#__PURE__*/ l.token($nsid, 'curatelist')\n\nexport { curatelist }\n\n/** A list of actors used for only for reference purposes such as within a starter pack. */\ntype Referencelist = 'app.bsky.graph.defs#referencelist'\n\nexport type { Referencelist }\n\n/** A list of actors used for only for reference purposes such as within a starter pack. */\nconst referencelist = /*#__PURE__*/ l.token($nsid, 'referencelist')\n\nexport { referencelist }\n\ntype ListViewerState = {\n $type?: 'app.bsky.graph.defs#listViewerState'\n muted?: boolean\n blocked?: l.AtUriString\n}\n\nexport type { ListViewerState }\n\nconst listViewerState = /*#__PURE__*/ l.typedObject<ListViewerState>(\n $nsid,\n 'listViewerState',\n /*#__PURE__*/ l.object({\n muted: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.boolean()),\n blocked: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n }),\n)\n\nexport { listViewerState }\n\n/** indicates that a handle or DID could not be resolved */\ntype NotFoundActor = {\n $type?: 'app.bsky.graph.defs#notFoundActor'\n actor: l.AtIdentifierString\n notFound: true\n}\n\nexport type { NotFoundActor }\n\n/** indicates that a handle or DID could not be resolved */\nconst notFoundActor = /*#__PURE__*/ l.typedObject<NotFoundActor>(\n $nsid,\n 'notFoundActor',\n /*#__PURE__*/ l.object({\n actor: /*#__PURE__*/ l.string({ format: 'at-identifier' }),\n notFound: /*#__PURE__*/ l.literal(true),\n }),\n)\n\nexport { notFoundActor }\n\n/** lists the bi-directional graph relationships between one actor (not indicated in the object), and the target actors (the DID included in the object) */\ntype Relationship = {\n $type?: 'app.bsky.graph.defs#relationship'\n did: l.DidString\n\n /**\n * if the actor follows this DID, this is the AT-URI of the follow record\n */\n following?: l.AtUriString\n\n /**\n * if the actor is followed by this DID, contains the AT-URI of the follow record\n */\n followedBy?: l.AtUriString\n\n /**\n * if the actor blocks this DID, this is the AT-URI of the block record\n */\n blocking?: l.AtUriString\n\n /**\n * if the actor is blocked by this DID, contains the AT-URI of the block record\n */\n blockedBy?: l.AtUriString\n\n /**\n * if the actor blocks this DID via a block list, this is the AT-URI of the listblock record\n */\n blockingByList?: l.AtUriString\n\n /**\n * if the actor is blocked by this DID via a block list, contains the AT-URI of the listblock record\n */\n blockedByList?: l.AtUriString\n}\n\nexport type { Relationship }\n\n/** lists the bi-directional graph relationships between one actor (not indicated in the object), and the target actors (the DID included in the object) */\nconst relationship = /*#__PURE__*/ l.typedObject<Relationship>(\n $nsid,\n 'relationship',\n /*#__PURE__*/ l.object({\n did: /*#__PURE__*/ l.string({ format: 'did' }),\n following: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n followedBy: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n blocking: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n blockedBy: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n blockingByList: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n blockedByList: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n }),\n)\n\nexport { relationship }\n"]}
|
|
1
|
+
{"version":3,"file":"defs.defs.js","sourceRoot":"","sources":["../../../../../src/lexicons/app/bsky/graph/defs.defs.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * THIS FILE WAS GENERATED BY \"@atproto/lex\". DO NOT EDIT.\n */\n\nimport { l } from '@atproto/lex'\nimport * as LabelDefs from '../../../com/atproto/label/defs.defs.js'\nimport * as ActorDefs from '../actor/defs.defs.js'\nimport * as RichtextFacet from '../richtext/facet.defs.js'\nimport * as FeedDefs from '../feed/defs.defs.js'\n\nconst $nsid = 'app.bsky.graph.defs'\n\ntype $nsid = typeof $nsid\n\nexport { $nsid }\n\ntype ListViewBasic = {\n $type?: 'app.bsky.graph.defs#listViewBasic'\n uri: l.AtUriString\n cid: l.CidString\n name: string\n purpose: ListPurpose\n avatar?: l.UriString\n listItemCount?: number\n labels?: LabelDefs.Label[]\n viewer?: ListViewerState\n indexedAt?: l.DatetimeString\n}\n\nexport type { ListViewBasic }\n\nconst listViewBasic = /*#__PURE__*/ l.typedObject<ListViewBasic>(\n $nsid,\n 'listViewBasic',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n cid: /*#__PURE__*/ l.string({ format: 'cid' }),\n name: /*#__PURE__*/ l.string({ maxLength: 64, minLength: 1 }),\n purpose: /*#__PURE__*/ l.ref<ListPurpose>((() => listPurpose) as any),\n avatar: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ format: 'uri' })),\n listItemCount: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.integer({ minimum: 0 }),\n ),\n labels: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<LabelDefs.Label>((() => LabelDefs.label) as any),\n ),\n ),\n viewer: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ListViewerState>((() => listViewerState) as any),\n ),\n indexedAt: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'datetime' }),\n ),\n }),\n)\n\nexport { listViewBasic }\n\ntype ListView = {\n $type?: 'app.bsky.graph.defs#listView'\n uri: l.AtUriString\n cid: l.CidString\n creator: ActorDefs.ProfileView\n name: string\n purpose: ListPurpose\n description?: string\n descriptionFacets?: RichtextFacet.Main[]\n avatar?: l.UriString\n listItemCount?: number\n labels?: LabelDefs.Label[]\n viewer?: ListViewerState\n indexedAt: l.DatetimeString\n}\n\nexport type { ListView }\n\nconst listView = /*#__PURE__*/ l.typedObject<ListView>(\n $nsid,\n 'listView',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n cid: /*#__PURE__*/ l.string({ format: 'cid' }),\n creator: /*#__PURE__*/ l.ref<ActorDefs.ProfileView>(\n (() => ActorDefs.profileView) as any,\n ),\n name: /*#__PURE__*/ l.string({ maxLength: 64, minLength: 1 }),\n purpose: /*#__PURE__*/ l.ref<ListPurpose>((() => listPurpose) as any),\n description: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ maxGraphemes: 300, maxLength: 3000 }),\n ),\n descriptionFacets: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<RichtextFacet.Main>(\n (() => RichtextFacet.main) as any,\n ),\n ),\n ),\n avatar: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.string({ format: 'uri' })),\n listItemCount: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.integer({ minimum: 0 }),\n ),\n labels: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<LabelDefs.Label>((() => LabelDefs.label) as any),\n ),\n ),\n viewer: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ListViewerState>((() => listViewerState) as any),\n ),\n indexedAt: /*#__PURE__*/ l.string({ format: 'datetime' }),\n }),\n)\n\nexport { listView }\n\ntype ListItemView = {\n $type?: 'app.bsky.graph.defs#listItemView'\n uri: l.AtUriString\n subject: ActorDefs.ProfileView\n}\n\nexport type { ListItemView }\n\nconst listItemView = /*#__PURE__*/ l.typedObject<ListItemView>(\n $nsid,\n 'listItemView',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n subject: /*#__PURE__*/ l.ref<ActorDefs.ProfileView>(\n (() => ActorDefs.profileView) as any,\n ),\n }),\n)\n\nexport { listItemView }\n\ntype StarterPackView = {\n $type?: 'app.bsky.graph.defs#starterPackView'\n uri: l.AtUriString\n cid: l.CidString\n record: l.LexMap\n creator: ActorDefs.ProfileViewBasic\n list?: ListViewBasic\n listItemsSample?: ListItemView[]\n feeds?: FeedDefs.GeneratorView[]\n joinedWeekCount?: number\n joinedAllTimeCount?: number\n labels?: LabelDefs.Label[]\n indexedAt: l.DatetimeString\n}\n\nexport type { StarterPackView }\n\nconst starterPackView = /*#__PURE__*/ l.typedObject<StarterPackView>(\n $nsid,\n 'starterPackView',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n cid: /*#__PURE__*/ l.string({ format: 'cid' }),\n record: /*#__PURE__*/ l.lexMap(),\n creator: /*#__PURE__*/ l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n list: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.ref<ListViewBasic>((() => listViewBasic) as any),\n ),\n listItemsSample: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<ListItemView>((() => listItemView) as any),\n { maxLength: 12 },\n ),\n ),\n feeds: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<FeedDefs.GeneratorView>(\n (() => FeedDefs.generatorView) as any,\n ),\n { maxLength: 3 },\n ),\n ),\n joinedWeekCount: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.integer({ minimum: 0 }),\n ),\n joinedAllTimeCount: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.integer({ minimum: 0 }),\n ),\n labels: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<LabelDefs.Label>((() => LabelDefs.label) as any),\n ),\n ),\n indexedAt: /*#__PURE__*/ l.string({ format: 'datetime' }),\n }),\n)\n\nexport { starterPackView }\n\ntype StarterPackViewBasic = {\n $type?: 'app.bsky.graph.defs#starterPackViewBasic'\n uri: l.AtUriString\n cid: l.CidString\n record: l.LexMap\n creator: ActorDefs.ProfileViewBasic\n listItemCount?: number\n joinedWeekCount?: number\n joinedAllTimeCount?: number\n labels?: LabelDefs.Label[]\n indexedAt: l.DatetimeString\n}\n\nexport type { StarterPackViewBasic }\n\nconst starterPackViewBasic = /*#__PURE__*/ l.typedObject<StarterPackViewBasic>(\n $nsid,\n 'starterPackViewBasic',\n /*#__PURE__*/ l.object({\n uri: /*#__PURE__*/ l.string({ format: 'at-uri' }),\n cid: /*#__PURE__*/ l.string({ format: 'cid' }),\n record: /*#__PURE__*/ l.lexMap(),\n creator: /*#__PURE__*/ l.ref<ActorDefs.ProfileViewBasic>(\n (() => ActorDefs.profileViewBasic) as any,\n ),\n listItemCount: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.integer({ minimum: 0 }),\n ),\n joinedWeekCount: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.integer({ minimum: 0 }),\n ),\n joinedAllTimeCount: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.integer({ minimum: 0 }),\n ),\n labels: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.array(\n /*#__PURE__*/ l.ref<LabelDefs.Label>((() => LabelDefs.label) as any),\n ),\n ),\n indexedAt: /*#__PURE__*/ l.string({ format: 'datetime' }),\n }),\n)\n\nexport { starterPackViewBasic }\n\ntype ListPurpose =\n | 'app.bsky.graph.defs#modlist'\n | 'app.bsky.graph.defs#curatelist'\n | 'app.bsky.graph.defs#referencelist'\n | l.UnknownString\n\nexport type { ListPurpose }\n\nconst listPurpose = /*#__PURE__*/ l.string<{\n knownValues: [\n 'app.bsky.graph.defs#modlist',\n 'app.bsky.graph.defs#curatelist',\n 'app.bsky.graph.defs#referencelist',\n ]\n}>()\n\nexport { listPurpose }\n\n/** A list of actors to apply an aggregate moderation action (mute/block) on. */\nconst modlist = /*#__PURE__*/ l.token($nsid, 'modlist')\n\nexport { modlist }\n\n/** A list of actors to apply an aggregate moderation action (mute/block) on. */\nconst Modlist = /*#__PURE__*/ modlist.value\n\n/** A list of actors to apply an aggregate moderation action (mute/block) on. */\ntype Modlist = typeof Modlist\n\nexport { Modlist }\n\n/** A list of actors used for curation purposes such as list feeds or interaction gating. */\nconst curatelist = /*#__PURE__*/ l.token($nsid, 'curatelist')\n\nexport { curatelist }\n\n/** A list of actors used for curation purposes such as list feeds or interaction gating. */\nconst Curatelist = /*#__PURE__*/ curatelist.value\n\n/** A list of actors used for curation purposes such as list feeds or interaction gating. */\ntype Curatelist = typeof Curatelist\n\nexport { Curatelist }\n\n/** A list of actors used for only for reference purposes such as within a starter pack. */\nconst referencelist = /*#__PURE__*/ l.token($nsid, 'referencelist')\n\nexport { referencelist }\n\n/** A list of actors used for only for reference purposes such as within a starter pack. */\nconst Referencelist = /*#__PURE__*/ referencelist.value\n\n/** A list of actors used for only for reference purposes such as within a starter pack. */\ntype Referencelist = typeof Referencelist\n\nexport { Referencelist }\n\ntype ListViewerState = {\n $type?: 'app.bsky.graph.defs#listViewerState'\n muted?: boolean\n blocked?: l.AtUriString\n}\n\nexport type { ListViewerState }\n\nconst listViewerState = /*#__PURE__*/ l.typedObject<ListViewerState>(\n $nsid,\n 'listViewerState',\n /*#__PURE__*/ l.object({\n muted: /*#__PURE__*/ l.optional(/*#__PURE__*/ l.boolean()),\n blocked: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n }),\n)\n\nexport { listViewerState }\n\n/** indicates that a handle or DID could not be resolved */\ntype NotFoundActor = {\n $type?: 'app.bsky.graph.defs#notFoundActor'\n actor: l.AtIdentifierString\n notFound: true\n}\n\nexport type { NotFoundActor }\n\n/** indicates that a handle or DID could not be resolved */\nconst notFoundActor = /*#__PURE__*/ l.typedObject<NotFoundActor>(\n $nsid,\n 'notFoundActor',\n /*#__PURE__*/ l.object({\n actor: /*#__PURE__*/ l.string({ format: 'at-identifier' }),\n notFound: /*#__PURE__*/ l.literal(true),\n }),\n)\n\nexport { notFoundActor }\n\n/** lists the bi-directional graph relationships between one actor (not indicated in the object), and the target actors (the DID included in the object) */\ntype Relationship = {\n $type?: 'app.bsky.graph.defs#relationship'\n did: l.DidString\n\n /**\n * if the actor follows this DID, this is the AT-URI of the follow record\n */\n following?: l.AtUriString\n\n /**\n * if the actor is followed by this DID, contains the AT-URI of the follow record\n */\n followedBy?: l.AtUriString\n\n /**\n * if the actor blocks this DID, this is the AT-URI of the block record\n */\n blocking?: l.AtUriString\n\n /**\n * if the actor is blocked by this DID, contains the AT-URI of the block record\n */\n blockedBy?: l.AtUriString\n\n /**\n * if the actor blocks this DID via a block list, this is the AT-URI of the listblock record\n */\n blockingByList?: l.AtUriString\n\n /**\n * if the actor is blocked by this DID via a block list, contains the AT-URI of the listblock record\n */\n blockedByList?: l.AtUriString\n}\n\nexport type { Relationship }\n\n/** lists the bi-directional graph relationships between one actor (not indicated in the object), and the target actors (the DID included in the object) */\nconst relationship = /*#__PURE__*/ l.typedObject<Relationship>(\n $nsid,\n 'relationship',\n /*#__PURE__*/ l.object({\n did: /*#__PURE__*/ l.string({ format: 'did' }),\n following: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n followedBy: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n blocking: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n blockedBy: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n blockingByList: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n blockedByList: /*#__PURE__*/ l.optional(\n /*#__PURE__*/ l.string({ format: 'at-uri' }),\n ),\n }),\n)\n\nexport { relationship }\n"]}
|
|
@@ -9,47 +9,61 @@ declare const reasonType: l.StringSchema<{
|
|
|
9
9
|
}>;
|
|
10
10
|
export { reasonType };
|
|
11
11
|
/** Spam: frequent unwanted promotion, replies, mentions. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingSpam`. */
|
|
12
|
-
type ReasonSpam = 'com.atproto.moderation.defs#reasonSpam';
|
|
13
|
-
export type { ReasonSpam };
|
|
14
|
-
/** Spam: frequent unwanted promotion, replies, mentions. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingSpam`. */
|
|
15
12
|
declare const reasonSpam: l.TokenSchema<"com.atproto.moderation.defs#reasonSpam">;
|
|
16
13
|
export { reasonSpam };
|
|
17
|
-
/**
|
|
18
|
-
|
|
19
|
-
|
|
14
|
+
/** Spam: frequent unwanted promotion, replies, mentions. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingSpam`. */
|
|
15
|
+
declare const ReasonSpam: "com.atproto.moderation.defs#reasonSpam";
|
|
16
|
+
/** Spam: frequent unwanted promotion, replies, mentions. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingSpam`. */
|
|
17
|
+
type ReasonSpam = typeof ReasonSpam;
|
|
18
|
+
export { ReasonSpam };
|
|
20
19
|
/** Direct violation of server rules, laws, terms of service. Prefer new lexicon definition `tools.ozone.report.defs#reasonRuleOther`. */
|
|
21
20
|
declare const reasonViolation: l.TokenSchema<"com.atproto.moderation.defs#reasonViolation">;
|
|
22
21
|
export { reasonViolation };
|
|
23
|
-
/**
|
|
24
|
-
|
|
25
|
-
|
|
22
|
+
/** Direct violation of server rules, laws, terms of service. Prefer new lexicon definition `tools.ozone.report.defs#reasonRuleOther`. */
|
|
23
|
+
declare const ReasonViolation: "com.atproto.moderation.defs#reasonViolation";
|
|
24
|
+
/** Direct violation of server rules, laws, terms of service. Prefer new lexicon definition `tools.ozone.report.defs#reasonRuleOther`. */
|
|
25
|
+
type ReasonViolation = typeof ReasonViolation;
|
|
26
|
+
export { ReasonViolation };
|
|
26
27
|
/** Misleading identity, affiliation, or content. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingOther`. */
|
|
27
28
|
declare const reasonMisleading: l.TokenSchema<"com.atproto.moderation.defs#reasonMisleading">;
|
|
28
29
|
export { reasonMisleading };
|
|
29
|
-
/**
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
/** Misleading identity, affiliation, or content. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingOther`. */
|
|
31
|
+
declare const ReasonMisleading: "com.atproto.moderation.defs#reasonMisleading";
|
|
32
|
+
/** Misleading identity, affiliation, or content. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingOther`. */
|
|
33
|
+
type ReasonMisleading = typeof ReasonMisleading;
|
|
34
|
+
export { ReasonMisleading };
|
|
32
35
|
/** Unwanted or mislabeled sexual content. Prefer new lexicon definition `tools.ozone.report.defs#reasonSexualUnlabeled`. */
|
|
33
36
|
declare const reasonSexual: l.TokenSchema<"com.atproto.moderation.defs#reasonSexual">;
|
|
34
37
|
export { reasonSexual };
|
|
35
|
-
/**
|
|
36
|
-
|
|
37
|
-
|
|
38
|
+
/** Unwanted or mislabeled sexual content. Prefer new lexicon definition `tools.ozone.report.defs#reasonSexualUnlabeled`. */
|
|
39
|
+
declare const ReasonSexual: "com.atproto.moderation.defs#reasonSexual";
|
|
40
|
+
/** Unwanted or mislabeled sexual content. Prefer new lexicon definition `tools.ozone.report.defs#reasonSexualUnlabeled`. */
|
|
41
|
+
type ReasonSexual = typeof ReasonSexual;
|
|
42
|
+
export { ReasonSexual };
|
|
38
43
|
/** Rude, harassing, explicit, or otherwise unwelcoming behavior. Prefer new lexicon definition `tools.ozone.report.defs#reasonHarassmentOther`. */
|
|
39
44
|
declare const reasonRude: l.TokenSchema<"com.atproto.moderation.defs#reasonRude">;
|
|
40
45
|
export { reasonRude };
|
|
41
|
-
/**
|
|
42
|
-
|
|
43
|
-
|
|
46
|
+
/** Rude, harassing, explicit, or otherwise unwelcoming behavior. Prefer new lexicon definition `tools.ozone.report.defs#reasonHarassmentOther`. */
|
|
47
|
+
declare const ReasonRude: "com.atproto.moderation.defs#reasonRude";
|
|
48
|
+
/** Rude, harassing, explicit, or otherwise unwelcoming behavior. Prefer new lexicon definition `tools.ozone.report.defs#reasonHarassmentOther`. */
|
|
49
|
+
type ReasonRude = typeof ReasonRude;
|
|
50
|
+
export { ReasonRude };
|
|
44
51
|
/** Reports not falling under another report category. Prefer new lexicon definition `tools.ozone.report.defs#reasonOther`. */
|
|
45
52
|
declare const reasonOther: l.TokenSchema<"com.atproto.moderation.defs#reasonOther">;
|
|
46
53
|
export { reasonOther };
|
|
47
|
-
/**
|
|
48
|
-
|
|
49
|
-
|
|
54
|
+
/** Reports not falling under another report category. Prefer new lexicon definition `tools.ozone.report.defs#reasonOther`. */
|
|
55
|
+
declare const ReasonOther: "com.atproto.moderation.defs#reasonOther";
|
|
56
|
+
/** Reports not falling under another report category. Prefer new lexicon definition `tools.ozone.report.defs#reasonOther`. */
|
|
57
|
+
type ReasonOther = typeof ReasonOther;
|
|
58
|
+
export { ReasonOther };
|
|
50
59
|
/** Appeal a previously taken moderation action */
|
|
51
60
|
declare const reasonAppeal: l.TokenSchema<"com.atproto.moderation.defs#reasonAppeal">;
|
|
52
61
|
export { reasonAppeal };
|
|
62
|
+
/** Appeal a previously taken moderation action */
|
|
63
|
+
declare const ReasonAppeal: "com.atproto.moderation.defs#reasonAppeal";
|
|
64
|
+
/** Appeal a previously taken moderation action */
|
|
65
|
+
type ReasonAppeal = typeof ReasonAppeal;
|
|
66
|
+
export { ReasonAppeal };
|
|
53
67
|
/** Tag describing a type of subject that might be reported. */
|
|
54
68
|
type SubjectType = 'account' | 'record' | 'chat' | l.UnknownString;
|
|
55
69
|
export type { SubjectType };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defs.defs.d.ts","sourceRoot":"","sources":["../../../../../src/lexicons/com/atproto/moderation/defs.defs.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAA;AAEhC,QAAA,MAAM,KAAK,gCAAgC,CAAA;AAE3C,KAAK,KAAK,GAAG,OAAO,KAAK,CAAA;AAEzB,OAAO,EAAE,KAAK,EAAE,CAAA;AAEhB,KAAK,UAAU,GACX,wCAAwC,GACxC,6CAA6C,GAC7C,8CAA8C,GAC9C,0CAA0C,GAC1C,wCAAwC,GACxC,yCAAyC,GACzC,0CAA0C,GAC1C,sCAAsC,GACtC,qCAAqC,GACrC,8CAA8C,GAC9C,+CAA+C,GAC/C,sDAAsD,GACtD,qDAAqD,GACrD,wDAAwD,GACxD,mDAAmD,GACnD,6CAA6C,GAC7C,kDAAkD,GAClD,0CAA0C,GAC1C,8CAA8C,GAC9C,4CAA4C,GAC5C,+CAA+C,GAC/C,2CAA2C,GAC3C,+CAA+C,GAC/C,gDAAgD,GAChD,kDAAkD,GAClD,qDAAqD,GACrD,gDAAgD,GAChD,+CAA+C,GAC/C,kDAAkD,GAClD,oDAAoD,GACpD,iDAAiD,GACjD,+CAA+C,GAC/C,6CAA6C,GAC7C,uDAAuD,GACvD,8CAA8C,GAC9C,8CAA8C,GAC9C,mDAAmD,GACnD,+CAA+C,GAC/C,gDAAgD,GAChD,mDAAmD,GACnD,8CAA8C,GAC9C,yCAAyC,GACzC,+CAA+C,GAC/C,0CAA0C,GAC1C,8CAA8C,GAC9C,kDAAkD,GAClD,6CAA6C,GAC7C,CAAC,CAAC,aAAa,CAAA;AAEnB,YAAY,EAAE,UAAU,EAAE,CAAA;AAE1B,QAAA,MAAM,UAAU;;EAkDZ,CAAA;AAEJ,OAAO,EAAE,UAAU,EAAE,CAAA;AAErB,0IAA0I;AAC1I,
|
|
1
|
+
{"version":3,"file":"defs.defs.d.ts","sourceRoot":"","sources":["../../../../../src/lexicons/com/atproto/moderation/defs.defs.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,24 +9,45 @@ export { reasonType };
|
|
|
9
9
|
/** Spam: frequent unwanted promotion, replies, mentions. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingSpam`. */
|
|
10
10
|
const reasonSpam = /*#__PURE__*/ l.token($nsid, 'reasonSpam');
|
|
11
11
|
export { reasonSpam };
|
|
12
|
+
/** Spam: frequent unwanted promotion, replies, mentions. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingSpam`. */
|
|
13
|
+
const ReasonSpam = /*#__PURE__*/ reasonSpam.value;
|
|
14
|
+
export { ReasonSpam };
|
|
12
15
|
/** Direct violation of server rules, laws, terms of service. Prefer new lexicon definition `tools.ozone.report.defs#reasonRuleOther`. */
|
|
13
16
|
const reasonViolation = /*#__PURE__*/ l.token($nsid, 'reasonViolation');
|
|
14
17
|
export { reasonViolation };
|
|
18
|
+
/** Direct violation of server rules, laws, terms of service. Prefer new lexicon definition `tools.ozone.report.defs#reasonRuleOther`. */
|
|
19
|
+
const ReasonViolation = /*#__PURE__*/ reasonViolation.value;
|
|
20
|
+
export { ReasonViolation };
|
|
15
21
|
/** Misleading identity, affiliation, or content. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingOther`. */
|
|
16
22
|
const reasonMisleading = /*#__PURE__*/ l.token($nsid, 'reasonMisleading');
|
|
17
23
|
export { reasonMisleading };
|
|
24
|
+
/** Misleading identity, affiliation, or content. Prefer new lexicon definition `tools.ozone.report.defs#reasonMisleadingOther`. */
|
|
25
|
+
const ReasonMisleading = /*#__PURE__*/ reasonMisleading.value;
|
|
26
|
+
export { ReasonMisleading };
|
|
18
27
|
/** Unwanted or mislabeled sexual content. Prefer new lexicon definition `tools.ozone.report.defs#reasonSexualUnlabeled`. */
|
|
19
28
|
const reasonSexual = /*#__PURE__*/ l.token($nsid, 'reasonSexual');
|
|
20
29
|
export { reasonSexual };
|
|
30
|
+
/** Unwanted or mislabeled sexual content. Prefer new lexicon definition `tools.ozone.report.defs#reasonSexualUnlabeled`. */
|
|
31
|
+
const ReasonSexual = /*#__PURE__*/ reasonSexual.value;
|
|
32
|
+
export { ReasonSexual };
|
|
21
33
|
/** Rude, harassing, explicit, or otherwise unwelcoming behavior. Prefer new lexicon definition `tools.ozone.report.defs#reasonHarassmentOther`. */
|
|
22
34
|
const reasonRude = /*#__PURE__*/ l.token($nsid, 'reasonRude');
|
|
23
35
|
export { reasonRude };
|
|
36
|
+
/** Rude, harassing, explicit, or otherwise unwelcoming behavior. Prefer new lexicon definition `tools.ozone.report.defs#reasonHarassmentOther`. */
|
|
37
|
+
const ReasonRude = /*#__PURE__*/ reasonRude.value;
|
|
38
|
+
export { ReasonRude };
|
|
24
39
|
/** Reports not falling under another report category. Prefer new lexicon definition `tools.ozone.report.defs#reasonOther`. */
|
|
25
40
|
const reasonOther = /*#__PURE__*/ l.token($nsid, 'reasonOther');
|
|
26
41
|
export { reasonOther };
|
|
42
|
+
/** Reports not falling under another report category. Prefer new lexicon definition `tools.ozone.report.defs#reasonOther`. */
|
|
43
|
+
const ReasonOther = /*#__PURE__*/ reasonOther.value;
|
|
44
|
+
export { ReasonOther };
|
|
27
45
|
/** Appeal a previously taken moderation action */
|
|
28
46
|
const reasonAppeal = /*#__PURE__*/ l.token($nsid, 'reasonAppeal');
|
|
29
47
|
export { reasonAppeal };
|
|
48
|
+
/** Appeal a previously taken moderation action */
|
|
49
|
+
const ReasonAppeal = /*#__PURE__*/ reasonAppeal.value;
|
|
50
|
+
export { ReasonAppeal };
|
|
30
51
|
/** Tag describing a type of subject that might be reported. */
|
|
31
52
|
const subjectType = /*#__PURE__*/ l.string();
|
|
32
53
|
export { subjectType };
|