@fedify/fedify 1.2.21 → 1.2.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. package/CHANGES.md +77 -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/announce.yaml +3 -1
  13. package/esm/vocab/create.yaml +3 -1
  14. package/esm/vocab/delete.yaml +3 -1
  15. package/esm/vocab/lookup.js +1 -1
  16. package/esm/vocab/question.yaml +75 -73
  17. package/esm/vocab/update.yaml +3 -1
  18. package/esm/vocab/vocab.js +152 -5
  19. package/package.json +1 -1
  20. package/types/deps/jsr.io/@std/async/{1.0.12 → 1.0.13}/delay.d.ts.map +1 -1
  21. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts.map +1 -1
  22. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts +1 -1
  23. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts.map +1 -1
  24. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts.map +1 -1
  25. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/ends_with.d.ts.map +1 -1
  26. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/equals.d.ts.map +1 -1
  27. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/includes_needle.d.ts.map +1 -1
  28. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/index_of_needle.d.ts.map +1 -1
  29. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/last_index_of_needle.d.ts.map +1 -1
  30. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/mod.d.ts.map +1 -1
  31. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/repeat.d.ts.map +1 -1
  32. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/starts_with.d.ts.map +1 -1
  33. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/common.d.ts.map +1 -1
  34. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/encoding.d.ts.map +1 -1
  35. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/language.d.ts.map +1 -1
  36. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/media_type.d.ts.map +1 -1
  37. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/negotiation.d.ts.map +1 -1
  38. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_constants.d.ts +0 -4
  39. package/types/deps/jsr.io/@std/semver/1.0.5/_constants.d.ts.map +1 -0
  40. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_shared.d.ts.map +1 -1
  41. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_test_comparator_set.d.ts.map +1 -1
  42. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/can_parse.d.ts.map +1 -1
  43. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/compare.d.ts.map +1 -1
  44. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/difference.d.ts.map +1 -1
  45. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/equals.d.ts.map +1 -1
  46. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format.d.ts.map +1 -1
  47. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format_range.d.ts.map +1 -1
  48. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_or_equal.d.ts.map +1 -1
  49. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than.d.ts.map +1 -1
  50. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than_range.d.ts.map +1 -1
  51. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/increment.d.ts.map +1 -1
  52. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_range.d.ts.map +1 -1
  53. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_semver.d.ts.map +1 -1
  54. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_or_equal.d.ts.map +1 -1
  55. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than.d.ts.map +1 -1
  56. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than_range.d.ts.map +1 -1
  57. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/max_satisfying.d.ts.map +1 -1
  58. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/min_satisfying.d.ts.map +1 -1
  59. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/mod.d.ts.map +1 -1
  60. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/not_equals.d.ts.map +1 -1
  61. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse.d.ts.map +1 -1
  62. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse_range.d.ts.map +1 -1
  63. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/range_intersects.d.ts.map +1 -1
  64. package/types/deps/jsr.io/@std/semver/1.0.5/satisfies.d.ts.map +1 -0
  65. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse.d.ts.map +1 -1
  66. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse_range.d.ts.map +1 -1
  67. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/types.d.ts.map +1 -1
  68. package/types/federation/handler.d.ts.map +1 -1
  69. package/types/nodeinfo/mod.d.ts +1 -1
  70. package/types/nodeinfo/types.d.ts +1 -1
  71. package/types/sig/key.d.ts.map +1 -1
  72. package/types/vocab/vocab.d.ts.map +1 -1
  73. package/types/deps/jsr.io/@std/semver/1.0.4/_constants.d.ts.map +0 -1
  74. package/types/deps/jsr.io/@std/semver/1.0.4/satisfies.d.ts.map +0 -1
  75. /package/esm/deps/jsr.io/@std/async/{1.0.12 → 1.0.13}/delay.js +0 -0
  76. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.js +0 -0
  77. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.js +0 -0
  78. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.js +0 -0
  79. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/ends_with.js +0 -0
  80. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/includes_needle.js +0 -0
  81. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/index_of_needle.js +0 -0
  82. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/last_index_of_needle.js +0 -0
  83. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/mod.js +0 -0
  84. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/repeat.js +0 -0
  85. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/starts_with.js +0 -0
  86. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/common.js +0 -0
  87. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/encoding.js +0 -0
  88. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/language.js +0 -0
  89. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/media_type.js +0 -0
  90. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/negotiation.js +0 -0
  91. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_shared.js +0 -0
  92. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_test_comparator_set.js +0 -0
  93. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/can_parse.js +0 -0
  94. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/compare.js +0 -0
  95. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/difference.js +0 -0
  96. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/equals.js +0 -0
  97. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format.js +0 -0
  98. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format_range.js +0 -0
  99. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_or_equal.js +0 -0
  100. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than.js +0 -0
  101. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than_range.js +0 -0
  102. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/increment.js +0 -0
  103. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_range.js +0 -0
  104. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_semver.js +0 -0
  105. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_or_equal.js +0 -0
  106. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than.js +0 -0
  107. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than_range.js +0 -0
  108. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/max_satisfying.js +0 -0
  109. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/min_satisfying.js +0 -0
  110. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/mod.js +0 -0
  111. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/not_equals.js +0 -0
  112. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse.js +0 -0
  113. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse_range.js +0 -0
  114. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/range_intersects.js +0 -0
  115. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse.js +0 -0
  116. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse_range.js +0 -0
  117. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/types.js +0 -0
  118. /package/types/deps/jsr.io/@std/async/{1.0.12 → 1.0.13}/delay.d.ts +0 -0
  119. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts +0 -0
  120. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts +0 -0
  121. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/ends_with.d.ts +0 -0
  122. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/equals.d.ts +0 -0
  123. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/includes_needle.d.ts +0 -0
  124. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/index_of_needle.d.ts +0 -0
  125. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/last_index_of_needle.d.ts +0 -0
  126. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/mod.d.ts +0 -0
  127. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/repeat.d.ts +0 -0
  128. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/starts_with.d.ts +0 -0
  129. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/common.d.ts +0 -0
  130. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/encoding.d.ts +0 -0
  131. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/language.d.ts +0 -0
  132. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/media_type.d.ts +0 -0
  133. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/negotiation.d.ts +0 -0
  134. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_shared.d.ts +0 -0
  135. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_test_comparator_set.d.ts +0 -0
  136. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/can_parse.d.ts +0 -0
  137. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/compare.d.ts +0 -0
  138. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/difference.d.ts +0 -0
  139. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/equals.d.ts +0 -0
  140. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format.d.ts +0 -0
  141. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format_range.d.ts +0 -0
  142. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_or_equal.d.ts +0 -0
  143. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than.d.ts +0 -0
  144. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than_range.d.ts +0 -0
  145. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/increment.d.ts +0 -0
  146. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_range.d.ts +0 -0
  147. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_semver.d.ts +0 -0
  148. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_or_equal.d.ts +0 -0
  149. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than.d.ts +0 -0
  150. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than_range.d.ts +0 -0
  151. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/max_satisfying.d.ts +0 -0
  152. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/min_satisfying.d.ts +0 -0
  153. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/mod.d.ts +0 -0
  154. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/not_equals.d.ts +0 -0
  155. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse.d.ts +0 -0
  156. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse_range.d.ts +0 -0
  157. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/range_intersects.d.ts +0 -0
  158. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/satisfies.d.ts +0 -0
  159. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse.d.ts +0 -0
  160. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse_range.d.ts +0 -0
  161. /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);
