@fedify/fedify 1.0.24 → 1.0.26

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 (154) hide show
  1. package/CHANGES.md +27 -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/types.js +1 -1
  7. package/esm/runtime/key.js +1 -1
  8. package/esm/sig/http.js +1 -1
  9. package/esm/sig/key.js +4 -1
  10. package/esm/vocab/announce.yaml +3 -1
  11. package/esm/vocab/create.yaml +3 -1
  12. package/esm/vocab/delete.yaml +3 -1
  13. package/esm/vocab/question.yaml +75 -73
  14. package/esm/vocab/update.yaml +3 -1
  15. package/esm/vocab/vocab.js +146 -5
  16. package/package.json +1 -1
  17. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts.map +1 -1
  18. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts +1 -1
  19. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.d.ts.map +1 -1
  20. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts.map +1 -1
  21. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/ends_with.d.ts.map +1 -1
  22. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/equals.d.ts.map +1 -1
  23. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/includes_needle.d.ts.map +1 -1
  24. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/index_of_needle.d.ts.map +1 -1
  25. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/last_index_of_needle.d.ts.map +1 -1
  26. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/mod.d.ts.map +1 -1
  27. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/repeat.d.ts.map +1 -1
  28. package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/starts_with.d.ts.map +1 -1
  29. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/common.d.ts.map +1 -1
  30. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/encoding.d.ts.map +1 -1
  31. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/language.d.ts.map +1 -1
  32. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/media_type.d.ts.map +1 -1
  33. package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/negotiation.d.ts.map +1 -1
  34. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_constants.d.ts +0 -4
  35. package/types/deps/jsr.io/@std/semver/1.0.5/_constants.d.ts.map +1 -0
  36. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_shared.d.ts.map +1 -1
  37. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_test_comparator_set.d.ts.map +1 -1
  38. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/can_parse.d.ts.map +1 -1
  39. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/compare.d.ts.map +1 -1
  40. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/difference.d.ts.map +1 -1
  41. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/equals.d.ts.map +1 -1
  42. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format.d.ts.map +1 -1
  43. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format_range.d.ts.map +1 -1
  44. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_or_equal.d.ts.map +1 -1
  45. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than.d.ts.map +1 -1
  46. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than_range.d.ts.map +1 -1
  47. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/increment.d.ts.map +1 -1
  48. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_range.d.ts.map +1 -1
  49. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_semver.d.ts.map +1 -1
  50. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_or_equal.d.ts.map +1 -1
  51. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than.d.ts.map +1 -1
  52. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than_range.d.ts.map +1 -1
  53. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/max_satisfying.d.ts.map +1 -1
  54. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/min_satisfying.d.ts.map +1 -1
  55. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/mod.d.ts.map +1 -1
  56. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/not_equals.d.ts.map +1 -1
  57. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse.d.ts.map +1 -1
  58. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse_range.d.ts.map +1 -1
  59. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/range_intersects.d.ts.map +1 -1
  60. package/types/deps/jsr.io/@std/semver/1.0.5/satisfies.d.ts.map +1 -0
  61. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse.d.ts.map +1 -1
  62. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse_range.d.ts.map +1 -1
  63. package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/types.d.ts.map +1 -1
  64. package/types/federation/handler.d.ts.map +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/bytes/{1.0.5 → 1.0.6}/_types.js +0 -0
  71. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/concat.js +0 -0
  72. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.js +0 -0
  73. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/ends_with.js +0 -0
  74. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/includes_needle.js +0 -0
  75. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/index_of_needle.js +0 -0
  76. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/last_index_of_needle.js +0 -0
  77. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/mod.js +0 -0
  78. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/repeat.js +0 -0
  79. /package/esm/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/starts_with.js +0 -0
  80. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/common.js +0 -0
  81. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/encoding.js +0 -0
  82. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/language.js +0 -0
  83. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/media_type.js +0 -0
  84. /package/esm/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/negotiation.js +0 -0
  85. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_shared.js +0 -0
  86. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_test_comparator_set.js +0 -0
  87. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/can_parse.js +0 -0
  88. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/compare.js +0 -0
  89. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/difference.js +0 -0
  90. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/equals.js +0 -0
  91. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format.js +0 -0
  92. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format_range.js +0 -0
  93. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_or_equal.js +0 -0
  94. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than.js +0 -0
  95. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than_range.js +0 -0
  96. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/increment.js +0 -0
  97. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_range.js +0 -0
  98. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_semver.js +0 -0
  99. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_or_equal.js +0 -0
  100. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than.js +0 -0
  101. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than_range.js +0 -0
  102. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/max_satisfying.js +0 -0
  103. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/min_satisfying.js +0 -0
  104. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/mod.js +0 -0
  105. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/not_equals.js +0 -0
  106. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse.js +0 -0
  107. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse_range.js +0 -0
  108. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/range_intersects.js +0 -0
  109. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse.js +0 -0
  110. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse_range.js +0 -0
  111. /package/esm/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/types.js +0 -0
  112. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/_types.d.ts +0 -0
  113. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/copy.d.ts +0 -0
  114. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/ends_with.d.ts +0 -0
  115. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/equals.d.ts +0 -0
  116. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/includes_needle.d.ts +0 -0
  117. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/index_of_needle.d.ts +0 -0
  118. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/last_index_of_needle.d.ts +0 -0
  119. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/mod.d.ts +0 -0
  120. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/repeat.d.ts +0 -0
  121. /package/types/deps/jsr.io/@std/bytes/{1.0.5 → 1.0.6}/starts_with.d.ts +0 -0
  122. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/common.d.ts +0 -0
  123. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/encoding.d.ts +0 -0
  124. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/language.d.ts +0 -0
  125. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/_negotiation/media_type.d.ts +0 -0
  126. /package/types/deps/jsr.io/@std/http/{1.0.13 → 1.0.18}/negotiation.d.ts +0 -0
  127. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_shared.d.ts +0 -0
  128. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/_test_comparator_set.d.ts +0 -0
  129. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/can_parse.d.ts +0 -0
  130. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/compare.d.ts +0 -0
  131. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/difference.d.ts +0 -0
  132. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/equals.d.ts +0 -0
  133. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format.d.ts +0 -0
  134. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/format_range.d.ts +0 -0
  135. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_or_equal.d.ts +0 -0
  136. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than.d.ts +0 -0
  137. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/greater_than_range.d.ts +0 -0
  138. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/increment.d.ts +0 -0
  139. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_range.d.ts +0 -0
  140. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/is_semver.d.ts +0 -0
  141. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_or_equal.d.ts +0 -0
  142. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than.d.ts +0 -0
  143. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/less_than_range.d.ts +0 -0
  144. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/max_satisfying.d.ts +0 -0
  145. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/min_satisfying.d.ts +0 -0
  146. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/mod.d.ts +0 -0
  147. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/not_equals.d.ts +0 -0
  148. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse.d.ts +0 -0
  149. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/parse_range.d.ts +0 -0
  150. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/range_intersects.d.ts +0 -0
  151. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/satisfies.d.ts +0 -0
  152. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse.d.ts +0 -0
  153. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/try_parse_range.d.ts +0 -0
  154. /package/types/deps/jsr.io/@std/semver/{1.0.4 → 1.0.5}/types.d.ts +0 -0
