@fedify/fedify 1.2.21 → 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.
Files changed (156) hide show
  1. package/CHANGES.md +44 -0
  2. package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/equals.js +1 -1
  3. package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_constants.js +0 -10
  4. package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/satisfies.js +1 -0
  5. package/esm/federation/handler.js +19 -6
  6. package/esm/nodeinfo/client.js +1 -1
  7. package/esm/nodeinfo/mod.js +1 -1
  8. package/esm/nodeinfo/types.js +1 -1
  9. package/esm/runtime/key.js +1 -1
  10. package/esm/sig/http.js +1 -1
  11. package/esm/sig/key.js +4 -1
  12. package/esm/vocab/lookup.js +1 -1
  13. package/esm/vocab/vocab.js +132 -0
  14. package/package.json +1 -1
  15. package/types/deps/jsr.io/@std/async/{1.0.12 → 1.0.13}/delay.d.ts.map +1 -1
  16. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts.map +1 -1
  17. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts +1 -1
  18. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts.map +1 -1
  19. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts.map +1 -1
  20. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/ends_with.d.ts.map +1 -1
  21. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/equals.d.ts.map +1 -1
  22. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/includes_needle.d.ts.map +1 -1
  23. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/index_of_needle.d.ts.map +1 -1
  24. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/last_index_of_needle.d.ts.map +1 -1
  25. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/mod.d.ts.map +1 -1
  26. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/repeat.d.ts.map +1 -1
  27. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/starts_with.d.ts.map +1 -1
  28. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/common.d.ts.map +1 -1
  29. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/encoding.d.ts.map +1 -1
  30. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/language.d.ts.map +1 -1
  31. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/media_type.d.ts.map +1 -1
  32. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/negotiation.d.ts.map +1 -1
  33. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_constants.d.ts +0 -4
  34. package/types/deps/jsr.io/@std/semver/1.0.5/_constants.d.ts.map +1 -0
  35. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_shared.d.ts.map +1 -1
  36. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_test_comparator_set.d.ts.map +1 -1
  37. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/can_parse.d.ts.map +1 -1
  38. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/compare.d.ts.map +1 -1
  39. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/difference.d.ts.map +1 -1
  40. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/equals.d.ts.map +1 -1
  41. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format.d.ts.map +1 -1
  42. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format_range.d.ts.map +1 -1
  43. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_or_equal.d.ts.map +1 -1
  44. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than.d.ts.map +1 -1
  45. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than_range.d.ts.map +1 -1
  46. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/increment.d.ts.map +1 -1
  47. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_range.d.ts.map +1 -1
  48. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_semver.d.ts.map +1 -1
  49. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_or_equal.d.ts.map +1 -1
  50. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than.d.ts.map +1 -1
  51. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than_range.d.ts.map +1 -1
  52. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/max_satisfying.d.ts.map +1 -1
  53. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/min_satisfying.d.ts.map +1 -1
  54. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/mod.d.ts.map +1 -1
  55. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/not_equals.d.ts.map +1 -1
  56. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse.d.ts.map +1 -1
  57. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse_range.d.ts.map +1 -1
  58. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/range_intersects.d.ts.map +1 -1
  59. package/types/deps/jsr.io/@std/semver/1.0.5/satisfies.d.ts.map +1 -0
  60. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse.d.ts.map +1 -1
  61. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse_range.d.ts.map +1 -1
  62. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/types.d.ts.map +1 -1
  63. package/types/federation/handler.d.ts.map +1 -1
  64. package/types/nodeinfo/mod.d.ts +1 -1
  65. package/types/nodeinfo/types.d.ts +1 -1
  66. package/types/sig/key.d.ts.map +1 -1
  67. package/types/vocab/vocab.d.ts.map +1 -1
  68. package/types/deps/jsr.io/@std/semver/1.0.4/_constants.d.ts.map +0 -1
  69. package/types/deps/jsr.io/@std/semver/1.0.4/satisfies.d.ts.map +0 -1
  70. /package/esm/deps/jsr.io/@std/async/{1.0.12 → 1.0.13}/delay.js +0 -0
  71. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.js +0 -0
  72. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.js +0 -0
  73. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.js +0 -0
  74. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/ends_with.js +0 -0
  75. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/includes_needle.js +0 -0
  76. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/index_of_needle.js +0 -0
  77. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/last_index_of_needle.js +0 -0
  78. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/mod.js +0 -0
  79. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/repeat.js +0 -0
  80. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/starts_with.js +0 -0
  81. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/common.js +0 -0
  82. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/encoding.js +0 -0
  83. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/language.js +0 -0
  84. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/media_type.js +0 -0
  85. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/negotiation.js +0 -0
  86. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_shared.js +0 -0
  87. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_test_comparator_set.js +0 -0
  88. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/can_parse.js +0 -0
  89. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/compare.js +0 -0
  90. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/difference.js +0 -0
  91. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/equals.js +0 -0
  92. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format.js +0 -0
  93. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format_range.js +0 -0
  94. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_or_equal.js +0 -0
  95. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than.js +0 -0
  96. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than_range.js +0 -0
  97. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/increment.js +0 -0
  98. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_range.js +0 -0
  99. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_semver.js +0 -0
  100. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_or_equal.js +0 -0
  101. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than.js +0 -0
  102. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than_range.js +0 -0
  103. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/max_satisfying.js +0 -0
  104. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/min_satisfying.js +0 -0
  105. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/mod.js +0 -0
  106. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/not_equals.js +0 -0
  107. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse.js +0 -0
  108. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse_range.js +0 -0
  109. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/range_intersects.js +0 -0
  110. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse.js +0 -0
  111. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse_range.js +0 -0
  112. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/types.js +0 -0
  113. /package/types/deps/jsr.io/@std/async/{1.0.12 → 1.0.13}/delay.d.ts +0 -0
  114. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts +0 -0
  115. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts +0 -0
  116. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/ends_with.d.ts +0 -0
  117. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/equals.d.ts +0 -0
  118. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/includes_needle.d.ts +0 -0
  119. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/index_of_needle.d.ts +0 -0
  120. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/last_index_of_needle.d.ts +0 -0
  121. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/mod.d.ts +0 -0
  122. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/repeat.d.ts +0 -0
  123. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/starts_with.d.ts +0 -0
  124. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/common.d.ts +0 -0
  125. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/encoding.d.ts +0 -0
  126. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/language.d.ts +0 -0
  127. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/_negotiation/media_type.d.ts +0 -0
  128. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.16}/negotiation.d.ts +0 -0
  129. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_shared.d.ts +0 -0
  130. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_test_comparator_set.d.ts +0 -0
  131. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/can_parse.d.ts +0 -0
  132. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/compare.d.ts +0 -0
  133. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/difference.d.ts +0 -0
  134. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/equals.d.ts +0 -0
  135. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format.d.ts +0 -0
  136. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format_range.d.ts +0 -0
  137. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_or_equal.d.ts +0 -0
  138. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than.d.ts +0 -0
  139. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than_range.d.ts +0 -0
  140. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/increment.d.ts +0 -0
  141. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_range.d.ts +0 -0
  142. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_semver.d.ts +0 -0
  143. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_or_equal.d.ts +0 -0
  144. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than.d.ts +0 -0
  145. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than_range.d.ts +0 -0
  146. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/max_satisfying.d.ts +0 -0
  147. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/min_satisfying.d.ts +0 -0
  148. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/mod.d.ts +0 -0
  149. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/not_equals.d.ts +0 -0
  150. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse.d.ts +0 -0
  151. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse_range.d.ts +0 -0
  152. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/range_intersects.d.ts +0 -0
  153. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/satisfies.d.ts +0 -0
  154. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse.d.ts +0 -0
  155. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse_range.d.ts +0 -0
  156. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/types.d.ts +0 -0
