@fedify/fedify 1.9.6 → 1.9.8

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 (274) hide show
  1. package/dist/{actor-CEGEmRll.js → actor-BTA45fXF.js} +1205 -2768
  2. package/dist/{actor-Ydzhc8dj.d.cts → actor-Be-68iJP.d.cts} +3 -3
  3. package/dist/{actor-C1Euqngb.d.ts → actor-C5AY0Tno.d.ts} +3 -3
  4. package/dist/{actor-DbpZ6pzg.js → actor-DGa1EWaV.mjs} +8 -15
  5. package/dist/{actor-DlS-Q8hE.cjs → actor-DxfJk4lY.cjs} +3112 -4674
  6. package/dist/{assert-MZs1qjMx.js → assert-DikXweDx.mjs} +5 -9
  7. package/dist/{assert_equals-DSbWqCm3.js → assert_equals-Ew3jOFa3.mjs} +55 -69
  8. package/dist/{assert_instance_of-DHz7EHNU.js → assert_instance_of-C4Ri6VuN.mjs} +5 -9
  9. package/dist/{assert_is_error-BPGph1Jx.js → assert_is_error-C50x8tnw.mjs} +5 -9
  10. package/dist/{assert_not_equals-f3m3epl3.js → assert_not_equals--wG9hV7u.mjs} +6 -13
  11. package/dist/{assert_rejects-DiIiJbZn.js → assert_rejects-CJC9ThS-.mjs} +6 -11
  12. package/dist/{assert_throws-BOO88avQ.js → assert_throws-BIL7gChy.mjs} +6 -10
  13. package/dist/{authdocloader-DUQcOTRS.js → authdocloader-BC2rYCy1.mjs} +9 -14
  14. package/dist/{authdocloader-CT_V4Z7G.cjs → authdocloader-BrhFB421.cjs} +14 -22
  15. package/dist/{authdocloader-BLqMyboS.js → authdocloader-CqtNsX_N.js} +8 -15
  16. package/dist/{builder-BO61xeXE.js → builder-CIkAhIGC.mjs} +31 -40
  17. package/dist/{client-DF8anIB5.d.ts → client-D8OSiPBT.d.ts} +2 -2
  18. package/dist/{client-UG5wpNhG.js → client-MXqit6c-.mjs} +11 -15
  19. package/dist/{client-DjT_tegg.d.cts → client-T0VFOdMw.d.cts} +2 -2
  20. package/dist/{collection-CSzG2j1P.js → collection-BD6-SZ6O.mjs} +7 -12
  21. package/dist/compat/mod.cjs +5 -8
  22. package/dist/compat/mod.d.cts +78 -12
  23. package/dist/compat/mod.d.ts +78 -12
  24. package/dist/compat/mod.js +4 -8
  25. package/dist/compat/transformers.test.mjs +62 -0
  26. package/dist/{context-CwUAkopp.d.cts → context-CACMqDzl.d.cts} +33 -26
  27. package/dist/{context-CXUibY4L.d.ts → context-K4cCphQj.d.ts} +33 -26
  28. package/dist/{denokv-Bv33Xxea.js → denokv-CoSB_Eps.mjs} +22 -11
  29. package/dist/{docloader-BIFI3OS7.cjs → docloader-BVuUhBLI.cjs} +112 -212
  30. package/dist/{docloader-fJgJeqiX.js → docloader-BoXhusJ1.js} +17 -151
  31. package/dist/{docloader-CxWcuWqQ.d.ts → docloader-DSaLRXEA.d.ts} +2 -7
  32. package/dist/{docloader-D-MrRyHl.d.cts → docloader-DpGRDZrn.d.cts} +2 -7
  33. package/dist/{esm-C1EfGjSS.js → esm-BHJ7sdNg.mjs} +49 -85
  34. package/dist/federation/{builder.test.js → builder.test.mjs} +22 -41
  35. package/dist/federation/collection.test.d.mts +2 -0
  36. package/dist/federation/collection.test.mjs +21 -0
  37. package/dist/federation/handler.test.d.mts +2 -0
  38. package/dist/federation/{handler.test.js → handler.test.mjs} +22 -49
  39. package/dist/federation/idempotency.test.d.mts +2 -0
  40. package/dist/federation/{idempotency.test.js → idempotency.test.mjs} +29 -59
  41. package/dist/federation/inbox.test.d.mts +2 -0
  42. package/dist/federation/{inbox.test.js → inbox.test.mjs} +10 -15
  43. package/dist/federation/keycache.test.d.mts +2 -0
  44. package/dist/federation/{keycache.test.js → keycache.test.mjs} +13 -18
  45. package/dist/federation/kv.test.d.mts +2 -0
  46. package/dist/federation/{kv.test.js → kv.test.mjs} +9 -20
  47. package/dist/federation/middleware.test.d.mts +2 -0
  48. package/dist/federation/{middleware.test.js → middleware.test.mjs} +182 -197
  49. package/dist/federation/mod.cjs +223 -21
  50. package/dist/federation/mod.d.cts +4 -13
  51. package/dist/federation/mod.d.ts +4 -13
  52. package/dist/federation/mod.js +218 -18
  53. package/dist/federation/mq.test.d.mts +2 -0
  54. package/dist/federation/{mq.test.js → mq.test.mjs} +23 -38
  55. package/dist/federation/retry.test.d.mts +2 -0
  56. package/dist/federation/{retry.test.js → retry.test.mjs} +9 -14
  57. package/dist/federation/router.test.d.mts +2 -0
  58. package/dist/federation/{router.test.js → router.test.mjs} +12 -19
  59. package/dist/federation/send.test.d.mts +2 -0
  60. package/dist/federation/{send.test.js → send.test.mjs} +17 -26
  61. package/dist/{http-wsGR6KkT.d.ts → http-BZpls--H.d.ts} +5 -9
  62. package/dist/{http-CR-Eg1Uq.js → http-Bu5ZNlhZ.mjs} +16 -32
  63. package/dist/{http-B1_DzfAU.d.cts → http-C7WoprmE.d.cts} +5 -9
  64. package/dist/{http-BgopPF-8.cjs → http-DKw-O_VY.cjs} +51 -68
  65. package/dist/{http-05HxN-lp.js → http-VJbz6sKD.js} +17 -33
  66. package/dist/{inbox-DcJN1cxM.js → inbox-DkbTULXE.mjs} +17 -25
  67. package/dist/key-4fu6v0Jf.mjs +5 -0
  68. package/dist/{key-DjS1X9TG.cjs → key-B-wFdaPB.cjs} +42 -50
  69. package/dist/{key-ibMO03_0.js → key-BNMK_IVr.mjs} +12 -18
  70. package/dist/key-CancShOo.cjs +4 -0
  71. package/dist/{key-CPJcJjp-.js → key-DK3o0FEH.js} +19 -19
  72. package/dist/{keycache-CMUfqYqr.js → keycache-D-Vj8z88.mjs} +6 -10
  73. package/dist/{keys-IZ5050fT.js → keys-B27nVeIs.mjs} +6 -10
  74. package/dist/{kv-C7sopW2E.d.ts → kv-Bq9QLKm5.d.ts} +1 -1
  75. package/dist/{kv-CRZrzyXm.js → kv-DM1zFCtL.mjs} +6 -10
  76. package/dist/{kv-63Cil1MD.d.cts → kv-GIrOktyG.d.cts} +1 -1
  77. package/dist/{ld-DHNA2RSQ.js → ld-6jAVu3jV.mjs} +17 -31
  78. package/dist/{lookup-CKZfuyxA.js → lookup-BaU75j-d.js} +5 -11
  79. package/dist/{lookup-C4_dVYz7.cjs → lookup-BiIPmTwB.cjs} +16 -23
  80. package/dist/{lookup-BMAWLsP2.js → lookup-DmeJ8WUw.mjs} +8 -17
  81. package/dist/middleware-9ByEpBvV.cjs +4 -0
  82. package/dist/{middleware-CGbvIGvy.cjs → middleware-C188G4Go.cjs} +494 -547
  83. package/dist/{middleware-DrhEvfTo.js → middleware-Db1yZQaT.mjs} +276 -321
  84. package/dist/{middleware-ODfDRN3q.js → middleware-Do06X21v.js} +349 -393
  85. package/dist/middleware-DrfZEjyc.mjs +5 -0
  86. package/dist/{mod-CDObsV1d.d.ts → mod-BSwc3_rD.d.ts} +3 -3
  87. package/dist/{mod-DBzN0aCM.d.ts → mod-BTNpXcPj.d.ts} +2 -2
  88. package/dist/{mod-fjqfsrty.d.cts → mod-Chb_NKPp.d.cts} +4 -4
  89. package/dist/{mod-DgcYoyZK.d.ts → mod-DHoc3toL.d.ts} +4 -4
  90. package/dist/{mod-jQ4OODsl.d.cts → mod-DIMx6YjJ.d.cts} +2 -2
  91. package/dist/{mod-BUbqxBev.d.cts → mod-HElaq2UB.d.cts} +3 -3
  92. package/dist/mod.cjs +31 -33
  93. package/dist/mod.d.cts +15 -17
  94. package/dist/mod.d.ts +15 -17
  95. package/dist/mod.js +20 -23
  96. package/dist/{mq-B7R1Q-M5.d.cts → mq-CrItclRD.d.cts} +1 -1
  97. package/dist/{mq-CRGm1e_F.d.ts → mq-D_ZZRdby.d.ts} +1 -1
  98. package/dist/nodeinfo/client.test.d.mts +2 -0
  99. package/dist/nodeinfo/{client.test.js → client.test.mjs} +23 -45
  100. package/dist/nodeinfo/handler.test.d.mts +2 -0
  101. package/dist/nodeinfo/{handler.test.js → handler.test.mjs} +14 -43
  102. package/dist/nodeinfo/mod.cjs +5 -9
  103. package/dist/nodeinfo/mod.d.cts +2 -5
  104. package/dist/nodeinfo/mod.d.ts +2 -5
  105. package/dist/nodeinfo/mod.js +4 -9
  106. package/dist/nodeinfo/semver.test.d.mts +2 -0
  107. package/dist/nodeinfo/{semver.test.js → semver.test.mjs} +28 -51
  108. package/dist/nodeinfo/types.test.d.mts +2 -0
  109. package/dist/nodeinfo/{types.test.js → types.test.mjs} +10 -21
  110. package/dist/{owner-DDHsHYQO.js → owner-CKuGt_T9.mjs} +10 -13
  111. package/dist/{owner-BbeUDvOu.d.ts → owner-DPAPnB0R.d.ts} +4 -4
  112. package/dist/{owner-6KSEp9eV.d.cts → owner-_rFs0ik_.d.cts} +4 -4
  113. package/dist/{proof-V1uQaB2y.js → proof-CmTtG_t-.js} +33 -57
  114. package/dist/{proof-CX7ujFFX.cjs → proof-DLOy7HYU.cjs} +112 -135
  115. package/dist/{proof-exgGRW88.js → proof-mJLL2gSA.mjs} +20 -32
  116. package/dist/{retry-D4GJ670a.js → retry-Ddbq3AcK.mjs} +4 -7
  117. package/dist/rolldown-runtime-C7fyD9f2.js +15 -0
  118. package/dist/runtime/authdocloader.test.d.mts +2 -0
  119. package/dist/runtime/{authdocloader.test.js → authdocloader.test.mjs} +16 -28
  120. package/dist/runtime/docloader.test.d.mts +2 -0
  121. package/dist/runtime/{docloader.test.js → docloader.test.mjs} +52 -72
  122. package/dist/runtime/key.test.d.mts +2 -0
  123. package/dist/runtime/{key.test.js → key.test.mjs} +27 -57
  124. package/dist/runtime/langstr.test.d.mts +2 -0
  125. package/dist/runtime/{langstr.test.js → langstr.test.mjs} +9 -19
  126. package/dist/runtime/link.test.d.mts +2 -0
  127. package/dist/runtime/{link.test.js → link.test.mjs} +7 -11
  128. package/dist/runtime/mod.cjs +7 -13
  129. package/dist/runtime/mod.d.cts +103 -6
  130. package/dist/runtime/mod.d.ts +103 -6
  131. package/dist/runtime/mod.js +6 -13
  132. package/dist/runtime/multibase/multibase.test.d.mts +2 -0
  133. package/dist/runtime/multibase/{multibase.test.js → multibase.test.mjs} +16 -33
  134. package/dist/runtime/url.test.d.mts +2 -0
  135. package/dist/runtime/{url.test.js → url.test.mjs} +10 -15
  136. package/dist/{semver-dArNLkR9.js → semver-CgD82xxg.mjs} +13 -28
  137. package/dist/{send-BfMYakUE.js → send-BsQbGuw4.mjs} +7 -12
  138. package/dist/sig/http.test.d.mts +2 -0
  139. package/dist/sig/{http.test.js → http.test.mjs} +119 -203
  140. package/dist/sig/key.test.d.mts +2 -0
  141. package/dist/sig/{key.test.js → key.test.mjs} +13 -22
  142. package/dist/sig/ld.test.d.mts +2 -0
  143. package/dist/sig/{ld.test.js → ld.test.mjs} +24 -39
  144. package/dist/sig/mod.cjs +7 -13
  145. package/dist/sig/mod.d.cts +3 -7
  146. package/dist/sig/mod.d.ts +3 -7
  147. package/dist/sig/mod.js +6 -13
  148. package/dist/sig/owner.test.d.mts +2 -0
  149. package/dist/sig/owner.test.mjs +39 -0
  150. package/dist/sig/proof.test.d.mts +2 -0
  151. package/dist/sig/{proof.test.js → proof.test.mjs} +18 -31
  152. package/dist/{std__assert-X-_kMxKM.js → std__assert-2v7gYiZp.mjs} +13 -24
  153. package/dist/testing/docloader.test.d.mts +2 -0
  154. package/dist/testing/docloader.test.mjs +12 -0
  155. package/dist/testing/{mod.d.ts → mod.d.mts} +371 -541
  156. package/dist/testing/mod.mjs +5 -0
  157. package/dist/{testing-RPOc_gVG.js → testing-DS3gcq8V.mjs} +27 -35
  158. package/dist/{transformers-CoBS-oFG.cjs → transformers-BM0M8hnW.cjs} +20 -25
  159. package/dist/{transformers-BFT6d7J5.js → transformers-BV4OeK9o.js} +3 -7
  160. package/dist/{types-Cptev2nt.js → types-BXfL-dsX.js} +18 -36
  161. package/dist/{types-BIgY6c-l.js → types-CAnkAQGM.mjs} +5 -9
  162. package/dist/{types-CGnM1vft.cjs → types-DpM4FhjW.cjs} +45 -64
  163. package/dist/vocab/actor.test.d.mts +2 -0
  164. package/dist/vocab/{actor.test.js → actor.test.mjs} +308 -550
  165. package/dist/vocab/cjs.test.d.mts +2 -0
  166. package/dist/vocab/cjs.test.mjs +14 -0
  167. package/dist/vocab/lookup.test.d.mts +2 -0
  168. package/dist/vocab/{lookup.test.js → lookup.test.mjs} +29 -45
  169. package/dist/vocab/mod.cjs +251 -16
  170. package/dist/vocab/mod.d.cts +3 -5
  171. package/dist/vocab/mod.d.ts +3 -5
  172. package/dist/vocab/mod.js +244 -10
  173. package/dist/vocab/type.test.d.mts +2 -0
  174. package/dist/vocab/type.test.mjs +16 -0
  175. package/dist/vocab/vocab.test.d.mts +2 -0
  176. package/dist/vocab/{vocab.test.js → vocab.test.mjs} +178 -311
  177. package/dist/{vocab-CDHNj5zp.d.ts → vocab-BLvSEtuz.d.cts} +2 -4
  178. package/dist/{type-COPv6pMi.js → vocab-DuW9rL1h.mjs} +1177 -2871
  179. package/dist/{vocab-Cfs0937i.d.cts → vocab-lhCS9lzq.d.ts} +4 -2
  180. package/dist/webfinger/handler.test.d.mts +2 -0
  181. package/dist/webfinger/{handler.test.js → handler.test.mjs} +23 -56
  182. package/dist/webfinger/lookup.test.d.mts +2 -0
  183. package/dist/webfinger/{lookup.test.js → lookup.test.mjs} +13 -27
  184. package/dist/webfinger/mod.cjs +5 -9
  185. package/dist/webfinger/mod.d.cts +1 -3
  186. package/dist/webfinger/mod.d.ts +1 -3
  187. package/dist/webfinger/mod.js +4 -9
  188. package/dist/x/cfworkers.cjs +25 -14
  189. package/dist/x/cfworkers.d.cts +33 -6
  190. package/dist/x/cfworkers.d.ts +33 -6
  191. package/dist/x/cfworkers.js +22 -12
  192. package/dist/x/cfworkers.test.d.mts +2 -0
  193. package/dist/x/{cfworkers.test.js → cfworkers.test.mjs} +28 -26
  194. package/dist/x/hono.cjs +25 -14
  195. package/dist/x/hono.d.cts +1 -11
  196. package/dist/x/hono.d.ts +1 -11
  197. package/dist/x/hono.js +22 -12
  198. package/dist/x/sveltekit.cjs +23 -12
  199. package/dist/x/sveltekit.d.cts +1 -11
  200. package/dist/x/sveltekit.d.ts +1 -11
  201. package/dist/x/sveltekit.js +20 -10
  202. package/package.json +2 -2
  203. package/dist/chunk-DqRYRqnO.cjs +0 -34
  204. package/dist/compat/transformers.test.d.ts +0 -3
  205. package/dist/compat/transformers.test.js +0 -86
  206. package/dist/compat-DmDDELst.cjs +0 -4
  207. package/dist/compat-nxUqe4Z-.js +0 -4
  208. package/dist/federation/builder.test.d.ts +0 -3
  209. package/dist/federation/collection.test.d.ts +0 -3
  210. package/dist/federation/collection.test.js +0 -35
  211. package/dist/federation/handler.test.d.ts +0 -3
  212. package/dist/federation/idempotency.test.d.ts +0 -3
  213. package/dist/federation/inbox.test.d.ts +0 -3
  214. package/dist/federation/keycache.test.d.ts +0 -3
  215. package/dist/federation/kv.test.d.ts +0 -3
  216. package/dist/federation/middleware.test.d.ts +0 -3
  217. package/dist/federation/mq.test.d.ts +0 -3
  218. package/dist/federation/retry.test.d.ts +0 -3
  219. package/dist/federation/router.test.d.ts +0 -3
  220. package/dist/federation/send.test.d.ts +0 -3
  221. package/dist/federation-D1U8YY9t.js +0 -226
  222. package/dist/federation-H2_En3j5.cjs +0 -244
  223. package/dist/key-BCUd8FWp.js +0 -10
  224. package/dist/key-BUardnTH.cjs +0 -10
  225. package/dist/key-Dr6H_e3K.js +0 -10
  226. package/dist/middleware-BJ83veqi.js +0 -26
  227. package/dist/middleware-CJ4W2ir5.cjs +0 -17
  228. package/dist/middleware-Ve2mHJgo.js +0 -17
  229. package/dist/mod-BcObK1Lz.d.ts +0 -82
  230. package/dist/mod-C2tOeRkN.d.cts +0 -1
  231. package/dist/mod-CIbqfZW0.d.ts +0 -104
  232. package/dist/mod-Dt-G9ZOS.d.cts +0 -102
  233. package/dist/mod-FZd39qVq.d.cts +0 -1
  234. package/dist/mod-mXx9V0q5.d.cts +0 -80
  235. package/dist/nodeinfo/client.test.d.ts +0 -3
  236. package/dist/nodeinfo/handler.test.d.ts +0 -3
  237. package/dist/nodeinfo/semver.test.d.ts +0 -3
  238. package/dist/nodeinfo/types.test.d.ts +0 -3
  239. package/dist/nodeinfo-Co9lJrWl.cjs +0 -4
  240. package/dist/nodeinfo-DfycQ8Wf.js +0 -4
  241. package/dist/runtime/authdocloader.test.d.ts +0 -3
  242. package/dist/runtime/docloader.test.d.ts +0 -3
  243. package/dist/runtime/key.test.d.ts +0 -3
  244. package/dist/runtime/langstr.test.d.ts +0 -3
  245. package/dist/runtime/link.test.d.ts +0 -3
  246. package/dist/runtime/multibase/multibase.test.d.ts +0 -3
  247. package/dist/runtime/url.test.d.ts +0 -3
  248. package/dist/runtime-C58AJWSv.cjs +0 -4
  249. package/dist/runtime-DPYEDf-o.js +0 -4
  250. package/dist/sig/http.test.d.ts +0 -3
  251. package/dist/sig/key.test.d.ts +0 -3
  252. package/dist/sig/ld.test.d.ts +0 -3
  253. package/dist/sig/owner.test.d.ts +0 -3
  254. package/dist/sig/owner.test.js +0 -52
  255. package/dist/sig/proof.test.d.ts +0 -3
  256. package/dist/sig-ByHXzqUi.cjs +0 -4
  257. package/dist/sig-Cj3tk-ig.js +0 -4
  258. package/dist/testing/docloader.test.d.ts +0 -3
  259. package/dist/testing/docloader.test.js +0 -24
  260. package/dist/testing/mod.js +0 -10
  261. package/dist/vocab/actor.test.d.ts +0 -3
  262. package/dist/vocab/lookup.test.d.ts +0 -3
  263. package/dist/vocab/type.test.d.ts +0 -3
  264. package/dist/vocab/type.test.js +0 -25
  265. package/dist/vocab/vocab.test.d.ts +0 -3
  266. package/dist/vocab-BFy1CS5L.cjs +0 -289
  267. package/dist/vocab-BPFiQ650.js +0 -253
  268. package/dist/webfinger/handler.test.d.ts +0 -3
  269. package/dist/webfinger/lookup.test.d.ts +0 -3
  270. package/dist/webfinger-BjOEdFPs.cjs +0 -4
  271. package/dist/webfinger-De_bU0iE.js +0 -4
  272. package/dist/x/cfworkers.test.d.ts +0 -3
  273. /package/dist/{mod-1pDWKvUL.d.ts → compat/transformers.test.d.mts} +0 -0
  274. /package/dist/{mod-g0xFzAP9.d.ts → federation/builder.test.d.mts} +0 -0