@@ -5453,10 +5453,12 @@ export class Object {
5453
5453
  }
5454
5454
  return proxy;
5455
5455
  }
5456
+ // @ts-ignore: suppressing TS4127
5456
5457
  [Symbol.for("Deno.customInspect")](inspect, options) {
5457
5458
  const proxy = this._getCustomInspectProxy();
5458
5459
  return "Object " + inspect(proxy, options);
5459
5460
  }
5461
+ // @ts-ignore: suppressing TS4127
5460
5462
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
5461
5463
  const proxy = this._getCustomInspectProxy();
5462
5464
  return "Object " + inspect(proxy, options);
@@ -5628,10 +5630,12 @@ export class Emoji extends Object {
5628
5630
  const proxy = super._getCustomInspectProxy();
5629
5631
  return proxy;
5630
5632
  }
5633
+ // @ts-ignore: suppressing TS4127
5631
5634
  [Symbol.for("Deno.customInspect")](inspect, options) {
5632
5635
  const proxy = this._getCustomInspectProxy();
5633
5636
  return "Emoji " + inspect(proxy, options);
5634
5637
  }
5638
+ // @ts-ignore: suppressing TS4127
5635
5639
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
5636
5640
  const proxy = this._getCustomInspectProxy();
5637
5641
  return "Emoji " + inspect(proxy, options);
@@ -5928,10 +5932,12 @@ export class ChatMessage extends Object {
5928
5932
  }
5929
5933
  return proxy;
5930
5934
  }
5935
+ // @ts-ignore: suppressing TS4127
5931
5936
  [Symbol.for("Deno.customInspect")](inspect, options) {
5932
5937
  const proxy = this._getCustomInspectProxy();
5933
5938
  return "ChatMessage " + inspect(proxy, options);
5934
5939
  }
5940
+ // @ts-ignore: suppressing TS4127
5935
5941
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
5936
5942
  const proxy = this._getCustomInspectProxy();
5937
5943
  return "ChatMessage " + inspect(proxy, options);
@@ -6296,10 +6302,12 @@ export class PropertyValue {
6296
6302
  }
6297
6303
  return proxy;
6298
6304
  }
6305
+ // @ts-ignore: suppressing TS4127
6299
6306
  [Symbol.for("Deno.customInspect")](inspect, options) {
6300
6307
  const proxy = this._getCustomInspectProxy();
6301
6308
  return "PropertyValue " + inspect(proxy, options);
6302
6309
  }
6310
+ // @ts-ignore: suppressing TS4127
6303
6311
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
6304
6312
  const proxy = this._getCustomInspectProxy();
6305
6313
  return "PropertyValue " + inspect(proxy, options);
@@ -6882,10 +6890,12 @@ export class DataIntegrityProof {
6882
6890
  }
6883
6891
  return proxy;
6884
6892
  }
6893
+ // @ts-ignore: suppressing TS4127
6885
6894
  [Symbol.for("Deno.customInspect")](inspect, options) {
6886
6895
  const proxy = this._getCustomInspectProxy();
6887
6896
  return "DataIntegrityProof " + inspect(proxy, options);
6888
6897
  }
6898
+ // @ts-ignore: suppressing TS4127
6889
6899
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
6890
6900
  const proxy = this._getCustomInspectProxy();
6891
6901
  return "DataIntegrityProof " + inspect(proxy, options);
@@ -7368,10 +7378,12 @@ export class CryptographicKey {
7368
7378
  }
7369
7379
  return proxy;
7370
7380
  }
7381
+ // @ts-ignore: suppressing TS4127
7371
7382
  [Symbol.for("Deno.customInspect")](inspect, options) {
7372
7383
  const proxy = this._getCustomInspectProxy();
7373
7384
  return "CryptographicKey " + inspect(proxy, options);
7374
7385
  }
7386
+ // @ts-ignore: suppressing TS4127
7375
7387
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
7376
7388
  const proxy = this._getCustomInspectProxy();
7377
7389
  return "CryptographicKey " + inspect(proxy, options);
@@ -7871,10 +7883,12 @@ export class Multikey {
7871
7883
  }
7872
7884
  return proxy;
7873
7885
  }
7886
+ // @ts-ignore: suppressing TS4127
7874
7887
  [Symbol.for("Deno.customInspect")](inspect, options) {
7875
7888
  const proxy = this._getCustomInspectProxy();
7876
7889
  return "Multikey " + inspect(proxy, options);
7877
7890
  }
7891
+ // @ts-ignore: suppressing TS4127
7878
7892
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
7879
7893
  const proxy = this._getCustomInspectProxy();
7880
7894
  return "Multikey " + inspect(proxy, options);
@@ -9342,10 +9356,12 @@ export class Activity extends Object {
9342
9356
  }
9343
9357
  return proxy;
9344
9358
  }
9359
+ // @ts-ignore: suppressing TS4127
9345
9360
  [Symbol.for("Deno.customInspect")](inspect, options) {
9346
9361
  const proxy = this._getCustomInspectProxy();
9347
9362
  return "Activity " + inspect(proxy, options);
9348
9363
  }
9364
+ // @ts-ignore: suppressing TS4127
9349
9365
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
9350
9366
  const proxy = this._getCustomInspectProxy();
9351
9367
  return "Activity " + inspect(proxy, options);
@@ -9505,10 +9521,12 @@ export class Accept extends Activity {
9505
9521
  const proxy = super._getCustomInspectProxy();
9506
9522
  return proxy;
9507
9523
  }
9524
+ // @ts-ignore: suppressing TS4127
9508
9525
  [Symbol.for("Deno.customInspect")](inspect, options) {
9509
9526
  const proxy = this._getCustomInspectProxy();
9510
9527
  return "Accept " + inspect(proxy, options);
9511
9528
  }
9529
+ // @ts-ignore: suppressing TS4127
9512
9530
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
9513
9531
  const proxy = this._getCustomInspectProxy();