@@ -5463,10 +5463,12 @@ export class Object {
5463
5463
  }
5464
5464
  return proxy;
5465
5465
  }
5466
+ // @ts-ignore: suppressing TS4127
5466
5467
  [Symbol.for("Deno.customInspect")](inspect, options) {
5467
5468
  const proxy = this._getCustomInspectProxy();
5468
5469
  return "Object " + inspect(proxy, options);
5469
5470
  }
5471
+ // @ts-ignore: suppressing TS4127
5470
5472
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
5471
5473
  const proxy = this._getCustomInspectProxy();
5472
5474
  return "Object " + inspect(proxy, options);
@@ -5638,10 +5640,12 @@ export class Emoji extends Object {
5638
5640
  const proxy = super._getCustomInspectProxy();
5639
5641
  return proxy;
5640
5642
  }
5643
+ // @ts-ignore: suppressing TS4127
5641
5644
  [Symbol.for("Deno.customInspect")](inspect, options) {
5642
5645
  const proxy = this._getCustomInspectProxy();
5643
5646
  return "Emoji " + inspect(proxy, options);
5644
5647
  }
5648
+ // @ts-ignore: suppressing TS4127
5645
5649
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
5646
5650
  const proxy = this._getCustomInspectProxy();
5647
5651
  return "Emoji " + inspect(proxy, options);
@@ -5938,10 +5942,12 @@ export class ChatMessage extends Object {
5938
5942
  }
5939
5943
  return proxy;
5940
5944
  }
5945
+ // @ts-ignore: suppressing TS4127
5941
5946
  [Symbol.for("Deno.customInspect")](inspect, options) {
5942
5947
  const proxy = this._getCustomInspectProxy();
5943
5948
  return "ChatMessage " + inspect(proxy, options);
5944
5949
  }
5950
+ // @ts-ignore: suppressing TS4127
5945
5951
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
5946
5952
  const proxy = this._getCustomInspectProxy();
5947
5953
  return "ChatMessage " + inspect(proxy, options);
@@ -7412,10 +7418,12 @@ export class Activity extends Object {
7412
7418
  }
7413
7419
  return proxy;
7414
7420
  }
7421
+ // @ts-ignore: suppressing TS4127
7415
7422
  [Symbol.for("Deno.customInspect")](inspect, options) {
7416
7423
  const proxy = this._getCustomInspectProxy();
7417
7424
  return "Activity " + inspect(proxy, options);
7418
7425
  }
7426
+ // @ts-ignore: suppressing TS4127
7419
7427
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
7420
7428
  const proxy = this._getCustomInspectProxy();
7421
7429
  return "Activity " + inspect(proxy, options);
@@ -7576,10 +7584,12 @@ export class EmojiReact extends Activity {
7576
7584
  const proxy = super._getCustomInspectProxy();
7577
7585
  return proxy;
7578
7586
  }
7587
+ // @ts-ignore: suppressing TS4127
7579
7588
  [Symbol.for("Deno.customInspect")](inspect, options) {
7580
7589
  const proxy = this._getCustomInspectProxy();
7581
7590
  return "EmojiReact " + inspect(proxy, options);
7582
7591
  }
7592
+ // @ts-ignore: suppressing TS4127
7583
7593
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
7584
7594
  const proxy = this._getCustomInspectProxy();
7585
7595
  return "EmojiReact " + inspect(proxy, options);
@@ -7944,10 +7954,12 @@ export class PropertyValue {
7944
7954
  }
7945
7955
  return proxy;
7946
7956
  }
7957
+ // @ts-ignore: suppressing TS4127
7947
7958
  [Symbol.for("Deno.customInspect")](inspect, options) {
7948
7959
  const proxy = this._getCustomInspectProxy();
7949
7960
  return "PropertyValue " + inspect(proxy, options);
7950
7961
  }
7962
+ // @ts-ignore: suppressing TS4127
7951
7963
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
7952
7964
  const proxy = this._getCustomInspectProxy();
7953
7965
  return "PropertyValue " + inspect(proxy, options);
@@ -8222,10 +8234,12 @@ export class DidService {
8222
8234
  }
8223
8235
  return proxy;
8224
8236
  }
8237
+ // @ts-ignore: suppressing TS4127
8225
8238
  [Symbol.for("Deno.customInspect")](inspect, options) {
8226
8239
  const proxy = this._getCustomInspectProxy();
8227
8240
  return "DidService " + inspect(proxy, options);
8228
8241
  }
8242
+ // @ts-ignore: suppressing TS4127
8229
8243
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
8230
8244
  const proxy = this._getCustomInspectProxy();
8231
8245
  return "DidService " + inspect(proxy, options);
@@ -8365,10 +8379,12 @@ export class Export extends DidService {
8365
8379
  const proxy = super._getCustomInspectProxy();
8366
8380
  return proxy;
8367
8381
  }
8382
+ // @ts-ignore: suppressing TS4127
8368
8383
  [Symbol.for("Deno.customInspect")](inspect, options) {
8369
8384
  const proxy = this._getCustomInspectProxy();
8370
8385
  return "Export " + inspect(proxy, options);
8371
8386
  }
8387
+ // @ts-ignore: suppressing TS4127
8372
8388
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
8373
8389
  const proxy = this._getCustomInspectProxy();
