@fedify/fedify 1.1.21 → 1.1.23
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 +52 -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/announce.yaml +3 -1
- package/esm/vocab/create.yaml +3 -1
- package/esm/vocab/delete.yaml +3 -1
- package/esm/vocab/lookup.js +1 -1
- package/esm/vocab/question.yaml +75 -73
- package/esm/vocab/update.yaml +3 -1
- package/esm/vocab/vocab.js +152 -5
- 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.18}/_negotiation/common.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/encoding.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/language.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/media_type.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/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.18}/_negotiation/common.js +0 -0
- /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/encoding.js +0 -0
- /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/language.js +0 -0
- /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/media_type.js +0 -0
- /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/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.18}/_negotiation/common.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/encoding.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/language.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/media_type.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/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);
|
|
@@ -10348,7 +10374,10 @@ export class Announce extends Activity {
|
|
|
10348
10374
|
"misskey": "https://misskey-hub.net/ns#",
|
|
10349
10375
|
"fedibird": "http://fedibird.com/ns#",
|
|
10350
10376
|
"sensitive": "as:sensitive",
|
|
10351
|
-
"votersCount":
|
|
10377
|
+
"votersCount": {
|
|
10378
|
+
"@id": "toot:votersCount",
|
|
10379
|
+
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
|
|
10380
|
+
},
|
|
10352
10381
|
"Emoji": "toot:Emoji",
|
|
10353
10382
|
"Hashtag": "as:Hashtag",
|
|
10354
10383
|
"quoteUrl": "as:quoteUrl",
|
|
@@ -10436,10 +10465,12 @@ export class Announce extends Activity {
|
|
|
10436
10465
|
const proxy = super._getCustomInspectProxy();
|
|
10437
10466
|
return proxy;
|
|
10438
10467
|
}
|
|
10468
|
+
// @ts-ignore: suppressing TS4127
|
|
10439
10469
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
10440
10470
|
const proxy = this._getCustomInspectProxy();
|
|
10441
10471
|
return "Announce " + inspect(proxy, options);
|
|
10442
10472
|
}
|
|
10473
|
+
// @ts-ignore: suppressing TS4127
|
|
10443
10474
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
10444
10475
|
const proxy = this._getCustomInspectProxy();
|
|
10445
10476
|
return "Announce " + inspect(proxy, options);
|
|
@@ -13749,10 +13780,12 @@ export class Application extends Object {
|
|
|
13749
13780
|
}
|
|
13750
13781
|
return proxy;
|
|
13751
13782
|
}
|
|
13783
|
+
// @ts-ignore: suppressing TS4127
|
|
13752
13784
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
13753
13785
|
const proxy = this._getCustomInspectProxy();
|
|
13754
13786
|
return "Application " + inspect(proxy, options);
|
|
13755
13787
|
}
|
|
13788
|
+
// @ts-ignore: suppressing TS4127
|
|
13756
13789
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
13757
13790
|
const proxy = this._getCustomInspectProxy();
|
|
13758
13791
|
return "Application " + inspect(proxy, options);
|
|
@@ -13921,10 +13954,12 @@ export class IntransitiveActivity extends Activity {
|
|
|
13921
13954
|
const proxy = super._getCustomInspectProxy();
|
|
13922
13955
|
return proxy;
|
|
13923
13956
|
}
|
|
13957
|
+
// @ts-ignore: suppressing TS4127
|
|
13924
13958
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
13925
13959
|
const proxy = this._getCustomInspectProxy();
|
|
13926
13960
|
return "IntransitiveActivity " + inspect(proxy, options);
|
|
13927
13961
|
}
|
|
13962
|
+
// @ts-ignore: suppressing TS4127
|
|
13928
13963
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
13929
13964
|
const proxy = this._getCustomInspectProxy();
|
|
13930
13965
|
return "IntransitiveActivity " + inspect(proxy, options);
|
|
@@ -14081,10 +14116,12 @@ export class Arrive extends IntransitiveActivity {
|
|
|
14081
14116
|
const proxy = super._getCustomInspectProxy();
|
|
14082
14117
|
return proxy;
|
|
14083
14118
|
}
|
|
14119
|
+
// @ts-ignore: suppressing TS4127
|
|
14084
14120
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
14085
14121
|
const proxy = this._getCustomInspectProxy();
|
|
14086
14122
|
return "Arrive " + inspect(proxy, options);
|
|
14087
14123
|
}
|
|
14124
|
+
// @ts-ignore: suppressing TS4127
|
|
14088
14125
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
14089
14126
|
const proxy = this._getCustomInspectProxy();
|
|
14090
14127
|
return "Arrive " + inspect(proxy, options);
|
|
@@ -14379,10 +14416,12 @@ export class Article extends Object {
|
|
|
14379
14416
|
}
|
|
14380
14417
|
return proxy;
|
|
14381
14418
|
}
|
|
14419
|
+
// @ts-ignore: suppressing TS4127
|
|
14382
14420
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
14383
14421
|
const proxy = this._getCustomInspectProxy();
|
|
14384
14422
|
return "Article " + inspect(proxy, options);
|
|
14385
14423
|
}
|
|
14424
|
+
// @ts-ignore: suppressing TS4127
|
|
14386
14425
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
14387
14426
|
const proxy = this._getCustomInspectProxy();
|
|
14388
14427
|
return "Article " + inspect(proxy, options);
|
|
@@ -14727,10 +14766,12 @@ export class Document extends Object {
|
|
|
14727
14766
|
}
|
|
14728
14767
|
return proxy;
|
|
14729
14768
|
}
|
|
14769
|
+
// @ts-ignore: suppressing TS4127
|
|
14730
14770
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
14731
14771
|
const proxy = this._getCustomInspectProxy();
|
|
14732
14772
|
return "Document " + inspect(proxy, options);
|
|
14733
14773
|
}
|
|
14774
|
+
// @ts-ignore: suppressing TS4127
|
|
14734
14775
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
14735
14776
|
const proxy = this._getCustomInspectProxy();
|
|
14736
14777
|
return "Document " + inspect(proxy, options);
|
|
@@ -14901,10 +14942,12 @@ export class Audio extends Document {
|
|
|
14901
14942
|
const proxy = super._getCustomInspectProxy();
|
|
14902
14943
|
return proxy;
|
|
14903
14944
|
}
|
|
14945
|
+
// @ts-ignore: suppressing TS4127
|
|
14904
14946
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
14905
14947
|
const proxy = this._getCustomInspectProxy();
|
|
14906
14948
|
return "Audio " + inspect(proxy, options);
|
|
14907
14949
|
}
|
|
14950
|
+
// @ts-ignore: suppressing TS4127
|
|
14908
14951
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
14909
14952
|
const proxy = this._getCustomInspectProxy();
|
|
14910
14953
|
return "Audio " + inspect(proxy, options);
|
|
@@ -15063,10 +15106,12 @@ export class Ignore extends Activity {
|
|
|
15063
15106
|
const proxy = super._getCustomInspectProxy();
|
|
15064
15107
|
return proxy;
|
|
15065
15108
|
}
|
|
15109
|
+
// @ts-ignore: suppressing TS4127
|
|
15066
15110
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
15067
15111
|
const proxy = this._getCustomInspectProxy();
|
|
15068
15112
|
return "Ignore " + inspect(proxy, options);
|
|
15069
15113
|
}
|
|
15114
|
+
// @ts-ignore: suppressing TS4127
|
|
15070
15115
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
15071
15116
|
const proxy = this._getCustomInspectProxy();
|
|
15072
15117
|
return "Ignore " + inspect(proxy, options);
|
|
@@ -15224,10 +15269,12 @@ export class Block extends Ignore {
|
|
|
15224
15269
|
const proxy = super._getCustomInspectProxy();
|
|
15225
15270
|
return proxy;
|
|
15226
15271
|
}
|
|
15272
|
+
// @ts-ignore: suppressing TS4127
|
|
15227
15273
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
15228
15274
|
const proxy = this._getCustomInspectProxy();
|
|
15229
15275
|
return "Block " + inspect(proxy, options);
|
|
15230
15276
|
}
|
|
15277
|
+
// @ts-ignore: suppressing TS4127
|
|
15231
15278
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
15232
15279
|
const proxy = this._getCustomInspectProxy();
|
|
15233
15280
|
return "Block " + inspect(proxy, options);
|
|
@@ -16151,10 +16198,12 @@ export class Collection extends Object {
|
|
|
16151
16198
|
}
|
|
16152
16199
|
return proxy;
|
|
16153
16200
|
}
|
|
16201
|
+
// @ts-ignore: suppressing TS4127
|
|
16154
16202
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
16155
16203
|
const proxy = this._getCustomInspectProxy();
|
|
16156
16204
|
return "Collection " + inspect(proxy, options);
|
|
16157
16205
|
}
|
|
16206
|
+
// @ts-ignore: suppressing TS4127
|
|
16158
16207
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
16159
16208
|
const proxy = this._getCustomInspectProxy();
|
|
16160
16209
|
return "Collection " + inspect(proxy, options);
|
|
@@ -16754,10 +16803,12 @@ export class CollectionPage extends Collection {
|
|
|
16754
16803
|
}
|
|
16755
16804
|
return proxy;
|
|
16756
16805
|
}
|
|
16806
|
+
// @ts-ignore: suppressing TS4127
|
|
16757
16807
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
16758
16808
|
const proxy = this._getCustomInspectProxy();
|
|
16759
16809
|
return "CollectionPage " + inspect(proxy, options);
|
|
16760
16810
|
}
|
|
16811
|
+
// @ts-ignore: suppressing TS4127
|
|
16761
16812
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
16762
16813
|
const proxy = this._getCustomInspectProxy();
|
|
16763
16814
|
return "CollectionPage " + inspect(proxy, options);
|
|
@@ -16837,7 +16888,10 @@ export class Create extends Activity {
|
|
|
16837
16888
|
"misskey": "https://misskey-hub.net/ns#",
|
|
16838
16889
|
"fedibird": "http://fedibird.com/ns#",
|
|
16839
16890
|
"sensitive": "as:sensitive",
|
|
16840
|
-
"votersCount":
|
|
16891
|
+
"votersCount": {
|
|
16892
|
+
"@id": "toot:votersCount",
|
|
16893
|
+
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
|
|
16894
|
+
},
|
|
16841
16895
|
"Emoji": "toot:Emoji",
|
|
16842
16896
|
"Hashtag": "as:Hashtag",
|
|
16843
16897
|
"ChatMessage": "http://litepub.social/ns#ChatMessage",
|
|
@@ -16926,10 +16980,12 @@ export class Create extends Activity {
|
|
|
16926
16980
|
const proxy = super._getCustomInspectProxy();
|
|
16927
16981
|
return proxy;
|
|
16928
16982
|
}
|
|
16983
|
+
// @ts-ignore: suppressing TS4127
|
|
16929
16984
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
16930
16985
|
const proxy = this._getCustomInspectProxy();
|
|
16931
16986
|
return "Create " + inspect(proxy, options);
|
|
16932
16987
|
}
|
|
16988
|
+
// @ts-ignore: suppressing TS4127
|
|
16933
16989
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
16934
16990
|
const proxy = this._getCustomInspectProxy();
|
|
16935
16991
|
return "Create " + inspect(proxy, options);
|
|
@@ -17009,7 +17065,10 @@ export class Delete extends Activity {
|
|
|
17009
17065
|
"misskey": "https://misskey-hub.net/ns#",
|
|
17010
17066
|
"fedibird": "http://fedibird.com/ns#",
|
|
17011
17067
|
"sensitive": "as:sensitive",
|
|
17012
|
-
"votersCount":
|
|
17068
|
+
"votersCount": {
|
|
17069
|
+
"@id": "toot:votersCount",
|
|
17070
|
+
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
|
|
17071
|
+
},
|
|
17013
17072
|
"Emoji": "toot:Emoji",
|
|
17014
17073
|
"Hashtag": "as:Hashtag",
|
|
17015
17074
|
"ChatMessage": "http://litepub.social/ns#ChatMessage",
|
|
@@ -17098,10 +17157,12 @@ export class Delete extends Activity {
|
|
|
17098
17157
|
const proxy = super._getCustomInspectProxy();
|
|
17099
17158
|
return proxy;
|
|
17100
17159
|
}
|
|
17160
|
+
// @ts-ignore: suppressing TS4127
|
|
17101
17161
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
17102
17162
|
const proxy = this._getCustomInspectProxy();
|
|
17103
17163
|
return "Delete " + inspect(proxy, options);
|
|
17104
17164
|
}
|
|
17165
|
+
// @ts-ignore: suppressing TS4127
|
|
17105
17166
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
17106
17167
|
const proxy = this._getCustomInspectProxy();
|
|
17107
17168
|
return "Delete " + inspect(proxy, options);
|
|
@@ -17257,10 +17318,12 @@ export class Dislike extends Activity {
|
|
|
17257
17318
|
const proxy = super._getCustomInspectProxy();
|
|
17258
17319
|
return proxy;
|
|
17259
17320
|
}
|
|
17321
|
+
// @ts-ignore: suppressing TS4127
|
|
17260
17322
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
17261
17323
|
const proxy = this._getCustomInspectProxy();
|
|
17262
17324
|
return "Dislike " + inspect(proxy, options);
|
|
17263
17325
|
}
|
|
17326
|
+
// @ts-ignore: suppressing TS4127
|
|
17264
17327
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
17265
17328
|
const proxy = this._getCustomInspectProxy();
|
|
17266
17329
|
return "Dislike " + inspect(proxy, options);
|
|
@@ -17929,10 +17992,12 @@ export class Endpoints {
|
|
|
17929
17992
|
}
|
|
17930
17993
|
return proxy;
|
|
17931
17994
|
}
|
|
17995
|
+
// @ts-ignore: suppressing TS4127
|
|
17932
17996
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
17933
17997
|
const proxy = this._getCustomInspectProxy();
|
|
17934
17998
|
return "Endpoints " + inspect(proxy, options);
|
|
17935
17999
|
}
|
|
18000
|
+
// @ts-ignore: suppressing TS4127
|
|
17936
18001
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
17937
18002
|
const proxy = this._getCustomInspectProxy();
|
|
17938
18003
|
return "Endpoints " + inspect(proxy, options);
|
|
@@ -18103,10 +18168,12 @@ export class Event extends Object {
|
|
|
18103
18168
|
const proxy = super._getCustomInspectProxy();
|
|
18104
18169
|
return proxy;
|
|
18105
18170
|
}
|
|
18171
|
+
// @ts-ignore: suppressing TS4127
|
|
18106
18172
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
18107
18173
|
const proxy = this._getCustomInspectProxy();
|
|
18108
18174
|
return "Event " + inspect(proxy, options);
|
|
18109
18175
|
}
|
|
18176
|
+
// @ts-ignore: suppressing TS4127
|
|
18110
18177
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
18111
18178
|
const proxy = this._getCustomInspectProxy();
|
|
18112
18179
|
return "Event " + inspect(proxy, options);
|
|
@@ -18263,10 +18330,12 @@ export class Flag extends Activity {
|
|
|
18263
18330
|
const proxy = super._getCustomInspectProxy();
|
|
18264
18331
|
return proxy;
|
|
18265
18332
|
}
|
|
18333
|
+
// @ts-ignore: suppressing TS4127
|
|
18266
18334
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
18267
18335
|
const proxy = this._getCustomInspectProxy();
|
|
18268
18336
|
return "Flag " + inspect(proxy, options);
|
|
18269
18337
|
}
|
|
18338
|
+
// @ts-ignore: suppressing TS4127
|
|
18270
18339
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
18271
18340
|
const proxy = this._getCustomInspectProxy();
|
|
18272
18341
|
return "Flag " + inspect(proxy, options);
|
|
@@ -18427,10 +18496,12 @@ export class Follow extends Activity {
|
|
|
18427
18496
|
const proxy = super._getCustomInspectProxy();
|
|
18428
18497
|
return proxy;
|
|
18429
18498
|
}
|
|
18499
|
+
// @ts-ignore: suppressing TS4127
|
|
18430
18500
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
18431
18501
|
const proxy = this._getCustomInspectProxy();
|
|
18432
18502
|
return "Follow " + inspect(proxy, options);
|
|
18433
18503
|
}
|
|
18504
|
+
// @ts-ignore: suppressing TS4127
|
|
18434
18505
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
18435
18506
|
const proxy = this._getCustomInspectProxy();
|
|
18436
18507
|
return "Follow " + inspect(proxy, options);
|
|
@@ -21740,10 +21811,12 @@ export class Group extends Object {
|
|
|
21740
21811
|
}
|
|
21741
21812
|
return proxy;
|
|
21742
21813
|
}
|
|
21814
|
+
// @ts-ignore: suppressing TS4127
|
|
21743
21815
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
21744
21816
|
const proxy = this._getCustomInspectProxy();
|
|
21745
21817
|
return "Group " + inspect(proxy, options);
|
|
21746
21818
|
}
|
|
21819
|
+
// @ts-ignore: suppressing TS4127
|
|
21747
21820
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
21748
21821
|
const proxy = this._getCustomInspectProxy();
|
|
21749
21822
|
return "Group " + inspect(proxy, options);
|
|
@@ -22809,10 +22882,12 @@ export class Link {
|
|
|
22809
22882
|
}
|
|
22810
22883
|
return proxy;
|
|
22811
22884
|
}
|
|
22885
|
+
// @ts-ignore: suppressing TS4127
|
|
22812
22886
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
22813
22887
|
const proxy = this._getCustomInspectProxy();
|
|
22814
22888
|
return "Link " + inspect(proxy, options);
|
|
22815
22889
|
}
|
|
22890
|
+
// @ts-ignore: suppressing TS4127
|
|
22816
22891
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
22817
22892
|
const proxy = this._getCustomInspectProxy();
|
|
22818
22893
|
return "Link " + inspect(proxy, options);
|
|
@@ -22971,10 +23046,12 @@ export class Hashtag extends Link {
|
|
|
22971
23046
|
const proxy = super._getCustomInspectProxy();
|
|
22972
23047
|
return proxy;
|
|
22973
23048
|
}
|
|
23049
|
+
// @ts-ignore: suppressing TS4127
|
|
22974
23050
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
22975
23051
|
const proxy = this._getCustomInspectProxy();
|
|
22976
23052
|
return "Hashtag " + inspect(proxy, options);
|
|
22977
23053
|
}
|
|
23054
|
+
// @ts-ignore: suppressing TS4127
|
|
22978
23055
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
22979
23056
|
const proxy = this._getCustomInspectProxy();
|
|
22980
23057
|
return "Hashtag " + inspect(proxy, options);
|
|
@@ -23139,10 +23216,12 @@ export class Image extends Document {
|
|
|
23139
23216
|
const proxy = super._getCustomInspectProxy();
|
|
23140
23217
|
return proxy;
|
|
23141
23218
|
}
|
|
23219
|
+
// @ts-ignore: suppressing TS4127
|
|
23142
23220
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
23143
23221
|
const proxy = this._getCustomInspectProxy();
|
|
23144
23222
|
return "Image " + inspect(proxy, options);
|
|
23145
23223
|
}
|
|
23224
|
+
// @ts-ignore: suppressing TS4127
|
|
23146
23225
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
23147
23226
|
const proxy = this._getCustomInspectProxy();
|
|
23148
23227
|
return "Image " + inspect(proxy, options);
|
|
@@ -23302,10 +23381,12 @@ export class Offer extends Activity {
|
|
|
23302
23381
|
const proxy = super._getCustomInspectProxy();
|
|
23303
23382
|
return proxy;
|
|
23304
23383
|
}
|
|
23384
|
+
// @ts-ignore: suppressing TS4127
|
|
23305
23385
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
23306
23386
|
const proxy = this._getCustomInspectProxy();
|
|
23307
23387
|
return "Offer " + inspect(proxy, options);
|
|
23308
23388
|
}
|
|
23389
|
+
// @ts-ignore: suppressing TS4127
|
|
23309
23390
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
23310
23391
|
const proxy = this._getCustomInspectProxy();
|
|
23311
23392
|
return "Offer " + inspect(proxy, options);
|
|
@@ -23461,10 +23542,12 @@ export class Invite extends Offer {
|
|
|
23461
23542
|
const proxy = super._getCustomInspectProxy();
|
|
23462
23543
|
return proxy;
|
|
23463
23544
|
}
|
|
23545
|
+
// @ts-ignore: suppressing TS4127
|
|
23464
23546
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
23465
23547
|
const proxy = this._getCustomInspectProxy();
|
|
23466
23548
|
return "Invite " + inspect(proxy, options);
|
|
23467
23549
|
}
|
|
23550
|
+
// @ts-ignore: suppressing TS4127
|
|
23468
23551
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
23469
23552
|
const proxy = this._getCustomInspectProxy();
|
|
23470
23553
|
return "Invite " + inspect(proxy, options);
|
|
@@ -23620,10 +23703,12 @@ export class Join extends Activity {
|
|
|
23620
23703
|
const proxy = super._getCustomInspectProxy();
|
|
23621
23704
|
return proxy;
|
|
23622
23705
|
}
|
|
23706
|
+
// @ts-ignore: suppressing TS4127
|
|
23623
23707
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
23624
23708
|
const proxy = this._getCustomInspectProxy();
|
|
23625
23709
|
return "Join " + inspect(proxy, options);
|
|
23626
23710
|
}
|
|
23711
|
+
// @ts-ignore: suppressing TS4127
|
|
23627
23712
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
23628
23713
|
const proxy = this._getCustomInspectProxy();
|
|
23629
23714
|
return "Join " + inspect(proxy, options);
|
|
@@ -23779,10 +23864,12 @@ export class Leave extends Activity {
|
|
|
23779
23864
|
const proxy = super._getCustomInspectProxy();
|
|
23780
23865
|
return proxy;
|
|
23781
23866
|
}
|
|
23867
|
+
// @ts-ignore: suppressing TS4127
|
|
23782
23868
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
23783
23869
|
const proxy = this._getCustomInspectProxy();
|
|
23784
23870
|
return "Leave " + inspect(proxy, options);
|
|
23785
23871
|
}
|
|
23872
|
+
// @ts-ignore: suppressing TS4127
|
|
23786
23873
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
23787
23874
|
const proxy = this._getCustomInspectProxy();
|
|
23788
23875
|
return "Leave " + inspect(proxy, options);
|
|
@@ -23939,10 +24026,12 @@ export class Like extends Activity {
|
|
|
23939
24026
|
const proxy = super._getCustomInspectProxy();
|
|
23940
24027
|
return proxy;
|
|
23941
24028
|
}
|
|
24029
|
+
// @ts-ignore: suppressing TS4127
|
|
23942
24030
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
23943
24031
|
const proxy = this._getCustomInspectProxy();
|
|
23944
24032
|
return "Like " + inspect(proxy, options);
|
|
23945
24033
|
}
|
|
24034
|
+
// @ts-ignore: suppressing TS4127
|
|
23946
24035
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
23947
24036
|
const proxy = this._getCustomInspectProxy();
|
|
23948
24037
|
return "Like " + inspect(proxy, options);
|
|
@@ -24097,10 +24186,12 @@ export class Listen extends Activity {
|
|
|
24097
24186
|
const proxy = super._getCustomInspectProxy();
|
|
24098
24187
|
return proxy;
|
|
24099
24188
|
}
|
|
24189
|
+
// @ts-ignore: suppressing TS4127
|
|
24100
24190
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
24101
24191
|
const proxy = this._getCustomInspectProxy();
|
|
24102
24192
|
return "Listen " + inspect(proxy, options);
|
|
24103
24193
|
}
|
|
24194
|
+
// @ts-ignore: suppressing TS4127
|
|
24104
24195
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
24105
24196
|
const proxy = this._getCustomInspectProxy();
|
|
24106
24197
|
return "Listen " + inspect(proxy, options);
|
|
@@ -24254,10 +24345,12 @@ export class Mention extends Link {
|
|
|
24254
24345
|
const proxy = super._getCustomInspectProxy();
|
|
24255
24346
|
return proxy;
|
|
24256
24347
|
}
|
|
24348
|
+
// @ts-ignore: suppressing TS4127
|
|
24257
24349
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
24258
24350
|
const proxy = this._getCustomInspectProxy();
|
|
24259
24351
|
return "Mention " + inspect(proxy, options);
|
|
24260
24352
|
}
|
|
24353
|
+
// @ts-ignore: suppressing TS4127
|
|
24261
24354
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
24262
24355
|
const proxy = this._getCustomInspectProxy();
|
|
24263
24356
|
return "Mention " + inspect(proxy, options);
|
|
@@ -24414,10 +24507,12 @@ export class Move extends Activity {
|
|
|
24414
24507
|
const proxy = super._getCustomInspectProxy();
|
|
24415
24508
|
return proxy;
|
|
24416
24509
|
}
|
|
24510
|
+
// @ts-ignore: suppressing TS4127
|
|
24417
24511
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
24418
24512
|
const proxy = this._getCustomInspectProxy();
|
|
24419
24513
|
return "Move " + inspect(proxy, options);
|
|
24420
24514
|
}
|
|
24515
|
+
// @ts-ignore: suppressing TS4127
|
|
24421
24516
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
24422
24517
|
const proxy = this._getCustomInspectProxy();
|
|
24423
24518
|
return "Move " + inspect(proxy, options);
|
|
@@ -24713,10 +24808,12 @@ export class Note extends Object {
|
|
|
24713
24808
|
}
|
|
24714
24809
|
return proxy;
|
|
24715
24810
|
}
|
|
24811
|
+
// @ts-ignore: suppressing TS4127
|
|
24716
24812
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
24717
24813
|
const proxy = this._getCustomInspectProxy();
|
|
24718
24814
|
return "Note " + inspect(proxy, options);
|
|
24719
24815
|
}
|
|
24816
|
+
// @ts-ignore: suppressing TS4127
|
|
24720
24817
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
24721
24818
|
const proxy = this._getCustomInspectProxy();
|
|
24722
24819
|
return "Note " + inspect(proxy, options);
|
|
@@ -25131,10 +25228,12 @@ export class OrderedCollection extends Collection {
|
|
|
25131
25228
|
}
|
|
25132
25229
|
return proxy;
|
|
25133
25230
|
}
|
|
25231
|
+
// @ts-ignore: suppressing TS4127
|
|
25134
25232
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
25135
25233
|
const proxy = this._getCustomInspectProxy();
|
|
25136
25234
|
return "OrderedCollection " + inspect(proxy, options);
|
|
25137
25235
|
}
|
|
25236
|
+
// @ts-ignore: suppressing TS4127
|
|
25138
25237
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
25139
25238
|
const proxy = this._getCustomInspectProxy();
|
|
25140
25239
|
return "OrderedCollection " + inspect(proxy, options);
|
|
@@ -25631,10 +25730,12 @@ export class OrderedCollectionPage extends CollectionPage {
|
|
|
25631
25730
|
}
|
|
25632
25731
|
return proxy;
|
|
25633
25732
|
}
|
|
25733
|
+
// @ts-ignore: suppressing TS4127
|
|
25634
25734
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
25635
25735
|
const proxy = this._getCustomInspectProxy();
|
|
25636
25736
|
return "OrderedCollectionPage " + inspect(proxy, options);
|
|
25637
25737
|
}
|
|
25738
|
+
// @ts-ignore: suppressing TS4127
|
|
25638
25739
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
25639
25740
|
const proxy = this._getCustomInspectProxy();
|
|
25640
25741
|
return "OrderedCollectionPage " + inspect(proxy, options);
|
|
@@ -28944,10 +29045,12 @@ export class Organization extends Object {
|
|
|
28944
29045
|
}
|
|
28945
29046
|
return proxy;
|
|
28946
29047
|
}
|
|
29048
|
+
// @ts-ignore: suppressing TS4127
|
|
28947
29049
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
28948
29050
|
const proxy = this._getCustomInspectProxy();
|
|
28949
29051
|
return "Organization " + inspect(proxy, options);
|
|
28950
29052
|
}
|
|
29053
|
+
// @ts-ignore: suppressing TS4127
|
|
28951
29054
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
28952
29055
|
const proxy = this._getCustomInspectProxy();
|
|
28953
29056
|
return "Organization " + inspect(proxy, options);
|
|
@@ -29119,10 +29222,12 @@ export class Page extends Document {
|
|
|
29119
29222
|
const proxy = super._getCustomInspectProxy();
|
|
29120
29223
|
return proxy;
|
|
29121
29224
|
}
|
|
29225
|
+
// @ts-ignore: suppressing TS4127
|
|
29122
29226
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
29123
29227
|
const proxy = this._getCustomInspectProxy();
|
|
29124
29228
|
return "Page " + inspect(proxy, options);
|
|
29125
29229
|
}
|
|
29230
|
+
// @ts-ignore: suppressing TS4127
|
|
29126
29231
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
29127
29232
|
const proxy = this._getCustomInspectProxy();
|
|
29128
29233
|
return "Page " + inspect(proxy, options);
|
|
@@ -32432,10 +32537,12 @@ export class Person extends Object {
|
|
|
32432
32537
|
}
|
|
32433
32538
|
return proxy;
|
|
32434
32539
|
}
|
|
32540
|
+
// @ts-ignore: suppressing TS4127
|
|
32435
32541
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
32436
32542
|
const proxy = this._getCustomInspectProxy();
|
|
32437
32543
|
return "Person " + inspect(proxy, options);
|
|
32438
32544
|
}
|
|
32545
|
+
// @ts-ignore: suppressing TS4127
|
|
32439
32546
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
32440
32547
|
const proxy = this._getCustomInspectProxy();
|
|
32441
32548
|
return "Person " + inspect(proxy, options);
|
|
@@ -33106,10 +33213,12 @@ export class Place extends Object {
|
|
|
33106
33213
|
}
|
|
33107
33214
|
return proxy;
|
|
33108
33215
|
}
|
|
33216
|
+
// @ts-ignore: suppressing TS4127
|
|
33109
33217
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
33110
33218
|
const proxy = this._getCustomInspectProxy();
|
|
33111
33219
|
return "Place " + inspect(proxy, options);
|
|
33112
33220
|
}
|
|
33221
|
+
// @ts-ignore: suppressing TS4127
|
|
33113
33222
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
33114
33223
|
const proxy = this._getCustomInspectProxy();
|
|
33115
33224
|
return "Place " + inspect(proxy, options);
|
|
@@ -33422,10 +33531,12 @@ export class Profile extends Object {
|
|
|
33422
33531
|
}
|
|
33423
33532
|
return proxy;
|
|
33424
33533
|
}
|
|
33534
|
+
// @ts-ignore: suppressing TS4127
|
|
33425
33535
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
33426
33536
|
const proxy = this._getCustomInspectProxy();
|
|
33427
33537
|
return "Profile " + inspect(proxy, options);
|
|
33428
33538
|
}
|
|
33539
|
+
// @ts-ignore: suppressing TS4127
|
|
33429
33540
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
33430
33541
|
const proxy = this._getCustomInspectProxy();
|
|
33431
33542
|
return "Profile " + inspect(proxy, options);
|
|
@@ -33835,7 +33946,10 @@ export class Question extends IntransitiveActivity {
|
|
|
33835
33946
|
"misskey": "https://misskey-hub.net/ns#",
|
|
33836
33947
|
"fedibird": "http://fedibird.com/ns#",
|
|
33837
33948
|
"sensitive": "as:sensitive",
|
|
33838
|
-
"votersCount":
|
|
33949
|
+
"votersCount": {
|
|
33950
|
+
"@id": "toot:votersCount",
|
|
33951
|
+
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
|
|
33952
|
+
},
|
|
33839
33953
|
"Emoji": "toot:Emoji",
|
|
33840
33954
|
"Hashtag": "as:Hashtag",
|
|
33841
33955
|
"quoteUrl": "as:quoteUrl",
|
|
@@ -34095,10 +34209,12 @@ export class Question extends IntransitiveActivity {
|
|
|
34095
34209
|
}
|
|
34096
34210
|
return proxy;
|
|
34097
34211
|
}
|
|
34212
|
+
// @ts-ignore: suppressing TS4127
|
|
34098
34213
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
34099
34214
|
const proxy = this._getCustomInspectProxy();
|
|
34100
34215
|
return "Question " + inspect(proxy, options);
|
|
34101
34216
|
}
|
|
34217
|
+
// @ts-ignore: suppressing TS4127
|
|
34102
34218
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
34103
34219
|
const proxy = this._getCustomInspectProxy();
|
|
34104
34220
|
return "Question " + inspect(proxy, options);
|
|
@@ -34253,10 +34369,12 @@ export class Read extends Activity {
|
|
|
34253
34369
|
const proxy = super._getCustomInspectProxy();
|
|
34254
34370
|
return proxy;
|
|
34255
34371
|
}
|
|
34372
|
+
// @ts-ignore: suppressing TS4127
|
|
34256
34373
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
34257
34374
|
const proxy = this._getCustomInspectProxy();
|
|
34258
34375
|
return "Read " + inspect(proxy, options);
|
|
34259
34376
|
}
|
|
34377
|
+
// @ts-ignore: suppressing TS4127
|
|
34260
34378
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
34261
34379
|
const proxy = this._getCustomInspectProxy();
|
|
34262
34380
|
return "Read " + inspect(proxy, options);
|
|
@@ -34415,10 +34533,12 @@ export class Reject extends Activity {
|
|
|
34415
34533
|
const proxy = super._getCustomInspectProxy();
|
|
34416
34534
|
return proxy;
|
|
34417
34535
|
}
|
|
34536
|
+
// @ts-ignore: suppressing TS4127
|
|
34418
34537
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
34419
34538
|
const proxy = this._getCustomInspectProxy();
|
|
34420
34539
|
return "Reject " + inspect(proxy, options);
|
|
34421
34540
|
}
|
|
34541
|
+
// @ts-ignore: suppressing TS4127
|
|
34422
34542
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
34423
34543
|
const proxy = this._getCustomInspectProxy();
|
|
34424
34544
|
return "Reject " + inspect(proxy, options);
|
|
@@ -35148,10 +35268,12 @@ export class Relationship extends Object {
|
|
|
35148
35268
|
}
|
|
35149
35269
|
return proxy;
|
|
35150
35270
|
}
|
|
35271
|
+
// @ts-ignore: suppressing TS4127
|
|
35151
35272
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
35152
35273
|
const proxy = this._getCustomInspectProxy();
|
|
35153
35274
|
return "Relationship " + inspect(proxy, options);
|
|
35154
35275
|
}
|
|
35276
|
+
// @ts-ignore: suppressing TS4127
|
|
35155
35277
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
35156
35278
|
const proxy = this._getCustomInspectProxy();
|
|
35157
35279
|
return "Relationship " + inspect(proxy, options);
|
|
@@ -35307,10 +35429,12 @@ export class Remove extends Activity {
|
|
|
35307
35429
|
const proxy = super._getCustomInspectProxy();
|
|
35308
35430
|
return proxy;
|
|
35309
35431
|
}
|
|
35432
|
+
// @ts-ignore: suppressing TS4127
|
|
35310
35433
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
35311
35434
|
const proxy = this._getCustomInspectProxy();
|
|
35312
35435
|
return "Remove " + inspect(proxy, options);
|
|
35313
35436
|
}
|
|
35437
|
+
// @ts-ignore: suppressing TS4127
|
|
35314
35438
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
35315
35439
|
const proxy = this._getCustomInspectProxy();
|
|
35316
35440
|
return "Remove " + inspect(proxy, options);
|
|
@@ -38620,10 +38744,12 @@ export class Service extends Object {
|
|
|
38620
38744
|
}
|
|
38621
38745
|
return proxy;
|
|
38622
38746
|
}
|
|
38747
|
+
// @ts-ignore: suppressing TS4127
|
|
38623
38748
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
38624
38749
|
const proxy = this._getCustomInspectProxy();
|
|
38625
38750
|
return "Service " + inspect(proxy, options);
|
|
38626
38751
|
}
|
|
38752
|
+
// @ts-ignore: suppressing TS4127
|
|
38627
38753
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
38628
38754
|
const proxy = this._getCustomInspectProxy();
|
|
38629
38755
|
return "Service " + inspect(proxy, options);
|
|
@@ -39004,10 +39130,12 @@ export class Source {
|
|
|
39004
39130
|
}
|
|
39005
39131
|
return proxy;
|
|
39006
39132
|
}
|
|
39133
|
+
// @ts-ignore: suppressing TS4127
|
|
39007
39134
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
39008
39135
|
const proxy = this._getCustomInspectProxy();
|
|
39009
39136
|
return "Source " + inspect(proxy, options);
|
|
39010
39137
|
}
|
|
39138
|
+
// @ts-ignore: suppressing TS4127
|
|
39011
39139
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
39012
39140
|
const proxy = this._getCustomInspectProxy();
|
|
39013
39141
|
return "Source " + inspect(proxy, options);
|
|
@@ -39163,10 +39291,12 @@ export class TentativeAccept extends Accept {
|
|
|
39163
39291
|
const proxy = super._getCustomInspectProxy();
|
|
39164
39292
|
return proxy;
|
|
39165
39293
|
}
|
|
39294
|
+
// @ts-ignore: suppressing TS4127
|
|
39166
39295
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
39167
39296
|
const proxy = this._getCustomInspectProxy();
|
|
39168
39297
|
return "TentativeAccept " + inspect(proxy, options);
|
|
39169
39298
|
}
|
|
39299
|
+
// @ts-ignore: suppressing TS4127
|
|
39170
39300
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
39171
39301
|
const proxy = this._getCustomInspectProxy();
|
|
39172
39302
|
return "TentativeAccept " + inspect(proxy, options);
|
|
@@ -39322,10 +39452,12 @@ export class TentativeReject extends Reject {
|
|
|
39322
39452
|
const proxy = super._getCustomInspectProxy();
|
|
39323
39453
|
return proxy;
|
|
39324
39454
|
}
|
|
39455
|
+
// @ts-ignore: suppressing TS4127
|
|
39325
39456
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
39326
39457
|
const proxy = this._getCustomInspectProxy();
|
|
39327
39458
|
return "TentativeReject " + inspect(proxy, options);
|
|
39328
39459
|
}
|
|
39460
|
+
// @ts-ignore: suppressing TS4127
|
|
39329
39461
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
39330
39462
|
const proxy = this._getCustomInspectProxy();
|
|
39331
39463
|
return "TentativeReject " + inspect(proxy, options);
|
|
@@ -39579,10 +39711,12 @@ export class Tombstone extends Object {
|
|
|
39579
39711
|
}
|
|
39580
39712
|
return proxy;
|
|
39581
39713
|
}
|
|
39714
|
+
// @ts-ignore: suppressing TS4127
|
|
39582
39715
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
39583
39716
|
const proxy = this._getCustomInspectProxy();
|
|
39584
39717
|
return "Tombstone " + inspect(proxy, options);
|
|
39585
39718
|
}
|
|
39719
|
+
// @ts-ignore: suppressing TS4127
|
|
39586
39720
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
39587
39721
|
const proxy = this._getCustomInspectProxy();
|
|
39588
39722
|
return "Tombstone " + inspect(proxy, options);
|
|
@@ -39740,10 +39874,12 @@ export class Travel extends IntransitiveActivity {
|
|
|
39740
39874
|
const proxy = super._getCustomInspectProxy();
|
|
39741
39875
|
return proxy;
|
|
39742
39876
|
}
|
|
39877
|
+
// @ts-ignore: suppressing TS4127
|
|
39743
39878
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
39744
39879
|
const proxy = this._getCustomInspectProxy();
|
|
39745
39880
|
return "Travel " + inspect(proxy, options);
|
|
39746
39881
|
}
|
|
39882
|
+
// @ts-ignore: suppressing TS4127
|
|
39747
39883
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
39748
39884
|
const proxy = this._getCustomInspectProxy();
|
|
39749
39885
|
return "Travel " + inspect(proxy, options);
|
|
@@ -39913,10 +40049,12 @@ export class Undo extends Activity {
|
|
|
39913
40049
|
const proxy = super._getCustomInspectProxy();
|
|
39914
40050
|
return proxy;
|
|
39915
40051
|
}
|
|
40052
|
+
// @ts-ignore: suppressing TS4127
|
|
39916
40053
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
39917
40054
|
const proxy = this._getCustomInspectProxy();
|
|
39918
40055
|
return "Undo " + inspect(proxy, options);
|
|
39919
40056
|
}
|
|
40057
|
+
// @ts-ignore: suppressing TS4127
|
|
39920
40058
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
39921
40059
|
const proxy = this._getCustomInspectProxy();
|
|
39922
40060
|
return "Undo " + inspect(proxy, options);
|
|
@@ -40005,7 +40143,10 @@ export class Update extends Activity {
|
|
|
40005
40143
|
"PropertyValue": "schema:PropertyValue",
|
|
40006
40144
|
"value": "schema:value",
|
|
40007
40145
|
"sensitive": "as:sensitive",
|
|
40008
|
-
"votersCount":
|
|
40146
|
+
"votersCount": {
|
|
40147
|
+
"@id": "toot:votersCount",
|
|
40148
|
+
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
|
|
40149
|
+
},
|
|
40009
40150
|
"featured": { "@id": "toot:featured", "@type": "@id" },
|
|
40010
40151
|
"featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
|
|
40011
40152
|
"discoverable": "toot:discoverable",
|
|
@@ -40101,10 +40242,12 @@ export class Update extends Activity {
|
|
|
40101
40242
|
const proxy = super._getCustomInspectProxy();
|
|
40102
40243
|
return proxy;
|
|
40103
40244
|
}
|
|
40245
|
+
// @ts-ignore: suppressing TS4127
|
|
40104
40246
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
40105
40247
|
const proxy = this._getCustomInspectProxy();
|
|
40106
40248
|
return "Update " + inspect(proxy, options);
|
|
40107
40249
|
}
|
|
40250
|
+
// @ts-ignore: suppressing TS4127
|
|
40108
40251
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
40109
40252
|
const proxy = this._getCustomInspectProxy();
|
|
40110
40253
|
return "Update " + inspect(proxy, options);
|
|
@@ -40275,10 +40418,12 @@ export class Video extends Document {
|
|
|
40275
40418
|
const proxy = super._getCustomInspectProxy();
|
|
40276
40419
|
return proxy;
|
|
40277
40420
|
}
|
|
40421
|
+
// @ts-ignore: suppressing TS4127
|
|
40278
40422
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
40279
40423
|
const proxy = this._getCustomInspectProxy();
|
|
40280
40424
|
return "Video " + inspect(proxy, options);
|
|
40281
40425
|
}
|
|
40426
|
+
// @ts-ignore: suppressing TS4127
|
|
40282
40427
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
40283
40428
|
const proxy = this._getCustomInspectProxy();
|
|
40284
40429
|
return "Video " + inspect(proxy, options);
|
|
@@ -40433,10 +40578,12 @@ export class View extends Activity {
|
|
|
40433
40578
|
const proxy = super._getCustomInspectProxy();
|
|
40434
40579
|
return proxy;
|
|
40435
40580
|
}
|
|
40581
|
+
// @ts-ignore: suppressing TS4127
|
|
40436
40582
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
|
40437
40583
|
const proxy = this._getCustomInspectProxy();
|
|
40438
40584
|
return "View " + inspect(proxy, options);
|
|
40439
40585
|
}
|
|
40586
|
+
// @ts-ignore: suppressing TS4127
|
|
40440
40587
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
|
40441
40588
|
const proxy = this._getCustomInspectProxy();
|
|
40442
40589
|
return "View " + inspect(proxy, options);
|