9514
9532
  return "Accept " + inspect(proxy, options);
@@ -9666,10 +9684,12 @@ export class Add extends Activity {
9666
9684
  const proxy = super._getCustomInspectProxy();
9667
9685
  return proxy;
9668
9686
  }
9687
+ // @ts-ignore: suppressing TS4127
9669
9688
  [Symbol.for("Deno.customInspect")](inspect, options) {
9670
9689
  const proxy = this._getCustomInspectProxy();
9671
9690
  return "Add " + inspect(proxy, options);
9672
9691
  }
9692
+ // @ts-ignore: suppressing TS4127
9673
9693
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
9674
9694
  const proxy = this._getCustomInspectProxy();
9675
9695
  return "Add " + inspect(proxy, options);
@@ -9750,7 +9770,10 @@ export class Announce extends Activity {
9750
9770
  "misskey": "https://misskey-hub.net/ns#",
9751
9771
  "fedibird": "http://fedibird.com/ns#",
9752
9772
  "sensitive": "as:sensitive",
9753
- "votersCount": "toot:votersCount",
9773
+ "votersCount": {
9774
+ "@id": "toot:votersCount",
9775
+ "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
9776
+ },
9754
9777
  "Emoji": "toot:Emoji",
9755
9778
  "Hashtag": "as:Hashtag",
9756
9779
  "quoteUrl": "as:quoteUrl",
@@ -9838,10 +9861,12 @@ export class Announce extends Activity {
9838
9861
  const proxy = super._getCustomInspectProxy();
9839
9862
  return proxy;
9840
9863
  }
9864
+ // @ts-ignore: suppressing TS4127
9841
9865
  [Symbol.for("Deno.customInspect")](inspect, options) {
9842
9866
  const proxy = this._getCustomInspectProxy();
9843
9867
  return "Announce " + inspect(proxy, options);
9844
9868
  }
9869
+ // @ts-ignore: suppressing TS4127
9845
9870
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
9846
9871
  const proxy = this._getCustomInspectProxy();
9847
9872
  return "Announce " + inspect(proxy, options);
@@ -12704,10 +12729,12 @@ export class Application extends Object {
12704
12729
  }
12705
12730
  return proxy;
12706
12731
  }
12732
+ // @ts-ignore: suppressing TS4127
12707
12733
  [Symbol.for("Deno.customInspect")](inspect, options) {
12708
12734
  const proxy = this._getCustomInspectProxy();
12709
12735
  return "Application " + inspect(proxy, options);
12710
12736
  }
12737
+ // @ts-ignore: suppressing TS4127
12711
12738
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
12712
12739
  const proxy = this._getCustomInspectProxy();
12713
12740
  return "Application " + inspect(proxy, options);
@@ -12876,10 +12903,12 @@ export class IntransitiveActivity extends Activity {
12876
12903
  const proxy = super._getCustomInspectProxy();
12877
12904
  return proxy;
12878
12905
  }
12906
+ // @ts-ignore: suppressing TS4127
12879
12907
  [Symbol.for("Deno.customInspect")](inspect, options) {
12880
12908
  const proxy = this._getCustomInspectProxy();
12881
12909
  return "IntransitiveActivity " + inspect(proxy, options);
12882
12910
  }
12911
+ // @ts-ignore: suppressing TS4127
12883
12912
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
12884
12913
  const proxy = this._getCustomInspectProxy();
12885
12914
  return "IntransitiveActivity " + inspect(proxy, options);
@@ -13036,10 +13065,12 @@ export class Arrive extends IntransitiveActivity {
13036
13065
  const proxy = super._getCustomInspectProxy();
13037
13066
  return proxy;
13038
13067
  }
13068
+ // @ts-ignore: suppressing TS4127
13039
13069
  [Symbol.for("Deno.customInspect")](inspect, options) {
13040
13070
  const proxy = this._getCustomInspectProxy();
13041
13071
  return "Arrive " + inspect(proxy, options);
13042
13072
  }
13073
+ // @ts-ignore: suppressing TS4127
13043
13074
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
13044
13075
  const proxy = this._getCustomInspectProxy();
13045
13076
  return "Arrive " + inspect(proxy, options);
@@ -13334,10 +13365,12 @@ export class Article extends Object {
13334
13365
  }
13335
13366
  return proxy;
13336
13367
  }
13368
+ // @ts-ignore: suppressing TS4127
13337
13369
  [Symbol.for("Deno.customInspect")](inspect, options) {
13338
13370
  const proxy = this._getCustomInspectProxy();
13339
13371
  return "Article " + inspect(proxy, options);
13340
13372
  }
13373
+ // @ts-ignore: suppressing TS4127
13341
13374
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
13342
13375
  const proxy = this._getCustomInspectProxy();
13343
13376
  return "Article " + inspect(proxy, options);
@@ -13682,10 +13715,12 @@ export class Document extends Object {
13682
13715
  }
13683
13716
  return proxy;
13684
13717
  }
13718
+ // @ts-ignore: suppressing TS4127
13685
13719
  [Symbol.for("Deno.customInspect")](inspect, options) {
13686
13720
  const proxy = this._getCustomInspectProxy();
13687
13721
  return "Document " + inspect(proxy, options);
13688
13722
  }
13723
+ // @ts-ignore: suppressing TS4127
13689
13724
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
13690
13725
  const proxy = this._getCustomInspectProxy();
13691
13726
  return "Document " + inspect(proxy, options);
@@ -13856,10 +13891,12 @@ export class Audio extends Document {
13856
13891
  const proxy = super._getCustomInspectProxy();
13857
13892
  return proxy;
13858
13893
  }
13894
+ // @ts-ignore: suppressing TS4127
13859
13895
  [Symbol.for("Deno.customInspect")](inspect, options) {
13860
13896
  const proxy = this._getCustomInspectProxy();
13861
13897
  return "Audio " + inspect(proxy, options);
13862
13898
  }
13899
+ // @ts-ignore: suppressing TS4127
13863
13900
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
13864
13901
  const proxy = this._getCustomInspectProxy();
13865
13902
  return "Audio " + inspect(proxy, options);
@@ -14018,10 +14055,12 @@ export class Ignore extends Activity {
14018
14055
  const proxy = super._getCustomInspectProxy();
14019
14056
  return proxy;
14020
14057
  }
14058
+ // @ts-ignore: suppressing TS4127
14021
14059
  [Symbol.for("Deno.customInspect")](inspect, options) {
14022
14060
  const proxy = this._getCustomInspectProxy();
14023
14061
  return "Ignore " + inspect(proxy, options);
14024
14062
  }
