@fedify/fedify 0.8.0-dev.139 → 0.8.0-dev.142
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @fedify/fedify might be problematic. Click here for more details.
- package/CHANGES.md +4 -0
 - package/esm/_dnt.shims.js +3 -0
 - package/esm/federation/handler.js +2 -2
 - package/esm/federation/kv.js +8 -3
 - package/esm/federation/middleware.js +1 -2
 - package/esm/federation/mq.js +1 -0
 - package/esm/httpsig/mod.js +4 -5
 - package/esm/runtime/docloader.js +4 -5
 - package/esm/vocab/vocab.js +671 -95
 - package/package.json +3 -3
 - package/types/_dnt.shims.d.ts +4 -1
 - package/types/_dnt.shims.d.ts.map +1 -1
 - package/types/_dnt.test_shims.d.ts.map +1 -1
 - package/types/federation/kv.d.ts +2 -2
 - package/types/federation/kv.d.ts.map +1 -1
 - package/types/federation/middleware.d.ts +1 -2
 - package/types/federation/middleware.d.ts.map +1 -1
 - package/types/federation/mq.d.ts +2 -2
 - package/types/federation/mq.d.ts.map +1 -1
 - package/types/httpsig/mod.d.ts +1 -2
 - package/types/httpsig/mod.d.ts.map +1 -1
 - package/types/runtime/docloader.d.ts +1 -2
 - package/types/runtime/docloader.d.ts.map +1 -1
 - package/types/vocab/vocab.d.ts +385 -386
 - package/types/vocab/vocab.d.ts.map +1 -1
 
    
        package/esm/vocab/vocab.js
    CHANGED
    
    | 
         @@ -1,5 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            var _a, _b, _c;
         
     | 
| 
       2 
     | 
    
         
            -
             
     | 
| 
      
 2 
     | 
    
         
            +
            // deno-lint-ignore-file ban-unused-ignore
         
     | 
| 
      
 3 
     | 
    
         
            +
            import * as dntShim from "../_dnt.shims.js";
         
     | 
| 
       3 
4 
     | 
    
         
             
            // @ts-ignore TS7016
         
     | 
| 
       4 
5 
     | 
    
         
             
            import jsonld from "jsonld";
         
     | 
| 
       5 
6 
     | 
    
         
             
            import { parseLanguageTag } from "@phensley/language-tag";
         
     | 
| 
         @@ -193,11 +194,25 @@ export class PropertyValue { 
     | 
|
| 
       193 
194 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(this.id.href, options),
         
     | 
| 
       194 
195 
     | 
    
         
             
                        };
         
     | 
| 
       195 
196 
     | 
    
         
             
                    }
         
     | 
| 
       196 
     | 
    
         
            -
                    const _4ZHbBuK7PrsvGgrjM8wgc6KMWjav = this.#_4ZHbBuK7PrsvGgrjM8wgc6KMWjav 
     | 
| 
      
 197 
     | 
    
         
            +
                    const _4ZHbBuK7PrsvGgrjM8wgc6KMWjav = this.#_4ZHbBuK7PrsvGgrjM8wgc6KMWjav
         
     | 
| 
      
 198 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 199 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 200 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 201 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 202 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 203 
     | 
    
         
            +
                        }
         
     | 
| 
      
 204 
     | 
    
         
            +
                        : v);
         
     | 
| 
       197 
205 
     | 
    
         
             
                    if (_4ZHbBuK7PrsvGgrjM8wgc6KMWjav.length == 1) {
         
     | 
| 
       198 
206 
     | 
    
         
             
                        proxy.name = _4ZHbBuK7PrsvGgrjM8wgc6KMWjav[0];
         
     | 
| 
       199 
207 
     | 
    
         
             
                    }
         
     | 
| 
       200 
     | 
    
         
            -
                    const _2cSy2magg4iZ7zLaG8U7DiJMoCkx = this.#_2cSy2magg4iZ7zLaG8U7DiJMoCkx 
     | 
| 
      
 208 
     | 
    
         
            +
                    const _2cSy2magg4iZ7zLaG8U7DiJMoCkx = this.#_2cSy2magg4iZ7zLaG8U7DiJMoCkx
         
     | 
| 
      
 209 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 210 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 211 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 212 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 213 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 214 
     | 
    
         
            +
                        }
         
     | 
| 
      
 215 
     | 
    
         
            +
                        : v);
         
     | 
| 
       201 
216 
     | 
    
         
             
                    if (_2cSy2magg4iZ7zLaG8U7DiJMoCkx.length == 1) {
         
     | 
| 
       202 
217 
     | 
    
         
             
                        proxy.value = _2cSy2magg4iZ7zLaG8U7DiJMoCkx[0];
         
     | 
| 
       203 
218 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -474,7 +489,9 @@ export class CryptographicKey { 
     | 
|
| 
       474 
489 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(this.id.href, options),
         
     | 
| 
       475 
490 
     | 
    
         
             
                        };
         
     | 
| 
       476 
491 
     | 
    
         
             
                    }
         
     | 
| 
       477 
     | 
    
         
            -
                    const _5UJq9NDh3ZHgswFwwdVxQvJxdx2 = this.#_5UJq9NDh3ZHgswFwwdVxQvJxdx2 
     | 
| 
      
 492 
     | 
    
         
            +
                    const _5UJq9NDh3ZHgswFwwdVxQvJxdx2 = this.#_5UJq9NDh3ZHgswFwwdVxQvJxdx2
         
     | 
| 
      
 493 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 494 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       478 
495 
     | 
    
         
             
                        ? {
         
     | 
| 
       479 
496 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       480 
497 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -483,7 +500,14 @@ export class CryptographicKey { 
     | 
|
| 
       483 
500 
     | 
    
         
             
                    if (_5UJq9NDh3ZHgswFwwdVxQvJxdx2.length == 1) {
         
     | 
| 
       484 
501 
     | 
    
         
             
                        proxy.owner = _5UJq9NDh3ZHgswFwwdVxQvJxdx2[0];
         
     | 
| 
       485 
502 
     | 
    
         
             
                    }
         
     | 
| 
       486 
     | 
    
         
            -
                    const _2fE2QMDdg6KFGqa4NEC3TmjApSAD = this.#_2fE2QMDdg6KFGqa4NEC3TmjApSAD 
     | 
| 
      
 503 
     | 
    
         
            +
                    const _2fE2QMDdg6KFGqa4NEC3TmjApSAD = this.#_2fE2QMDdg6KFGqa4NEC3TmjApSAD
         
     | 
| 
      
 504 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 505 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 506 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 507 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 508 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 509 
     | 
    
         
            +
                        }
         
     | 
| 
      
 510 
     | 
    
         
            +
                        : v);
         
     | 
| 
       487 
