···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
00008import type * as ComAtprotoLabelDefs from '../../../com/atproto/label/defs'
9import type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef'
10
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
12import type * as ComAtprotoLabelDefs from '../../../com/atproto/label/defs'
13import type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef'
14
+6-2
lexicons/api/types/com/atproto/label/defs.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
000089const is$typed = _is$typed,
10 validate = _validate
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
1213const is$typed = _is$typed,
14 validate = _validate
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5-import { ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
00009import type * as ComAtprotoRepoDefs from './defs'
1011const is$typed = _is$typed,
12 validate = _validate
13const id = 'com.atproto.repo.applyWrites'
1415-export interface QueryParams {}
1617export interface InputSchema {
18 /** The handle or DID of the repo (aka, current account). */
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8+import {
9+ type $Typed,
10+ is$typed as _is$typed,
11+ type OmitKey,
12+} from '../../../../util'
13import type * as ComAtprotoRepoDefs from './defs'
1415const is$typed = _is$typed,
16 validate = _validate
17const id = 'com.atproto.repo.applyWrites'
1819+export type QueryParams = {}
2021export interface InputSchema {
22 /** The handle or DID of the repo (aka, current account). */
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5-import { ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
00009import type * as ComAtprotoRepoDefs from './defs'
1011const is$typed = _is$typed,
12 validate = _validate
13const id = 'com.atproto.repo.createRecord'
1415-export interface QueryParams {}
1617export interface InputSchema {
18 /** The handle or DID of the repo (aka, current account). */
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8+import {
9+ type $Typed,
10+ is$typed as _is$typed,
11+ type OmitKey,
12+} from '../../../../util'
13import type * as ComAtprotoRepoDefs from './defs'
1415const is$typed = _is$typed,
16 validate = _validate
17const id = 'com.atproto.repo.createRecord'
1819+export type QueryParams = {}
2021export interface InputSchema {
22 /** The handle or DID of the repo (aka, current account). */
+6-2
lexicons/api/types/com/atproto/repo/defs.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
000089const is$typed = _is$typed,
10 validate = _validate
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
1213const is$typed = _is$typed,
14 validate = _validate
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5-import { ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
00009import type * as ComAtprotoRepoDefs from './defs'
1011const is$typed = _is$typed,
12 validate = _validate
13const id = 'com.atproto.repo.deleteRecord'
1415-export interface QueryParams {}
1617export interface InputSchema {
18 /** The handle or DID of the repo (aka, current account). */
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8+import {
9+ type $Typed,
10+ is$typed as _is$typed,
11+ type OmitKey,
12+} from '../../../../util'
13import type * as ComAtprotoRepoDefs from './defs'
1415const is$typed = _is$typed,
16 validate = _validate
17const id = 'com.atproto.repo.deleteRecord'
1819+export type QueryParams = {}
2021export interface InputSchema {
22 /** The handle or DID of the repo (aka, current account). */
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5-import { ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
0000910const is$typed = _is$typed,
11 validate = _validate
12const id = 'com.atproto.repo.describeRepo'
1314-export interface QueryParams {
15 /** The handle or DID of the repo. */
16 repo: string
17}
18-19export type InputSchema = undefined
2021export interface OutputSchema {
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8+import {
9+ type $Typed,
10+ is$typed as _is$typed,
11+ type OmitKey,
12+} from '../../../../util'
1314const is$typed = _is$typed,
15 validate = _validate
16const id = 'com.atproto.repo.describeRepo'
1718+export type QueryParams = {
19 /** The handle or DID of the repo. */
20 repo: string
21}
022export type InputSchema = undefined
2324export interface OutputSchema {
+7-4
lexicons/api/types/com/atproto/repo/getRecord.ts
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5-import { ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
0000910const is$typed = _is$typed,
11 validate = _validate
12const id = 'com.atproto.repo.getRecord'
1314-export interface QueryParams {
15 /** The handle or DID of the repo. */
16 repo: string
17 /** The NSID of the record collection. */
···21 /** The CID of the version of the record. If not specified, then return the most recent version. */
22 cid?: string
23}
24-25export type InputSchema = undefined
2627export interface OutputSchema {
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8+import {
9+ type $Typed,
10+ is$typed as _is$typed,
11+ type OmitKey,
12+} from '../../../../util'
1314const is$typed = _is$typed,
15 validate = _validate
16const id = 'com.atproto.repo.getRecord'
1718+export type QueryParams = {
19 /** The handle or DID of the repo. */
20 repo: string
21 /** The NSID of the record collection. */
···25 /** The CID of the version of the record. If not specified, then return the most recent version. */
26 cid?: string
27}
028export type InputSchema = undefined
2930export interface OutputSchema {
+7-4
lexicons/api/types/com/atproto/repo/importRepo.ts
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5-import { ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
0000910const is$typed = _is$typed,
11 validate = _validate
12const id = 'com.atproto.repo.importRepo'
1314-export interface QueryParams {}
15-16export type InputSchema = string | Uint8Array | Blob
1718export interface CallOptions {
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8+import {
9+ type $Typed,
10+ is$typed as _is$typed,
11+ type OmitKey,
12+} from '../../../../util'
1314const is$typed = _is$typed,
15 validate = _validate
16const id = 'com.atproto.repo.importRepo'
1718+export type QueryParams = {}
019export type InputSchema = string | Uint8Array | Blob
2021export interface CallOptions {
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5-import { ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
0000910const is$typed = _is$typed,
11 validate = _validate
12const id = 'com.atproto.repo.listRecords'
1314-export interface QueryParams {
15 /** The handle or DID of the repo. */
16 repo: string
17 /** The NSID of the record type. */
···26 /** Flag to reverse the order of the returned records. */
27 reverse?: boolean
28}
29-30export type InputSchema = undefined
3132export interface OutputSchema {
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8+import {
9+ type $Typed,
10+ is$typed as _is$typed,
11+ type OmitKey,
12+} from '../../../../util'
1314const is$typed = _is$typed,
15 validate = _validate
16const id = 'com.atproto.repo.listRecords'
1718+export type QueryParams = {
19 /** The handle or DID of the repo. */
20 repo: string
21 /** The NSID of the record type. */
···30 /** Flag to reverse the order of the returned records. */
31 reverse?: boolean
32}
033export type InputSchema = undefined
3435export interface OutputSchema {
+7-3
lexicons/api/types/com/atproto/repo/putRecord.ts
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5-import { ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
00009import type * as ComAtprotoRepoDefs from './defs'
1011const is$typed = _is$typed,
12 validate = _validate
13const id = 'com.atproto.repo.putRecord'
1415-export interface QueryParams {}
1617export interface InputSchema {
18 /** The handle or DID of the repo (aka, current account). */
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8+import {
9+ type $Typed,
10+ is$typed as _is$typed,
11+ type OmitKey,
12+} from '../../../../util'
13import type * as ComAtprotoRepoDefs from './defs'
1415const is$typed = _is$typed,
16 validate = _validate
17const id = 'com.atproto.repo.putRecord'
1819+export type QueryParams = {}
2021export interface InputSchema {
22 /** The handle or DID of the repo (aka, current account). */
+6-2
lexicons/api/types/com/atproto/repo/strongRef.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
000089const is$typed = _is$typed,
10 validate = _validate
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
1213const is$typed = _is$typed,
14 validate = _validate
+7-4
lexicons/api/types/com/atproto/repo/uploadBlob.ts
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5-import { ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
0000910const is$typed = _is$typed,
11 validate = _validate
12const id = 'com.atproto.repo.uploadBlob'
1314-export interface QueryParams {}
15-16export type InputSchema = string | Uint8Array | Blob
1718export interface OutputSchema {
···2 * GENERATED CODE - DO NOT MODIFY
3 */
4import { HeadersMap, XRPCError } from '@atproto/xrpc'
5+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
6import { CID } from 'multiformats/cid'
7import { validate as _validate } from '../../../../lexicons'
8+import {
9+ type $Typed,
10+ is$typed as _is$typed,
11+ type OmitKey,
12+} from '../../../../util'
1314const is$typed = _is$typed,
15 validate = _validate
16const id = 'com.atproto.repo.uploadBlob'
1718+export type QueryParams = {}
019export type InputSchema = string | Uint8Array | Blob
2021export interface OutputSchema {
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
00008import type * as PubLeafletRichtextFacet from '../richtext/facet'
910const is$typed = _is$typed,
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
12import type * as PubLeafletRichtextFacet from '../richtext/facet'
1314const is$typed = _is$typed,
+6-2
lexicons/api/types/pub/leaflet/blocks/bskyPost.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
00008import type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef'
910const is$typed = _is$typed,
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
12import type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef'
1314const is$typed = _is$typed,
+6-2
lexicons/api/types/pub/leaflet/blocks/code.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
000089const is$typed = _is$typed,
10 validate = _validate
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
1213const is$typed = _is$typed,
14 validate = _validate
+6-2
lexicons/api/types/pub/leaflet/blocks/header.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
00008import type * as PubLeafletRichtextFacet from '../richtext/facet'
910const is$typed = _is$typed,
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
12import type * as PubLeafletRichtextFacet from '../richtext/facet'
1314const is$typed = _is$typed,
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
000089const is$typed = _is$typed,
10 validate = _validate
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
1213const is$typed = _is$typed,
14 validate = _validate
+6-2
lexicons/api/types/pub/leaflet/blocks/iframe.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
000089const is$typed = _is$typed,
10 validate = _validate
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
1213const is$typed = _is$typed,
14 validate = _validate
+6-2
lexicons/api/types/pub/leaflet/blocks/image.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
000089const is$typed = _is$typed,
10 validate = _validate
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
1213const is$typed = _is$typed,
14 validate = _validate
+6-2
lexicons/api/types/pub/leaflet/blocks/math.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
000089const is$typed = _is$typed,
10 validate = _validate
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
1213const is$typed = _is$typed,
14 validate = _validate
+6-2
lexicons/api/types/pub/leaflet/blocks/page.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
000089const is$typed = _is$typed,
10 validate = _validate
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
1213const is$typed = _is$typed,
14 validate = _validate
+6-2
lexicons/api/types/pub/leaflet/blocks/text.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
00008import type * as PubLeafletRichtextFacet from '../richtext/facet'
910const is$typed = _is$typed,
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
12import type * as PubLeafletRichtextFacet from '../richtext/facet'
1314const is$typed = _is$typed,
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
00008import type * as PubLeafletBlocksText from './text'
9import type * as PubLeafletBlocksHeader from './header'
10import type * as PubLeafletBlocksImage from './image'
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
12import type * as PubLeafletBlocksText from './text'
13import type * as PubLeafletBlocksHeader from './header'
14import type * as PubLeafletBlocksImage from './image'
+6-2
lexicons/api/types/pub/leaflet/blocks/website.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
000089const is$typed = _is$typed,
10 validate = _validate
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
1213const is$typed = _is$typed,
14 validate = _validate
+2-2
lexicons/api/types/pub/leaflet/comment.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../util'
8import type * as PubLeafletRichtextFacet from './richtext/facet'
9import type * as PubLeafletPagesLinearDocument from './pages/linearDocument'
10
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../lexicons'
7+import { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'
8import type * as PubLeafletRichtextFacet from './richtext/facet'
9import type * as PubLeafletPagesLinearDocument from './pages/linearDocument'
10
+2-2
lexicons/api/types/pub/leaflet/document.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../util'
8import type * as ComAtprotoRepoStrongRef from '../../com/atproto/repo/strongRef'
9import type * as PubLeafletPagesLinearDocument from './pages/linearDocument'
10
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../lexicons'
7+import { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'
8import type * as ComAtprotoRepoStrongRef from '../../com/atproto/repo/strongRef'
9import type * as PubLeafletPagesLinearDocument from './pages/linearDocument'
10
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
00008import type * as PubLeafletBlocksIframe from '../blocks/iframe'
9import type * as PubLeafletBlocksText from '../blocks/text'
10import type * as PubLeafletBlocksBlockquote from '../blocks/blockquote'
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
12import type * as PubLeafletBlocksIframe from '../blocks/iframe'
13import type * as PubLeafletBlocksText from '../blocks/text'
14import type * as PubLeafletBlocksBlockquote from '../blocks/blockquote'
+2-2
lexicons/api/types/pub/leaflet/publication.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../util'
8import type * as PubLeafletThemeColor from './theme/color'
9import type * as PubLeafletThemeBackgroundImage from './theme/backgroundImage'
10
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../lexicons'
7+import { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'
8import type * as PubLeafletThemeColor from './theme/color'
9import type * as PubLeafletThemeBackgroundImage from './theme/backgroundImage'
10
+6-2
lexicons/api/types/pub/leaflet/richtext/facet.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
000089const is$typed = _is$typed,
10 validate = _validate
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
1213const is$typed = _is$typed,
14 validate = _validate
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
000089const is$typed = _is$typed,
10 validate = _validate
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
1213const is$typed = _is$typed,
14 validate = _validate
+6-2
lexicons/api/types/pub/leaflet/theme/color.ts
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4-import { ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7-import { $Typed, is$typed as _is$typed, OmitKey } from '../../../../util'
000089const is$typed = _is$typed,
10 validate = _validate
···1/**
2 * GENERATED CODE - DO NOT MODIFY
3 */
4+import { type ValidationResult, BlobRef } from '@atproto/lexicon'
5import { CID } from 'multiformats/cid'
6import { validate as _validate } from '../../../../lexicons'
7+import {
8+ type $Typed,
9+ is$typed as _is$typed,
10+ type OmitKey,
11+} from '../../../../util'
1213const is$typed = _is$typed,
14 validate = _validate
+1-1
lexicons/api/util.ts
···2 * GENERATED CODE - DO NOT MODIFY
3 */
45-import { ValidationResult } from '@atproto/lexicon'
67export type OmitKey<T, K extends keyof T> = {
8 [K2 in keyof T as K2 extends K ? never : K2]: T[K2]
···2 * GENERATED CODE - DO NOT MODIFY
3 */
45+import { type ValidationResult } from '@atproto/lexicon'
67export type OmitKey<T, K extends keyof T> = {
8 [K2 in keyof T as K2 extends K ? never : K2]: T[K2]
···6 "Facet feature for a URL. The text URL may have been simplified or truncated, but the facet reference should be a complete URL.",
7 required: ["uri"],
8 properties: {
9- uri: { type: "string", format: "uri" },
10 },
11 },
12 code: {
···6 "Facet feature for a URL. The text URL may have been simplified or truncated, but the facet reference should be a complete URL.",
7 required: ["uri"],
8 properties: {
9+ uri: { type: "string" },
10 },
11 },
12 code: {