14063
+ // @ts-ignore: suppressing TS4127
14025
14064
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14026
14065
  const proxy = this._getCustomInspectProxy();
14027
14066
  return "Ignore " + inspect(proxy, options);
@@ -14179,10 +14218,12 @@ export class Block extends Ignore {
14179
14218
  const proxy = super._getCustomInspectProxy();
14180
14219
  return proxy;
14181
14220
  }
14221
+ // @ts-ignore: suppressing TS4127
14182
14222
  [Symbol.for("Deno.customInspect")](inspect, options) {
14183
14223
  const proxy = this._getCustomInspectProxy();
14184
14224
  return "Block " + inspect(proxy, options);
14185
14225
  }
14226
+ // @ts-ignore: suppressing TS4127
14186
14227
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14187
14228
  const proxy = this._getCustomInspectProxy();
14188
14229
  return "Block " + inspect(proxy, options);
@@ -15105,10 +15146,12 @@ export class Collection extends Object {
15105
15146
  }
15106
15147
  return proxy;
15107
15148
  }
15149
+ // @ts-ignore: suppressing TS4127
15108
15150
  [Symbol.for("Deno.customInspect")](inspect, options) {
15109
15151
  const proxy = this._getCustomInspectProxy();
15110
15152
  return "Collection " + inspect(proxy, options);
15111
15153
  }
15154
+ // @ts-ignore: suppressing TS4127
15112
15155
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
15113
15156
  const proxy = this._getCustomInspectProxy();
15114
15157
  return "Collection " + inspect(proxy, options);
@@ -15708,10 +15751,12 @@ export class CollectionPage extends Collection {
15708
15751
  }
15709
15752
  return proxy;
15710
15753
  }
15754
+ // @ts-ignore: suppressing TS4127
15711
15755
  [Symbol.for("Deno.customInspect")](inspect, options) {
15712
15756
  const proxy = this._getCustomInspectProxy();
15713
15757
  return "CollectionPage " + inspect(proxy, options);
15714
15758
  }
15759
+ // @ts-ignore: suppressing TS4127
15715
15760
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
15716
15761
  const proxy = this._getCustomInspectProxy();
15717
15762
  return "CollectionPage " + inspect(proxy, options);
@@ -15791,7 +15836,10 @@ export class Create extends Activity {
15791
15836
  "misskey": "https://misskey-hub.net/ns#",
15792
15837
  "fedibird": "http://fedibird.com/ns#",
15793
15838
  "sensitive": "as:sensitive",
15794
- "votersCount": "toot:votersCount",
15839
+ "votersCount": {
15840
+ "@id": "toot:votersCount",
15841
+ "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
15842
+ },
15795
15843
  "Emoji": "toot:Emoji",
15796
15844
  "Hashtag": "as:Hashtag",
15797
15845
  "ChatMessage": "http://litepub.social/ns#ChatMessage",
@@ -15880,10 +15928,12 @@ export class Create extends Activity {
15880
15928
  const proxy = super._getCustomInspectProxy();
15881
15929
  return proxy;
15882
15930
  }
15931
+ // @ts-ignore: suppressing TS4127
15883
15932
  [Symbol.for("Deno.customInspect")](inspect, options) {
15884
15933
  const proxy = this._getCustomInspectProxy();
15885
15934
  return "Create " + inspect(proxy, options);
15886
15935
  }
15936
+ // @ts-ignore: suppressing TS4127
15887
15937
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
15888
15938
  const proxy = this._getCustomInspectProxy();
15889
15939
  return "Create " + inspect(proxy, options);
@@ -15963,7 +16013,10 @@ export class Delete extends Activity {
15963
16013
  "misskey": "https://misskey-hub.net/ns#",
15964
16014
  "fedibird": "http://fedibird.com/ns#",
15965
16015
  "sensitive": "as:sensitive",
15966
- "votersCount": "toot:votersCount",
16016
+ "votersCount": {
16017
+ "@id": "toot:votersCount",
16018
+ "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
16019
+ },
15967
16020
  "Emoji": "toot:Emoji",
15968
16021
  "Hashtag": "as:Hashtag",
15969
16022
  "ChatMessage": "http://litepub.social/ns#ChatMessage",
@@ -16052,10 +16105,12 @@ export class Delete extends Activity {
16052
16105
  const proxy = super._getCustomInspectProxy();
16053
16106
  return proxy;
16054
16107
  }
16108
+ // @ts-ignore: suppressing TS4127
16055
16109
  [Symbol.for("Deno.customInspect")](inspect, options) {
16056
16110
  const proxy = this._getCustomInspectProxy();
16057
16111
  return "Delete " + inspect(proxy, options);
16058
16112
  }
16113
+ // @ts-ignore: suppressing TS4127
16059
16114
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
16060
16115
  const proxy = this._getCustomInspectProxy();
16061
16116
  return "Delete " + inspect(proxy, options);
@@ -16210,10 +16265,12 @@ export class Dislike extends Activity {
16210
16265
  const proxy = super._getCustomInspectProxy();
16211
16266
  return proxy;
16212
16267
  }
16268
+ // @ts-ignore: suppressing TS4127
16213
16269
  [Symbol.for("Deno.customInspect")](inspect, options) {
16214
16270
  const proxy = this._getCustomInspectProxy();
16215
16271
  return "Dislike " + inspect(proxy, options);
16216
16272
  }
16273
+ // @ts-ignore: suppressing TS4127
16217
16274
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
16218
16275
  const proxy = this._getCustomInspectProxy();
16219
16276
  return "Dislike " + inspect(proxy, options);
@@ -16882,10 +16939,12 @@ export class Endpoints {
16882
16939
  }
16883
16940
  return proxy;
16884
16941
  }
16942
+ // @ts-ignore: suppressing TS4127
16885
16943
  [Symbol.for("Deno.customInspect")](inspect, options) {
16886
16944
  const proxy = this._getCustomInspectProxy();
16887
16945
  return "Endpoints " + inspect(proxy, options);
16888
16946
  }
16947
+ // @ts-ignore: suppressing TS4127
16889
16948
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
16890
16949
  const proxy = this._getCustomInspectProxy();
16891
16950
  return "Endpoints " + inspect(proxy, options);
@@ -17056,10 +17115,12 @@ export class Event extends Object {
17056
17115
  const proxy = super._getCustomInspectProxy();
17057
17116
  return proxy;
17058
17117
  }
17118
+ // @ts-ignore: suppressing TS4127
17059
17119
  [Symbol.for("Deno.customInspect")](inspect, options) {
17060
17120
  const proxy = this._getCustomInspectProxy();
17061
17121
  return "Event " + inspect(proxy, options);
17062
17122
  }
17123
+ // @ts-ignore: suppressing TS4127
17063
17124
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
17064
17125
  const proxy = this._getCustomInspectProxy();
17065
17126
  return "Event " + inspect(proxy, options);
@@ -17216,10 +17277,12 @@ export class Flag extends Activity {
17216
17277
  const proxy = super._getCustomInspectProxy();
17217
17278
  return proxy;
17218
17279
  }
17280
+ // @ts-ignore: suppressing TS4127
17219
17281
  [Symbol.for("Deno.customInspect")](inspect, options) {
17220
17282
  const proxy = this._getCustomInspectProxy();
17221
17283
  return "Flag " + inspect(proxy, options);
17222
17284
  }
17285
+ // @ts-ignore: suppressing TS4127
17223
17286
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
17224
17287
  const proxy = this._getCustomInspectProxy();
17225
17288
  return "Flag " + inspect(proxy, options);
@@ -17380,10 +17443,12 @@ export class Follow extends Activity {
17380
17443
  const proxy = super._getCustomInspectProxy();
17381
17444
  return proxy;
17382
17445
  }
17446
+ // @ts-ignore: suppressing TS4127
17383
17447
  [Symbol.for("Deno.customInspect")](inspect, options) {
17384
17448
  const proxy = this._getCustomInspectProxy();
17385
17449
  return "Follow " + inspect(proxy, options);
17386
17450
  }
17451
+ // @ts-ignore: suppressing TS4127
17387
17452
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
17388
17453
  const proxy = this._getCustomInspectProxy();
17389
17454
  return "Follow " + inspect(proxy, options);
@@ -20246,10 +20311,12 @@ export class Group extends Object {
20246
20311
  }
20247
20312
  return proxy;
20248
20313
  }