511 
     | 
    
         
             
                    if (_2fE2QMDdg6KFGqa4NEC3TmjApSAD.length == 1) {
         
     | 
| 
       488 
512 
     | 
    
         
             
                        proxy.publicKey = _2fE2QMDdg6KFGqa4NEC3TmjApSAD[0];
         
     | 
| 
       489 
513 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -2826,7 +2850,7 @@ export class Object { 
     | 
|
| 
       2826 
2850 
     | 
    
         
             
                    for (const v of values["https://www.w3.org/ns/activitystreams#endTime"] ?? []) {
         
     | 
| 
       2827 
2851 
     | 
    
         
             
                        if (v == null)
         
     | 
| 
       2828 
2852 
     | 
    
         
             
                            continue;
         
     | 
| 
       2829 
     | 
    
         
            -
                        _219RwDanjScTv5tYCjwGZVCM7KZ9.push(Temporal.Instant.from(v["@value"]));
         
     | 
| 
      
 2853 
     | 
    
         
            +
                        _219RwDanjScTv5tYCjwGZVCM7KZ9.push(dntShim.Temporal.Instant.from(v["@value"]));
         
     | 
| 
       2830 
2854 
     | 
    
         
             
                    }
         
     | 
| 
       2831 
2855 
     | 
    
         
             
                    instance.#_219RwDanjScTv5tYCjwGZVCM7KZ9 = _219RwDanjScTv5tYCjwGZVCM7KZ9;
         
     | 
| 
       2832 
2856 
     | 
    
         
             
                    const _86xFhmgBapoMvYqjbjRuDPayTrS = [];
         
     | 
| 
         @@ -3117,7 +3141,7 @@ export class Object { 
     | 
|
| 
       3117 
3141 
     | 
    
         
             
                    for (const v of values["https://www.w3.org/ns/activitystreams#published"] ?? []) {
         
     | 
| 
       3118 
3142 
     | 
    
         
             
                        if (v == null)
         
     | 
| 
       3119 
3143 
     | 
    
         
             
                            continue;
         
     | 
| 
       3120 
     | 
    
         
            -
                        _5e258TDXtuhaFRPZiGoDfEpjdMr.push(Temporal.Instant.from(v["@value"]));
         
     | 
| 
      
 3144 
     | 
    
         
            +
                        _5e258TDXtuhaFRPZiGoDfEpjdMr.push(dntShim.Temporal.Instant.from(v["@value"]));
         
     | 
| 
       3121 
3145 
     | 
    
         
             
                    }
         
     | 
| 
       3122 
3146 
     | 
    
         
             
                    instance.#_5e258TDXtuhaFRPZiGoDfEpjdMr = _5e258TDXtuhaFRPZiGoDfEpjdMr;
         
     | 
| 
       3123 
3147 
     | 
    
         
             
                    const _7UpwM3JWcXhADcscukEehBorf6k = [];
         
     | 
| 
         @@ -3136,7 +3160,7 @@ export class Object { 
     | 
|
| 
       3136 
3160 
     | 
    
         
             
                    for (const v of values["https://www.w3.org/ns/activitystreams#startTime"] ?? []) {
         
     | 
| 
       3137 
3161 
     | 
    
         
             
                        if (v == null)
         
     | 
| 
       3138 
3162 
     | 
    
         
             
                            continue;
         
     | 
| 
       3139 
     | 
    
         
            -
                        _2w3Jmue4up8iVDUA51WZqomEF438.push(Temporal.Instant.from(v["@value"]));
         
     | 
| 
      
 3163 
     | 
    
         
            +
                        _2w3Jmue4up8iVDUA51WZqomEF438.push(dntShim.Temporal.Instant.from(v["@value"]));
         
     | 
| 
       3140 
3164 
     | 
    
         
             
                    }
         
     | 
| 
       3141 
3165 
     | 
    
         
             
                    instance.#_2w3Jmue4up8iVDUA51WZqomEF438 = _2w3Jmue4up8iVDUA51WZqomEF438;
         
     | 
| 
       3142 
3166 
     | 
    
         
             
                    const _4LqirZspQbFWWQEbFcXAxm7tTDN1 = [];
         
     | 
| 
         @@ -3225,7 +3249,7 @@ export class Object { 
     | 
|
| 
       3225 
3249 
     | 
    
         
             
                    for (const v of values["https://www.w3.org/ns/activitystreams#updated"] ?? []) {
         
     | 
| 
       3226 
3250 
     | 
    
         
             
                        if (v == null)
         
     | 
| 
       3227 
3251 
     | 
    
         
             
                            continue;
         
     | 
| 
       3228 
     | 
    
         
            -
                        _385aB7ySixcf5Un6z3VsWmThgCzQ.push(Temporal.Instant.from(v["@value"]));
         
     | 
| 
      
 3252 
     | 
    
         
            +
                        _385aB7ySixcf5Un6z3VsWmThgCzQ.push(dntShim.Temporal.Instant.from(v["@value"]));
         
     | 
| 
       3229 
3253 
     | 
    
         
             
                    }
         
     | 
| 
       3230 
3254 
     | 
    
         
             
                    instance.#_385aB7ySixcf5Un6z3VsWmThgCzQ = _385aB7ySixcf5Un6z3VsWmThgCzQ;
         
     | 
| 
       3231 
3255 
     | 
    
         
             
                    const _2oPEH9MQ3aj8JVwyYuWkqoVwV865 = [];
         
     | 
| 
         @@ -3307,7 +3331,7 @@ export class Object { 
     | 
|
| 
       3307 
3331 
     | 
    
         
             
                    for (const v of values["https://www.w3.org/ns/activitystreams#duration"] ?? []) {
         
     | 
| 
       3308 
3332 
     | 
    
         
             
                        if (v == null)
         
     | 
| 
       3309 
3333 
     | 
    
         
             
                            continue;
         
     | 
| 
       3310 
     | 
    
         
            -
                        _3bNvLMBN1bCJETiTihM3wvi1B2JX.push(Temporal.Duration.from(v["@value"]));
         
     | 
| 
      
 3334 
     | 
    
         
            +
                        _3bNvLMBN1bCJETiTihM3wvi1B2JX.push(dntShim.Temporal.Duration.from(v["@value"]));
         
     | 
| 
       3311 
3335 
     | 
    
         
             
                    }
         
     | 
| 
       3312 
3336 
     | 
    
         
             
                    instance.#_3bNvLMBN1bCJETiTihM3wvi1B2JX = _3bNvLMBN1bCJETiTihM3wvi1B2JX;
         
     | 
| 
       3313 
3337 
     | 
    
         
             
                    const _u8gdcDTtChQ4tbSQMXc4cYWyum7 = [];
         
     | 
| 
         @@ -3328,6 +3352,7 @@ export class Object { 
     | 
|
| 
       3328 
3352 
     | 
    
         
             
                        };
         
     | 
| 
       3329 
3353 
     | 
    
         
             
                    }
         
     | 
| 
       3330 
3354 
     | 
    
         
             
                    const _49BipA5dq9eoH8LX8xdsVumveTca = this.#_49BipA5dq9eoH8LX8xdsVumveTca
         
     | 
| 
      
 3355 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       3331 
3356 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       3332 
3357 
     | 
    
         
             
                        ? {
         
     | 
| 
       3333 
3358 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -3340,6 +3365,7 @@ export class Object { 
     | 
|
| 
       3340 
3365 
     | 
    
         
             
                        proxy.attachments = _49BipA5dq9eoH8LX8xdsVumveTca;
         
     | 
| 
       3341 
3366 
     | 
    
         
             
                    }
         
     | 
| 
       3342 
3367 
     | 
    
         
             
                    const _42CGqJ94zgQ3ZBbfHwD8Hrr2L5Py = this.#_42CGqJ94zgQ3ZBbfHwD8Hrr2L5Py
         
     | 
| 
      
 3368 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       3343 
3369 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       3344 
3370 
     | 
    
         
             
                        ? {
         
     | 
| 
       3345 
3371 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -3355,6 +3381,7 @@ export class Object { 
     | 
|
| 
       3355 
3381 
     | 
    
         
             
                        proxy.attributions = _42CGqJ94zgQ3ZBbfHwD8Hrr2L5Py;
         
     | 
| 
       3356 
3382 
     | 
    
         
             
                    }
         
     | 
| 
       3357 
3383 
     | 
    
         
             
                    const _3ocC3VVi88cEd5sPWL8djkZsvTN6 = this.#_3ocC3VVi88cEd5sPWL8djkZsvTN6
         
     | 
| 
      
 3384 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       3358 
3385 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       3359 
3386 
     | 
    
         
             
                        ? {
         
     | 
| 
       3360 
3387 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -3369,7 +3396,14 @@ export class Object { 
     | 
|
| 
       3369 
3396 
     | 
    
         
             
                            _3ocC3VVi88cEd5sPWL8djkZsvTN6.length > 0) {
         
     | 
| 
       3370 
3397 
     | 
    
         
             
                        proxy.audiences = _3ocC3VVi88cEd5sPWL8djkZsvTN6;
         
     | 
| 
       3371 
3398 
     | 
    
         
             
                    }
         
     | 
| 
       3372 
     | 
    
         
            -
                    const _4HuuRSdSrXq8Jj2J9gcdYfoCzeuz = this.#_4HuuRSdSrXq8Jj2J9gcdYfoCzeuz 
     | 
| 
      
 3399 
     | 
    
         
            +
                    const _4HuuRSdSrXq8Jj2J9gcdYfoCzeuz = this.#_4HuuRSdSrXq8Jj2J9gcdYfoCzeuz
         
     | 
| 
      
 3400 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 3401 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 3402 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 3403 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3404 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3405 
     | 
    
         
            +
                        }
         
     | 
| 
      
 3406 
     | 
    
         
            +
                        : v);
         
     | 
| 
       3373 
3407 
     | 
    
         
             
                    if (_4HuuRSdSrXq8Jj2J9gcdYfoCzeuz.length == 1) {
         
     | 
| 
       3374 
3408 
     | 
    
         
             
                        proxy.content = _4HuuRSdSrXq8Jj2J9gcdYfoCzeuz[0];
         
     | 
| 
       3375 
3409 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -3379,6 +3413,7 @@ export class Object { 
     | 
|
| 
       3379 
3413 
     | 
    
         
             
                        proxy.contents = _4HuuRSdSrXq8Jj2J9gcdYfoCzeuz;
         
     | 
| 
       3380 
3414 
     | 
    
         
             
                    }
         
     | 
| 
       3381 
3415 
     | 
    
         
             
                    const _3mhZzGXSpQ431mBSz2kvych22v4e = this.#_3mhZzGXSpQ431mBSz2kvych22v4e
         
     | 
| 
      
 3416 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       3382 
3417 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       3383 
3418 
     | 
    
         
             
                        ? {
         
     | 
| 
       3384 
3419 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -3390,7 +3425,14 @@ export class Object { 
     | 
|
| 
       3390 
3425 
     | 
    
         
             
                            _3mhZzGXSpQ431mBSz2kvych22v4e.length > 0) {
         
     | 
| 
       3391 
3426 
     | 
    
         
             
                        proxy.contexts = _3mhZzGXSpQ431mBSz2kvych22v4e;
         
     | 
| 
       3392 
3427 
     | 
    
         
             
                    }
         
     | 
| 
       3393 
     | 
    
         
            -
                    const _4ZHbBuK7PrsvGgrjM8wgc6KMWjav = this.#_4ZHbBuK7PrsvGgrjM8wgc6KMWjav 
     | 
| 
      
 3428 
     | 
    
         
            +
                    const _4ZHbBuK7PrsvGgrjM8wgc6KMWjav = this.#_4ZHbBuK7PrsvGgrjM8wgc6KMWjav
         
     | 
| 
      
 3429 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 3430 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 3431 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 3432 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3433 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3434 
     | 
    
         
            +
                        }
         
     | 
| 
      
 3435 
     | 
    
         
            +
                        : v);
         
     | 
| 
       3394 
3436 
     | 
    
         
             
                    if (_4ZHbBuK7PrsvGgrjM8wgc6KMWjav.length == 1) {
         
     | 
| 
       3395 
3437 
     | 
    
         
             
                        proxy.name = _4ZHbBuK7PrsvGgrjM8wgc6KMWjav[0];
         
     | 
| 
       3396 
3438 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -3399,11 +3441,20 @@ export class Object { 
     | 
|
| 
       3399 
3441 
     | 
    
         
             
                            _4ZHbBuK7PrsvGgrjM8wgc6KMWjav.length > 0) {
         
     | 
| 
       3400 
3442 
     | 
    
         
             
                        proxy.names = _4ZHbBuK7PrsvGgrjM8wgc6KMWjav;
         
     | 
| 
       3401 
3443 
     | 
    
         
             
                    }
         
     | 
| 
       3402 
     | 
    
         
            -
                    const _219RwDanjScTv5tYCjwGZVCM7KZ9 = this.#_219RwDanjScTv5tYCjwGZVCM7KZ9 
     | 
| 
      
 3444 
     | 
    
         
            +
                    const _219RwDanjScTv5tYCjwGZVCM7KZ9 = this.#_219RwDanjScTv5tYCjwGZVCM7KZ9
         
     | 
| 
      
 3445 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 3446 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 3447 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 3448 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3449 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3450 
     | 
    
         
            +
                        }
         
     | 
| 
      
 3451 
     | 
    
         
            +
                        : v);
         
     | 
| 
       3403 
3452 
     | 
    
         
             
                    if (_219RwDanjScTv5tYCjwGZVCM7KZ9.length == 1) {
         
     | 
| 
       3404 
3453 
     | 
    
         
             
                        proxy.endTime = _219RwDanjScTv5tYCjwGZVCM7KZ9[0];
         
     | 
| 
       3405 
3454 
     | 
    
         
             
                    }
         
     | 
| 
       3406 
     | 
    
         
            -
                    const _86xFhmgBapoMvYqjbjRuDPayTrS = this.#_86xFhmgBapoMvYqjbjRuDPayTrS 
     | 
| 
      
 3455 
     | 
    
         
            +
                    const _86xFhmgBapoMvYqjbjRuDPayTrS = this.#_86xFhmgBapoMvYqjbjRuDPayTrS
         
     | 
| 
      
 3456 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 3457 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       3407 
3458 
     | 
    
         
             
                        ? {
         
     | 
| 
       3408 
3459 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       3409 
3460 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -3415,6 +3466,7 @@ export class Object { 
     | 
|
| 
       3415 
3466 
     | 
    
         
             
                        proxy.generators = _86xFhmgBapoMvYqjbjRuDPayTrS;
         
     | 
| 
       3416 
3467 
     | 
    
         
             
                    }
         
     | 
| 
       3417 
3468 
     | 
    
         
             
                    const _33CjRLy5ujtsUrwRSCrsggvGdKuR = this.#_33CjRLy5ujtsUrwRSCrsggvGdKuR
         
     | 
| 
      
 3469 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       3418 
3470 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       3419 
3471 
     | 
    
         
             
                        ? {
         
     | 
| 
       3420 
3472 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -3430,6 +3482,7 @@ export class Object { 
     | 
|
| 
       3430 
3482 
     | 
    
         
             
                        proxy.icons = _33CjRLy5ujtsUrwRSCrsggvGdKuR;
         
     | 
| 
       3431 
3483 
     | 
    
         
             
                    }
         
     | 
| 
       3432 
3484 
     | 
    
         
             
                    const _3dXrUdkARxwyJLtJcYi1AJ92H41U = this.#_3dXrUdkARxwyJLtJcYi1AJ92H41U
         
     | 
| 
      
 3485 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       3433 
3486 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       3434 
3487 
     | 
    
         
             
                        ? {
         
     | 
| 
       3435 
3488 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -3445,6 +3498,7 @@ export class Object { 
     | 
|
| 
       3445 
3498 
     | 
    
         
             
                        proxy.images = _3dXrUdkARxwyJLtJcYi1AJ92H41U;
         
     | 
| 
       3446 
3499 
     | 
    
         
             
                    }
         
     | 
| 
       3447 
3500 
     | 
    
         
             
                    const _3fpbDrvZgf3Kq1a5V9aByFn8kx3s = this.#_3fpbDrvZgf3Kq1a5V9aByFn8kx3s
         
     | 
| 
      
 3501 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       3448 
3502 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       3449 
3503 
     | 
    
         
             
                        ? {
         
     | 
| 
       3450 
3504 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -3460,6 +3514,7 @@ export class Object { 
     | 
|
| 
       3460 
3514 
     | 
    
         
             
                        proxy.replyTargets = _3fpbDrvZgf3Kq1a5V9aByFn8kx3s;
         
     | 
| 
       3461 
3515 
     | 
    
         
             
                    }
         
     | 
| 
       3462 
3516 
     | 
    
         
             
                    const _31k5MUZJsnsPNg8dQQJieWaXTFnR = this.#_31k5MUZJsnsPNg8dQQJieWaXTFnR
         
     | 
| 
      
 3517 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       3463 
3518 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       3464 
3519 
     | 
    
         
             
                        ? {
         
     | 
| 
       3465 
3520 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -3474,7 +3529,9 @@ export class Object { 
     | 
|
| 
       3474 
3529 
     | 
    
         
             
                            _31k5MUZJsnsPNg8dQQJieWaXTFnR.length > 0) {
         
     | 
| 
       3475 
3530 
     | 
    
         
             
                        proxy.locations = _31k5MUZJsnsPNg8dQQJieWaXTFnR;
         
     | 
| 
       3476 
3531 
     | 
    
         
             
                    }
         
     | 
| 
       3477 
     | 
    
         
            -
                    const _gCVTegXxWWCw6wWRxa1QF65zusg = this.#_gCVTegXxWWCw6wWRxa1QF65zusg 
     | 
| 
      
 3532 
     | 
    
         
            +
                    const _gCVTegXxWWCw6wWRxa1QF65zusg = this.#_gCVTegXxWWCw6wWRxa1QF65zusg
         
     | 
| 
      
 3533 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 3534 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       3478 
3535 
     | 
    
         
             
                        ? {
         
     | 
| 
       3479 
3536 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       3480 
3537 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -3488,11 +3545,20 @@ export class Object { 
     | 
|
| 
       3488 
3545 
     | 
    
         
             
                            _gCVTegXxWWCw6wWRxa1QF65zusg.length > 0) {
         
     | 
| 
       3489 
3546 
     | 
    
         
             
                        proxy.previews = _gCVTegXxWWCw6wWRxa1QF65zusg;
         
     | 
| 
       3490 
3547 
     | 
    
         
             
                    }
         
     | 
| 
       3491 
     | 
    
         
            -
                    const _5e258TDXtuhaFRPZiGoDfEpjdMr = this.#_5e258TDXtuhaFRPZiGoDfEpjdMr 
     | 
| 
      
 3548 
     | 
    
         
            +
                    const _5e258TDXtuhaFRPZiGoDfEpjdMr = this.#_5e258TDXtuhaFRPZiGoDfEpjdMr
         
     | 
| 
      
 3549 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 3550 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 3551 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 3552 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3553 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3554 
     | 
    
         
            +
                        }
         
     | 
| 
      
 3555 
     | 
    
         
            +
                        : v);
         
     | 
| 
       3492 
3556 
     | 
    
         
             
                    if (_5e258TDXtuhaFRPZiGoDfEpjdMr.length == 1) {
         
     | 
| 
       3493 
3557 
     | 
    
         
             
                        proxy.published = _5e258TDXtuhaFRPZiGoDfEpjdMr[0];
         
     | 
| 
       3494 
3558 
     | 
    
         
             
                    }
         
     | 
| 
       3495 
     | 
    
         
            -
                    const _7UpwM3JWcXhADcscukEehBorf6k = this.#_7UpwM3JWcXhADcscukEehBorf6k 
     | 
| 
      
 3559 
     | 
    
         
            +
                    const _7UpwM3JWcXhADcscukEehBorf6k = this.#_7UpwM3JWcXhADcscukEehBorf6k
         
     | 
| 
      
 3560 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 3561 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       3496 
3562 
     | 
    
         
             
                        ? {
         
     | 
| 
       3497 
3563 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       3498 
3564 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -3501,11 +3567,25 @@ export class Object { 
     | 
|
| 
       3501 
3567 
     | 
    
         
             
                    if (_7UpwM3JWcXhADcscukEehBorf6k.length == 1) {
         
     | 
| 
       3502 
3568 
     | 
    
         
             
                        proxy.replies = _7UpwM3JWcXhADcscukEehBorf6k[0];
         
     | 
| 
       3503 
3569 
     | 
    
         
             
                    }
         
     | 
| 
       3504 
     | 
    
         
            -
                    const _2w3Jmue4up8iVDUA51WZqomEF438 = this.#_2w3Jmue4up8iVDUA51WZqomEF438 
     | 
| 
      
 3570 
     | 
    
         
            +
                    const _2w3Jmue4up8iVDUA51WZqomEF438 = this.#_2w3Jmue4up8iVDUA51WZqomEF438
         
     | 
| 
      
 3571 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 3572 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 3573 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 3574 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3575 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3576 
     | 
    
         
            +
                        }
         
     | 
| 
      
 3577 
     | 
    
         
            +
                        : v);
         
     | 
| 
       3505 
3578 
     | 
    
         
             
                    if (_2w3Jmue4up8iVDUA51WZqomEF438.length == 1) {
         
     | 
| 
       3506 
3579 
     | 
    
         
             
                        proxy.startTime = _2w3Jmue4up8iVDUA51WZqomEF438[0];
         
     | 
| 
       3507 
3580 
     | 
    
         
             
                    }
         
     | 
| 
       3508 
     | 
    
         
            -
                    const _4LqirZspQbFWWQEbFcXAxm7tTDN1 = this.#_4LqirZspQbFWWQEbFcXAxm7tTDN1 
     | 
| 
      
 3581 
     | 
    
         
            +
                    const _4LqirZspQbFWWQEbFcXAxm7tTDN1 = this.#_4LqirZspQbFWWQEbFcXAxm7tTDN1
         
     | 
| 
      
 3582 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 3583 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 3584 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 3585 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3586 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3587 
     | 
    
         
            +
                        }
         
     | 
| 
      
 3588 
     | 
    
         
            +
                        : v);
         
     | 
| 
       3509 
3589 
     | 
    
         
             
                    if (_4LqirZspQbFWWQEbFcXAxm7tTDN1.length == 1) {
         
     | 
| 
       3510 
3590 
     | 
    
         
             
                        proxy.summary = _4LqirZspQbFWWQEbFcXAxm7tTDN1[0];
         
     | 
| 
       3511 
3591 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -3514,7 +3594,9 @@ export class Object { 
     | 
|
| 
       3514 
3594 
     | 
    
         
             
                            _4LqirZspQbFWWQEbFcXAxm7tTDN1.length > 0) {
         
     | 
| 
       3515 
3595 
     | 
    
         
             
                        proxy.summaries = _4LqirZspQbFWWQEbFcXAxm7tTDN1;
         
     | 
| 
       3516 
3596 
     | 
    
         
             
                    }
         
     | 
| 
       3517 
     | 
    
         
            -
                    const _5chuqj6s95p5gg2sk1HntGfarRf = this.#_5chuqj6s95p5gg2sk1HntGfarRf 
     | 
| 
      
 3597 
     | 
    
         
            +
                    const _5chuqj6s95p5gg2sk1HntGfarRf = this.#_5chuqj6s95p5gg2sk1HntGfarRf
         
     | 
| 
      
 3598 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 3599 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       3518 
3600 
     | 
    
         
             
                        ? {
         
     | 
| 
       3519 
3601 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       3520 
3602 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -3525,11 +3607,25 @@ export class Object { 
     | 
|
| 
       3525 
3607 
     | 
    
         
             
                            _5chuqj6s95p5gg2sk1HntGfarRf.length > 0) {
         
     | 
| 
       3526 
3608 
     | 
    
         
             
                        proxy.tags = _5chuqj6s95p5gg2sk1HntGfarRf;
         
     | 
| 
       3527 
3609 
     | 
    
         
             
                    }
         
     | 
| 
       3528 
     | 
    
         
            -
                    const _385aB7ySixcf5Un6z3VsWmThgCzQ = this.#_385aB7ySixcf5Un6z3VsWmThgCzQ 
     | 
| 
      
 3610 
     | 
    
         
            +
                    const _385aB7ySixcf5Un6z3VsWmThgCzQ = this.#_385aB7ySixcf5Un6z3VsWmThgCzQ
         
     | 
| 
      
 3611 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 3612 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 3613 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 3614 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3615 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3616 
     | 
    
         
            +
                        }
         
     | 
| 
      
 3617 
     | 
    
         
            +
                        : v);
         
     | 
| 
       3529 
3618 
     | 
    
         
             
                    if (_385aB7ySixcf5Un6z3VsWmThgCzQ.length == 1) {
         
     | 
| 
       3530 
3619 
     | 
    
         
             
                        proxy.updated = _385aB7ySixcf5Un6z3VsWmThgCzQ[0];
         
     | 
| 
       3531 
3620 
     | 
    
         
             
                    }
         
     | 
| 
       3532 
     | 
    
         
            -
                    const _2oPEH9MQ3aj8JVwyYuWkqoVwV865 = this.#_2oPEH9MQ3aj8JVwyYuWkqoVwV865 
     | 
| 
      
 3621 
     | 
    
         
            +
                    const _2oPEH9MQ3aj8JVwyYuWkqoVwV865 = this.#_2oPEH9MQ3aj8JVwyYuWkqoVwV865
         
     | 
| 
      
 3622 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 3623 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 3624 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 3625 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3626 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3627 
     | 
    
         
            +
                        }
         
     | 
| 
      
 3628 
     | 
    
         
            +
                        : v);
         
     | 
| 
       3533 
3629 
     | 
    
         
             
                    if (_2oPEH9MQ3aj8JVwyYuWkqoVwV865.length == 1) {
         
     | 
| 
       3534 
3630 
     | 
    
         
             
                        proxy.url = _2oPEH9MQ3aj8JVwyYuWkqoVwV865[0];
         
     | 
| 
       3535 
3631 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -3539,6 +3635,7 @@ export class Object { 
     | 
|
| 
       3539 
3635 
     | 
    
         
             
                        proxy.urls = _2oPEH9MQ3aj8JVwyYuWkqoVwV865;
         
     | 
| 
       3540 
3636 
     | 
    
         
             
                    }
         
     | 
| 
       3541 
3637 
     | 
    
         
             
                    const _3hFbw7DTpHhq3cvVhkY8njhcsXbd = this.#_3hFbw7DTpHhq3cvVhkY8njhcsXbd
         
     | 
| 
      
 3638 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       3542 
3639 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       3543 
3640 
     | 
    
         
             
                        ? {
         
     | 
| 
       3544 
3641 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -3553,7 +3650,9 @@ export class Object { 
     | 
|
| 
       3553 
3650 
     | 
    
         
             
                            _3hFbw7DTpHhq3cvVhkY8njhcsXbd.length > 0) {
         
     | 
| 
       3554 
3651 
     | 
    
         
             
                        proxy.tos = _3hFbw7DTpHhq3cvVhkY8njhcsXbd;
         
     | 
| 
       3555 
3652 
     | 
    
         
             
                    }
         
     | 
| 
       3556 
     | 
    
         
            -
                    const _aLZupjwL8XB7tzdLgCMXdjZ6qej = this.#_aLZupjwL8XB7tzdLgCMXdjZ6qej 
     | 
| 
      
 3653 
     | 
    
         
            +
                    const _aLZupjwL8XB7tzdLgCMXdjZ6qej = this.#_aLZupjwL8XB7tzdLgCMXdjZ6qej
         
     | 
| 
      
 3654 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 3655 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       3557 
3656 
     | 
    
         
             
                        ? {
         
     | 
| 
       3558 
3657 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       3559 
3658 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -3568,6 +3667,7 @@ export class Object { 
     | 
|
| 
       3568 
3667 
     | 
    
         
             
                        proxy.btos = _aLZupjwL8XB7tzdLgCMXdjZ6qej;
         
     | 
| 
       3569 
3668 
     | 
    
         
             
                    }
         
     | 
| 
       3570 
3669 
     | 
    
         
             
                    const _42a1SvBs24QSLzKcfjCyNTjW5a1g = this.#_42a1SvBs24QSLzKcfjCyNTjW5a1g
         
     | 
| 
      
 3670 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       3571 
3671 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       3572 
3672 
     | 
    
         
             
                        ? {
         
     | 
| 
       3573 
3673 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -3583,6 +3683,7 @@ export class Object { 
     | 
|
| 
       3583 
3683 
     | 
    
         
             
                        proxy.ccs = _42a1SvBs24QSLzKcfjCyNTjW5a1g;
         
     | 
| 
       3584 
3684 
     | 
    
         
             
                    }
         
     | 
| 
       3585 
3685 
     | 
    
         
             
                    const _3qvegKUB8YLgTXRpEf8E6JZSkz2H = this.#_3qvegKUB8YLgTXRpEf8E6JZSkz2H
         
     | 
| 
      
 3686 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       3586 
3687 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       3587 
3688 
     | 
    
         
             
                        ? {
         
     | 
| 
       3588 
3689 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -3597,15 +3698,36 @@ export class Object { 
     | 
|
| 
       3597 
3698 
     | 
    
         
             
                            _3qvegKUB8YLgTXRpEf8E6JZSkz2H.length > 0) {
         
     | 
| 
       3598 
3699 
     | 
    
         
             
                        proxy.bccs = _3qvegKUB8YLgTXRpEf8E6JZSkz2H;
         
     | 
| 
       3599 
3700 
     | 
    
         
             
                    }
         
     | 
| 
       3600 
     | 
    
         
            -
                    const _3BLrzmscsjHCw8TF5BHRW9WkPnX8 = this.#_3BLrzmscsjHCw8TF5BHRW9WkPnX8 
     | 
| 
      
 3701 
     | 
    
         
            +
                    const _3BLrzmscsjHCw8TF5BHRW9WkPnX8 = this.#_3BLrzmscsjHCw8TF5BHRW9WkPnX8
         
     | 
| 
      
 3702 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 3703 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 3704 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 3705 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3706 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3707 
     | 
    
         
            +
                        }
         
     | 
| 
      
 3708 
     | 
    
         
            +
                        : v);
         
     | 
| 
       3601 
3709 
     | 
    
         
             
                    if (_3BLrzmscsjHCw8TF5BHRW9WkPnX8.length == 1) {
         
     | 
| 
       3602 
3710 
     | 
    
         
             
                        proxy.mediaType = _3BLrzmscsjHCw8TF5BHRW9WkPnX8[0];
         
     | 
| 
       3603 
3711 
     | 
    
         
             
                    }
         
     | 
| 
       3604 
     | 
    
         
            -
                    const _3bNvLMBN1bCJETiTihM3wvi1B2JX = this.#_3bNvLMBN1bCJETiTihM3wvi1B2JX 
     | 
| 
      
 3712 
     | 
    
         
            +
                    const _3bNvLMBN1bCJETiTihM3wvi1B2JX = this.#_3bNvLMBN1bCJETiTihM3wvi1B2JX
         
     | 
| 
      
 3713 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 3714 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 3715 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 3716 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3717 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3718 
     | 
    
         
            +
                        }
         
     | 
| 
      
 3719 
     | 
    
         
            +
                        : v);
         
     | 
| 
       3605 
3720 
     | 
    
         
             
                    if (_3bNvLMBN1bCJETiTihM3wvi1B2JX.length == 1) {
         
     | 
| 
       3606 
3721 
     | 
    
         
             
                        proxy.duration = _3bNvLMBN1bCJETiTihM3wvi1B2JX[0];
         
     | 
| 
       3607 
3722 
     | 
    
         
             
                    }
         
     | 
| 
       3608 
     | 
    
         
            -
                    const _u8gdcDTtChQ4tbSQMXc4cYWyum7 = this.#_u8gdcDTtChQ4tbSQMXc4cYWyum7 
     | 
| 
      
 3723 
     | 
    
         
            +
                    const _u8gdcDTtChQ4tbSQMXc4cYWyum7 = this.#_u8gdcDTtChQ4tbSQMXc4cYWyum7
         
     | 
| 
      
 3724 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 3725 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 3726 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 3727 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3728 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 3729 
     | 
    
         
            +
                        }
         
     | 
| 
      
 3730 
     | 
    
         
            +
                        : v);
         
     | 
| 
       3609 
3731 
     | 
    
         
             
                    if (_u8gdcDTtChQ4tbSQMXc4cYWyum7.length == 1) {
         
     | 
| 
       3610 
3732 
     | 
    
         
             
                        proxy.sensitive = _u8gdcDTtChQ4tbSQMXc4cYWyum7[0];
         
     | 
| 
       3611 
3733 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -4071,6 +4193,7 @@ export class Activity extends Object { 
     | 
|
| 
       4071 
4193 
     | 
    
         
             
                _getCustomInspectProxy() {
         
     | 
| 
       4072 
4194 
     | 
    
         
             
                    const proxy = super._getCustomInspectProxy();
         
     | 
| 
       4073 
4195 
     | 
    
         
             
                    const _2DjTTboo3CNHU2a2JQqUSE2dbv9D = this.#_2DjTTboo3CNHU2a2JQqUSE2dbv9D
         
     | 
| 
      
 4196 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       4074 
4197 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       4075 
4198 
     | 
    
         
             
                        ? {
         
     | 
| 
       4076 
4199 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -4086,6 +4209,7 @@ export class Activity extends Object { 
     | 
|
| 
       4086 
4209 
     | 
    
         
             
                        proxy.actors = _2DjTTboo3CNHU2a2JQqUSE2dbv9D;
         
     | 
| 
       4087 
4210 
     | 
    
         
             
                    }
         
     | 
| 
       4088 
4211 
     | 
    
         
             
                    const _2MH19yxjn1wnHsNfa5n4JBhJzxyc = this.#_2MH19yxjn1wnHsNfa5n4JBhJzxyc
         
     | 
| 
      
 4212 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       4089 
4213 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       4090 
4214 
     | 
    
         
             
                        ? {
         
     | 
| 
       4091 
4215 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -5334,7 +5458,14 @@ export class Application extends Object { 
     | 
|
| 
       5334 
5458 
     | 
    
         
             
                }
         
     | 
| 
       5335 
5459 
     | 
    
         
             
                _getCustomInspectProxy() {
         
     | 
| 
       5336 
5460 
     | 
    
         
             
                    const proxy = super._getCustomInspectProxy();
         
     | 
| 
       5337 
     | 
    
         
            -
                    const _3isuDgRAKSntq9XdbjiNxjwyPZAf = this.#_3isuDgRAKSntq9XdbjiNxjwyPZAf 
     | 
| 
      
 5461 
     | 
    
         
            +
                    const _3isuDgRAKSntq9XdbjiNxjwyPZAf = this.#_3isuDgRAKSntq9XdbjiNxjwyPZAf
         
     | 
| 
      
 5462 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 5463 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 5464 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 5465 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 5466 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 5467 
     | 
    
         
            +
                        }
         
     | 
| 
      
 5468 
     | 
    
         
            +
                        : v);
         
     | 
| 
       5338 
5469 
     | 
    
         
             
                    if (_3isuDgRAKSntq9XdbjiNxjwyPZAf.length == 1) {
         
     | 
| 
       5339 
5470 
     | 
    
         
             
                        proxy.preferredUsername = _3isuDgRAKSntq9XdbjiNxjwyPZAf[0];
         
     | 
| 
       5340 
5471 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -5343,7 +5474,9 @@ export class Application extends Object { 
     | 
|
| 
       5343 
5474 
     | 
    
         
             
                            _3isuDgRAKSntq9XdbjiNxjwyPZAf.length > 0) {
         
     | 
| 
       5344 
5475 
     | 
    
         
             
                        proxy.preferredUsernames = _3isuDgRAKSntq9XdbjiNxjwyPZAf;
         
     | 
| 
       5345 
5476 
     | 
    
         
             
                    }
         
     | 
| 
       5346 
     | 
    
         
            -
                    const _axq166E2eZADq34V4MYUc8KMZdC = this.#_axq166E2eZADq34V4MYUc8KMZdC 
     | 
| 
      
 5477 
     | 
    
         
            +
                    const _axq166E2eZADq34V4MYUc8KMZdC = this.#_axq166E2eZADq34V4MYUc8KMZdC
         
     | 
| 
      
 5478 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 5479 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       5347 
5480 
     | 
    
         
             
                        ? {
         
     | 
| 
       5348 
5481 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       5349 
5482 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -5357,11 +5490,19 @@ export class Application extends Object { 
     | 
|
| 
       5357 
5490 
     | 
    
         
             
                            _axq166E2eZADq34V4MYUc8KMZdC.length > 0) {
         
     | 
| 
       5358 
5491 
     | 
    
         
             
                        proxy.publicKeys = _axq166E2eZADq34V4MYUc8KMZdC;
         
     | 
| 
       5359 
5492 
     | 
    
         
             
                    }
         
     | 
| 
       5360 
     | 
    
         
            -
                    const _36QNc9MxfkKf6h8sEUQSHnV9NZA = this.#_36QNc9MxfkKf6h8sEUQSHnV9NZA 
     | 
| 
      
 5493 
     | 
    
         
            +
                    const _36QNc9MxfkKf6h8sEUQSHnV9NZA = this.#_36QNc9MxfkKf6h8sEUQSHnV9NZA
         
     | 
| 
      
 5494 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 5495 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 5496 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 5497 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 5498 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 5499 
     | 
    
         
            +
                        }
         
     | 
| 
      
 5500 
     | 
    
         
            +
                        : v);
         
     | 
| 
       5361 
5501 
     | 
    
         
             
                    if (_36QNc9MxfkKf6h8sEUQSHnV9NZA.length == 1) {
         
     | 
| 
       5362 
5502 
     | 
    
         
             
                        proxy.manuallyApprovesFollowers = _36QNc9MxfkKf6h8sEUQSHnV9NZA[0];
         
     | 
| 
       5363 
5503 
     | 
    
         
             
                    }
         
     | 
| 
       5364 
5504 
     | 
    
         
             
                    const _3ghX3VfZXXbLvhCRH7QJqpzLrXjB = this.#_3ghX3VfZXXbLvhCRH7QJqpzLrXjB
         
     | 
| 
      
 5505 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       5365 
5506 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       5366 
5507 
     | 
    
         
             
                        ? {
         
     | 
| 
       5367 
5508 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -5372,6 +5513,7 @@ export class Application extends Object { 
     | 
|
| 
       5372 
5513 
     | 
    
         
             
                        proxy.inbox = _3ghX3VfZXXbLvhCRH7QJqpzLrXjB[0];
         
     | 
| 
       5373 
5514 
     | 
    
         
             
                    }
         
     | 
| 
       5374 
5515 
     | 
    
         
             
                    const _41QwhqJouoLg3h8dRPKat21brynC = this.#_41QwhqJouoLg3h8dRPKat21brynC
         
     | 
| 
      
 5516 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       5375 
5517 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       5376 
5518 
     | 
    
         
             
                        ? {
         
     | 
| 
       5377 
5519 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -5382,6 +5524,7 @@ export class Application extends Object { 
     | 
|
| 
       5382 
5524 
     | 
    
         
             
                        proxy.outbox = _41QwhqJouoLg3h8dRPKat21brynC[0];
         
     | 
| 
       5383 
5525 
     | 
    
         
             
                    }
         
     | 
| 
       5384 
5526 
     | 
    
         
             
                    const _3yAv8jymNfNuJUDuBzJ1NQhdbAee = this.#_3yAv8jymNfNuJUDuBzJ1NQhdbAee
         
     | 
| 
      
 5527 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       5385 
5528 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       5386 
5529 
     | 
    
         
             
                        ? {
         
     | 
| 
       5387 
5530 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -5391,7 +5534,9 @@ export class Application extends Object { 
     | 
|
| 
       5391 
5534 
     | 
    
         
             
                    if (_3yAv8jymNfNuJUDuBzJ1NQhdbAee.length == 1) {
         
     | 
| 
       5392 
5535 
     | 
    
         
             
                        proxy.following = _3yAv8jymNfNuJUDuBzJ1NQhdbAee[0];
         
     | 
| 
       5393 
5536 
     | 
    
         
             
                    }
         
     | 
| 
       5394 
     | 
    
         
            -
                    const _BBCTgfphhsFzpVfKTykGSpBNwoA = this.#_BBCTgfphhsFzpVfKTykGSpBNwoA 
     | 
| 
      
 5537 
     | 
    
         
            +
                    const _BBCTgfphhsFzpVfKTykGSpBNwoA = this.#_BBCTgfphhsFzpVfKTykGSpBNwoA
         
     | 
| 
      
 5538 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 5539 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       5395 
5540 
     | 
    
         
             
                        ? {
         
     | 
| 
       5396 
5541 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       5397 
5542 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -5401,6 +5546,7 @@ export class Application extends Object { 
     | 
|
| 
       5401 
5546 
     | 
    
         
             
                        proxy.followers = _BBCTgfphhsFzpVfKTykGSpBNwoA[0];
         
     | 
| 
       5402 
5547 
     | 
    
         
             
                    }
         
     | 
| 
       5403 
5548 
     | 
    
         
             
                    const _3bgkPwJanyTCoVFM9ovRcus8tKkU = this.#_3bgkPwJanyTCoVFM9ovRcus8tKkU
         
     | 
| 
      
 5549 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       5404 
5550 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       5405 
5551 
     | 
    
         
             
                        ? {
         
     | 
| 
       5406 
5552 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -5411,6 +5557,7 @@ export class Application extends Object { 
     | 
|
| 
       5411 
5557 
     | 
    
         
             
                        proxy.linked = _3bgkPwJanyTCoVFM9ovRcus8tKkU[0];
         
     | 
| 
       5412 
5558 
     | 
    
         
             
                    }
         
     | 
| 
       5413 
5559 
     | 
    
         
             
                    const _3sG2Hdwn9qzKGu9mpYkqakAMUkH9 = this.#_3sG2Hdwn9qzKGu9mpYkqakAMUkH9
         
     | 
| 
      
 5560 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       5414 
5561 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       5415 
5562 
     | 
    
         
             
                        ? {
         
     | 
| 
       5416 
5563 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -5422,23 +5569,58 @@ export class Application extends Object { 
     | 
|
| 
       5422 
5569 
     | 
    
         
             
                            _3sG2Hdwn9qzKGu9mpYkqakAMUkH9.length > 0) {
         
     | 
| 
       5423 
5570 
     | 
    
         
             
                        proxy.streams = _3sG2Hdwn9qzKGu9mpYkqakAMUkH9;
         
     | 
| 
       5424 
5571 
     | 
    
         
             
                    }
         
     | 
| 
       5425 
     | 
    
         
            -
                    const _sEoQwUbfk4hEfugzNQ2ZiDcLMkG = this.#_sEoQwUbfk4hEfugzNQ2ZiDcLMkG 
     | 
| 
      
 5572 
     | 
    
         
            +
                    const _sEoQwUbfk4hEfugzNQ2ZiDcLMkG = this.#_sEoQwUbfk4hEfugzNQ2ZiDcLMkG
         
     | 
| 
      
 5573 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 5574 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 5575 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 5576 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 5577 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 5578 
     | 
    
         
            +
                        }
         
     | 
| 
      
 5579 
     | 
    
         
            +
                        : v);
         
     | 
| 
       5426 
5580 
     | 
    
         
             
                    if (_sEoQwUbfk4hEfugzNQ2ZiDcLMkG.length == 1) {
         
     | 
| 
       5427 
5581 
     | 
    
         
             
                        proxy.endpoints = _sEoQwUbfk4hEfugzNQ2ZiDcLMkG[0];
         
     | 
| 
       5428 
5582 
     | 
    
         
             
                    }
         
     | 
| 
       5429 
     | 
    
         
            -
                    const _gAJzg1QDc4rcefFsUzGSYmyXvNH = this.#_gAJzg1QDc4rcefFsUzGSYmyXvNH 
     | 
| 
      
 5583 
     | 
    
         
            +
                    const _gAJzg1QDc4rcefFsUzGSYmyXvNH = this.#_gAJzg1QDc4rcefFsUzGSYmyXvNH
         
     | 
| 
      
 5584 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 5585 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 5586 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 5587 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 5588 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 5589 
     | 
    
         
            +
                        }
         
     | 
| 
      
 5590 
     | 
    
         
            +
                        : v);
         
     | 
| 
       5430 
5591 
     | 
    
         
             
                    if (_gAJzg1QDc4rcefFsUzGSYmyXvNH.length == 1) {
         
     | 
| 
       5431 
5592 
     | 
    
         
             
                        proxy.discoverable = _gAJzg1QDc4rcefFsUzGSYmyXvNH[0];
         
     | 
| 
       5432 
5593 
     | 
    
         
             
                    }
         
     | 
| 
       5433 
     | 
    
         
            -
                    const _2kGKkJtoFWg8c18PaVSqj9NKP4t7 = this.#_2kGKkJtoFWg8c18PaVSqj9NKP4t7 
     | 
| 
      
 5594 
     | 
    
         
            +
                    const _2kGKkJtoFWg8c18PaVSqj9NKP4t7 = this.#_2kGKkJtoFWg8c18PaVSqj9NKP4t7
         
     | 
| 
      
 5595 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 5596 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 5597 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 5598 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 5599 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 5600 
     | 
    
         
            +
                        }
         
     | 
| 
      
 5601 
     | 
    
         
            +
                        : v);
         
     | 
| 
       5434 
5602 
     | 
    
         
             
                    if (_2kGKkJtoFWg8c18PaVSqj9NKP4t7.length == 1) {
         
     | 
| 
       5435 
5603 
     | 
    
         
             
                        proxy.suspended = _2kGKkJtoFWg8c18PaVSqj9NKP4t7[0];
         
     | 
| 
       5436 
5604 
     | 
    
         
             
                    }
         
     | 
| 
       5437 
     | 
    
         
            -
                    const _79S8K4f5J9MWUgCxziRyUe6PTHZ = this.#_79S8K4f5J9MWUgCxziRyUe6PTHZ 
     | 
| 
      
 5605 
     | 
    
         
            +
                    const _79S8K4f5J9MWUgCxziRyUe6PTHZ = this.#_79S8K4f5J9MWUgCxziRyUe6PTHZ
         
     | 
| 
      
 5606 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 5607 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 5608 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 5609 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 5610 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 5611 
     | 
    
         
            +
                        }
         
     | 
| 
      
 5612 
     | 
    
         
            +
                        : v);
         
     | 
| 
       5438 
5613 
     | 
    
         
             
                    if (_79S8K4f5J9MWUgCxziRyUe6PTHZ.length == 1) {
         
     | 
| 
       5439 
5614 
     | 
    
         
             
                        proxy.memorial = _79S8K4f5J9MWUgCxziRyUe6PTHZ[0];
         
     | 
| 
       5440 
5615 
     | 
    
         
             
                    }
         
     | 
| 
       5441 
     | 
    
         
            -
                    const _2diCorzqPGQQqftp6e4SrCEwEnyk = this.#_2diCorzqPGQQqftp6e4SrCEwEnyk 
     | 
| 
      
 5616 
     | 
    
         
            +
                    const _2diCorzqPGQQqftp6e4SrCEwEnyk = this.#_2diCorzqPGQQqftp6e4SrCEwEnyk
         
     | 
| 
      
 5617 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 5618 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 5619 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 5620 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 5621 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 5622 
     | 
    
         
            +
                        }
         
     | 
| 
      
 5623 
     | 
    
         
            +
                        : v);
         
     | 
| 
       5442 
5624 
     | 
    
         
             
                    if (_2diCorzqPGQQqftp6e4SrCEwEnyk.length == 1) {
         
     | 
| 
       5443 
5625 
     | 
    
         
             
                        proxy.indexable = _2diCorzqPGQQqftp6e4SrCEwEnyk[0];
         
     | 
| 
       5444 
5626 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -6576,11 +6758,19 @@ export class Collection extends Object { 
     | 
|
| 
       6576 
6758 
     | 
    
         
             
                }
         
     | 
| 
       6577 
6759 
     | 
    
         
             
                _getCustomInspectProxy() {
         
     | 
| 
       6578 
6760 
     | 
    
         
             
                    const proxy = super._getCustomInspectProxy();
         
     | 
| 
       6579 
     | 
    
         
            -
                    const _XDbmNDuWHmrhqH712zqtecdbv1V = this.#_XDbmNDuWHmrhqH712zqtecdbv1V 
     | 
| 
      
 6761 
     | 
    
         
            +
                    const _XDbmNDuWHmrhqH712zqtecdbv1V = this.#_XDbmNDuWHmrhqH712zqtecdbv1V
         
     | 
| 
      
 6762 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 6763 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 6764 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 6765 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 6766 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 6767 
     | 
    
         
            +
                        }
         
     | 
| 
      
 6768 
     | 
    
         
            +
                        : v);
         
     | 
| 
       6580 
6769 
     | 
    
         
             
                    if (_XDbmNDuWHmrhqH712zqtecdbv1V.length == 1) {
         
     | 
| 
       6581 
6770 
     | 
    
         
             
                        proxy.totalItems = _XDbmNDuWHmrhqH712zqtecdbv1V[0];
         
     | 
| 
       6582 
6771 
     | 
    
         
             
                    }
         
     | 
| 
       6583 
6772 
     | 
    
         
             
                    const _3UyUdxnyn6cDn53QKrh4MBiearma = this.#_3UyUdxnyn6cDn53QKrh4MBiearma
         
     | 
| 
      
 6773 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       6584 
6774 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       6585 
6775 
     | 
    
         
             
                        ? {
         
     | 
| 
       6586 
6776 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -6590,7 +6780,9 @@ export class Collection extends Object { 
     | 
|
| 
       6590 
6780 
     | 
    
         
             
                    if (_3UyUdxnyn6cDn53QKrh4MBiearma.length == 1) {
         
     | 
| 
       6591 
6781 
     | 
    
         
             
                        proxy.current = _3UyUdxnyn6cDn53QKrh4MBiearma[0];
         
     | 
| 
       6592 
6782 
     | 
    
         
             
                    }
         
     | 
| 
       6593 
     | 
    
         
            -
                    const _J52RqweMe6hhv7RnLJMC8BExTE5 = this.#_J52RqweMe6hhv7RnLJMC8BExTE5 
     | 
| 
      
 6783 
     | 
    
         
            +
                    const _J52RqweMe6hhv7RnLJMC8BExTE5 = this.#_J52RqweMe6hhv7RnLJMC8BExTE5
         
     | 
| 
      
 6784 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 6785 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       6594 
6786 
     | 
    
         
             
                        ? {
         
     | 
| 
       6595 
6787 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       6596 
6788 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -6599,7 +6791,9 @@ export class Collection extends Object { 
     | 
|
| 
       6599 
6791 
     | 
    
         
             
                    if (_J52RqweMe6hhv7RnLJMC8BExTE5.length == 1) {
         
     | 
| 
       6600 
6792 
     | 
    
         
             
                        proxy.first = _J52RqweMe6hhv7RnLJMC8BExTE5[0];
         
     | 
| 
       6601 
6793 
     | 
    
         
             
                    }
         
     | 
| 
       6602 
     | 
    
         
            -
                    const _gyJJnyEFnuNVi1HFZKfAn3Hfn26 = this.#_gyJJnyEFnuNVi1HFZKfAn3Hfn26 
     | 
| 
      
 6794 
     | 
    
         
            +
                    const _gyJJnyEFnuNVi1HFZKfAn3Hfn26 = this.#_gyJJnyEFnuNVi1HFZKfAn3Hfn26
         
     | 
| 
      
 6795 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 6796 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       6603 
6797 
     | 
    
         
             
                        ? {
         
     | 
| 
       6604 
6798 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       6605 
6799 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -6609,6 +6803,7 @@ export class Collection extends Object { 
     | 
|
| 
       6609 
6803 
     | 
    
         
             
                        proxy.last = _gyJJnyEFnuNVi1HFZKfAn3Hfn26[0];
         
     | 
| 
       6610 
6804 
     | 
    
         
             
                    }
         
     | 
| 
       6611 
6805 
     | 
    
         
             
                    const _2JPCKWTcfBmTCcW8Tv3TpRaLVaqg = this.#_2JPCKWTcfBmTCcW8Tv3TpRaLVaqg
         
     | 
| 
      
 6806 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       6612 
6807 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       6613 
6808 
     | 
    
         
             
                        ? {
         
     | 
| 
       6614 
6809 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -7029,6 +7224,7 @@ export class CollectionPage extends Collection { 
     | 
|
| 
       7029 
7224 
     | 
    
         
             
                _getCustomInspectProxy() {
         
     | 
| 
       7030 
7225 
     | 
    
         
             
                    const proxy = super._getCustomInspectProxy();
         
     | 
| 
       7031 
7226 
     | 
    
         
             
                    const _2kWgBhQKjEauxx8C6qF3ZQamK4Le = this.#_2kWgBhQKjEauxx8C6qF3ZQamK4Le
         
     | 
| 
      
 7227 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       7032 
7228 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       7033 
7229 
     | 
    
         
             
                        ? {
         
     | 
| 
       7034 
7230 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -7039,6 +7235,7 @@ export class CollectionPage extends Collection { 
     | 
|
| 
       7039 
7235 
     | 
    
         
             
                        proxy.partOf = _2kWgBhQKjEauxx8C6qF3ZQamK4Le[0];
         
     | 
| 
       7040 
7236 
     | 
    
         
             
                    }
         
     | 
| 
       7041 
7237 
     | 
    
         
             
                    const _3BT4kQLcXhHx7TAWaNDKh8nFn9eY = this.#_3BT4kQLcXhHx7TAWaNDKh8nFn9eY
         
     | 
| 
      
 7238 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       7042 
7239 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       7043 
7240 
     | 
    
         
             
                        ? {
         
     | 
| 
       7044 
7241 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -7049,6 +7246,7 @@ export class CollectionPage extends Collection { 
     | 
|
| 
       7049 
7246 
     | 
    
         
             
                        proxy.next = _3BT4kQLcXhHx7TAWaNDKh8nFn9eY[0];
         
     | 
| 
       7050 
7247 
     | 
    
         
             
                    }
         
     | 
| 
       7051 
7248 
     | 
    
         
             
                    const _3b8yG8tDNzQFFEnWhCc13G8eHooA = this.#_3b8yG8tDNzQFFEnWhCc13G8eHooA
         
     | 
| 
      
 7249 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       7052 
7250 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       7053 
7251 
     | 
    
         
             
                        ? {
         
     | 
| 
       7054 
7252 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -7691,27 +7889,69 @@ export class Endpoints { 
     | 
|
| 
       7691 
7889 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(this.id.href, options),
         
     | 
| 
       7692 
7890 
     | 
    
         
             
                        };
         
     | 
| 
       7693 
7891 
     | 
    
         
             
                    }
         
     | 
| 
       7694 
     | 
    
         
            -
                    const _2JCYDbSxEHCCLdBYed33cCETfGyR = this.#_2JCYDbSxEHCCLdBYed33cCETfGyR 
     | 
| 
      
 7892 
     | 
    
         
            +
                    const _2JCYDbSxEHCCLdBYed33cCETfGyR = this.#_2JCYDbSxEHCCLdBYed33cCETfGyR
         
     | 
| 
      
 7893 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 7894 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 7895 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 7896 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 7897 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 7898 
     | 
    
         
            +
                        }
         
     | 
| 
      
 7899 
     | 
    
         
            +
                        : v);
         
     | 
| 
       7695 
7900 
     | 
    
         
             
                    if (_2JCYDbSxEHCCLdBYed33cCETfGyR.length == 1) {
         
     | 
| 
       7696 
7901 
     | 
    
         
             
                        proxy.proxyUrl = _2JCYDbSxEHCCLdBYed33cCETfGyR[0];
         
     | 
| 
       7697 
7902 
     | 
    
         
             
                    }
         
     | 
| 
       7698 
     | 
    
         
            -
                    const _25S6UmgzDead8hxL5sQFezZTAusd = this.#_25S6UmgzDead8hxL5sQFezZTAusd 
     | 
| 
      
 7903 
     | 
    
         
            +
                    const _25S6UmgzDead8hxL5sQFezZTAusd = this.#_25S6UmgzDead8hxL5sQFezZTAusd
         
     | 
| 
      
 7904 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 7905 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 7906 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 7907 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 7908 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 7909 
     | 
    
         
            +
                        }
         
     | 
| 
      
 7910 
     | 
    
         
            +
                        : v);
         
     | 
| 
       7699 
7911 
     | 
    
         
             
                    if (_25S6UmgzDead8hxL5sQFezZTAusd.length == 1) {
         
     | 
| 
       7700 
7912 
     | 
    
         
             
                        proxy.oauthAuthorizationEndpoint = _25S6UmgzDead8hxL5sQFezZTAusd[0];
         
     | 
| 
       7701 
7913 
     | 
    
         
             
                    }
         
     | 
| 
       7702 
     | 
    
         
            -
                    const _iAMxqrSba7yBCRB1FZ5kEVdKEZ3 = this.#_iAMxqrSba7yBCRB1FZ5kEVdKEZ3 
     | 
| 
      
 7914 
     | 
    
         
            +
                    const _iAMxqrSba7yBCRB1FZ5kEVdKEZ3 = this.#_iAMxqrSba7yBCRB1FZ5kEVdKEZ3
         
     | 
| 
      
 7915 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 7916 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 7917 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 7918 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 7919 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 7920 
     | 
    
         
            +
                        }
         
     | 
| 
      
 7921 
     | 
    
         
            +
                        : v);
         
     | 
| 
       7703 
7922 
     | 
    
         
             
                    if (_iAMxqrSba7yBCRB1FZ5kEVdKEZ3.length == 1) {
         
     | 
| 
       7704 
7923 
     | 
    
         
             
                        proxy.oauthTokenEndpoint = _iAMxqrSba7yBCRB1FZ5kEVdKEZ3[0];
         
     | 
| 
       7705 
7924 
     | 
    
         
             
                    }
         
     | 
| 
       7706 
     | 
    
         
            -
                    const _8Bx9qN8oU7Bpt2xi6khaxWp1gMr = this.#_8Bx9qN8oU7Bpt2xi6khaxWp1gMr 
     | 
| 
      
 7925 
     | 
    
         
            +
                    const _8Bx9qN8oU7Bpt2xi6khaxWp1gMr = this.#_8Bx9qN8oU7Bpt2xi6khaxWp1gMr
         
     | 
| 
      
 7926 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 7927 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 7928 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 7929 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 7930 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 7931 
     | 
    
         
            +
                        }
         
     | 
| 
      
 7932 
     | 
    
         
            +
                        : v);
         
     | 
| 
       7707 
7933 
     | 
    
         
             
                    if (_8Bx9qN8oU7Bpt2xi6khaxWp1gMr.length == 1) {
         
     | 
| 
       7708 
7934 
     | 
    
         
             
                        proxy.provideClientKey = _8Bx9qN8oU7Bpt2xi6khaxWp1gMr[0];
         
     | 
| 
       7709 
7935 
     | 
    
         
             
                    }
         
     | 
| 
       7710 
     | 
    
         
            -
                    const _3dU7PMVQZJpsCpo2F4RQXxBXdPmS = this.#_3dU7PMVQZJpsCpo2F4RQXxBXdPmS 
     | 
| 
      
 7936 
     | 
    
         
            +
                    const _3dU7PMVQZJpsCpo2F4RQXxBXdPmS = this.#_3dU7PMVQZJpsCpo2F4RQXxBXdPmS
         
     | 
| 
      
 7937 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 7938 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 7939 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 7940 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 7941 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 7942 
     | 
    
         
            +
                        }
         
     | 
| 
      
 7943 
     | 
    
         
            +
                        : v);
         
     | 
| 
       7711 
7944 
     | 
    
         
             
                    if (_3dU7PMVQZJpsCpo2F4RQXxBXdPmS.length == 1) {
         
     | 
| 
       7712 
7945 
     | 
    
         
             
                        proxy.signClientKey = _3dU7PMVQZJpsCpo2F4RQXxBXdPmS[0];
         
     | 
| 
       7713 
7946 
     | 
    
         
             
                    }
         
     | 
| 
       7714 
     | 
    
         
            -
                    const _3JprUSDLVqqX4dwHRi37qGZZCRCc = this.#_3JprUSDLVqqX4dwHRi37qGZZCRCc 
     | 
| 
      
 7947 
     | 
    
         
            +
                    const _3JprUSDLVqqX4dwHRi37qGZZCRCc = this.#_3JprUSDLVqqX4dwHRi37qGZZCRCc
         
     | 
| 
      
 7948 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 7949 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 7950 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 7951 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 7952 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 7953 
     | 
    
         
            +
                        }
         
     | 
| 
      
 7954 
     | 
    
         
            +
                        : v);
         
     | 
| 
       7715 
7955 
     | 
    
         
             
                    if (_3JprUSDLVqqX4dwHRi37qGZZCRCc.length == 1) {
         
     | 
| 
       7716 
7956 
     | 
    
         
             
                        proxy.sharedInbox = _3JprUSDLVqqX4dwHRi37qGZZCRCc[0];
         
     | 
| 
       7717 
7957 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -8947,7 +9187,14 @@ export class Group extends Object { 
     | 
|
| 
       8947 
9187 
     | 
    
         
             
                }
         
     | 
| 
       8948 
9188 
     | 
    
         
             
                _getCustomInspectProxy() {
         
     | 
| 
       8949 
9189 
     | 
    
         
             
                    const proxy = super._getCustomInspectProxy();
         
     | 
| 
       8950 
     | 
    
         
            -
                    const _3isuDgRAKSntq9XdbjiNxjwyPZAf = this.#_3isuDgRAKSntq9XdbjiNxjwyPZAf 
     | 
| 
      
 9190 
     | 
    
         
            +
                    const _3isuDgRAKSntq9XdbjiNxjwyPZAf = this.#_3isuDgRAKSntq9XdbjiNxjwyPZAf
         
     | 
| 
      
 9191 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 9192 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 9193 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 9194 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 9195 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 9196 
     | 
    
         
            +
                        }
         
     | 
| 
      
 9197 
     | 
    
         
            +
                        : v);
         
     | 
| 
       8951 
9198 
     | 
    
         
             
                    if (_3isuDgRAKSntq9XdbjiNxjwyPZAf.length == 1) {
         
     | 
| 
       8952 
9199 
     | 
    
         
             
                        proxy.preferredUsername = _3isuDgRAKSntq9XdbjiNxjwyPZAf[0];
         
     | 
| 
       8953 
9200 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -8956,7 +9203,9 @@ export class Group extends Object { 
     | 
|
| 
       8956 
9203 
     | 
    
         
             
                            _3isuDgRAKSntq9XdbjiNxjwyPZAf.length > 0) {
         
     | 
| 
       8957 
9204 
     | 
    
         
             
                        proxy.preferredUsernames = _3isuDgRAKSntq9XdbjiNxjwyPZAf;
         
     | 
| 
       8958 
9205 
     | 
    
         
             
                    }
         
     | 
| 
       8959 
     | 
    
         
            -
                    const _axq166E2eZADq34V4MYUc8KMZdC = this.#_axq166E2eZADq34V4MYUc8KMZdC 
     | 
| 
      
 9206 
     | 
    
         
            +
                    const _axq166E2eZADq34V4MYUc8KMZdC = this.#_axq166E2eZADq34V4MYUc8KMZdC
         
     | 
| 
      
 9207 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 9208 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       8960 
9209 
     | 
    
         
             
                        ? {
         
     | 
| 
       8961 
9210 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       8962 
9211 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -8970,11 +9219,19 @@ export class Group extends Object { 
     | 
|
| 
       8970 
9219 
     | 
    
         
             
                            _axq166E2eZADq34V4MYUc8KMZdC.length > 0) {
         
     | 
| 
       8971 
9220 
     | 
    
         
             
                        proxy.publicKeys = _axq166E2eZADq34V4MYUc8KMZdC;
         
     | 
| 
       8972 
9221 
     | 
    
         
             
                    }
         
     | 
| 
       8973 
     | 
    
         
            -
                    const _36QNc9MxfkKf6h8sEUQSHnV9NZA = this.#_36QNc9MxfkKf6h8sEUQSHnV9NZA 
     | 
| 
      
 9222 
     | 
    
         
            +
                    const _36QNc9MxfkKf6h8sEUQSHnV9NZA = this.#_36QNc9MxfkKf6h8sEUQSHnV9NZA
         
     | 
| 
      
 9223 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 9224 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 9225 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 9226 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 9227 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 9228 
     | 
    
         
            +
                        }
         
     | 
| 
      
 9229 
     | 
    
         
            +
                        : v);
         
     | 
| 
       8974 
9230 
     | 
    
         
             
                    if (_36QNc9MxfkKf6h8sEUQSHnV9NZA.length == 1) {
         
     | 
| 
       8975 
9231 
     | 
    
         
             
                        proxy.manuallyApprovesFollowers = _36QNc9MxfkKf6h8sEUQSHnV9NZA[0];
         
     | 
| 
       8976 
9232 
     | 
    
         
             
                    }
         
     | 
| 
       8977 
9233 
     | 
    
         
             
                    const _3ghX3VfZXXbLvhCRH7QJqpzLrXjB = this.#_3ghX3VfZXXbLvhCRH7QJqpzLrXjB
         
     | 
| 
      
 9234 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       8978 
9235 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       8979 
9236 
     | 
    
         
             
                        ? {
         
     | 
| 
       8980 
9237 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -8985,6 +9242,7 @@ export class Group extends Object { 
     | 
|
| 
       8985 
9242 
     | 
    
         
             
                        proxy.inbox = _3ghX3VfZXXbLvhCRH7QJqpzLrXjB[0];
         
     | 
| 
       8986 
9243 
     | 
    
         
             
                    }
         
     | 
| 
       8987 
9244 
     | 
    
         
             
                    const _41QwhqJouoLg3h8dRPKat21brynC = this.#_41QwhqJouoLg3h8dRPKat21brynC
         
     | 
| 
      
 9245 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       8988 
9246 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       8989 
9247 
     | 
    
         
             
                        ? {
         
     | 
| 
       8990 
9248 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -8995,6 +9253,7 @@ export class Group extends Object { 
     | 
|
| 
       8995 
9253 
     | 
    
         
             
                        proxy.outbox = _41QwhqJouoLg3h8dRPKat21brynC[0];
         
     | 
| 
       8996 
9254 
     | 
    
         
             
                    }
         
     | 
| 
       8997 
9255 
     | 
    
         
             
                    const _3yAv8jymNfNuJUDuBzJ1NQhdbAee = this.#_3yAv8jymNfNuJUDuBzJ1NQhdbAee
         
     | 
| 
      
 9256 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       8998 
9257 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       8999 
9258 
     | 
    
         
             
                        ? {
         
     | 
| 
       9000 
9259 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -9004,7 +9263,9 @@ export class Group extends Object { 
     | 
|
| 
       9004 
9263 
     | 
    
         
             
                    if (_3yAv8jymNfNuJUDuBzJ1NQhdbAee.length == 1) {
         
     | 
| 
       9005 
9264 
     | 
    
         
             
                        proxy.following = _3yAv8jymNfNuJUDuBzJ1NQhdbAee[0];
         
     | 
| 
       9006 
9265 
     | 
    
         
             
                    }
         
     | 
| 
       9007 
     | 
    
         
            -
                    const _BBCTgfphhsFzpVfKTykGSpBNwoA = this.#_BBCTgfphhsFzpVfKTykGSpBNwoA 
     | 
| 
      
 9266 
     | 
    
         
            +
                    const _BBCTgfphhsFzpVfKTykGSpBNwoA = this.#_BBCTgfphhsFzpVfKTykGSpBNwoA
         
     | 
| 
      
 9267 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 9268 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       9008 
9269 
     | 
    
         
             
                        ? {
         
     | 
| 
       9009 
9270 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       9010 
9271 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -9014,6 +9275,7 @@ export class Group extends Object { 
     | 
|
| 
       9014 
9275 
     | 
    
         
             
                        proxy.followers = _BBCTgfphhsFzpVfKTykGSpBNwoA[0];
         
     | 
| 
       9015 
9276 
     | 
    
         
             
                    }
         
     | 
| 
       9016 
9277 
     | 
    
         
             
                    const _3bgkPwJanyTCoVFM9ovRcus8tKkU = this.#_3bgkPwJanyTCoVFM9ovRcus8tKkU
         
     | 
| 
      
 9278 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       9017 
9279 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       9018 
9280 
     | 
    
         
             
                        ? {
         
     | 
| 
       9019 
9281 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -9024,6 +9286,7 @@ export class Group extends Object { 
     | 
|
| 
       9024 
9286 
     | 
    
         
             
                        proxy.linked = _3bgkPwJanyTCoVFM9ovRcus8tKkU[0];
         
     | 
| 
       9025 
9287 
     | 
    
         
             
                    }
         
     | 
| 
       9026 
9288 
     | 
    
         
             
                    const _3sG2Hdwn9qzKGu9mpYkqakAMUkH9 = this.#_3sG2Hdwn9qzKGu9mpYkqakAMUkH9
         
     | 
| 
      
 9289 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       9027 
9290 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       9028 
9291 
     | 
    
         
             
                        ? {
         
     | 
| 
       9029 
9292 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -9035,23 +9298,58 @@ export class Group extends Object { 
     | 
|
| 
       9035 
9298 
     | 
    
         
             
                            _3sG2Hdwn9qzKGu9mpYkqakAMUkH9.length > 0) {
         
     | 
| 
       9036 
9299 
     | 
    
         
             
                        proxy.streams = _3sG2Hdwn9qzKGu9mpYkqakAMUkH9;
         
     | 
| 
       9037 
9300 
     | 
    
         
             
                    }
         
     | 
| 
       9038 
     | 
    
         
            -
                    const _sEoQwUbfk4hEfugzNQ2ZiDcLMkG = this.#_sEoQwUbfk4hEfugzNQ2ZiDcLMkG 
     | 
| 
      
 9301 
     | 
    
         
            +
                    const _sEoQwUbfk4hEfugzNQ2ZiDcLMkG = this.#_sEoQwUbfk4hEfugzNQ2ZiDcLMkG
         
     | 
| 
      
 9302 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 9303 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 9304 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 9305 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 9306 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 9307 
     | 
    
         
            +
                        }
         
     | 
| 
      
 9308 
     | 
    
         
            +
                        : v);
         
     | 
| 
       9039 
9309 
     | 
    
         
             
                    if (_sEoQwUbfk4hEfugzNQ2ZiDcLMkG.length == 1) {
         
     | 
| 
       9040 
9310 
     | 
    
         
             
                        proxy.endpoints = _sEoQwUbfk4hEfugzNQ2ZiDcLMkG[0];
         
     | 
| 
       9041 
9311 
     | 
    
         
             
                    }
         
     | 
| 
       9042 
     | 
    
         
            -
                    const _gAJzg1QDc4rcefFsUzGSYmyXvNH = this.#_gAJzg1QDc4rcefFsUzGSYmyXvNH 
     | 
| 
      
 9312 
     | 
    
         
            +
                    const _gAJzg1QDc4rcefFsUzGSYmyXvNH = this.#_gAJzg1QDc4rcefFsUzGSYmyXvNH
         
     | 
| 
      
 9313 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 9314 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 9315 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 9316 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 9317 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 9318 
     | 
    
         
            +
                        }
         
     | 
| 
      
 9319 
     | 
    
         
            +
                        : v);
         
     | 
| 
       9043 
9320 
     | 
    
         
             
                    if (_gAJzg1QDc4rcefFsUzGSYmyXvNH.length == 1) {
         
     | 
| 
       9044 
9321 
     | 
    
         
             
                        proxy.discoverable = _gAJzg1QDc4rcefFsUzGSYmyXvNH[0];
         
     | 
| 
       9045 
9322 
     | 
    
         
             
                    }
         
     | 
| 
       9046 
     | 
    
         
            -
                    const _2kGKkJtoFWg8c18PaVSqj9NKP4t7 = this.#_2kGKkJtoFWg8c18PaVSqj9NKP4t7 
     | 
| 
      
 9323 
     | 
    
         
            +
                    const _2kGKkJtoFWg8c18PaVSqj9NKP4t7 = this.#_2kGKkJtoFWg8c18PaVSqj9NKP4t7
         
     | 
| 
      
 9324 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 9325 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 9326 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 9327 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 9328 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 9329 
     | 
    
         
            +
                        }
         
     | 
| 
      
 9330 
     | 
    
         
            +
                        : v);
         
     | 
| 
       9047 
9331 
     | 
    
         
             
                    if (_2kGKkJtoFWg8c18PaVSqj9NKP4t7.length == 1) {
         
     | 
| 
       9048 
9332 
     | 
    
         
             
                        proxy.suspended = _2kGKkJtoFWg8c18PaVSqj9NKP4t7[0];
         
     | 
| 
       9049 
9333 
     | 
    
         
             
                    }
         
     | 
| 
       9050 
     | 
    
         
            -
                    const _79S8K4f5J9MWUgCxziRyUe6PTHZ = this.#_79S8K4f5J9MWUgCxziRyUe6PTHZ 
     | 
| 
      
 9334 
     | 
    
         
            +
                    const _79S8K4f5J9MWUgCxziRyUe6PTHZ = this.#_79S8K4f5J9MWUgCxziRyUe6PTHZ
         
     | 
| 
      
 9335 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 9336 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 9337 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 9338 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 9339 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 9340 
     | 
    
         
            +
                        }
         
     | 
| 
      
 9341 
     | 
    
         
            +
                        : v);
         
     | 
| 
       9051 
9342 
     | 
    
         
             
                    if (_79S8K4f5J9MWUgCxziRyUe6PTHZ.length == 1) {
         
     | 
| 
       9052 
9343 
     | 
    
         
             
                        proxy.memorial = _79S8K4f5J9MWUgCxziRyUe6PTHZ[0];
         
     | 
| 
       9053 
9344 
     | 
    
         
             
                    }
         
     | 
| 
       9054 
     | 
    
         
            -
                    const _2diCorzqPGQQqftp6e4SrCEwEnyk = this.#_2diCorzqPGQQqftp6e4SrCEwEnyk 
     | 
| 
      
 9345 
     | 
    
         
            +
                    const _2diCorzqPGQQqftp6e4SrCEwEnyk = this.#_2diCorzqPGQQqftp6e4SrCEwEnyk
         
     | 
| 
      
 9346 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 9347 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 9348 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 9349 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 9350 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 9351 
     | 
    
         
            +
                        }
         
     | 
| 
      
 9352 
     | 
    
         
            +
                        : v);
         
     | 