8374
8390
  return "Export " + inspect(proxy, options);
@@ -8951,10 +8967,12 @@ export class DataIntegrityProof {
8951
8967
  }
8952
8968
  return proxy;
8953
8969
  }
8970
+ // @ts-ignore: suppressing TS4127
8954
8971
  [Symbol.for("Deno.customInspect")](inspect, options) {
8955
8972
  const proxy = this._getCustomInspectProxy();
8956
8973
  return "DataIntegrityProof " + inspect(proxy, options);
8957
8974
  }
8975
+ // @ts-ignore: suppressing TS4127
8958
8976
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
8959
8977
  const proxy = this._getCustomInspectProxy();
8960
8978
  return "DataIntegrityProof " + inspect(proxy, options);
@@ -9437,10 +9455,12 @@ export class CryptographicKey {
9437
9455
  }
9438
9456
  return proxy;
9439
9457
  }
9458
+ // @ts-ignore: suppressing TS4127
9440
9459
  [Symbol.for("Deno.customInspect")](inspect, options) {
9441
9460
  const proxy = this._getCustomInspectProxy();
9442
9461
  return "CryptographicKey " + inspect(proxy, options);
9443
9462
  }
9463
+ // @ts-ignore: suppressing TS4127
9444
9464
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
9445
9465
  const proxy = this._getCustomInspectProxy();
9446
9466
  return "CryptographicKey " + inspect(proxy, options);
@@ -9940,10 +9960,12 @@ export class Multikey {
9940
9960
  }
9941
9961
  return proxy;
9942
9962
  }
9963
+ // @ts-ignore: suppressing TS4127
9943
9964
  [Symbol.for("Deno.customInspect")](inspect, options) {
9944
9965
  const proxy = this._getCustomInspectProxy();
9945
9966
  return "Multikey " + inspect(proxy, options);
9946
9967
  }
9968
+ // @ts-ignore: suppressing TS4127
9947
9969
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
9948
9970
  const proxy = this._getCustomInspectProxy();
9949
9971
  return "Multikey " + inspect(proxy, options);
@@ -10103,10 +10125,12 @@ export class Accept extends Activity {
10103
10125
  const proxy = super._getCustomInspectProxy();
10104
10126
  return proxy;
10105
10127
  }
10128
+ // @ts-ignore: suppressing TS4127
10106
10129
  [Symbol.for("Deno.customInspect")](inspect, options) {
10107
10130
  const proxy = this._getCustomInspectProxy();
10108
10131
  return "Accept " + inspect(proxy, options);
10109
10132
  }
10133
+ // @ts-ignore: suppressing TS4127
10110
10134
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
10111
10135
  const proxy = this._getCustomInspectProxy();
10112
10136
  return "Accept " + inspect(proxy, options);
@@ -10264,10 +10288,12 @@ export class Add extends Activity {
10264
10288
  const proxy = super._getCustomInspectProxy();
10265
10289
  return proxy;
10266
10290
  }
10291
+ // @ts-ignore: suppressing TS4127
10267
10292
  [Symbol.for("Deno.customInspect")](inspect, options) {
10268
10293
  const proxy = this._getCustomInspectProxy();
10269
10294
  return "Add " + inspect(proxy, options);
10270
10295
  }
10296
+ // @ts-ignore: suppressing TS4127
10271
10297
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
10272
10298
  const proxy = this._getCustomInspectProxy();
10273
10299
  return "Add " + inspect(proxy, options);
@@ -10436,10 +10462,12 @@ export class Announce extends Activity {
10436
10462
  const proxy = super._getCustomInspectProxy();
10437
10463
  return proxy;
10438
10464
  }
10465
+ // @ts-ignore: suppressing TS4127
10439
10466
  [Symbol.for("Deno.customInspect")](inspect, options) {
10440
10467
  const proxy = this._getCustomInspectProxy();
10441
10468
  return "Announce " + inspect(proxy, options);
10442
10469
  }
10470
+ // @ts-ignore: suppressing TS4127
10443
10471
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
10444
10472
  const proxy = this._getCustomInspectProxy();
10445
10473
  return "Announce " + inspect(proxy, options);
@@ -13833,10 +13861,12 @@ export class Application extends Object {
13833
13861
  }
13834
13862
  return proxy;
13835
13863
  }
13864
+ // @ts-ignore: suppressing TS4127
13836
13865
  [Symbol.for("Deno.customInspect")](inspect, options) {
13837
13866
  const proxy = this._getCustomInspectProxy();
13838
13867
  return "Application " + inspect(proxy, options);
13839
13868
  }
13869
+ // @ts-ignore: suppressing TS4127
13840
13870
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
13841
13871
  const proxy = this._getCustomInspectProxy();
13842
13872
  return "Application " + inspect(proxy, options);
@@ -14005,10 +14035,12 @@ export class IntransitiveActivity extends Activity {
14005
14035
  const proxy = super._getCustomInspectProxy();
14006
14036
  return proxy;
14007
14037
  }
14038
+ // @ts-ignore: suppressing TS4127
14008
14039
  [Symbol.for("Deno.customInspect")](inspect, options) {
14009
14040
  const proxy = this._getCustomInspectProxy();
14010
14041
  return "IntransitiveActivity " + inspect(proxy, options);
14011
14042
  }
14043
+ // @ts-ignore: suppressing TS4127
14012
14044
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14013
14045
  const proxy = this._getCustomInspectProxy();
14014
14046
  return "IntransitiveActivity " + inspect(proxy, options);
@@ -14165,10 +14197,12 @@ export class Arrive extends IntransitiveActivity {
14165
14197
  const proxy = super._getCustomInspectProxy();
14166
14198
  return proxy;
14167
14199
  }
14200
+ // @ts-ignore: suppressing TS4127
14168
14201
  [Symbol.for("Deno.customInspect")](inspect, options) {
14169
14202
  const proxy = this._getCustomInspectProxy();
14170
14203
  return "Arrive " + inspect(proxy, options);
14171
14204
  }
14205
+ // @ts-ignore: suppressing TS4127
14172
14206
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14173
14207
  const proxy = this._getCustomInspectProxy();
14174
14208
  return "Arrive " + inspect(proxy, options);
@@ -14463,10 +14497,12 @@ export class Article extends Object {
14463
14497
  }
14464
14498
  return proxy;
14465
14499
  }
14500
+ // @ts-ignore: suppressing TS4127
14466
14501
  [Symbol.for("Deno.customInspect")](inspect, options) {
14467
14502
  const proxy = this._getCustomInspectProxy();
14468
14503
  return "Article " + inspect(proxy, options);
14469
14504
  }