20314
+ // @ts-ignore: suppressing TS4127
20249
20315
  [Symbol.for("Deno.customInspect")](inspect, options) {
20250
20316
  const proxy = this._getCustomInspectProxy();
20251
20317
  return "Group " + inspect(proxy, options);
20252
20318
  }
20319
+ // @ts-ignore: suppressing TS4127
20253
20320
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
20254
20321
  const proxy = this._getCustomInspectProxy();
20255
20322
  return "Group " + inspect(proxy, options);
@@ -21314,10 +21381,12 @@ export class Link {
21314
21381
  }
21315
21382
  return proxy;
21316
21383
  }
21384
+ // @ts-ignore: suppressing TS4127
21317
21385
  [Symbol.for("Deno.customInspect")](inspect, options) {
21318
21386
  const proxy = this._getCustomInspectProxy();
21319
21387
  return "Link " + inspect(proxy, options);
21320
21388
  }
21389
+ // @ts-ignore: suppressing TS4127
21321
21390
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
21322
21391
  const proxy = this._getCustomInspectProxy();
21323
21392
  return "Link " + inspect(proxy, options);
@@ -21476,10 +21545,12 @@ export class Hashtag extends Link {
21476
21545
  const proxy = super._getCustomInspectProxy();
21477
21546
  return proxy;
21478
21547
  }
21548
+ // @ts-ignore: suppressing TS4127
21479
21549
  [Symbol.for("Deno.customInspect")](inspect, options) {
21480
21550
  const proxy = this._getCustomInspectProxy();
21481
21551
  return "Hashtag " + inspect(proxy, options);
21482
21552
  }
21553
+ // @ts-ignore: suppressing TS4127
21483
21554
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
21484
21555
  const proxy = this._getCustomInspectProxy();
21485
21556
  return "Hashtag " + inspect(proxy, options);
@@ -21644,10 +21715,12 @@ export class Image extends Document {
21644
21715
  const proxy = super._getCustomInspectProxy();
21645
21716
  return proxy;
21646
21717
  }
21718
+ // @ts-ignore: suppressing TS4127
21647
21719
  [Symbol.for("Deno.customInspect")](inspect, options) {
21648
21720
  const proxy = this._getCustomInspectProxy();
21649
21721
  return "Image " + inspect(proxy, options);
21650
21722
  }
21723
+ // @ts-ignore: suppressing TS4127
21651
21724
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
21652
21725
  const proxy = this._getCustomInspectProxy();
21653
21726
  return "Image " + inspect(proxy, options);
@@ -21807,10 +21880,12 @@ export class Offer extends Activity {
21807
21880
  const proxy = super._getCustomInspectProxy();
21808
21881
  return proxy;
21809
21882
  }
21883
+ // @ts-ignore: suppressing TS4127
21810
21884
  [Symbol.for("Deno.customInspect")](inspect, options) {
21811
21885
  const proxy = this._getCustomInspectProxy();
21812
21886
  return "Offer " + inspect(proxy, options);
21813
21887
  }
21888
+ // @ts-ignore: suppressing TS4127
21814
21889
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
21815
21890
  const proxy = this._getCustomInspectProxy();
21816
21891
  return "Offer " + inspect(proxy, options);
@@ -21966,10 +22041,12 @@ export class Invite extends Offer {
21966
22041
  const proxy = super._getCustomInspectProxy();
21967
22042
  return proxy;
21968
22043
  }
22044
+ // @ts-ignore: suppressing TS4127
21969
22045
  [Symbol.for("Deno.customInspect")](inspect, options) {
21970
22046
  const proxy = this._getCustomInspectProxy();
21971
22047
  return "Invite " + inspect(proxy, options);
21972
22048
  }
22049
+ // @ts-ignore: suppressing TS4127
21973
22050
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
21974
22051
  const proxy = this._getCustomInspectProxy();
21975
22052
  return "Invite " + inspect(proxy, options);
@@ -22125,10 +22202,12 @@ export class Join extends Activity {
22125
22202
  const proxy = super._getCustomInspectProxy();
22126
22203
  return proxy;
22127
22204
  }
22205
+ // @ts-ignore: suppressing TS4127
22128
22206
  [Symbol.for("Deno.customInspect")](inspect, options) {
22129
22207
  const proxy = this._getCustomInspectProxy();
22130
22208
  return "Join " + inspect(proxy, options);
22131
22209
  }
22210
+ // @ts-ignore: suppressing TS4127
22132
22211
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
22133
22212
  const proxy = this._getCustomInspectProxy();
22134
22213
  return "Join " + inspect(proxy, options);
@@ -22284,10 +22363,12 @@ export class Leave extends Activity {
22284
22363
  const proxy = super._getCustomInspectProxy();
22285
22364
  return proxy;
22286
22365
  }