| 
       9055 
9353 
     | 
    
         
             
                    if (_2diCorzqPGQQqftp6e4SrCEwEnyk.length == 1) {
         
     | 
| 
       9056 
9354 
     | 
    
         
             
                        proxy.indexable = _2diCorzqPGQQqftp6e4SrCEwEnyk[0];
         
     | 
| 
       9057 
9355 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -9910,11 +10208,25 @@ export class Link { 
     | 
|
| 
       9910 
10208 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(this.id.href, options),
         
     | 
| 
       9911 
10209 
     | 
    
         
             
                        };
         
     | 
| 
       9912 
10210 
     | 
    
         
             
                    }
         
     | 
| 
       9913 
     | 
    
         
            -
                    const _pVjLsybKQdmkjuU7MHjiVmNnuj7 = this.#_pVjLsybKQdmkjuU7MHjiVmNnuj7 
     | 
| 
      
 10211 
     | 
    
         
            +
                    const _pVjLsybKQdmkjuU7MHjiVmNnuj7 = this.#_pVjLsybKQdmkjuU7MHjiVmNnuj7
         
     | 
| 
      
 10212 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 10213 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 10214 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 10215 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 10216 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 10217 
     | 
    
         
            +
                        }
         
     | 
| 
      
 10218 
     | 
    
         
            +
                        : v);
         
     | 