@@ -10348,7 +10374,10 @@ export class Announce extends Activity {
10348
10374
  "misskey": "https://misskey-hub.net/ns#",
10349
10375
  "fedibird": "http://fedibird.com/ns#",
10350
10376
  "sensitive": "as:sensitive",
10351
- "votersCount": "toot:votersCount",
10377
+ "votersCount": {
10378
+ "@id": "toot:votersCount",
10379
+ "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
10380
+ },
10352
10381
  "Emoji": "toot:Emoji",
10353
10382
  "Hashtag": "as:Hashtag",
10354
10383
  "quoteUrl": "as:quoteUrl",
@@ -10436,10 +10465,12 @@ export class Announce extends Activity {
10436
10465
  const proxy = super._getCustomInspectProxy();
10437
10466
  return proxy;
10438
10467
  }
10468
+ // @ts-ignore: suppressing TS4127
10439
10469
  [Symbol.for("Deno.customInspect")](inspect, options) {
10440
10470
  const proxy = this._getCustomInspectProxy();
10441
10471
  return "Announce " + inspect(proxy, options);
10442
10472
  }
10473
+ // @ts-ignore: suppressing TS4127
10443
10474
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
10444
10475
  const proxy = this._getCustomInspectProxy();
10445
10476
  return "Announce " + inspect(proxy, options);
@@ -13833,10 +13864,12 @@ export class Application extends Object {
13833
13864
  }
13834
13865
  return proxy;
13835
13866
  }
13867
+ // @ts-ignore: suppressing TS4127
13836
13868
  [Symbol.for("Deno.customInspect")](inspect, options) {
13837
13869
  const proxy = this._getCustomInspectProxy();
13838
13870
  return "Application " + inspect(proxy, options);
13839
13871
  }
13872
+ // @ts-ignore: suppressing TS4127
13840
13873
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
13841
13874
  const proxy = this._getCustomInspectProxy();
13842
13875
  return "Application " + inspect(proxy, options);
@@ -14005,10 +14038,12 @@ export class IntransitiveActivity extends Activity {
14005
14038
  const proxy = super._getCustomInspectProxy();
14006
14039
  return proxy;
14007
14040
  }
14041
+ // @ts-ignore: suppressing TS4127
14008
14042
  [Symbol.for("Deno.customInspect")](inspect, options) {
14009
14043
  const proxy = this._getCustomInspectProxy();
14010
14044
  return "IntransitiveActivity " + inspect(proxy, options);
14011
14045
  }
14046
+ // @ts-ignore: suppressing TS4127
14012
14047
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14013
14048
  const proxy = this._getCustomInspectProxy();
14014
14049
  return "IntransitiveActivity " + inspect(proxy, options);
@@ -14165,10 +14200,12 @@ export class Arrive extends IntransitiveActivity {
14165
14200
  const proxy = super._getCustomInspectProxy();
14166
14201
  return proxy;
14167
14202
  }
14203
+ // @ts-ignore: suppressing TS4127
14168
14204
  [Symbol.for("Deno.customInspect")](inspect, options) {
14169
14205
  const proxy = this._getCustomInspectProxy();
14170
14206
  return "Arrive " + inspect(proxy, options);
14171
14207
  }
14208
+ // @ts-ignore: suppressing TS4127
14172
14209
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14173
14210
  const proxy = this._getCustomInspectProxy();
14174
14211
  return "Arrive " + inspect(proxy, options);
@@ -14463,10 +14500,12 @@ export class Article extends Object {
14463
14500
  }
14464
14501
  return proxy;
14465
14502
  }
14503
+ // @ts-ignore: suppressing TS4127
14466
14504
  [Symbol.for("Deno.customInspect")](inspect, options) {
14467
14505
  const proxy = this._getCustomInspectProxy();
14468
14506
  return "Article " + inspect(proxy, options);
14469
14507
  }
14508
+ // @ts-ignore: suppressing TS4127
14470
14509
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14471
14510
  const proxy = this._getCustomInspectProxy();
14472
14511
  return "Article " + inspect(proxy, options);
@@ -14811,10 +14850,12 @@ export class Document extends Object {
14811
14850
  }
