my monorepo for atproto based applications

fix express import

+267 -264
+6 -2
deno.json
··· 1 1 { 2 - "workspace": ["./feeds", "./lexicon", "./scripts"], 2 + "workspace": ["./feeds", "./scripts"], 3 3 "tasks": { 4 4 "lex-dl": "deno task --cwd scripts lex-dl", 5 5 "lex-gen": "deno task --cwd scripts lex-gen" 6 6 }, 7 7 "imports": { 8 + "@std/assert": "jsr:@std/assert@1", 8 9 "@atproto/api": "npm:@atproto/api@^0.14.18", 9 10 "@atproto/identity": "npm:@atproto/identity@^0.4.6", 10 11 "@atproto/lexicon": "npm:@atproto/lexicon@^0.4.9", ··· 12 13 "@atproto/syntax": "npm:@atproto/syntax@^0.4.0", 13 14 "@atproto/xrpc": "npm:@atproto/xrpc@^0.6.12", 14 15 "@atproto/xrpc-server": "npm:@atproto/xrpc-server@^0.7.14", 15 - "@std/assert": "jsr:@std/assert@1", 16 + "@types/node": "npm:@types/node@^22.14.0", 16 17 "multiformats": "npm:multiformats@^13.3.2" 17 18 }, 18 19 "nodeModulesDir": "auto", 19 20 "fmt": { 20 21 "lineWidth": 120 22 + }, 23 + "lint": { 24 + "exclude": ["lexicon/api/", "lexicon/server"] 21 25 } 22 26 }
+43 -54
deno.lock
··· 3 3 "specifiers": { 4 4 "jsr:@std/assert@1": "1.0.12", 5 5 "jsr:@std/internal@^1.0.6": "1.0.6", 6 - "npm:@atproto/api@~0.14.18": "0.14.18", 7 - "npm:@atproto/identity@~0.4.6": "0.4.6", 8 - "npm:@atproto/lex-cli@0.7": "0.7.1", 9 - "npm:@atproto/lexicon@~0.4.9": "0.4.9", 6 + "npm:@atproto/api@*": "0.14.19", 7 + "npm:@atproto/api@~0.14.18": "0.14.19", 8 + "npm:@atproto/identity@~0.4.6": "0.4.7", 9 + "npm:@atproto/lex-cli@0.7": "0.7.2", 10 + "npm:@atproto/lexicon@~0.4.10": "0.4.10", 11 + "npm:@atproto/lexicon@~0.4.9": "0.4.10", 10 12 "npm:@atproto/repo@~0.7.3": "0.7.3", 11 13 "npm:@atproto/syntax@0.4": "0.4.0", 12 - "npm:@atproto/xrpc-server@~0.7.14": "0.7.14", 14 + "npm:@atproto/xrpc-server@~0.7.14": "0.7.15", 13 15 "npm:@atproto/xrpc@~0.6.12": "0.6.12", 14 16 "npm:@types/node@*": "22.12.0", 17 + "npm:@types/node@^22.14.0": "22.14.0", 15 18 "npm:adm-zip@*": "0.5.16", 16 19 "npm:adm-zip@~0.5.16": "0.5.16", 20 + "npm:express@*": "4.21.2", 17 21 "npm:multiformats@^13.3.2": "13.3.2", 18 22 "npm:ts-morph@*": "25.0.1", 19 23 "npm:ts-morph@^25.0.1": "25.0.1" ··· 30 34 } 31 35 }, 32 36 "npm": { 33 - "@atproto/api@0.14.18": { 34 - "integrity": "sha512-BEkM7p51oYslDN9lUNeMtVAQqYWUhinJnFsCdTuSLLCb28LNDErbmt6wiA3mCw68E5E/Sh8DC1+L9UPfCi0Awg==", 37 + "@atproto/api@0.14.19": { 38 + "integrity": "sha512-YYTqM0K0qk2TP7PguktPzlAQGLTL1bEGz6PgY5kqKJNX4o1318kJYB22DzjJYqV2NUCq0JQ9Lb0oskLvTisEOg==", 35 39 "dependencies": [ 36 - "@atproto/common-web@0.4.0", 37 - "@atproto/lexicon@0.4.9", 40 + "@atproto/common-web", 41 + "@atproto/lexicon", 38 42 "@atproto/syntax", 39 - "@atproto/xrpc@0.6.11", 43 + "@atproto/xrpc", 40 44 "await-lock", 41 45 "multiformats@9.9.0", 42 46 "tlds", 43 - "zod" 44 - ] 45 - }, 46 - "@atproto/common-web@0.4.0": { 47 - "integrity": "sha512-ZYL0P9myHybNgwh/hBY0HaBzqiLR1B5/ie5bJpLQAg0whRzNA28t8/nU2vh99tbsWcAF0LOD29M8++LyENJLNQ==", 48 - "dependencies": [ 49 - "graphemer", 50 - "multiformats@9.9.0", 51 - "uint8arrays", 52 47 "zod" 53 48 ] 54 49 }, ··· 61 56 "zod" 62 57 ] 63 58 }, 64 - "@atproto/common@0.4.9": { 65 - "integrity": "sha512-5xIMkBpTMEjgat0GUu6ZnbTUq2ZvY4ddwMMPcznXoYzpigl3yt5OnHed4JQlzOVRTBSiJ2hNu+yiAS6D9L9NAg==", 59 + "@atproto/common@0.4.10": { 60 + "integrity": "sha512-/Yxnax3XOhf46jYpe8/6O3ORjTNMB4YCaxx3V1f+FKy6meTm3GNrJwo8d1CBs0UiTiheRiNATOV3u0s3C7Ydaw==", 66 61 "dependencies": [ 67 - "@atproto/common-web@0.4.0", 62 + "@atproto/common-web", 68 63 "@ipld/dag-cbor", 69 64 "cbor-x", 70 65 "iso-datestring-validator", ··· 80 75 "uint8arrays" 81 76 ] 82 77 }, 83 - "@atproto/identity@0.4.6": { 84 - "integrity": "sha512-fJq/cIp9MOgHxZfxuyki6mobk0QxRnbts53DstRixlvb5mOoxwttb9Gp6A8u9q49zBsfOmXNTHmP97I9iMHmTQ==", 78 + "@atproto/identity@0.4.7": { 79 + "integrity": "sha512-A61OT9yc74dEFi1elODt/tzQNSwV3ZGZCY5cRl6NYO9t/0AVdaD+fyt81yh3mRxyI8HeVOecvXl3cPX5knz9rQ==", 85 80 "dependencies": [ 86 - "@atproto/common-web@0.4.0", 81 + "@atproto/common-web", 87 82 "@atproto/crypto" 88 83 ] 89 84 }, 90 - "@atproto/lex-cli@0.7.1": { 91 - "integrity": "sha512-lgEMwDsUo1rUdbsTyHC2XUyGevcMpOc0xYa+5YOIqQp00DR8ENmt9pyg3aFO0bFf9qVY3IkCQXQ3NXuZawD7yg==", 85 + "@atproto/lex-cli@0.7.2": { 86 + "integrity": "sha512-GdAH5Y3mEZGqASxyhRPZ8iLEOByJb+/T206AuwPAoIzLuqvSK2E4H0G61J2KdvEa1X78jroJ3/iotppD5vsmlg==", 92 87 "dependencies": [ 93 - "@atproto/lexicon@0.4.9", 88 + "@atproto/lexicon", 94 89 "@atproto/syntax", 95 90 "chalk", 96 91 "commander", ··· 103 98 "@atproto/lexicon@0.4.10": { 104 99 "integrity": "sha512-uDbP20vetBgtXPuxoyRcvOGBt2gNe1dFc9yYKcb6jWmXfseHiGTnIlORJOLBXIT2Pz15Eap4fLxAu6zFAykD5A==", 105 100 "dependencies": [ 106 - "@atproto/common-web@0.4.1", 107 - "@atproto/syntax", 108 - "iso-datestring-validator", 109 - "multiformats@9.9.0", 110 - "zod" 111 - ] 112 - }, 113 - "@atproto/lexicon@0.4.9": { 114 - "integrity": "sha512-/tmEuHQFr51V2V7EAVJzaA40sqJ7ylAZpR962VbOsPtmcdOHvezbjVHYEMXgfb927hS+xqbVyzBTbu5w9v8prA==", 115 - "dependencies": [ 116 - "@atproto/common-web@0.4.0", 101 + "@atproto/common-web", 117 102 "@atproto/syntax", 118 103 "iso-datestring-validator", 119 104 "multiformats@9.9.0", ··· 124 109 "integrity": "sha512-1CVQnkTZpQLYvZiglcgGGetnwRRfPXP05GiHwruLK7ER6yO6vKNtSCWvkUxgKacMY+h/wE0B9XidzbL52DyInA==", 125 110 "dependencies": [ 126 111 "@atproto/common", 127 - "@atproto/common-web@0.4.0", 112 + "@atproto/common-web", 128 113 "@atproto/crypto", 129 - "@atproto/lexicon@0.4.9", 114 + "@atproto/lexicon", 130 115 "@ipld/car", 131 116 "@ipld/dag-cbor", 132 117 "multiformats@9.9.0", ··· 137 122 "@atproto/syntax@0.4.0": { 138 123 "integrity": "sha512-b9y5ceHS8YKOfP3mdKmwAx5yVj9294UN7FG2XzP6V5aKUdFazEYRnR9m5n5ZQFKa3GNvz7de9guZCJ/sUTcOAA==" 139 124 }, 140 - "@atproto/xrpc-server@0.7.14": { 141 - "integrity": "sha512-6Jr7S2h5skvw8M5OdsRuX8O81oDonOSWA1vlc48CG52D+UgxXEwMerDVOvlpBQcDuSanOosDagKaeiFCzcKWgA==", 125 + "@atproto/xrpc-server@0.7.15": { 126 + "integrity": "sha512-9MjhQk3iaIL391j5dD2/lS908yCCwvbGken2wtZoLubSluCKTli2G53NXlfmGcPLEC5IN5iM1+BaUUzfV3Wt5g==", 142 127 "dependencies": [ 143 128 "@atproto/common", 144 129 "@atproto/crypto", 145 - "@atproto/lexicon@0.4.9", 146 - "@atproto/xrpc@0.6.11", 130 + "@atproto/lexicon", 131 + "@atproto/xrpc", 147 132 "cbor-x", 148 133 "express", 149 134 "http-errors", ··· 154 139 "zod" 155 140 ] 156 141 }, 157 - "@atproto/xrpc@0.6.11": { 158 - "integrity": "sha512-J2cZP8FjoDN0UkyTYBlCvKvxwBbDm4dld47u6FQK30RJy9YpSiUkdxJJ10NYqpi7JVny3M0qWQgpWJDV94+PdA==", 159 - "dependencies": [ 160 - "@atproto/lexicon@0.4.9", 161 - "zod" 162 - ] 163 - }, 164 142 "@atproto/xrpc@0.6.12": { 165 143 "integrity": "sha512-Ut3iISNLujlmY9Gu8sNU+SPDJDvqlVzWddU8qUr0Yae5oD4SguaUFjjhireMGhQ3M5E0KljQgDbTmnBo1kIZ3w==", 166 144 "dependencies": [ 167 - "@atproto/lexicon@0.4.10", 145 + "@atproto/lexicon", 168 146 "zod" 169 147 ] 170 148 }, ··· 246 224 "@types/node@22.12.0": { 247 225 "integrity": "sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==", 248 226 "dependencies": [ 249 - "undici-types" 227 + "undici-types@6.20.0" 228 + ] 229 + }, 230 + "@types/node@22.14.0": { 231 + "integrity": "sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==", 232 + "dependencies": [ 233 + "undici-types@6.21.0" 250 234 ] 251 235 }, 252 236 "abort-controller@3.0.0": { ··· 960 944 "undici-types@6.20.0": { 961 945 "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==" 962 946 }, 947 + "undici-types@6.21.0": { 948 + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" 949 + }, 963 950 "unpipe@1.0.0": { 964 951 "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" 965 952 }, ··· 992 979 "npm:@atproto/syntax@0.4", 993 980 "npm:@atproto/xrpc-server@~0.7.14", 994 981 "npm:@atproto/xrpc@~0.6.12", 982 + "npm:@types/node@^22.14.0", 995 983 "npm:multiformats@^13.3.2" 996 984 ], 997 985 "members": { 998 986 "scripts": { 999 987 "dependencies": [ 988 + "npm:@types/node@^22.14.0", 1000 989 "npm:adm-zip@~0.5.16", 1001 990 "npm:ts-morph@^25.0.1" 1002 991 ]
+9
feeds/deno.json
··· 2 2 "imports": { 3 3 "@/": "./", 4 4 "@@/": "../" 5 + // "@types/node": "npm:@types/node@^22.14.0", 6 + // "@atproto/api": "npm:@atproto/api@^0.14.18", 7 + // "@atproto/identity": "npm:@atproto/identity@^0.4.6", 8 + // "@atproto/lexicon": "npm:@atproto/lexicon@^0.4.9", 9 + // "@atproto/repo": "npm:@atproto/repo@^0.7.3", 10 + // "@atproto/syntax": "npm:@atproto/syntax@^0.4.0", 11 + // "@atproto/xrpc": "npm:@atproto/xrpc@^0.6.12", 12 + // "@atproto/xrpc-server": "npm:@atproto/xrpc-server@^0.7.14", 13 + // "multiformats": "npm:multiformats@^13.3.2" 5 14 } 6 15 }
+1
feeds/server.ts
··· 1 1 import {} from "@@/lexicon/api.ts"; 2 + import {} from "npm:@atproto/api"; 2 3 3 4 export type Config = { 4 5 subscriptionEndpoint: string;
-5
lexicon/deno.json
··· 1 - { 2 - "lint": { 3 - "exclude": ["api/", "server/"] 4 - } 5 - }
+1 -1
lexicon/server.ts
··· 1 - export * from "./server.ts"; 1 + export * from "./server/index.ts";
+1 -1
lexicon/server/types/app/bsky/actor/getPreferences.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/actor/getProfile.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/actor/getProfiles.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/actor/getSuggestions.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/actor/putPreferences.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/actor/searchActors.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/actor/searchActorsTypeahead.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/describeFeedGenerator.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/getActorFeeds.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/getActorLikes.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/getAuthorFeed.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/getFeed.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/getFeedGenerator.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/getFeedGenerators.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/getFeedSkeleton.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/getLikes.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/getListFeed.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/getPostThread.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/getPosts.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/getQuotes.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/getRepostedBy.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/getSuggestedFeeds.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/getTimeline.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/searchPosts.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/feed/sendInteractions.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/getActorStarterPacks.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/getBlocks.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/getFollowers.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/getFollows.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/getKnownFollowers.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/getList.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/getListBlocks.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/getListMutes.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/getLists.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/getMutes.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/getRelationships.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/getStarterPack.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/getStarterPacks.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/getSuggestedFollowsByActor.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/muteActor.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/muteActorList.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/muteThread.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/searchStarterPacks.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/unmuteActor.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/unmuteActorList.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/graph/unmuteThread.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/labeler/getServices.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/notification/getUnreadCount.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/notification/listNotifications.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/notification/putPreferences.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/notification/registerPush.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/notification/updateSeen.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/unspecced/getConfig.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/unspecced/getPopularFeedGenerators.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/unspecced/getSuggestedFeeds.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/unspecced/getSuggestedFeedsSkeleton.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/unspecced/getSuggestedStarterPacks.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/unspecced/getSuggestionsSkeleton.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/unspecced/getTaggedSuggestions.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/unspecced/getTrendingTopics.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/unspecced/getTrends.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/unspecced/getTrendsSkeleton.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/unspecced/searchActorsSkeleton.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/unspecced/searchPostsSkeleton.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/unspecced/searchStarterPacksSkeleton.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/video/getJobStatus.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/video/getUploadLimits.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/app/bsky/video/uploadVideo.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import stream from "node:stream"; 6 6 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 7 7 import { CID } from "multiformats/cid";
+1 -1
lexicon/server/types/chat/bsky/actor/deleteAccount.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/actor/exportAccountData.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import stream from "node:stream"; 6 6 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 7 7 import { CID } from "multiformats/cid";
+1 -1
lexicon/server/types/chat/bsky/convo/acceptConvo.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/convo/addReaction.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/convo/deleteMessageForSelf.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/convo/getConvo.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/convo/getConvoAvailability.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/convo/getConvoForMembers.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/convo/getLog.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/convo/getMessages.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/convo/leaveConvo.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/convo/listConvos.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/convo/muteConvo.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/convo/removeReaction.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/convo/sendMessage.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/convo/sendMessageBatch.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/convo/unmuteConvo.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/convo/updateAllRead.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/convo/updateRead.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/moderation/getActorMetadata.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/moderation/getMessageContext.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/chat/bsky/moderation/updateActorAccess.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/admin/deleteAccount.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/admin/disableAccountInvites.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/admin/disableInviteCodes.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/admin/enableAccountInvites.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/admin/getAccountInfo.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/admin/getAccountInfos.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/admin/getInviteCodes.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/admin/getSubjectStatus.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/admin/searchAccounts.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/admin/sendEmail.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/admin/updateAccountEmail.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/admin/updateAccountHandle.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/admin/updateAccountPassword.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/admin/updateAccountSigningKey.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/admin/updateSubjectStatus.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/identity/getRecommendedDidCredentials.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/identity/refreshIdentity.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/identity/requestPlcOperationSignature.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/identity/resolveDid.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/identity/resolveHandle.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/identity/resolveIdentity.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/identity/signPlcOperation.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/identity/submitPlcOperation.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/identity/updateHandle.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/label/queryLabels.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/moderation/createReport.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/repo/applyWrites.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/repo/createRecord.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/repo/deleteRecord.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/repo/describeRepo.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/repo/getRecord.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/repo/importRepo.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import stream from "node:stream"; 6 6 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 7 7 import { CID } from "multiformats/cid";
+1 -1
lexicon/server/types/com/atproto/repo/listMissingBlobs.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/repo/listRecords.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/repo/putRecord.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/repo/uploadBlob.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import stream from "node:stream"; 6 6 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 7 7 import { CID } from "multiformats/cid";
+1 -1
lexicon/server/types/com/atproto/server/activateAccount.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/checkAccountStatus.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/confirmEmail.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/createAccount.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/createAppPassword.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/createInviteCode.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/createInviteCodes.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/createSession.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/deactivateAccount.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/deleteAccount.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/deleteSession.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/describeServer.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/getAccountInviteCodes.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/getServiceAuth.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/getSession.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/listAppPasswords.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/refreshSession.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/requestAccountDelete.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/requestEmailConfirmation.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/requestEmailUpdate.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/requestPasswordReset.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/reserveSigningKey.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/resetPassword.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/revokeAppPassword.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/server/updateEmail.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/sync/getBlob.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import stream from "node:stream"; 6 6 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 7 7 import { CID } from "multiformats/cid";
+1 -1
lexicon/server/types/com/atproto/sync/getBlocks.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import stream from "node:stream"; 6 6 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 7 7 import { CID } from "multiformats/cid";
+1 -1
lexicon/server/types/com/atproto/sync/getCheckout.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import stream from "node:stream"; 6 6 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 7 7 import { CID } from "multiformats/cid";
+1 -1
lexicon/server/types/com/atproto/sync/getHead.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/sync/getLatestCommit.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/sync/getRecord.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import stream from "node:stream"; 6 6 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 7 7 import { CID } from "multiformats/cid";
+1 -1
lexicon/server/types/com/atproto/sync/getRepo.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import stream from "node:stream"; 6 6 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 7 7 import { CID } from "multiformats/cid";
+1 -1
lexicon/server/types/com/atproto/sync/getRepoStatus.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/sync/listBlobs.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/sync/listRepos.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/sync/listReposByCollection.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/sync/notifyOfUpdate.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/sync/requestCrawl.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/temp/addReservedHandle.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/temp/checkSignupQueue.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/temp/fetchLabels.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/com/atproto/temp/requestPhoneVerification.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/communication/createTemplate.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/communication/deleteTemplate.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/communication/listTemplates.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/communication/updateTemplate.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/moderation/emitEvent.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/moderation/getEvent.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/moderation/getRecord.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/moderation/getRecords.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/moderation/getRepo.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/moderation/getReporterStats.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/moderation/getRepos.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/moderation/getSubjects.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/moderation/queryEvents.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/moderation/queryStatuses.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/moderation/searchRepos.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/server/getConfig.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/set/addValues.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/set/deleteSet.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/set/deleteValues.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/set/getValues.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/set/querySets.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/set/upsertSet.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/setting/listOptions.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/setting/removeOptions.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/setting/upsertOption.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/signature/findCorrelation.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/signature/findRelatedAccounts.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/signature/searchAccounts.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/team/addMember.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/team/deleteMember.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/team/listMembers.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+1 -1
lexicon/server/types/tools/ozone/team/updateMember.ts
··· 1 1 /** 2 2 * GENERATED CODE - DO NOT MODIFY 3 3 */ 4 - import express from "express"; 4 + import express from "npm:express"; 5 5 import { BlobRef, type ValidationResult } from "@atproto/lexicon"; 6 6 import { CID } from "multiformats/cid"; 7 7 import { validate as _validate } from "../../../../lexicons.ts";
+2 -1
scripts/deno.json
··· 7 7 }, 8 8 "imports": { 9 9 "adm-zip": "npm:adm-zip@^0.5.16", 10 - "ts-morph": "npm:ts-morph@^25.0.1" 10 + "ts-morph": "npm:ts-morph@^25.0.1", 11 + "@types/node": "npm:@types/node@^22.14.0" 11 12 } 12 13 }
+4
scripts/lexicon/generate.ts
··· 92 92 93 93 src.getImportDeclarations().forEach((imp) => { 94 94 if (!imp.isModuleSpecifierRelative()) { 95 + const current = imp.getModuleSpecifierValue(); 96 + if (current == "express") { 97 + imp.setModuleSpecifier("npm:" + current); 98 + } 95 99 return; 96 100 } 97 101 const current = imp.getModuleSpecifierValue();