| 
       9914 
10219 
     | 
    
         
             
                    if (_pVjLsybKQdmkjuU7MHjiVmNnuj7.length == 1) {
         
     | 
| 
       9915 
10220 
     | 
    
         
             
                        proxy.href = _pVjLsybKQdmkjuU7MHjiVmNnuj7[0];
         
     | 
| 
       9916 
10221 
     | 
    
         
             
                    }
         
     | 
| 
       9917 
     | 
    
         
            -
                    const _2a1c5GkfkQsnyyLybF8UXBQfFuHZ = this.#_2a1c5GkfkQsnyyLybF8UXBQfFuHZ 
     | 
| 
      
 10222 
     | 
    
         
            +
                    const _2a1c5GkfkQsnyyLybF8UXBQfFuHZ = this.#_2a1c5GkfkQsnyyLybF8UXBQfFuHZ
         
     | 
| 
      
 10223 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 10224 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 10225 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 10226 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 10227 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 10228 
     | 
    
         
            +
                        }
         
     | 
| 
      
 10229 
     | 
    
         
            +
                        : v);
         
     | 
| 
       9918 
10230 
     | 
    
         
             
                    if (_2a1c5GkfkQsnyyLybF8UXBQfFuHZ.length == 1) {
         
     | 
| 
       9919 
10231 
     | 
    
         
             
                        proxy.rel = _2a1c5GkfkQsnyyLybF8UXBQfFuHZ[0];
         
     | 
| 
       9920 
10232 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -9923,11 +10235,25 @@ export class Link { 
     | 
|
| 
       9923 
10235 
     | 
    
         
             
                            _2a1c5GkfkQsnyyLybF8UXBQfFuHZ.length > 0) {
         
     | 
| 
       9924 
10236 
     | 
    
         
             
                        proxy.rels = _2a1c5GkfkQsnyyLybF8UXBQfFuHZ;
         
     | 
| 
       9925 
10237 
     | 
    
         
             
                    }
         
     | 
| 
       9926 
     | 
    
         
            -
                    const _3BLrzmscsjHCw8TF5BHRW9WkPnX8 = this.#_3BLrzmscsjHCw8TF5BHRW9WkPnX8 
     | 
| 
      
 10238 
     | 
    
         
            +
                    const _3BLrzmscsjHCw8TF5BHRW9WkPnX8 = this.#_3BLrzmscsjHCw8TF5BHRW9WkPnX8
         
     | 
| 
      
 10239 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 10240 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 10241 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 10242 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 10243 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 10244 
     | 
    
         
            +
                        }
         
     | 