14812
14851
  return proxy;
14813
14852
  }
14853
+ // @ts-ignore: suppressing TS4127
14814
14854
  [Symbol.for("Deno.customInspect")](inspect, options) {
14815
14855
  const proxy = this._getCustomInspectProxy();
14816
14856
  return "Document " + inspect(proxy, options);
14817
14857
  }
14858
+ // @ts-ignore: suppressing TS4127
14818
14859
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14819
14860
  const proxy = this._getCustomInspectProxy();
14820
14861
  return "Document " + inspect(proxy, options);
@@ -14985,10 +15026,12 @@ export class Audio extends Document {
14985
15026
  const proxy = super._getCustomInspectProxy();
14986
15027
  return proxy;
14987
15028
  }
15029
+ // @ts-ignore: suppressing TS4127
14988
15030
  [Symbol.for("Deno.customInspect")](inspect, options) {
14989
15031
  const proxy = this._getCustomInspectProxy();
14990
15032
  return "Audio " + inspect(proxy, options);
14991
15033
  }
15034
+ // @ts-ignore: suppressing TS4127
14992
15035
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14993
15036
  const proxy = this._getCustomInspectProxy();
14994
15037
  return "Audio " + inspect(proxy, options);
@@ -15147,10 +15190,12 @@ export class Ignore extends Activity {
15147
15190
  const proxy = super._getCustomInspectProxy();
15148
15191
  return proxy;
15149
15192
  }
15193
+ // @ts-ignore: suppressing TS4127
15150
15194
  [Symbol.for("Deno.customInspect")](inspect, options) {
15151
15195
  const proxy = this._getCustomInspectProxy();
15152
15196
  return "Ignore " + inspect(proxy, options);
15153
15197
  }
15198
+ // @ts-ignore: suppressing TS4127
15154
15199
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
15155
15200
  const proxy = this._getCustomInspectProxy();
15156
15201
  return "Ignore " + inspect(proxy, options);
@@ -15308,10 +15353,12 @@ export class Block extends Ignore {
15308
15353
  const proxy = super._getCustomInspectProxy();
15309
15354
  return proxy;
15310
15355
  }
15356
+ // @ts-ignore: suppressing TS4127
15311
15357
  [Symbol.for("Deno.customInspect")](inspect, options) {
15312
15358
  const proxy = this._getCustomInspectProxy();
15313
15359
  return "Block " + inspect(proxy, options);
15314
15360
  }
15361
+ // @ts-ignore: suppressing TS4127
15315
15362
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
15316
15363
  const proxy = this._getCustomInspectProxy();
15317
15364
  return "Block " + inspect(proxy, options);
@@ -16235,10 +16282,12 @@ export class Collection extends Object {
16235
16282
  }
16236
16283
  return proxy;
16237
16284
  }
16285
+ // @ts-ignore: suppressing TS4127
16238
16286
  [Symbol.for("Deno.customInspect")](inspect, options) {
16239
16287
  const proxy = this._getCustomInspectProxy();
16240
16288
  return "Collection " + inspect(proxy, options);
16241
16289
  }
16290
+ // @ts-ignore: suppressing TS4127
16242
16291
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
16243
16292
  const proxy = this._getCustomInspectProxy();
16244
16293
  return "Collection " + inspect(proxy, options);
@@ -16838,10 +16887,12 @@ export class CollectionPage extends Collection {
16838
16887
  }
16839
16888
  return proxy;
16840
16889
  }
16890
+ // @ts-ignore: suppressing TS4127
16841
16891
  [Symbol.for("Deno.customInspect")](inspect, options) {
16842
16892
  const proxy = this._getCustomInspectProxy();
16843
16893
  return "CollectionPage " + inspect(proxy, options);
16844
16894
  }
16895
+ // @ts-ignore: suppressing TS4127
16845
16896
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
16846
16897
  const proxy = this._getCustomInspectProxy();
16847
16898
  return "CollectionPage " + inspect(proxy, options);