14505
+ // @ts-ignore: suppressing TS4127
14470
14506
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14471
14507
  const proxy = this._getCustomInspectProxy();
14472
14508
  return "Article " + inspect(proxy, options);
@@ -14811,10 +14847,12 @@ export class Document extends Object {
14811
14847
  }
14812
14848
  return proxy;
14813
14849
  }
14850
+ // @ts-ignore: suppressing TS4127
14814
14851
  [Symbol.for("Deno.customInspect")](inspect, options) {
14815
14852
  const proxy = this._getCustomInspectProxy();
14816
14853
  return "Document " + inspect(proxy, options);
14817
14854
  }
14855
+ // @ts-ignore: suppressing TS4127
14818
14856
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14819
14857
  const proxy = this._getCustomInspectProxy();
14820
14858
  return "Document " + inspect(proxy, options);
@@ -14985,10 +15023,12 @@ export class Audio extends Document {
14985
15023
  const proxy = super._getCustomInspectProxy();
14986
15024
  return proxy;
14987
15025
  }
15026
+ // @ts-ignore: suppressing TS4127
14988
15027
  [Symbol.for("Deno.customInspect")](inspect, options) {
14989
15028
  const proxy = this._getCustomInspectProxy();
14990
15029
  return "Audio " + inspect(proxy, options);
14991
15030
  }
15031
+ // @ts-ignore: suppressing TS4127
14992
15032
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14993
15033
  const proxy = this._getCustomInspectProxy();
14994
15034
  return "Audio " + inspect(proxy, options);
@@ -15147,10 +15187,12 @@ export class Ignore extends Activity {
15147
15187
  const proxy = super._getCustomInspectProxy();
15148
15188
  return proxy;
15149
15189
  }
15190
+ // @ts-ignore: suppressing TS4127
15150
15191
  [Symbol.for("Deno.customInspect")](inspect, options) {
15151
15192
  const proxy = this._getCustomInspectProxy();
15152
15193
  return "Ignore " + inspect(proxy, options);
15153
15194
  }
15195
+ // @ts-ignore: suppressing TS4127
15154
15196
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
15155
15197
  const proxy = this._getCustomInspectProxy();
15156
15198
  return "Ignore " + inspect(proxy, options);
@@ -15308,10 +15350,12 @@ export class Block extends Ignore {
15308
15350
  const proxy = super._getCustomInspectProxy();
15309
15351
  return proxy;
15310
15352
  }
15353
+ // @ts-ignore: suppressing TS4127
15311
15354
  [Symbol.for("Deno.customInspect")](inspect, options) {
15312
15355
  const proxy = this._getCustomInspectProxy();
15313
15356
  return "Block " + inspect(proxy, options);
15314
15357
  }
15358
+ // @ts-ignore: suppressing TS4127
15315
15359
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
15316
15360
  const proxy = this._getCustomInspectProxy();
15317
15361
  return "Block " + inspect(proxy, options);
@@ -16235,10 +16279,12 @@ export class Collection extends Object {
16235
16279
  }
16236
16280
  return proxy;
16237
16281
  }
16282
+ // @ts-ignore: suppressing TS4127
16238
16283
  [Symbol.for("Deno.customInspect")](inspect, options) {
16239
16284
  const proxy = this._getCustomInspectProxy();
16240
16285
  return "Collection " + inspect(proxy, options);
16241
16286
  }
16287
+ // @ts-ignore: suppressing TS4127
16242
16288
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
16243
16289
  const proxy = this._getCustomInspectProxy();
16244
16290
  return "Collection " + inspect(proxy, options);
@@ -16838,10 +16884,12 @@ export class CollectionPage extends Collection {
16838
16884
  }
16839
16885
  return proxy;
16840
16886
  }
16887
+ // @ts-ignore: suppressing TS4127
16841
16888
  [Symbol.for("Deno.customInspect")](inspect, options) {
16842
16889
  const proxy = this._getCustomInspectProxy();
16843
16890
  return "CollectionPage " + inspect(proxy, options);
16844
16891
  }
16892
+ // @ts-ignore: suppressing TS4127
16845
16893
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
16846
16894
  const proxy = this._getCustomInspectProxy();
16847
16895
  return "CollectionPage " + inspect(proxy, options);
@@ -17010,10 +17058,12 @@ export class Create extends Activity {
17010
17058
  const proxy = super._getCustomInspectProxy();
17011
17059
  return proxy;
17012
17060
  }
17061
+ // @ts-ignore: suppressing TS4127
17013
17062
  [Symbol.for("Deno.customInspect")](inspect, options) {
17014
17063
  const proxy = this._getCustomInspectProxy();
17015
17064
  return "Create " + inspect(proxy, options);
17016
17065
  }
17066
+ // @ts-ignore: suppressing TS4127
17017
17067
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
17018
17068
  const proxy = this._getCustomInspectProxy();
17019
17069
  return "Create " + inspect(proxy, options);
@@ -17182,10 +17232,12 @@ export class Delete extends Activity {
17182
17232
  const proxy = super._getCustomInspectProxy();
17183
17233
  return proxy;
17184
17234
  }
17235
+ // @ts-ignore: suppressing TS4127
17185
17236
  [Symbol.for("Deno.customInspect")](inspect, options) {
17186
17237
  const proxy = this._getCustomInspectProxy();
17187
17238
  return "Delete " + inspect(proxy, options);
17188
17239
  }
17240
+ // @ts-ignore: suppressing TS4127
17189
17241
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
17190
17242
  const proxy = this._getCustomInspectProxy();
17191
17243
  return "Delete " + inspect(proxy, options);
@@ -17341,10 +17393,12 @@ export class Dislike extends Activity {
17341
17393
  const proxy = super._getCustomInspectProxy();
17342
17394
  return proxy;
17343
17395
  }
17396
+ // @ts-ignore: suppressing TS4127
17344
17397
  [Symbol.for("Deno.customInspect")](inspect, options) {
17345
17398
  const proxy = this._getCustomInspectProxy();
17346
17399
  return "Dislike " + inspect(proxy, options);
17347
17400
  }
17401
+ // @ts-ignore: suppressing TS4127
17348
17402
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
17349
17403
  const proxy = this._getCustomInspectProxy();
17350
17404
  return "Dislike " + inspect(proxy, options);
@@ -18013,10 +18067,12 @@ export class Endpoints {
18013
18067
  }
18014
18068
  return proxy;
