@fedify/fedify 1.2.20 → 1.2.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 +102 -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/client.js +1 -1
- package/esm/nodeinfo/mod.js +1 -1
- 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/undo.yaml +4 -0
- package/esm/vocab/vocab.js +162 -8
- 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/mod.d.ts +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
@@ -4216,7 +4216,9 @@ export class Object {
|
|
4216
4216
|
: _219RwDanjScTv5tYCjwGZVCM7KZ9_endTime__array) {
|
4217
4217
|
if (v == null)
|
4218
4218
|
continue;
|
4219
|
-
_219RwDanjScTv5tYCjwGZVCM7KZ9_endTime.push(dntShim.Temporal.Instant.from(v["@value"]))
|
4219
|
+
_219RwDanjScTv5tYCjwGZVCM7KZ9_endTime.push(dntShim.Temporal.Instant.from(v["@value"].substring(19).match(/[Z+-]/)
|
4220
|
+
? v["@value"]
|
4221
|
+
: v["@value"] + "Z"));
|
4220
4222
|
}
|
4221
4223
|
instance.#_219RwDanjScTv5tYCjwGZVCM7KZ9_endTime =
|
4222
4224
|
_219RwDanjScTv5tYCjwGZVCM7KZ9_endTime;
|
@@ -4640,7 +4642,9 @@ export class Object {
|
|
4640
4642
|
: _5e258TDXtuhaFRPZiGoDfEpjdMr_published__array) {
|
4641
4643
|
if (v == null)
|
4642
4644
|
continue;
|
4643
|
-
_5e258TDXtuhaFRPZiGoDfEpjdMr_published.push(dntShim.Temporal.Instant.from(v["@value"]))
|
4645
|
+
_5e258TDXtuhaFRPZiGoDfEpjdMr_published.push(dntShim.Temporal.Instant.from(v["@value"].substring(19).match(/[Z+-]/)
|
4646
|
+
? v["@value"]
|
4647
|
+
: v["@value"] + "Z"));
|
4644
4648
|
}
|
4645
4649
|
instance.#_5e258TDXtuhaFRPZiGoDfEpjdMr_published =
|
4646
4650
|
_5e258TDXtuhaFRPZiGoDfEpjdMr_published;
|
@@ -4675,7 +4679,9 @@ export class Object {
|
|
4675
4679
|
: _2w3Jmue4up8iVDUA51WZqomEF438_startTime__array) {
|
4676
4680
|
if (v == null)
|
4677
4681
|
continue;
|
4678
|
-
_2w3Jmue4up8iVDUA51WZqomEF438_startTime.push(dntShim.Temporal.Instant.from(v["@value"]))
|
4682
|
+
_2w3Jmue4up8iVDUA51WZqomEF438_startTime.push(dntShim.Temporal.Instant.from(v["@value"].substring(19).match(/[Z+-]/)
|
4683
|
+
? v["@value"]
|
4684
|
+
: v["@value"] + "Z"));
|
4679
4685
|
}
|
4680
4686
|
instance.#_2w3Jmue4up8iVDUA51WZqomEF438_startTime =
|
4681
4687
|
_2w3Jmue4up8iVDUA51WZqomEF438_startTime;
|
@@ -4805,7 +4811,9 @@ export class Object {
|
|
4805
4811
|
: _385aB7ySixcf5Un6z3VsWmThgCzQ_updated__array) {
|
4806
4812
|
if (v == null)
|
4807
4813
|
continue;
|
4808
|
-
_385aB7ySixcf5Un6z3VsWmThgCzQ_updated.push(dntShim.Temporal.Instant.from(v["@value"]))
|
4814
|
+
_385aB7ySixcf5Un6z3VsWmThgCzQ_updated.push(dntShim.Temporal.Instant.from(v["@value"].substring(19).match(/[Z+-]/)
|
4815
|
+
? v["@value"]
|
4816
|
+
: v["@value"] + "Z"));
|
4809
4817
|
}
|
4810
4818
|
instance.#_385aB7ySixcf5Un6z3VsWmThgCzQ_updated =
|
4811
4819
|
_385aB7ySixcf5Un6z3VsWmThgCzQ_updated;
|
@@ -5455,10 +5463,12 @@ export class Object {
|
|
5455
5463
|
}
|
5456
5464
|
return proxy;
|
5457
5465
|
}
|
5466
|
+
// @ts-ignore: suppressing TS4127
|
5458
5467
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
5459
5468
|
const proxy = this._getCustomInspectProxy();
|
5460
5469
|
return "Object " + inspect(proxy, options);
|
5461
5470
|
}
|
5471
|
+
// @ts-ignore: suppressing TS4127
|
5462
5472
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
5463
5473
|
const proxy = this._getCustomInspectProxy();
|
5464
5474
|
return "Object " + inspect(proxy, options);
|
@@ -5630,10 +5640,12 @@ export class Emoji extends Object {
|
|
5630
5640
|
const proxy = super._getCustomInspectProxy();
|
5631
5641
|
return proxy;
|
5632
5642
|
}
|
5643
|
+
// @ts-ignore: suppressing TS4127
|
5633
5644
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
5634
5645
|
const proxy = this._getCustomInspectProxy();
|
5635
5646
|
return "Emoji " + inspect(proxy, options);
|
5636
5647
|
}
|
5648
|
+
// @ts-ignore: suppressing TS4127
|
5637
5649
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
5638
5650
|
const proxy = this._getCustomInspectProxy();
|
5639
5651
|
return "Emoji " + inspect(proxy, options);
|
@@ -5930,10 +5942,12 @@ export class ChatMessage extends Object {
|
|
5930
5942
|
}
|
5931
5943
|
return proxy;
|
5932
5944
|
}
|
5945
|
+
// @ts-ignore: suppressing TS4127
|
5933
5946
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
5934
5947
|
const proxy = this._getCustomInspectProxy();
|
5935
5948
|
return "ChatMessage " + inspect(proxy, options);
|
5936
5949
|
}
|
5950
|
+
// @ts-ignore: suppressing TS4127
|
5937
5951
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
5938
5952
|
const proxy = this._getCustomInspectProxy();
|
5939
5953
|
return "ChatMessage " + inspect(proxy, options);
|
@@ -7404,10 +7418,12 @@ export class Activity extends Object {
|
|
7404
7418
|
}
|
7405
7419
|
return proxy;
|
7406
7420
|
}
|
7421
|
+
// @ts-ignore: suppressing TS4127
|
7407
7422
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
7408
7423
|
const proxy = this._getCustomInspectProxy();
|
7409
7424
|
return "Activity " + inspect(proxy, options);
|
7410
7425
|
}
|
7426
|
+
// @ts-ignore: suppressing TS4127
|
7411
7427
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
7412
7428
|
const proxy = this._getCustomInspectProxy();
|
7413
7429
|
return "Activity " + inspect(proxy, options);
|
@@ -7568,10 +7584,12 @@ export class EmojiReact extends Activity {
|
|
7568
7584
|
const proxy = super._getCustomInspectProxy();
|
7569
7585
|
return proxy;
|
7570
7586
|
}
|
7587
|
+
// @ts-ignore: suppressing TS4127
|
7571
7588
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
7572
7589
|
const proxy = this._getCustomInspectProxy();
|
7573
7590
|
return "EmojiReact " + inspect(proxy, options);
|
7574
7591
|
}
|
7592
|
+
// @ts-ignore: suppressing TS4127
|
7575
7593
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
7576
7594
|
const proxy = this._getCustomInspectProxy();
|
7577
7595
|
return "EmojiReact " + inspect(proxy, options);
|
@@ -7936,10 +7954,12 @@ export class PropertyValue {
|
|
7936
7954
|
}
|
7937
7955
|
return proxy;
|
7938
7956
|
}
|
7957
|
+
// @ts-ignore: suppressing TS4127
|
7939
7958
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
7940
7959
|
const proxy = this._getCustomInspectProxy();
|
7941
7960
|
return "PropertyValue " + inspect(proxy, options);
|
7942
7961
|
}
|
7962
|
+
// @ts-ignore: suppressing TS4127
|
7943
7963
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
7944
7964
|
const proxy = this._getCustomInspectProxy();
|
7945
7965
|
return "PropertyValue " + inspect(proxy, options);
|
@@ -8214,10 +8234,12 @@ export class DidService {
|
|
8214
8234
|
}
|
8215
8235
|
return proxy;
|
8216
8236
|
}
|
8237
|
+
// @ts-ignore: suppressing TS4127
|
8217
8238
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
8218
8239
|
const proxy = this._getCustomInspectProxy();
|
8219
8240
|
return "DidService " + inspect(proxy, options);
|
8220
8241
|
}
|
8242
|
+
// @ts-ignore: suppressing TS4127
|
8221
8243
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
8222
8244
|
const proxy = this._getCustomInspectProxy();
|
8223
8245
|
return "DidService " + inspect(proxy, options);
|
@@ -8357,10 +8379,12 @@ export class Export extends DidService {
|
|
8357
8379
|
const proxy = super._getCustomInspectProxy();
|
8358
8380
|
return proxy;
|
8359
8381
|
}
|
8382
|
+
// @ts-ignore: suppressing TS4127
|
8360
8383
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
8361
8384
|
const proxy = this._getCustomInspectProxy();
|
8362
8385
|
return "Export " + inspect(proxy, options);
|
8363
8386
|
}
|
8387
|
+
// @ts-ignore: suppressing TS4127
|
8364
8388
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
8365
8389
|
const proxy = this._getCustomInspectProxy();
|
8366
8390
|
return "Export " + inspect(proxy, options);
|
@@ -8858,7 +8882,9 @@ export class DataIntegrityProof {
|
|
8858
8882
|
: _3qzP3ukEZoUziK5FEiA1RhU4aqac__array) {
|
8859
8883
|
if (v == null)
|
8860
8884
|
continue;
|
8861
|
-
_3qzP3ukEZoUziK5FEiA1RhU4aqac.push(dntShim.Temporal.Instant.from(v["@value"]))
|
8885
|
+
_3qzP3ukEZoUziK5FEiA1RhU4aqac.push(dntShim.Temporal.Instant.from(v["@value"].substring(19).match(/[Z+-]/)
|
8886
|
+
? v["@value"]
|
8887
|
+
: v["@value"] + "Z"));
|
8862
8888
|
}
|
8863
8889
|
instance.#_3qzP3ukEZoUziK5FEiA1RhU4aqac = _3qzP3ukEZoUziK5FEiA1RhU4aqac;
|
8864
8890
|
if (!("_fromSubclass" in options) || !options._fromSubclass) {
|
@@ -8941,10 +8967,12 @@ export class DataIntegrityProof {
|
|
8941
8967
|
}
|
8942
8968
|
return proxy;
|
8943
8969
|
}
|
8970
|
+
// @ts-ignore: suppressing TS4127
|
8944
8971
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
8945
8972
|
const proxy = this._getCustomInspectProxy();
|
8946
8973
|
return "DataIntegrityProof " + inspect(proxy, options);
|
8947
8974
|
}
|
8975
|
+
// @ts-ignore: suppressing TS4127
|
8948
8976
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
8949
8977
|
const proxy = this._getCustomInspectProxy();
|
8950
8978
|
return "DataIntegrityProof " + inspect(proxy, options);
|
@@ -9427,10 +9455,12 @@ export class CryptographicKey {
|
|
9427
9455
|
}
|
9428
9456
|
return proxy;
|
9429
9457
|
}
|
9458
|
+
// @ts-ignore: suppressing TS4127
|
9430
9459
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
9431
9460
|
const proxy = this._getCustomInspectProxy();
|
9432
9461
|
return "CryptographicKey " + inspect(proxy, options);
|
9433
9462
|
}
|
9463
|
+
// @ts-ignore: suppressing TS4127
|
9434
9464
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
9435
9465
|
const proxy = this._getCustomInspectProxy();
|
9436
9466
|
return "CryptographicKey " + inspect(proxy, options);
|
@@ -9930,10 +9960,12 @@ export class Multikey {
|
|
9930
9960
|
}
|
9931
9961
|
return proxy;
|
9932
9962
|
}
|
9963
|
+
// @ts-ignore: suppressing TS4127
|
9933
9964
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
9934
9965
|
const proxy = this._getCustomInspectProxy();
|
9935
9966
|
return "Multikey " + inspect(proxy, options);
|
9936
9967
|
}
|
9968
|
+
// @ts-ignore: suppressing TS4127
|
9937
9969
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
9938
9970
|
const proxy = this._getCustomInspectProxy();
|
9939
9971
|
return "Multikey " + inspect(proxy, options);
|
@@ -10093,10 +10125,12 @@ export class Accept extends Activity {
|
|
10093
10125
|
const proxy = super._getCustomInspectProxy();
|
10094
10126
|
return proxy;
|
10095
10127
|
}
|
10128
|
+
// @ts-ignore: suppressing TS4127
|
10096
10129
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
10097
10130
|
const proxy = this._getCustomInspectProxy();
|
10098
10131
|
return "Accept " + inspect(proxy, options);
|
10099
10132
|
}
|
10133
|
+
// @ts-ignore: suppressing TS4127
|
10100
10134
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
10101
10135
|
const proxy = this._getCustomInspectProxy();
|
10102
10136
|
return "Accept " + inspect(proxy, options);
|
@@ -10254,10 +10288,12 @@ export class Add extends Activity {
|
|
10254
10288
|
const proxy = super._getCustomInspectProxy();
|
10255
10289
|
return proxy;
|
10256
10290
|
}
|
10291
|
+
// @ts-ignore: suppressing TS4127
|
10257
10292
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
10258
10293
|
const proxy = this._getCustomInspectProxy();
|
10259
10294
|
return "Add " + inspect(proxy, options);
|
10260
10295
|
}
|
10296
|
+
// @ts-ignore: suppressing TS4127
|
10261
10297
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
10262
10298
|
const proxy = this._getCustomInspectProxy();
|
10263
10299
|
return "Add " + inspect(proxy, options);
|
@@ -10426,10 +10462,12 @@ export class Announce extends Activity {
|
|
10426
10462
|
const proxy = super._getCustomInspectProxy();
|
10427
10463
|
return proxy;
|
10428
10464
|
}
|
10465
|
+
// @ts-ignore: suppressing TS4127
|
10429
10466
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
10430
10467
|
const proxy = this._getCustomInspectProxy();
|
10431
10468
|
return "Announce " + inspect(proxy, options);
|
10432
10469
|
}
|
10470
|
+
// @ts-ignore: suppressing TS4127
|
10433
10471
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
10434
10472
|
const proxy = this._getCustomInspectProxy();
|
10435
10473
|
return "Announce " + inspect(proxy, options);
|
@@ -13823,10 +13861,12 @@ export class Application extends Object {
|
|
13823
13861
|
}
|
13824
13862
|
return proxy;
|
13825
13863
|
}
|
13864
|
+
// @ts-ignore: suppressing TS4127
|
13826
13865
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
13827
13866
|
const proxy = this._getCustomInspectProxy();
|
13828
13867
|
return "Application " + inspect(proxy, options);
|
13829
13868
|
}
|
13869
|
+
// @ts-ignore: suppressing TS4127
|
13830
13870
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
13831
13871
|
const proxy = this._getCustomInspectProxy();
|
13832
13872
|
return "Application " + inspect(proxy, options);
|
@@ -13995,10 +14035,12 @@ export class IntransitiveActivity extends Activity {
|
|
13995
14035
|
const proxy = super._getCustomInspectProxy();
|
13996
14036
|
return proxy;
|
13997
14037
|
}
|
14038
|
+
// @ts-ignore: suppressing TS4127
|
13998
14039
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
13999
14040
|
const proxy = this._getCustomInspectProxy();
|
14000
14041
|
return "IntransitiveActivity " + inspect(proxy, options);
|
14001
14042
|
}
|
14043
|
+
// @ts-ignore: suppressing TS4127
|
14002
14044
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
14003
14045
|
const proxy = this._getCustomInspectProxy();
|
14004
14046
|
return "IntransitiveActivity " + inspect(proxy, options);
|
@@ -14155,10 +14197,12 @@ export class Arrive extends IntransitiveActivity {
|
|
14155
14197
|
const proxy = super._getCustomInspectProxy();
|
14156
14198
|
return proxy;
|
14157
14199
|
}
|
14200
|
+
// @ts-ignore: suppressing TS4127
|
14158
14201
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
14159
14202
|
const proxy = this._getCustomInspectProxy();
|
14160
14203
|
return "Arrive " + inspect(proxy, options);
|
14161
14204
|
}
|
14205
|
+
// @ts-ignore: suppressing TS4127
|
14162
14206
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
14163
14207
|
const proxy = this._getCustomInspectProxy();
|
14164
14208
|
return "Arrive " + inspect(proxy, options);
|
@@ -14453,10 +14497,12 @@ export class Article extends Object {
|
|
14453
14497
|
}
|
14454
14498
|
return proxy;
|
14455
14499
|
}
|
14500
|
+
// @ts-ignore: suppressing TS4127
|
14456
14501
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
14457
14502
|
const proxy = this._getCustomInspectProxy();
|
14458
14503
|
return "Article " + inspect(proxy, options);
|
14459
14504
|
}
|
14505
|
+
// @ts-ignore: suppressing TS4127
|
14460
14506
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
14461
14507
|
const proxy = this._getCustomInspectProxy();
|
14462
14508
|
return "Article " + inspect(proxy, options);
|
@@ -14801,10 +14847,12 @@ export class Document extends Object {
|
|
14801
14847
|
}
|
14802
14848
|
return proxy;
|
14803
14849
|
}
|
14850
|
+
// @ts-ignore: suppressing TS4127
|
14804
14851
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
14805
14852
|
const proxy = this._getCustomInspectProxy();
|
14806
14853
|
return "Document " + inspect(proxy, options);
|
14807
14854
|
}
|
14855
|
+
// @ts-ignore: suppressing TS4127
|
14808
14856
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
14809
14857
|
const proxy = this._getCustomInspectProxy();
|
14810
14858
|
return "Document " + inspect(proxy, options);
|
@@ -14975,10 +15023,12 @@ export class Audio extends Document {
|
|
14975
15023
|
const proxy = super._getCustomInspectProxy();
|
14976
15024
|
return proxy;
|
14977
15025
|
}
|
15026
|
+
// @ts-ignore: suppressing TS4127
|
14978
15027
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
14979
15028
|
const proxy = this._getCustomInspectProxy();
|
14980
15029
|
return "Audio " + inspect(proxy, options);
|
14981
15030
|
}
|
15031
|
+
// @ts-ignore: suppressing TS4127
|
14982
15032
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
14983
15033
|
const proxy = this._getCustomInspectProxy();
|
14984
15034
|
return "Audio " + inspect(proxy, options);
|
@@ -15137,10 +15187,12 @@ export class Ignore extends Activity {
|
|
15137
15187
|
const proxy = super._getCustomInspectProxy();
|
15138
15188
|
return proxy;
|
15139
15189
|
}
|
15190
|
+
// @ts-ignore: suppressing TS4127
|
15140
15191
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
15141
15192
|
const proxy = this._getCustomInspectProxy();
|
15142
15193
|
return "Ignore " + inspect(proxy, options);
|
15143
15194
|
}
|
15195
|
+
// @ts-ignore: suppressing TS4127
|
15144
15196
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
15145
15197
|
const proxy = this._getCustomInspectProxy();
|
15146
15198
|
return "Ignore " + inspect(proxy, options);
|
@@ -15298,10 +15350,12 @@ export class Block extends Ignore {
|
|
15298
15350
|
const proxy = super._getCustomInspectProxy();
|
15299
15351
|
return proxy;
|
15300
15352
|
}
|
15353
|
+
// @ts-ignore: suppressing TS4127
|
15301
15354
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
15302
15355
|
const proxy = this._getCustomInspectProxy();
|
15303
15356
|
return "Block " + inspect(proxy, options);
|
15304
15357
|
}
|
15358
|
+
// @ts-ignore: suppressing TS4127
|
15305
15359
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
15306
15360
|
const proxy = this._getCustomInspectProxy();
|
15307
15361
|
return "Block " + inspect(proxy, options);
|
@@ -16225,10 +16279,12 @@ export class Collection extends Object {
|
|
16225
16279
|
}
|
16226
16280
|
return proxy;
|
16227
16281
|
}
|
16282
|
+
// @ts-ignore: suppressing TS4127
|
16228
16283
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
16229
16284
|
const proxy = this._getCustomInspectProxy();
|
16230
16285
|
return "Collection " + inspect(proxy, options);
|
16231
16286
|
}
|
16287
|
+
// @ts-ignore: suppressing TS4127
|
16232
16288
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
16233
16289
|
const proxy = this._getCustomInspectProxy();
|
16234
16290
|
return "Collection " + inspect(proxy, options);
|
@@ -16828,10 +16884,12 @@ export class CollectionPage extends Collection {
|
|
16828
16884
|
}
|
16829
16885
|
return proxy;
|
16830
16886
|
}
|
16887
|
+
// @ts-ignore: suppressing TS4127
|
16831
16888
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
16832
16889
|
const proxy = this._getCustomInspectProxy();
|
16833
16890
|
return "CollectionPage " + inspect(proxy, options);
|
16834
16891
|
}
|
16892
|
+
// @ts-ignore: suppressing TS4127
|
16835
16893
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
16836
16894
|
const proxy = this._getCustomInspectProxy();
|
16837
16895
|
return "CollectionPage " + inspect(proxy, options);
|
@@ -17000,10 +17058,12 @@ export class Create extends Activity {
|
|
17000
17058
|
const proxy = super._getCustomInspectProxy();
|
17001
17059
|
return proxy;
|
17002
17060
|
}
|
17061
|
+
// @ts-ignore: suppressing TS4127
|
17003
17062
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
17004
17063
|
const proxy = this._getCustomInspectProxy();
|
17005
17064
|
return "Create " + inspect(proxy, options);
|
17006
17065
|
}
|
17066
|
+
// @ts-ignore: suppressing TS4127
|
17007
17067
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
17008
17068
|
const proxy = this._getCustomInspectProxy();
|
17009
17069
|
return "Create " + inspect(proxy, options);
|
@@ -17172,10 +17232,12 @@ export class Delete extends Activity {
|
|
17172
17232
|
const proxy = super._getCustomInspectProxy();
|
17173
17233
|
return proxy;
|
17174
17234
|
}
|
17235
|
+
// @ts-ignore: suppressing TS4127
|
17175
17236
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
17176
17237
|
const proxy = this._getCustomInspectProxy();
|
17177
17238
|
return "Delete " + inspect(proxy, options);
|
17178
17239
|
}
|
17240
|
+
// @ts-ignore: suppressing TS4127
|
17179
17241
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
17180
17242
|
const proxy = this._getCustomInspectProxy();
|
17181
17243
|
return "Delete " + inspect(proxy, options);
|
@@ -17331,10 +17393,12 @@ export class Dislike extends Activity {
|
|
17331
17393
|
const proxy = super._getCustomInspectProxy();
|
17332
17394
|
return proxy;
|
17333
17395
|
}
|
17396
|
+
// @ts-ignore: suppressing TS4127
|
17334
17397
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
17335
17398
|
const proxy = this._getCustomInspectProxy();
|
17336
17399
|
return "Dislike " + inspect(proxy, options);
|
17337
17400
|
}
|
17401
|
+
// @ts-ignore: suppressing TS4127
|
17338
17402
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
17339
17403
|
const proxy = this._getCustomInspectProxy();
|
17340
17404
|
return "Dislike " + inspect(proxy, options);
|
@@ -18003,10 +18067,12 @@ export class Endpoints {
|
|
18003
18067
|
}
|
18004
18068
|
return proxy;
|
18005
18069
|
}
|
18070
|
+
// @ts-ignore: suppressing TS4127
|
18006
18071
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
18007
18072
|
const proxy = this._getCustomInspectProxy();
|
18008
18073
|
return "Endpoints " + inspect(proxy, options);
|
18009
18074
|
}
|
18075
|
+
// @ts-ignore: suppressing TS4127
|
18010
18076
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
18011
18077
|
const proxy = this._getCustomInspectProxy();
|
18012
18078
|
return "Endpoints " + inspect(proxy, options);
|
@@ -18177,10 +18243,12 @@ export class Event extends Object {
|
|
18177
18243
|
const proxy = super._getCustomInspectProxy();
|
18178
18244
|
return proxy;
|
18179
18245
|
}
|
18246
|
+
// @ts-ignore: suppressing TS4127
|
18180
18247
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
18181
18248
|
const proxy = this._getCustomInspectProxy();
|
18182
18249
|
return "Event " + inspect(proxy, options);
|
18183
18250
|
}
|
18251
|
+
// @ts-ignore: suppressing TS4127
|
18184
18252
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
18185
18253
|
const proxy = this._getCustomInspectProxy();
|
18186
18254
|
return "Event " + inspect(proxy, options);
|
@@ -18337,10 +18405,12 @@ export class Flag extends Activity {
|
|
18337
18405
|
const proxy = super._getCustomInspectProxy();
|
18338
18406
|
return proxy;
|
18339
18407
|
}
|
18408
|
+
// @ts-ignore: suppressing TS4127
|
18340
18409
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
18341
18410
|
const proxy = this._getCustomInspectProxy();
|
18342
18411
|
return "Flag " + inspect(proxy, options);
|
18343
18412
|
}
|
18413
|
+
// @ts-ignore: suppressing TS4127
|
18344
18414
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
18345
18415
|
const proxy = this._getCustomInspectProxy();
|
18346
18416
|
return "Flag " + inspect(proxy, options);
|
@@ -18501,10 +18571,12 @@ export class Follow extends Activity {
|
|
18501
18571
|
const proxy = super._getCustomInspectProxy();
|
18502
18572
|
return proxy;
|
18503
18573
|
}
|
18574
|
+
// @ts-ignore: suppressing TS4127
|
18504
18575
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
18505
18576
|
const proxy = this._getCustomInspectProxy();
|
18506
18577
|
return "Follow " + inspect(proxy, options);
|
18507
18578
|
}
|
18579
|
+
// @ts-ignore: suppressing TS4127
|
18508
18580
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
18509
18581
|
const proxy = this._getCustomInspectProxy();
|
18510
18582
|
return "Follow " + inspect(proxy, options);
|
@@ -21898,10 +21970,12 @@ export class Group extends Object {
|
|
21898
21970
|
}
|
21899
21971
|
return proxy;
|
21900
21972
|
}
|
21973
|
+
// @ts-ignore: suppressing TS4127
|
21901
21974
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
21902
21975
|
const proxy = this._getCustomInspectProxy();
|
21903
21976
|
return "Group " + inspect(proxy, options);
|
21904
21977
|
}
|
21978
|
+
// @ts-ignore: suppressing TS4127
|
21905
21979
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
21906
21980
|
const proxy = this._getCustomInspectProxy();
|
21907
21981
|
return "Group " + inspect(proxy, options);
|
@@ -22967,10 +23041,12 @@ export class Link {
|
|
22967
23041
|
}
|
22968
23042
|
return proxy;
|
22969
23043
|
}
|
23044
|
+
// @ts-ignore: suppressing TS4127
|
22970
23045
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
22971
23046
|
const proxy = this._getCustomInspectProxy();
|
22972
23047
|
return "Link " + inspect(proxy, options);
|
22973
23048
|
}
|
23049
|
+
// @ts-ignore: suppressing TS4127
|
22974
23050
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
22975
23051
|
const proxy = this._getCustomInspectProxy();
|
22976
23052
|
return "Link " + inspect(proxy, options);
|
@@ -23129,10 +23205,12 @@ export class Hashtag extends Link {
|
|
23129
23205
|
const proxy = super._getCustomInspectProxy();
|
23130
23206
|
return proxy;
|
23131
23207
|
}
|
23208
|
+
// @ts-ignore: suppressing TS4127
|
23132
23209
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
23133
23210
|
const proxy = this._getCustomInspectProxy();
|
23134
23211
|
return "Hashtag " + inspect(proxy, options);
|
23135
23212
|
}
|
23213
|
+
// @ts-ignore: suppressing TS4127
|
23136
23214
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
23137
23215
|
const proxy = this._getCustomInspectProxy();
|
23138
23216
|
return "Hashtag " + inspect(proxy, options);
|
@@ -23297,10 +23375,12 @@ export class Image extends Document {
|
|
23297
23375
|
const proxy = super._getCustomInspectProxy();
|
23298
23376
|
return proxy;
|
23299
23377
|
}
|
23378
|
+
// @ts-ignore: suppressing TS4127
|
23300
23379
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
23301
23380
|
const proxy = this._getCustomInspectProxy();
|
23302
23381
|
return "Image " + inspect(proxy, options);
|
23303
23382
|
}
|
23383
|
+
// @ts-ignore: suppressing TS4127
|
23304
23384
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
23305
23385
|
const proxy = this._getCustomInspectProxy();
|
23306
23386
|
return "Image " + inspect(proxy, options);
|
@@ -23460,10 +23540,12 @@ export class Offer extends Activity {
|
|
23460
23540
|
const proxy = super._getCustomInspectProxy();
|
23461
23541
|
return proxy;
|
23462
23542
|
}
|
23543
|
+
// @ts-ignore: suppressing TS4127
|
23463
23544
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
23464
23545
|
const proxy = this._getCustomInspectProxy();
|
23465
23546
|
return "Offer " + inspect(proxy, options);
|
23466
23547
|
}
|
23548
|
+
// @ts-ignore: suppressing TS4127
|
23467
23549
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
23468
23550
|
const proxy = this._getCustomInspectProxy();
|
23469
23551
|
return "Offer " + inspect(proxy, options);
|
@@ -23619,10 +23701,12 @@ export class Invite extends Offer {
|
|
23619
23701
|
const proxy = super._getCustomInspectProxy();
|
23620
23702
|
return proxy;
|
23621
23703
|
}
|
23704
|
+
// @ts-ignore: suppressing TS4127
|
23622
23705
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
23623
23706
|
const proxy = this._getCustomInspectProxy();
|
23624
23707
|
return "Invite " + inspect(proxy, options);
|
23625
23708
|
}
|
23709
|
+
// @ts-ignore: suppressing TS4127
|
23626
23710
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
23627
23711
|
const proxy = this._getCustomInspectProxy();
|
23628
23712
|
return "Invite " + inspect(proxy, options);
|
@@ -23778,10 +23862,12 @@ export class Join extends Activity {
|
|
23778
23862
|
const proxy = super._getCustomInspectProxy();
|
23779
23863
|
return proxy;
|
23780
23864
|
}
|
23865
|
+
// @ts-ignore: suppressing TS4127
|
23781
23866
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
23782
23867
|
const proxy = this._getCustomInspectProxy();
|
23783
23868
|
return "Join " + inspect(proxy, options);
|
23784
23869
|
}
|
23870
|
+
// @ts-ignore: suppressing TS4127
|
23785
23871
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
23786
23872
|
const proxy = this._getCustomInspectProxy();
|
23787
23873
|
return "Join " + inspect(proxy, options);
|
@@ -23937,10 +24023,12 @@ export class Leave extends Activity {
|
|
23937
24023
|
const proxy = super._getCustomInspectProxy();
|
23938
24024
|
return proxy;
|
23939
24025
|
}
|
24026
|
+
// @ts-ignore: suppressing TS4127
|
23940
24027
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
23941
24028
|
const proxy = this._getCustomInspectProxy();
|
23942
24029
|
return "Leave " + inspect(proxy, options);
|
23943
24030
|
}
|
24031
|
+
// @ts-ignore: suppressing TS4127
|
23944
24032
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
23945
24033
|
const proxy = this._getCustomInspectProxy();
|
23946
24034
|
return "Leave " + inspect(proxy, options);
|
@@ -24097,10 +24185,12 @@ export class Like extends Activity {
|
|
24097
24185
|
const proxy = super._getCustomInspectProxy();
|
24098
24186
|
return proxy;
|
24099
24187
|
}
|
24188
|
+
// @ts-ignore: suppressing TS4127
|
24100
24189
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
24101
24190
|
const proxy = this._getCustomInspectProxy();
|
24102
24191
|
return "Like " + inspect(proxy, options);
|
24103
24192
|
}
|
24193
|
+
// @ts-ignore: suppressing TS4127
|
24104
24194
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
24105
24195
|
const proxy = this._getCustomInspectProxy();
|
24106
24196
|
return "Like " + inspect(proxy, options);
|
@@ -24255,10 +24345,12 @@ export class Listen extends Activity {
|
|
24255
24345
|
const proxy = super._getCustomInspectProxy();
|
24256
24346
|
return proxy;
|
24257
24347
|
}
|
24348
|
+
// @ts-ignore: suppressing TS4127
|
24258
24349
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
24259
24350
|
const proxy = this._getCustomInspectProxy();
|
24260
24351
|
return "Listen " + inspect(proxy, options);
|
24261
24352
|
}
|
24353
|
+
// @ts-ignore: suppressing TS4127
|
24262
24354
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
24263
24355
|
const proxy = this._getCustomInspectProxy();
|
24264
24356
|
return "Listen " + inspect(proxy, options);
|
@@ -24412,10 +24504,12 @@ export class Mention extends Link {
|
|
24412
24504
|
const proxy = super._getCustomInspectProxy();
|
24413
24505
|
return proxy;
|
24414
24506
|
}
|
24507
|
+
// @ts-ignore: suppressing TS4127
|
24415
24508
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
24416
24509
|
const proxy = this._getCustomInspectProxy();
|
24417
24510
|
return "Mention " + inspect(proxy, options);
|
24418
24511
|
}
|
24512
|
+
// @ts-ignore: suppressing TS4127
|
24419
24513
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
24420
24514
|
const proxy = this._getCustomInspectProxy();
|
24421
24515
|
return "Mention " + inspect(proxy, options);
|
@@ -24572,10 +24666,12 @@ export class Move extends Activity {
|
|
24572
24666
|
const proxy = super._getCustomInspectProxy();
|
24573
24667
|
return proxy;
|
24574
24668
|
}
|
24669
|
+
// @ts-ignore: suppressing TS4127
|
24575
24670
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
24576
24671
|
const proxy = this._getCustomInspectProxy();
|
24577
24672
|
return "Move " + inspect(proxy, options);
|
24578
24673
|
}
|
24674
|
+
// @ts-ignore: suppressing TS4127
|
24579
24675
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
24580
24676
|
const proxy = this._getCustomInspectProxy();
|
24581
24677
|
return "Move " + inspect(proxy, options);
|
@@ -24871,10 +24967,12 @@ export class Note extends Object {
|
|
24871
24967
|
}
|
24872
24968
|
return proxy;
|
24873
24969
|
}
|
24970
|
+
// @ts-ignore: suppressing TS4127
|
24874
24971
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
24875
24972
|
const proxy = this._getCustomInspectProxy();
|
24876
24973
|
return "Note " + inspect(proxy, options);
|
24877
24974
|
}
|
24975
|
+
// @ts-ignore: suppressing TS4127
|
24878
24976
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
24879
24977
|
const proxy = this._getCustomInspectProxy();
|
24880
24978
|
return "Note " + inspect(proxy, options);
|
@@ -25289,10 +25387,12 @@ export class OrderedCollection extends Collection {
|
|
25289
25387
|
}
|
25290
25388
|
return proxy;
|
25291
25389
|
}
|
25390
|
+
// @ts-ignore: suppressing TS4127
|
25292
25391
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
25293
25392
|
const proxy = this._getCustomInspectProxy();
|
25294
25393
|
return "OrderedCollection " + inspect(proxy, options);
|
25295
25394
|
}
|
25395
|
+
// @ts-ignore: suppressing TS4127
|
25296
25396
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
25297
25397
|
const proxy = this._getCustomInspectProxy();
|
25298
25398
|
return "OrderedCollection " + inspect(proxy, options);
|
@@ -25789,10 +25889,12 @@ export class OrderedCollectionPage extends CollectionPage {
|
|
25789
25889
|
}
|
25790
25890
|
return proxy;
|
25791
25891
|
}
|
25892
|
+
// @ts-ignore: suppressing TS4127
|
25792
25893
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
25793
25894
|
const proxy = this._getCustomInspectProxy();
|
25794
25895
|
return "OrderedCollectionPage " + inspect(proxy, options);
|
25795
25896
|
}
|
25897
|
+
// @ts-ignore: suppressing TS4127
|
25796
25898
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
25797
25899
|
const proxy = this._getCustomInspectProxy();
|
25798
25900
|
return "OrderedCollectionPage " + inspect(proxy, options);
|
@@ -29186,10 +29288,12 @@ export class Organization extends Object {
|
|
29186
29288
|
}
|
29187
29289
|
return proxy;
|
29188
29290
|
}
|
29291
|
+
// @ts-ignore: suppressing TS4127
|
29189
29292
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
29190
29293
|
const proxy = this._getCustomInspectProxy();
|
29191
29294
|
return "Organization " + inspect(proxy, options);
|
29192
29295
|
}
|
29296
|
+
// @ts-ignore: suppressing TS4127
|
29193
29297
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
29194
29298
|
const proxy = this._getCustomInspectProxy();
|
29195
29299
|
return "Organization " + inspect(proxy, options);
|
@@ -29361,10 +29465,12 @@ export class Page extends Document {
|
|
29361
29465
|
const proxy = super._getCustomInspectProxy();
|
29362
29466
|
return proxy;
|
29363
29467
|
}
|
29468
|
+
// @ts-ignore: suppressing TS4127
|
29364
29469
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
29365
29470
|
const proxy = this._getCustomInspectProxy();
|
29366
29471
|
return "Page " + inspect(proxy, options);
|
29367
29472
|
}
|
29473
|
+
// @ts-ignore: suppressing TS4127
|
29368
29474
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
29369
29475
|
const proxy = this._getCustomInspectProxy();
|
29370
29476
|
return "Page " + inspect(proxy, options);
|
@@ -32758,10 +32864,12 @@ export class Person extends Object {
|
|
32758
32864
|
}
|
32759
32865
|
return proxy;
|
32760
32866
|
}
|
32867
|
+
// @ts-ignore: suppressing TS4127
|
32761
32868
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
32762
32869
|
const proxy = this._getCustomInspectProxy();
|
32763
32870
|
return "Person " + inspect(proxy, options);
|
32764
32871
|
}
|
32872
|
+
// @ts-ignore: suppressing TS4127
|
32765
32873
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
32766
32874
|
const proxy = this._getCustomInspectProxy();
|
32767
32875
|
return "Person " + inspect(proxy, options);
|
@@ -33432,10 +33540,12 @@ export class Place extends Object {
|
|
33432
33540
|
}
|
33433
33541
|
return proxy;
|
33434
33542
|
}
|
33543
|
+
// @ts-ignore: suppressing TS4127
|
33435
33544
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
33436
33545
|
const proxy = this._getCustomInspectProxy();
|
33437
33546
|
return "Place " + inspect(proxy, options);
|
33438
33547
|
}
|
33548
|
+
// @ts-ignore: suppressing TS4127
|
33439
33549
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
33440
33550
|
const proxy = this._getCustomInspectProxy();
|
33441
33551
|
return "Place " + inspect(proxy, options);
|
@@ -33748,10 +33858,12 @@ export class Profile extends Object {
|
|
33748
33858
|
}
|
33749
33859
|
return proxy;
|
33750
33860
|
}
|
33861
|
+
// @ts-ignore: suppressing TS4127
|
33751
33862
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
33752
33863
|
const proxy = this._getCustomInspectProxy();
|
33753
33864
|
return "Profile " + inspect(proxy, options);
|
33754
33865
|
}
|
33866
|
+
// @ts-ignore: suppressing TS4127
|
33755
33867
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
33756
33868
|
const proxy = this._getCustomInspectProxy();
|
33757
33869
|
return "Profile " + inspect(proxy, options);
|
@@ -34289,8 +34401,12 @@ export class Question extends IntransitiveActivity {
|
|
34289
34401
|
continue;
|
34290
34402
|
const decoded = typeof v === "object" && "@type" in v &&
|
34291
34403
|
"@value" in v && typeof v["@value"] === "string" &&
|
34292
|
-
v["@type"] === "http://www.w3.org/2001/XMLSchema#dateTime"
|
34293
|
-
|
34404
|
+
v["@type"] === "http://www.w3.org/2001/XMLSchema#dateTime" &&
|
34405
|
+
// Check if the value is a valid RFC 3339 date-time string
|
34406
|
+
new Date(v["@value"]).toString() !== "Invalid Date"
|
34407
|
+
? dntShim.Temporal.Instant.from(v["@value"].substring(19).match(/[Z+-]/)
|
34408
|
+
? v["@value"]
|
34409
|
+
: v["@value"] + "Z")
|
34294
34410
|
: typeof v === "object" && "@value" in v &&
|
34295
34411
|
typeof v["@value"] === "boolean"
|
34296
34412
|
? v["@value"]
|
@@ -34417,10 +34533,12 @@ export class Question extends IntransitiveActivity {
|
|
34417
34533
|
}
|
34418
34534
|
return proxy;
|
34419
34535
|
}
|
34536
|
+
// @ts-ignore: suppressing TS4127
|
34420
34537
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
34421
34538
|
const proxy = this._getCustomInspectProxy();
|
34422
34539
|
return "Question " + inspect(proxy, options);
|
34423
34540
|
}
|
34541
|
+
// @ts-ignore: suppressing TS4127
|
34424
34542
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
34425
34543
|
const proxy = this._getCustomInspectProxy();
|
34426
34544
|
return "Question " + inspect(proxy, options);
|
@@ -34575,10 +34693,12 @@ export class Read extends Activity {
|
|
34575
34693
|
const proxy = super._getCustomInspectProxy();
|
34576
34694
|
return proxy;
|
34577
34695
|
}
|
34696
|
+
// @ts-ignore: suppressing TS4127
|
34578
34697
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
34579
34698
|
const proxy = this._getCustomInspectProxy();
|
34580
34699
|
return "Read " + inspect(proxy, options);
|
34581
34700
|
}
|
34701
|
+
// @ts-ignore: suppressing TS4127
|
34582
34702
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
34583
34703
|
const proxy = this._getCustomInspectProxy();
|
34584
34704
|
return "Read " + inspect(proxy, options);
|
@@ -34737,10 +34857,12 @@ export class Reject extends Activity {
|
|
34737
34857
|
const proxy = super._getCustomInspectProxy();
|
34738
34858
|
return proxy;
|
34739
34859
|
}
|
34860
|
+
// @ts-ignore: suppressing TS4127
|
34740
34861
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
34741
34862
|
const proxy = this._getCustomInspectProxy();
|
34742
34863
|
return "Reject " + inspect(proxy, options);
|
34743
34864
|
}
|
34865
|
+
// @ts-ignore: suppressing TS4127
|
34744
34866
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
34745
34867
|
const proxy = this._getCustomInspectProxy();
|
34746
34868
|
return "Reject " + inspect(proxy, options);
|
@@ -35470,10 +35592,12 @@ export class Relationship extends Object {
|
|
35470
35592
|
}
|
35471
35593
|
return proxy;
|
35472
35594
|
}
|
35595
|
+
// @ts-ignore: suppressing TS4127
|
35473
35596
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
35474
35597
|
const proxy = this._getCustomInspectProxy();
|
35475
35598
|
return "Relationship " + inspect(proxy, options);
|
35476
35599
|
}
|
35600
|
+
// @ts-ignore: suppressing TS4127
|
35477
35601
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
35478
35602
|
const proxy = this._getCustomInspectProxy();
|
35479
35603
|
return "Relationship " + inspect(proxy, options);
|
@@ -35629,10 +35753,12 @@ export class Remove extends Activity {
|
|
35629
35753
|
const proxy = super._getCustomInspectProxy();
|
35630
35754
|
return proxy;
|
35631
35755
|
}
|
35756
|
+
// @ts-ignore: suppressing TS4127
|
35632
35757
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
35633
35758
|
const proxy = this._getCustomInspectProxy();
|
35634
35759
|
return "Remove " + inspect(proxy, options);
|
35635
35760
|
}
|
35761
|
+
// @ts-ignore: suppressing TS4127
|
35636
35762
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
35637
35763
|
const proxy = this._getCustomInspectProxy();
|
35638
35764
|
return "Remove " + inspect(proxy, options);
|
@@ -39026,10 +39152,12 @@ export class Service extends Object {
|
|
39026
39152
|
}
|
39027
39153
|
return proxy;
|
39028
39154
|
}
|
39155
|
+
// @ts-ignore: suppressing TS4127
|
39029
39156
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
39030
39157
|
const proxy = this._getCustomInspectProxy();
|
39031
39158
|
return "Service " + inspect(proxy, options);
|
39032
39159
|
}
|
39160
|
+
// @ts-ignore: suppressing TS4127
|
39033
39161
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
39034
39162
|
const proxy = this._getCustomInspectProxy();
|
39035
39163
|
return "Service " + inspect(proxy, options);
|
@@ -39410,10 +39538,12 @@ export class Source {
|
|
39410
39538
|
}
|
39411
39539
|
return proxy;
|
39412
39540
|
}
|
39541
|
+
// @ts-ignore: suppressing TS4127
|
39413
39542
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
39414
39543
|
const proxy = this._getCustomInspectProxy();
|
39415
39544
|
return "Source " + inspect(proxy, options);
|
39416
39545
|
}
|
39546
|
+
// @ts-ignore: suppressing TS4127
|
39417
39547
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
39418
39548
|
const proxy = this._getCustomInspectProxy();
|
39419
39549
|
return "Source " + inspect(proxy, options);
|
@@ -39569,10 +39699,12 @@ export class TentativeAccept extends Accept {
|
|
39569
39699
|
const proxy = super._getCustomInspectProxy();
|
39570
39700
|
return proxy;
|
39571
39701
|
}
|
39702
|
+
// @ts-ignore: suppressing TS4127
|
39572
39703
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
39573
39704
|
const proxy = this._getCustomInspectProxy();
|
39574
39705
|
return "TentativeAccept " + inspect(proxy, options);
|
39575
39706
|
}
|
39707
|
+
// @ts-ignore: suppressing TS4127
|
39576
39708
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
39577
39709
|
const proxy = this._getCustomInspectProxy();
|
39578
39710
|
return "TentativeAccept " + inspect(proxy, options);
|
@@ -39728,10 +39860,12 @@ export class TentativeReject extends Reject {
|
|
39728
39860
|
const proxy = super._getCustomInspectProxy();
|
39729
39861
|
return proxy;
|
39730
39862
|
}
|
39863
|
+
// @ts-ignore: suppressing TS4127
|
39731
39864
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
39732
39865
|
const proxy = this._getCustomInspectProxy();
|
39733
39866
|
return "TentativeReject " + inspect(proxy, options);
|
39734
39867
|
}
|
39868
|
+
// @ts-ignore: suppressing TS4127
|
39735
39869
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
39736
39870
|
const proxy = this._getCustomInspectProxy();
|
39737
39871
|
return "TentativeReject " + inspect(proxy, options);
|
@@ -39953,7 +40087,9 @@ export class Tombstone extends Object {
|
|
39953
40087
|
: _8g8g4LiVMhFTXskuDEqx4ascxUr_deleted__array) {
|
39954
40088
|
if (v == null)
|
39955
40089
|
continue;
|
39956
|
-
_8g8g4LiVMhFTXskuDEqx4ascxUr_deleted.push(dntShim.Temporal.Instant.from(v["@value"]))
|
40090
|
+
_8g8g4LiVMhFTXskuDEqx4ascxUr_deleted.push(dntShim.Temporal.Instant.from(v["@value"].substring(19).match(/[Z+-]/)
|
40091
|
+
? v["@value"]
|
40092
|
+
: v["@value"] + "Z"));
|
39957
40093
|
}
|
39958
40094
|
instance.#_8g8g4LiVMhFTXskuDEqx4ascxUr_deleted =
|
39959
40095
|
_8g8g4LiVMhFTXskuDEqx4ascxUr_deleted;
|
@@ -39983,10 +40119,12 @@ export class Tombstone extends Object {
|
|
39983
40119
|
}
|
39984
40120
|
return proxy;
|
39985
40121
|
}
|
40122
|
+
// @ts-ignore: suppressing TS4127
|
39986
40123
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
39987
40124
|
const proxy = this._getCustomInspectProxy();
|
39988
40125
|
return "Tombstone " + inspect(proxy, options);
|
39989
40126
|
}
|
40127
|
+
// @ts-ignore: suppressing TS4127
|
39990
40128
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
39991
40129
|
const proxy = this._getCustomInspectProxy();
|
39992
40130
|
return "Tombstone " + inspect(proxy, options);
|
@@ -40144,10 +40282,12 @@ export class Travel extends IntransitiveActivity {
|
|
40144
40282
|
const proxy = super._getCustomInspectProxy();
|
40145
40283
|
return proxy;
|
40146
40284
|
}
|
40285
|
+
// @ts-ignore: suppressing TS4127
|
40147
40286
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
40148
40287
|
const proxy = this._getCustomInspectProxy();
|
40149
40288
|
return "Travel " + inspect(proxy, options);
|
40150
40289
|
}
|
40290
|
+
// @ts-ignore: suppressing TS4127
|
40151
40291
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
40152
40292
|
const proxy = this._getCustomInspectProxy();
|
40153
40293
|
return "Travel " + inspect(proxy, options);
|
@@ -40230,6 +40370,12 @@ export class Undo extends Activity {
|
|
40230
40370
|
"https://w3id.org/security/data-integrity/v1",
|
40231
40371
|
"https://www.w3.org/ns/did/v1",
|
40232
40372
|
"https://w3id.org/security/multikey/v1",
|
40373
|
+
{
|
40374
|
+
"litepub": "http://litepub.social/ns#",
|
40375
|
+
"toot": "http://joinmastodon.org/ns#",
|
40376
|
+
"EmojiReact": "litepub:EmojiReact",
|
40377
|
+
"Emoji": "toot:Emoji",
|
40378
|
+
},
|
40233
40379
|
];
|
40234
40380
|
const compacted = await jsonld.compact(values, docContext, { documentLoader: options.contextLoader });
|
40235
40381
|
if (docContext != null) {
|
@@ -40311,10 +40457,12 @@ export class Undo extends Activity {
|
|
40311
40457
|
const proxy = super._getCustomInspectProxy();
|
40312
40458
|
return proxy;
|
40313
40459
|
}
|
40460
|
+
// @ts-ignore: suppressing TS4127
|
40314
40461
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
40315
40462
|
const proxy = this._getCustomInspectProxy();
|
40316
40463
|
return "Undo " + inspect(proxy, options);
|
40317
40464
|
}
|
40465
|
+
// @ts-ignore: suppressing TS4127
|
40318
40466
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
40319
40467
|
const proxy = this._getCustomInspectProxy();
|
40320
40468
|
return "Undo " + inspect(proxy, options);
|
@@ -40503,10 +40651,12 @@ export class Update extends Activity {
|
|
40503
40651
|
const proxy = super._getCustomInspectProxy();
|
40504
40652
|
return proxy;
|
40505
40653
|
}
|
40654
|
+
// @ts-ignore: suppressing TS4127
|
40506
40655
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
40507
40656
|
const proxy = this._getCustomInspectProxy();
|
40508
40657
|
return "Update " + inspect(proxy, options);
|
40509
40658
|
}
|
40659
|
+
// @ts-ignore: suppressing TS4127
|
40510
40660
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
40511
40661
|
const proxy = this._getCustomInspectProxy();
|
40512
40662
|
return "Update " + inspect(proxy, options);
|
@@ -40677,10 +40827,12 @@ export class Video extends Document {
|
|
40677
40827
|
const proxy = super._getCustomInspectProxy();
|
40678
40828
|
return proxy;
|
40679
40829
|
}
|
40830
|
+
// @ts-ignore: suppressing TS4127
|
40680
40831
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
40681
40832
|
const proxy = this._getCustomInspectProxy();
|
40682
40833
|
return "Video " + inspect(proxy, options);
|
40683
40834
|
}
|
40835
|
+
// @ts-ignore: suppressing TS4127
|
40684
40836
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
40685
40837
|
const proxy = this._getCustomInspectProxy();
|
40686
40838
|
return "Video " + inspect(proxy, options);
|
@@ -40835,10 +40987,12 @@ export class View extends Activity {
|
|
40835
40987
|
const proxy = super._getCustomInspectProxy();
|
40836
40988
|
return proxy;
|
40837
40989
|
}
|
40990
|
+
// @ts-ignore: suppressing TS4127
|
40838
40991
|
[Symbol.for("Deno.customInspect")](inspect, options) {
|
40839
40992
|
const proxy = this._getCustomInspectProxy();
|
40840
40993
|
return "View " + inspect(proxy, options);
|
40841
40994
|
}
|
40995
|
+
// @ts-ignore: suppressing TS4127
|
40842
40996
|
[Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
|
40843
40997
|
const proxy = this._getCustomInspectProxy();
|
40844
40998
|
return "View " + inspect(proxy, options);
|