| 
      
 10245 
     | 
    
         
            +
                        : v);
         
     | 
| 
       9927 
10246 
     | 
    
         
             
                    if (_3BLrzmscsjHCw8TF5BHRW9WkPnX8.length == 1) {
         
     | 
| 
       9928 
10247 
     | 
    
         
             
                        proxy.mediaType = _3BLrzmscsjHCw8TF5BHRW9WkPnX8[0];
         
     | 
| 
       9929 
10248 
     | 
    
         
             
                    }
         
     | 
| 
       9930 
     | 
    
         
            -
                    const _4ZHbBuK7PrsvGgrjM8wgc6KMWjav = this.#_4ZHbBuK7PrsvGgrjM8wgc6KMWjav 
     | 
| 
      
 10249 
     | 
    
         
            +
                    const _4ZHbBuK7PrsvGgrjM8wgc6KMWjav = this.#_4ZHbBuK7PrsvGgrjM8wgc6KMWjav
         
     | 
| 
      
 10250 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 10251 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 10252 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 10253 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 10254 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 10255 
     | 
    
         
            +
                        }
         
     | 
| 
      
 10256 
     | 
    
         
            +
                        : v);
         
     | 
| 
       9931 
10257 
     | 
    
         
             
                    if (_4ZHbBuK7PrsvGgrjM8wgc6KMWjav.length == 1) {
         
     | 
| 
       9932 
10258 
     | 
    
         
             
                        proxy.name = _4ZHbBuK7PrsvGgrjM8wgc6KMWjav[0];
         
     | 
| 
       9933 
10259 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -9936,19 +10262,42 @@ export class Link { 
     | 
|
| 
       9936 
10262 
     | 
    
         
             
                            _4ZHbBuK7PrsvGgrjM8wgc6KMWjav.length > 0) {
         
     | 
| 
       9937 
10263 
     | 
    
         
             
                        proxy.names = _4ZHbBuK7PrsvGgrjM8wgc6KMWjav;
         
     | 
| 
       9938 
10264 
     | 
    
         
             
                    }
         
     | 
| 
       9939 
     | 
    
         
            -
                    const _f57HKWCp1YRBbTJE8PF12RbDJGf = this.#_f57HKWCp1YRBbTJE8PF12RbDJGf 
     | 
| 
      
 10265 
     | 
    
         
            +
                    const _f57HKWCp1YRBbTJE8PF12RbDJGf = this.#_f57HKWCp1YRBbTJE8PF12RbDJGf
         
     | 
| 
      
 10266 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 10267 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 10268 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 10269 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 10270 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 10271 
     | 
    
         
            +
                        }
         
     | 
| 
      
 10272 
     | 
    
         
            +
                        : v);
         
     | 
| 
       9940 
10273 
     | 
    
         
             
                    if (_f57HKWCp1YRBbTJE8PF12RbDJGf.length == 1) {
         
     | 
| 
       9941 
10274 
     | 
    
         
             
                        proxy.language = _f57HKWCp1YRBbTJE8PF12RbDJGf[0];
         
     | 
| 
       9942 
10275 
     | 
    
         
             
                    }
         
     | 
| 
       9943 
     | 
    
         
            -
                    const _2cGKFeFJMmiNpGZFEF75mCwFQsKb = this.#_2cGKFeFJMmiNpGZFEF75mCwFQsKb 
     | 
| 
      
 10276 
     | 
    
         
            +
                    const _2cGKFeFJMmiNpGZFEF75mCwFQsKb = this.#_2cGKFeFJMmiNpGZFEF75mCwFQsKb
         
     | 
| 
      
 10277 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 10278 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 10279 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 10280 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 10281 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 10282 
     | 
    
         
            +
                        }
         
     | 
| 
      
 10283 
     | 
    
         
            +
                        : v);
         
     | 
| 
       9944 
10284 
     | 
    
         
             
                    if (_2cGKFeFJMmiNpGZFEF75mCwFQsKb.length == 1) {
         
     | 
| 
       9945 
10285 
     | 
    
         
             
                        proxy.height = _2cGKFeFJMmiNpGZFEF75mCwFQsKb[0];
         
     | 
| 
       9946 
10286 
     | 
    
         
             
                    }
         
     | 
| 
       9947 
     | 
    
         
            -
                    const _2e9AP7WdHBJYAgXG6GEyq7nSkNMe = this.#_2e9AP7WdHBJYAgXG6GEyq7nSkNMe 
     | 
| 
      
 10287 
     | 
    
         
            +
                    const _2e9AP7WdHBJYAgXG6GEyq7nSkNMe = this.#_2e9AP7WdHBJYAgXG6GEyq7nSkNMe
         
     | 
| 
      
 10288 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 10289 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 10290 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 10291 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 10292 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 10293 
     | 
    
         
            +
                        }
         
     | 
| 
      
 10294 
     | 
    
         
            +
                        : v);
         
     | 
| 
       9948 