22366
+ // @ts-ignore: suppressing TS4127
22287
22367
  [Symbol.for("Deno.customInspect")](inspect, options) {
22288
22368
  const proxy = this._getCustomInspectProxy();
22289
22369
  return "Leave " + inspect(proxy, options);
22290
22370
  }
22371
+ // @ts-ignore: suppressing TS4127
22291
22372
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
22292
22373
  const proxy = this._getCustomInspectProxy();
22293
22374
  return "Leave " + inspect(proxy, options);
@@ -22443,10 +22524,12 @@ export class Like extends Activity {
22443
22524
  const proxy = super._getCustomInspectProxy();
22444
22525
  return proxy;
22445
22526
  }
22527
+ // @ts-ignore: suppressing TS4127
22446
22528
  [Symbol.for("Deno.customInspect")](inspect, options) {
22447
22529
  const proxy = this._getCustomInspectProxy();
22448
22530
  return "Like " + inspect(proxy, options);
22449
22531
  }
22532
+ // @ts-ignore: suppressing TS4127
22450
22533
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
22451
22534
  const proxy = this._getCustomInspectProxy();
22452
22535
  return "Like " + inspect(proxy, options);
@@ -22601,10 +22684,12 @@ export class Listen extends Activity {
22601
22684
  const proxy = super._getCustomInspectProxy();
22602
22685
  return proxy;
22603
22686
  }
22687
+ // @ts-ignore: suppressing TS4127
22604
22688
  [Symbol.for("Deno.customInspect")](inspect, options) {
22605
22689
  const proxy = this._getCustomInspectProxy();
22606
22690
  return "Listen " + inspect(proxy, options);
22607
22691
  }
22692
+ // @ts-ignore: suppressing TS4127
22608
22693
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
22609
22694
  const proxy = this._getCustomInspectProxy();
22610
22695
  return "Listen " + inspect(proxy, options);
@@ -22758,10 +22843,12 @@ export class Mention extends Link {
22758
22843
  const proxy = super._getCustomInspectProxy();
22759
22844
  return proxy;
22760
22845
  }
22846
+ // @ts-ignore: suppressing TS4127
22761
22847
  [Symbol.for("Deno.customInspect")](inspect, options) {
22762
22848
  const proxy = this._getCustomInspectProxy();
22763
22849
  return "Mention " + inspect(proxy, options);
22764
22850
  }
22851
+ // @ts-ignore: suppressing TS4127
22765
22852
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
22766
22853
  const proxy = this._getCustomInspectProxy();
22767
22854
  return "Mention " + inspect(proxy, options);
@@ -22918,10 +23005,12 @@ export class Move extends Activity {
22918
23005
  const proxy = super._getCustomInspectProxy();
22919
23006
  return proxy;
22920
23007
  }
23008
+ // @ts-ignore: suppressing TS4127
22921
23009
  [Symbol.for("Deno.customInspect")](inspect, options) {
22922
23010
  const proxy = this._getCustomInspectProxy();
22923
23011
  return "Move " + inspect(proxy, options);
22924
23012
  }
23013
+ // @ts-ignore: suppressing TS4127
22925
23014
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
22926
23015
  const proxy = this._getCustomInspectProxy();
22927
23016
  return "Move " + inspect(proxy, options);
@@ -23217,10 +23306,12 @@ export class Note extends Object {
23217
23306
  }
23218
23307
  return proxy;
23219
23308
  }
23309
+ // @ts-ignore: suppressing TS4127
23220
23310
  [Symbol.for("Deno.customInspect")](inspect, options) {
23221
23311
  const proxy = this._getCustomInspectProxy();
23222
23312
  return "Note " + inspect(proxy, options);
23223
23313
  }
23314
+ // @ts-ignore: suppressing TS4127
23224
23315
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23225
23316
  const proxy = this._getCustomInspectProxy();
23226
23317
  return "Note " + inspect(proxy, options);
@@ -23634,10 +23725,12 @@ export class OrderedCollection extends Collection {
23634
23725
  }
23635
23726
  return proxy;
23636
23727
  }
23728
+ // @ts-ignore: suppressing TS4127
23637
23729
  [Symbol.for("Deno.customInspect")](inspect, options) {
23638
23730
  const proxy = this._getCustomInspectProxy();
23639
23731
  return "OrderedCollection " + inspect(proxy, options);
23640
23732
  }
23733
+ // @ts-ignore: suppressing TS4127
23641
23734
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23642
23735
  const proxy = this._getCustomInspectProxy();
23643
23736
  return "OrderedCollection " + inspect(proxy, options);
@@ -24133,10 +24226,12 @@ export class OrderedCollectionPage extends CollectionPage {
24133
24226
  }
24134
24227
  return proxy;
24135
24228
  }
24229
+ // @ts-ignore: suppressing TS4127
24136
24230
  [Symbol.for("Deno.customInspect")](inspect, options) {
24137
24231
  const proxy = this._getCustomInspectProxy();
24138
24232
  return "OrderedCollectionPage " + inspect(proxy, options);
24139
24233
  }
24234
+ // @ts-ignore: suppressing TS4127
24140
24235
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24141
24236
  const proxy = this._getCustomInspectProxy();
24142
24237
  return "OrderedCollectionPage " + inspect(proxy, options);
@@ -26999,10 +27094,12 @@ export class Organization extends Object {
26999
27094
  }
27000
27095
  return proxy;
27001
27096
  }
27097
+ // @ts-ignore: suppressing TS4127
27002
27098
  [Symbol.for("Deno.customInspect")](inspect, options) {
27003
27099
  const proxy = this._getCustomInspectProxy();
27004
27100
  return "Organization " + inspect(proxy, options);
27005
27101
  }
27102
+ // @ts-ignore: suppressing TS4127
27006
27103
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
27007
27104
  const proxy = this._getCustomInspectProxy();
27008
27105
  return "Organization " + inspect(proxy, options);
@@ -27174,10 +27271,12 @@ export class Page extends Document {
27174
27271
  const proxy = super._getCustomInspectProxy();
27175
27272
  return proxy;
27176
27273
  }
27274
+ // @ts-ignore: suppressing TS4127
27177
27275
  [Symbol.for("Deno.customInspect")](inspect, options) {
27178
27276
  const proxy = this._getCustomInspectProxy();
27179
27277
  return "Page " + inspect(proxy, options);
27180
27278
  }
27279
+ // @ts-ignore: suppressing TS4127
27181
27280
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
27182
27281
  const proxy = this._getCustomInspectProxy();
27183
27282
  return "Page " + inspect(proxy, options);
@@ -30040,10 +30139,12 @@ export class Person extends Object {
30040
30139
  }
30041
30140
  return proxy;
30042
30141
  }