@@ -16921,7 +16972,10 @@ export class Create extends Activity {
16921
16972
  "misskey": "https://misskey-hub.net/ns#",
16922
16973
  "fedibird": "http://fedibird.com/ns#",
16923
16974
  "sensitive": "as:sensitive",
16924
- "votersCount": "toot:votersCount",
16975
+ "votersCount": {
16976
+ "@id": "toot:votersCount",
16977
+ "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
16978
+ },
16925
16979
  "Emoji": "toot:Emoji",
16926
16980
  "Hashtag": "as:Hashtag",
16927
16981
  "ChatMessage": "http://litepub.social/ns#ChatMessage",
@@ -17010,10 +17064,12 @@ export class Create extends Activity {
17010
17064
  const proxy = super._getCustomInspectProxy();
17011
17065
  return proxy;
17012
17066
  }
17067
+ // @ts-ignore: suppressing TS4127
17013
17068
  [Symbol.for("Deno.customInspect")](inspect, options) {
17014
17069
  const proxy = this._getCustomInspectProxy();
17015
17070
  return "Create " + inspect(proxy, options);
17016
17071
  }
17072
+ // @ts-ignore: suppressing TS4127
17017
17073
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
17018
17074
  const proxy = this._getCustomInspectProxy();
17019
17075
  return "Create " + inspect(proxy, options);
@@ -17093,7 +17149,10 @@ export class Delete extends Activity {
17093
17149
  "misskey": "https://misskey-hub.net/ns#",
17094
17150
  "fedibird": "http://fedibird.com/ns#",
17095
17151
  "sensitive": "as:sensitive",
17096
- "votersCount": "toot:votersCount",
17152
+ "votersCount": {
17153
+ "@id": "toot:votersCount",
17154
+ "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
17155
+ },
17097
17156
  "Emoji": "toot:Emoji",
17098
17157
  "Hashtag": "as:Hashtag",
17099
17158
  "ChatMessage": "http://litepub.social/ns#ChatMessage",
@@ -17182,10 +17241,12 @@ export class Delete extends Activity {
17182
17241
  const proxy = super._getCustomInspectProxy();
17183
17242
  return proxy;
17184
17243
  }
17244
+ // @ts-ignore: suppressing TS4127
17185
17245
  [Symbol.for("Deno.customInspect")](inspect, options) {
17186
17246
  const proxy = this._getCustomInspectProxy();
17187
17247
  return "Delete " + inspect(proxy, options);
17188
17248
  }
17249
+ // @ts-ignore: suppressing TS4127
17189
17250
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
17190
17251
  const proxy = this._getCustomInspectProxy();
17191
17252
  return "Delete " + inspect(proxy, options);
@@ -17341,10 +17402,12 @@ export class Dislike extends Activity {
17341
17402
  const proxy = super._getCustomInspectProxy();
17342
17403
  return proxy;
17343
17404
  }
17405
+ // @ts-ignore: suppressing TS4127
17344
17406
  [Symbol.for("Deno.customInspect")](inspect, options) {
17345
17407
  const proxy = this._getCustomInspectProxy();
17346
17408
  return "Dislike " + inspect(proxy, options);
17347
17409
  }
17410
+ // @ts-ignore: suppressing TS4127
17348
17411
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
17349
17412
  const proxy = this._getCustomInspectProxy();
17350
17413
  return "Dislike " + inspect(proxy, options);
@@ -18013,10 +18076,12 @@ export class Endpoints {
18013
18076
  }
18014
18077
  return proxy;
18015
18078
  }
18079
+ // @ts-ignore: suppressing TS4127
18016
18080
  [Symbol.for("Deno.customInspect")](inspect, options) {
18017
18081
  const proxy = this._getCustomInspectProxy();
18018
18082
  return "Endpoints " + inspect(proxy, options);
18019
18083
  }
18084
+ // @ts-ignore: suppressing TS4127
18020
18085
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
18021
18086
  const proxy = this._getCustomInspectProxy();
18022
18087
  return "Endpoints " + inspect(proxy, options);
@@ -18187,10 +18252,12 @@ export class Event extends Object {
18187
18252
  const proxy = super._getCustomInspectProxy();
18188
18253
  return proxy;
18189
18254
  }
18255
+ // @ts-ignore: suppressing TS4127
18190
18256
  [Symbol.for("Deno.customInspect")](inspect, options) {
18191
18257
  const proxy = this._getCustomInspectProxy();
18192
18258
  return "Event " + inspect(proxy, options);
18193
18259
  }
18260
+ // @ts-ignore: suppressing TS4127
18194
18261
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
18195
18262
  const proxy = this._getCustomInspectProxy();
18196
18263
  return "Event " + inspect(proxy, options);
@@ -18347,10 +18414,12 @@ export class Flag extends Activity {
18347
18414
  const proxy = super._getCustomInspectProxy();
18348
18415
  return proxy;
18349
18416
  }
18417
+ // @ts-ignore: suppressing TS4127
18350
18418
  [Symbol.for("Deno.customInspect")](inspect, options) {
18351
18419
  const proxy = this._getCustomInspectProxy();
18352
18420
  return "Flag " + inspect(proxy, options);
18353
18421
  }
18422
+ // @ts-ignore: suppressing TS4127
18354
18423
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
18355
18424
  const proxy = this._getCustomInspectProxy();
18356
18425
  return "Flag " + inspect(proxy, options);
@@ -18511,10 +18580,12 @@ export class Follow extends Activity {
18511
18580
  const proxy = super._getCustomInspectProxy();
18512
18581
  return proxy;
18513
18582
  }
18583
+ // @ts-ignore: suppressing TS4127
18514
18584
  [Symbol.for("Deno.customInspect")](inspect, options) {
18515
18585
  const proxy = this._getCustomInspectProxy();
18516
18586
  return "Follow " + inspect(proxy, options);
18517
18587
  }
18588
+ // @ts-ignore: suppressing TS4127
18518
18589
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
18519
18590
  const proxy = this._getCustomInspectProxy();
18520
18591
  return "Follow " + inspect(proxy, options);
@@ -21908,10 +21979,12 @@ export class Group extends Object {
21908
21979
  }
21909
21980
  return proxy;
21910
21981
  }
21982
+ // @ts-ignore: suppressing TS4127
21911
21983
  [Symbol.for("Deno.customInspect")](inspect, options) {
21912
21984
  const proxy = this._getCustomInspectProxy();
21913
21985
  return "Group " + inspect(proxy, options);
21914
21986
  }
21987
+ // @ts-ignore: suppressing TS4127
21915
21988
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
21916
21989
  const proxy = this._getCustomInspectProxy();
21917
21990
  return "Group " + inspect(proxy, options);
@@ -22977,10 +23050,12 @@ export class Link {
22977
23050
  }
22978
23051
  return proxy;
22979
23052
  }
23053
+ // @ts-ignore: suppressing TS4127
22980
23054
  [Symbol.for("Deno.customInspect")](inspect, options) {
22981
23055
  const proxy = this._getCustomInspectProxy();
22982
23056
  return "Link " + inspect(proxy, options);
22983
23057
  }
23058
+ // @ts-ignore: suppressing TS4127
22984
23059
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
22985
23060
  const proxy = this._getCustomInspectProxy();
22986
23061
  return "Link " + inspect(proxy, options);
@@ -23139,10 +23214,12 @@ export class Hashtag extends Link {
23139
23214
  const proxy = super._getCustomInspectProxy();
23140
23215
  return proxy;
23141
23216
  }