10295 
     | 
    
         
             
                    if (_2e9AP7WdHBJYAgXG6GEyq7nSkNMe.length == 1) {
         
     | 
| 
       9949 
10296 
     | 
    
         
             
                        proxy.width = _2e9AP7WdHBJYAgXG6GEyq7nSkNMe[0];
         
     | 
| 
       9950 
10297 
     | 
    
         
             
                    }
         
     | 
| 
       9951 
     | 
    
         
            -
                    const _gCVTegXxWWCw6wWRxa1QF65zusg = this.#_gCVTegXxWWCw6wWRxa1QF65zusg 
     | 
| 
      
 10298 
     | 
    
         
            +
                    const _gCVTegXxWWCw6wWRxa1QF65zusg = this.#_gCVTegXxWWCw6wWRxa1QF65zusg
         
     | 
| 
      
 10299 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 10300 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       9952 
10301 
     | 
    
         
             
                        ? {
         
     | 
| 
       9953 
10302 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       9954 
10303 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -10422,7 +10771,14 @@ export class OrderedCollectionPage extends CollectionPage { 
     | 
|
| 
       10422 
10771 
     | 
    
         
             
                }
         
     | 
| 
       10423 
10772 
     | 
    
         
             
                _getCustomInspectProxy() {
         
     | 
| 
       10424 
10773 
     | 
    
         
             
                    const proxy = super._getCustomInspectProxy();
         
     | 
| 
       10425 
     | 
    
         
            -
                    const _2W4yinFwqmpneu2h4m1mZ3pcLADd = this.#_2W4yinFwqmpneu2h4m1mZ3pcLADd 
     | 
| 
      
 10774 
     | 
    
         
            +
                    const _2W4yinFwqmpneu2h4m1mZ3pcLADd = this.#_2W4yinFwqmpneu2h4m1mZ3pcLADd
         
     | 
| 
      
 10775 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 10776 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 10777 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 10778 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 10779 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 10780 
     | 
    
         
            +
                        }
         
     | 
| 
      
 10781 
     | 
    
         
            +
                        : v);
         
     | 
| 
       10426 
10782 
     | 
    
         
             
                    if (_2W4yinFwqmpneu2h4m1mZ3pcLADd.length == 1) {
         
     | 
| 
       10427 
10783 
     | 
    
         
             
                        proxy.startIndex = _2W4yinFwqmpneu2h4m1mZ3pcLADd[0];
         
     | 
| 
       10428 
10784 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -11338,7 +11694,14 @@ export class Organization extends Object { 
     | 
|
| 
       11338 
11694 
     | 
    
         
             
                }
         
     | 
| 
       11339 
11695 
     | 
    
         
             
                _getCustomInspectProxy() {
         
     | 
| 
       11340 
11696 
     | 
    
         
             
                    const proxy = super._getCustomInspectProxy();
         
     | 
| 
       11341 
     | 
    
         
            -
                    const _3isuDgRAKSntq9XdbjiNxjwyPZAf = this.#_3isuDgRAKSntq9XdbjiNxjwyPZAf 
     | 
| 
      
 11697 
     | 
    
         
            +
                    const _3isuDgRAKSntq9XdbjiNxjwyPZAf = this.#_3isuDgRAKSntq9XdbjiNxjwyPZAf
         
     | 
| 
      
 11698 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 11699 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 11700 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 11701 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 11702 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 11703 
     | 
    
         
            +
                        }
         
     | 
| 
      
 11704 
     | 
    
         
            +
                        : v);
         
     | 
| 
       11342 
11705 
     | 
    
         
             
                    if (_3isuDgRAKSntq9XdbjiNxjwyPZAf.length == 1) {
         
     | 
| 
       11343 
11706 
     | 
    
         
             
                        proxy.preferredUsername = _3isuDgRAKSntq9XdbjiNxjwyPZAf[0];
         
     | 
| 
       11344 
11707 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -11347,7 +11710,9 @@ export class Organization extends Object { 
     | 
|
| 
       11347 
11710 
     | 
    
         
             
                            _3isuDgRAKSntq9XdbjiNxjwyPZAf.length > 0) {
         
     | 
| 
       11348 
11711 
     | 
    
         
             
                        proxy.preferredUsernames = _3isuDgRAKSntq9XdbjiNxjwyPZAf;
         
     | 
| 
       11349 
11712 
     | 
    
         
             
                    }
         
     | 
| 
       11350 
     | 
    
         
            -
                    const _axq166E2eZADq34V4MYUc8KMZdC = this.#_axq166E2eZADq34V4MYUc8KMZdC 
     | 
| 
      
 11713 
     | 
    
         
            +
                    const _axq166E2eZADq34V4MYUc8KMZdC = this.#_axq166E2eZADq34V4MYUc8KMZdC
         
     | 
| 
      
 11714 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 11715 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       11351 
11716 
     | 
    
         
             
                        ? {
         
     | 
| 
       11352 
11717 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       11353 
11718 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -11361,11 +11726,19 @@ export class Organization extends Object { 
     | 
|
| 
       11361 
11726 
     | 
    
         
             
                            _axq166E2eZADq34V4MYUc8KMZdC.length > 0) {
         
     | 
| 
       11362 
11727 
     | 
    
         
             
                        proxy.publicKeys = _axq166E2eZADq34V4MYUc8KMZdC;
         
     | 
| 
       11363 
11728 
     | 
    
         
             
                    }
         
     | 
| 
       11364 
     | 
    
         
            -
                    const _36QNc9MxfkKf6h8sEUQSHnV9NZA = this.#_36QNc9MxfkKf6h8sEUQSHnV9NZA 
     | 
| 
      
 11729 
     | 
    
         
            +
                    const _36QNc9MxfkKf6h8sEUQSHnV9NZA = this.#_36QNc9MxfkKf6h8sEUQSHnV9NZA
         
     | 
| 
      
 11730 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 11731 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 11732 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 11733 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 11734 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 11735 
     | 
    
         
            +
                        }
         
     | 
| 
      
 11736 
     | 
    
         
            +
                        : v);
         
     | 
| 
       11365 
11737 
     | 
    
         
             
                    if (_36QNc9MxfkKf6h8sEUQSHnV9NZA.length == 1) {
         
     | 
| 
       11366 
11738 
     | 
    
         
             
                        proxy.manuallyApprovesFollowers = _36QNc9MxfkKf6h8sEUQSHnV9NZA[0];
         
     | 
| 
       11367 
11739 
     | 
    
         
             
                    }
         
     | 
| 
       11368 
11740 
     | 
    
         
             
                    const _3ghX3VfZXXbLvhCRH7QJqpzLrXjB = this.#_3ghX3VfZXXbLvhCRH7QJqpzLrXjB
         
     | 
| 
      
 11741 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       11369 
11742 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       11370 
11743 
     | 
    
         
             
                        ? {
         
     | 
| 
       11371 
11744 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -11376,6 +11749,7 @@ export class Organization extends Object { 
     | 
|
| 
       11376 
11749 
     | 
    
         
             
                        proxy.inbox = _3ghX3VfZXXbLvhCRH7QJqpzLrXjB[0];
         
     | 
| 
       11377 
11750 
     | 
    
         
             
                    }
         
     | 
| 
       11378 
11751 
     | 
    
         
             
                    const _41QwhqJouoLg3h8dRPKat21brynC = this.#_41QwhqJouoLg3h8dRPKat21brynC
         
     | 
| 
      
 11752 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       11379 
11753 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       11380 
11754 
     | 
    
         
             
                        ? {
         
     | 
| 
       11381 
11755 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -11386,6 +11760,7 @@ export class Organization extends Object { 
     | 
|
| 
       11386 
11760 
     | 
    
         
             
                        proxy.outbox = _41QwhqJouoLg3h8dRPKat21brynC[0];
         
     | 
| 
       11387 
11761 
     | 
    
         
             
                    }
         
     | 
| 
       11388 
11762 
     | 
    
         
             
                    const _3yAv8jymNfNuJUDuBzJ1NQhdbAee = this.#_3yAv8jymNfNuJUDuBzJ1NQhdbAee
         
     | 
| 
      
 11763 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       11389 
11764 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       11390 
11765 
     | 
    
         
             
                        ? {
         
     | 
| 
       11391 
11766 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -11395,7 +11770,9 @@ export class Organization extends Object { 
     | 
|
| 
       11395 
11770 
     | 
    
         
             
                    if (_3yAv8jymNfNuJUDuBzJ1NQhdbAee.length == 1) {
         
     | 
| 
       11396 
11771 
     | 
    
         
             
                        proxy.following = _3yAv8jymNfNuJUDuBzJ1NQhdbAee[0];
         
     | 
| 
       11397 
11772 
     | 
    
         
             
                    }
         
     | 
| 
       11398 
     | 
    
         
            -
                    const _BBCTgfphhsFzpVfKTykGSpBNwoA = this.#_BBCTgfphhsFzpVfKTykGSpBNwoA 
     | 
| 
      
 11773 
     | 
    
         
            +
                    const _BBCTgfphhsFzpVfKTykGSpBNwoA = this.#_BBCTgfphhsFzpVfKTykGSpBNwoA
         
     | 
| 
      
 11774 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 11775 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       11399 
11776 
     | 
    
         
             
                        ? {
         
     | 
| 
       11400 
11777 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       11401 
11778 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -11405,6 +11782,7 @@ export class Organization extends Object { 
     | 
|
| 
       11405 
11782 
     | 
    
         
             
                        proxy.followers = _BBCTgfphhsFzpVfKTykGSpBNwoA[0];
         
     | 
| 
       11406 
11783 
     | 
    
         
             
                    }
         
     | 
| 
       11407 
11784 
     | 
    
         
             
                    const _3bgkPwJanyTCoVFM9ovRcus8tKkU = this.#_3bgkPwJanyTCoVFM9ovRcus8tKkU
         
     | 
| 
      
 11785 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       11408 
11786 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       11409 
11787 
     | 
    
         
             
                        ? {
         
     | 
| 
       11410 
11788 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -11415,6 +11793,7 @@ export class Organization extends Object { 
     | 
|
| 
       11415 
11793 
     | 
    
         
             
                        proxy.linked = _3bgkPwJanyTCoVFM9ovRcus8tKkU[0];
         
     | 
| 
       11416 
11794 
     | 
    
         
             
                    }
         
     | 
| 
       11417 
11795 
     | 
    
         
             
                    const _3sG2Hdwn9qzKGu9mpYkqakAMUkH9 = this.#_3sG2Hdwn9qzKGu9mpYkqakAMUkH9
         
     | 
| 
      
 11796 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       11418 
11797 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       11419 
11798 
     | 
    
         
             
                        ? {
         
     | 
| 
       11420 
11799 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -11426,23 +11805,58 @@ export class Organization extends Object { 
     | 
|
| 
       11426 
11805 
     | 
    
         
             
                            _3sG2Hdwn9qzKGu9mpYkqakAMUkH9.length > 0) {
         
     | 
| 
       11427 
11806 
     | 
    
         
             
                        proxy.streams = _3sG2Hdwn9qzKGu9mpYkqakAMUkH9;
         
     | 
| 
       11428 
11807 
     | 
    
         
             
                    }
         
     | 
| 
       11429 
     | 
    
         
            -
                    const _sEoQwUbfk4hEfugzNQ2ZiDcLMkG = this.#_sEoQwUbfk4hEfugzNQ2ZiDcLMkG 
     | 
| 
      
 11808 
     | 
    
         
            +
                    const _sEoQwUbfk4hEfugzNQ2ZiDcLMkG = this.#_sEoQwUbfk4hEfugzNQ2ZiDcLMkG
         
     | 
| 
      
 11809 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 11810 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 11811 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 11812 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 11813 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 11814 
     | 
    
         
            +
                        }
         
     | 
| 
      
 11815 
     | 
    
         
            +
                        : v);
         
     | 
| 
       11430 
11816 
     | 
    
         
             
                    if (_sEoQwUbfk4hEfugzNQ2ZiDcLMkG.length == 1) {
         
     | 
| 
       11431 
11817 
     | 
    
         
             
                        proxy.endpoints = _sEoQwUbfk4hEfugzNQ2ZiDcLMkG[0];
         
     | 
| 
       11432 
11818 
     | 
    
         
             
                    }
         
     | 
| 
       11433 
     | 
    
         
            -
                    const _gAJzg1QDc4rcefFsUzGSYmyXvNH = this.#_gAJzg1QDc4rcefFsUzGSYmyXvNH 
     | 
| 
      
 11819 
     | 
    
         
            +
                    const _gAJzg1QDc4rcefFsUzGSYmyXvNH = this.#_gAJzg1QDc4rcefFsUzGSYmyXvNH
         
     | 
| 
      
 11820 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 11821 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 11822 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 11823 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 11824 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 11825 
     | 
    
         
            +
                        }
         
     | 
| 
      
 11826 
     | 
    
         
            +
                        : v);
         
     | 
| 
       11434 
11827 
     | 
    
         
             
                    if (_gAJzg1QDc4rcefFsUzGSYmyXvNH.length == 1) {
         
     | 
| 
       11435 
11828 
     | 
    
         
             
                        proxy.discoverable = _gAJzg1QDc4rcefFsUzGSYmyXvNH[0];
         
     | 
| 
       11436 
11829 
     | 
    
         
             
                    }
         
     | 
| 
       11437 
     | 
    
         
            -
                    const _2kGKkJtoFWg8c18PaVSqj9NKP4t7 = this.#_2kGKkJtoFWg8c18PaVSqj9NKP4t7 
     | 
| 
      
 11830 
     | 
    
         
            +
                    const _2kGKkJtoFWg8c18PaVSqj9NKP4t7 = this.#_2kGKkJtoFWg8c18PaVSqj9NKP4t7
         
     | 
| 
      
 11831 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 11832 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 11833 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 11834 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 11835 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 11836 
     | 
    
         
            +
                        }
         
     | 
| 
      
 11837 
     | 
    
         
            +
                        : v);
         
     | 
| 
       11438 
11838 
     | 
    
         
             
                    if (_2kGKkJtoFWg8c18PaVSqj9NKP4t7.length == 1) {
         
     | 
| 
       11439 
11839 
     | 
    
         
             
                        proxy.suspended = _2kGKkJtoFWg8c18PaVSqj9NKP4t7[0];
         
     | 
| 
       11440 
11840 
     | 
    
         
             
                    }
         
     | 
| 
       11441 
     | 
    
         
            -
                    const _79S8K4f5J9MWUgCxziRyUe6PTHZ = this.#_79S8K4f5J9MWUgCxziRyUe6PTHZ 
     | 
| 
      
 11841 
     | 
    
         
            +
                    const _79S8K4f5J9MWUgCxziRyUe6PTHZ = this.#_79S8K4f5J9MWUgCxziRyUe6PTHZ
         
     | 
| 
      
 11842 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 11843 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 11844 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 11845 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 11846 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 11847 
     | 
    
         
            +
                        }
         
     | 
| 
      
 11848 
     | 
    
         
            +
                        : v);
         
     | 
| 
       11442 
11849 
     | 
    
         
             
                    if (_79S8K4f5J9MWUgCxziRyUe6PTHZ.length == 1) {
         
     | 
| 
       11443 
11850 
     | 
    
         
             
                        proxy.memorial = _79S8K4f5J9MWUgCxziRyUe6PTHZ[0];
         
     | 
| 
       11444 
11851 
     | 
    
         
             
                    }
         
     | 
| 
       11445 
     | 
    
         
            -
                    const _2diCorzqPGQQqftp6e4SrCEwEnyk = this.#_2diCorzqPGQQqftp6e4SrCEwEnyk 
     | 
| 
      
 11852 
     | 
    
         
            +
                    const _2diCorzqPGQQqftp6e4SrCEwEnyk = this.#_2diCorzqPGQQqftp6e4SrCEwEnyk
         
     | 
| 
      
 11853 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 11854 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 11855 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 11856 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 11857 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 11858 
     | 
    
         
            +
                        }
         
     | 
| 
      
 11859 
     | 
    
         
            +
                        : v);
         
     | 
| 
       11446 
11860 
     | 
    
         
             
                    if (_2diCorzqPGQQqftp6e4SrCEwEnyk.length == 1) {
         
     | 
| 
       11447 
11861 
     | 
    
         
             
                        proxy.indexable = _2diCorzqPGQQqftp6e4SrCEwEnyk[0];
         
     | 
| 
       11448 
11862 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -12463,7 +12877,14 @@ export class Person extends Object { 
     | 
|
| 
       12463 
12877 
     | 
    
         
             
                }
         
     | 
| 
       12464 
12878 
     | 
    
         
             
                _getCustomInspectProxy() {
         
     | 
| 
       12465 
12879 
     | 
    
         
             
                    const proxy = super._getCustomInspectProxy();
         
     | 
| 
       12466 
     | 
    
         
            -
                    const _3isuDgRAKSntq9XdbjiNxjwyPZAf = this.#_3isuDgRAKSntq9XdbjiNxjwyPZAf 
     | 
| 
      
 12880 
     | 
    
         
            +
                    const _3isuDgRAKSntq9XdbjiNxjwyPZAf = this.#_3isuDgRAKSntq9XdbjiNxjwyPZAf
         
     | 
| 
      
 12881 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 12882 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 12883 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 12884 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 12885 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 12886 
     | 
    
         
            +
                        }
         
     | 
| 
      
 12887 
     | 
    
         
            +
                        : v);
         
     | 
| 
       12467 