18015
18069
  }
18070
+ // @ts-ignore: suppressing TS4127
18016
18071
  [Symbol.for("Deno.customInspect")](inspect, options) {
18017
18072
  const proxy = this._getCustomInspectProxy();
18018
18073
  return "Endpoints " + inspect(proxy, options);
18019
18074
  }
18075
+ // @ts-ignore: suppressing TS4127
18020
18076
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
18021
18077
  const proxy = this._getCustomInspectProxy();
18022
18078
  return "Endpoints " + inspect(proxy, options);
@@ -18187,10 +18243,12 @@ export class Event extends Object {
18187
18243
  const proxy = super._getCustomInspectProxy();
18188
18244
  return proxy;
18189
18245
  }
18246
+ // @ts-ignore: suppressing TS4127
18190
18247
  [Symbol.for("Deno.customInspect")](inspect, options) {
18191
18248
  const proxy = this._getCustomInspectProxy();
18192
18249
  return "Event " + inspect(proxy, options);
18193
18250
  }
18251
+ // @ts-ignore: suppressing TS4127
18194
18252
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
18195
18253
  const proxy = this._getCustomInspectProxy();
18196
18254
  return "Event " + inspect(proxy, options);
@@ -18347,10 +18405,12 @@ export class Flag extends Activity {
18347
18405
  const proxy = super._getCustomInspectProxy();
18348
18406
  return proxy;
18349
18407
  }
18408
+ // @ts-ignore: suppressing TS4127
18350
18409
  [Symbol.for("Deno.customInspect")](inspect, options) {
18351
18410
  const proxy = this._getCustomInspectProxy();
18352
18411
  return "Flag " + inspect(proxy, options);
18353
18412
  }
18413
+ // @ts-ignore: suppressing TS4127
18354
18414
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
18355
18415
  const proxy = this._getCustomInspectProxy();
18356
18416
  return "Flag " + inspect(proxy, options);
@@ -18511,10 +18571,12 @@ export class Follow extends Activity {
18511
18571
  const proxy = super._getCustomInspectProxy();
18512
18572
  return proxy;
18513
18573
  }
18574
+ // @ts-ignore: suppressing TS4127
18514
18575
  [Symbol.for("Deno.customInspect")](inspect, options) {
18515
18576
  const proxy = this._getCustomInspectProxy();
18516
18577
  return "Follow " + inspect(proxy, options);
18517
18578
  }
18579
+ // @ts-ignore: suppressing TS4127
18518
18580
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
18519
18581
  const proxy = this._getCustomInspectProxy();
18520
18582
  return "Follow " + inspect(proxy, options);
@@ -21908,10 +21970,12 @@ export class Group extends Object {
21908
21970
  }
21909
21971
  return proxy;
21910
21972
  }
21973
+ // @ts-ignore: suppressing TS4127
21911
21974
  [Symbol.for("Deno.customInspect")](inspect, options) {
21912
21975
  const proxy = this._getCustomInspectProxy();
21913
21976
  return "Group " + inspect(proxy, options);
21914
21977
  }
21978
+ // @ts-ignore: suppressing TS4127
21915
21979
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
21916
21980
  const proxy = this._getCustomInspectProxy();
21917
21981
  return "Group " + inspect(proxy, options);
@@ -22977,10 +23041,12 @@ export class Link {
22977
23041
  }
22978
23042
  return proxy;
22979
23043
  }
23044
+ // @ts-ignore: suppressing TS4127
22980
23045
  [Symbol.for("Deno.customInspect")](inspect, options) {
22981
23046
  const proxy = this._getCustomInspectProxy();
22982
23047
  return "Link " + inspect(proxy, options);
22983
23048
  }
23049
+ // @ts-ignore: suppressing TS4127
22984
23050
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
22985
23051
  const proxy = this._getCustomInspectProxy();
22986
23052
  return "Link " + inspect(proxy, options);
@@ -23139,10 +23205,12 @@ export class Hashtag extends Link {
23139
23205
  const proxy = super._getCustomInspectProxy();
23140
23206
  return proxy;
23141
23207
  }
23208
+ // @ts-ignore: suppressing TS4127
23142
23209
  [Symbol.for("Deno.customInspect")](inspect, options) {
23143
23210
  const proxy = this._getCustomInspectProxy();
23144
23211
  return "Hashtag " + inspect(proxy, options);
23145
23212
  }
23213
+ // @ts-ignore: suppressing TS4127
23146
23214
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23147
23215
  const proxy = this._getCustomInspectProxy();
23148
23216
  return "Hashtag " + inspect(proxy, options);
@@ -23307,10 +23375,12 @@ export class Image extends Document {
23307
23375
  const proxy = super._getCustomInspectProxy();
23308
23376
  return proxy;
23309
23377
  }
23378
+ // @ts-ignore: suppressing TS4127
23310
23379
  [Symbol.for("Deno.customInspect")](inspect, options) {
23311
23380
  const proxy = this._getCustomInspectProxy();
23312
23381
  return "Image " + inspect(proxy, options);
23313
23382
  }
23383
+ // @ts-ignore: suppressing TS4127
23314
23384
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23315
23385
  const proxy = this._getCustomInspectProxy();
23316
23386
  return "Image " + inspect(proxy, options);
@@ -23470,10 +23540,12 @@ export class Offer extends Activity {
23470
23540
  const proxy = super._getCustomInspectProxy();
23471
23541
  return proxy;
23472
23542
  }
23543
+ // @ts-ignore: suppressing TS4127
23473
23544
  [Symbol.for("Deno.customInspect")](inspect, options) {
23474
23545
  const proxy = this._getCustomInspectProxy();
23475
23546
  return "Offer " + inspect(proxy, options);
23476
23547
  }
23548
+ // @ts-ignore: suppressing TS4127
23477
23549
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23478
23550
  const proxy = this._getCustomInspectProxy();
23479
23551
  return "Offer " + inspect(proxy, options);
@@ -23629,10 +23701,12 @@ export class Invite extends Offer {
23629
23701
  const proxy = super._getCustomInspectProxy();
23630
23702
  return proxy;
23631
23703
  }
23704
+ // @ts-ignore: suppressing TS4127
23632
23705
  [Symbol.for("Deno.customInspect")](inspect, options) {
23633
23706
  const proxy = this._getCustomInspectProxy();
23634
23707
  return "Invite " + inspect(proxy, options);
23635
23708
  }
23709
+ // @ts-ignore: suppressing TS4127
23636
23710
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23637
23711
  const proxy = this._getCustomInspectProxy();