23217
+ // @ts-ignore: suppressing TS4127
23142
23218
  [Symbol.for("Deno.customInspect")](inspect, options) {
23143
23219
  const proxy = this._getCustomInspectProxy();
23144
23220
  return "Hashtag " + inspect(proxy, options);
23145
23221
  }
23222
+ // @ts-ignore: suppressing TS4127
23146
23223
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23147
23224
  const proxy = this._getCustomInspectProxy();
23148
23225
  return "Hashtag " + inspect(proxy, options);
@@ -23307,10 +23384,12 @@ export class Image extends Document {
23307
23384
  const proxy = super._getCustomInspectProxy();
23308
23385
  return proxy;
23309
23386
  }
23387
+ // @ts-ignore: suppressing TS4127
23310
23388
  [Symbol.for("Deno.customInspect")](inspect, options) {
23311
23389
  const proxy = this._getCustomInspectProxy();
23312
23390
  return "Image " + inspect(proxy, options);
23313
23391
  }
23392
+ // @ts-ignore: suppressing TS4127
23314
23393
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23315
23394
  const proxy = this._getCustomInspectProxy();
23316
23395
  return "Image " + inspect(proxy, options);
@@ -23470,10 +23549,12 @@ export class Offer extends Activity {
23470
23549
  const proxy = super._getCustomInspectProxy();
23471
23550
  return proxy;
23472
23551
  }
23552
+ // @ts-ignore: suppressing TS4127
23473
23553
  [Symbol.for("Deno.customInspect")](inspect, options) {
23474
23554
  const proxy = this._getCustomInspectProxy();
23475
23555
  return "Offer " + inspect(proxy, options);
23476
23556
  }
23557
+ // @ts-ignore: suppressing TS4127
23477
23558
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23478
23559
  const proxy = this._getCustomInspectProxy();
23479
23560
  return "Offer " + inspect(proxy, options);
@@ -23629,10 +23710,12 @@ export class Invite extends Offer {
23629
23710
  const proxy = super._getCustomInspectProxy();
23630
23711
  return proxy;
23631
23712
  }
23713
+ // @ts-ignore: suppressing TS4127
23632
23714
  [Symbol.for("Deno.customInspect")](inspect, options) {
23633
23715
  const proxy = this._getCustomInspectProxy();
23634
23716
  return "Invite " + inspect(proxy, options);
23635
23717
  }
23718
+ // @ts-ignore: suppressing TS4127
23636
23719
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23637
23720
  const proxy = this._getCustomInspectProxy();
23638
23721
  return "Invite " + inspect(proxy, options);
@@ -23788,10 +23871,12 @@ export class Join extends Activity {
23788
23871
  const proxy = super._getCustomInspectProxy();
23789
23872
  return proxy;
23790
23873
  }
23874
+ // @ts-ignore: suppressing TS4127
23791
23875
  [Symbol.for("Deno.customInspect")](inspect, options) {
23792
23876
  const proxy = this._getCustomInspectProxy();
23793
23877
  return "Join " + inspect(proxy, options);
23794
23878
  }
23879
+ // @ts-ignore: suppressing TS4127
23795
23880
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23796
23881
  const proxy = this._getCustomInspectProxy();
23797
23882
  return "Join " + inspect(proxy, options);
@@ -23947,10 +24032,12 @@ export class Leave extends Activity {
23947
24032
  const proxy = super._getCustomInspectProxy();
23948
24033
  return proxy;
23949
24034
  }
24035
+ // @ts-ignore: suppressing TS4127
23950
24036
  [Symbol.for("Deno.customInspect")](inspect, options) {
23951
24037
  const proxy = this._getCustomInspectProxy();
23952
24038
  return "Leave " + inspect(proxy, options);
23953
24039
  }
24040
+ // @ts-ignore: suppressing TS4127
23954
24041
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23955
24042
  const proxy = this._getCustomInspectProxy();
23956
24043
  return "Leave " + inspect(proxy, options);
@@ -24107,10 +24194,12 @@ export class Like extends Activity {
24107
24194
  const proxy = super._getCustomInspectProxy();
24108
24195
  return proxy;
24109
24196
  }
24197
+ // @ts-ignore: suppressing TS4127
24110
24198
  [Symbol.for("Deno.customInspect")](inspect, options) {
24111
24199
  const proxy = this._getCustomInspectProxy();
24112
24200
  return "Like " + inspect(proxy, options);
24113
24201
  }
24202
+ // @ts-ignore: suppressing TS4127
24114
24203
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24115
24204
  const proxy = this._getCustomInspectProxy();
24116
24205
  return "Like " + inspect(proxy, options);
@@ -24265,10 +24354,12 @@ export class Listen extends Activity {
24265
24354
  const proxy = super._getCustomInspectProxy();
24266
24355
  return proxy;
24267
24356
  }
24357
+ // @ts-ignore: suppressing TS4127
24268
24358
  [Symbol.for("Deno.customInspect")](inspect, options) {
24269
24359
  const proxy = this._getCustomInspectProxy();
24270
24360
  return "Listen " + inspect(proxy, options);
24271
24361
  }
24362
+ // @ts-ignore: suppressing TS4127
24272
24363
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24273
24364
  const proxy = this._getCustomInspectProxy();
24274
24365
  return "Listen " + inspect(proxy, options);
@@ -24422,10 +24513,12 @@ export class Mention extends Link {
24422
24513
  const proxy = super._getCustomInspectProxy();
24423
24514
  return proxy;
24424
24515
  }
24516
+ // @ts-ignore: suppressing TS4127
24425
24517
  [Symbol.for("Deno.customInspect")](inspect, options) {
24426
24518
  const proxy = this._getCustomInspectProxy();
24427
24519
  return "Mention " + inspect(proxy, options);
24428
24520
  }
24521
+ // @ts-ignore: suppressing TS4127
24429
24522
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24430
24523
  const proxy = this._getCustomInspectProxy();