30142
+ // @ts-ignore: suppressing TS4127
30043
30143
  [Symbol.for("Deno.customInspect")](inspect, options) {
30044
30144
  const proxy = this._getCustomInspectProxy();
30045
30145
  return "Person " + inspect(proxy, options);
30046
30146
  }
30147
+ // @ts-ignore: suppressing TS4127
30047
30148
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
30048
30149
  const proxy = this._getCustomInspectProxy();
30049
30150
  return "Person " + inspect(proxy, options);
@@ -30714,10 +30815,12 @@ export class Place extends Object {
30714
30815
  }
30715
30816
  return proxy;
30716
30817
  }
30818
+ // @ts-ignore: suppressing TS4127
30717
30819
  [Symbol.for("Deno.customInspect")](inspect, options) {
30718
30820
  const proxy = this._getCustomInspectProxy();
30719
30821
  return "Place " + inspect(proxy, options);
30720
30822
  }
30823
+ // @ts-ignore: suppressing TS4127
30721
30824
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
30722
30825
  const proxy = this._getCustomInspectProxy();
30723
30826
  return "Place " + inspect(proxy, options);
@@ -31030,10 +31133,12 @@ export class Profile extends Object {
31030
31133
  }
31031
31134
  return proxy;
31032
31135
  }
31136
+ // @ts-ignore: suppressing TS4127
31033
31137
  [Symbol.for("Deno.customInspect")](inspect, options) {
31034
31138
  const proxy = this._getCustomInspectProxy();
31035
31139
  return "Profile " + inspect(proxy, options);
31036
31140
  }
31141
+ // @ts-ignore: suppressing TS4127
31037
31142
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
31038
31143
  const proxy = this._getCustomInspectProxy();
31039
31144
  return "Profile " + inspect(proxy, options);
@@ -31443,7 +31548,10 @@ export class Question extends IntransitiveActivity {
31443
31548
  "misskey": "https://misskey-hub.net/ns#",
31444
31549
  "fedibird": "http://fedibird.com/ns#",
31445
31550
  "sensitive": "as:sensitive",
31446
- "votersCount": "toot:votersCount",
31551
+ "votersCount": {
31552
+ "@id": "toot:votersCount",
31553
+ "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
31554
+ },
31447
31555
  "Emoji": "toot:Emoji",
31448
31556
  "Hashtag": "as:Hashtag",
31449
31557
  "quoteUrl": "as:quoteUrl",
@@ -31703,10 +31811,12 @@ export class Question extends IntransitiveActivity {
31703
31811
  }
31704
31812
  return proxy;
31705
31813
  }
31814
+ // @ts-ignore: suppressing TS4127
31706
31815
  [Symbol.for("Deno.customInspect")](inspect, options) {
31707
31816
  const proxy = this._getCustomInspectProxy();
31708
31817
  return "Question " + inspect(proxy, options);
31709
31818
  }
31819
+ // @ts-ignore: suppressing TS4127
31710
31820
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
31711
31821
  const proxy = this._getCustomInspectProxy();
31712
31822
  return "Question " + inspect(proxy, options);
@@ -31861,10 +31971,12 @@ export class Read extends Activity {
31861
31971
  const proxy = super._getCustomInspectProxy();
31862
31972
  return proxy;
31863
31973
  }
31974
+ // @ts-ignore: suppressing TS4127
31864
31975
  [Symbol.for("Deno.customInspect")](inspect, options) {
31865
31976
  const proxy = this._getCustomInspectProxy();
31866
31977
  return "Read " + inspect(proxy, options);
31867
31978
  }
31979
+ // @ts-ignore: suppressing TS4127
31868
31980
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
31869
31981
  const proxy = this._getCustomInspectProxy();
31870
31982
  return "Read " + inspect(proxy, options);
@@ -32023,10 +32135,12 @@ export class Reject extends Activity {
32023
32135
  const proxy = super._getCustomInspectProxy();
32024
32136
  return proxy;
32025
32137
  }
32138
+ // @ts-ignore: suppressing TS4127
32026
32139
  [Symbol.for("Deno.customInspect")](inspect, options) {
32027
32140
  const proxy = this._getCustomInspectProxy();
32028
32141
  return "Reject " + inspect(proxy, options);
32029
32142
  }
32143
+ // @ts-ignore: suppressing TS4127
32030
32144
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
32031
32145
  const proxy = this._getCustomInspectProxy();
32032
32146
  return "Reject " + inspect(proxy, options);
@@ -32756,10 +32870,12 @@ export class Relationship extends Object {
32756
32870
  }
32757
32871
  return proxy;
32758
32872
  }
32873
+ // @ts-ignore: suppressing TS4127
32759
32874
  [Symbol.for("Deno.customInspect")](inspect, options) {
32760
32875
  const proxy = this._getCustomInspectProxy();
32761
32876
  return "Relationship " + inspect(proxy, options);
32762
32877
  }
32878
+ // @ts-ignore: suppressing TS4127
32763
32879
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
32764
32880
  const proxy = this._getCustomInspectProxy();
32765
32881
  return "Relationship " + inspect(proxy, options);
@@ -32915,10 +33031,12 @@ export class Remove extends Activity {
32915
33031
  const proxy = super._getCustomInspectProxy();
32916
33032
  return proxy;
32917
33033
  }
33034
+ // @ts-ignore: suppressing TS4127
32918
33035
  [Symbol.for("Deno.customInspect")](inspect, options) {
32919
33036
  const proxy = this._getCustomInspectProxy();
32920
33037
  return "Remove " + inspect(proxy, options);
32921
33038
  }
33039
+ // @ts-ignore: suppressing TS4127
32922
33040
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
32923
33041
  const proxy = this._getCustomInspectProxy();
32924
33042
  return "Remove " + inspect(proxy, options);
@@ -35781,10 +35899,12 @@ export class Service extends Object {
35781
35899
  }
35782
35900
  return proxy;
35783
35901
  }
35902
+ // @ts-ignore: suppressing TS4127
35784
35903
  [Symbol.for("Deno.customInspect")](inspect, options) {
35785
35904
  const proxy = this._getCustomInspectProxy();
35786
35905
  return "Service " + inspect(proxy, options);
35787
35906
  }
35907
+ // @ts-ignore: suppressing TS4127
35788
35908
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
35789
35909
  const proxy = this._getCustomInspectProxy();
35790
35910
  return "Service " + inspect(proxy, options);
@@ -36165,10 +36285,12 @@ export class Source {
36165
36285
  }
36166
36286
  return proxy;
36167
36287
  }