12888 
     | 
    
         
             
                    if (_3isuDgRAKSntq9XdbjiNxjwyPZAf.length == 1) {
         
     | 
| 
       12468 
12889 
     | 
    
         
             
                        proxy.preferredUsername = _3isuDgRAKSntq9XdbjiNxjwyPZAf[0];
         
     | 
| 
       12469 
12890 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -12472,7 +12893,9 @@ export class Person extends Object { 
     | 
|
| 
       12472 
12893 
     | 
    
         
             
                            _3isuDgRAKSntq9XdbjiNxjwyPZAf.length > 0) {
         
     | 
| 
       12473 
12894 
     | 
    
         
             
                        proxy.preferredUsernames = _3isuDgRAKSntq9XdbjiNxjwyPZAf;
         
     | 
| 
       12474 
12895 
     | 
    
         
             
                    }
         
     | 
| 
       12475 
     | 
    
         
            -
                    const _axq166E2eZADq34V4MYUc8KMZdC = this.#_axq166E2eZADq34V4MYUc8KMZdC 
     | 
| 
      
 12896 
     | 
    
         
            +
                    const _axq166E2eZADq34V4MYUc8KMZdC = this.#_axq166E2eZADq34V4MYUc8KMZdC
         
     | 
| 
      
 12897 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 12898 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       12476 
12899 
     | 
    
         
             
                        ? {
         
     | 
| 
       12477 
12900 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       12478 
12901 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -12486,11 +12909,19 @@ export class Person extends Object { 
     | 
|
| 
       12486 
12909 
     | 
    
         
             
                            _axq166E2eZADq34V4MYUc8KMZdC.length > 0) {
         
     | 
| 
       12487 
12910 
     | 
    
         
             
                        proxy.publicKeys = _axq166E2eZADq34V4MYUc8KMZdC;
         
     | 
| 
       12488 
12911 
     | 
    
         
             
                    }
         
     | 
| 
       12489 
     | 
    
         
            -
                    const _36QNc9MxfkKf6h8sEUQSHnV9NZA = this.#_36QNc9MxfkKf6h8sEUQSHnV9NZA 
     | 
| 
      
 12912 
     | 
    
         
            +
                    const _36QNc9MxfkKf6h8sEUQSHnV9NZA = this.#_36QNc9MxfkKf6h8sEUQSHnV9NZA
         
     | 
| 
      
 12913 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 12914 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 12915 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 12916 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 12917 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 12918 
     | 
    
         
            +
                        }
         
     | 
| 
      
 12919 
     | 
    
         
            +
                        : v);
         
     | 
| 
       12490 
12920 
     | 
    
         
             
                    if (_36QNc9MxfkKf6h8sEUQSHnV9NZA.length == 1) {
         
     | 
| 
       12491 
12921 
     | 
    
         
             
                        proxy.manuallyApprovesFollowers = _36QNc9MxfkKf6h8sEUQSHnV9NZA[0];
         
     | 
| 
       12492 
12922 
     | 
    
         
             
                    }
         
     | 
| 
       12493 
12923 
     | 
    
         
             
                    const _3ghX3VfZXXbLvhCRH7QJqpzLrXjB = this.#_3ghX3VfZXXbLvhCRH7QJqpzLrXjB
         
     | 
| 
      
 12924 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       12494 
12925 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       12495 
12926 
     | 
    
         
             
                        ? {
         
     | 
| 
       12496 
12927 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -12501,6 +12932,7 @@ export class Person extends Object { 
     | 
|
| 
       12501 
12932 
     | 
    
         
             
                        proxy.inbox = _3ghX3VfZXXbLvhCRH7QJqpzLrXjB[0];
         
     | 
| 
       12502 
12933 
     | 
    
         
             
                    }
         
     | 
| 
       12503 
12934 
     | 
    
         
             
                    const _41QwhqJouoLg3h8dRPKat21brynC = this.#_41QwhqJouoLg3h8dRPKat21brynC
         
     | 
| 
      
 12935 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       12504 
12936 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       12505 
12937 
     | 
    
         
             
                        ? {
         
     | 
| 
       12506 
12938 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -12511,6 +12943,7 @@ export class Person extends Object { 
     | 
|
| 
       12511 
12943 
     | 
    
         
             
                        proxy.outbox = _41QwhqJouoLg3h8dRPKat21brynC[0];
         
     | 
| 
       12512 
12944 
     | 
    
         
             
                    }
         
     | 
| 
       12513 
12945 
     | 
    
         
             
                    const _3yAv8jymNfNuJUDuBzJ1NQhdbAee = this.#_3yAv8jymNfNuJUDuBzJ1NQhdbAee
         
     | 
| 
      
 12946 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       12514 
12947 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       12515 
12948 
     | 
    
         
             
                        ? {
         
     | 
| 
       12516 
12949 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -12520,7 +12953,9 @@ export class Person extends Object { 
     | 
|
| 
       12520 
12953 
     | 
    
         
             
                    if (_3yAv8jymNfNuJUDuBzJ1NQhdbAee.length == 1) {
         
     | 
| 
       12521 
12954 
     | 
    
         
             
                        proxy.following = _3yAv8jymNfNuJUDuBzJ1NQhdbAee[0];
         
     | 
| 
       12522 
12955 
     | 
    
         
             
                    }
         
     | 
| 
       12523 
     | 
    
         
            -
                    const _BBCTgfphhsFzpVfKTykGSpBNwoA = this.#_BBCTgfphhsFzpVfKTykGSpBNwoA 
     | 
| 
      
 12956 
     | 
    
         
            +
                    const _BBCTgfphhsFzpVfKTykGSpBNwoA = this.#_BBCTgfphhsFzpVfKTykGSpBNwoA
         
     | 
| 
      
 12957 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 12958 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       12524 
12959 
     | 
    
         
             
                        ? {
         
     | 
| 
       12525 
12960 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       12526 
12961 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -12530,6 +12965,7 @@ export class Person extends Object { 
     | 
|
| 
       12530 
12965 
     | 
    
         
             
                        proxy.followers = _BBCTgfphhsFzpVfKTykGSpBNwoA[0];
         
     | 
| 
       12531 
12966 
     | 
    
         
             
                    }
         
     | 
| 
       12532 
12967 
     | 
    
         
             
                    const _3bgkPwJanyTCoVFM9ovRcus8tKkU = this.#_3bgkPwJanyTCoVFM9ovRcus8tKkU
         
     | 
| 
      
 12968 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       12533 
12969 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       12534 
12970 
     | 
    
         
             
                        ? {
         
     | 
| 
       12535 
12971 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -12540,6 +12976,7 @@ export class Person extends Object { 
     | 
|
| 
       12540 
12976 
     | 
    
         
             
                        proxy.linked = _3bgkPwJanyTCoVFM9ovRcus8tKkU[0];
         
     | 
| 
       12541 
12977 
     | 
    
         
             
                    }
         
     | 
| 
       12542 
12978 
     | 
    
         
             
                    const _3sG2Hdwn9qzKGu9mpYkqakAMUkH9 = this.#_3sG2Hdwn9qzKGu9mpYkqakAMUkH9
         
     | 
| 
      
 12979 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       12543 
12980 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       12544 
12981 
     | 
    
         
             
                        ? {
         
     | 
| 
       12545 
12982 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -12551,23 +12988,58 @@ export class Person extends Object { 
     | 
|
| 
       12551 
12988 
     | 
    
         
             
                            _3sG2Hdwn9qzKGu9mpYkqakAMUkH9.length > 0) {
         
     | 
| 
       12552 
12989 
     | 
    
         
             
                        proxy.streams = _3sG2Hdwn9qzKGu9mpYkqakAMUkH9;
         
     | 
| 
       12553 
12990 
     | 
    
         
             
                    }
         
     | 
| 
       12554 
     | 
    
         
            -
                    const _sEoQwUbfk4hEfugzNQ2ZiDcLMkG = this.#_sEoQwUbfk4hEfugzNQ2ZiDcLMkG 
     | 
| 
      
 12991 
     | 
    
         
            +
                    const _sEoQwUbfk4hEfugzNQ2ZiDcLMkG = this.#_sEoQwUbfk4hEfugzNQ2ZiDcLMkG
         
     | 
| 
      
 12992 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 12993 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 12994 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 12995 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 12996 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 12997 
     | 
    
         
            +
                        }
         
     | 
| 
      
 12998 
     | 
    
         
            +
                        : v);
         
     | 
| 
       12555 
12999 
     | 
    
         
             
                    if (_sEoQwUbfk4hEfugzNQ2ZiDcLMkG.length == 1) {
         
     | 
| 
       12556 
13000 
     | 
    
         
             
                        proxy.endpoints = _sEoQwUbfk4hEfugzNQ2ZiDcLMkG[0];
         
     | 
| 
       12557 
13001 
     | 
    
         
             
                    }
         
     | 
| 
       12558 
     | 
    
         
            -
                    const _gAJzg1QDc4rcefFsUzGSYmyXvNH = this.#_gAJzg1QDc4rcefFsUzGSYmyXvNH 
     | 
| 
      
 13002 
     | 
    
         
            +
                    const _gAJzg1QDc4rcefFsUzGSYmyXvNH = this.#_gAJzg1QDc4rcefFsUzGSYmyXvNH
         
     | 
| 
      
 13003 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 13004 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 13005 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 13006 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13007 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13008 
     | 
    
         
            +
                        }
         
     | 
| 
      
 13009 
     | 
    
         
            +
                        : v);
         
     | 
| 
       12559 
13010 
     | 
    
         
             
                    if (_gAJzg1QDc4rcefFsUzGSYmyXvNH.length == 1) {
         
     | 
| 
       12560 
13011 
     | 
    
         
             
                        proxy.discoverable = _gAJzg1QDc4rcefFsUzGSYmyXvNH[0];
         
     | 
| 
       12561 
13012 
     | 
    
         
             
                    }
         
     | 
| 
       12562 
     | 
    
         
            -
                    const _2kGKkJtoFWg8c18PaVSqj9NKP4t7 = this.#_2kGKkJtoFWg8c18PaVSqj9NKP4t7 
     | 
| 
      
 13013 
     | 
    
         
            +
                    const _2kGKkJtoFWg8c18PaVSqj9NKP4t7 = this.#_2kGKkJtoFWg8c18PaVSqj9NKP4t7
         
     | 
| 
      
 13014 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 13015 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 13016 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 13017 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13018 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13019 
     | 
    
         
            +
                        }
         
     | 
| 
      
 13020 
     | 
    
         
            +
                        : v);
         
     | 
| 
       12563 
13021 
     | 
    
         
             
                    if (_2kGKkJtoFWg8c18PaVSqj9NKP4t7.length == 1) {
         
     | 
| 
       12564 
13022 
     | 
    
         
             
                        proxy.suspended = _2kGKkJtoFWg8c18PaVSqj9NKP4t7[0];
         
     | 
| 
       12565 
13023 
     | 
    
         
             
                    }
         
     | 
| 
       12566 
     | 
    
         
            -
                    const _79S8K4f5J9MWUgCxziRyUe6PTHZ = this.#_79S8K4f5J9MWUgCxziRyUe6PTHZ 
     | 
| 
      
 13024 
     | 
    
         
            +
                    const _79S8K4f5J9MWUgCxziRyUe6PTHZ = this.#_79S8K4f5J9MWUgCxziRyUe6PTHZ
         
     | 
| 
      
 13025 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 13026 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 13027 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 13028 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13029 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13030 
     | 
    
         
            +
                        }
         
     | 
| 
      
 13031 
     | 
    
         
            +
                        : v);
         
     | 
| 
       12567 
13032 
     | 
    
         
             
                    if (_79S8K4f5J9MWUgCxziRyUe6PTHZ.length == 1) {
         
     | 
| 
       12568 
13033 
     | 
    
         
             
                        proxy.memorial = _79S8K4f5J9MWUgCxziRyUe6PTHZ[0];
         
     | 
| 
       12569 
13034 
     | 
    
         
             
                    }
         
     | 
| 
       12570 
     | 
    
         
            -
                    const _2diCorzqPGQQqftp6e4SrCEwEnyk = this.#_2diCorzqPGQQqftp6e4SrCEwEnyk 
     | 
| 
      
 13035 
     | 
    
         
            +
                    const _2diCorzqPGQQqftp6e4SrCEwEnyk = this.#_2diCorzqPGQQqftp6e4SrCEwEnyk
         
     | 
| 
      
 13036 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 13037 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 13038 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 13039 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13040 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13041 
     | 
    
         
            +
                        }
         
     | 
| 
      
 13042 
     | 
    
         
            +
                        : v);
         
     | 
| 
       12571 
13043 
     | 
    
         
             
                    if (_2diCorzqPGQQqftp6e4SrCEwEnyk.length == 1) {
         
     | 
| 
       12572 
13044 
     | 
    
         
             
                        proxy.indexable = _2diCorzqPGQQqftp6e4SrCEwEnyk[0];
         
     | 
| 
       12573 
13045 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -12889,27 +13361,69 @@ export class Place extends Object { 
     | 
|
| 
       12889 
13361 
     | 
    
         
             
                }
         
     | 
| 
       12890 
13362 
     | 
    
         
             
                _getCustomInspectProxy() {
         
     | 
| 
       12891 
13363 
     | 
    
         
             
                    const proxy = super._getCustomInspectProxy();
         
     | 
| 
       12892 
     | 
    
         
            -
                    const _3UCsHnBHvDAXJnBuzw3zw1VVs3Ne = this.#_3UCsHnBHvDAXJnBuzw3zw1VVs3Ne 
     | 
| 
      
 13364 
     | 
    
         
            +
                    const _3UCsHnBHvDAXJnBuzw3zw1VVs3Ne = this.#_3UCsHnBHvDAXJnBuzw3zw1VVs3Ne
         
     | 
| 
      
 13365 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 13366 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 13367 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 13368 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13369 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13370 
     | 
    
         
            +
                        }
         
     | 
| 
      
 13371 
     | 
    
         
            +
                        : v);
         
     | 
| 
       12893 
13372 
     | 
    
         
             
                    if (_3UCsHnBHvDAXJnBuzw3zw1VVs3Ne.length == 1) {
         
     | 
| 
       12894 
13373 
     | 
    
         
             
                        proxy.accuracy = _3UCsHnBHvDAXJnBuzw3zw1VVs3Ne[0];
         
     | 
| 
       12895 
13374 
     | 
    
         
             
                    }
         
     | 
| 
       12896 
     | 
    
         
            -
                    const _3Q6KDcFQUJRRaBux1BL2yp5QWiBi = this.#_3Q6KDcFQUJRRaBux1BL2yp5QWiBi 
     | 
| 
      
 13375 
     | 
    
         
            +
                    const _3Q6KDcFQUJRRaBux1BL2yp5QWiBi = this.#_3Q6KDcFQUJRRaBux1BL2yp5QWiBi
         
     | 
| 
      
 13376 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 13377 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 13378 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 13379 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13380 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13381 
     | 
    
         
            +
                        }
         
     | 
| 
      
 13382 
     | 
    
         
            +
                        : v);
         
     | 
| 
       12897 
13383 
     | 
    
         
             
                    if (_3Q6KDcFQUJRRaBux1BL2yp5QWiBi.length == 1) {
         
     | 
| 
       12898 
13384 
     | 
    
         
             
                        proxy.altitude = _3Q6KDcFQUJRRaBux1BL2yp5QWiBi[0];
         
     | 
| 
       12899 
13385 
     | 
    
         
             
                    }
         
     | 
| 
       12900 
     | 
    
         
            -
                    const _3g85RoKRnaNjP7DFyLSvsWDg7HGM = this.#_3g85RoKRnaNjP7DFyLSvsWDg7HGM 
     | 
| 
      
 13386 
     | 
    
         
            +
                    const _3g85RoKRnaNjP7DFyLSvsWDg7HGM = this.#_3g85RoKRnaNjP7DFyLSvsWDg7HGM
         
     | 
| 
      
 13387 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 13388 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 13389 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 13390 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13391 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13392 
     | 
    
         
            +
                        }
         
     | 
| 
      
 13393 
     | 
    
         
            +
                        : v);
         
     | 
| 
       12901 
13394 
     | 
    
         
             
                    if (_3g85RoKRnaNjP7DFyLSvsWDg7HGM.length == 1) {
         
     | 
| 
       12902 
13395 
     | 
    
         
             
                        proxy.latitude = _3g85RoKRnaNjP7DFyLSvsWDg7HGM[0];
         
     | 
| 
       12903 
13396 
     | 
    
         
             
                    }
         
     | 
| 
       12904 
     | 
    
         
            -
                    const _B2GEYdS9yBAF3ho1pm1rcRg7cSf = this.#_B2GEYdS9yBAF3ho1pm1rcRg7cSf 
     | 
| 
      
 13397 
     | 
    
         
            +
                    const _B2GEYdS9yBAF3ho1pm1rcRg7cSf = this.#_B2GEYdS9yBAF3ho1pm1rcRg7cSf
         
     | 
| 
      
 13398 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 13399 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 13400 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 13401 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13402 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13403 
     | 
    
         
            +
                        }
         
     | 
| 
      
 13404 
     | 
    
         
            +
                        : v);
         
     | 
| 
       12905 
13405 
     | 
    
         
             
                    if (_B2GEYdS9yBAF3ho1pm1rcRg7cSf.length == 1) {
         
     | 
| 
       12906 
13406 
     | 
    
         
             
                        proxy.longitude = _B2GEYdS9yBAF3ho1pm1rcRg7cSf[0];
         
     | 
| 
       12907 
13407 
     | 
    
         
             
                    }
         
     | 
| 
       12908 
     | 
    
         
            -
                    const _3ga86BKHUtRkGx5PHBjRiUXXzwnw = this.#_3ga86BKHUtRkGx5PHBjRiUXXzwnw 
     | 
| 
      
 13408 
     | 
    
         
            +
                    const _3ga86BKHUtRkGx5PHBjRiUXXzwnw = this.#_3ga86BKHUtRkGx5PHBjRiUXXzwnw
         
     | 
| 
      
 13409 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 13410 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 13411 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 13412 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13413 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13414 
     | 
    
         
            +
                        }
         
     | 
| 
      
 13415 
     | 
    
         
            +
                        : v);
         
     | 
| 
       12909 
13416 
     | 
    
         
             
                    if (_3ga86BKHUtRkGx5PHBjRiUXXzwnw.length == 1) {
         
     | 
| 
       12910 
13417 
     | 
    
         
             
                        proxy.radius = _3ga86BKHUtRkGx5PHBjRiUXXzwnw[0];
         
     | 
| 
       12911 
13418 
     | 
    
         
             
                    }
         
     | 
| 
       12912 
     | 
    
         
            -
                    const _oKrwxU4V8wiKhMW1QEYQibcJh8c = this.#_oKrwxU4V8wiKhMW1QEYQibcJh8c 
     | 
| 
      
 13419 
     | 
    
         
            +
                    const _oKrwxU4V8wiKhMW1QEYQibcJh8c = this.#_oKrwxU4V8wiKhMW1QEYQibcJh8c
         
     | 