@@ -1,6 +1,5 @@
1
1
  import { Temporal } from "@js-temporal/polyfill";
2
2
  import { URLPattern } from "urlpattern-polyfill";
3
- globalThis.addEventListener = () => {};
4
3
  import { Span, TracerProvider } from "@opentelemetry/api";
5
4
  import { LanguageTag } from "@phensley/language-tag";
6
5
 
@@ -41,13 +40,6 @@ interface DocumentLoaderOptions {
41
40
  * @returns The loaded remote document.
42
41
  */
43
42
  type DocumentLoader = (url: string, options?: DocumentLoaderOptions) => Promise<RemoteDocument>;
44
- /**
45
- * A factory function that creates a {@link DocumentLoader} with options.
46
- * @param options The options for the document loader.
47
- * @returns The document loader.
48
- * @since 1.4.0
49
- */
50
-
51
43
  /**
52
44
  * Options for making `User-Agent` string.
53
45
  * @see {@link getUserAgent}
@@ -64,12 +56,6 @@ interface GetUserAgentOptions {
64
56
  */
65
57
  url?: string | URL | null;
66
58
  }
67
- /**
68
- * Gets the user agent string for the given application and URL.
69
- * @param options The options for making the user agent string.
70
- * @returns The user agent string.
71
- * @since 1.3.0
72
- */
73
59
  //#endregion
74
60
  //#region src/nodeinfo/semver.d.ts
75
61
  /**
@@ -222,12 +208,6 @@ interface Usage {
222
208
  */
223
209
  localComments: number;
224
210
  }
225
- /**
226
- * Converts a {@link NodeInfo} object to a JSON value.
227
- * @param nodeInfo The {@link NodeInfo} object to convert.
228
- * @returns The JSON value that complies with the NodeInfo schema.
229
- * @throws {TypeError} If the {@link NodeInfo} object is invalid.
230
- */
231
211
  //#endregion
232
212
  //#region src/nodeinfo/client.d.ts
233
213
  /**
@@ -263,18 +243,6 @@ interface GetNodeInfoOptions {
263
243
  */
264
244
  userAgent?: GetUserAgentOptions | string;
265
245
  }
266
- /**
267
- * Fetches a NodeInfo document from the given URL.
268
- * @param url The base URL of the server. If `options.direct` is turned off
269
- * (default), the NodeInfo document will be fetched from
270
- * the `.well-known` location of this URL (hence the only origin
271
- * of the URL is used). If `options.direct` is turned on,
272
- * the NodeInfo document will be fetched from the given URL.
273
- * @param options Options for fetching the NodeInfo document.
274
- * @returns The NodeInfo document if it could be fetched successfully.
275
- * Otherwise, `undefined` is returned.
276
- * @since 1.2.0
277
- */
278
246
  //#endregion
279
247
  //#region src/runtime/langstr.d.ts
280
248
  /**
@@ -322,28 +290,28 @@ declare class Object$1 {
322
290
  */