24431
24524
  return "Mention " + inspect(proxy, options);
@@ -24582,10 +24675,12 @@ export class Move extends Activity {
24582
24675
  const proxy = super._getCustomInspectProxy();
24583
24676
  return proxy;
24584
24677
  }
24678
+ // @ts-ignore: suppressing TS4127
24585
24679
  [Symbol.for("Deno.customInspect")](inspect, options) {
24586
24680
  const proxy = this._getCustomInspectProxy();
24587
24681
  return "Move " + inspect(proxy, options);
24588
24682
  }
24683
+ // @ts-ignore: suppressing TS4127
24589
24684
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24590
24685
  const proxy = this._getCustomInspectProxy();
24591
24686
  return "Move " + inspect(proxy, options);
@@ -24881,10 +24976,12 @@ export class Note extends Object {
24881
24976
  }
24882
24977
  return proxy;
24883
24978
  }
24979
+ // @ts-ignore: suppressing TS4127
24884
24980
  [Symbol.for("Deno.customInspect")](inspect, options) {
24885
24981
  const proxy = this._getCustomInspectProxy();
24886
24982
  return "Note " + inspect(proxy, options);
24887
24983
  }
24984
+ // @ts-ignore: suppressing TS4127
24888
24985
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24889
24986
  const proxy = this._getCustomInspectProxy();
24890
24987
  return "Note " + inspect(proxy, options);
@@ -25299,10 +25396,12 @@ export class OrderedCollection extends Collection {
25299
25396
  }
25300
25397
  return proxy;
25301
25398
  }
25399
+ // @ts-ignore: suppressing TS4127
25302
25400
  [Symbol.for("Deno.customInspect")](inspect, options) {
25303
25401
  const proxy = this._getCustomInspectProxy();
25304
25402
  return "OrderedCollection " + inspect(proxy, options);
25305
25403
  }
25404
+ // @ts-ignore: suppressing TS4127
25306
25405
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
25307
25406
  const proxy = this._getCustomInspectProxy();
25308
25407
  return "OrderedCollection " + inspect(proxy, options);
@@ -25799,10 +25898,12 @@ export class OrderedCollectionPage extends CollectionPage {
25799
25898
  }
25800
25899
  return proxy;
25801
25900
  }
25901
+ // @ts-ignore: suppressing TS4127
25802
25902
  [Symbol.for("Deno.customInspect")](inspect, options) {
25803
25903
  const proxy = this._getCustomInspectProxy();
25804
25904
  return "OrderedCollectionPage " + inspect(proxy, options);
25805
25905
  }
25906
+ // @ts-ignore: suppressing TS4127
25806
25907
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
25807
25908
  const proxy = this._getCustomInspectProxy();
25808
25909
  return "OrderedCollectionPage " + inspect(proxy, options);
@@ -29196,10 +29297,12 @@ export class Organization extends Object {
29196
29297
  }
29197
29298
  return proxy;
29198
29299
  }
29300
+ // @ts-ignore: suppressing TS4127
29199
29301
  [Symbol.for("Deno.customInspect")](inspect, options) {
29200
29302
  const proxy = this._getCustomInspectProxy();
29201
29303
  return "Organization " + inspect(proxy, options);
29202
29304
  }
29305
+ // @ts-ignore: suppressing TS4127
29203
29306
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
29204
29307
  const proxy = this._getCustomInspectProxy();
29205
29308
  return "Organization " + inspect(proxy, options);
@@ -29371,10 +29474,12 @@ export class Page extends Document {
29371
29474
  const proxy = super._getCustomInspectProxy();
29372
29475
  return proxy;
29373
29476
  }
29477
+ // @ts-ignore: suppressing TS4127
29374
29478
  [Symbol.for("Deno.customInspect")](inspect, options) {
29375
29479
  const proxy = this._getCustomInspectProxy();
29376
29480
  return "Page " + inspect(proxy, options);
29377
29481
  }
29482
+ // @ts-ignore: suppressing TS4127
29378
29483
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
29379
29484
  const proxy = this._getCustomInspectProxy();
29380
29485
  return "Page " + inspect(proxy, options);
@@ -32768,10 +32873,12 @@ export class Person extends Object {
32768
32873
  }
32769
32874
  return proxy;
32770
32875
  }
32876
+ // @ts-ignore: suppressing TS4127
32771
32877
  [Symbol.for("Deno.customInspect")](inspect, options) {
32772
32878
  const proxy = this._getCustomInspectProxy();
32773
32879
  return "Person " + inspect(proxy, options);
32774
32880
  }
32881
+ // @ts-ignore: suppressing TS4127
32775
32882
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
32776
32883
  const proxy = this._getCustomInspectProxy();
32777
32884
  return "Person " + inspect(proxy, options);
@@ -33442,10 +33549,12 @@ export class Place extends Object {
33442
33549
  }
33443
33550
  return proxy;
33444
33551
  }
33552
+ // @ts-ignore: suppressing TS4127
33445
33553
  [Symbol.for("Deno.customInspect")](inspect, options) {
33446
33554
  const proxy = this._getCustomInspectProxy();
33447
33555
  return "Place " + inspect(proxy, options);
33448
33556
  }
33557
+ // @ts-ignore: suppressing TS4127
33449
33558
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
33450
33559
  const proxy = this._getCustomInspectProxy();
33451
33560
  return "Place " + inspect(proxy, options);
@@ -33758,10 +33867,12 @@ export class Profile extends Object {
33758
33867
  }
33759
33868
  return proxy;
33760
33869
  }
33870
+ // @ts-ignore: suppressing TS4127
33761
33871
  [Symbol.for("Deno.customInspect")](inspect, options) {
33762
33872
  const proxy = this._getCustomInspectProxy();
33763
33873
  return "Profile " + inspect(proxy, options);
33764
33874
  }