36288
+ // @ts-ignore: suppressing TS4127
36168
36289
  [Symbol.for("Deno.customInspect")](inspect, options) {
36169
36290
  const proxy = this._getCustomInspectProxy();
36170
36291
  return "Source " + inspect(proxy, options);
36171
36292
  }
36293
+ // @ts-ignore: suppressing TS4127
36172
36294
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
36173
36295
  const proxy = this._getCustomInspectProxy();
36174
36296
  return "Source " + inspect(proxy, options);
@@ -36324,10 +36446,12 @@ export class TentativeAccept extends Accept {
36324
36446
  const proxy = super._getCustomInspectProxy();
36325
36447
  return proxy;
36326
36448
  }
36449
+ // @ts-ignore: suppressing TS4127
36327
36450
  [Symbol.for("Deno.customInspect")](inspect, options) {
36328
36451
  const proxy = this._getCustomInspectProxy();
36329
36452
  return "TentativeAccept " + inspect(proxy, options);
36330
36453
  }
36454
+ // @ts-ignore: suppressing TS4127
36331
36455
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
36332
36456
  const proxy = this._getCustomInspectProxy();
36333
36457
  return "TentativeAccept " + inspect(proxy, options);
@@ -36483,10 +36607,12 @@ export class TentativeReject extends Reject {
36483
36607
  const proxy = super._getCustomInspectProxy();
36484
36608
  return proxy;
36485
36609
  }
36610
+ // @ts-ignore: suppressing TS4127
36486
36611
  [Symbol.for("Deno.customInspect")](inspect, options) {
36487
36612
  const proxy = this._getCustomInspectProxy();
36488
36613
  return "TentativeReject " + inspect(proxy, options);
36489
36614
  }
36615
+ // @ts-ignore: suppressing TS4127
36490
36616
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
36491
36617
  const proxy = this._getCustomInspectProxy();
36492
36618
  return "TentativeReject " + inspect(proxy, options);
@@ -36740,10 +36866,12 @@ export class Tombstone extends Object {
36740
36866
  }
36741
36867
  return proxy;
36742
36868
  }
36869
+ // @ts-ignore: suppressing TS4127
36743
36870
  [Symbol.for("Deno.customInspect")](inspect, options) {
36744
36871
  const proxy = this._getCustomInspectProxy();
36745
36872
  return "Tombstone " + inspect(proxy, options);
36746
36873
  }
36874
+ // @ts-ignore: suppressing TS4127
36747
36875
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
36748
36876
  const proxy = this._getCustomInspectProxy();
36749
36877
  return "Tombstone " + inspect(proxy, options);
@@ -36901,10 +37029,12 @@ export class Travel extends IntransitiveActivity {
36901
37029
  const proxy = super._getCustomInspectProxy();
36902
37030
  return proxy;
36903
37031
  }
37032
+ // @ts-ignore: suppressing TS4127
36904
37033
  [Symbol.for("Deno.customInspect")](inspect, options) {
36905
37034
  const proxy = this._getCustomInspectProxy();
36906
37035
  return "Travel " + inspect(proxy, options);
36907
37036
  }
37037
+ // @ts-ignore: suppressing TS4127
36908
37038
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
36909
37039
  const proxy = this._getCustomInspectProxy();
36910
37040
  return "Travel " + inspect(proxy, options);
@@ -37068,10 +37198,12 @@ export class Undo extends Activity {
37068
37198
  const proxy = super._getCustomInspectProxy();
37069
37199
  return proxy;
37070
37200
  }
37201
+ // @ts-ignore: suppressing TS4127
37071
37202
  [Symbol.for("Deno.customInspect")](inspect, options) {
37072
37203
  const proxy = this._getCustomInspectProxy();
37073
37204
  return "Undo " + inspect(proxy, options);
37074
37205
  }
37206
+ // @ts-ignore: suppressing TS4127
37075
37207
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
37076
37208
  const proxy = this._getCustomInspectProxy();
37077
37209
  return "Undo " + inspect(proxy, options);
@@ -37160,7 +37292,10 @@ export class Update extends Activity {
37160
37292
  "PropertyValue": "schema:PropertyValue",
37161
37293
  "value": "schema:value",
37162
37294
  "sensitive": "as:sensitive",
37163
- "votersCount": "toot:votersCount",
37295
+ "votersCount": {
37296
+ "@id": "toot:votersCount",
37297
+ "@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger",
37298
+ },
37164
37299
  "featured": { "@id": "toot:featured", "@type": "@id" },
37165
37300
  "featuredTags": { "@id": "toot:featuredTags", "@type": "@id" },
37166
37301
  "discoverable": "toot:discoverable",
@@ -37256,10 +37391,12 @@ export class Update extends Activity {
37256
37391
  const proxy = super._getCustomInspectProxy();
37257
37392
  return proxy;
37258
37393
  }
37394
+ // @ts-ignore: suppressing TS4127
37259
37395
  [Symbol.for("Deno.customInspect")](inspect, options) {
37260
37396
  const proxy = this._getCustomInspectProxy();
37261
37397
  return "Update " + inspect(proxy, options);
37262
37398
  }
37399
+ // @ts-ignore: suppressing TS4127
37263
37400
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
37264
37401
  const proxy = this._getCustomInspectProxy();
37265
37402
  return "Update " + inspect(proxy, options);
@@ -37430,10 +37567,12 @@ export class Video extends Document {
37430
37567
  const proxy = super._getCustomInspectProxy();
37431
37568
  return proxy;
37432
37569
  }
37570
+ // @ts-ignore: suppressing TS4127
37433
37571
  [Symbol.for("Deno.customInspect")](inspect, options) {
37434
37572
  const proxy = this._getCustomInspectProxy();
37435
37573
  return "Video " + inspect(proxy, options);
37436
37574
  }
37575
+ // @ts-ignore: suppressing TS4127
37437
37576
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
37438
37577
  const proxy = this._getCustomInspectProxy();
37439
37578
  return "Video " + inspect(proxy, options);
@@ -37588,10 +37727,12 @@ export class View extends Activity {
37588
37727
  const proxy = super._getCustomInspectProxy();
37589
37728
  return proxy;
37590
37729
  }
37730
+ // @ts-ignore: suppressing TS4127
37591
37731
  [Symbol.for("Deno.customInspect")](inspect, options) {
37592
37732
  const proxy = this._getCustomInspectProxy();
37593
37733
  return "View " + inspect(proxy, options);
37594
37734
  }
37735
+ // @ts-ignore: suppressing TS4127
37595
37736
  [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
37596
37737
  const proxy = this._getCustomInspectProxy();
37597
37738
  return "View " + inspect(proxy, options);