323
291
  constructor(values: {
324
292
  id?: URL | null;
325
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
293
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
326
294
  attribution?: Application | Group | Organization | Person | Service | URL | null;
327
295
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
328
296
  audience?: Object$1 | URL | null;
329
297
  audiences?: (Object$1 | URL)[];
330
298
  content?: string | LanguageString | null;
331
299
  contents?: ((string | LanguageString))[];
332
- contexts?: (Object$1 | Link | URL)[];
300
+ contexts?: (Object$1 | Link$1 | URL)[];
333
301
  name?: string | LanguageString | null;
334
302
  names?: ((string | LanguageString))[];
335
303
  endTime?: Temporal.Instant | null;
336
- generators?: (Object$1 | Link | URL)[];
304
+ generators?: (Object$1 | Link$1 | URL)[];
337
305
  icon?: Image | URL | null;
338
306
  icons?: (Image | URL)[];
339
307
  image?: Image | URL | null;
340
308
  images?: (Image | URL)[];
341
- replyTarget?: Object$1 | Link | URL | null;
342
- replyTargets?: (Object$1 | Link | URL)[];
343
- location?: Object$1 | Link | URL | null;
344
- locations?: (Object$1 | Link | URL)[];
345
- preview?: Link | Object$1 | URL | null;
346
- previews?: (Link | Object$1 | URL)[];
309
+ replyTarget?: Object$1 | Link$1 | URL | null;
310
+ replyTargets?: (Object$1 | Link$1 | URL)[];
311
+ location?: Object$1 | Link$1 | URL | null;
312
+ locations?: (Object$1 | Link$1 | URL)[];
313
+ preview?: Link$1 | Object$1 | URL | null;
314
+ previews?: (Link$1 | Object$1 | URL)[];
347
315
  published?: Temporal.Instant | null;
348
316
  replies?: Collection | URL | null;
349
317
  shares?: Collection | URL | null;
@@ -352,10 +320,10 @@ declare class Object$1 {
352
320
  startTime?: Temporal.Instant | null;
353
321
  summary?: string | LanguageString | null;
354
322
  summaries?: ((string | LanguageString))[];
355
- tags?: (Object$1 | Link | URL)[];
323
+ tags?: (Object$1 | Link$1 | URL)[];
356
324
  updated?: Temporal.Instant | null;
357
- url?: URL | Link | null;
358
- urls?: ((URL | Link))[];
325
+ url?: URL | Link$1 | null;
326
+ urls?: ((URL | Link$1))[];
359
327
  to?: Object$1 | URL | null;
360
328
  tos?: (Object$1 | URL)[];
361
329
  bto?: Object$1 | URL | null;
@@ -383,28 +351,28 @@ declare class Object$1 {
383
351
  */
384
352
  clone(values?: {
385
353
  id?: URL | null;
386
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
354
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
387
355
  attribution?: Application | Group | Organization | Person | Service | URL | null;
388
356
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
389
357
  audience?: Object$1 | URL | null;
390
358
  audiences?: (Object$1 | URL)[];
391
359
  content?: string | LanguageString | null;
392
360
  contents?: ((string | LanguageString))[];
393
- contexts?: (Object$1 | Link | URL)[];
361
+ contexts?: (Object$1 | Link$1 | URL)[];
394
362
  name?: string | LanguageString | null;
395
363
  names?: ((string | LanguageString))[];
396
364
  endTime?: Temporal.Instant | null;
397
- generators?: (Object$1 | Link | URL)[];
365
+ generators?: (Object$1 | Link$1 | URL)[];
398
366
  icon?: Image | URL | null;
399
367
  icons?: (Image | URL)[];
400
368
  image?: Image | URL | null;
401
369
  images?: (Image | URL)[];
402
- replyTarget?: Object$1 | Link | URL | null;
403
- replyTargets?: (Object$1 | Link | URL)[];
404
- location?: Object$1 | Link | URL | null;
405
- locations?: (Object$1 | Link | URL)[];
406
- preview?: Link | Object$1 | URL | null;
407
- previews?: (Link | Object$1 | URL)[];
370
+ replyTarget?: Object$1 | Link$1 | URL | null;
371
+ replyTargets?: (Object$1 | Link$1 | URL)[];
372
+ location?: Object$1 | Link$1 | URL | null;
373
+ locations?: (Object$1 | Link$1 | URL)[];
374
+ preview?: Link$1 | Object$1 | URL | null;
375
+ previews?: (Link$1 | Object$1 | URL)[];
408
376
  published?: Temporal.Instant | null;
409
377
  replies?: Collection | URL | null;
410
378
  shares?: Collection | URL | null;
@@ -413,10 +381,10 @@ declare class Object$1 {
413
381
  startTime?: Temporal.Instant | null;
414
382
  summary?: string | LanguageString | null;
415
383
  summaries?: ((string | LanguageString))[];
416
- tags?: (Object$1 | Link | URL)[];
384
+ tags?: (Object$1 | Link$1 | URL)[];
417
385
  updated?: Temporal.Instant | null;
418
- url?: URL | Link | null;
419
- urls?: ((URL | Link))[];
386
+ url?: URL | Link$1 | null;
387
+ urls?: ((URL | Link$1))[];
420
388
  to?: Object$1 | URL | null;
421
389
  tos?: (Object$1 | URL)[];
422
390
  bto?: Object$1 | URL | null;
@@ -451,7 +419,7 @@ declare class Object$1 {
451
419
  suppressError?: boolean;
452
420
  tracerProvider?: TracerProvider;
453
421
  crossOrigin?: "ignore" | "throw" | "trust";
454
- }): AsyncIterable<Object$1 | Link | PropertyValue>;
422
+ }): AsyncIterable<Object$1 | Link$1 | PropertyValue>;
455
423
  /**
456
424
  * Similar to
457
425
  * {@link Object.getAttribution},
@@ -552,7 +520,7 @@ declare class Object$1 {
552
520
  suppressError?: boolean;
553
521
  tracerProvider?: TracerProvider;
554
522
  crossOrigin?: "ignore" | "throw" | "trust";
555
- }): AsyncIterable<Object$1 | Link>;
523
+ }): AsyncIterable<Object$1 | Link$1>;
556
524
  /** A simple, human-readable, plain-text name for the object. HTML markup MUST
557
525
  * NOT be included. The name MAY be expressed using multiple language-tagged
558
526
  * values.
@@ -583,7 +551,7 @@ declare class Object$1 {
583
551
  suppressError?: boolean;
584
552
  tracerProvider?: TracerProvider;
585
553
  crossOrigin?: "ignore" | "throw" | "trust";
586
- }): AsyncIterable<Object$1 | Link>;
554
+ }): AsyncIterable<Object$1 | Link$1>;
587
555
  /**
588
556
  * Similar to
589
557
  * {@link Object.getIcon},
@@ -667,7 +635,7 @@ declare class Object$1 {
667
635
  suppressError?: boolean;
668
636
  tracerProvider?: TracerProvider;
669
637
  crossOrigin?: "ignore" | "throw" | "trust";
670
- }): Promise<Object$1 | Link | null>;
638
+ }): Promise<Object$1 | Link$1 | null>;
671
639
  /**
672
640
  * Similar to
673
641
  * {@link Object.getReplyTargets},
@@ -683,7 +651,7 @@ declare class Object$1 {
683
651
  suppressError?: boolean;
684
652
  tracerProvider?: TracerProvider;
685
653
  crossOrigin?: "ignore" | "throw" | "trust";
686
- }): AsyncIterable<Object$1 | Link>;
654
+ }): AsyncIterable<Object$1 | Link$1>;
687
655
  /**
688
656
  * Similar to
689
657
  * {@link Object.getLocation},
@@ -699,7 +667,7 @@ declare class Object$1 {
699
667
  suppressError?: boolean;
700
668
  tracerProvider?: TracerProvider;
701
669
  crossOrigin?: "ignore" | "throw" | "trust";
702
- }): Promise<Object$1 | Link | null>;
670
+ }): Promise<Object$1 | Link$1 | null>;
703
671
  /**
704
672
  * Similar to
705
673
  * {@link Object.getLocations},
@@ -715,7 +683,7 @@ declare class Object$1 {
715
683
  suppressError?: boolean;
716
684
  tracerProvider?: TracerProvider;
717
685
  crossOrigin?: "ignore" | "throw" | "trust";
718
- }): AsyncIterable<Object$1 | Link>;
686
+ }): AsyncIterable<Object$1 | Link$1>;
719
687
  /**
720
688
  * Similar to
721
689
  * {@link Object.getPreview},
@@ -730,7 +698,7 @@ declare class Object$1 {
730
698
  suppressError?: boolean;
731
699
  tracerProvider?: TracerProvider;
732
700
  crossOrigin?: "ignore" | "throw" | "trust";
733
- }): Promise<Link | Object$1 | null>;
701
+ }): Promise<Link$1 | Object$1 | null>;
734
702
  /**
735
703
  * Similar to
736
704
  * {@link Object.getPreviews},
@@ -745,7 +713,7 @@ declare class Object$1 {
745
713
  suppressError?: boolean;
746
714
  tracerProvider?: TracerProvider;
747
715
  crossOrigin?: "ignore" | "throw" | "trust";
748
- }): AsyncIterable<Link | Object$1>;
716
+ }): AsyncIterable<Link$1 | Object$1>;
749
717
  /** The date and time at which the object was published.
750
718
  */
751
719
  get published(): Temporal.Instant | null;
@@ -856,16 +824,16 @@ declare class Object$1 {
856
824
  suppressError?: boolean;
857
825
  tracerProvider?: TracerProvider;
858
826
  crossOrigin?: "ignore" | "throw" | "trust";
859
- }): AsyncIterable<Object$1 | Link>;
827
+ }): AsyncIterable<Object$1 | Link$1>;
860
828
  /** The date and time at which the object was updated.
861
829
  */
862
830
  get updated(): Temporal.Instant | null;
863
831
  /** Identifies one or more links to representations of the object.
864
832
  */
865
- get url(): URL | Link | null;
833
+ get url(): URL | Link$1 | null;
866
834
  /** Identifies one or more links to representations of the object.
867
835
  */
868
- get urls(): ((URL | Link))[];
836
+ get urls(): ((URL | Link$1))[];
869
837
  /**
870
838
  * Similar to
871
839
  * {@link Object.getTo},
@@ -1086,9 +1054,6 @@ declare class Object$1 {
1086
1054
  }): Promise<Object$1>;
1087
1055
  protected _getCustomInspectProxy(): Record<string, unknown>;
1088
1056
  }
1089
- /** Represents a custom emoji.
1090
- */
1091
-
1092
1057
  /** An Activity is a subtype of {@link Object} that describes some form of action
1093
1058
  * that may happen, is currently happening, or has already happened.
1094
1059
  * The {@link Activity} type itself serves as an abstract base type for all types
@@ -1108,28 +1073,28 @@ declare class Activity extends Object$1 {
1108
1073
  */
1109
1074
  constructor(values: {
1110
1075
  id?: URL | null;
1111
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
1076
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
1112
1077
  attribution?: Application | Group | Organization | Person | Service | URL | null;
1113
1078
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
1114
1079
  audience?: Object$1 | URL | null;
1115
1080
  audiences?: (Object$1 | URL)[];
1116
1081
  content?: string | LanguageString | null;
1117
1082
  contents?: ((string | LanguageString))[];
1118
- contexts?: (Object$1 | Link | URL)[];
1083
+ contexts?: (Object$1 | Link$1 | URL)[];
1119
1084
  name?: string | LanguageString | null;
1120
1085
  names?: ((string | LanguageString))[];
1121
1086
  endTime?: Temporal.Instant | null;
1122
- generators?: (Object$1 | Link | URL)[];
1087
+ generators?: (Object$1 | Link$1 | URL)[];
1123
1088
  icon?: Image | URL | null;
1124
1089
  icons?: (Image | URL)[];
1125
1090
  image?: Image | URL | null;
1126
1091
  images?: (Image | URL)[];
1127
- replyTarget?: Object$1 | Link | URL | null;
1128
- replyTargets?: (Object$1 | Link | URL)[];
1129
- location?: Object$1 | Link | URL | null;
1130
- locations?: (Object$1 | Link | URL)[];
1131
- preview?: Link | Object$1 | URL | null;
1132
- previews?: (Link | Object$1 | URL)[];
1092
+ replyTarget?: Object$1 | Link$1 | URL | null;
1093
+ replyTargets?: (Object$1 | Link$1 | URL)[];
1094
+ location?: Object$1 | Link$1 | URL | null;
1095
+ locations?: (Object$1 | Link$1 | URL)[];
1096
+ preview?: Link$1 | Object$1 | URL | null;
1097
+ previews?: (Link$1 | Object$1 | URL)[];
1133
1098
  published?: Temporal.Instant | null;
1134
1099
  replies?: Collection | URL | null;
1135
1100
  shares?: Collection | URL | null;
@@ -1138,10 +1103,10 @@ declare class Activity extends Object$1 {
1138
1103
  startTime?: Temporal.Instant | null;
1139
1104
  summary?: string | LanguageString | null;
1140
1105
  summaries?: ((string | LanguageString))[];
1141
- tags?: (Object$1 | Link | URL)[];
1106
+ tags?: (Object$1 | Link$1 | URL)[];
1142
1107
  updated?: Temporal.Instant | null;
1143
- url?: URL | Link | null;
1144
- urls?: ((URL | Link))[];
1108
+ url?: URL | Link$1 | null;
1109
+ urls?: ((URL | Link$1))[];
1145
1110
  to?: Object$1 | URL | null;
1146
1111
  tos?: (Object$1 | URL)[];
1147
1112
  bto?: Object$1 | URL | null;
@@ -1181,28 +1146,28 @@ declare class Activity extends Object$1 {
1181
1146
  */
1182
1147
  clone(values?: {
1183
1148
  id?: URL | null;
1184
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
1149
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
1185
1150
  attribution?: Application | Group | Organization | Person | Service | URL | null;
1186
1151
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
1187
1152
  audience?: Object$1 | URL | null;
1188
1153
  audiences?: (Object$1 | URL)[];
1189
1154
  content?: string | LanguageString | null;
1190
1155
  contents?: ((string | LanguageString))[];
1191
- contexts?: (Object$1 | Link | URL)[];
1156
+ contexts?: (Object$1 | Link$1 | URL)[];
1192
1157
  name?: string | LanguageString | null;
1193
1158
  names?: ((string | LanguageString))[];
1194
1159
  endTime?: Temporal.Instant | null;
1195
- generators?: (Object$1 | Link | URL)[];
1160
+ generators?: (Object$1 | Link$1 | URL)[];
1196
1161
  icon?: Image | URL | null;
1197
1162
  icons?: (Image | URL)[];
1198
1163
  image?: Image | URL | null;
1199
1164
  images?: (Image | URL)[];
1200
- replyTarget?: Object$1 | Link | URL | null;
1201
- replyTargets?: (Object$1 | Link | URL)[];
1202
- location?: Object$1 | Link | URL | null;
1203
- locations?: (Object$1 | Link | URL)[];
1204
- preview?: Link | Object$1 | URL | null;
1205
- previews?: (Link | Object$1 | URL)[];
1165
+ replyTarget?: Object$1 | Link$1 | URL | null;
1166
+ replyTargets?: (Object$1 | Link$1 | URL)[];
1167
+ location?: Object$1 | Link$1 | URL | null;
1168
+ locations?: (Object$1 | Link$1 | URL)[];
1169
+ preview?: Link$1 | Object$1 | URL | null;
1170
+ previews?: (Link$1 | Object$1 | URL)[];
1206
1171
  published?: Temporal.Instant | null;
1207
1172
  replies?: Collection | URL | null;
1208
1173
  shares?: Collection | URL | null;
@@ -1211,10 +1176,10 @@ declare class Activity extends Object$1 {
1211
1176
  startTime?: Temporal.Instant | null;
1212
1177
  summary?: string | LanguageString | null;
1213
1178
  summaries?: ((string | LanguageString))[];
1214
- tags?: (Object$1 | Link | URL)[];
1179
+ tags?: (Object$1 | Link$1 | URL)[];
1215
1180
  updated?: Temporal.Instant | null;
1216
- url?: URL | Link | null;
1217
- urls?: ((URL | Link))[];
1181
+ url?: URL | Link$1 | null;
1182
+ urls?: ((URL | Link$1))[];
1218
1183
  to?: Object$1 | URL | null;
1219
1184
  tos?: (Object$1 | URL)[];
1220
1185
  bto?: Object$1 | URL | null;
@@ -1496,9 +1461,6 @@ declare class Activity extends Object$1 {
1496
1461
  }): Promise<Activity>;
1497
1462
  protected _getCustomInspectProxy(): Record<string, unknown>;
1498
1463
  }
1499
- /** Represents an emoji reaction. See also [FEP-c0e0](https://w3id.org/fep/c0e0).
1500
- */
1501
-
1502
1464
  /** A pair of property name and value.
1503
1465
  */
1504
1466
  declare class PropertyValue {
@@ -1692,9 +1654,6 @@ declare class DidService {
1692
1654
  }): Promise<DidService>;
1693
1655
  protected _getCustomInspectProxy(): Record<string, unknown>;
1694
1656
  }
1695
- /** "Export Actor" service.
1696
- */
1697
-
1698
1657
  /** A proof that can be added to any activity or object, allowing recipients to
1699
1658
  * verify the identity of the actor and the integrity of the data.
1700
1659
  */
@@ -2044,11 +2003,6 @@ declare class Multikey {
2044
2003
  }): Promise<Multikey>;
2045
2004
  protected _getCustomInspectProxy(): Record<string, unknown>;
2046
2005
  }
2047
- /** Indicates that the `actor` accepts the `object`. The `target` property can be
2048
- * used in certain circumstances to indicate the context into which the `object`
2049
- * has been accepted.
2050
- */
2051
-
2052
2006
  /** Describes a software application.
2053
2007
  */
2054
2008
  declare class Application extends Object$1 {
@@ -2064,28 +2018,28 @@ declare class Application extends Object$1 {
2064
2018
  */
2065
2019
  constructor(values: {
2066
2020
  id?: URL | null;
2067
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
2021
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
2068
2022
  attribution?: Application | Group | Organization | Person | Service | URL | null;
2069
2023
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
2070
2024
  audience?: Object$1 | URL | null;
2071
2025
  audiences?: (Object$1 | URL)[];
2072
2026
  content?: string | LanguageString | null;
2073
2027
  contents?: ((string | LanguageString))[];
2074
- contexts?: (Object$1 | Link | URL)[];
2028
+ contexts?: (Object$1 | Link$1 | URL)[];
2075
2029
  name?: string | LanguageString | null;
2076
2030
  names?: ((string | LanguageString))[];
2077
2031
  endTime?: Temporal.Instant | null;
2078
- generators?: (Object$1 | Link | URL)[];
2032
+ generators?: (Object$1 | Link$1 | URL)[];
2079
2033
  icon?: Image | URL | null;
2080
2034
  icons?: (Image | URL)[];
2081
2035
  image?: Image | URL | null;
2082
2036
  images?: (Image | URL)[];
2083
- replyTarget?: Object$1 | Link | URL | null;
2084
- replyTargets?: (Object$1 | Link | URL)[];
2085
- location?: Object$1 | Link | URL | null;
2086
- locations?: (Object$1 | Link | URL)[];
2087
- preview?: Link | Object$1 | URL | null;
2088
- previews?: (Link | Object$1 | URL)[];
2037
+ replyTarget?: Object$1 | Link$1 | URL | null;
2038
+ replyTargets?: (Object$1 | Link$1 | URL)[];
2039
+ location?: Object$1 | Link$1 | URL | null;
2040
+ locations?: (Object$1 | Link$1 | URL)[];
2041
+ preview?: Link$1 | Object$1 | URL | null;
2042
+ previews?: (Link$1 | Object$1 | URL)[];
2089
2043
  published?: Temporal.Instant | null;
2090
2044
  replies?: Collection | URL | null;
2091
2045
  shares?: Collection | URL | null;
@@ -2094,10 +2048,10 @@ declare class Application extends Object$1 {
2094
2048
  startTime?: Temporal.Instant | null;
2095
2049
  summary?: string | LanguageString | null;
2096
2050
  summaries?: ((string | LanguageString))[];
2097
- tags?: (Object$1 | Link | URL)[];
2051
+ tags?: (Object$1 | Link$1 | URL)[];
2098
2052
  updated?: Temporal.Instant | null;
2099
- url?: URL | Link | null;
2100
- urls?: ((URL | Link))[];
2053
+ url?: URL | Link$1 | null;
2054
+ urls?: ((URL | Link$1))[];
2101
2055
  to?: Object$1 | URL | null;
2102
2056
  tos?: (Object$1 | URL)[];
2103
2057
  bto?: Object$1 | URL | null;
@@ -2152,28 +2106,28 @@ declare class Application extends Object$1 {
2152
2106
  */
2153
2107
  clone(values?: {
2154
2108
  id?: URL | null;
2155
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
2109
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
2156
2110
  attribution?: Application | Group | Organization | Person | Service | URL | null;
2157
2111
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
2158
2112
  audience?: Object$1 | URL | null;
2159
2113
  audiences?: (Object$1 | URL)[];
2160
2114
  content?: string | LanguageString | null;
2161
2115
  contents?: ((string | LanguageString))[];
2162
- contexts?: (Object$1 | Link | URL)[];
2116
+ contexts?: (Object$1 | Link$1 | URL)[];
2163
2117
  name?: string | LanguageString | null;
2164
2118
  names?: ((string | LanguageString))[];
2165
2119
  endTime?: Temporal.Instant | null;
2166
- generators?: (Object$1 | Link | URL)[];
2120
+ generators?: (Object$1 | Link$1 | URL)[];
2167
2121
  icon?: Image | URL | null;
2168
2122
  icons?: (Image | URL)[];
2169
2123
  image?: Image | URL | null;
2170
2124
  images?: (Image | URL)[];
2171
- replyTarget?: Object$1 | Link | URL | null;
2172
- replyTargets?: (Object$1 | Link | URL)[];
2173
- location?: Object$1 | Link | URL | null;
2174
- locations?: (Object$1 | Link | URL)[];
2175
- preview?: Link | Object$1 | URL | null;
2176
- previews?: (Link | Object$1 | URL)[];
2125
+ replyTarget?: Object$1 | Link$1 | URL | null;
2126
+ replyTargets?: (Object$1 | Link$1 | URL)[];
2127
+ location?: Object$1 | Link$1 | URL | null;
2128
+ locations?: (Object$1 | Link$1 | URL)[];
2129
+ preview?: Link$1 | Object$1 | URL | null;
2130
+ previews?: (Link$1 | Object$1 | URL)[];
2177
2131
  published?: Temporal.Instant | null;
2178
2132
  replies?: Collection | URL | null;
2179
2133
  shares?: Collection | URL | null;
@@ -2182,10 +2136,10 @@ declare class Application extends Object$1 {
2182
2136
  startTime?: Temporal.Instant | null;
2183
2137
  summary?: string | LanguageString | null;
2184
2138
  summaries?: ((string | LanguageString))[];
2185
- tags?: (Object$1 | Link | URL)[];
2139
+ tags?: (Object$1 | Link$1 | URL)[];
2186
2140
  updated?: Temporal.Instant | null;
2187
- url?: URL | Link | null;
2188
- urls?: ((URL | Link))[];
2141
+ url?: URL | Link$1 | null;
2142
+ urls?: ((URL | Link$1))[];
2189
2143
  to?: Object$1 | URL | null;
2190
2144
  tos?: (Object$1 | URL)[];
2191
2145
  bto?: Object$1 | URL | null;
@@ -2635,11 +2589,6 @@ declare class Application extends Object$1 {
2635
2589
  }): Promise<Application>;
2636
2590
  protected _getCustomInspectProxy(): Record<string, unknown>;
2637
2591
  }
2638
- /** Instances of `IntransitiveActivity` are a subtype of {@link Activity}
2639
- * representing intransitive actions. The `object` property is therefore
2640
- * inappropriate for these activities.
2641
- */
2642
-
2643
2592
  /** Represents a document of any kind.
2644
2593
  */
2645
2594
  declare class Document extends Object$1 {
@@ -2655,28 +2604,28 @@ declare class Document extends Object$1 {
2655
2604
  */
2656
2605
  constructor(values: {
2657
2606
  id?: URL | null;
2658
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
2607
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
2659
2608
  attribution?: Application | Group | Organization | Person | Service | URL | null;
2660
2609
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
2661
2610
  audience?: Object$1 | URL | null;
2662
2611
  audiences?: (Object$1 | URL)[];
2663
2612
  content?: string | LanguageString | null;
2664
2613
  contents?: ((string | LanguageString))[];
2665
- contexts?: (Object$1 | Link | URL)[];
2614
+ contexts?: (Object$1 | Link$1 | URL)[];
2666
2615
  name?: string | LanguageString | null;
2667
2616
  names?: ((string | LanguageString))[];
2668
2617
  endTime?: Temporal.Instant | null;
2669
- generators?: (Object$1 | Link | URL)[];
2618
+ generators?: (Object$1 | Link$1 | URL)[];
2670
2619
  icon?: Image | URL | null;
2671
2620
  icons?: (Image | URL)[];
2672
2621
  image?: Image | URL | null;
2673
2622
  images?: (Image | URL)[];
2674
- replyTarget?: Object$1 | Link | URL | null;
2675
- replyTargets?: (Object$1 | Link | URL)[];
2676
- location?: Object$1 | Link | URL | null;
2677
- locations?: (Object$1 | Link | URL)[];
2678
- preview?: Link | Object$1 | URL | null;
2679
- previews?: (Link | Object$1 | URL)[];
2623
+ replyTarget?: Object$1 | Link$1 | URL | null;
2624
+ replyTargets?: (Object$1 | Link$1 | URL)[];
2625
+ location?: Object$1 | Link$1 | URL | null;
2626
+ locations?: (Object$1 | Link$1 | URL)[];
2627
+ preview?: Link$1 | Object$1 | URL | null;
2628
+ previews?: (Link$1 | Object$1 | URL)[];
2680
2629
  published?: Temporal.Instant | null;
2681
2630
  replies?: Collection | URL | null;
2682
2631
  shares?: Collection | URL | null;
@@ -2685,10 +2634,10 @@ declare class Document extends Object$1 {
2685
2634
  startTime?: Temporal.Instant | null;
2686
2635
  summary?: string | LanguageString | null;
2687
2636
  summaries?: ((string | LanguageString))[];
2688
- tags?: (Object$1 | Link | URL)[];
2637
+ tags?: (Object$1 | Link$1 | URL)[];
2689
2638
  updated?: Temporal.Instant | null;
2690
- url?: URL | Link | null;
2691
- urls?: ((URL | Link))[];
2639
+ url?: URL | Link$1 | null;
2640
+ urls?: ((URL | Link$1))[];
2692
2641
  to?: Object$1 | URL | null;
2693
2642
  tos?: (Object$1 | URL)[];
2694
2643
  bto?: Object$1 | URL | null;
@@ -2718,28 +2667,28 @@ declare class Document extends Object$1 {
2718
2667
  */
2719
2668
  clone(values?: {
2720
2669
  id?: URL | null;
2721
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
2670
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
2722
2671
  attribution?: Application | Group | Organization | Person | Service | URL | null;
2723
2672
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
2724
2673
  audience?: Object$1 | URL | null;
2725
2674
  audiences?: (Object$1 | URL)[];
2726
2675
  content?: string | LanguageString | null;
2727
2676
  contents?: ((string | LanguageString))[];
2728
- contexts?: (Object$1 | Link | URL)[];
2677
+ contexts?: (Object$1 | Link$1 | URL)[];
2729
2678
  name?: string | LanguageString | null;
2730
2679
  names?: ((string | LanguageString))[];
2731
2680
  endTime?: Temporal.Instant | null;
2732
- generators?: (Object$1 | Link | URL)[];
2681
+ generators?: (Object$1 | Link$1 | URL)[];
2733
2682
  icon?: Image | URL | null;
2734
2683
  icons?: (Image | URL)[];
2735
2684
  image?: Image | URL | null;
2736
2685
  images?: (Image | URL)[];
2737
- replyTarget?: Object$1 | Link | URL | null;
2738
- replyTargets?: (Object$1 | Link | URL)[];
2739
- location?: Object$1 | Link | URL | null;
2740
- locations?: (Object$1 | Link | URL)[];
2741
- preview?: Link | Object$1 | URL | null;
2742
- previews?: (Link | Object$1 | URL)[];
2686
+ replyTarget?: Object$1 | Link$1 | URL | null;
2687
+ replyTargets?: (Object$1 | Link$1 | URL)[];
2688
+ location?: Object$1 | Link$1 | URL | null;
2689
+ locations?: (Object$1 | Link$1 | URL)[];
2690
+ preview?: Link$1 | Object$1 | URL | null;
2691
+ previews?: (Link$1 | Object$1 | URL)[];
2743
2692
  published?: Temporal.Instant | null;
2744
2693
  replies?: Collection | URL | null;
2745
2694
  shares?: Collection | URL | null;
@@ -2748,10 +2697,10 @@ declare class Document extends Object$1 {
2748
2697
  startTime?: Temporal.Instant | null;
2749
2698
  summary?: string | LanguageString | null;
2750
2699
  summaries?: ((string | LanguageString))[];
2751
- tags?: (Object$1 | Link | URL)[];
2700
+ tags?: (Object$1 | Link$1 | URL)[];
2752
2701
  updated?: Temporal.Instant | null;
2753
- url?: URL | Link | null;
2754
- urls?: ((URL | Link))[];
2702
+ url?: URL | Link$1 | null;
2703
+ urls?: ((URL | Link$1))[];
2755
2704
  to?: Object$1 | URL | null;
2756
2705
  tos?: (Object$1 | URL)[];
2757
2706
  bto?: Object$1 | URL | null;
@@ -2821,9 +2770,6 @@ declare class Document extends Object$1 {
2821
2770
  }): Promise<Document>;
2822
2771
  protected _getCustomInspectProxy(): Record<string, unknown>;
2823
2772
  }
2824
- /** Represents an audio document of any kind.
2825
- */
2826
-
2827
2773
  /** A `Collection` is a subtype of {@link Object} that represents ordered or
2828
2774
  * unordered sets of {@link Object} or {@link Link} instances.
2829
2775
  *
@@ -2843,28 +2789,28 @@ declare class Collection extends Object$1 {
2843
2789
  */
2844
2790
  constructor(values: {
2845
2791
  id?: URL | null;
2846
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
2792
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
2847
2793
  attribution?: Application | Group | Organization | Person | Service | URL | null;
2848
2794
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
2849
2795
  audience?: Object$1 | URL | null;
2850
2796
  audiences?: (Object$1 | URL)[];
2851
2797
  content?: string | LanguageString | null;
2852
2798
  contents?: ((string | LanguageString))[];
2853
- contexts?: (Object$1 | Link | URL)[];
2799
+ contexts?: (Object$1 | Link$1 | URL)[];
2854
2800
  name?: string | LanguageString | null;
2855
2801
  names?: ((string | LanguageString))[];
2856
2802
  endTime?: Temporal.Instant | null;
2857
- generators?: (Object$1 | Link | URL)[];
2803
+ generators?: (Object$1 | Link$1 | URL)[];
2858
2804
  icon?: Image | URL | null;
2859
2805
  icons?: (Image | URL)[];
2860
2806
  image?: Image | URL | null;
2861
2807
  images?: (Image | URL)[];
2862
- replyTarget?: Object$1 | Link | URL | null;
2863
- replyTargets?: (Object$1 | Link | URL)[];
2864
- location?: Object$1 | Link | URL | null;
2865
- locations?: (Object$1 | Link | URL)[];
2866
- preview?: Link | Object$1 | URL | null;
2867
- previews?: (Link | Object$1 | URL)[];
2808
+ replyTarget?: Object$1 | Link$1 | URL | null;
2809
+ replyTargets?: (Object$1 | Link$1 | URL)[];
2810
+ location?: Object$1 | Link$1 | URL | null;
2811
+ locations?: (Object$1 | Link$1 | URL)[];
2812
+ preview?: Link$1 | Object$1 | URL | null;
2813
+ previews?: (Link$1 | Object$1 | URL)[];
2868
2814
  published?: Temporal.Instant | null;
2869
2815
  replies?: Collection | URL | null;
2870
2816
  shares?: Collection | URL | null;
@@ -2873,10 +2819,10 @@ declare class Collection extends Object$1 {
2873
2819
  startTime?: Temporal.Instant | null;
2874
2820
  summary?: string | LanguageString | null;
2875
2821
  summaries?: ((string | LanguageString))[];
2876
- tags?: (Object$1 | Link | URL)[];
2822
+ tags?: (Object$1 | Link$1 | URL)[];
2877
2823
  updated?: Temporal.Instant | null;
2878
- url?: URL | Link | null;
2879
- urls?: ((URL | Link))[];
2824
+ url?: URL | Link$1 | null;
2825
+ urls?: ((URL | Link$1))[];
2880
2826
  to?: Object$1 | URL | null;
2881
2827
  tos?: (Object$1 | URL)[];
2882
2828
  bto?: Object$1 | URL | null;
@@ -2895,7 +2841,7 @@ declare class Collection extends Object$1 {
2895
2841
  current?: CollectionPage | URL | null;
2896
2842
  first?: CollectionPage | URL | null;
2897
2843
  last?: CollectionPage | URL | null;
2898
- items?: (Object$1 | Link | URL)[];
2844
+ items?: (Object$1 | Link$1 | URL)[];
2899
2845
  likesOf?: Object$1 | URL | null;
2900
2846
  sharesOf?: Object$1 | URL | null;
2901
2847
  repliesOf?: Object$1 | URL | null;
@@ -2917,28 +2863,28 @@ declare class Collection extends Object$1 {
2917
2863
  */
2918
2864
  clone(values?: {
2919
2865
  id?: URL | null;
2920
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
2866
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
2921
2867
  attribution?: Application | Group | Organization | Person | Service | URL | null;
2922
2868
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
2923
2869
  audience?: Object$1 | URL | null;
2924
2870
  audiences?: (Object$1 | URL)[];
2925
2871
  content?: string | LanguageString | null;
2926
2872
  contents?: ((string | LanguageString))[];
2927
- contexts?: (Object$1 | Link | URL)[];
2873
+ contexts?: (Object$1 | Link$1 | URL)[];
2928
2874
  name?: string | LanguageString | null;
2929
2875
  names?: ((string | LanguageString))[];
2930
2876
  endTime?: Temporal.Instant | null;
2931
- generators?: (Object$1 | Link | URL)[];
2877
+ generators?: (Object$1 | Link$1 | URL)[];
2932
2878
  icon?: Image | URL | null;
2933
2879
  icons?: (Image | URL)[];
2934
2880
  image?: Image | URL | null;
2935
2881
  images?: (Image | URL)[];
2936
- replyTarget?: Object$1 | Link | URL | null;
2937
- replyTargets?: (Object$1 | Link | URL)[];
2938
- location?: Object$1 | Link | URL | null;
2939
- locations?: (Object$1 | Link | URL)[];
2940
- preview?: Link | Object$1 | URL | null;
2941
- previews?: (Link | Object$1 | URL)[];
2882
+ replyTarget?: Object$1 | Link$1 | URL | null;
2883
+ replyTargets?: (Object$1 | Link$1 | URL)[];
2884
+ location?: Object$1 | Link$1 | URL | null;
2885
+ locations?: (Object$1 | Link$1 | URL)[];
2886
+ preview?: Link$1 | Object$1 | URL | null;
2887
+ previews?: (Link$1 | Object$1 | URL)[];
2942
2888
  published?: Temporal.Instant | null;
2943
2889
  replies?: Collection | URL | null;
2944
2890
  shares?: Collection | URL | null;
@@ -2947,10 +2893,10 @@ declare class Collection extends Object$1 {
2947
2893
  startTime?: Temporal.Instant | null;
2948
2894
  summary?: string | LanguageString | null;
2949
2895
  summaries?: ((string | LanguageString))[];
2950
- tags?: (Object$1 | Link | URL)[];
2896
+ tags?: (Object$1 | Link$1 | URL)[];
2951
2897
  updated?: Temporal.Instant | null;
2952
- url?: URL | Link | null;
2953
- urls?: ((URL | Link))[];
2898
+ url?: URL | Link$1 | null;
2899
+ urls?: ((URL | Link$1))[];
2954
2900
  to?: Object$1 | URL | null;
2955
2901
  tos?: (Object$1 | URL)[];
2956
2902
  bto?: Object$1 | URL | null;
@@ -2969,7 +2915,7 @@ declare class Collection extends Object$1 {
2969
2915
  current?: CollectionPage | URL | null;
2970
2916
  first?: CollectionPage | URL | null;
2971
2917
  last?: CollectionPage | URL | null;
2972
- items?: (Object$1 | Link | URL)[];
2918
+ items?: (Object$1 | Link$1 | URL)[];
2973
2919
  likesOf?: Object$1 | URL | null;
2974
2920
  sharesOf?: Object$1 | URL | null;
2975
2921
  repliesOf?: Object$1 | URL | null;
@@ -3050,7 +2996,7 @@ declare class Collection extends Object$1 {
3050
2996
  suppressError?: boolean;
3051
2997
  tracerProvider?: TracerProvider;
3052
2998
  crossOrigin?: "ignore" | "throw" | "trust";
3053
- }): AsyncIterable<Object$1 | Link>;
2999
+ }): AsyncIterable<Object$1 | Link$1>;
3054
3000
  /**
3055
3001
  * Similar to
3056
3002
  * {@link Collection.getLikesOf},
@@ -3229,28 +3175,28 @@ declare class CollectionPage extends Collection {
3229
3175
  */
3230
3176
  constructor(values: {
3231
3177
  id?: URL | null;
3232
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
3178
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
3233
3179
  attribution?: Application | Group | Organization | Person | Service | URL | null;
3234
3180
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
3235
3181
  audience?: Object$1 | URL | null;
3236
3182
  audiences?: (Object$1 | URL)[];
3237
3183
  content?: string | LanguageString | null;
3238
3184
  contents?: ((string | LanguageString))[];
3239
- contexts?: (Object$1 | Link | URL)[];
3185
+ contexts?: (Object$1 | Link$1 | URL)[];
3240
3186
  name?: string | LanguageString | null;
3241
3187
  names?: ((string | LanguageString))[];
3242
3188
  endTime?: Temporal.Instant | null;
3243
- generators?: (Object$1 | Link | URL)[];
3189
+ generators?: (Object$1 | Link$1 | URL)[];
3244
3190
  icon?: Image | URL | null;
3245
3191
  icons?: (Image | URL)[];
3246
3192
  image?: Image | URL | null;
3247
3193
  images?: (Image | URL)[];
3248
- replyTarget?: Object$1 | Link | URL | null;
3249
- replyTargets?: (Object$1 | Link | URL)[];
3250
- location?: Object$1 | Link | URL | null;
3251
- locations?: (Object$1 | Link | URL)[];
3252
- preview?: Link | Object$1 | URL | null;
3253
- previews?: (Link | Object$1 | URL)[];
3194
+ replyTarget?: Object$1 | Link$1 | URL | null;
3195
+ replyTargets?: (Object$1 | Link$1 | URL)[];
3196
+ location?: Object$1 | Link$1 | URL | null;
3197
+ locations?: (Object$1 | Link$1 | URL)[];
3198
+ preview?: Link$1 | Object$1 | URL | null;
3199
+ previews?: (Link$1 | Object$1 | URL)[];
3254
3200
  published?: Temporal.Instant | null;
3255
3201
  replies?: Collection | URL | null;
3256
3202
  shares?: Collection | URL | null;
@@ -3259,10 +3205,10 @@ declare class CollectionPage extends Collection {
3259
3205
  startTime?: Temporal.Instant | null;
3260
3206
  summary?: string | LanguageString | null;
3261
3207
  summaries?: ((string | LanguageString))[];
3262
- tags?: (Object$1 | Link | URL)[];
3208
+ tags?: (Object$1 | Link$1 | URL)[];
3263
3209
  updated?: Temporal.Instant | null;
3264
- url?: URL | Link | null;
3265
- urls?: ((URL | Link))[];
3210
+ url?: URL | Link$1 | null;
3211
+ urls?: ((URL | Link$1))[];
3266
3212
  to?: Object$1 | URL | null;
3267
3213
  tos?: (Object$1 | URL)[];
3268
3214
  bto?: Object$1 | URL | null;
@@ -3281,7 +3227,7 @@ declare class CollectionPage extends Collection {
3281
3227
  current?: CollectionPage | URL | null;
3282
3228
  first?: CollectionPage | URL | null;
3283
3229
  last?: CollectionPage | URL | null;
3284
- items?: (Object$1 | Link | URL)[];
3230
+ items?: (Object$1 | Link$1 | URL)[];
3285
3231
  likesOf?: Object$1 | URL | null;
3286
3232
  sharesOf?: Object$1 | URL | null;
3287
3233
  repliesOf?: Object$1 | URL | null;
@@ -3306,28 +3252,28 @@ declare class CollectionPage extends Collection {
3306
3252
  */
3307
3253
  clone(values?: {
3308
3254
  id?: URL | null;
3309
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
3255
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
3310
3256
  attribution?: Application | Group | Organization | Person | Service | URL | null;
3311
3257
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
3312
3258
  audience?: Object$1 | URL | null;
3313
3259
  audiences?: (Object$1 | URL)[];
3314
3260
  content?: string | LanguageString | null;
3315
3261
  contents?: ((string | LanguageString))[];
3316
- contexts?: (Object$1 | Link | URL)[];
3262
+ contexts?: (Object$1 | Link$1 | URL)[];
3317
3263
  name?: string | LanguageString | null;
3318
3264
  names?: ((string | LanguageString))[];
3319
3265
  endTime?: Temporal.Instant | null;
3320
- generators?: (Object$1 | Link | URL)[];
3266
+ generators?: (Object$1 | Link$1 | URL)[];
3321
3267
  icon?: Image | URL | null;
3322
3268
  icons?: (Image | URL)[];
3323
3269
  image?: Image | URL | null;
3324
3270
  images?: (Image | URL)[];
3325
- replyTarget?: Object$1 | Link | URL | null;
3326
- replyTargets?: (Object$1 | Link | URL)[];
3327
- location?: Object$1 | Link | URL | null;
3328
- locations?: (Object$1 | Link | URL)[];
3329
- preview?: Link | Object$1 | URL | null;
3330
- previews?: (Link | Object$1 | URL)[];
3271
+ replyTarget?: Object$1 | Link$1 | URL | null;
3272
+ replyTargets?: (Object$1 | Link$1 | URL)[];
3273
+ location?: Object$1 | Link$1 | URL | null;
3274
+ locations?: (Object$1 | Link$1 | URL)[];
3275
+ preview?: Link$1 | Object$1 | URL | null;
3276
+ previews?: (Link$1 | Object$1 | URL)[];
3331
3277
  published?: Temporal.Instant | null;
3332
3278
  replies?: Collection | URL | null;
3333
3279
  shares?: Collection | URL | null;
@@ -3336,10 +3282,10 @@ declare class CollectionPage extends Collection {
3336
3282
  startTime?: Temporal.Instant | null;
3337
3283
  summary?: string | LanguageString | null;
3338
3284
  summaries?: ((string | LanguageString))[];
3339
- tags?: (Object$1 | Link | URL)[];
3285
+ tags?: (Object$1 | Link$1 | URL)[];
3340
3286
  updated?: Temporal.Instant | null;
3341
- url?: URL | Link | null;
3342
- urls?: ((URL | Link))[];
3287
+ url?: URL | Link$1 | null;
3288
+ urls?: ((URL | Link$1))[];
3343
3289
  to?: Object$1 | URL | null;
3344
3290
  tos?: (Object$1 | URL)[];
3345
3291
  bto?: Object$1 | URL | null;
@@ -3358,7 +3304,7 @@ declare class CollectionPage extends Collection {
3358
3304
  current?: CollectionPage | URL | null;
3359
3305
  first?: CollectionPage | URL | null;
3360
3306
  last?: CollectionPage | URL | null;
3361
- items?: (Object$1 | Link | URL)[];
3307
+ items?: (Object$1 | Link$1 | URL)[];
3362
3308
  likesOf?: Object$1 | URL | null;
3363
3309
  sharesOf?: Object$1 | URL | null;
3364
3310
  repliesOf?: Object$1 | URL | null;
@@ -3461,9 +3407,6 @@ declare class CollectionPage extends Collection {
3461
3407
  }): Promise<CollectionPage>;
3462
3408
  protected _getCustomInspectProxy(): Record<string, unknown>;
3463
3409
  }
3464
- /** Indicates that the `actor` has created the `object`.
3465
- */
3466
-
3467
3410
  /** Contents of {@link Actor}'s `endpoints`.
3468
3411
  */
3469
3412
  declare class Endpoints {
@@ -3601,9 +3544,6 @@ declare class Endpoints {
3601
3544
  }): Promise<Endpoints>;
3602
3545
  protected _getCustomInspectProxy(): Record<string, unknown>;
3603
3546
  }
3604
- /** Represents any kind of event.
3605
- */
3606
-
3607
3547
  /** Represents a formal or informal collective of Actors.
3608
3548
  */
3609
3549
  declare class Group extends Object$1 {
@@ -3619,28 +3559,28 @@ declare class Group extends Object$1 {
3619
3559
  */
3620
3560
  constructor(values: {
3621
3561
  id?: URL | null;
3622
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
3562
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
3623
3563
  attribution?: Application | Group | Organization | Person | Service | URL | null;
3624
3564
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
3625
3565
  audience?: Object$1 | URL | null;
3626
3566
  audiences?: (Object$1 | URL)[];
3627
3567
  content?: string | LanguageString | null;
3628
3568
  contents?: ((string | LanguageString))[];
3629
- contexts?: (Object$1 | Link | URL)[];
3569
+ contexts?: (Object$1 | Link$1 | URL)[];
3630
3570
  name?: string | LanguageString | null;
3631
3571
  names?: ((string | LanguageString))[];
3632
3572
  endTime?: Temporal.Instant | null;
3633
- generators?: (Object$1 | Link | URL)[];
3573
+ generators?: (Object$1 | Link$1 | URL)[];
3634
3574
  icon?: Image | URL | null;
3635
3575
  icons?: (Image | URL)[];
3636
3576
  image?: Image | URL | null;
3637
3577
  images?: (Image | URL)[];
3638
- replyTarget?: Object$1 | Link | URL | null;
3639
- replyTargets?: (Object$1 | Link | URL)[];
3640
- location?: Object$1 | Link | URL | null;
3641
- locations?: (Object$1 | Link | URL)[];
3642
- preview?: Link | Object$1 | URL | null;
3643
- previews?: (Link | Object$1 | URL)[];
3578
+ replyTarget?: Object$1 | Link$1 | URL | null;
3579
+ replyTargets?: (Object$1 | Link$1 | URL)[];
3580
+ location?: Object$1 | Link$1 | URL | null;
3581
+ locations?: (Object$1 | Link$1 | URL)[];
3582
+ preview?: Link$1 | Object$1 | URL | null;
3583
+ previews?: (Link$1 | Object$1 | URL)[];
3644
3584
  published?: Temporal.Instant | null;
3645
3585
  replies?: Collection | URL | null;
3646
3586
  shares?: Collection | URL | null;
@@ -3649,10 +3589,10 @@ declare class Group extends Object$1 {
3649
3589
  startTime?: Temporal.Instant | null;
3650
3590
  summary?: string | LanguageString | null;
3651
3591
  summaries?: ((string | LanguageString))[];
3652
- tags?: (Object$1 | Link | URL)[];
3592
+ tags?: (Object$1 | Link$1 | URL)[];
3653
3593
  updated?: Temporal.Instant | null;
3654
- url?: URL | Link | null;
3655
- urls?: ((URL | Link))[];
3594
+ url?: URL | Link$1 | null;
3595
+ urls?: ((URL | Link$1))[];
3656
3596
  to?: Object$1 | URL | null;
3657
3597
  tos?: (Object$1 | URL)[];
3658
3598
  bto?: Object$1 | URL | null;
@@ -3707,28 +3647,28 @@ declare class Group extends Object$1 {
3707
3647
  */
3708
3648
  clone(values?: {
3709
3649
  id?: URL | null;
3710
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
3650
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
3711
3651
  attribution?: Application | Group | Organization | Person | Service | URL | null;
3712
3652
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
3713
3653
  audience?: Object$1 | URL | null;
3714
3654
  audiences?: (Object$1 | URL)[];
3715
3655
  content?: string | LanguageString | null;
3716
3656
  contents?: ((string | LanguageString))[];
3717
- contexts?: (Object$1 | Link | URL)[];
3657
+ contexts?: (Object$1 | Link$1 | URL)[];
3718
3658
  name?: string | LanguageString | null;
3719
3659
  names?: ((string | LanguageString))[];
3720
3660
  endTime?: Temporal.Instant | null;
3721
- generators?: (Object$1 | Link | URL)[];
3661
+ generators?: (Object$1 | Link$1 | URL)[];
3722
3662
  icon?: Image | URL | null;
3723
3663
  icons?: (Image | URL)[];
3724
3664
  image?: Image | URL | null;
3725
3665
  images?: (Image | URL)[];
3726
- replyTarget?: Object$1 | Link | URL | null;
3727
- replyTargets?: (Object$1 | Link | URL)[];
3728
- location?: Object$1 | Link | URL | null;
3729
- locations?: (Object$1 | Link | URL)[];
3730
- preview?: Link | Object$1 | URL | null;
3731
- previews?: (Link | Object$1 | URL)[];
3666
+ replyTarget?: Object$1 | Link$1 | URL | null;
3667
+ replyTargets?: (Object$1 | Link$1 | URL)[];
3668
+ location?: Object$1 | Link$1 | URL | null;
3669
+ locations?: (Object$1 | Link$1 | URL)[];
3670
+ preview?: Link$1 | Object$1 | URL | null;
3671
+ previews?: (Link$1 | Object$1 | URL)[];
3732
3672
  published?: Temporal.Instant | null;
3733
3673
  replies?: Collection | URL | null;
3734
3674
  shares?: Collection | URL | null;
@@ -3737,10 +3677,10 @@ declare class Group extends Object$1 {
3737
3677
  startTime?: Temporal.Instant | null;
3738
3678
  summary?: string | LanguageString | null;
3739
3679
  summaries?: ((string | LanguageString))[];
3740
- tags?: (Object$1 | Link | URL)[];
3680
+ tags?: (Object$1 | Link$1 | URL)[];
3741
3681
  updated?: Temporal.Instant | null;
3742
- url?: URL | Link | null;
3743
- urls?: ((URL | Link))[];
3682
+ url?: URL | Link$1 | null;
3683
+ urls?: ((URL | Link$1))[];
3744
3684
  to?: Object$1 | URL | null;
3745
3685
  tos?: (Object$1 | URL)[];
3746
3686
  bto?: Object$1 | URL | null;
@@ -4199,7 +4139,7 @@ declare class Group extends Object$1 {
4199
4139
  * the {@link Link} are properties of the reference as opposed to properties of
4200
4140
  * the resource.
4201
4141
  */
4202
- declare class Link {
4142
+ declare class Link$1 {
4203
4143
  #private;
4204
4144
  readonly id: URL | null;
4205
4145
  protected get _documentLoader(): DocumentLoader | undefined;
@@ -4232,7 +4172,7 @@ declare class Link {
4232
4172
  language?: LanguageTag | null;
4233
4173
  height?: number | null;
4234
4174
  width?: number | null;
4235
- previews?: (Link | Object$1 | URL)[];
4175
+ previews?: (Link$1 | Object$1 | URL)[];
4236
4176
  }, options?: {
4237
4177
  documentLoader?: DocumentLoader;
4238
4178
  contextLoader?: DocumentLoader;
@@ -4255,11 +4195,11 @@ declare class Link {
4255
4195
  language?: LanguageTag | null;
4256
4196
  height?: number | null;
4257
4197
  width?: number | null;
4258
- previews?: (Link | Object$1 | URL)[];
4198
+ previews?: (Link$1 | Object$1 | URL)[];
4259
4199
  }, options?: {
4260
4200
  documentLoader?: DocumentLoader;
4261
4201
  contextLoader?: DocumentLoader;
4262
- }): Link;
4202
+ }): Link$1;
4263
4203
  /** The target resource pointed to by a {@link Link}.
4264
4204
  */
4265
4205
  get href(): URL | null;
@@ -4319,7 +4259,7 @@ declare class Link {
4319
4259
  suppressError?: boolean;
4320
4260
  tracerProvider?: TracerProvider;
4321
4261
  crossOrigin?: "ignore" | "throw" | "trust";
4322
- }): AsyncIterable<Link | Object$1>;
4262
+ }): AsyncIterable<Link$1 | Object$1>;
4323
4263
  /**
4324
4264
  * Converts this object to a JSON-LD structure.
4325
4265
  * @param options The options to use.
@@ -4352,20 +4292,20 @@ declare class Link {
4352
4292
  contextLoader?: DocumentLoader;
4353
4293
  tracerProvider?: TracerProvider;
4354
4294
  baseUrl?: URL;
4355
- }): Promise<Link>;
4295
+ }): Promise<Link$1>;
4356
4296
  protected static __fromJsonLd__Link__(json: unknown, span: Span, options?: {
4357
4297
  documentLoader?: DocumentLoader;
4358
4298
  contextLoader?: DocumentLoader;
4359
4299
  tracerProvider?: TracerProvider;
4360
4300
  baseUrl?: URL;
4361
- }): Promise<Link>;
4301
+ }): Promise<Link$1>;
4362
4302
  protected _getCustomInspectProxy(): Record<string, unknown>;
4363
4303
  }
4364
4304
  /** A specialized {@link Link} that represents an #hashtag.
4365
4305
  *
4366
4306
  * See also <https://swicg.github.io/miscellany/#Hashtag>.
4367
4307
  */
4368
- declare class Hashtag extends Link {
4308
+ declare class Hashtag extends Link$1 {
4369
4309
  /**
4370
4310
  * The type URI of {@link Hashtag}: `https://www.w3.org/ns/activitystreams#Hashtag`.
4371
4311
  */
@@ -4386,7 +4326,7 @@ declare class Hashtag extends Link {
4386
4326
  language?: LanguageTag | null;
4387
4327
  height?: number | null;
4388
4328
  width?: number | null;
4389
- previews?: (Link | Object$1 | URL)[];
4329
+ previews?: (Link$1 | Object$1 | URL)[];
4390
4330
  }, options?: {
4391
4331
  documentLoader?: DocumentLoader;
4392
4332
  contextLoader?: DocumentLoader;
@@ -4409,7 +4349,7 @@ declare class Hashtag extends Link {
4409
4349
  language?: LanguageTag | null;
4410
4350
  height?: number | null;
4411
4351
  width?: number | null;
4412
- previews?: (Link | Object$1 | URL)[];
4352
+ previews?: (Link$1 | Object$1 | URL)[];
4413
4353
  }, options?: {
4414
4354
  documentLoader?: DocumentLoader;
4415
4355
  contextLoader?: DocumentLoader;
@@ -4469,28 +4409,28 @@ declare class Image extends Document {
4469
4409
  */
4470
4410
  constructor(values: {
4471
4411
  id?: URL | null;
4472
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
4412
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
4473
4413
  attribution?: Application | Group | Organization | Person | Service | URL | null;
4474
4414
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
4475
4415
  audience?: Object$1 | URL | null;
4476
4416
  audiences?: (Object$1 | URL)[];
4477
4417
  content?: string | LanguageString | null;
4478
4418
  contents?: ((string | LanguageString))[];
4479
- contexts?: (Object$1 | Link | URL)[];
4419
+ contexts?: (Object$1 | Link$1 | URL)[];
4480
4420
  name?: string | LanguageString | null;
4481
4421
  names?: ((string | LanguageString))[];
4482
4422
  endTime?: Temporal.Instant | null;
4483
- generators?: (Object$1 | Link | URL)[];
4423
+ generators?: (Object$1 | Link$1 | URL)[];
4484
4424
  icon?: Image | URL | null;
4485
4425
  icons?: (Image | URL)[];
4486
4426
  image?: Image | URL | null;
4487
4427
  images?: (Image | URL)[];
4488
- replyTarget?: Object$1 | Link | URL | null;
4489
- replyTargets?: (Object$1 | Link | URL)[];
4490
- location?: Object$1 | Link | URL | null;
4491
- locations?: (Object$1 | Link | URL)[];
4492
- preview?: Link | Object$1 | URL | null;
4493
- previews?: (Link | Object$1 | URL)[];
4428
+ replyTarget?: Object$1 | Link$1 | URL | null;
4429
+ replyTargets?: (Object$1 | Link$1 | URL)[];
4430
+ location?: Object$1 | Link$1 | URL | null;
4431
+ locations?: (Object$1 | Link$1 | URL)[];
4432
+ preview?: Link$1 | Object$1 | URL | null;
4433
+ previews?: (Link$1 | Object$1 | URL)[];
4494
4434
  published?: Temporal.Instant | null;
4495
4435
  replies?: Collection | URL | null;
4496
4436
  shares?: Collection | URL | null;
@@ -4499,10 +4439,10 @@ declare class Image extends Document {
4499
4439
  startTime?: Temporal.Instant | null;
4500
4440
  summary?: string | LanguageString | null;
4501
4441
  summaries?: ((string | LanguageString))[];
4502
- tags?: (Object$1 | Link | URL)[];
4442
+ tags?: (Object$1 | Link$1 | URL)[];
4503
4443
  updated?: Temporal.Instant | null;
4504
- url?: URL | Link | null;
4505
- urls?: ((URL | Link))[];
4444
+ url?: URL | Link$1 | null;
4445
+ urls?: ((URL | Link$1))[];
4506
4446
  to?: Object$1 | URL | null;
4507
4447
  tos?: (Object$1 | URL)[];
4508
4448
  bto?: Object$1 | URL | null;
@@ -4532,28 +4472,28 @@ declare class Image extends Document {
4532
4472
  */
4533
4473
  clone(values?: {
4534
4474
  id?: URL | null;
4535
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
4475
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
4536
4476
  attribution?: Application | Group | Organization | Person | Service | URL | null;
4537
4477
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
4538
4478
  audience?: Object$1 | URL | null;
4539
4479
  audiences?: (Object$1 | URL)[];
4540
4480
  content?: string | LanguageString | null;
4541
4481
  contents?: ((string | LanguageString))[];
4542
- contexts?: (Object$1 | Link | URL)[];
4482
+ contexts?: (Object$1 | Link$1 | URL)[];
4543
4483
  name?: string | LanguageString | null;
4544
4484
  names?: ((string | LanguageString))[];
4545
4485
  endTime?: Temporal.Instant | null;
4546
- generators?: (Object$1 | Link | URL)[];
4486
+ generators?: (Object$1 | Link$1 | URL)[];
4547
4487
  icon?: Image | URL | null;
4548
4488
  icons?: (Image | URL)[];
4549
4489
  image?: Image | URL | null;
4550
4490
  images?: (Image | URL)[];
4551
- replyTarget?: Object$1 | Link | URL | null;
4552
- replyTargets?: (Object$1 | Link | URL)[];
4553
- location?: Object$1 | Link | URL | null;
4554
- locations?: (Object$1 | Link | URL)[];
4555
- preview?: Link | Object$1 | URL | null;
4556
- previews?: (Link | Object$1 | URL)[];
4491
+ replyTarget?: Object$1 | Link$1 | URL | null;
4492
+ replyTargets?: (Object$1 | Link$1 | URL)[];
4493
+ location?: Object$1 | Link$1 | URL | null;
4494
+ locations?: (Object$1 | Link$1 | URL)[];
4495
+ preview?: Link$1 | Object$1 | URL | null;
4496
+ previews?: (Link$1 | Object$1 | URL)[];
4557
4497
  published?: Temporal.Instant | null;
4558
4498
  replies?: Collection | URL | null;
4559
4499
  shares?: Collection | URL | null;
@@ -4562,10 +4502,10 @@ declare class Image extends Document {
4562
4502
  startTime?: Temporal.Instant | null;
4563
4503
  summary?: string | LanguageString | null;
4564
4504
  summaries?: ((string | LanguageString))[];
4565
- tags?: (Object$1 | Link | URL)[];
4505
+ tags?: (Object$1 | Link$1 | URL)[];
4566
4506
  updated?: Temporal.Instant | null;
4567
- url?: URL | Link | null;
4568
- urls?: ((URL | Link))[];
4507
+ url?: URL | Link$1 | null;
4508
+ urls?: ((URL | Link$1))[];
4569
4509
  to?: Object$1 | URL | null;
4570
4510
  tos?: (Object$1 | URL)[];
4571
4511
  bto?: Object$1 | URL | null;
@@ -4627,11 +4567,6 @@ declare class Image extends Document {
4627
4567
  }): Promise<Image>;
4628
4568
  protected _getCustomInspectProxy(): Record<string, unknown>;
4629
4569
  }
4630
- /** Indicates that the actor is offering the object.
4631
- * If specified, the target indicates the entity to which
4632
- * the object is being offered.
4633
- */
4634
-
4635
4570
  /** A subtype of {@link Collection} in which members of the logical collection
4636
4571
  * are assumed to always be strictly ordered.
4637
4572
  */
@@ -4648,28 +4583,28 @@ declare class OrderedCollection extends Collection {
4648
4583
  */
4649
4584
  constructor(values: {
4650
4585
  id?: URL | null;
4651
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
4586
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
4652
4587
  attribution?: Application | Group | Organization | Person | Service | URL | null;
4653
4588
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
4654
4589
  audience?: Object$1 | URL | null;
4655
4590
  audiences?: (Object$1 | URL)[];
4656
4591
  content?: string | LanguageString | null;
4657
4592
  contents?: ((string | LanguageString))[];
4658
- contexts?: (Object$1 | Link | URL)[];
4593
+ contexts?: (Object$1 | Link$1 | URL)[];
4659
4594
  name?: string | LanguageString | null;
4660
4595
  names?: ((string | LanguageString))[];
4661
4596
  endTime?: Temporal.Instant | null;
4662
- generators?: (Object$1 | Link | URL)[];
4597
+ generators?: (Object$1 | Link$1 | URL)[];
4663
4598
  icon?: Image | URL | null;
4664
4599
  icons?: (Image | URL)[];
4665
4600
  image?: Image | URL | null;
4666
4601
  images?: (Image | URL)[];
4667
- replyTarget?: Object$1 | Link | URL | null;
4668
- replyTargets?: (Object$1 | Link | URL)[];
4669
- location?: Object$1 | Link | URL | null;
4670
- locations?: (Object$1 | Link | URL)[];
4671
- preview?: Link | Object$1 | URL | null;
4672
- previews?: (Link | Object$1 | URL)[];
4602
+ replyTarget?: Object$1 | Link$1 | URL | null;
4603
+ replyTargets?: (Object$1 | Link$1 | URL)[];
4604
+ location?: Object$1 | Link$1 | URL | null;
4605
+ locations?: (Object$1 | Link$1 | URL)[];
4606
+ preview?: Link$1 | Object$1 | URL | null;
4607
+ previews?: (Link$1 | Object$1 | URL)[];
4673
4608
  published?: Temporal.Instant | null;
4674
4609
  replies?: Collection | URL | null;
4675
4610
  shares?: Collection | URL | null;
@@ -4678,10 +4613,10 @@ declare class OrderedCollection extends Collection {
4678
4613
  startTime?: Temporal.Instant | null;
4679
4614
  summary?: string | LanguageString | null;
4680
4615
  summaries?: ((string | LanguageString))[];
4681
- tags?: (Object$1 | Link | URL)[];
4616
+ tags?: (Object$1 | Link$1 | URL)[];
4682
4617
  updated?: Temporal.Instant | null;
4683
- url?: URL | Link | null;
4684
- urls?: ((URL | Link))[];
4618
+ url?: URL | Link$1 | null;
4619
+ urls?: ((URL | Link$1))[];
4685
4620
  to?: Object$1 | URL | null;
4686
4621
  tos?: (Object$1 | URL)[];
4687
4622
  bto?: Object$1 | URL | null;
@@ -4708,7 +4643,7 @@ declare class OrderedCollection extends Collection {
4708
4643
  followersOf?: Object$1 | URL | null;
4709
4644
  followingOf?: Object$1 | URL | null;
4710
4645
  likedOf?: Object$1 | URL | null;
4711
- items?: (Object$1 | Link | URL)[];
4646
+ items?: (Object$1 | Link$1 | URL)[];
4712
4647
  }, options?: {
4713
4648
  documentLoader?: DocumentLoader;
4714
4649
  contextLoader?: DocumentLoader;
@@ -4722,28 +4657,28 @@ declare class OrderedCollection extends Collection {
4722
4657
  */
4723
4658
  clone(values?: {
4724
4659
  id?: URL | null;
4725
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
4660
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
4726
4661
  attribution?: Application | Group | Organization | Person | Service | URL | null;
4727
4662
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
4728
4663
  audience?: Object$1 | URL | null;
4729
4664
  audiences?: (Object$1 | URL)[];
4730
4665
  content?: string | LanguageString | null;
4731
4666
  contents?: ((string | LanguageString))[];
4732
- contexts?: (Object$1 | Link | URL)[];
4667
+ contexts?: (Object$1 | Link$1 | URL)[];
4733
4668
  name?: string | LanguageString | null;
4734
4669
  names?: ((string | LanguageString))[];
4735
4670
  endTime?: Temporal.Instant | null;
4736
- generators?: (Object$1 | Link | URL)[];
4671
+ generators?: (Object$1 | Link$1 | URL)[];
4737
4672
  icon?: Image | URL | null;
4738
4673
  icons?: (Image | URL)[];
4739
4674
  image?: Image | URL | null;
4740
4675
  images?: (Image | URL)[];
4741
- replyTarget?: Object$1 | Link | URL | null;
4742
- replyTargets?: (Object$1 | Link | URL)[];
4743
- location?: Object$1 | Link | URL | null;
4744
- locations?: (Object$1 | Link | URL)[];
4745
- preview?: Link | Object$1 | URL | null;
4746
- previews?: (Link | Object$1 | URL)[];
4676
+ replyTarget?: Object$1 | Link$1 | URL | null;
4677
+ replyTargets?: (Object$1 | Link$1 | URL)[];
4678
+ location?: Object$1 | Link$1 | URL | null;
4679
+ locations?: (Object$1 | Link$1 | URL)[];
4680
+ preview?: Link$1 | Object$1 | URL | null;
4681
+ previews?: (Link$1 | Object$1 | URL)[];
4747
4682
  published?: Temporal.Instant | null;
4748
4683
  replies?: Collection | URL | null;
4749
4684
  shares?: Collection | URL | null;
@@ -4752,10 +4687,10 @@ declare class OrderedCollection extends Collection {
4752
4687
  startTime?: Temporal.Instant | null;
4753
4688
  summary?: string | LanguageString | null;
4754
4689
  summaries?: ((string | LanguageString))[];
4755
- tags?: (Object$1 | Link | URL)[];
4690
+ tags?: (Object$1 | Link$1 | URL)[];
4756
4691
  updated?: Temporal.Instant | null;
4757
- url?: URL | Link | null;
4758
- urls?: ((URL | Link))[];
4692
+ url?: URL | Link$1 | null;
4693
+ urls?: ((URL | Link$1))[];
4759
4694
  to?: Object$1 | URL | null;
4760
4695
  tos?: (Object$1 | URL)[];
4761
4696
  bto?: Object$1 | URL | null;
@@ -4782,7 +4717,7 @@ declare class OrderedCollection extends Collection {
4782
4717
  followersOf?: Object$1 | URL | null;
4783
4718
  followingOf?: Object$1 | URL | null;
4784
4719
  likedOf?: Object$1 | URL | null;
4785
- items?: (Object$1 | Link | URL)[];
4720
+ items?: (Object$1 | Link$1 | URL)[];
4786
4721
  }, options?: {
4787
4722
  documentLoader?: DocumentLoader;
4788
4723
  contextLoader?: DocumentLoader;
@@ -4802,7 +4737,7 @@ declare class OrderedCollection extends Collection {
4802
4737
  suppressError?: boolean;
4803
4738
  tracerProvider?: TracerProvider;
4804
4739
  crossOrigin?: "ignore" | "throw" | "trust";
4805
- }): AsyncIterable<Object$1 | Link>;
4740
+ }): AsyncIterable<Object$1 | Link$1>;
4806
4741
  /**
4807
4742
  * Converts this object to a JSON-LD structure.
4808
4743
  * @param options The options to use.
@@ -4861,28 +4796,28 @@ declare class OrderedCollectionPage extends CollectionPage {
4861
4796
  */
4862
4797
  constructor(values: {
4863
4798
  id?: URL | null;
4864
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
4799
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
4865
4800
  attribution?: Application | Group | Organization | Person | Service | URL | null;
4866
4801
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
4867
4802
  audience?: Object$1 | URL | null;
4868
4803
  audiences?: (Object$1 | URL)[];
4869
4804
  content?: string | LanguageString | null;
4870
4805
  contents?: ((string | LanguageString))[];
4871
- contexts?: (Object$1 | Link | URL)[];
4806
+ contexts?: (Object$1 | Link$1 | URL)[];
4872
4807
  name?: string | LanguageString | null;
4873
4808
  names?: ((string | LanguageString))[];
4874
4809
  endTime?: Temporal.Instant | null;
4875
- generators?: (Object$1 | Link | URL)[];
4810
+ generators?: (Object$1 | Link$1 | URL)[];
4876
4811
  icon?: Image | URL | null;
4877
4812
  icons?: (Image | URL)[];
4878
4813
  image?: Image | URL | null;
4879
4814
  images?: (Image | URL)[];
4880
- replyTarget?: Object$1 | Link | URL | null;
4881
- replyTargets?: (Object$1 | Link | URL)[];
4882
- location?: Object$1 | Link | URL | null;
4883
- locations?: (Object$1 | Link | URL)[];
4884
- preview?: Link | Object$1 | URL | null;
4885
- previews?: (Link | Object$1 | URL)[];
4815
+ replyTarget?: Object$1 | Link$1 | URL | null;
4816
+ replyTargets?: (Object$1 | Link$1 | URL)[];
4817
+ location?: Object$1 | Link$1 | URL | null;
4818
+ locations?: (Object$1 | Link$1 | URL)[];
4819
+ preview?: Link$1 | Object$1 | URL | null;
4820
+ previews?: (Link$1 | Object$1 | URL)[];
4886
4821
  published?: Temporal.Instant | null;
4887
4822
  replies?: Collection | URL | null;
4888
4823
  shares?: Collection | URL | null;
@@ -4891,10 +4826,10 @@ declare class OrderedCollectionPage extends CollectionPage {
4891
4826
  startTime?: Temporal.Instant | null;
4892
4827
  summary?: string | LanguageString | null;
4893
4828
  summaries?: ((string | LanguageString))[];
4894
- tags?: (Object$1 | Link | URL)[];
4829
+ tags?: (Object$1 | Link$1 | URL)[];
4895
4830
  updated?: Temporal.Instant | null;
4896
- url?: URL | Link | null;
4897
- urls?: ((URL | Link))[];
4831
+ url?: URL | Link$1 | null;
4832
+ urls?: ((URL | Link$1))[];
4898
4833
  to?: Object$1 | URL | null;
4899
4834
  tos?: (Object$1 | URL)[];
4900
4835
  bto?: Object$1 | URL | null;
@@ -4924,7 +4859,7 @@ declare class OrderedCollectionPage extends CollectionPage {
4924
4859
  partOf?: Collection | URL | null;
4925
4860
  next?: CollectionPage | URL | null;
4926
4861
  prev?: CollectionPage | URL | null;
4927
- items?: (Object$1 | Link | URL)[];
4862
+ items?: (Object$1 | Link$1 | URL)[];
4928
4863
  startIndex?: number | null;
4929
4864
  }, options?: {
4930
4865
  documentLoader?: DocumentLoader;
@@ -4939,28 +4874,28 @@ declare class OrderedCollectionPage extends CollectionPage {
4939
4874
  */
4940
4875
  clone(values?: {
4941
4876
  id?: URL | null;
4942
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
4877
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
4943
4878
  attribution?: Application | Group | Organization | Person | Service | URL | null;
4944
4879
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
4945
4880
  audience?: Object$1 | URL | null;
4946
4881
  audiences?: (Object$1 | URL)[];
4947
4882
  content?: string | LanguageString | null;
4948
4883
  contents?: ((string | LanguageString))[];
4949
- contexts?: (Object$1 | Link | URL)[];
4884
+ contexts?: (Object$1 | Link$1 | URL)[];
4950
4885
  name?: string | LanguageString | null;
4951
4886
  names?: ((string | LanguageString))[];
4952
4887
  endTime?: Temporal.Instant | null;
4953
- generators?: (Object$1 | Link | URL)[];
4888
+ generators?: (Object$1 | Link$1 | URL)[];
4954
4889
  icon?: Image | URL | null;
4955
4890
  icons?: (Image | URL)[];
4956
4891
  image?: Image | URL | null;
4957
4892
  images?: (Image | URL)[];
4958
- replyTarget?: Object$1 | Link | URL | null;
4959
- replyTargets?: (Object$1 | Link | URL)[];
4960
- location?: Object$1 | Link | URL | null;
4961
- locations?: (Object$1 | Link | URL)[];
4962
- preview?: Link | Object$1 | URL | null;
4963
- previews?: (Link | Object$1 | URL)[];
4893
+ replyTarget?: Object$1 | Link$1 | URL | null;
4894
+ replyTargets?: (Object$1 | Link$1 | URL)[];
4895
+ location?: Object$1 | Link$1 | URL | null;
4896
+ locations?: (Object$1 | Link$1 | URL)[];
4897
+ preview?: Link$1 | Object$1 | URL | null;
4898
+ previews?: (Link$1 | Object$1 | URL)[];
4964
4899
  published?: Temporal.Instant | null;
4965
4900
  replies?: Collection | URL | null;
4966
4901
  shares?: Collection | URL | null;
@@ -4969,10 +4904,10 @@ declare class OrderedCollectionPage extends CollectionPage {
4969
4904
  startTime?: Temporal.Instant | null;
4970
4905
  summary?: string | LanguageString | null;
4971
4906
  summaries?: ((string | LanguageString))[];
4972
- tags?: (Object$1 | Link | URL)[];
4907
+ tags?: (Object$1 | Link$1 | URL)[];
4973
4908
  updated?: Temporal.Instant | null;
4974
- url?: URL | Link | null;
4975
- urls?: ((URL | Link))[];
4909
+ url?: URL | Link$1 | null;
4910
+ urls?: ((URL | Link$1))[];
4976
4911
  to?: Object$1 | URL | null;
4977
4912
  tos?: (Object$1 | URL)[];
4978
4913
  bto?: Object$1 | URL | null;
@@ -5002,7 +4937,7 @@ declare class OrderedCollectionPage extends CollectionPage {
5002
4937
  partOf?: Collection | URL | null;
5003
4938
  next?: CollectionPage | URL | null;
5004
4939
  prev?: CollectionPage | URL | null;
5005
- items?: (Object$1 | Link | URL)[];
4940
+ items?: (Object$1 | Link$1 | URL)[];
5006
4941
  startIndex?: number | null;
5007
4942
  }, options?: {
5008
4943
  documentLoader?: DocumentLoader;
@@ -5023,7 +4958,7 @@ declare class OrderedCollectionPage extends CollectionPage {
5023
4958
  suppressError?: boolean;
5024
4959
  tracerProvider?: TracerProvider;
5025
4960
  crossOrigin?: "ignore" | "throw" | "trust";
5026
- }): AsyncIterable<Object$1 | Link>;
4961
+ }): AsyncIterable<Object$1 | Link$1>;
5027
4962
  /** A non-negative integer value identifying the relative position within
5028
4963
  * the logical view of a strictly ordered collection.
5029
4964
  */
@@ -5084,28 +5019,28 @@ declare class Organization extends Object$1 {
5084
5019
  */
5085
5020
  constructor(values: {
5086
5021
  id?: URL | null;
5087
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
5022
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
5088
5023
  attribution?: Application | Group | Organization | Person | Service | URL | null;
5089
5024
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
5090
5025
  audience?: Object$1 | URL | null;
5091
5026
  audiences?: (Object$1 | URL)[];
5092
5027
  content?: string | LanguageString | null;
5093
5028
  contents?: ((string | LanguageString))[];
5094
- contexts?: (Object$1 | Link | URL)[];
5029
+ contexts?: (Object$1 | Link$1 | URL)[];
5095
5030
  name?: string | LanguageString | null;
5096
5031
  names?: ((string | LanguageString))[];
5097
5032
  endTime?: Temporal.Instant | null;
5098
- generators?: (Object$1 | Link | URL)[];
5033
+ generators?: (Object$1 | Link$1 | URL)[];
5099
5034
  icon?: Image | URL | null;
5100
5035
  icons?: (Image | URL)[];
5101
5036
  image?: Image | URL | null;
5102
5037
  images?: (Image | URL)[];
5103
- replyTarget?: Object$1 | Link | URL | null;
5104
- replyTargets?: (Object$1 | Link | URL)[];
5105
- location?: Object$1 | Link | URL | null;
5106
- locations?: (Object$1 | Link | URL)[];
5107
- preview?: Link | Object$1 | URL | null;
5108
- previews?: (Link | Object$1 | URL)[];
5038
+ replyTarget?: Object$1 | Link$1 | URL | null;
5039
+ replyTargets?: (Object$1 | Link$1 | URL)[];
5040
+ location?: Object$1 | Link$1 | URL | null;
5041
+ locations?: (Object$1 | Link$1 | URL)[];
5042
+ preview?: Link$1 | Object$1 | URL | null;
5043
+ previews?: (Link$1 | Object$1 | URL)[];
5109
5044
  published?: Temporal.Instant | null;
5110
5045
  replies?: Collection | URL | null;
5111
5046
  shares?: Collection | URL | null;
@@ -5114,10 +5049,10 @@ declare class Organization extends Object$1 {
5114
5049
  startTime?: Temporal.Instant | null;
5115
5050
  summary?: string | LanguageString | null;
5116
5051
  summaries?: ((string | LanguageString))[];
5117
- tags?: (Object$1 | Link | URL)[];
5052
+ tags?: (Object$1 | Link$1 | URL)[];
5118
5053
  updated?: Temporal.Instant | null;
5119
- url?: URL | Link | null;
5120
- urls?: ((URL | Link))[];
5054
+ url?: URL | Link$1 | null;
5055
+ urls?: ((URL | Link$1))[];
5121
5056
  to?: Object$1 | URL | null;
5122
5057
  tos?: (Object$1 | URL)[];
5123
5058
  bto?: Object$1 | URL | null;
@@ -5172,28 +5107,28 @@ declare class Organization extends Object$1 {
5172
5107
  */
5173
5108
  clone(values?: {
5174
5109
  id?: URL | null;
5175
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
5110
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
5176
5111
  attribution?: Application | Group | Organization | Person | Service | URL | null;
5177
5112
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
5178
5113
  audience?: Object$1 | URL | null;
5179
5114
  audiences?: (Object$1 | URL)[];
5180
5115
  content?: string | LanguageString | null;
5181
5116
  contents?: ((string | LanguageString))[];
5182
- contexts?: (Object$1 | Link | URL)[];
5117
+ contexts?: (Object$1 | Link$1 | URL)[];
5183
5118
  name?: string | LanguageString | null;
5184
5119
  names?: ((string | LanguageString))[];
5185
5120
  endTime?: Temporal.Instant | null;
5186
- generators?: (Object$1 | Link | URL)[];
5121
+ generators?: (Object$1 | Link$1 | URL)[];
5187
5122
  icon?: Image | URL | null;
5188
5123
  icons?: (Image | URL)[];
5189
5124
  image?: Image | URL | null;
5190
5125
  images?: (Image | URL)[];
5191
- replyTarget?: Object$1 | Link | URL | null;
5192
- replyTargets?: (Object$1 | Link | URL)[];
5193
- location?: Object$1 | Link | URL | null;
5194
- locations?: (Object$1 | Link | URL)[];
5195
- preview?: Link | Object$1 | URL | null;
5196
- previews?: (Link | Object$1 | URL)[];
5126
+ replyTarget?: Object$1 | Link$1 | URL | null;
5127
+ replyTargets?: (Object$1 | Link$1 | URL)[];
5128
+ location?: Object$1 | Link$1 | URL | null;
5129
+ locations?: (Object$1 | Link$1 | URL)[];
5130
+ preview?: Link$1 | Object$1 | URL | null;
5131
+ previews?: (Link$1 | Object$1 | URL)[];
5197
5132
  published?: Temporal.Instant | null;
5198
5133
  replies?: Collection | URL | null;
5199
5134
  shares?: Collection | URL | null;
@@ -5202,10 +5137,10 @@ declare class Organization extends Object$1 {
5202
5137
  startTime?: Temporal.Instant | null;
5203
5138
  summary?: string | LanguageString | null;
5204
5139
  summaries?: ((string | LanguageString))[];
5205
- tags?: (Object$1 | Link | URL)[];
5140
+ tags?: (Object$1 | Link$1 | URL)[];
5206
5141
  updated?: Temporal.Instant | null;
5207
- url?: URL | Link | null;
5208
- urls?: ((URL | Link))[];
5142
+ url?: URL | Link$1 | null;
5143
+ urls?: ((URL | Link$1))[];
5209
5144
  to?: Object$1 | URL | null;
5210
5145
  tos?: (Object$1 | URL)[];
5211
5146
  bto?: Object$1 | URL | null;
@@ -5655,9 +5590,6 @@ declare class Organization extends Object$1 {
5655
5590
  }): Promise<Organization>;
5656
5591
  protected _getCustomInspectProxy(): Record<string, unknown>;
5657
5592
  }
5658
- /** Represents a Web Page.
5659
- */
5660
-
5661
5593
  /** Represents an individual person.
5662
5594
  */
5663
5595
  declare class Person extends Object$1 {
@@ -5673,28 +5605,28 @@ declare class Person extends Object$1 {
5673
5605
  */
5674
5606
  constructor(values: {
5675
5607
  id?: URL | null;
5676
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
5608
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
5677
5609
  attribution?: Application | Group | Organization | Person | Service | URL | null;
5678
5610
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
5679
5611
  audience?: Object$1 | URL | null;
5680
5612
  audiences?: (Object$1 | URL)[];
5681
5613
  content?: string | LanguageString | null;
5682
5614
  contents?: ((string | LanguageString))[];
5683
- contexts?: (Object$1 | Link | URL)[];
5615
+ contexts?: (Object$1 | Link$1 | URL)[];
5684
5616
  name?: string | LanguageString | null;
5685
5617
  names?: ((string | LanguageString))[];
5686
5618
  endTime?: Temporal.Instant | null;
5687
- generators?: (Object$1 | Link | URL)[];
5619
+ generators?: (Object$1 | Link$1 | URL)[];
5688
5620
  icon?: Image | URL | null;
5689
5621
  icons?: (Image | URL)[];
5690
5622
  image?: Image | URL | null;
5691
5623
  images?: (Image | URL)[];
5692
- replyTarget?: Object$1 | Link | URL | null;
5693
- replyTargets?: (Object$1 | Link | URL)[];
5694
- location?: Object$1 | Link | URL | null;
5695
- locations?: (Object$1 | Link | URL)[];
5696
- preview?: Link | Object$1 | URL | null;
5697
- previews?: (Link | Object$1 | URL)[];
5624
+ replyTarget?: Object$1 | Link$1 | URL | null;
5625
+ replyTargets?: (Object$1 | Link$1 | URL)[];
5626
+ location?: Object$1 | Link$1 | URL | null;
5627
+ locations?: (Object$1 | Link$1 | URL)[];
5628
+ preview?: Link$1 | Object$1 | URL | null;
5629
+ previews?: (Link$1 | Object$1 | URL)[];
5698
5630
  published?: Temporal.Instant | null;
5699
5631
  replies?: Collection | URL | null;
5700
5632
  shares?: Collection | URL | null;
@@ -5703,10 +5635,10 @@ declare class Person extends Object$1 {
5703
5635
  startTime?: Temporal.Instant | null;
5704
5636
  summary?: string | LanguageString | null;
5705
5637
  summaries?: ((string | LanguageString))[];
5706
- tags?: (Object$1 | Link | URL)[];
5638
+ tags?: (Object$1 | Link$1 | URL)[];
5707
5639
  updated?: Temporal.Instant | null;
5708
- url?: URL | Link | null;
5709
- urls?: ((URL | Link))[];
5640
+ url?: URL | Link$1 | null;
5641
+ urls?: ((URL | Link$1))[];
5710
5642
  to?: Object$1 | URL | null;
5711
5643
  tos?: (Object$1 | URL)[];
5712
5644
  bto?: Object$1 | URL | null;
@@ -5761,28 +5693,28 @@ declare class Person extends Object$1 {
5761
5693
  */
5762
5694
  clone(values?: {
5763
5695
  id?: URL | null;
5764
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
5696
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
5765
5697
  attribution?: Application | Group | Organization | Person | Service | URL | null;
5766
5698
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
5767
5699
  audience?: Object$1 | URL | null;
5768
5700
  audiences?: (Object$1 | URL)[];
5769
5701
  content?: string | LanguageString | null;
5770
5702
  contents?: ((string | LanguageString))[];
5771
- contexts?: (Object$1 | Link | URL)[];
5703
+ contexts?: (Object$1 | Link$1 | URL)[];
5772
5704
  name?: string | LanguageString | null;
5773
5705
  names?: ((string | LanguageString))[];
5774
5706
  endTime?: Temporal.Instant | null;
5775
- generators?: (Object$1 | Link | URL)[];
5707
+ generators?: (Object$1 | Link$1 | URL)[];
5776
5708
  icon?: Image | URL | null;
5777
5709
  icons?: (Image | URL)[];
5778
5710
  image?: Image | URL | null;
5779
5711
  images?: (Image | URL)[];
5780
- replyTarget?: Object$1 | Link | URL | null;
5781
- replyTargets?: (Object$1 | Link | URL)[];
5782
- location?: Object$1 | Link | URL | null;
5783
- locations?: (Object$1 | Link | URL)[];
5784
- preview?: Link | Object$1 | URL | null;
5785
- previews?: (Link | Object$1 | URL)[];
5712
+ replyTarget?: Object$1 | Link$1 | URL | null;
5713
+ replyTargets?: (Object$1 | Link$1 | URL)[];
5714
+ location?: Object$1 | Link$1 | URL | null;
5715
+ locations?: (Object$1 | Link$1 | URL)[];
5716
+ preview?: Link$1 | Object$1 | URL | null;
5717
+ previews?: (Link$1 | Object$1 | URL)[];
5786
5718
  published?: Temporal.Instant | null;
5787
5719
  replies?: Collection | URL | null;
5788
5720
  shares?: Collection | URL | null;
@@ -5791,10 +5723,10 @@ declare class Person extends Object$1 {
5791
5723
  startTime?: Temporal.Instant | null;
5792
5724
  summary?: string | LanguageString | null;
5793
5725
  summaries?: ((string | LanguageString))[];
5794
- tags?: (Object$1 | Link | URL)[];
5726
+ tags?: (Object$1 | Link$1 | URL)[];
5795
5727
  updated?: Temporal.Instant | null;
5796
- url?: URL | Link | null;
5797
- urls?: ((URL | Link))[];
5728
+ url?: URL | Link$1 | null;
5729
+ urls?: ((URL | Link$1))[];
5798
5730
  to?: Object$1 | URL | null;
5799
5731
  tos?: (Object$1 | URL)[];
5800
5732
  bto?: Object$1 | URL | null;
@@ -6244,11 +6176,6 @@ declare class Person extends Object$1 {
6244
6176
  }): Promise<Person>;
6245
6177
  protected _getCustomInspectProxy(): Record<string, unknown>;
6246
6178
  }
6247
- /** Represents a logical or physical location. See [5.3 Representing
6248
- * Places](https://www.w3.org/TR/activitystreams-vocabulary/#places)
6249
- * for additional information.
6250
- */
6251
-
6252
6179
  /** Represents a service of any kind.
6253
6180
  */
6254
6181
  declare class Service extends Object$1 {
@@ -6264,28 +6191,28 @@ declare class Service extends Object$1 {
6264
6191
  */
6265
6192
  constructor(values: {
6266
6193
  id?: URL | null;
6267
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
6194
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
6268
6195
  attribution?: Application | Group | Organization | Person | Service | URL | null;
6269
6196
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
6270
6197
  audience?: Object$1 | URL | null;
6271
6198
  audiences?: (Object$1 | URL)[];
6272
6199
  content?: string | LanguageString | null;
6273
6200
  contents?: ((string | LanguageString))[];
6274
- contexts?: (Object$1 | Link | URL)[];
6201
+ contexts?: (Object$1 | Link$1 | URL)[];
6275
6202
  name?: string | LanguageString | null;
6276
6203
  names?: ((string | LanguageString))[];
6277
6204
  endTime?: Temporal.Instant | null;
6278
- generators?: (Object$1 | Link | URL)[];
6205
+ generators?: (Object$1 | Link$1 | URL)[];
6279
6206
  icon?: Image | URL | null;
6280
6207
  icons?: (Image | URL)[];
6281
6208
  image?: Image | URL | null;
6282
6209
  images?: (Image | URL)[];
6283
- replyTarget?: Object$1 | Link | URL | null;
6284
- replyTargets?: (Object$1 | Link | URL)[];
6285
- location?: Object$1 | Link | URL | null;
6286
- locations?: (Object$1 | Link | URL)[];
6287
- preview?: Link | Object$1 | URL | null;
6288
- previews?: (Link | Object$1 | URL)[];
6210
+ replyTarget?: Object$1 | Link$1 | URL | null;
6211
+ replyTargets?: (Object$1 | Link$1 | URL)[];
6212
+ location?: Object$1 | Link$1 | URL | null;
6213
+ locations?: (Object$1 | Link$1 | URL)[];
6214
+ preview?: Link$1 | Object$1 | URL | null;
6215
+ previews?: (Link$1 | Object$1 | URL)[];
6289
6216
  published?: Temporal.Instant | null;
6290
6217
  replies?: Collection | URL | null;
6291
6218
  shares?: Collection | URL | null;
@@ -6294,10 +6221,10 @@ declare class Service extends Object$1 {
6294
6221
  startTime?: Temporal.Instant | null;
6295
6222
  summary?: string | LanguageString | null;
6296
6223
  summaries?: ((string | LanguageString))[];
6297
- tags?: (Object$1 | Link | URL)[];
6224
+ tags?: (Object$1 | Link$1 | URL)[];
6298
6225
  updated?: Temporal.Instant | null;
6299
- url?: URL | Link | null;
6300
- urls?: ((URL | Link))[];
6226
+ url?: URL | Link$1 | null;
6227
+ urls?: ((URL | Link$1))[];
6301
6228
  to?: Object$1 | URL | null;
6302
6229
  tos?: (Object$1 | URL)[];
6303
6230
  bto?: Object$1 | URL | null;
@@ -6352,28 +6279,28 @@ declare class Service extends Object$1 {
6352
6279
  */
6353
6280
  clone(values?: {
6354
6281
  id?: URL | null;
6355
- attachments?: (Object$1 | Link | PropertyValue | URL)[];
6282
+ attachments?: (Object$1 | Link$1 | PropertyValue | URL)[];
6356
6283
  attribution?: Application | Group | Organization | Person | Service | URL | null;
6357
6284
  attributions?: (Application | Group | Organization | Person | Service | URL)[];
6358
6285
  audience?: Object$1 | URL | null;
6359
6286
  audiences?: (Object$1 | URL)[];
6360
6287
  content?: string | LanguageString | null;
6361
6288
  contents?: ((string | LanguageString))[];
6362
- contexts?: (Object$1 | Link | URL)[];
6289
+ contexts?: (Object$1 | Link$1 | URL)[];
6363
6290
  name?: string | LanguageString | null;
6364
6291
  names?: ((string | LanguageString))[];
6365
6292
  endTime?: Temporal.Instant | null;
6366
- generators?: (Object$1 | Link | URL)[];
6293
+ generators?: (Object$1 | Link$1 | URL)[];
6367
6294
  icon?: Image | URL | null;
6368
6295
  icons?: (Image | URL)[];
6369
6296
  image?: Image | URL | null;
6370
6297
  images?: (Image | URL)[];
6371
- replyTarget?: Object$1 | Link | URL | null;
6372
- replyTargets?: (Object$1 | Link | URL)[];
6373
- location?: Object$1 | Link | URL | null;
6374
- locations?: (Object$1 | Link | URL)[];
6375
- preview?: Link | Object$1 | URL | null;
6376
- previews?: (Link | Object$1 | URL)[];
6298
+ replyTarget?: Object$1 | Link$1 | URL | null;
6299
+ replyTargets?: (Object$1 | Link$1 | URL)[];
6300
+ location?: Object$1 | Link$1 | URL | null;
6301
+ locations?: (Object$1 | Link$1 | URL)[];
6302
+ preview?: Link$1 | Object$1 | URL | null;
6303
+ previews?: (Link$1 | Object$1 | URL)[];
6377
6304
  published?: Temporal.Instant | null;
6378
6305
  replies?: Collection | URL | null;
6379
6306
  shares?: Collection | URL | null;
@@ -6382,10 +6309,10 @@ declare class Service extends Object$1 {
6382
6309
  startTime?: Temporal.Instant | null;
6383
6310
  summary?: string | LanguageString | null;
6384
6311
  summaries?: ((string | LanguageString))[];
6385
- tags?: (Object$1 | Link | URL)[];
6312
+ tags?: (Object$1 | Link$1 | URL)[];
6386
6313
  updated?: Temporal.Instant | null;
6387
- url?: URL | Link | null;
6388
- urls?: ((URL | Link))[];
6314
+ url?: URL | Link$1 | null;
6315
+ urls?: ((URL | Link$1))[];
6389
6316
  to?: Object$1 | URL | null;
6390
6317
  tos?: (Object$1 | URL)[];
6391
6318
  bto?: Object$1 | URL | null;
@@ -6934,9 +6861,6 @@ declare class Source {
6934
6861
  }): Promise<Source>;
6935
6862
  protected _getCustomInspectProxy(): Record<string, unknown>;
6936
6863
  }
6937
- /** A specialization of {@link Accept} indicating that
6938
- * the acceptance is tentative.
6939
- */
6940
6864
  //#endregion
6941
6865
  //#region src/vocab/actor.d.ts
6942
6866
  /**
@@ -6944,12 +6868,6 @@ declare class Source {
6944
6868
  * activities.
6945
6869
  */
6946
6870
  type Actor = Application | Group | Organization | Person | Service;
6947
- /**
6948
- * Checks if the given object is an {@link Actor}.
6949
- * @param object The object to check.
6950
- * @returns `true` if the given object is an {@link Actor}.
6951
- */
6952
-
6953
6871
  /**
6954
6872
  * The object that can be a recipient of an activity.
6955
6873
  *
@@ -6996,16 +6914,6 @@ interface GetKeyOwnerOptions {
6996
6914
  */
6997
6915
  tracerProvider?: TracerProvider;
6998
6916
  }
6999
- /**
7000
- * Gets the actor that owns the specified key. Returns `null` if the key has no
7001
- * known owner.
7002
- *
7003
- * @param keyId The ID of the key to check, or the key itself.
7004
- * @param options Options for getting the key owner.
7005
- * @returns The actor that owns the key, or `null` if the key has no known
7006
- * owner.
7007
- * @since 0.7.0
7008
- */
7009
6917
  //#endregion
7010
6918
  //#region src/vocab/lookup.d.ts
7011
6919
  /**
@@ -7061,39 +6969,6 @@ interface LookupObjectOptions {
7061
6969
  */
7062
6970
  signal?: AbortSignal;
7063
6971
  }
7064
- /**
7065
- * Looks up an ActivityStreams object by its URI (including `acct:` URIs)
7066
- * or a fediverse handle (e.g., `@user@server` or `user@server`).
7067
- *
7068
- * @example
7069
- * ``` typescript
7070
- * // Look up an actor by its fediverse handle:
7071
- * await lookupObject("@hongminhee@fosstodon.org");
7072
- * // returning a `Person` object.
7073
- *
7074
- * // A fediverse handle can omit the leading '@':
7075
- * await lookupObject("hongminhee@fosstodon.org");
7076
- * // returning a `Person` object.
7077
- *
7078
- * // A `acct:` URI can be used as well:
7079
- * await lookupObject("acct:hongminhee@fosstodon.org");
7080
- * // returning a `Person` object.
7081
- *
7082
- * // Look up an object by its URI:
7083
- * await lookupObject("https://todon.eu/@hongminhee/112060633798771581");
7084
- * // returning a `Note` object.
7085
- *
7086
- * // It can be a `URL` object as well:
7087
- * await lookupObject(new URL("https://todon.eu/@hongminhee/112060633798771581"));
7088
- * // returning a `Note` object.
7089
- * ```
7090
- *
7091
- * @param identifier The URI or fediverse handle to look up.
7092
- * @param options Lookup options.
7093
- * @returns The object, or `null` if not found.
7094
- * @since 0.2.0
7095
- */
7096
-
7097
6972
  /**
7098
6973
  * Options for the {@link traverseCollection} function.
7099
6974
  * @since 1.1.0
@@ -7120,26 +6995,6 @@ interface TraverseCollectionOptions {
7120
6995
  */
7121
6996
  interval?: Temporal.Duration | Temporal.DurationLike;
7122
6997
  }
7123
- /**
7124
- * Traverses a collection, yielding each item in the collection.
7125
- * If the collection is paginated, it will fetch the next page
7126
- * automatically.
7127
- *
7128
- * @example
7129
- * ``` typescript
7130
- * const collection = await lookupObject(collectionUrl);
7131
- * if (collection instanceof Collection) {
7132
- * for await (const item of traverseCollection(collection)) {
7133
- * console.log(item.id?.href);
7134
- * }
7135
- * }
7136
- * ```
7137
- *
7138
- * @param collection The collection to traverse.
7139
- * @param options Options for traversing the collection.
7140
- * @returns An async iterable of each item in the collection.
7141
- * @since 1.1.0
7142
- */
7143
6998
  //#endregion
7144
6999
  //#region src/webfinger/jrd.d.ts
7145
7000
  /**
@@ -7162,13 +7017,13 @@ interface ResourceDescriptor {
7162
7017
  /**
7163
7018
  * Links to other resources.
7164
7019
  */
7165
- links?: Link$1[];
7020
+ links?: Link[];
7166
7021
  }
7167
7022
  /**
7168
7023
  * Represents a link. See also
7169
7024
  * [RFC 7033 section 4.4.4](https://datatracker.ietf.org/doc/html/rfc7033#section-4.4.4).
7170
7025
  */
7171
- interface Link$1 {
7026
+ interface Link {
7172
7027
  /**
7173
7028
  * The link's relation type, which is either a URI or a registered relation
7174
7029
  * type (see [RFC 5988](https://datatracker.ietf.org/doc/html/rfc5988)).
@@ -7241,13 +7096,6 @@ interface LookupWebFingerOptions {
7241
7096
  */
7242
7097
  signal?: AbortSignal;
7243
7098
  }
7244
- /**
7245
- * Looks up a WebFinger resource.
7246
- * @param resource The resource URL to look up.
7247
- * @param options Extra options for looking up the resource.
7248
- * @returns The resource descriptor, or `null` if not found.
7249
- * @since 0.2.0
7250
- */
7251
7099
  //#endregion
7252
7100
  //#region src/federation/collection.d.ts
7253
7101
  /**
@@ -7258,14 +7106,6 @@ interface PageItems<TItem> {
7258
7106
  nextCursor?: string | null;
7259
7107
  items: TItem[];
7260
7108
  }
7261
- /**
7262
- * Calculates the [partial follower collection digest][1].
7263
- *
7264
- * [1]: https://w3id.org/fep/8fcf#partial-follower-collection-digest
7265
- * @param uris The URIs to calculate the digest. Duplicate URIs are ignored.
7266
- * @returns The digest.
7267
- */
7268
-
7269
7109
  //#endregion
7270
7110
  //#region src/federation/send.d.ts
7271
7111
  /**
@@ -7282,9 +7122,6 @@ interface SenderKeyPair {
7282
7122
  */
7283
7123
  keyId: URL;
7284
7124
  }
7285
- /**
7286
- * Parameters for {@link sendActivity}.
7287
- */
7288
7125
  //#endregion
7289
7126
  //#region src/federation/callback.d.ts
7290
7127
  /**
@@ -7300,7 +7137,7 @@ type NodeInfoDispatcher<TContextData> = (context: RequestContext<TContextData>)
7300
7137
  * @param resource The URL queried via WebFinger.
7301
7138
  * @returns Links related to the queried resource.
7302
7139
  */
7303
- type WebFingerLinksDispatcher<TContextData> = (context: RequestContext<TContextData>, resource: URL) => readonly Link$1[] | Promise<readonly Link$1[]>;
7140
+ type WebFingerLinksDispatcher<TContextData> = (context: RequestContext<TContextData>, resource: URL) => readonly Link[] | Promise<readonly Link[]>;
7304
7141
  /**
7305
7142
  * A callback that dispatches an {@link Actor} object.
7306
7143
  *
@@ -7438,15 +7275,6 @@ type SharedInboxKeyDispatcher<TContextData> = (context: Context<TContextData>) =
7438
7275
  } | {
7439
7276
  handle: string;
7440
7277
  } | null>;
7441
- /**
7442
- * A callback that handles errors during outbox processing.
7443
- *
7444
- * @param error The error that occurred.
7445
- * @param activity The activity that caused the error. If it is `null`, the
7446
- * error occurred during deserializing the activity.
7447
- * @since 0.6.0
7448
- */
7449
-
7450
7278
  /**
7451
7279
  * A callback that determines if a request is authorized or not.
7452
7280
  *
@@ -8009,15 +7837,6 @@ interface Federation<TContextData> extends Federatable<TContextData> {
8009
7837
  */
8010
7838
  fetch(request: Request, options: FederationFetchOptions<TContextData>): Promise<Response>;
8011
7839
  }
8012
- /**
8013
- * A builder for creating a {@link Federation} object. It defers the actual
8014
- * instantiation of the {@link Federation} object until the {@link build}
8015
- * method is called so that dispatchers and listeners can be registered
8016
- * before the {@link Federation} object is instantiated.
8017
- * @template TContextData The context data to pass to the {@link Context}.
8018
- * @since 1.6.0
8019
- */
8020
-
8021
7840
  /**
8022
7841
  * Additional settings for the actor dispatcher.
8023
7842
  *
@@ -8574,7 +8393,7 @@ interface Context<TContextData> {
8574
8393
  * @returns An async iterable of each item in the collection.
8575
8394
  * @since 1.1.0
8576
8395
  */
8577
- traverseCollection(collection: Collection, options?: TraverseCollectionOptions): AsyncIterable<Object$1 | Link>;
8396
+ traverseCollection(collection: Collection, options?: TraverseCollectionOptions): AsyncIterable<Object$1 | Link$1>;
8578
8397
  /**
8579
8398
  * Fetches the NodeInfo document from the given URL.
8580
8399
  * @param url The base URL of the server. If `options.direct` is turned off
@@ -8861,7 +8680,8 @@ type ParseUriResult =
8861
8680
  }
8862
8681
  /**
8863
8682
  * The case of an object URI.
8864
- */ | {
8683
+ */
8684
+ | {
8865
8685
  readonly type: "object";
8866
8686
  readonly class: ConstructorWithTypeId<Object$1>;
8867
8687
  readonly typeId: URL;
@@ -8869,35 +8689,40 @@ type ParseUriResult =
8869
8689
  }
8870
8690
  /**
8871
8691
  * The case of an shared inbox URI.
8872
- */ | {
8692
+ */
8693
+ | {
8873
8694
  readonly type: "inbox";
8874
8695
  readonly identifier: undefined;
8875
8696
  readonly handle: undefined;
8876
8697
  }
8877
8698
  /**
8878
8699
  * The case of an personal inbox URI.
8879
- */ | {
8700
+ */
8701
+ | {
8880
8702
  readonly type: "inbox";
8881
8703
  readonly identifier: string;
8882
8704
  readonly handle: string;
8883
8705
  }
8884
8706
  /**
8885
8707
  * The case of an outbox collection URI.
8886
- */ | {
8708
+ */
8709
+ | {
8887
8710
  readonly type: "outbox";
8888
8711
  readonly identifier: string;
8889
8712
  readonly handle: string;
8890
8713
  }
8891
8714
  /**
8892
8715
  * The case of a following collection URI.
8893
- */ | {
8716
+ */
8717
+ | {
8894
8718
  readonly type: "following";
8895
8719
  readonly identifier: string;
8896
8720
  readonly handle: string;
8897
8721
  }
8898
8722
  /**
8899
8723
  * The case of a followers collection URI.
8900
- */ | {
8724
+ */
8725
+ | {
8901
8726
  readonly type: "followers";
8902
8727
  readonly identifier: string;
8903
8728
  readonly handle: string;
@@ -8905,7 +8730,8 @@ type ParseUriResult =
8905
8730
  /**
8906
8731
  * The case of a liked collection URI.
8907
8732
  * @since 0.11.0
8908
- */ | {
8733
+ */
8734
+ | {
8909
8735
  readonly type: "liked";
8910
8736
  readonly identifier: string;
8911
8737
  readonly handle: string;
@@ -8913,7 +8739,8 @@ type ParseUriResult =
8913
8739
  /**
8914
8740
  * The case of a featured collection URI.
8915
8741
  * @since 0.11.0
8916
- */ | {
8742
+ */
8743
+ | {
8917
8744
  readonly type: "featured";
8918
8745
  readonly identifier: string;
8919
8746
  readonly handle: string;
@@ -8921,7 +8748,8 @@ type ParseUriResult =
8921
8748
  /**
8922
8749
  * The case of a featured tags collection URI.
8923
8750
  * @since 0.11.0
8924
- */ | {
8751
+ */
8752
+ | {
8925
8753
  readonly type: "featuredTags";
8926
8754
  readonly identifier: string;
8927
8755
  readonly handle: string;
@@ -8929,7 +8757,8 @@ type ParseUriResult =
8929
8757
  /**
8930
8758
  * The case of a custom collection URI.
8931
8759
  * @since 1.8.0
8932
- */ | {
8760
+ */
8761
+ | {
8933
8762
  readonly type: "collection";
8934
8763
  readonly name: string | symbol;
8935
8764
  readonly class: ConstructorWithTypeId<Object$1>;
@@ -8939,7 +8768,8 @@ type ParseUriResult =
8939
8768
  /**
8940
8769
  * The case of a custom ordered collection URI.
8941
8770
  * @since 1.8.0
8942
- */ | {
8771
+ */
8772
+ | {
8943
8773
  readonly type: "orderedCollection";
8944
8774
  readonly name: string | symbol;
8945
8775
  readonly class: ConstructorWithTypeId<Object$1>;