@fedify/fedify 1.1.21 → 1.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGES.md +30 -0
- package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/equals.js +1 -1
- package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_constants.js +0 -10
- package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/satisfies.js +1 -0
- package/esm/federation/handler.js +19 -6
- package/esm/nodeinfo/types.js +1 -1
- package/esm/runtime/key.js +1 -1
- package/esm/sig/http.js +1 -1
- package/esm/sig/key.js +4 -1
- package/esm/vocab/lookup.js +1 -1
- package/esm/vocab/vocab.js +132 -0
- package/package.json +1 -1
- package/types/deps/jsr.io/@std/async/{1.0.12 → 1.0.13}/delay.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/ends_with.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/equals.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/includes_needle.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/index_of_needle.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/last_index_of_needle.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/repeat.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/starts_with.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/common.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/encoding.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/language.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/media_type.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/negotiation.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_constants.d.ts +0 -4
- package/types/deps/jsr.io/@std/semver/1.0.5/_constants.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_shared.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_test_comparator_set.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/can_parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/compare.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/difference.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/equals.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format_range.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_or_equal.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than_range.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/increment.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_range.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_semver.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_or_equal.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than_range.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/max_satisfying.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/min_satisfying.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/not_equals.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse_range.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/range_intersects.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/1.0.5/satisfies.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse_range.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/types.d.ts.map +1 -1
- package/types/federation/handler.d.ts.map +1 -1
- package/types/nodeinfo/types.d.ts +1 -1
- package/types/sig/key.d.ts.map +1 -1
- package/types/vocab/vocab.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/1.0.4/_constants.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/semver/1.0.4/satisfies.d.ts.map +0 -1
- /package/esm/deps/jsr.io/@std/async/{1.0.12 → 1.0.13}/delay.js +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.js +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.js +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.js +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/ends_with.js +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/includes_needle.js +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/index_of_needle.js +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/last_index_of_needle.js +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/mod.js +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/repeat.js +0 -0
- /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/starts_with.js +0 -0
- /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/common.js +0 -0
- /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/encoding.js +0 -0
- /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/language.js +0 -0
- /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/media_type.js +0 -0
- /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/negotiation.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_shared.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_test_comparator_set.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/can_parse.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/compare.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/difference.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/equals.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format_range.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_or_equal.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than_range.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/increment.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_range.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_semver.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_or_equal.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than_range.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/max_satisfying.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/min_satisfying.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/mod.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/not_equals.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse_range.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/range_intersects.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse_range.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/types.js +0 -0
- /package/types/deps/jsr.io/@std/async/{1.0.12 → 1.0.13}/delay.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/ends_with.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/equals.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/includes_needle.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/index_of_needle.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/last_index_of_needle.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/repeat.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/starts_with.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/common.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/encoding.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/language.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/media_type.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/negotiation.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_shared.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_test_comparator_set.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/can_parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/compare.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/difference.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/equals.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format_range.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_or_equal.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than_range.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/increment.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_range.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_semver.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_or_equal.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than_range.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/max_satisfying.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/min_satisfying.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/not_equals.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse_range.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/range_intersects.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/satisfies.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse_range.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/types.d.ts +0 -0
package/esm/vocab/vocab.js
CHANGED
@@ -5463,10 +5463,12 @@ export class Object {
|
|
5463
5463
|
}
|
5464
5464
|
return proxy;
|
5465
5465
|
}
|
5466
|
+
// @ts-ignore: suppressing TS4127
|
5466
5467
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
5467
5468
|
const proxy = this._getCustomInspectProxy();
|
5468
5469
|
return "Object " + inspect(proxy, options);
|
5469
5470
|
}
|
5471
|
+
// @ts-ignore: suppressing TS4127
|
5470
5472
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
5471
5473
|
const proxy = this._getCustomInspectProxy();
|
5472
5474
|
return "Object " + inspect(proxy, options);
|
@@ -5638,10 +5640,12 @@ export class Emoji extends Object {
|
|
5638
5640
|
const proxy = super._getCustomInspectProxy();
|
5639
5641
|
return proxy;
|
5640
5642
|
}
|
5643
|
+
// @ts-ignore: suppressing TS4127
|
5641
5644
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
5642
5645
|
const proxy = this._getCustomInspectProxy();
|
5643
5646
|
return "Emoji " + inspect(proxy, options);
|
5644
5647
|
}
|
5648
|
+
// @ts-ignore: suppressing TS4127
|
5645
5649
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
5646
5650
|
const proxy = this._getCustomInspectProxy();
|
5647
5651
|
return "Emoji " + inspect(proxy, options);
|
@@ -5938,10 +5942,12 @@ export class ChatMessage extends Object {
|
|
5938
5942
|
}
|
5939
5943
|
return proxy;
|
5940
5944
|
}
|
5945
|
+
// @ts-ignore: suppressing TS4127
|
5941
5946
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
5942
5947
|
const proxy = this._getCustomInspectProxy();
|
5943
5948
|
return "ChatMessage " + inspect(proxy, options);
|
5944
5949
|
}
|
5950
|
+
// @ts-ignore: suppressing TS4127
|
5945
5951
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
5946
5952
|
const proxy = this._getCustomInspectProxy();
|
5947
5953
|
return "ChatMessage " + inspect(proxy, options);
|
@@ -7412,10 +7418,12 @@ export class Activity extends Object {
|
|
7412
7418
|
}
|
7413
7419
|
return proxy;
|
7414
7420
|
}
|
7421
|
+
// @ts-ignore: suppressing TS4127
|
7415
7422
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
7416
7423
|
const proxy = this._getCustomInspectProxy();
|
7417
7424
|
return "Activity " + inspect(proxy, options);
|
7418
7425
|
}
|
7426
|
+
// @ts-ignore: suppressing TS4127
|
7419
7427
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
7420
7428
|
const proxy = this._getCustomInspectProxy();
|
7421
7429
|
return "Activity " + inspect(proxy, options);
|
@@ -7576,10 +7584,12 @@ export class EmojiReact extends Activity {
|
|
7576
7584
|
const proxy = super._getCustomInspectProxy();
|
7577
7585
|
return proxy;
|
7578
7586
|
}
|
7587
|
+
// @ts-ignore: suppressing TS4127
|
7579
7588
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
7580
7589
|
const proxy = this._getCustomInspectProxy();
|
7581
7590
|
return "EmojiReact " + inspect(proxy, options);
|
7582
7591
|
}
|
7592
|
+
// @ts-ignore: suppressing TS4127
|
7583
7593
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
7584
7594
|
const proxy = this._getCustomInspectProxy();
|
7585
7595
|
return "EmojiReact " + inspect(proxy, options);
|
@@ -7944,10 +7954,12 @@ export class PropertyValue {
|
|
7944
7954
|
}
|
7945
7955
|
return proxy;
|
7946
7956
|
}
|
7957
|
+
// @ts-ignore: suppressing TS4127
|
7947
7958
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
7948
7959
|
const proxy = this._getCustomInspectProxy();
|
7949
7960
|
return "PropertyValue " + inspect(proxy, options);
|
7950
7961
|
}
|
7962
|
+
// @ts-ignore: suppressing TS4127
|
7951
7963
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
7952
7964
|
const proxy = this._getCustomInspectProxy();
|
7953
7965
|
return "PropertyValue " + inspect(proxy, options);
|
@@ -8222,10 +8234,12 @@ export class DidService {
|
|
8222
8234
|
}
|
8223
8235
|
return proxy;
|
8224
8236
|
}
|
8237
|
+
// @ts-ignore: suppressing TS4127
|
8225
8238
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
8226
8239
|
const proxy = this._getCustomInspectProxy();
|
8227
8240
|
return "DidService " + inspect(proxy, options);
|
8228
8241
|
}
|
8242
|
+
// @ts-ignore: suppressing TS4127
|
8229
8243
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
8230
8244
|
const proxy = this._getCustomInspectProxy();
|
8231
8245
|
return "DidService " + inspect(proxy, options);
|
@@ -8365,10 +8379,12 @@ export class Export extends DidService {
|
|
8365
8379
|
const proxy = super._getCustomInspectProxy();
|
8366
8380
|
return proxy;
|
8367
8381
|
}
|
8382
|
+
// @ts-ignore: suppressing TS4127
|
8368
8383
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
8369
8384
|
const proxy = this._getCustomInspectProxy();
|
8370
8385
|
return "Export " + inspect(proxy, options);
|
8371
8386
|
}
|
8387
|
+
// @ts-ignore: suppressing TS4127
|
8372
8388
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
8373
8389
|
const proxy = this._getCustomInspectProxy();
|
8374
8390
|
return "Export " + inspect(proxy, options);
|
@@ -8951,10 +8967,12 @@ export class DataIntegrityProof {
|
|
8951
8967
|
}
|
8952
8968
|
return proxy;
|
8953
8969
|
}
|
8970
|
+
// @ts-ignore: suppressing TS4127
|
8954
8971
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
8955
8972
|
const proxy = this._getCustomInspectProxy();
|
8956
8973
|
return "DataIntegrityProof " + inspect(proxy, options);
|
8957
8974
|
}
|
8975
|
+
// @ts-ignore: suppressing TS4127
|
8958
8976
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
8959
8977
|
const proxy = this._getCustomInspectProxy();
|
8960
8978
|
return "DataIntegrityProof " + inspect(proxy, options);
|
@@ -9437,10 +9455,12 @@ export class CryptographicKey {
|
|
9437
9455
|
}
|
9438
9456
|
return proxy;
|
9439
9457
|
}
|
9458
|
+
// @ts-ignore: suppressing TS4127
|
9440
9459
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
9441
9460
|
const proxy = this._getCustomInspectProxy();
|
9442
9461
|
return "CryptographicKey " + inspect(proxy, options);
|
9443
9462
|
}
|
9463
|
+
// @ts-ignore: suppressing TS4127
|
9444
9464
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
9445
9465
|
const proxy = this._getCustomInspectProxy();
|
9446
9466
|
return "CryptographicKey " + inspect(proxy, options);
|
@@ -9940,10 +9960,12 @@ export class Multikey {
|
|
9940
9960
|
}
|
9941
9961
|
return proxy;
|
9942
9962
|
}
|
9963
|
+
// @ts-ignore: suppressing TS4127
|
9943
9964
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
9944
9965
|
const proxy = this._getCustomInspectProxy();
|
9945
9966
|
return "Multikey " + inspect(proxy, options);
|
9946
9967
|
}
|
9968
|
+
// @ts-ignore: suppressing TS4127
|
9947
9969
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
9948
9970
|
const proxy = this._getCustomInspectProxy();
|
9949
9971
|
return "Multikey " + inspect(proxy, options);
|
@@ -10103,10 +10125,12 @@ export class Accept extends Activity {
|
|
10103
10125
|
const proxy = super._getCustomInspectProxy();
|
10104
10126
|
return proxy;
|
10105
10127
|
}
|
10128
|
+
// @ts-ignore: suppressing TS4127
|
10106
10129
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
10107
10130
|
const proxy = this._getCustomInspectProxy();
|
10108
10131
|
return "Accept " + inspect(proxy, options);
|
10109
10132
|
}
|
10133
|
+
// @ts-ignore: suppressing TS4127
|
10110
10134
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
10111
10135
|
const proxy = this._getCustomInspectProxy();
|
10112
10136
|
return "Accept " + inspect(proxy, options);
|
@@ -10264,10 +10288,12 @@ export class Add extends Activity {
|
|
10264
10288
|
const proxy = super._getCustomInspectProxy();
|
10265
10289
|
return proxy;
|
10266
10290
|
}
|
10291
|
+
// @ts-ignore: suppressing TS4127
|
10267
10292
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
10268
10293
|
const proxy = this._getCustomInspectProxy();
|
10269
10294
|
return "Add " + inspect(proxy, options);
|
10270
10295
|
}
|
10296
|
+
// @ts-ignore: suppressing TS4127
|
10271
10297
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
10272
10298
|
const proxy = this._getCustomInspectProxy();
|
10273
10299
|
return "Add " + inspect(proxy, options);
|
@@ -10436,10 +10462,12 @@ export class Announce extends Activity {
|
|
10436
10462
|
const proxy = super._getCustomInspectProxy();
|
10437
10463
|
return proxy;
|
10438
10464
|
}
|
10465
|
+
// @ts-ignore: suppressing TS4127
|
10439
10466
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
10440
10467
|
const proxy = this._getCustomInspectProxy();
|
10441
10468
|
return "Announce " + inspect(proxy, options);
|
10442
10469
|
}
|
10470
|
+
// @ts-ignore: suppressing TS4127
|
10443
10471
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
10444
10472
|
const proxy = this._getCustomInspectProxy();
|
10445
10473
|
return "Announce " + inspect(proxy, options);
|
@@ -13749,10 +13777,12 @@ export class Application extends Object {
|
|
13749
13777
|
}
|
13750
13778
|
return proxy;
|
13751
13779
|
}
|
13780
|
+
// @ts-ignore: suppressing TS4127
|
13752
13781
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
13753
13782
|
const proxy = this._getCustomInspectProxy();
|
13754
13783
|
return "Application " + inspect(proxy, options);
|
13755
13784
|
}
|
13785
|
+
// @ts-ignore: suppressing TS4127
|
13756
13786
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
13757
13787
|
const proxy = this._getCustomInspectProxy();
|
13758
13788
|
return "Application " + inspect(proxy, options);
|
@@ -13921,10 +13951,12 @@ export class IntransitiveActivity extends Activity {
|
|
13921
13951
|
const proxy = super._getCustomInspectProxy();
|
13922
13952
|
return proxy;
|
13923
13953
|
}
|
13954
|
+
// @ts-ignore: suppressing TS4127
|
13924
13955
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
13925
13956
|
const proxy = this._getCustomInspectProxy();
|
13926
13957
|
return "IntransitiveActivity " + inspect(proxy, options);
|
13927
13958
|
}
|
13959
|
+
// @ts-ignore: suppressing TS4127
|
13928
13960
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
13929
13961
|
const proxy = this._getCustomInspectProxy();
|
13930
13962
|
return "IntransitiveActivity " + inspect(proxy, options);
|
@@ -14081,10 +14113,12 @@ export class Arrive extends IntransitiveActivity {
|
|
14081
14113
|
const proxy = super._getCustomInspectProxy();
|
14082
14114
|
return proxy;
|
14083
14115
|
}
|
14116
|
+
// @ts-ignore: suppressing TS4127
|
14084
14117
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
14085
14118
|
const proxy = this._getCustomInspectProxy();
|
14086
14119
|
return "Arrive " + inspect(proxy, options);
|
14087
14120
|
}
|
14121
|
+
// @ts-ignore: suppressing TS4127
|
14088
14122
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
14089
14123
|
const proxy = this._getCustomInspectProxy();
|
14090
14124
|
return "Arrive " + inspect(proxy, options);
|
@@ -14379,10 +14413,12 @@ export class Article extends Object {
|
|
14379
14413
|
}
|
14380
14414
|
return proxy;
|
14381
14415
|
}
|
14416
|
+
// @ts-ignore: suppressing TS4127
|
14382
14417
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
14383
14418
|
const proxy = this._getCustomInspectProxy();
|
14384
14419
|
return "Article " + inspect(proxy, options);
|
14385
14420
|
}
|
14421
|
+
// @ts-ignore: suppressing TS4127
|
14386
14422
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
14387
14423
|
const proxy = this._getCustomInspectProxy();
|
14388
14424
|
return "Article " + inspect(proxy, options);
|
@@ -14727,10 +14763,12 @@ export class Document extends Object {
|
|
14727
14763
|
}
|
14728
14764
|
return proxy;
|
14729
14765
|
}
|
14766
|
+
// @ts-ignore: suppressing TS4127
|
14730
14767
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
14731
14768
|
const proxy = this._getCustomInspectProxy();
|
14732
14769
|
return "Document " + inspect(proxy, options);
|
14733
14770
|
}
|
14771
|
+
// @ts-ignore: suppressing TS4127
|
14734
14772
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
14735
14773
|
const proxy = this._getCustomInspectProxy();
|
14736
14774
|
return "Document " + inspect(proxy, options);
|
@@ -14901,10 +14939,12 @@ export class Audio extends Document {
|
|
14901
14939
|
const proxy = super._getCustomInspectProxy();
|
14902
14940
|
return proxy;
|
14903
14941
|
}
|
14942
|
+
// @ts-ignore: suppressing TS4127
|
14904
14943
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
14905
14944
|
const proxy = this._getCustomInspectProxy();
|
14906
14945
|
return "Audio " + inspect(proxy, options);
|
14907
14946
|
}
|
14947
|
+
// @ts-ignore: suppressing TS4127
|
14908
14948
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
14909
14949
|
const proxy = this._getCustomInspectProxy();
|
14910
14950
|
return "Audio " + inspect(proxy, options);
|
@@ -15063,10 +15103,12 @@ export class Ignore extends Activity {
|
|
15063
15103
|
const proxy = super._getCustomInspectProxy();
|
15064
15104
|
return proxy;
|
15065
15105
|
}
|
15106
|
+
// @ts-ignore: suppressing TS4127
|
15066
15107
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
15067
15108
|
const proxy = this._getCustomInspectProxy();
|
15068
15109
|
return "Ignore " + inspect(proxy, options);
|
15069
15110
|
}
|
15111
|
+
// @ts-ignore: suppressing TS4127
|
15070
15112
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
15071
15113
|
const proxy = this._getCustomInspectProxy();
|
15072
15114
|
return "Ignore " + inspect(proxy, options);
|
@@ -15224,10 +15266,12 @@ export class Block extends Ignore {
|
|
15224
15266
|
const proxy = super._getCustomInspectProxy();
|
15225
15267
|
return proxy;
|
15226
15268
|
}
|
15269
|
+
// @ts-ignore: suppressing TS4127
|
15227
15270
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
15228
15271
|
const proxy = this._getCustomInspectProxy();
|
15229
15272
|
return "Block " + inspect(proxy, options);
|
15230
15273
|
}
|
15274
|
+
// @ts-ignore: suppressing TS4127
|
15231
15275
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
15232
15276
|
const proxy = this._getCustomInspectProxy();
|
15233
15277
|
return "Block " + inspect(proxy, options);
|
@@ -16151,10 +16195,12 @@ export class Collection extends Object {
|
|
16151
16195
|
}
|
16152
16196
|
return proxy;
|
16153
16197
|
}
|
16198
|
+
// @ts-ignore: suppressing TS4127
|
16154
16199
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
16155
16200
|
const proxy = this._getCustomInspectProxy();
|
16156
16201
|
return "Collection " + inspect(proxy, options);
|
16157
16202
|
}
|
16203
|
+
// @ts-ignore: suppressing TS4127
|
16158
16204
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
16159
16205
|
const proxy = this._getCustomInspectProxy();
|
16160
16206
|
return "Collection " + inspect(proxy, options);
|
@@ -16754,10 +16800,12 @@ export class CollectionPage extends Collection {
|
|
16754
16800
|
}
|
16755
16801
|
return proxy;
|
16756
16802
|
}
|
16803
|
+
// @ts-ignore: suppressing TS4127
|
16757
16804
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
16758
16805
|
const proxy = this._getCustomInspectProxy();
|
16759
16806
|
return "CollectionPage " + inspect(proxy, options);
|
16760
16807
|
}
|
16808
|
+
// @ts-ignore: suppressing TS4127
|
16761
16809
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
16762
16810
|
const proxy = this._getCustomInspectProxy();
|
16763
16811
|
return "CollectionPage " + inspect(proxy, options);
|
@@ -16926,10 +16974,12 @@ export class Create extends Activity {
|
|
16926
16974
|
const proxy = super._getCustomInspectProxy();
|
16927
16975
|
return proxy;
|
16928
16976
|
}
|
16977
|
+
// @ts-ignore: suppressing TS4127
|
16929
16978
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
16930
16979
|
const proxy = this._getCustomInspectProxy();
|
16931
16980
|
return "Create " + inspect(proxy, options);
|
16932
16981
|
}
|
16982
|
+
// @ts-ignore: suppressing TS4127
|
16933
16983
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
16934
16984
|
const proxy = this._getCustomInspectProxy();
|
16935
16985
|
return "Create " + inspect(proxy, options);
|
@@ -17098,10 +17148,12 @@ export class Delete extends Activity {
|
|
17098
17148
|
const proxy = super._getCustomInspectProxy();
|
17099
17149
|
return proxy;
|
17100
17150
|
}
|
17151
|
+
// @ts-ignore: suppressing TS4127
|
17101
17152
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
17102
17153
|
const proxy = this._getCustomInspectProxy();
|
17103
17154
|
return "Delete " + inspect(proxy, options);
|
17104
17155
|
}
|
17156
|
+
// @ts-ignore: suppressing TS4127
|
17105
17157
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
17106
17158
|
const proxy = this._getCustomInspectProxy();
|
17107
17159
|
return "Delete " + inspect(proxy, options);
|
@@ -17257,10 +17309,12 @@ export class Dislike extends Activity {
|
|
17257
17309
|
const proxy = super._getCustomInspectProxy();
|
17258
17310
|
return proxy;
|
17259
17311
|
}
|
17312
|
+
// @ts-ignore: suppressing TS4127
|
17260
17313
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
17261
17314
|
const proxy = this._getCustomInspectProxy();
|
17262
17315
|
return "Dislike " + inspect(proxy, options);
|
17263
17316
|
}
|
17317
|
+
// @ts-ignore: suppressing TS4127
|
17264
17318
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
17265
17319
|
const proxy = this._getCustomInspectProxy();
|
17266
17320
|
return "Dislike " + inspect(proxy, options);
|
@@ -17929,10 +17983,12 @@ export class Endpoints {
|
|
17929
17983
|
}
|
17930
17984
|
return proxy;
|
17931
17985
|
}
|
17986
|
+
// @ts-ignore: suppressing TS4127
|
17932
17987
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
17933
17988
|
const proxy = this._getCustomInspectProxy();
|
17934
17989
|
return "Endpoints " + inspect(proxy, options);
|
17935
17990
|
}
|
17991
|
+
// @ts-ignore: suppressing TS4127
|
17936
17992
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
17937
17993
|
const proxy = this._getCustomInspectProxy();
|
17938
17994
|
return "Endpoints " + inspect(proxy, options);
|
@@ -18103,10 +18159,12 @@ export class Event extends Object {
|
|
18103
18159
|
const proxy = super._getCustomInspectProxy();
|
18104
18160
|
return proxy;
|
18105
18161
|
}
|
18162
|
+
// @ts-ignore: suppressing TS4127
|
18106
18163
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
18107
18164
|
const proxy = this._getCustomInspectProxy();
|
18108
18165
|
return "Event " + inspect(proxy, options);
|
18109
18166
|
}
|
18167
|
+
// @ts-ignore: suppressing TS4127
|
18110
18168
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
18111
18169
|
const proxy = this._getCustomInspectProxy();
|
18112
18170
|
return "Event " + inspect(proxy, options);
|
@@ -18263,10 +18321,12 @@ export class Flag extends Activity {
|
|
18263
18321
|
const proxy = super._getCustomInspectProxy();
|
18264
18322
|
return proxy;
|
18265
18323
|
}
|
18324
|
+
// @ts-ignore: suppressing TS4127
|
18266
18325
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
18267
18326
|
const proxy = this._getCustomInspectProxy();
|
18268
18327
|
return "Flag " + inspect(proxy, options);
|
18269
18328
|
}
|
18329
|
+
// @ts-ignore: suppressing TS4127
|
18270
18330
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
18271
18331
|
const proxy = this._getCustomInspectProxy();
|
18272
18332
|
return "Flag " + inspect(proxy, options);
|
@@ -18427,10 +18487,12 @@ export class Follow extends Activity {
|
|
18427
18487
|
const proxy = super._getCustomInspectProxy();
|
18428
18488
|
return proxy;
|
18429
18489
|
}
|
18490
|
+
// @ts-ignore: suppressing TS4127
|
18430
18491
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
18431
18492
|
const proxy = this._getCustomInspectProxy();
|
18432
18493
|
return "Follow " + inspect(proxy, options);
|
18433
18494
|
}
|
18495
|
+
// @ts-ignore: suppressing TS4127
|
18434
18496
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
18435
18497
|
const proxy = this._getCustomInspectProxy();
|
18436
18498
|
return "Follow " + inspect(proxy, options);
|
@@ -21740,10 +21802,12 @@ export class Group extends Object {
|
|
21740
21802
|
}
|
21741
21803
|
return proxy;
|
21742
21804
|
}
|
21805
|
+
// @ts-ignore: suppressing TS4127
|
21743
21806
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
21744
21807
|
const proxy = this._getCustomInspectProxy();
|
21745
21808
|
return "Group " + inspect(proxy, options);
|
21746
21809
|
}
|
21810
|
+
// @ts-ignore: suppressing TS4127
|
21747
21811
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
21748
21812
|
const proxy = this._getCustomInspectProxy();
|
21749
21813
|
return "Group " + inspect(proxy, options);
|
@@ -22809,10 +22873,12 @@ export class Link {
|
|
22809
22873
|
}
|
22810
22874
|
return proxy;
|
22811
22875
|
}
|
22876
|
+
// @ts-ignore: suppressing TS4127
|
22812
22877
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
22813
22878
|
const proxy = this._getCustomInspectProxy();
|
22814
22879
|
return "Link " + inspect(proxy, options);
|
22815
22880
|
}
|
22881
|
+
// @ts-ignore: suppressing TS4127
|
22816
22882
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
22817
22883
|
const proxy = this._getCustomInspectProxy();
|
22818
22884
|
return "Link " + inspect(proxy, options);
|
@@ -22971,10 +23037,12 @@ export class Hashtag extends Link {
|
|
22971
23037
|
const proxy = super._getCustomInspectProxy();
|
22972
23038
|
return proxy;
|
22973
23039
|
}
|
23040
|
+
// @ts-ignore: suppressing TS4127
|
22974
23041
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
22975
23042
|
const proxy = this._getCustomInspectProxy();
|
22976
23043
|
return "Hashtag " + inspect(proxy, options);
|
22977
23044
|
}
|
23045
|
+
// @ts-ignore: suppressing TS4127
|
22978
23046
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
22979
23047
|
const proxy = this._getCustomInspectProxy();
|
22980
23048
|
return "Hashtag " + inspect(proxy, options);
|
@@ -23139,10 +23207,12 @@ export class Image extends Document {
|
|
23139
23207
|
const proxy = super._getCustomInspectProxy();
|
23140
23208
|
return proxy;
|
23141
23209
|
}
|
23210
|
+
// @ts-ignore: suppressing TS4127
|
23142
23211
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
23143
23212
|
const proxy = this._getCustomInspectProxy();
|
23144
23213
|
return "Image " + inspect(proxy, options);
|
23145
23214
|
}
|
23215
|
+
// @ts-ignore: suppressing TS4127
|
23146
23216
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
23147
23217
|
const proxy = this._getCustomInspectProxy();
|
23148
23218
|
return "Image " + inspect(proxy, options);
|
@@ -23302,10 +23372,12 @@ export class Offer extends Activity {
|
|
23302
23372
|
const proxy = super._getCustomInspectProxy();
|
23303
23373
|
return proxy;
|
23304
23374
|
}
|
23375
|
+
// @ts-ignore: suppressing TS4127
|
23305
23376
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
23306
23377
|
const proxy = this._getCustomInspectProxy();
|
23307
23378
|
return "Offer " + inspect(proxy, options);
|
23308
23379
|
}
|
23380
|
+
// @ts-ignore: suppressing TS4127
|
23309
23381
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
23310
23382
|
const proxy = this._getCustomInspectProxy();
|
23311
23383
|
return "Offer " + inspect(proxy, options);
|
@@ -23461,10 +23533,12 @@ export class Invite extends Offer {
|
|
23461
23533
|
const proxy = super._getCustomInspectProxy();
|
23462
23534
|
return proxy;
|
23463
23535
|
}
|
23536
|
+
// @ts-ignore: suppressing TS4127
|
23464
23537
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
23465
23538
|
const proxy = this._getCustomInspectProxy();
|
23466
23539
|
return "Invite " + inspect(proxy, options);
|
23467
23540
|
}
|
23541
|
+
// @ts-ignore: suppressing TS4127
|
23468
23542
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
23469
23543
|
const proxy = this._getCustomInspectProxy();
|
23470
23544
|
return "Invite " + inspect(proxy, options);
|
@@ -23620,10 +23694,12 @@ export class Join extends Activity {
|
|
23620
23694
|
const proxy = super._getCustomInspectProxy();
|
23621
23695
|
return proxy;
|
23622
23696
|
}
|
23697
|
+
// @ts-ignore: suppressing TS4127
|
23623
23698
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
23624
23699
|
const proxy = this._getCustomInspectProxy();
|
23625
23700
|
return "Join " + inspect(proxy, options);
|
23626
23701
|
}
|
23702
|
+
// @ts-ignore: suppressing TS4127
|
23627
23703
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
23628
23704
|
const proxy = this._getCustomInspectProxy();
|
23629
23705
|
return "Join " + inspect(proxy, options);
|
@@ -23779,10 +23855,12 @@ export class Leave extends Activity {
|
|
23779
23855
|
const proxy = super._getCustomInspectProxy();
|
23780
23856
|
return proxy;
|
23781
23857
|
}
|
23858
|
+
// @ts-ignore: suppressing TS4127
|
23782
23859
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
23783
23860
|
const proxy = this._getCustomInspectProxy();
|
23784
23861
|
return "Leave " + inspect(proxy, options);
|
23785
23862
|
}
|
23863
|
+
// @ts-ignore: suppressing TS4127
|
23786
23864
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
23787
23865
|
const proxy = this._getCustomInspectProxy();
|
23788
23866
|
return "Leave " + inspect(proxy, options);
|
@@ -23939,10 +24017,12 @@ export class Like extends Activity {
|
|
23939
24017
|
const proxy = super._getCustomInspectProxy();
|
23940
24018
|
return proxy;
|
23941
24019
|
}
|
24020
|
+
// @ts-ignore: suppressing TS4127
|
23942
24021
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
23943
24022
|
const proxy = this._getCustomInspectProxy();
|
23944
24023
|
return "Like " + inspect(proxy, options);
|
23945
24024
|
}
|
24025
|
+
// @ts-ignore: suppressing TS4127
|
23946
24026
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
23947
24027
|
const proxy = this._getCustomInspectProxy();
|
23948
24028
|
return "Like " + inspect(proxy, options);
|
@@ -24097,10 +24177,12 @@ export class Listen extends Activity {
|
|
24097
24177
|
const proxy = super._getCustomInspectProxy();
|
24098
24178
|
return proxy;
|
24099
24179
|
}
|
24180
|
+
// @ts-ignore: suppressing TS4127
|
24100
24181
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
24101
24182
|
const proxy = this._getCustomInspectProxy();
|
24102
24183
|
return "Listen " + inspect(proxy, options);
|
24103
24184
|
}
|
24185
|
+
// @ts-ignore: suppressing TS4127
|
24104
24186
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
24105
24187
|
const proxy = this._getCustomInspectProxy();
|
24106
24188
|
return "Listen " + inspect(proxy, options);
|
@@ -24254,10 +24336,12 @@ export class Mention extends Link {
|
|
24254
24336
|
const proxy = super._getCustomInspectProxy();
|
24255
24337
|
return proxy;
|
24256
24338
|
}
|
24339
|
+
// @ts-ignore: suppressing TS4127
|
24257
24340
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
24258
24341
|
const proxy = this._getCustomInspectProxy();
|
24259
24342
|
return "Mention " + inspect(proxy, options);
|
24260
24343
|
}
|
24344
|
+
// @ts-ignore: suppressing TS4127
|
24261
24345
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
24262
24346
|
const proxy = this._getCustomInspectProxy();
|
24263
24347
|
return "Mention " + inspect(proxy, options);
|
@@ -24414,10 +24498,12 @@ export class Move extends Activity {
|
|
24414
24498
|
const proxy = super._getCustomInspectProxy();
|
24415
24499
|
return proxy;
|
24416
24500
|
}
|
24501
|
+
// @ts-ignore: suppressing TS4127
|
24417
24502
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
24418
24503
|
const proxy = this._getCustomInspectProxy();
|
24419
24504
|
return "Move " + inspect(proxy, options);
|
24420
24505
|
}
|
24506
|
+
// @ts-ignore: suppressing TS4127
|
24421
24507
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
24422
24508
|
const proxy = this._getCustomInspectProxy();
|
24423
24509
|
return "Move " + inspect(proxy, options);
|
@@ -24713,10 +24799,12 @@ export class Note extends Object {
|
|
24713
24799
|
}
|
24714
24800
|
return proxy;
|
24715
24801
|
}
|
24802
|
+
// @ts-ignore: suppressing TS4127
|
24716
24803
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
24717
24804
|
const proxy = this._getCustomInspectProxy();
|
24718
24805
|
return "Note " + inspect(proxy, options);
|
24719
24806
|
}
|
24807
|
+
// @ts-ignore: suppressing TS4127
|
24720
24808
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
24721
24809
|
const proxy = this._getCustomInspectProxy();
|
24722
24810
|
return "Note " + inspect(proxy, options);
|
@@ -25131,10 +25219,12 @@ export class OrderedCollection extends Collection {
|
|
25131
25219
|
}
|
25132
25220
|
return proxy;
|
25133
25221
|
}
|
25222
|
+
// @ts-ignore: suppressing TS4127
|
25134
25223
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
25135
25224
|
const proxy = this._getCustomInspectProxy();
|
25136
25225
|
return "OrderedCollection " + inspect(proxy, options);
|
25137
25226
|
}
|
25227
|
+
// @ts-ignore: suppressing TS4127
|
25138
25228
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
25139
25229
|
const proxy = this._getCustomInspectProxy();
|
25140
25230
|
return "OrderedCollection " + inspect(proxy, options);
|
@@ -25631,10 +25721,12 @@ export class OrderedCollectionPage extends CollectionPage {
|
|
25631
25721
|
}
|
25632
25722
|
return proxy;
|
25633
25723
|
}
|
25724
|
+
// @ts-ignore: suppressing TS4127
|
25634
25725
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
25635
25726
|
const proxy = this._getCustomInspectProxy();
|
25636
25727
|
return "OrderedCollectionPage " + inspect(proxy, options);
|
25637
25728
|
}
|
25729
|
+
// @ts-ignore: suppressing TS4127
|
25638
25730
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
25639
25731
|
const proxy = this._getCustomInspectProxy();
|
25640
25732
|
return "OrderedCollectionPage " + inspect(proxy, options);
|
@@ -28944,10 +29036,12 @@ export class Organization extends Object {
|
|
28944
29036
|
}
|
28945
29037
|
return proxy;
|
28946
29038
|
}
|
29039
|
+
// @ts-ignore: suppressing TS4127
|
28947
29040
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
28948
29041
|
const proxy = this._getCustomInspectProxy();
|
28949
29042
|
return "Organization " + inspect(proxy, options);
|
28950
29043
|
}
|
29044
|
+
// @ts-ignore: suppressing TS4127
|
28951
29045
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
28952
29046
|
const proxy = this._getCustomInspectProxy();
|
28953
29047
|
return "Organization " + inspect(proxy, options);
|
@@ -29119,10 +29213,12 @@ export class Page extends Document {
|
|
29119
29213
|
const proxy = super._getCustomInspectProxy();
|
29120
29214
|
return proxy;
|
29121
29215
|
}
|
29216
|
+
// @ts-ignore: suppressing TS4127
|
29122
29217
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
29123
29218
|
const proxy = this._getCustomInspectProxy();
|
29124
29219
|
return "Page " + inspect(proxy, options);
|
29125
29220
|
}
|
29221
|
+
// @ts-ignore: suppressing TS4127
|
29126
29222
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
29127
29223
|
const proxy = this._getCustomInspectProxy();
|
29128
29224
|
return "Page " + inspect(proxy, options);
|
@@ -32432,10 +32528,12 @@ export class Person extends Object {
|
|
32432
32528
|
}
|
32433
32529
|
return proxy;
|
32434
32530
|
}
|
32531
|
+
// @ts-ignore: suppressing TS4127
|
32435
32532
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
32436
32533
|
const proxy = this._getCustomInspectProxy();
|
32437
32534
|
return "Person " + inspect(proxy, options);
|
32438
32535
|
}
|
32536
|
+
// @ts-ignore: suppressing TS4127
|
32439
32537
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
32440
32538
|
const proxy = this._getCustomInspectProxy();
|
32441
32539
|
return "Person " + inspect(proxy, options);
|
@@ -33106,10 +33204,12 @@ export class Place extends Object {
|
|
33106
33204
|
}
|
33107
33205
|
return proxy;
|
33108
33206
|
}
|
33207
|
+
// @ts-ignore: suppressing TS4127
|
33109
33208
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
33110
33209
|
const proxy = this._getCustomInspectProxy();
|
33111
33210
|
return "Place " + inspect(proxy, options);
|
33112
33211
|
}
|
33212
|
+
// @ts-ignore: suppressing TS4127
|
33113
33213
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
33114
33214
|
const proxy = this._getCustomInspectProxy();
|
33115
33215
|
return "Place " + inspect(proxy, options);
|
@@ -33422,10 +33522,12 @@ export class Profile extends Object {
|
|
33422
33522
|
}
|
33423
33523
|
return proxy;
|
33424
33524
|
}
|
33525
|
+
// @ts-ignore: suppressing TS4127
|
33425
33526
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
33426
33527
|
const proxy = this._getCustomInspectProxy();
|
33427
33528
|
return "Profile " + inspect(proxy, options);
|
33428
33529
|
}
|
33530
|
+
// @ts-ignore: suppressing TS4127
|
33429
33531
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
33430
33532
|
const proxy = this._getCustomInspectProxy();
|
33431
33533
|
return "Profile " + inspect(proxy, options);
|
@@ -34095,10 +34197,12 @@ export class Question extends IntransitiveActivity {
|
|
34095
34197
|
}
|
34096
34198
|
return proxy;
|
34097
34199
|
}
|
34200
|
+
// @ts-ignore: suppressing TS4127
|
34098
34201
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
34099
34202
|
const proxy = this._getCustomInspectProxy();
|
34100
34203
|
return "Question " + inspect(proxy, options);
|
34101
34204
|
}
|
34205
|
+
// @ts-ignore: suppressing TS4127
|
34102
34206
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
34103
34207
|
const proxy = this._getCustomInspectProxy();
|
34104
34208
|
return "Question " + inspect(proxy, options);
|
@@ -34253,10 +34357,12 @@ export class Read extends Activity {
|
|
34253
34357
|
const proxy = super._getCustomInspectProxy();
|
34254
34358
|
return proxy;
|
34255
34359
|
}
|
34360
|
+
// @ts-ignore: suppressing TS4127
|
34256
34361
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
34257
34362
|
const proxy = this._getCustomInspectProxy();
|
34258
34363
|
return "Read " + inspect(proxy, options);
|
34259
34364
|
}
|
34365
|
+
// @ts-ignore: suppressing TS4127
|
34260
34366
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
34261
34367
|
const proxy = this._getCustomInspectProxy();
|
34262
34368
|
return "Read " + inspect(proxy, options);
|
@@ -34415,10 +34521,12 @@ export class Reject extends Activity {
|
|
34415
34521
|
const proxy = super._getCustomInspectProxy();
|
34416
34522
|
return proxy;
|
34417
34523
|
}
|
34524
|
+
// @ts-ignore: suppressing TS4127
|
34418
34525
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
34419
34526
|
const proxy = this._getCustomInspectProxy();
|
34420
34527
|
return "Reject " + inspect(proxy, options);
|
34421
34528
|
}
|
34529
|
+
// @ts-ignore: suppressing TS4127
|
34422
34530
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
34423
34531
|
const proxy = this._getCustomInspectProxy();
|
34424
34532
|
return "Reject " + inspect(proxy, options);
|
@@ -35148,10 +35256,12 @@ export class Relationship extends Object {
|
|
35148
35256
|
}
|
35149
35257
|
return proxy;
|
35150
35258
|
}
|
35259
|
+
// @ts-ignore: suppressing TS4127
|
35151
35260
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
35152
35261
|
const proxy = this._getCustomInspectProxy();
|
35153
35262
|
return "Relationship " + inspect(proxy, options);
|
35154
35263
|
}
|
35264
|
+
// @ts-ignore: suppressing TS4127
|
35155
35265
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
35156
35266
|
const proxy = this._getCustomInspectProxy();
|
35157
35267
|
return "Relationship " + inspect(proxy, options);
|
@@ -35307,10 +35417,12 @@ export class Remove extends Activity {
|
|
35307
35417
|
const proxy = super._getCustomInspectProxy();
|
35308
35418
|
return proxy;
|
35309
35419
|
}
|
35420
|
+
// @ts-ignore: suppressing TS4127
|
35310
35421
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
35311
35422
|
const proxy = this._getCustomInspectProxy();
|
35312
35423
|
return "Remove " + inspect(proxy, options);
|
35313
35424
|
}
|
35425
|
+
// @ts-ignore: suppressing TS4127
|
35314
35426
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
35315
35427
|
const proxy = this._getCustomInspectProxy();
|
35316
35428
|
return "Remove " + inspect(proxy, options);
|
@@ -38620,10 +38732,12 @@ export class Service extends Object {
|
|
38620
38732
|
}
|
38621
38733
|
return proxy;
|
38622
38734
|
}
|
38735
|
+
// @ts-ignore: suppressing TS4127
|
38623
38736
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
38624
38737
|
const proxy = this._getCustomInspectProxy();
|
38625
38738
|
return "Service " + inspect(proxy, options);
|
38626
38739
|
}
|
38740
|
+
// @ts-ignore: suppressing TS4127
|
38627
38741
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
38628
38742
|
const proxy = this._getCustomInspectProxy();
|
38629
38743
|
return "Service " + inspect(proxy, options);
|
@@ -39004,10 +39118,12 @@ export class Source {
|
|
39004
39118
|
}
|
39005
39119
|
return proxy;
|
39006
39120
|
}
|
39121
|
+
// @ts-ignore: suppressing TS4127
|
39007
39122
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
39008
39123
|
const proxy = this._getCustomInspectProxy();
|
39009
39124
|
return "Source " + inspect(proxy, options);
|
39010
39125
|
}
|
39126
|
+
// @ts-ignore: suppressing TS4127
|
39011
39127
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
39012
39128
|
const proxy = this._getCustomInspectProxy();
|
39013
39129
|
return "Source " + inspect(proxy, options);
|
@@ -39163,10 +39279,12 @@ export class TentativeAccept extends Accept {
|
|
39163
39279
|
const proxy = super._getCustomInspectProxy();
|
39164
39280
|
return proxy;
|
39165
39281
|
}
|
39282
|
+
// @ts-ignore: suppressing TS4127
|
39166
39283
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
39167
39284
|
const proxy = this._getCustomInspectProxy();
|
39168
39285
|
return "TentativeAccept " + inspect(proxy, options);
|
39169
39286
|
}
|
39287
|
+
// @ts-ignore: suppressing TS4127
|
39170
39288
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
39171
39289
|
const proxy = this._getCustomInspectProxy();
|
39172
39290
|
return "TentativeAccept " + inspect(proxy, options);
|
@@ -39322,10 +39440,12 @@ export class TentativeReject extends Reject {
|
|
39322
39440
|
const proxy = super._getCustomInspectProxy();
|
39323
39441
|
return proxy;
|
39324
39442
|
}
|
39443
|
+
// @ts-ignore: suppressing TS4127
|
39325
39444
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
39326
39445
|
const proxy = this._getCustomInspectProxy();
|
39327
39446
|
return "TentativeReject " + inspect(proxy, options);
|
39328
39447
|
}
|
39448
|
+
// @ts-ignore: suppressing TS4127
|
39329
39449
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
39330
39450
|
const proxy = this._getCustomInspectProxy();
|
39331
39451
|
return "TentativeReject " + inspect(proxy, options);
|
@@ -39579,10 +39699,12 @@ export class Tombstone extends Object {
|
|
39579
39699
|
}
|
39580
39700
|
return proxy;
|
39581
39701
|
}
|
39702
|
+
// @ts-ignore: suppressing TS4127
|
39582
39703
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
39583
39704
|
const proxy = this._getCustomInspectProxy();
|
39584
39705
|
return "Tombstone " + inspect(proxy, options);
|
39585
39706
|
}
|
39707
|
+
// @ts-ignore: suppressing TS4127
|
39586
39708
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
39587
39709
|
const proxy = this._getCustomInspectProxy();
|
39588
39710
|
return "Tombstone " + inspect(proxy, options);
|
@@ -39740,10 +39862,12 @@ export class Travel extends IntransitiveActivity {
|
|
39740
39862
|
const proxy = super._getCustomInspectProxy();
|
39741
39863
|
return proxy;
|
39742
39864
|
}
|
39865
|
+
// @ts-ignore: suppressing TS4127
|
39743
39866
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
39744
39867
|
const proxy = this._getCustomInspectProxy();
|
39745
39868
|
return "Travel " + inspect(proxy, options);
|
39746
39869
|
}
|
39870
|
+
// @ts-ignore: suppressing TS4127
|
39747
39871
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
39748
39872
|
const proxy = this._getCustomInspectProxy();
|
39749
39873
|
return "Travel " + inspect(proxy, options);
|
@@ -39913,10 +40037,12 @@ export class Undo extends Activity {
|
|
39913
40037
|
const proxy = super._getCustomInspectProxy();
|
39914
40038
|
return proxy;
|
39915
40039
|
}
|
40040
|
+
// @ts-ignore: suppressing TS4127
|
39916
40041
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
39917
40042
|
const proxy = this._getCustomInspectProxy();
|
39918
40043
|
return "Undo " + inspect(proxy, options);
|
39919
40044
|
}
|
40045
|
+
// @ts-ignore: suppressing TS4127
|
39920
40046
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
39921
40047
|
const proxy = this._getCustomInspectProxy();
|
39922
40048
|
return "Undo " + inspect(proxy, options);
|
@@ -40101,10 +40227,12 @@ export class Update extends Activity {
|
|
40101
40227
|
const proxy = super._getCustomInspectProxy();
|
40102
40228
|
return proxy;
|
40103
40229
|
}
|
40230
|
+
// @ts-ignore: suppressing TS4127
|
40104
40231
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
40105
40232
|
const proxy = this._getCustomInspectProxy();
|
40106
40233
|
return "Update " + inspect(proxy, options);
|
40107
40234
|
}
|
40235
|
+
// @ts-ignore: suppressing TS4127
|
40108
40236
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
40109
40237
|
const proxy = this._getCustomInspectProxy();
|
40110
40238
|
return "Update " + inspect(proxy, options);
|
@@ -40275,10 +40403,12 @@ export class Video extends Document {
|
|
40275
40403
|
const proxy = super._getCustomInspectProxy();
|
40276
40404
|
return proxy;
|
40277
40405
|
}
|
40406
|
+
// @ts-ignore: suppressing TS4127
|
40278
40407
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
40279
40408
|
const proxy = this._getCustomInspectProxy();
|
40280
40409
|
return "Video " + inspect(proxy, options);
|
40281
40410
|
}
|
40411
|
+
// @ts-ignore: suppressing TS4127
|
40282
40412
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
40283
40413
|
const proxy = this._getCustomInspectProxy();
|
40284
40414
|
return "Video " + inspect(proxy, options);
|
@@ -40433,10 +40563,12 @@ export class View extends Activity {
|
|
40433
40563
|
const proxy = super._getCustomInspectProxy();
|
40434
40564
|
return proxy;
|
40435
40565
|
}
|
40566
|
+
// @ts-ignore: suppressing TS4127
|
40436
40567
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
40437
40568
|
const proxy = this._getCustomInspectProxy();
|
40438
40569
|
return "View " + inspect(proxy, options);
|
40439
40570
|
}
|
40571
|
+
// @ts-ignore: suppressing TS4127
|
40440
40572
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
40441
40573
|
const proxy = this._getCustomInspectProxy();
|
40442
40574
|
return "View " + inspect(proxy, options);
|