33875
+ // @ts-ignore: suppressing TS4127
33765
33876
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
33766
33877
  const proxy = this._getCustomInspectProxy();
33767
33878
  return "Profile " + inspect(proxy, options);
@@ -34171,7 +34282,10 @@ export class Question extends IntransitiveActivity {
34171
34282
  "misskey": "https://misskey-hub.net/ns#",
34172
34283
  "fedibird": "http://fedibird.com/ns#",
34173
34284
  "sensitive": "as:sensitive",
34174
- "votersCount": "toot:votersCount",
34285
+ "votersCount": {
34286
+ "@id": "toot:votersCount",
34287
+ "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
34288
+ },
34175
34289
  "Emoji": "toot:Emoji",
34176
34290
  "Hashtag": "as:Hashtag",
34177
34291
  "quoteUrl": "as:quoteUrl",
@@ -34431,10 +34545,12 @@ export class Question extends IntransitiveActivity {
34431
34545
  }
34432
34546
  return proxy;
34433
34547
  }
34548
+ // @ts-ignore: suppressing TS4127
34434
34549
  [Symbol.for("Deno.customInspect")](inspect, options) {
34435
34550
  const proxy = this._getCustomInspectProxy();
34436
34551
  return "Question " + inspect(proxy, options);
34437
34552
  }
34553
+ // @ts-ignore: suppressing TS4127
34438
34554
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
34439
34555
  const proxy = this._getCustomInspectProxy();
34440
34556
  return "Question " + inspect(proxy, options);
@@ -34589,10 +34705,12 @@ export class Read extends Activity {
34589
34705
  const proxy = super._getCustomInspectProxy();
34590
34706
  return proxy;
34591
34707
  }
34708
+ // @ts-ignore: suppressing TS4127
34592
34709
  [Symbol.for("Deno.customInspect")](inspect, options) {
34593
34710
  const proxy = this._getCustomInspectProxy();
34594
34711
  return "Read " + inspect(proxy, options);
34595
34712
  }
34713
+ // @ts-ignore: suppressing TS4127
34596
34714
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
34597
34715
  const proxy = this._getCustomInspectProxy();
34598
34716
  return "Read " + inspect(proxy, options);
@@ -34751,10 +34869,12 @@ export class Reject extends Activity {
34751
34869
  const proxy = super._getCustomInspectProxy();
34752
34870
  return proxy;
34753
34871
  }
34872
+ // @ts-ignore: suppressing TS4127
34754
34873
  [Symbol.for("Deno.customInspect")](inspect, options) {
34755
34874
  const proxy = this._getCustomInspectProxy();
34756
34875
  return "Reject " + inspect(proxy, options);
34757
34876
  }
34877
+ // @ts-ignore: suppressing TS4127
34758
34878
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
34759
34879
  const proxy = this._getCustomInspectProxy();
34760
34880
  return "Reject " + inspect(proxy, options);
@@ -35484,10 +35604,12 @@ export class Relationship extends Object {
35484
35604
  }
35485
35605
  return proxy;
35486
35606
  }
35607
+ // @ts-ignore: suppressing TS4127
35487
35608
  [Symbol.for("Deno.customInspect")](inspect, options) {
35488
35609
  const proxy = this._getCustomInspectProxy();
35489
35610
  return "Relationship " + inspect(proxy, options);
35490
35611
  }
35612
+ // @ts-ignore: suppressing TS4127
35491
35613
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
35492
35614
  const proxy = this._getCustomInspectProxy();
35493
35615
  return "Relationship " + inspect(proxy, options);
@@ -35643,10 +35765,12 @@ export class Remove extends Activity {
35643
35765
  const proxy = super._getCustomInspectProxy();
35644
35766
  return proxy;
35645
35767
  }
35768
+ // @ts-ignore: suppressing TS4127
35646
35769
  [Symbol.for("Deno.customInspect")](inspect, options) {
35647
35770
  const proxy = this._getCustomInspectProxy();
35648
35771
  return "Remove " + inspect(proxy, options);
35649
35772
  }
35773
+ // @ts-ignore: suppressing TS4127
35650
35774
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
35651
35775
  const proxy = this._getCustomInspectProxy();
35652
35776
  return "Remove " + inspect(proxy, options);
@@ -39040,10 +39164,12 @@ export class Service extends Object {
39040
39164
  }
39041
39165
  return proxy;
39042
39166
  }
39167
+ // @ts-ignore: suppressing TS4127
39043
39168
  [Symbol.for("Deno.customInspect")](inspect, options) {
39044
39169
  const proxy = this._getCustomInspectProxy();
39045
39170
  return "Service " + inspect(proxy, options);
39046
39171
  }
39172
+ // @ts-ignore: suppressing TS4127
39047
39173
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
39048
39174
  const proxy = this._getCustomInspectProxy();
39049
39175
  return "Service " + inspect(proxy, options);
@@ -39424,10 +39550,12 @@ export class Source {
39424
39550
  }
39425
39551
  return proxy;
39426
39552
  }
39553
+ // @ts-ignore: suppressing TS4127
39427
39554
  [Symbol.for("Deno.customInspect")](inspect, options) {
39428
39555
  const proxy = this._getCustomInspectProxy();
39429
39556
  return "Source " + inspect(proxy, options);
39430
39557
  }
39558
+ // @ts-ignore: suppressing TS4127
39431
39559
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
39432
39560
  const proxy = this._getCustomInspectProxy();
39433
39561
  return "Source " + inspect(proxy, options);
@@ -39583,10 +39711,12 @@ export class TentativeAccept extends Accept {
39583
39711
  const proxy = super._getCustomInspectProxy();
39584
39712
  return proxy;
39585
39713
  }