23638
23712
  return "Invite " + inspect(proxy, options);
@@ -23788,10 +23862,12 @@ export class Join extends Activity {
23788
23862
  const proxy = super._getCustomInspectProxy();
23789
23863
  return proxy;
23790
23864
  }
23865
+ // @ts-ignore: suppressing TS4127
23791
23866
  [Symbol.for("Deno.customInspect")](inspect, options) {
23792
23867
  const proxy = this._getCustomInspectProxy();
23793
23868
  return "Join " + inspect(proxy, options);
23794
23869
  }
23870
+ // @ts-ignore: suppressing TS4127
23795
23871
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23796
23872
  const proxy = this._getCustomInspectProxy();
23797
23873
  return "Join " + inspect(proxy, options);
@@ -23947,10 +24023,12 @@ export class Leave extends Activity {
23947
24023
  const proxy = super._getCustomInspectProxy();
23948
24024
  return proxy;
23949
24025
  }
24026
+ // @ts-ignore: suppressing TS4127
23950
24027
  [Symbol.for("Deno.customInspect")](inspect, options) {
23951
24028
  const proxy = this._getCustomInspectProxy();
23952
24029
  return "Leave " + inspect(proxy, options);
23953
24030
  }
24031
+ // @ts-ignore: suppressing TS4127
23954
24032
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23955
24033
  const proxy = this._getCustomInspectProxy();
23956
24034
  return "Leave " + inspect(proxy, options);
@@ -24107,10 +24185,12 @@ export class Like extends Activity {
24107
24185
  const proxy = super._getCustomInspectProxy();
24108
24186
  return proxy;
24109
24187
  }
24188
+ // @ts-ignore: suppressing TS4127
24110
24189
  [Symbol.for("Deno.customInspect")](inspect, options) {
24111
24190
  const proxy = this._getCustomInspectProxy();
24112
24191
  return "Like " + inspect(proxy, options);
24113
24192
  }
24193
+ // @ts-ignore: suppressing TS4127
24114
24194
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24115
24195
  const proxy = this._getCustomInspectProxy();
24116
24196
  return "Like " + inspect(proxy, options);
@@ -24265,10 +24345,12 @@ export class Listen extends Activity {
24265
24345
  const proxy = super._getCustomInspectProxy();
24266
24346
  return proxy;
24267
24347
  }
24348
+ // @ts-ignore: suppressing TS4127
24268
24349
  [Symbol.for("Deno.customInspect")](inspect, options) {
24269
24350
  const proxy = this._getCustomInspectProxy();
24270
24351
  return "Listen " + inspect(proxy, options);
24271
24352
  }
24353
+ // @ts-ignore: suppressing TS4127
24272
24354
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24273
24355
  const proxy = this._getCustomInspectProxy();
24274
24356
  return "Listen " + inspect(proxy, options);
@@ -24422,10 +24504,12 @@ export class Mention extends Link {
24422
24504
  const proxy = super._getCustomInspectProxy();
24423
24505
  return proxy;
24424
24506
  }
24507
+ // @ts-ignore: suppressing TS4127
24425
24508
  [Symbol.for("Deno.customInspect")](inspect, options) {
24426
24509
  const proxy = this._getCustomInspectProxy();
24427
24510
  return "Mention " + inspect(proxy, options);
24428
24511
  }
24512
+ // @ts-ignore: suppressing TS4127
24429
24513
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24430
24514
  const proxy = this._getCustomInspectProxy();
24431
24515
  return "Mention " + inspect(proxy, options);
@@ -24582,10 +24666,12 @@ export class Move extends Activity {
24582
24666
  const proxy = super._getCustomInspectProxy();
24583
24667
  return proxy;
24584
24668
  }
24669
+ // @ts-ignore: suppressing TS4127
24585
24670
  [Symbol.for("Deno.customInspect")](inspect, options) {
24586
24671
  const proxy = this._getCustomInspectProxy();
24587
24672
  return "Move " + inspect(proxy, options);
24588
24673
  }
24674
+ // @ts-ignore: suppressing TS4127
24589
24675
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24590
24676
  const proxy = this._getCustomInspectProxy();
24591
24677
  return "Move " + inspect(proxy, options);
@@ -24881,10 +24967,12 @@ export class Note extends Object {
24881
24967
  }
24882
24968
  return proxy;
24883
24969
  }
24970
+ // @ts-ignore: suppressing TS4127
24884
24971
  [Symbol.for("Deno.customInspect")](inspect, options) {
24885
24972
  const proxy = this._getCustomInspectProxy();
24886
24973
  return "Note " + inspect(proxy, options);
24887
24974
  }
24975
+ // @ts-ignore: suppressing TS4127
24888
24976
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24889
24977
  const proxy = this._getCustomInspectProxy();
24890
24978
  return "Note " + inspect(proxy, options);
@@ -25299,10 +25387,12 @@ export class OrderedCollection extends Collection {
25299
25387
  }
25300
25388
  return proxy;
25301
25389
  }
25390
+ // @ts-ignore: suppressing TS4127
25302
25391
  [Symbol.for("Deno.customInspect")](inspect, options) {
25303
25392
  const proxy = this._getCustomInspectProxy();
25304
25393
  return "OrderedCollection " + inspect(proxy, options);
25305
25394
  }
25395
+ // @ts-ignore: suppressing TS4127
25306
25396
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
25307
25397
  const proxy = this._getCustomInspectProxy();
25308
25398
  return "OrderedCollection " + inspect(proxy, options);
@@ -25799,10 +25889,12 @@ export class OrderedCollectionPage extends CollectionPage {
25799
25889
  }
25800
25890
  return proxy;
25801
25891
  }
25892
+ // @ts-ignore: suppressing TS4127
25802
25893
  [Symbol.for("Deno.customInspect")](inspect, options) {
25803
25894
  const proxy = this._getCustomInspectProxy();
25804
25895
  return "OrderedCollectionPage " + inspect(proxy, options);
25805
25896
  }
25897
+ // @ts-ignore: suppressing TS4127
25806
25898
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
25807
25899
  const proxy = this._getCustomInspectProxy();
25808
25900
  return "OrderedCollectionPage " + inspect(proxy, options);
@@ -29196,10 +29288,12 @@ export class Organization extends Object {
29196
29288
  }
29197
29289
  return proxy;
29198
29290
  }
29291
+ // @ts-ignore: suppressing TS4127
29199
29292
  [Symbol.for("Deno.customInspect")](inspect, options) {
29200
29293
  const proxy = this._getCustomInspectProxy();
29201
29294
  return "Organization " + inspect(proxy, options);
29202
29295
  }