| 
      
 13420 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 13421 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 13422 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 13423 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13424 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 13425 
     | 
    
         
            +
                        }
         
     | 
| 
      
 13426 
     | 
    
         
            +
                        : v);
         
     | 
| 
       12913 
13427 
     | 
    
         
             
                    if (_oKrwxU4V8wiKhMW1QEYQibcJh8c.length == 1) {
         
     | 
| 
       12914 
13428 
     | 
    
         
             
                        proxy.units = _oKrwxU4V8wiKhMW1QEYQibcJh8c[0];
         
     | 
| 
       12915 
13429 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -13091,6 +13605,7 @@ export class Profile extends Object { 
     | 
|
| 
       13091 
13605 
     | 
    
         
             
                _getCustomInspectProxy() {
         
     | 
| 
       13092 
13606 
     | 
    
         
             
                    const proxy = super._getCustomInspectProxy();
         
     | 
| 
       13093 
13607 
     | 
    
         
             
                    const _3CLQ1PLSXrhSQbTGGHuxNyaEFKM1 = this.#_3CLQ1PLSXrhSQbTGGHuxNyaEFKM1
         
     | 
| 
      
 13608 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       13094 
13609 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       13095 
13610 
     | 
    
         
             
                        ? {
         
     | 
| 
       13096 
13611 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -13605,6 +14120,7 @@ export class Relationship extends Object { 
     | 
|
| 
       13605 
14120 
     | 
    
         
             
                _getCustomInspectProxy() {
         
     | 
| 
       13606 
14121 
     | 
    
         
             
                    const proxy = super._getCustomInspectProxy();
         
     | 
| 
       13607 
14122 
     | 
    
         
             
                    const _2Zqdmi46ZnDQsECS6mzwhrv3rUKq = this.#_2Zqdmi46ZnDQsECS6mzwhrv3rUKq
         
     | 
| 
      
 14123 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       13608 
14124 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       13609 
14125 
     | 
    
         
             
                        ? {
         
     | 
| 
       13610 
14126 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -13615,6 +14131,7 @@ export class Relationship extends Object { 
     | 
|
| 
       13615 
14131 
     | 
    
         
             
                        proxy.subject = _2Zqdmi46ZnDQsECS6mzwhrv3rUKq[0];
         
     | 
| 
       13616 
14132 
     | 
    
         
             
                    }
         
     | 
| 
       13617 
14133 
     | 
    
         
             
                    const _2MH19yxjn1wnHsNfa5n4JBhJzxyc = this.#_2MH19yxjn1wnHsNfa5n4JBhJzxyc
         
     | 
| 
      
 14134 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       13618 
14135 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       13619 
14136 
     | 
    
         
             
                        ? {
         
     | 
| 
       13620 
14137 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -13630,6 +14147,7 @@ export class Relationship extends Object { 
     | 
|
| 
       13630 
14147 
     | 
    
         
             
                        proxy.objects = _2MH19yxjn1wnHsNfa5n4JBhJzxyc;
         
     | 
| 
       13631 
14148 
     | 
    
         
             
                    }
         
     | 
| 
       13632 
14149 
     | 
    
         
             
                    const _4Lzz89F9qipAQSGkWyX9DGWiUojG = this.#_4Lzz89F9qipAQSGkWyX9DGWiUojG
         
     | 
| 
      
 14150 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       13633 
14151 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       13634 
14152 
     | 
    
         
             
                        ? {
         
     | 
| 
       13635 
14153 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -14662,7 +15180,14 @@ export class Service extends Object { 
     | 
|
| 
       14662 
15180 
     | 
    
         
             
                }
         
     | 
| 
       14663 
15181 
     | 
    
         
             
                _getCustomInspectProxy() {
         
     | 
| 
       14664 
15182 
     | 
    
         
             
                    const proxy = super._getCustomInspectProxy();
         
     | 
| 
       14665 
     | 
    
         
            -
                    const _3isuDgRAKSntq9XdbjiNxjwyPZAf = this.#_3isuDgRAKSntq9XdbjiNxjwyPZAf 
     | 
| 
      
 15183 
     | 
    
         
            +
                    const _3isuDgRAKSntq9XdbjiNxjwyPZAf = this.#_3isuDgRAKSntq9XdbjiNxjwyPZAf
         
     | 
| 
      
 15184 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 15185 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 15186 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 15187 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 15188 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 15189 
     | 
    
         
            +
                        }
         
     | 
| 
      
 15190 
     | 
    
         
            +
                        : v);
         
     | 
| 
       14666 
15191 
     | 
    
         
             
                    if (_3isuDgRAKSntq9XdbjiNxjwyPZAf.length == 1) {
         
     | 
| 
       14667 
15192 
     | 
    
         
             
                        proxy.preferredUsername = _3isuDgRAKSntq9XdbjiNxjwyPZAf[0];
         
     | 
| 
       14668 
15193 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -14671,7 +15196,9 @@ export class Service extends Object { 
     | 
|
| 
       14671 
15196 
     | 
    
         
             
                            _3isuDgRAKSntq9XdbjiNxjwyPZAf.length > 0) {
         
     | 
| 
       14672 
15197 
     | 
    
         
             
                        proxy.preferredUsernames = _3isuDgRAKSntq9XdbjiNxjwyPZAf;
         
     | 
| 
       14673 
15198 
     | 
    
         
             
                    }
         
     | 
| 
       14674 
     | 
    
         
            -
                    const _axq166E2eZADq34V4MYUc8KMZdC = this.#_axq166E2eZADq34V4MYUc8KMZdC 
     | 
| 
      
 15199 
     | 
    
         
            +
                    const _axq166E2eZADq34V4MYUc8KMZdC = this.#_axq166E2eZADq34V4MYUc8KMZdC
         
     | 
| 
      
 15200 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 15201 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       14675 
15202 
     | 
    
         
             
                        ? {
         
     | 
| 
       14676 
15203 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       14677 
15204 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -14685,11 +15212,19 @@ export class Service extends Object { 
     | 
|
| 
       14685 
15212 
     | 
    
         
             
                            _axq166E2eZADq34V4MYUc8KMZdC.length > 0) {
         
     | 
| 
       14686 
15213 
     | 
    
         
             
                        proxy.publicKeys = _axq166E2eZADq34V4MYUc8KMZdC;
         
     | 
| 
       14687 
15214 
     | 
    
         
             
                    }
         
     | 
| 
       14688 
     | 
    
         
            -
                    const _36QNc9MxfkKf6h8sEUQSHnV9NZA = this.#_36QNc9MxfkKf6h8sEUQSHnV9NZA 
     | 
| 
      
 15215 
     | 
    
         
            +
                    const _36QNc9MxfkKf6h8sEUQSHnV9NZA = this.#_36QNc9MxfkKf6h8sEUQSHnV9NZA
         
     | 
| 
      
 15216 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 15217 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 15218 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 15219 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 15220 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 15221 
     | 
    
         
            +
                        }
         
     | 
| 
      
 15222 
     | 
    
         
            +
                        : v);
         
     | 
| 
       14689 
15223 
     | 
    
         
             
                    if (_36QNc9MxfkKf6h8sEUQSHnV9NZA.length == 1) {
         
     | 
| 
       14690 
15224 
     | 
    
         
             
                        proxy.manuallyApprovesFollowers = _36QNc9MxfkKf6h8sEUQSHnV9NZA[0];
         
     | 
| 
       14691 
15225 
     | 
    
         
             
                    }
         
     | 
| 
       14692 
15226 
     | 
    
         
             
                    const _3ghX3VfZXXbLvhCRH7QJqpzLrXjB = this.#_3ghX3VfZXXbLvhCRH7QJqpzLrXjB
         
     | 
| 
      
 15227 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       14693 
15228 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       14694 
15229 
     | 
    
         
             
                        ? {
         
     | 
| 
       14695 
15230 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -14700,6 +15235,7 @@ export class Service extends Object { 
     | 
|
| 
       14700 
15235 
     | 
    
         
             
                        proxy.inbox = _3ghX3VfZXXbLvhCRH7QJqpzLrXjB[0];
         
     | 
| 
       14701 
15236 
     | 
    
         
             
                    }
         
     | 
| 
       14702 
15237 
     | 
    
         
             
                    const _41QwhqJouoLg3h8dRPKat21brynC = this.#_41QwhqJouoLg3h8dRPKat21brynC
         
     | 
| 
      
 15238 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       14703 
15239 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       14704 
15240 
     | 
    
         
             
                        ? {
         
     | 
| 
       14705 
15241 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -14710,6 +15246,7 @@ export class Service extends Object { 
     | 
|
| 
       14710 
15246 
     | 
    
         
             
                        proxy.outbox = _41QwhqJouoLg3h8dRPKat21brynC[0];
         
     | 
| 
       14711 
15247 
     | 
    
         
             
                    }
         
     | 
| 
       14712 
15248 
     | 
    
         
             
                    const _3yAv8jymNfNuJUDuBzJ1NQhdbAee = this.#_3yAv8jymNfNuJUDuBzJ1NQhdbAee
         
     | 
| 
      
 15249 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       14713 
15250 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       14714 
15251 
     | 
    
         
             
                        ? {
         
     | 
| 
       14715 
15252 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -14719,7 +15256,9 @@ export class Service extends Object { 
     | 
|
| 
       14719 
15256 
     | 
    
         
             
                    if (_3yAv8jymNfNuJUDuBzJ1NQhdbAee.length == 1) {
         
     | 
| 
       14720 
15257 
     | 
    
         
             
                        proxy.following = _3yAv8jymNfNuJUDuBzJ1NQhdbAee[0];
         
     | 
| 
       14721 
15258 
     | 
    
         
             
                    }
         
     | 
| 
       14722 
     | 
    
         
            -
                    const _BBCTgfphhsFzpVfKTykGSpBNwoA = this.#_BBCTgfphhsFzpVfKTykGSpBNwoA 
     | 
| 
      
 15259 
     | 
    
         
            +
                    const _BBCTgfphhsFzpVfKTykGSpBNwoA = this.#_BBCTgfphhsFzpVfKTykGSpBNwoA
         
     | 
| 
      
 15260 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 15261 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
       14723 
15262 
     | 
    
         
             
                        ? {
         
     | 
| 
       14724 
15263 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
       14725 
15264 
     | 
    
         
             
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -14729,6 +15268,7 @@ export class Service extends Object { 
     | 
|
| 
       14729 
15268 
     | 
    
         
             
                        proxy.followers = _BBCTgfphhsFzpVfKTykGSpBNwoA[0];
         
     | 
| 
       14730 
15269 
     | 
    
         
             
                    }
         
     | 
| 
       14731 
15270 
     | 
    
         
             
                    const _3bgkPwJanyTCoVFM9ovRcus8tKkU = this.#_3bgkPwJanyTCoVFM9ovRcus8tKkU
         
     | 
| 
      
 15271 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       14732 
15272 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       14733 
15273 
     | 
    
         
             
                        ? {
         
     | 
| 
       14734 
15274 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -14739,6 +15279,7 @@ export class Service extends Object { 
     | 
|
| 
       14739 
15279 
     | 
    
         
             
                        proxy.linked = _3bgkPwJanyTCoVFM9ovRcus8tKkU[0];
         
     | 
| 
       14740 
15280 
     | 
    
         
             
                    }
         
     | 
| 
       14741 
15281 
     | 
    
         
             
                    const _3sG2Hdwn9qzKGu9mpYkqakAMUkH9 = this.#_3sG2Hdwn9qzKGu9mpYkqakAMUkH9
         
     | 
| 
      
 15282 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
       14742 
15283 
     | 
    
         
             
                        .map((v) => v instanceof URL
         
     | 
| 
       14743 
15284 
     | 
    
         
             
                        ? {
         
     | 
| 
       14744 
15285 
     | 
    
         
             
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
         @@ -14750,23 +15291,58 @@ export class Service extends Object { 
     | 
|
| 
       14750 
15291 
     | 
    
         
             
                            _3sG2Hdwn9qzKGu9mpYkqakAMUkH9.length > 0) {
         
     | 
| 
       14751 
15292 
     | 
    
         
             
                        proxy.streams = _3sG2Hdwn9qzKGu9mpYkqakAMUkH9;
         
     | 
| 
       14752 
15293 
     | 
    
         
             
                    }
         
     | 
| 
       14753 
     | 
    
         
            -
                    const _sEoQwUbfk4hEfugzNQ2ZiDcLMkG = this.#_sEoQwUbfk4hEfugzNQ2ZiDcLMkG 
     | 
| 
      
 15294 
     | 
    
         
            +
                    const _sEoQwUbfk4hEfugzNQ2ZiDcLMkG = this.#_sEoQwUbfk4hEfugzNQ2ZiDcLMkG
         
     | 
| 
      
 15295 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 15296 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 15297 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 15298 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 15299 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 15300 
     | 
    
         
            +
                        }
         
     | 
| 
      
 15301 
     | 
    
         
            +
                        : v);
         
     | 
| 
       14754 
15302 
     | 
    
         
             
                    if (_sEoQwUbfk4hEfugzNQ2ZiDcLMkG.length == 1) {
         
     | 
| 
       14755 
15303 
     | 
    
         
             
                        proxy.endpoints = _sEoQwUbfk4hEfugzNQ2ZiDcLMkG[0];
         
     | 
| 
       14756 
15304 
     | 
    
         
             
                    }
         
     | 
| 
       14757 
     | 
    
         
            -
                    const _gAJzg1QDc4rcefFsUzGSYmyXvNH = this.#_gAJzg1QDc4rcefFsUzGSYmyXvNH 
     | 
| 
      
 15305 
     | 
    
         
            +
                    const _gAJzg1QDc4rcefFsUzGSYmyXvNH = this.#_gAJzg1QDc4rcefFsUzGSYmyXvNH
         
     | 
| 
      
 15306 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 15307 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 15308 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 15309 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 15310 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 15311 
     | 
    
         
            +
                        }
         
     | 
| 
      
 15312 
     | 
    
         
            +
                        : v);
         
     | 
| 
       14758 
15313 
     | 
    
         
             
                    if (_gAJzg1QDc4rcefFsUzGSYmyXvNH.length == 1) {
         
     | 
| 
       14759 
15314 
     | 
    
         
             
                        proxy.discoverable = _gAJzg1QDc4rcefFsUzGSYmyXvNH[0];
         
     | 
| 
       14760 
15315 
     | 
    
         
             
                    }
         
     | 
| 
       14761 
     | 
    
         
            -
                    const _2kGKkJtoFWg8c18PaVSqj9NKP4t7 = this.#_2kGKkJtoFWg8c18PaVSqj9NKP4t7 
     | 
| 
      
 15316 
     | 
    
         
            +
                    const _2kGKkJtoFWg8c18PaVSqj9NKP4t7 = this.#_2kGKkJtoFWg8c18PaVSqj9NKP4t7
         
     | 
| 
      
 15317 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 15318 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 15319 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 15320 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 15321 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 15322 
     | 
    
         
            +
                        }
         
     | 
| 
      
 15323 
     | 
    
         
            +
                        : v);
         
     | 
| 
       14762 
15324 
     | 
    
         
             
                    if (_2kGKkJtoFWg8c18PaVSqj9NKP4t7.length == 1) {
         
     | 
| 
       14763 
15325 
     | 
    
         
             
                        proxy.suspended = _2kGKkJtoFWg8c18PaVSqj9NKP4t7[0];
         
     | 
| 
       14764 
15326 
     | 
    
         
             
                    }
         
     | 
| 
       14765 
     | 
    
         
            -
                    const _79S8K4f5J9MWUgCxziRyUe6PTHZ = this.#_79S8K4f5J9MWUgCxziRyUe6PTHZ 
     | 
| 
      
 15327 
     | 
    
         
            +
                    const _79S8K4f5J9MWUgCxziRyUe6PTHZ = this.#_79S8K4f5J9MWUgCxziRyUe6PTHZ
         
     | 
| 
      
 15328 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 15329 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 15330 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 15331 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 15332 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 15333 
     | 
    
         
            +
                        }
         
     | 
| 
      
 15334 
     | 
    
         
            +
                        : v);
         
     | 
| 
       14766 
15335 
     | 
    
         
             
                    if (_79S8K4f5J9MWUgCxziRyUe6PTHZ.length == 1) {
         
     | 
| 
       14767 
15336 
     | 
    
         
             
                        proxy.memorial = _79S8K4f5J9MWUgCxziRyUe6PTHZ[0];
         
     | 
| 
       14768 
15337 
     | 
    
         
             
                    }
         
     | 
| 
       14769 
     | 
    
         
            -
                    const _2diCorzqPGQQqftp6e4SrCEwEnyk = this.#_2diCorzqPGQQqftp6e4SrCEwEnyk 
     | 
| 
      
 15338 
     | 
    
         
            +
                    const _2diCorzqPGQQqftp6e4SrCEwEnyk = this.#_2diCorzqPGQQqftp6e4SrCEwEnyk
         
     | 
| 
      
 15339 
     | 
    
         
            +
                        // deno-lint-ignore no-explicit-any
         
     | 
| 
      
 15340 
     | 
    
         
            +
                        .map((v) => v instanceof URL
         
     | 
| 
      
 15341 
     | 
    
         
            +
                        ? {
         
     | 
| 
      
 15342 
     | 
    
         
            +
                            [Symbol.for("Deno.customInspect")]: (inspect, options) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 15343 
     | 
    
         
            +
                            [Symbol.for("nodejs.util.inspect.custom")]: (_depth, options, inspect) => "URL " + inspect(v.href, options),
         
     | 
| 
      
 15344 
     | 
    
         
            +
                        }
         
     | 
| 
      
 15345 
     | 
    
         
            +
                        : v);
         
     | 
| 
       14770 
15346 
     | 
    
         
             
                    if (_2diCorzqPGQQqftp6e4SrCEwEnyk.length == 1) {
         
     | 
| 
       14771 
15347 
     | 
    
         
             
                        proxy.indexable = _2diCorzqPGQQqftp6e4SrCEwEnyk[0];
         
     | 
| 
       14772 
15348 
     | 
    
         
             
                    }
         
     |