39714
+ // @ts-ignore: suppressing TS4127
39586
39715
  [Symbol.for("Deno.customInspect")](inspect, options) {
39587
39716
  const proxy = this._getCustomInspectProxy();
39588
39717
  return "TentativeAccept " + inspect(proxy, options);
39589
39718
  }
39719
+ // @ts-ignore: suppressing TS4127
39590
39720
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
39591
39721
  const proxy = this._getCustomInspectProxy();
39592
39722
  return "TentativeAccept " + inspect(proxy, options);
@@ -39742,10 +39872,12 @@ export class TentativeReject extends Reject {
39742
39872
  const proxy = super._getCustomInspectProxy();
39743
39873
  return proxy;
39744
39874
  }
39875
+ // @ts-ignore: suppressing TS4127
39745
39876
  [Symbol.for("Deno.customInspect")](inspect, options) {
39746
39877
  const proxy = this._getCustomInspectProxy();
39747
39878
  return "TentativeReject " + inspect(proxy, options);
39748
39879
  }
39880
+ // @ts-ignore: suppressing TS4127
39749
39881
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
39750
39882
  const proxy = this._getCustomInspectProxy();
39751
39883
  return "TentativeReject " + inspect(proxy, options);
@@ -39999,10 +40131,12 @@ export class Tombstone extends Object {
39999
40131
  }
40000
40132
  return proxy;
40001
40133
  }
40134
+ // @ts-ignore: suppressing TS4127
40002
40135
  [Symbol.for("Deno.customInspect")](inspect, options) {
40003
40136
  const proxy = this._getCustomInspectProxy();
40004
40137
  return "Tombstone " + inspect(proxy, options);
40005
40138
  }
40139
+ // @ts-ignore: suppressing TS4127
40006
40140
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40007
40141
  const proxy = this._getCustomInspectProxy();
40008
40142
  return "Tombstone " + inspect(proxy, options);
@@ -40160,10 +40294,12 @@ export class Travel extends IntransitiveActivity {
40160
40294
  const proxy = super._getCustomInspectProxy();
40161
40295
  return proxy;
40162
40296
  }
40297
+ // @ts-ignore: suppressing TS4127
40163
40298
  [Symbol.for("Deno.customInspect")](inspect, options) {
40164
40299
  const proxy = this._getCustomInspectProxy();
40165
40300
  return "Travel " + inspect(proxy, options);
40166
40301
  }
40302
+ // @ts-ignore: suppressing TS4127
40167
40303
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40168
40304
  const proxy = this._getCustomInspectProxy();
40169
40305
  return "Travel " + inspect(proxy, options);
@@ -40333,10 +40469,12 @@ export class Undo extends Activity {
40333
40469
  const proxy = super._getCustomInspectProxy();
40334
40470
  return proxy;
40335
40471
  }
40472
+ // @ts-ignore: suppressing TS4127
40336
40473
  [Symbol.for("Deno.customInspect")](inspect, options) {
40337
40474
  const proxy = this._getCustomInspectProxy();
40338
40475
  return "Undo " + inspect(proxy, options);
40339
40476
  }
40477
+ // @ts-ignore: suppressing TS4127
40340
40478
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40341
40479
  const proxy = this._getCustomInspectProxy();
40342
40480
  return "Undo " + inspect(proxy, options);
@@ -40430,7 +40568,10 @@ export class Update extends Activity {
40430
40568
  "suspended": "toot:suspended",
40431
40569
  "memorial": "toot:memorial",
40432
40570
  "indexable": "toot:indexable",
40433
- "votersCount": "toot:votersCount",
40571
+ "votersCount": {
40572
+ "@id": "toot:votersCount",
40573
+ "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
40574
+ },
40434
40575
  "Emoji": "toot:Emoji",
40435
40576
  "Hashtag": "as:Hashtag",
40436
40577
  "schema": "http://schema.org#",
@@ -40525,10 +40666,12 @@ export class Update extends Activity {
40525
40666
  const proxy = super._getCustomInspectProxy();
40526
40667
  return proxy;
40527
40668
  }
40669
+ // @ts-ignore: suppressing TS4127
40528
40670
  [Symbol.for("Deno.customInspect")](inspect, options) {
40529
40671
  const proxy = this._getCustomInspectProxy();
40530
40672
  return "Update " + inspect(proxy, options);
40531
40673
  }
40674
+ // @ts-ignore: suppressing TS4127
40532
40675
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40533
40676
  const proxy = this._getCustomInspectProxy();
40534
40677
  return "Update " + inspect(proxy, options);
@@ -40699,10 +40842,12 @@ export class Video extends Document {
40699
40842
  const proxy = super._getCustomInspectProxy();
40700
40843
  return proxy;
40701
40844
  }
40845
+ // @ts-ignore: suppressing TS4127
40702
40846
  [Symbol.for("Deno.customInspect")](inspect, options) {
40703
40847
  const proxy = this._getCustomInspectProxy();
40704
40848
  return "Video " + inspect(proxy, options);
40705
40849
  }
40850
+ // @ts-ignore: suppressing TS4127
40706
40851
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40707
40852
  const proxy = this._getCustomInspectProxy();
40708
40853
  return "Video " + inspect(proxy, options);
@@ -40857,10 +41002,12 @@ export class View extends Activity {
40857
41002
  const proxy = super._getCustomInspectProxy();
40858
41003
  return proxy;
40859
41004
  }
41005
+ // @ts-ignore: suppressing TS4127
40860
41006
  [Symbol.for("Deno.customInspect")](inspect, options) {
40861
41007
  const proxy = this._getCustomInspectProxy();
40862
41008
  return "View " + inspect(proxy, options);
40863
41009
  }
41010
+ // @ts-ignore: suppressing TS4127
40864
41011
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40865
41012
  const proxy = this._getCustomInspectProxy();
40866
41013
  return "View " + inspect(proxy, options);