29296
+ // @ts-ignore: suppressing TS4127
29203
29297
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
29204
29298
  const proxy = this._getCustomInspectProxy();
29205
29299
  return "Organization " + inspect(proxy, options);
@@ -29371,10 +29465,12 @@ export class Page extends Document {
29371
29465
  const proxy = super._getCustomInspectProxy();
29372
29466
  return proxy;
29373
29467
  }
29468
+ // @ts-ignore: suppressing TS4127
29374
29469
  [Symbol.for("Deno.customInspect")](inspect, options) {
29375
29470
  const proxy = this._getCustomInspectProxy();
29376
29471
  return "Page " + inspect(proxy, options);
29377
29472
  }
29473
+ // @ts-ignore: suppressing TS4127
29378
29474
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
29379
29475
  const proxy = this._getCustomInspectProxy();
29380
29476
  return "Page " + inspect(proxy, options);
@@ -32768,10 +32864,12 @@ export class Person extends Object {
32768
32864
  }
32769
32865
  return proxy;
32770
32866
  }
32867
+ // @ts-ignore: suppressing TS4127
32771
32868
  [Symbol.for("Deno.customInspect")](inspect, options) {
32772
32869
  const proxy = this._getCustomInspectProxy();
32773
32870
  return "Person " + inspect(proxy, options);
32774
32871
  }
32872
+ // @ts-ignore: suppressing TS4127
32775
32873
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
32776
32874
  const proxy = this._getCustomInspectProxy();
32777
32875
  return "Person " + inspect(proxy, options);
@@ -33442,10 +33540,12 @@ export class Place extends Object {
33442
33540
  }
33443
33541
  return proxy;
33444
33542
  }
33543
+ // @ts-ignore: suppressing TS4127
33445
33544
  [Symbol.for("Deno.customInspect")](inspect, options) {
33446
33545
  const proxy = this._getCustomInspectProxy();
33447
33546
  return "Place " + inspect(proxy, options);
33448
33547
  }
33548
+ // @ts-ignore: suppressing TS4127
33449
33549
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
33450
33550
  const proxy = this._getCustomInspectProxy();
33451
33551
  return "Place " + inspect(proxy, options);
@@ -33758,10 +33858,12 @@ export class Profile extends Object {
33758
33858
  }
33759
33859
  return proxy;
33760
33860
  }
33861
+ // @ts-ignore: suppressing TS4127
33761
33862
  [Symbol.for("Deno.customInspect")](inspect, options) {
33762
33863
  const proxy = this._getCustomInspectProxy();
33763
33864
  return "Profile " + inspect(proxy, options);
33764
33865
  }
33866
+ // @ts-ignore: suppressing TS4127
33765
33867
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
33766
33868
  const proxy = this._getCustomInspectProxy();
33767
33869
  return "Profile " + inspect(proxy, options);
@@ -34431,10 +34533,12 @@ export class Question extends IntransitiveActivity {
34431
34533
  }
34432
34534
  return proxy;
34433
34535
  }
34536
+ // @ts-ignore: suppressing TS4127
34434
34537
  [Symbol.for("Deno.customInspect")](inspect, options) {
34435
34538
  const proxy = this._getCustomInspectProxy();
34436
34539
  return "Question " + inspect(proxy, options);
34437
34540
  }
34541
+ // @ts-ignore: suppressing TS4127
34438
34542
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
34439
34543
  const proxy = this._getCustomInspectProxy();
34440
34544
  return "Question " + inspect(proxy, options);
@@ -34589,10 +34693,12 @@ export class Read extends Activity {
34589
34693
  const proxy = super._getCustomInspectProxy();
34590
34694
  return proxy;
34591
34695
  }
34696
+ // @ts-ignore: suppressing TS4127
34592
34697
  [Symbol.for("Deno.customInspect")](inspect, options) {
34593
34698
  const proxy = this._getCustomInspectProxy();
34594
34699
  return "Read " + inspect(proxy, options);
34595
34700
  }
34701
+ // @ts-ignore: suppressing TS4127
34596
34702
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
34597
34703
  const proxy = this._getCustomInspectProxy();
34598
34704
  return "Read " + inspect(proxy, options);
@@ -34751,10 +34857,12 @@ export class Reject extends Activity {
34751
34857
  const proxy = super._getCustomInspectProxy();
34752
34858
  return proxy;
34753
34859
  }
34860
+ // @ts-ignore: suppressing TS4127
34754
34861
  [Symbol.for("Deno.customInspect")](inspect, options) {
34755
34862
  const proxy = this._getCustomInspectProxy();
34756
34863
  return "Reject " + inspect(proxy, options);
34757
34864
  }
34865
+ // @ts-ignore: suppressing TS4127
34758
34866
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
34759
34867
  const proxy = this._getCustomInspectProxy();
34760
34868
  return "Reject " + inspect(proxy, options);
@@ -35484,10 +35592,12 @@ export class Relationship extends Object {
35484
35592
  }
35485
35593
  return proxy;
35486
35594
  }
35595
+ // @ts-ignore: suppressing TS4127
35487
35596
  [Symbol.for("Deno.customInspect")](inspect, options) {
35488
35597
  const proxy = this._getCustomInspectProxy();
35489
35598
  return "Relationship " + inspect(proxy, options);
35490
35599
  }
35600
+ // @ts-ignore: suppressing TS4127
35491
35601
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
35492
35602
  const proxy = this._getCustomInspectProxy();
35493
35603
  return "Relationship " + inspect(proxy, options);
@@ -35643,10 +35753,12 @@ export class Remove extends Activity {
35643
35753
  const proxy = super._getCustomInspectProxy();
35644
35754
  return proxy;
35645
35755
  }
35756
+ // @ts-ignore: suppressing TS4127
35646
35757
  [Symbol.for("Deno.customInspect")](inspect, options) {
35647
35758
  const proxy = this._getCustomInspectProxy();
35648
35759
  return "Remove " + inspect(proxy, options);
35649
35760
  }
35761
+ // @ts-ignore: suppressing TS4127
35650
35762
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
35651
35763
  const proxy = this._getCustomInspectProxy();
35652
35764
  return "Remove " + inspect(proxy, options);
@@ -39040,10 +39152,12 @@ export class Service extends Object {
39040
39152
  }
39041
39153
  return proxy;
39042
39154
  }
39155
+ // @ts-ignore: suppressing TS4127
39043
39156
  [Symbol.for("Deno.customInspect")](inspect, options) {
39044
39157
  const proxy = this._getCustomInspectProxy();
39045
39158
  return "Service " + inspect(proxy, options);
39046
39159
  }
39160
+ // @ts-ignore: suppressing TS4127
39047
39161
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
39048
39162
  const proxy = this._getCustomInspectProxy();
39049
39163
  return "Service " + inspect(proxy, options);
@@ -39424,10 +39538,12 @@ export class Source {
39424
39538
  }
39425
39539
  return proxy;
39426
39540
  }
39541
+ // @ts-ignore: suppressing TS4127
39427
39542
  [Symbol.for("Deno.customInspect")](inspect, options) {
39428
39543
  const proxy = this._getCustomInspectProxy();
39429
39544
  return "Source " + inspect(proxy, options);
39430
39545
  }
39546
+ // @ts-ignore: suppressing TS4127
39431
39547
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
39432
39548
  const proxy = this._getCustomInspectProxy();
39433
39549
  return "Source " + inspect(proxy, options);
@@ -39583,10 +39699,12 @@ export class TentativeAccept extends Accept {
39583
39699
  const proxy = super._getCustomInspectProxy();
39584
39700
  return proxy;
39585
39701
  }
39702
+ // @ts-ignore: suppressing TS4127
39586
39703
  [Symbol.for("Deno.customInspect")](inspect, options) {
39587
39704
  const proxy = this._getCustomInspectProxy();
39588
39705
  return "TentativeAccept " + inspect(proxy, options);
39589
39706
  }
39707
+ // @ts-ignore: suppressing TS4127
39590
39708
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
39591
39709
  const proxy = this._getCustomInspectProxy();
39592
39710
  return "TentativeAccept " + inspect(proxy, options);
@@ -39742,10 +39860,12 @@ export class TentativeReject extends Reject {
39742
39860
  const proxy = super._getCustomInspectProxy();
39743
39861
  return proxy;
39744
39862
  }
39863
+ // @ts-ignore: suppressing TS4127
39745
39864
  [Symbol.for("Deno.customInspect")](inspect, options) {
39746
39865
  const proxy = this._getCustomInspectProxy();
39747
39866
  return "TentativeReject " + inspect(proxy, options);
39748
39867
  }
39868
+ // @ts-ignore: suppressing TS4127
39749
39869
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
39750
39870
  const proxy = this._getCustomInspectProxy();
39751
39871
  return "TentativeReject " + inspect(proxy, options);
@@ -39999,10 +40119,12 @@ export class Tombstone extends Object {
39999
40119
  }
40000
40120
  return proxy;
40001
40121
  }
40122
+ // @ts-ignore: suppressing TS4127
40002
40123
  [Symbol.for("Deno.customInspect")](inspect, options) {
40003
40124
  const proxy = this._getCustomInspectProxy();
40004
40125
  return "Tombstone " + inspect(proxy, options);
40005
40126
  }
40127
+ // @ts-ignore: suppressing TS4127
40006
40128
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40007
40129
  const proxy = this._getCustomInspectProxy();
40008
40130
  return "Tombstone " + inspect(proxy, options);
@@ -40160,10 +40282,12 @@ export class Travel extends IntransitiveActivity {
40160
40282
  const proxy = super._getCustomInspectProxy();
40161
40283
  return proxy;
40162
40284
  }
40285
+ // @ts-ignore: suppressing TS4127
40163
40286
  [Symbol.for("Deno.customInspect")](inspect, options) {
40164
40287
  const proxy = this._getCustomInspectProxy();
40165
40288
  return "Travel " + inspect(proxy, options);
40166
40289
  }
40290
+ // @ts-ignore: suppressing TS4127
40167
40291
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40168
40292
  const proxy = this._getCustomInspectProxy();
40169
40293
  return "Travel " + inspect(proxy, options);
@@ -40333,10 +40457,12 @@ export class Undo extends Activity {
40333
40457
  const proxy = super._getCustomInspectProxy();
40334
40458
  return proxy;
40335
40459
  }
40460
+ // @ts-ignore: suppressing TS4127
40336
40461
  [Symbol.for("Deno.customInspect")](inspect, options) {
40337
40462
  const proxy = this._getCustomInspectProxy();
40338
40463
  return "Undo " + inspect(proxy, options);
40339
40464
  }
40465
+ // @ts-ignore: suppressing TS4127
40340
40466
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40341
40467
  const proxy = this._getCustomInspectProxy();
40342
40468
  return "Undo " + inspect(proxy, options);
@@ -40525,10 +40651,12 @@ export class Update extends Activity {
40525
40651
  const proxy = super._getCustomInspectProxy();
40526
40652
  return proxy;
40527
40653
  }
40654
+ // @ts-ignore: suppressing TS4127
40528
40655
  [Symbol.for("Deno.customInspect")](inspect, options) {
40529
40656
  const proxy = this._getCustomInspectProxy();
40530
40657
  return "Update " + inspect(proxy, options);
40531
40658
  }
40659
+ // @ts-ignore: suppressing TS4127
40532
40660
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40533
40661
  const proxy = this._getCustomInspectProxy();
40534
40662
  return "Update " + inspect(proxy, options);
@@ -40699,10 +40827,12 @@ export class Video extends Document {
40699
40827
  const proxy = super._getCustomInspectProxy();
40700
40828
  return proxy;
40701
40829
  }
40830
+ // @ts-ignore: suppressing TS4127
40702
40831
  [Symbol.for("Deno.customInspect")](inspect, options) {
40703
40832
  const proxy = this._getCustomInspectProxy();
40704
40833
  return "Video " + inspect(proxy, options);
40705
40834
  }
40835
+ // @ts-ignore: suppressing TS4127
40706
40836
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40707
40837
  const proxy = this._getCustomInspectProxy();
40708
40838
  return "Video " + inspect(proxy, options);
@@ -40857,10 +40987,12 @@ export class View extends Activity {
40857
40987
  const proxy = super._getCustomInspectProxy();
40858
40988
  return proxy;
40859
40989
  }
40990
+ // @ts-ignore: suppressing TS4127
40860
40991
  [Symbol.for("Deno.customInspect")](inspect, options) {
40861
40992
  const proxy = this._getCustomInspectProxy();
40862
40993
  return "View " + inspect(proxy, options);
40863
40994
  }
40995
+ // @ts-ignore: suppressing TS4127
40864
40996
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40865
40997
  const proxy = this._getCustomInspectProxy();
40866
40998
  return "View " + inspect(proxy, options);