@fedify/vocab 2.1.0-dev.536 → 2.1.0-dev.543

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 (138) hide show
  1. package/deno.json +1 -1
  2. package/dist/accept.yaml +1 -0
  3. package/dist/activity.yaml +1 -0
  4. package/dist/actor.test.js +2 -2
  5. package/dist/add.yaml +1 -0
  6. package/dist/announce.yaml +1 -0
  7. package/dist/announceauthorization.yaml +40 -0
  8. package/dist/announcerequest.yaml +24 -0
  9. package/dist/application.yaml +1 -0
  10. package/dist/arrive.yaml +1 -0
  11. package/dist/article.yaml +1 -0
  12. package/dist/audio.yaml +1 -0
  13. package/dist/block.yaml +1 -0
  14. package/dist/chatmessage.yaml +1 -0
  15. package/dist/collection.yaml +1 -0
  16. package/dist/collectionpage.yaml +1 -0
  17. package/dist/create.yaml +1 -0
  18. package/dist/delete.yaml +1 -0
  19. package/dist/{deno-DtLTceue.js → deno-D76TUHGu.js} +1 -1
  20. package/dist/dislike.yaml +1 -0
  21. package/dist/document.yaml +1 -0
  22. package/dist/emojireact.yaml +1 -0
  23. package/dist/event.yaml +1 -0
  24. package/dist/flag.yaml +1 -0
  25. package/dist/follow.yaml +1 -0
  26. package/dist/group.yaml +1 -0
  27. package/dist/ignore.yaml +1 -0
  28. package/dist/image.yaml +4 -1
  29. package/dist/interactionpolicy.yaml +54 -0
  30. package/dist/interactionrule.yaml +50 -0
  31. package/dist/intransitiveactivity.yaml +1 -0
  32. package/dist/invite.yaml +1 -0
  33. package/dist/join.yaml +1 -0
  34. package/dist/leave.yaml +1 -0
  35. package/dist/like.yaml +1 -0
  36. package/dist/likeauthorization.yaml +39 -0
  37. package/dist/likerequest.yaml +23 -0
  38. package/dist/listen.yaml +1 -0
  39. package/dist/lookup.test.js +2 -2
  40. package/dist/mod.cjs +3924 -405
  41. package/dist/mod.d.cts +2154 -1
  42. package/dist/mod.d.ts +2154 -1
  43. package/dist/mod.js +3917 -406
  44. package/dist/move.yaml +1 -0
  45. package/dist/note.yaml +1 -0
  46. package/dist/object.yaml +61 -0
  47. package/dist/offer.yaml +1 -0
  48. package/dist/orderedcollection.yaml +1 -0
  49. package/dist/orderedcollectionpage.yaml +1 -0
  50. package/dist/organization.yaml +1 -0
  51. package/dist/page.yaml +1 -0
  52. package/dist/person.yaml +1 -0
  53. package/dist/place.yaml +1 -0
  54. package/dist/profile.yaml +1 -0
  55. package/dist/question.yaml +1 -0
  56. package/dist/read.yaml +1 -0
  57. package/dist/reject.yaml +1 -0
  58. package/dist/relationship.yaml +1 -0
  59. package/dist/remove.yaml +1 -0
  60. package/dist/replyauthorization.yaml +39 -0
  61. package/dist/replyrequest.yaml +23 -0
  62. package/dist/service.yaml +1 -0
  63. package/dist/tentativeaccept.yaml +1 -0
  64. package/dist/tentativereject.yaml +1 -0
  65. package/dist/tombstone.yaml +1 -0
  66. package/dist/travel.yaml +1 -0
  67. package/dist/type.test.js +1 -1
  68. package/dist/undo.yaml +1 -0
  69. package/dist/update.yaml +1 -0
  70. package/dist/video.yaml +1 -0
  71. package/dist/view.yaml +1 -0
  72. package/dist/{vocab-DNa6QysH.js → vocab-BL0T9S6o.js} +3923 -404
  73. package/dist/vocab.test.js +13 -4
  74. package/package.json +4 -4
  75. package/src/__snapshots__/vocab.test.ts.snap +1756 -34
  76. package/src/accept.yaml +1 -0
  77. package/src/activity.yaml +1 -0
  78. package/src/add.yaml +1 -0
  79. package/src/announce.yaml +1 -0
  80. package/src/announceauthorization.yaml +40 -0
  81. package/src/announcerequest.yaml +24 -0
  82. package/src/application.yaml +1 -0
  83. package/src/arrive.yaml +1 -0
  84. package/src/article.yaml +1 -0
  85. package/src/audio.yaml +1 -0
  86. package/src/block.yaml +1 -0
  87. package/src/chatmessage.yaml +1 -0
  88. package/src/collection.yaml +1 -0
  89. package/src/collectionpage.yaml +1 -0
  90. package/src/create.yaml +1 -0
  91. package/src/delete.yaml +1 -0
  92. package/src/dislike.yaml +1 -0
  93. package/src/document.yaml +1 -0
  94. package/src/emojireact.yaml +1 -0
  95. package/src/event.yaml +1 -0
  96. package/src/flag.yaml +1 -0
  97. package/src/follow.yaml +1 -0
  98. package/src/group.yaml +1 -0
  99. package/src/ignore.yaml +1 -0
  100. package/src/image.yaml +4 -1
  101. package/src/interactionpolicy.yaml +54 -0
  102. package/src/interactionrule.yaml +50 -0
  103. package/src/intransitiveactivity.yaml +1 -0
  104. package/src/invite.yaml +1 -0
  105. package/src/join.yaml +1 -0
  106. package/src/leave.yaml +1 -0
  107. package/src/like.yaml +1 -0
  108. package/src/likeauthorization.yaml +39 -0
  109. package/src/likerequest.yaml +23 -0
  110. package/src/listen.yaml +1 -0
  111. package/src/move.yaml +1 -0
  112. package/src/note.yaml +1 -0
  113. package/src/object.yaml +61 -0
  114. package/src/offer.yaml +1 -0
  115. package/src/orderedcollection.yaml +1 -0
  116. package/src/orderedcollectionpage.yaml +1 -0
  117. package/src/organization.yaml +1 -0
  118. package/src/page.yaml +1 -0
  119. package/src/person.yaml +1 -0
  120. package/src/place.yaml +1 -0
  121. package/src/profile.yaml +1 -0
  122. package/src/question.yaml +1 -0
  123. package/src/read.yaml +1 -0
  124. package/src/reject.yaml +1 -0
  125. package/src/relationship.yaml +1 -0
  126. package/src/remove.yaml +1 -0
  127. package/src/replyauthorization.yaml +39 -0
  128. package/src/replyrequest.yaml +23 -0
  129. package/src/service.yaml +1 -0
  130. package/src/tentativeaccept.yaml +1 -0
  131. package/src/tentativereject.yaml +1 -0
  132. package/src/tombstone.yaml +1 -0
  133. package/src/travel.yaml +1 -0
  134. package/src/undo.yaml +1 -0
  135. package/src/update.yaml +1 -0
  136. package/src/video.yaml +1 -0
  137. package/src/view.yaml +1 -0
  138. package/src/vocab.test.ts +7 -1
@@ -34,12 +34,766 @@ snapshot[`Deno.inspect(Emoji) [auto] 1`] = `
34
34
  duration: PT1H,
35
35
  sensitive: true,
36
36
  source: Source {},
37
- proof: DataIntegrityProof {}
37
+ proof: DataIntegrityProof {},
38
+ interactionPolicy: InteractionPolicy {},
39
+ approvedBy: URL "https://example.com/",
40
+ likeAuthorization: LikeAuthorization {},
41
+ replyAuthorization: ReplyAuthorization {},
42
+ announceAuthorization: AnnounceAuthorization {}
43
+ }'
44
+ `;
45
+
46
+ snapshot[`Deno.inspect(Emoji) [auto] 2`] = `
47
+ 'Emoji {
48
+ id: URL "https://example.com/",
49
+ attachments: [ URL "https://example.com/" ],
50
+ attribution: URL "https://example.com/",
51
+ audience: URL "https://example.com/",
52
+ contents: [ "hello", <en> "hello" ],
53
+ contexts: [ URL "https://example.com/" ],
54
+ names: [ "hello", <en> "hello" ],
55
+ endTime: 2024-03-03T08:30:06.796196096Z,
56
+ generators: [ URL "https://example.com/" ],
57
+ icon: URL "https://example.com/",
58
+ image: URL "https://example.com/",
59
+ replyTarget: URL "https://example.com/",
60
+ location: URL "https://example.com/",
61
+ preview: URL "https://example.com/",
62
+ published: 2024-03-03T08:30:06.796196096Z,
63
+ replies: URL "https://example.com/",
64
+ shares: URL "https://example.com/",
65
+ likes: URL "https://example.com/",
66
+ emojiReactions: URL "https://example.com/",
67
+ startTime: 2024-03-03T08:30:06.796196096Z,
68
+ summaries: [ "hello", <en> "hello" ],
69
+ tags: [ URL "https://example.com/" ],
70
+ updated: 2024-03-03T08:30:06.796196096Z,
71
+ urls: [ URL "https://example.com/", Link {} ],
72
+ to: URL "https://example.com/",
73
+ bto: URL "https://example.com/",
74
+ cc: URL "https://example.com/",
75
+ bcc: URL "https://example.com/",
76
+ mediaType: "hello",
77
+ duration: PT1H,
78
+ sensitive: true,
79
+ source: Source {},
80
+ proof: URL "https://example.com/",
81
+ interactionPolicy: InteractionPolicy {},
82
+ approvedBy: URL "https://example.com/",
83
+ likeAuthorization: URL "https://example.com/",
84
+ replyAuthorization: URL "https://example.com/",
85
+ announceAuthorization: URL "https://example.com/"
86
+ }'
87
+ `;
88
+
89
+ snapshot[`Deno.inspect(Emoji) [auto] 3`] = `
90
+ 'Emoji {
91
+ id: URL "https://example.com/",
92
+ attachments: [ Object {}, Object {} ],
93
+ attributions: [ Application {}, Application {} ],
94
+ audiences: [ Object {}, Object {} ],
95
+ contents: [ "hello", "hello" ],
96
+ contexts: [ Object {}, Object {} ],
97
+ names: [ "hello", "hello" ],
98
+ endTime: 2024-03-03T08:30:06.796196096Z,
99
+ generators: [ Object {}, Object {} ],
100
+ icons: [ Image {}, Image {} ],
101
+ images: [ Image {}, Image {} ],
102
+ replyTargets: [ Object {}, Object {} ],
103
+ locations: [ Object {}, Object {} ],
104
+ previews: [ Link {}, Link {} ],
105
+ published: 2024-03-03T08:30:06.796196096Z,
106
+ replies: Collection {},
107
+ shares: Collection {},
108
+ likes: Collection {},
109
+ emojiReactions: Collection {},
110
+ startTime: 2024-03-03T08:30:06.796196096Z,
111
+ summaries: [ "hello", "hello" ],
112
+ tags: [ Object {}, Object {} ],
113
+ updated: 2024-03-03T08:30:06.796196096Z,
114
+ urls: [ URL "https://example.com/", URL "https://example.com/" ],
115
+ tos: [ Object {}, Object {} ],
116
+ btos: [ Object {}, Object {} ],
117
+ ccs: [ Object {}, Object {} ],
118
+ bccs: [ Object {}, Object {} ],
119
+ mediaType: "hello",
120
+ duration: PT1H,
121
+ sensitive: true,
122
+ source: Source {},
123
+ proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
124
+ interactionPolicy: InteractionPolicy {},
125
+ approvedBy: URL "https://example.com/",
126
+ likeAuthorization: LikeAuthorization {},
127
+ replyAuthorization: ReplyAuthorization {},
128
+ announceAuthorization: AnnounceAuthorization {}
129
+ }'
130
+ `;
131
+
132
+ snapshot[`Deno.inspect(ChatMessage) [auto] 1`] = `
133
+ 'ChatMessage {
134
+ id: URL "https://example.com/",
135
+ attachments: [ Object {}, Link {}, PropertyValue {} ],
136
+ attributions: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
137
+ audience: Object {},
138
+ contents: [ "hello", <en> "hello" ],
139
+ contexts: [ Object {}, Link {} ],
140
+ names: [ "hello", <en> "hello" ],
141
+ endTime: 2024-03-03T08:30:06.796196096Z,
142
+ generators: [ Object {}, Link {} ],
143
+ icon: Image {},
144
+ image: Image {},
145
+ replyTargets: [ Object {}, Link {} ],
146
+ locations: [ Object {}, Link {} ],
147
+ previews: [ Link {}, Object {} ],
148
+ published: 2024-03-03T08:30:06.796196096Z,
149
+ replies: Collection {},
150
+ shares: Collection {},
151
+ likes: Collection {},
152
+ emojiReactions: Collection {},
153
+ startTime: 2024-03-03T08:30:06.796196096Z,
154
+ summaries: [ "hello", <en> "hello" ],
155
+ tags: [ Object {}, Link {} ],
156
+ updated: 2024-03-03T08:30:06.796196096Z,
157
+ urls: [ URL "https://example.com/", Link {} ],
158
+ to: Object {},
159
+ bto: Object {},
160
+ cc: Object {},
161
+ bcc: Object {},
162
+ mediaType: "hello",
163
+ duration: PT1H,
164
+ sensitive: true,
165
+ source: Source {},
166
+ proof: DataIntegrityProof {},
167
+ interactionPolicy: InteractionPolicy {},
168
+ approvedBy: URL "https://example.com/",
169
+ likeAuthorization: LikeAuthorization {},
170
+ replyAuthorization: ReplyAuthorization {},
171
+ announceAuthorization: AnnounceAuthorization {},
172
+ quoteUrl: URL "https://fedify.dev/"
173
+ }'
174
+ `;
175
+
176
+ snapshot[`Deno.inspect(ChatMessage) [auto] 2`] = `
177
+ 'ChatMessage {
178
+ id: URL "https://example.com/",
179
+ attachments: [ URL "https://example.com/" ],
180
+ attribution: URL "https://example.com/",
181
+ audience: URL "https://example.com/",
182
+ contents: [ "hello", <en> "hello" ],
183
+ contexts: [ URL "https://example.com/" ],
184
+ names: [ "hello", <en> "hello" ],
185
+ endTime: 2024-03-03T08:30:06.796196096Z,
186
+ generators: [ URL "https://example.com/" ],
187
+ icon: URL "https://example.com/",
188
+ image: URL "https://example.com/",
189
+ replyTarget: URL "https://example.com/",
190
+ location: URL "https://example.com/",
191
+ preview: URL "https://example.com/",
192
+ published: 2024-03-03T08:30:06.796196096Z,
193
+ replies: URL "https://example.com/",
194
+ shares: URL "https://example.com/",
195
+ likes: URL "https://example.com/",
196
+ emojiReactions: URL "https://example.com/",
197
+ startTime: 2024-03-03T08:30:06.796196096Z,
198
+ summaries: [ "hello", <en> "hello" ],
199
+ tags: [ URL "https://example.com/" ],
200
+ updated: 2024-03-03T08:30:06.796196096Z,
201
+ urls: [ URL "https://example.com/", Link {} ],
202
+ to: URL "https://example.com/",
203
+ bto: URL "https://example.com/",
204
+ cc: URL "https://example.com/",
205
+ bcc: URL "https://example.com/",
206
+ mediaType: "hello",
207
+ duration: PT1H,
208
+ sensitive: true,
209
+ source: Source {},
210
+ proof: URL "https://example.com/",
211
+ interactionPolicy: InteractionPolicy {},
212
+ approvedBy: URL "https://example.com/",
213
+ likeAuthorization: URL "https://example.com/",
214
+ replyAuthorization: URL "https://example.com/",
215
+ announceAuthorization: URL "https://example.com/",
216
+ quoteUrl: URL "https://fedify.dev/"
217
+ }'
218
+ `;
219
+
220
+ snapshot[`Deno.inspect(ChatMessage) [auto] 3`] = `
221
+ 'ChatMessage {
222
+ id: URL "https://example.com/",
223
+ attachments: [ Object {}, Object {} ],
224
+ attributions: [ Application {}, Application {} ],
225
+ audiences: [ Object {}, Object {} ],
226
+ contents: [ "hello", "hello" ],
227
+ contexts: [ Object {}, Object {} ],
228
+ names: [ "hello", "hello" ],
229
+ endTime: 2024-03-03T08:30:06.796196096Z,
230
+ generators: [ Object {}, Object {} ],
231
+ icons: [ Image {}, Image {} ],
232
+ images: [ Image {}, Image {} ],
233
+ replyTargets: [ Object {}, Object {} ],
234
+ locations: [ Object {}, Object {} ],
235
+ previews: [ Link {}, Link {} ],
236
+ published: 2024-03-03T08:30:06.796196096Z,
237
+ replies: Collection {},
238
+ shares: Collection {},
239
+ likes: Collection {},
240
+ emojiReactions: Collection {},
241
+ startTime: 2024-03-03T08:30:06.796196096Z,
242
+ summaries: [ "hello", "hello" ],
243
+ tags: [ Object {}, Object {} ],
244
+ updated: 2024-03-03T08:30:06.796196096Z,
245
+ urls: [ URL "https://example.com/", URL "https://example.com/" ],
246
+ tos: [ Object {}, Object {} ],
247
+ btos: [ Object {}, Object {} ],
248
+ ccs: [ Object {}, Object {} ],
249
+ bccs: [ Object {}, Object {} ],
250
+ mediaType: "hello",
251
+ duration: PT1H,
252
+ sensitive: true,
253
+ source: Source {},
254
+ proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
255
+ interactionPolicy: InteractionPolicy {},
256
+ approvedBy: URL "https://example.com/",
257
+ likeAuthorization: LikeAuthorization {},
258
+ replyAuthorization: ReplyAuthorization {},
259
+ announceAuthorization: AnnounceAuthorization {},
260
+ quoteUrl: URL "https://fedify.dev/"
261
+ }'
262
+ `;
263
+
264
+ snapshot[`Deno.inspect(EmojiReact) [auto] 1`] = `
265
+ 'EmojiReact {
266
+ id: URL "https://example.com/",
267
+ attachments: [ Object {}, Link {}, PropertyValue {} ],
268
+ attributions: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
269
+ audience: Object {},
270
+ contents: [ "hello", <en> "hello" ],
271
+ contexts: [ Object {}, Link {} ],
272
+ names: [ "hello", <en> "hello" ],
273
+ endTime: 2024-03-03T08:30:06.796196096Z,
274
+ generators: [ Object {}, Link {} ],
275
+ icon: Image {},
276
+ image: Image {},
277
+ replyTargets: [ Object {}, Link {} ],
278
+ locations: [ Object {}, Link {} ],
279
+ previews: [ Link {}, Object {} ],
280
+ published: 2024-03-03T08:30:06.796196096Z,
281
+ replies: Collection {},
282
+ shares: Collection {},
283
+ likes: Collection {},
284
+ emojiReactions: Collection {},
285
+ startTime: 2024-03-03T08:30:06.796196096Z,
286
+ summaries: [ "hello", <en> "hello" ],
287
+ tags: [ Object {}, Link {} ],
288
+ updated: 2024-03-03T08:30:06.796196096Z,
289
+ urls: [ URL "https://example.com/", Link {} ],
290
+ to: Object {},
291
+ bto: Object {},
292
+ cc: Object {},
293
+ bcc: Object {},
294
+ mediaType: "hello",
295
+ duration: PT1H,
296
+ sensitive: true,
297
+ source: Source {},
298
+ proof: DataIntegrityProof {},
299
+ interactionPolicy: InteractionPolicy {},
300
+ approvedBy: URL "https://example.com/",
301
+ likeAuthorization: LikeAuthorization {},
302
+ replyAuthorization: ReplyAuthorization {},
303
+ announceAuthorization: AnnounceAuthorization {},
304
+ actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
305
+ object: Object {},
306
+ target: Object {},
307
+ result: Object {},
308
+ origin: Object {},
309
+ instrument: Object {}
310
+ }'
311
+ `;
312
+
313
+ snapshot[`Deno.inspect(EmojiReact) [auto] 2`] = `
314
+ 'EmojiReact {
315
+ id: URL "https://example.com/",
316
+ attachments: [ URL "https://example.com/" ],
317
+ attribution: URL "https://example.com/",
318
+ audience: URL "https://example.com/",
319
+ contents: [ "hello", <en> "hello" ],
320
+ contexts: [ URL "https://example.com/" ],
321
+ names: [ "hello", <en> "hello" ],
322
+ endTime: 2024-03-03T08:30:06.796196096Z,
323
+ generators: [ URL "https://example.com/" ],
324
+ icon: URL "https://example.com/",
325
+ image: URL "https://example.com/",
326
+ replyTarget: URL "https://example.com/",
327
+ location: URL "https://example.com/",
328
+ preview: URL "https://example.com/",
329
+ published: 2024-03-03T08:30:06.796196096Z,
330
+ replies: URL "https://example.com/",
331
+ shares: URL "https://example.com/",
332
+ likes: URL "https://example.com/",
333
+ emojiReactions: URL "https://example.com/",
334
+ startTime: 2024-03-03T08:30:06.796196096Z,
335
+ summaries: [ "hello", <en> "hello" ],
336
+ tags: [ URL "https://example.com/" ],
337
+ updated: 2024-03-03T08:30:06.796196096Z,
338
+ urls: [ URL "https://example.com/", Link {} ],
339
+ to: URL "https://example.com/",
340
+ bto: URL "https://example.com/",
341
+ cc: URL "https://example.com/",
342
+ bcc: URL "https://example.com/",
343
+ mediaType: "hello",
344
+ duration: PT1H,
345
+ sensitive: true,
346
+ source: Source {},
347
+ proof: URL "https://example.com/",
348
+ interactionPolicy: InteractionPolicy {},
349
+ approvedBy: URL "https://example.com/",
350
+ likeAuthorization: URL "https://example.com/",
351
+ replyAuthorization: URL "https://example.com/",
352
+ announceAuthorization: URL "https://example.com/",
353
+ actor: URL "https://example.com/",
354
+ object: URL "https://example.com/",
355
+ target: URL "https://example.com/",
356
+ result: URL "https://example.com/",
357
+ origin: URL "https://example.com/",
358
+ instrument: URL "https://example.com/"
359
+ }'
360
+ `;
361
+
362
+ snapshot[`Deno.inspect(EmojiReact) [auto] 3`] = `
363
+ 'EmojiReact {
364
+ id: URL "https://example.com/",
365
+ attachments: [ Object {}, Object {} ],
366
+ attributions: [ Application {}, Application {} ],
367
+ audiences: [ Object {}, Object {} ],
368
+ contents: [ "hello", "hello" ],
369
+ contexts: [ Object {}, Object {} ],
370
+ names: [ "hello", "hello" ],
371
+ endTime: 2024-03-03T08:30:06.796196096Z,
372
+ generators: [ Object {}, Object {} ],
373
+ icons: [ Image {}, Image {} ],
374
+ images: [ Image {}, Image {} ],
375
+ replyTargets: [ Object {}, Object {} ],
376
+ locations: [ Object {}, Object {} ],
377
+ previews: [ Link {}, Link {} ],
378
+ published: 2024-03-03T08:30:06.796196096Z,
379
+ replies: Collection {},
380
+ shares: Collection {},
381
+ likes: Collection {},
382
+ emojiReactions: Collection {},
383
+ startTime: 2024-03-03T08:30:06.796196096Z,
384
+ summaries: [ "hello", "hello" ],
385
+ tags: [ Object {}, Object {} ],
386
+ updated: 2024-03-03T08:30:06.796196096Z,
387
+ urls: [ URL "https://example.com/", URL "https://example.com/" ],
388
+ tos: [ Object {}, Object {} ],
389
+ btos: [ Object {}, Object {} ],
390
+ ccs: [ Object {}, Object {} ],
391
+ bccs: [ Object {}, Object {} ],
392
+ mediaType: "hello",
393
+ duration: PT1H,
394
+ sensitive: true,
395
+ source: Source {},
396
+ proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
397
+ interactionPolicy: InteractionPolicy {},
398
+ approvedBy: URL "https://example.com/",
399
+ likeAuthorization: LikeAuthorization {},
400
+ replyAuthorization: ReplyAuthorization {},
401
+ announceAuthorization: AnnounceAuthorization {},
402
+ actors: [ Application {}, Application {} ],
403
+ objects: [ Object {}, Object {} ],
404
+ targets: [ Object {}, Object {} ],
405
+ results: [ Object {}, Object {} ],
406
+ origins: [ Object {}, Object {} ],
407
+ instruments: [ Object {}, Object {} ]
408
+ }'
409
+ `;
410
+
411
+ snapshot[`Deno.inspect(PropertyValue) [auto] 1`] = `'PropertyValue { id: URL "https://example.com/", name: "hello", value: "hello" }'`;
412
+
413
+ snapshot[`Deno.inspect(PropertyValue) [auto] 2`] = `'PropertyValue { id: URL "https://example.com/", name: "hello", value: "hello" }'`;
414
+
415
+ snapshot[`Deno.inspect(PropertyValue) [auto] 3`] = `'PropertyValue { id: URL "https://example.com/", name: "hello", value: "hello" }'`;
416
+
417
+ snapshot[`Deno.inspect(AnnounceAuthorization) [auto] 1`] = `
418
+ 'AnnounceAuthorization {
419
+ id: URL "https://example.com/",
420
+ attachments: [ Object {}, Link {}, PropertyValue {} ],
421
+ attributions: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
422
+ audience: Object {},
423
+ contents: [ "hello", <en> "hello" ],
424
+ contexts: [ Object {}, Link {} ],
425
+ names: [ "hello", <en> "hello" ],
426
+ endTime: 2024-03-03T08:30:06.796196096Z,
427
+ generators: [ Object {}, Link {} ],
428
+ icon: Image {},
429
+ image: Image {},
430
+ replyTargets: [ Object {}, Link {} ],
431
+ locations: [ Object {}, Link {} ],
432
+ previews: [ Link {}, Object {} ],
433
+ published: 2024-03-03T08:30:06.796196096Z,
434
+ replies: Collection {},
435
+ shares: Collection {},
436
+ likes: Collection {},
437
+ emojiReactions: Collection {},
438
+ startTime: 2024-03-03T08:30:06.796196096Z,
439
+ summaries: [ "hello", <en> "hello" ],
440
+ tags: [ Object {}, Link {} ],
441
+ updated: 2024-03-03T08:30:06.796196096Z,
442
+ urls: [ URL "https://example.com/", Link {} ],
443
+ to: Object {},
444
+ bto: Object {},
445
+ cc: Object {},
446
+ bcc: Object {},
447
+ mediaType: "hello",
448
+ duration: PT1H,
449
+ sensitive: true,
450
+ source: Source {},
451
+ proof: DataIntegrityProof {},
452
+ interactionPolicy: InteractionPolicy {},
453
+ approvedBy: URL "https://example.com/",
454
+ likeAuthorization: LikeAuthorization {},
455
+ replyAuthorization: ReplyAuthorization {},
456
+ announceAuthorization: AnnounceAuthorization {},
457
+ interactingObject: Object {},
458
+ interactionTarget: Object {}
459
+ }'
460
+ `;
461
+
462
+ snapshot[`Deno.inspect(AnnounceAuthorization) [auto] 2`] = `
463
+ 'AnnounceAuthorization {
464
+ id: URL "https://example.com/",
465
+ attachments: [ URL "https://example.com/" ],
466
+ attribution: URL "https://example.com/",
467
+ audience: URL "https://example.com/",
468
+ contents: [ "hello", <en> "hello" ],
469
+ contexts: [ URL "https://example.com/" ],
470
+ names: [ "hello", <en> "hello" ],
471
+ endTime: 2024-03-03T08:30:06.796196096Z,
472
+ generators: [ URL "https://example.com/" ],
473
+ icon: URL "https://example.com/",
474
+ image: URL "https://example.com/",
475
+ replyTarget: URL "https://example.com/",
476
+ location: URL "https://example.com/",
477
+ preview: URL "https://example.com/",
478
+ published: 2024-03-03T08:30:06.796196096Z,
479
+ replies: URL "https://example.com/",
480
+ shares: URL "https://example.com/",
481
+ likes: URL "https://example.com/",
482
+ emojiReactions: URL "https://example.com/",
483
+ startTime: 2024-03-03T08:30:06.796196096Z,
484
+ summaries: [ "hello", <en> "hello" ],
485
+ tags: [ URL "https://example.com/" ],
486
+ updated: 2024-03-03T08:30:06.796196096Z,
487
+ urls: [ URL "https://example.com/", Link {} ],
488
+ to: URL "https://example.com/",
489
+ bto: URL "https://example.com/",
490
+ cc: URL "https://example.com/",
491
+ bcc: URL "https://example.com/",
492
+ mediaType: "hello",
493
+ duration: PT1H,
494
+ sensitive: true,
495
+ source: Source {},
496
+ proof: URL "https://example.com/",
497
+ interactionPolicy: InteractionPolicy {},
498
+ approvedBy: URL "https://example.com/",
499
+ likeAuthorization: URL "https://example.com/",
500
+ replyAuthorization: URL "https://example.com/",
501
+ announceAuthorization: URL "https://example.com/",
502
+ interactingObject: URL "https://example.com/",
503
+ interactionTarget: URL "https://example.com/"
504
+ }'
505
+ `;
506
+
507
+ snapshot[`Deno.inspect(AnnounceAuthorization) [auto] 3`] = `
508
+ 'AnnounceAuthorization {
509
+ id: URL "https://example.com/",
510
+ attachments: [ Object {}, Object {} ],
511
+ attributions: [ Application {}, Application {} ],
512
+ audiences: [ Object {}, Object {} ],
513
+ contents: [ "hello", "hello" ],
514
+ contexts: [ Object {}, Object {} ],
515
+ names: [ "hello", "hello" ],
516
+ endTime: 2024-03-03T08:30:06.796196096Z,
517
+ generators: [ Object {}, Object {} ],
518
+ icons: [ Image {}, Image {} ],
519
+ images: [ Image {}, Image {} ],
520
+ replyTargets: [ Object {}, Object {} ],
521
+ locations: [ Object {}, Object {} ],
522
+ previews: [ Link {}, Link {} ],
523
+ published: 2024-03-03T08:30:06.796196096Z,
524
+ replies: Collection {},
525
+ shares: Collection {},
526
+ likes: Collection {},
527
+ emojiReactions: Collection {},
528
+ startTime: 2024-03-03T08:30:06.796196096Z,
529
+ summaries: [ "hello", "hello" ],
530
+ tags: [ Object {}, Object {} ],
531
+ updated: 2024-03-03T08:30:06.796196096Z,
532
+ urls: [ URL "https://example.com/", URL "https://example.com/" ],
533
+ tos: [ Object {}, Object {} ],
534
+ btos: [ Object {}, Object {} ],
535
+ ccs: [ Object {}, Object {} ],
536
+ bccs: [ Object {}, Object {} ],
537
+ mediaType: "hello",
538
+ duration: PT1H,
539
+ sensitive: true,
540
+ source: Source {},
541
+ proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
542
+ interactionPolicy: InteractionPolicy {},
543
+ approvedBy: URL "https://example.com/",
544
+ likeAuthorization: LikeAuthorization {},
545
+ replyAuthorization: ReplyAuthorization {},
546
+ announceAuthorization: AnnounceAuthorization {},
547
+ interactingObject: Object {},
548
+ interactionTarget: Object {}
549
+ }'
550
+ `;
551
+
552
+ snapshot[`Deno.inspect(AnnounceRequest) [auto] 1`] = `
553
+ 'AnnounceRequest {
554
+ id: URL "https://example.com/",
555
+ attachments: [ Object {}, Link {}, PropertyValue {} ],
556
+ attributions: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
557
+ audience: Object {},
558
+ contents: [ "hello", <en> "hello" ],
559
+ contexts: [ Object {}, Link {} ],
560
+ names: [ "hello", <en> "hello" ],
561
+ endTime: 2024-03-03T08:30:06.796196096Z,
562
+ generators: [ Object {}, Link {} ],
563
+ icon: Image {},
564
+ image: Image {},
565
+ replyTargets: [ Object {}, Link {} ],
566
+ locations: [ Object {}, Link {} ],
567
+ previews: [ Link {}, Object {} ],
568
+ published: 2024-03-03T08:30:06.796196096Z,
569
+ replies: Collection {},
570
+ shares: Collection {},
571
+ likes: Collection {},
572
+ emojiReactions: Collection {},
573
+ startTime: 2024-03-03T08:30:06.796196096Z,
574
+ summaries: [ "hello", <en> "hello" ],
575
+ tags: [ Object {}, Link {} ],
576
+ updated: 2024-03-03T08:30:06.796196096Z,
577
+ urls: [ URL "https://example.com/", Link {} ],
578
+ to: Object {},
579
+ bto: Object {},
580
+ cc: Object {},
581
+ bcc: Object {},
582
+ mediaType: "hello",
583
+ duration: PT1H,
584
+ sensitive: true,
585
+ source: Source {},
586
+ proof: DataIntegrityProof {},
587
+ interactionPolicy: InteractionPolicy {},
588
+ approvedBy: URL "https://example.com/",
589
+ likeAuthorization: LikeAuthorization {},
590
+ replyAuthorization: ReplyAuthorization {},
591
+ announceAuthorization: AnnounceAuthorization {},
592
+ actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
593
+ object: Object {},
594
+ target: Object {},
595
+ result: Object {},
596
+ origin: Object {},
597
+ instrument: Object {}
598
+ }'
599
+ `;
600
+
601
+ snapshot[`Deno.inspect(AnnounceRequest) [auto] 2`] = `
602
+ 'AnnounceRequest {
603
+ id: URL "https://example.com/",
604
+ attachments: [ URL "https://example.com/" ],
605
+ attribution: URL "https://example.com/",
606
+ audience: URL "https://example.com/",
607
+ contents: [ "hello", <en> "hello" ],
608
+ contexts: [ URL "https://example.com/" ],
609
+ names: [ "hello", <en> "hello" ],
610
+ endTime: 2024-03-03T08:30:06.796196096Z,
611
+ generators: [ URL "https://example.com/" ],
612
+ icon: URL "https://example.com/",
613
+ image: URL "https://example.com/",
614
+ replyTarget: URL "https://example.com/",
615
+ location: URL "https://example.com/",
616
+ preview: URL "https://example.com/",
617
+ published: 2024-03-03T08:30:06.796196096Z,
618
+ replies: URL "https://example.com/",
619
+ shares: URL "https://example.com/",
620
+ likes: URL "https://example.com/",
621
+ emojiReactions: URL "https://example.com/",
622
+ startTime: 2024-03-03T08:30:06.796196096Z,
623
+ summaries: [ "hello", <en> "hello" ],
624
+ tags: [ URL "https://example.com/" ],
625
+ updated: 2024-03-03T08:30:06.796196096Z,
626
+ urls: [ URL "https://example.com/", Link {} ],
627
+ to: URL "https://example.com/",
628
+ bto: URL "https://example.com/",
629
+ cc: URL "https://example.com/",
630
+ bcc: URL "https://example.com/",
631
+ mediaType: "hello",
632
+ duration: PT1H,
633
+ sensitive: true,
634
+ source: Source {},
635
+ proof: URL "https://example.com/",
636
+ interactionPolicy: InteractionPolicy {},
637
+ approvedBy: URL "https://example.com/",
638
+ likeAuthorization: URL "https://example.com/",
639
+ replyAuthorization: URL "https://example.com/",
640
+ announceAuthorization: URL "https://example.com/",
641
+ actor: URL "https://example.com/",
642
+ object: URL "https://example.com/",
643
+ target: URL "https://example.com/",
644
+ result: URL "https://example.com/",
645
+ origin: URL "https://example.com/",
646
+ instrument: URL "https://example.com/"
647
+ }'
648
+ `;
649
+
650
+ snapshot[`Deno.inspect(AnnounceRequest) [auto] 3`] = `
651
+ 'AnnounceRequest {
652
+ id: URL "https://example.com/",
653
+ attachments: [ Object {}, Object {} ],
654
+ attributions: [ Application {}, Application {} ],
655
+ audiences: [ Object {}, Object {} ],
656
+ contents: [ "hello", "hello" ],
657
+ contexts: [ Object {}, Object {} ],
658
+ names: [ "hello", "hello" ],
659
+ endTime: 2024-03-03T08:30:06.796196096Z,
660
+ generators: [ Object {}, Object {} ],
661
+ icons: [ Image {}, Image {} ],
662
+ images: [ Image {}, Image {} ],
663
+ replyTargets: [ Object {}, Object {} ],
664
+ locations: [ Object {}, Object {} ],
665
+ previews: [ Link {}, Link {} ],
666
+ published: 2024-03-03T08:30:06.796196096Z,
667
+ replies: Collection {},
668
+ shares: Collection {},
669
+ likes: Collection {},
670
+ emojiReactions: Collection {},
671
+ startTime: 2024-03-03T08:30:06.796196096Z,
672
+ summaries: [ "hello", "hello" ],
673
+ tags: [ Object {}, Object {} ],
674
+ updated: 2024-03-03T08:30:06.796196096Z,
675
+ urls: [ URL "https://example.com/", URL "https://example.com/" ],
676
+ tos: [ Object {}, Object {} ],
677
+ btos: [ Object {}, Object {} ],
678
+ ccs: [ Object {}, Object {} ],
679
+ bccs: [ Object {}, Object {} ],
680
+ mediaType: "hello",
681
+ duration: PT1H,
682
+ sensitive: true,
683
+ source: Source {},
684
+ proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
685
+ interactionPolicy: InteractionPolicy {},
686
+ approvedBy: URL "https://example.com/",
687
+ likeAuthorization: LikeAuthorization {},
688
+ replyAuthorization: ReplyAuthorization {},
689
+ announceAuthorization: AnnounceAuthorization {},
690
+ actors: [ Application {}, Application {} ],
691
+ objects: [ Object {}, Object {} ],
692
+ targets: [ Object {}, Object {} ],
693
+ results: [ Object {}, Object {} ],
694
+ origins: [ Object {}, Object {} ],
695
+ instruments: [ Object {}, Object {} ]
38
696
  }'
39
697
  `;
40
698
 
41
- snapshot[`Deno.inspect(Emoji) [auto] 2`] = `
42
- 'Emoji {
699
+ snapshot[`Deno.inspect(InteractionPolicy) [auto] 1`] = `
700
+ 'InteractionPolicy {
701
+ id: URL "https://example.com/",
702
+ canLike: InteractionRule {},
703
+ canReply: InteractionRule {},
704
+ canAnnounce: InteractionRule {}
705
+ }'
706
+ `;
707
+
708
+ snapshot[`Deno.inspect(InteractionPolicy) [auto] 2`] = `
709
+ 'InteractionPolicy {
710
+ id: URL "https://example.com/",
711
+ canLike: InteractionRule {},
712
+ canReply: InteractionRule {},
713
+ canAnnounce: InteractionRule {}
714
+ }'
715
+ `;
716
+
717
+ snapshot[`Deno.inspect(InteractionPolicy) [auto] 3`] = `
718
+ 'InteractionPolicy {
719
+ id: URL "https://example.com/",
720
+ canLike: InteractionRule {},
721
+ canReply: InteractionRule {},
722
+ canAnnounce: InteractionRule {}
723
+ }'
724
+ `;
725
+
726
+ snapshot[`Deno.inspect(InteractionRule) [auto] 1`] = `
727
+ 'InteractionRule {
728
+ id: URL "https://example.com/",
729
+ automaticApproval: URL "https://example.com/",
730
+ manualApproval: URL "https://example.com/"
731
+ }'
732
+ `;
733
+
734
+ snapshot[`Deno.inspect(InteractionRule) [auto] 2`] = `
735
+ 'InteractionRule {
736
+ id: URL "https://example.com/",
737
+ automaticApproval: URL "https://example.com/",
738
+ manualApproval: URL "https://example.com/"
739
+ }'
740
+ `;
741
+
742
+ snapshot[`Deno.inspect(InteractionRule) [auto] 3`] = `
743
+ 'InteractionRule {
744
+ id: URL "https://example.com/",
745
+ automaticApprovals: [ URL "https://example.com/", URL "https://example.com/" ],
746
+ manualApprovals: [ URL "https://example.com/", URL "https://example.com/" ]
747
+ }'
748
+ `;
749
+
750
+ snapshot[`Deno.inspect(LikeAuthorization) [auto] 1`] = `
751
+ 'LikeAuthorization {
752
+ id: URL "https://example.com/",
753
+ attachments: [ Object {}, Link {}, PropertyValue {} ],
754
+ attributions: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
755
+ audience: Object {},
756
+ contents: [ "hello", <en> "hello" ],
757
+ contexts: [ Object {}, Link {} ],
758
+ names: [ "hello", <en> "hello" ],
759
+ endTime: 2024-03-03T08:30:06.796196096Z,
760
+ generators: [ Object {}, Link {} ],
761
+ icon: Image {},
762
+ image: Image {},
763
+ replyTargets: [ Object {}, Link {} ],
764
+ locations: [ Object {}, Link {} ],
765
+ previews: [ Link {}, Object {} ],
766
+ published: 2024-03-03T08:30:06.796196096Z,
767
+ replies: Collection {},
768
+ shares: Collection {},
769
+ likes: Collection {},
770
+ emojiReactions: Collection {},
771
+ startTime: 2024-03-03T08:30:06.796196096Z,
772
+ summaries: [ "hello", <en> "hello" ],
773
+ tags: [ Object {}, Link {} ],
774
+ updated: 2024-03-03T08:30:06.796196096Z,
775
+ urls: [ URL "https://example.com/", Link {} ],
776
+ to: Object {},
777
+ bto: Object {},
778
+ cc: Object {},
779
+ bcc: Object {},
780
+ mediaType: "hello",
781
+ duration: PT1H,
782
+ sensitive: true,
783
+ source: Source {},
784
+ proof: DataIntegrityProof {},
785
+ interactionPolicy: InteractionPolicy {},
786
+ approvedBy: URL "https://example.com/",
787
+ likeAuthorization: LikeAuthorization {},
788
+ replyAuthorization: ReplyAuthorization {},
789
+ announceAuthorization: AnnounceAuthorization {},
790
+ interactingObject: Object {},
791
+ interactionTarget: Object {}
792
+ }'
793
+ `;
794
+
795
+ snapshot[`Deno.inspect(LikeAuthorization) [auto] 2`] = `
796
+ 'LikeAuthorization {
43
797
  id: URL "https://example.com/",
44
798
  attachments: [ URL "https://example.com/" ],
45
799
  attribution: URL "https://example.com/",
@@ -72,12 +826,19 @@ snapshot[`Deno.inspect(Emoji) [auto] 2`] = `
72
826
  duration: PT1H,
73
827
  sensitive: true,
74
828
  source: Source {},
75
- proof: URL "https://example.com/"
829
+ proof: URL "https://example.com/",
830
+ interactionPolicy: InteractionPolicy {},
831
+ approvedBy: URL "https://example.com/",
832
+ likeAuthorization: URL "https://example.com/",
833
+ replyAuthorization: URL "https://example.com/",
834
+ announceAuthorization: URL "https://example.com/",
835
+ interactingObject: URL "https://example.com/",
836
+ interactionTarget: URL "https://example.com/"
76
837
  }'
77
838
  `;
78
839
 
79
- snapshot[`Deno.inspect(Emoji) [auto] 3`] = `
80
- 'Emoji {
840
+ snapshot[`Deno.inspect(LikeAuthorization) [auto] 3`] = `
841
+ 'LikeAuthorization {
81
842
  id: URL "https://example.com/",
82
843
  attachments: [ Object {}, Object {} ],
83
844
  attributions: [ Application {}, Application {} ],
@@ -110,12 +871,19 @@ snapshot[`Deno.inspect(Emoji) [auto] 3`] = `
110
871
  duration: PT1H,
111
872
  sensitive: true,
112
873
  source: Source {},
113
- proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ]
874
+ proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
875
+ interactionPolicy: InteractionPolicy {},
876
+ approvedBy: URL "https://example.com/",
877
+ likeAuthorization: LikeAuthorization {},
878
+ replyAuthorization: ReplyAuthorization {},
879
+ announceAuthorization: AnnounceAuthorization {},
880
+ interactingObject: Object {},
881
+ interactionTarget: Object {}
114
882
  }'
115
883
  `;
116
884
 
117
- snapshot[`Deno.inspect(ChatMessage) [auto] 1`] = `
118
- 'ChatMessage {
885
+ snapshot[`Deno.inspect(LikeRequest) [auto] 1`] = `
886
+ 'LikeRequest {
119
887
  id: URL "https://example.com/",
120
888
  attachments: [ Object {}, Link {}, PropertyValue {} ],
121
889
  attributions: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
@@ -149,12 +917,22 @@ snapshot[`Deno.inspect(ChatMessage) [auto] 1`] = `
149
917
  sensitive: true,
150
918
  source: Source {},
151
919
  proof: DataIntegrityProof {},
152
- quoteUrl: URL "https://fedify.dev/"
920
+ interactionPolicy: InteractionPolicy {},
921
+ approvedBy: URL "https://example.com/",
922
+ likeAuthorization: LikeAuthorization {},
923
+ replyAuthorization: ReplyAuthorization {},
924
+ announceAuthorization: AnnounceAuthorization {},
925
+ actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
926
+ object: Object {},
927
+ target: Object {},
928
+ result: Object {},
929
+ origin: Object {},
930
+ instrument: Object {}
153
931
  }'
154
932
  `;
155
933
 
156
- snapshot[`Deno.inspect(ChatMessage) [auto] 2`] = `
157
- 'ChatMessage {
934
+ snapshot[`Deno.inspect(LikeRequest) [auto] 2`] = `
935
+ 'LikeRequest {
158
936
  id: URL "https://example.com/",
159
937
  attachments: [ URL "https://example.com/" ],
160
938
  attribution: URL "https://example.com/",
@@ -188,12 +966,22 @@ snapshot[`Deno.inspect(ChatMessage) [auto] 2`] = `
188
966
  sensitive: true,
189
967
  source: Source {},
190
968
  proof: URL "https://example.com/",
191
- quoteUrl: URL "https://fedify.dev/"
969
+ interactionPolicy: InteractionPolicy {},
970
+ approvedBy: URL "https://example.com/",
971
+ likeAuthorization: URL "https://example.com/",
972
+ replyAuthorization: URL "https://example.com/",
973
+ announceAuthorization: URL "https://example.com/",
974
+ actor: URL "https://example.com/",
975
+ object: URL "https://example.com/",
976
+ target: URL "https://example.com/",
977
+ result: URL "https://example.com/",
978
+ origin: URL "https://example.com/",
979
+ instrument: URL "https://example.com/"
192
980
  }'
193
981
  `;
194
982
 
195
- snapshot[`Deno.inspect(ChatMessage) [auto] 3`] = `
196
- 'ChatMessage {
983
+ snapshot[`Deno.inspect(LikeRequest) [auto] 3`] = `
984
+ 'LikeRequest {
197
985
  id: URL "https://example.com/",
198
986
  attachments: [ Object {}, Object {} ],
199
987
  attributions: [ Application {}, Application {} ],
@@ -227,12 +1015,157 @@ snapshot[`Deno.inspect(ChatMessage) [auto] 3`] = `
227
1015
  sensitive: true,
228
1016
  source: Source {},
229
1017
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
230
- quoteUrl: URL "https://fedify.dev/"
1018
+ interactionPolicy: InteractionPolicy {},
1019
+ approvedBy: URL "https://example.com/",
1020
+ likeAuthorization: LikeAuthorization {},
1021
+ replyAuthorization: ReplyAuthorization {},
1022
+ announceAuthorization: AnnounceAuthorization {},
1023
+ actors: [ Application {}, Application {} ],
1024
+ objects: [ Object {}, Object {} ],
1025
+ targets: [ Object {}, Object {} ],
1026
+ results: [ Object {}, Object {} ],
1027
+ origins: [ Object {}, Object {} ],
1028
+ instruments: [ Object {}, Object {} ]
231
1029
  }'
232
1030
  `;
233
1031
 
234
- snapshot[`Deno.inspect(EmojiReact) [auto] 1`] = `
235
- 'EmojiReact {
1032
+ snapshot[`Deno.inspect(ReplyAuthorization) [auto] 1`] = `
1033
+ 'ReplyAuthorization {
1034
+ id: URL "https://example.com/",
1035
+ attachments: [ Object {}, Link {}, PropertyValue {} ],
1036
+ attributions: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
1037
+ audience: Object {},
1038
+ contents: [ "hello", <en> "hello" ],
1039
+ contexts: [ Object {}, Link {} ],
1040
+ names: [ "hello", <en> "hello" ],
1041
+ endTime: 2024-03-03T08:30:06.796196096Z,
1042
+ generators: [ Object {}, Link {} ],
1043
+ icon: Image {},
1044
+ image: Image {},
1045
+ replyTargets: [ Object {}, Link {} ],
1046
+ locations: [ Object {}, Link {} ],
1047
+ previews: [ Link {}, Object {} ],
1048
+ published: 2024-03-03T08:30:06.796196096Z,
1049
+ replies: Collection {},
1050
+ shares: Collection {},
1051
+ likes: Collection {},
1052
+ emojiReactions: Collection {},
1053
+ startTime: 2024-03-03T08:30:06.796196096Z,
1054
+ summaries: [ "hello", <en> "hello" ],
1055
+ tags: [ Object {}, Link {} ],
1056
+ updated: 2024-03-03T08:30:06.796196096Z,
1057
+ urls: [ URL "https://example.com/", Link {} ],
1058
+ to: Object {},
1059
+ bto: Object {},
1060
+ cc: Object {},
1061
+ bcc: Object {},
1062
+ mediaType: "hello",
1063
+ duration: PT1H,
1064
+ sensitive: true,
1065
+ source: Source {},
1066
+ proof: DataIntegrityProof {},
1067
+ interactionPolicy: InteractionPolicy {},
1068
+ approvedBy: URL "https://example.com/",
1069
+ likeAuthorization: LikeAuthorization {},
1070
+ replyAuthorization: ReplyAuthorization {},
1071
+ announceAuthorization: AnnounceAuthorization {},
1072
+ interactingObject: Object {},
1073
+ interactionTarget: Object {}
1074
+ }'
1075
+ `;
1076
+
1077
+ snapshot[`Deno.inspect(ReplyAuthorization) [auto] 2`] = `
1078
+ 'ReplyAuthorization {
1079
+ id: URL "https://example.com/",
1080
+ attachments: [ URL "https://example.com/" ],
1081
+ attribution: URL "https://example.com/",
1082
+ audience: URL "https://example.com/",
1083
+ contents: [ "hello", <en> "hello" ],
1084
+ contexts: [ URL "https://example.com/" ],
1085
+ names: [ "hello", <en> "hello" ],
1086
+ endTime: 2024-03-03T08:30:06.796196096Z,
1087
+ generators: [ URL "https://example.com/" ],
1088
+ icon: URL "https://example.com/",
1089
+ image: URL "https://example.com/",
1090
+ replyTarget: URL "https://example.com/",
1091
+ location: URL "https://example.com/",
1092
+ preview: URL "https://example.com/",
1093
+ published: 2024-03-03T08:30:06.796196096Z,
1094
+ replies: URL "https://example.com/",
1095
+ shares: URL "https://example.com/",
1096
+ likes: URL "https://example.com/",
1097
+ emojiReactions: URL "https://example.com/",
1098
+ startTime: 2024-03-03T08:30:06.796196096Z,
1099
+ summaries: [ "hello", <en> "hello" ],
1100
+ tags: [ URL "https://example.com/" ],
1101
+ updated: 2024-03-03T08:30:06.796196096Z,
1102
+ urls: [ URL "https://example.com/", Link {} ],
1103
+ to: URL "https://example.com/",
1104
+ bto: URL "https://example.com/",
1105
+ cc: URL "https://example.com/",
1106
+ bcc: URL "https://example.com/",
1107
+ mediaType: "hello",
1108
+ duration: PT1H,
1109
+ sensitive: true,
1110
+ source: Source {},
1111
+ proof: URL "https://example.com/",
1112
+ interactionPolicy: InteractionPolicy {},
1113
+ approvedBy: URL "https://example.com/",
1114
+ likeAuthorization: URL "https://example.com/",
1115
+ replyAuthorization: URL "https://example.com/",
1116
+ announceAuthorization: URL "https://example.com/",
1117
+ interactingObject: URL "https://example.com/",
1118
+ interactionTarget: URL "https://example.com/"
1119
+ }'
1120
+ `;
1121
+
1122
+ snapshot[`Deno.inspect(ReplyAuthorization) [auto] 3`] = `
1123
+ 'ReplyAuthorization {
1124
+ id: URL "https://example.com/",
1125
+ attachments: [ Object {}, Object {} ],
1126
+ attributions: [ Application {}, Application {} ],
1127
+ audiences: [ Object {}, Object {} ],
1128
+ contents: [ "hello", "hello" ],
1129
+ contexts: [ Object {}, Object {} ],
1130
+ names: [ "hello", "hello" ],
1131
+ endTime: 2024-03-03T08:30:06.796196096Z,
1132
+ generators: [ Object {}, Object {} ],
1133
+ icons: [ Image {}, Image {} ],
1134
+ images: [ Image {}, Image {} ],
1135
+ replyTargets: [ Object {}, Object {} ],
1136
+ locations: [ Object {}, Object {} ],
1137
+ previews: [ Link {}, Link {} ],
1138
+ published: 2024-03-03T08:30:06.796196096Z,
1139
+ replies: Collection {},
1140
+ shares: Collection {},
1141
+ likes: Collection {},
1142
+ emojiReactions: Collection {},
1143
+ startTime: 2024-03-03T08:30:06.796196096Z,
1144
+ summaries: [ "hello", "hello" ],
1145
+ tags: [ Object {}, Object {} ],
1146
+ updated: 2024-03-03T08:30:06.796196096Z,
1147
+ urls: [ URL "https://example.com/", URL "https://example.com/" ],
1148
+ tos: [ Object {}, Object {} ],
1149
+ btos: [ Object {}, Object {} ],
1150
+ ccs: [ Object {}, Object {} ],
1151
+ bccs: [ Object {}, Object {} ],
1152
+ mediaType: "hello",
1153
+ duration: PT1H,
1154
+ sensitive: true,
1155
+ source: Source {},
1156
+ proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
1157
+ interactionPolicy: InteractionPolicy {},
1158
+ approvedBy: URL "https://example.com/",
1159
+ likeAuthorization: LikeAuthorization {},
1160
+ replyAuthorization: ReplyAuthorization {},
1161
+ announceAuthorization: AnnounceAuthorization {},
1162
+ interactingObject: Object {},
1163
+ interactionTarget: Object {}
1164
+ }'
1165
+ `;
1166
+
1167
+ snapshot[`Deno.inspect(ReplyRequest) [auto] 1`] = `
1168
+ 'ReplyRequest {
236
1169
  id: URL "https://example.com/",
237
1170
  attachments: [ Object {}, Link {}, PropertyValue {} ],
238
1171
  attributions: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
@@ -266,6 +1199,11 @@ snapshot[`Deno.inspect(EmojiReact) [auto] 1`] = `
266
1199
  sensitive: true,
267
1200
  source: Source {},
268
1201
  proof: DataIntegrityProof {},
1202
+ interactionPolicy: InteractionPolicy {},
1203
+ approvedBy: URL "https://example.com/",
1204
+ likeAuthorization: LikeAuthorization {},
1205
+ replyAuthorization: ReplyAuthorization {},
1206
+ announceAuthorization: AnnounceAuthorization {},
269
1207
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
270
1208
  object: Object {},
271
1209
  target: Object {},
@@ -275,8 +1213,8 @@ snapshot[`Deno.inspect(EmojiReact) [auto] 1`] = `
275
1213
  }'
276
1214
  `;
277
1215
 
278
- snapshot[`Deno.inspect(EmojiReact) [auto] 2`] = `
279
- 'EmojiReact {
1216
+ snapshot[`Deno.inspect(ReplyRequest) [auto] 2`] = `
1217
+ 'ReplyRequest {
280
1218
  id: URL "https://example.com/",
281
1219
  attachments: [ URL "https://example.com/" ],
282
1220
  attribution: URL "https://example.com/",
@@ -310,6 +1248,11 @@ snapshot[`Deno.inspect(EmojiReact) [auto] 2`] = `
310
1248
  sensitive: true,
311
1249
  source: Source {},
312
1250
  proof: URL "https://example.com/",
1251
+ interactionPolicy: InteractionPolicy {},
1252
+ approvedBy: URL "https://example.com/",
1253
+ likeAuthorization: URL "https://example.com/",
1254
+ replyAuthorization: URL "https://example.com/",
1255
+ announceAuthorization: URL "https://example.com/",
313
1256
  actor: URL "https://example.com/",
314
1257
  object: URL "https://example.com/",
315
1258
  target: URL "https://example.com/",
@@ -319,8 +1262,8 @@ snapshot[`Deno.inspect(EmojiReact) [auto] 2`] = `
319
1262
  }'
320
1263
  `;
321
1264
 
322
- snapshot[`Deno.inspect(EmojiReact) [auto] 3`] = `
323
- 'EmojiReact {
1265
+ snapshot[`Deno.inspect(ReplyRequest) [auto] 3`] = `
1266
+ 'ReplyRequest {
324
1267
  id: URL "https://example.com/",
325
1268
  attachments: [ Object {}, Object {} ],
326
1269
  attributions: [ Application {}, Application {} ],
@@ -354,6 +1297,11 @@ snapshot[`Deno.inspect(EmojiReact) [auto] 3`] = `
354
1297
  sensitive: true,
355
1298
  source: Source {},
356
1299
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
1300
+ interactionPolicy: InteractionPolicy {},
1301
+ approvedBy: URL "https://example.com/",
1302
+ likeAuthorization: LikeAuthorization {},
1303
+ replyAuthorization: ReplyAuthorization {},
1304
+ announceAuthorization: AnnounceAuthorization {},
357
1305
  actors: [ Application {}, Application {} ],
358
1306
  objects: [ Object {}, Object {} ],
359
1307
  targets: [ Object {}, Object {} ],
@@ -363,12 +1311,6 @@ snapshot[`Deno.inspect(EmojiReact) [auto] 3`] = `
363
1311
  }'
364
1312
  `;
365
1313
 
366
- snapshot[`Deno.inspect(PropertyValue) [auto] 1`] = `'PropertyValue { id: URL "https://example.com/", name: "hello", value: "hello" }'`;
367
-
368
- snapshot[`Deno.inspect(PropertyValue) [auto] 2`] = `'PropertyValue { id: URL "https://example.com/", name: "hello", value: "hello" }'`;
369
-
370
- snapshot[`Deno.inspect(PropertyValue) [auto] 3`] = `'PropertyValue { id: URL "https://example.com/", name: "hello", value: "hello" }'`;
371
-
372
1314
  snapshot[`Deno.inspect(Export) [auto] 1`] = `
373
1315
  'Export {
374
1316
  id: URL "https://example.com/",
@@ -572,6 +1514,11 @@ snapshot[`Deno.inspect(Accept) [auto] 1`] = `
572
1514
  sensitive: true,
573
1515
  source: Source {},
574
1516
  proof: DataIntegrityProof {},
1517
+ interactionPolicy: InteractionPolicy {},
1518
+ approvedBy: URL "https://example.com/",
1519
+ likeAuthorization: LikeAuthorization {},
1520
+ replyAuthorization: ReplyAuthorization {},
1521
+ announceAuthorization: AnnounceAuthorization {},
575
1522
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
576
1523
  object: Object {},
577
1524
  target: Object {},
@@ -616,6 +1563,11 @@ snapshot[`Deno.inspect(Accept) [auto] 2`] = `
616
1563
  sensitive: true,
617
1564
  source: Source {},
618
1565
  proof: URL "https://example.com/",
1566
+ interactionPolicy: InteractionPolicy {},
1567
+ approvedBy: URL "https://example.com/",
1568
+ likeAuthorization: URL "https://example.com/",
1569
+ replyAuthorization: URL "https://example.com/",
1570
+ announceAuthorization: URL "https://example.com/",
619
1571
  actor: URL "https://example.com/",
620
1572
  object: URL "https://example.com/",
621
1573
  target: URL "https://example.com/",
@@ -660,6 +1612,11 @@ snapshot[`Deno.inspect(Accept) [auto] 3`] = `
660
1612
  sensitive: true,
661
1613
  source: Source {},
662
1614
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
1615
+ interactionPolicy: InteractionPolicy {},
1616
+ approvedBy: URL "https://example.com/",
1617
+ likeAuthorization: LikeAuthorization {},
1618
+ replyAuthorization: ReplyAuthorization {},
1619
+ announceAuthorization: AnnounceAuthorization {},
663
1620
  actors: [ Application {}, Application {} ],
664
1621
  objects: [ Object {}, Object {} ],
665
1622
  targets: [ Object {}, Object {} ],
@@ -704,6 +1661,11 @@ snapshot[`Deno.inspect(Activity) [auto] 1`] = `
704
1661
  sensitive: true,
705
1662
  source: Source {},
706
1663
  proof: DataIntegrityProof {},
1664
+ interactionPolicy: InteractionPolicy {},
1665
+ approvedBy: URL "https://example.com/",
1666
+ likeAuthorization: LikeAuthorization {},
1667
+ replyAuthorization: ReplyAuthorization {},
1668
+ announceAuthorization: AnnounceAuthorization {},
707
1669
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
708
1670
  object: Object {},
709
1671
  target: Object {},
@@ -748,6 +1710,11 @@ snapshot[`Deno.inspect(Activity) [auto] 2`] = `
748
1710
  sensitive: true,
749
1711
  source: Source {},
750
1712
  proof: URL "https://example.com/",
1713
+ interactionPolicy: InteractionPolicy {},
1714
+ approvedBy: URL "https://example.com/",
1715
+ likeAuthorization: URL "https://example.com/",
1716
+ replyAuthorization: URL "https://example.com/",
1717
+ announceAuthorization: URL "https://example.com/",
751
1718
  actor: URL "https://example.com/",
752
1719
  object: URL "https://example.com/",
753
1720
  target: URL "https://example.com/",
@@ -792,6 +1759,11 @@ snapshot[`Deno.inspect(Activity) [auto] 3`] = `
792
1759
  sensitive: true,
793
1760
  source: Source {},
794
1761
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
1762
+ interactionPolicy: InteractionPolicy {},
1763
+ approvedBy: URL "https://example.com/",
1764
+ likeAuthorization: LikeAuthorization {},
1765
+ replyAuthorization: ReplyAuthorization {},
1766
+ announceAuthorization: AnnounceAuthorization {},
795
1767
  actors: [ Application {}, Application {} ],
796
1768
  objects: [ Object {}, Object {} ],
797
1769
  targets: [ Object {}, Object {} ],
@@ -836,6 +1808,11 @@ snapshot[`Deno.inspect(Add) [auto] 1`] = `
836
1808
  sensitive: true,
837
1809
  source: Source {},
838
1810
  proof: DataIntegrityProof {},
1811
+ interactionPolicy: InteractionPolicy {},
1812
+ approvedBy: URL "https://example.com/",
1813
+ likeAuthorization: LikeAuthorization {},
1814
+ replyAuthorization: ReplyAuthorization {},
1815
+ announceAuthorization: AnnounceAuthorization {},
839
1816
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
840
1817
  object: Object {},
841
1818
  target: Object {},
@@ -880,6 +1857,11 @@ snapshot[`Deno.inspect(Add) [auto] 2`] = `
880
1857
  sensitive: true,
881
1858
  source: Source {},
882
1859
  proof: URL "https://example.com/",
1860
+ interactionPolicy: InteractionPolicy {},
1861
+ approvedBy: URL "https://example.com/",
1862
+ likeAuthorization: URL "https://example.com/",
1863
+ replyAuthorization: URL "https://example.com/",
1864
+ announceAuthorization: URL "https://example.com/",
883
1865
  actor: URL "https://example.com/",
884
1866
  object: URL "https://example.com/",
885
1867
  target: URL "https://example.com/",
@@ -924,6 +1906,11 @@ snapshot[`Deno.inspect(Add) [auto] 3`] = `
924
1906
  sensitive: true,
925
1907
  source: Source {},
926
1908
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
1909
+ interactionPolicy: InteractionPolicy {},
1910
+ approvedBy: URL "https://example.com/",
1911
+ likeAuthorization: LikeAuthorization {},
1912
+ replyAuthorization: ReplyAuthorization {},
1913
+ announceAuthorization: AnnounceAuthorization {},
927
1914
  actors: [ Application {}, Application {} ],
928
1915
  objects: [ Object {}, Object {} ],
929
1916
  targets: [ Object {}, Object {} ],
@@ -968,6 +1955,11 @@ snapshot[`Deno.inspect(Announce) [auto] 1`] = `
968
1955
  sensitive: true,
969
1956
  source: Source {},
970
1957
  proof: DataIntegrityProof {},
1958
+ interactionPolicy: InteractionPolicy {},
1959
+ approvedBy: URL "https://example.com/",
1960
+ likeAuthorization: LikeAuthorization {},
1961
+ replyAuthorization: ReplyAuthorization {},
1962
+ announceAuthorization: AnnounceAuthorization {},
971
1963
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
972
1964
  object: Object {},
973
1965
  target: Object {},
@@ -1012,6 +2004,11 @@ snapshot[`Deno.inspect(Announce) [auto] 2`] = `
1012
2004
  sensitive: true,
1013
2005
  source: Source {},
1014
2006
  proof: URL "https://example.com/",
2007
+ interactionPolicy: InteractionPolicy {},
2008
+ approvedBy: URL "https://example.com/",
2009
+ likeAuthorization: URL "https://example.com/",
2010
+ replyAuthorization: URL "https://example.com/",
2011
+ announceAuthorization: URL "https://example.com/",
1015
2012
  actor: URL "https://example.com/",
1016
2013
  object: URL "https://example.com/",
1017
2014
  target: URL "https://example.com/",
@@ -1056,6 +2053,11 @@ snapshot[`Deno.inspect(Announce) [auto] 3`] = `
1056
2053
  sensitive: true,
1057
2054
  source: Source {},
1058
2055
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
2056
+ interactionPolicy: InteractionPolicy {},
2057
+ approvedBy: URL "https://example.com/",
2058
+ likeAuthorization: LikeAuthorization {},
2059
+ replyAuthorization: ReplyAuthorization {},
2060
+ announceAuthorization: AnnounceAuthorization {},
1059
2061
  actors: [ Application {}, Application {} ],
1060
2062
  objects: [ Object {}, Object {} ],
1061
2063
  targets: [ Object {}, Object {} ],
@@ -1100,6 +2102,11 @@ snapshot[`Deno.inspect(Application) [auto] 1`] = `
1100
2102
  sensitive: true,
1101
2103
  source: Source {},
1102
2104
  proof: DataIntegrityProof {},
2105
+ interactionPolicy: InteractionPolicy {},
2106
+ approvedBy: URL "https://example.com/",
2107
+ likeAuthorization: LikeAuthorization {},
2108
+ replyAuthorization: ReplyAuthorization {},
2109
+ announceAuthorization: AnnounceAuthorization {},
1103
2110
  preferredUsernames: [ "hello", <en> "hello" ],
1104
2111
  publicKey: CryptographicKey {},
1105
2112
  assertionMethod: Multikey {},
@@ -1160,6 +2167,11 @@ snapshot[`Deno.inspect(Application) [auto] 2`] = `
1160
2167
  sensitive: true,
1161
2168
  source: Source {},
1162
2169
  proof: URL "https://example.com/",
2170
+ interactionPolicy: InteractionPolicy {},
2171
+ approvedBy: URL "https://example.com/",
2172
+ likeAuthorization: URL "https://example.com/",
2173
+ replyAuthorization: URL "https://example.com/",
2174
+ announceAuthorization: URL "https://example.com/",
1163
2175
  preferredUsernames: [ "hello", <en> "hello" ],
1164
2176
  publicKey: URL "https://example.com/",
1165
2177
  assertionMethod: URL "https://example.com/",
@@ -1220,6 +2232,11 @@ snapshot[`Deno.inspect(Application) [auto] 3`] = `
1220
2232
  sensitive: true,
1221
2233
  source: Source {},
1222
2234
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
2235
+ interactionPolicy: InteractionPolicy {},
2236
+ approvedBy: URL "https://example.com/",
2237
+ likeAuthorization: LikeAuthorization {},
2238
+ replyAuthorization: ReplyAuthorization {},
2239
+ announceAuthorization: AnnounceAuthorization {},
1223
2240
  preferredUsernames: [ "hello", "hello" ],
1224
2241
  publicKeys: [ CryptographicKey {}, CryptographicKey {} ],
1225
2242
  assertionMethods: [ Multikey {}, Multikey {} ],
@@ -1280,6 +2297,11 @@ snapshot[`Deno.inspect(Arrive) [auto] 1`] = `
1280
2297
  sensitive: true,
1281
2298
  source: Source {},
1282
2299
  proof: DataIntegrityProof {},
2300
+ interactionPolicy: InteractionPolicy {},
2301
+ approvedBy: URL "https://example.com/",
2302
+ likeAuthorization: LikeAuthorization {},
2303
+ replyAuthorization: ReplyAuthorization {},
2304
+ announceAuthorization: AnnounceAuthorization {},
1283
2305
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
1284
2306
  object: Object {},
1285
2307
  target: Object {},
@@ -1324,6 +2346,11 @@ snapshot[`Deno.inspect(Arrive) [auto] 2`] = `
1324
2346
  sensitive: true,
1325
2347
  source: Source {},
1326
2348
  proof: URL "https://example.com/",
2349
+ interactionPolicy: InteractionPolicy {},
2350
+ approvedBy: URL "https://example.com/",
2351
+ likeAuthorization: URL "https://example.com/",
2352
+ replyAuthorization: URL "https://example.com/",
2353
+ announceAuthorization: URL "https://example.com/",
1327
2354
  actor: URL "https://example.com/",
1328
2355
  object: URL "https://example.com/",
1329
2356
  target: URL "https://example.com/",
@@ -1368,6 +2395,11 @@ snapshot[`Deno.inspect(Arrive) [auto] 3`] = `
1368
2395
  sensitive: true,
1369
2396
  source: Source {},
1370
2397
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
2398
+ interactionPolicy: InteractionPolicy {},
2399
+ approvedBy: URL "https://example.com/",
2400
+ likeAuthorization: LikeAuthorization {},
2401
+ replyAuthorization: ReplyAuthorization {},
2402
+ announceAuthorization: AnnounceAuthorization {},
1371
2403
  actors: [ Application {}, Application {} ],
1372
2404
  objects: [ Object {}, Object {} ],
1373
2405
  targets: [ Object {}, Object {} ],
@@ -1412,6 +2444,11 @@ snapshot[`Deno.inspect(Article) [auto] 1`] = `
1412
2444
  sensitive: true,
1413
2445
  source: Source {},
1414
2446
  proof: DataIntegrityProof {},
2447
+ interactionPolicy: InteractionPolicy {},
2448
+ approvedBy: URL "https://example.com/",
2449
+ likeAuthorization: LikeAuthorization {},
2450
+ replyAuthorization: ReplyAuthorization {},
2451
+ announceAuthorization: AnnounceAuthorization {},
1415
2452
  quoteUrl: URL "https://fedify.dev/"
1416
2453
  }'
1417
2454
  `;
@@ -1451,6 +2488,11 @@ snapshot[`Deno.inspect(Article) [auto] 2`] = `
1451
2488
  sensitive: true,
1452
2489
  source: Source {},
1453
2490
  proof: URL "https://example.com/",
2491
+ interactionPolicy: InteractionPolicy {},
2492
+ approvedBy: URL "https://example.com/",
2493
+ likeAuthorization: URL "https://example.com/",
2494
+ replyAuthorization: URL "https://example.com/",
2495
+ announceAuthorization: URL "https://example.com/",
1454
2496
  quoteUrl: URL "https://fedify.dev/"
1455
2497
  }'
1456
2498
  `;
@@ -1490,6 +2532,11 @@ snapshot[`Deno.inspect(Article) [auto] 3`] = `
1490
2532
  sensitive: true,
1491
2533
  source: Source {},
1492
2534
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
2535
+ interactionPolicy: InteractionPolicy {},
2536
+ approvedBy: URL "https://example.com/",
2537
+ likeAuthorization: LikeAuthorization {},
2538
+ replyAuthorization: ReplyAuthorization {},
2539
+ announceAuthorization: AnnounceAuthorization {},
1493
2540
  quoteUrl: URL "https://fedify.dev/"
1494
2541
  }'
1495
2542
  `;
@@ -1529,6 +2576,11 @@ snapshot[`Deno.inspect(Audio) [auto] 1`] = `
1529
2576
  sensitive: true,
1530
2577
  source: Source {},
1531
2578
  proof: DataIntegrityProof {},
2579
+ interactionPolicy: InteractionPolicy {},
2580
+ approvedBy: URL "https://example.com/",
2581
+ likeAuthorization: LikeAuthorization {},
2582
+ replyAuthorization: ReplyAuthorization {},
2583
+ announceAuthorization: AnnounceAuthorization {},
1532
2584
  width: 123,
1533
2585
  height: 123
1534
2586
  }'
@@ -1569,6 +2621,11 @@ snapshot[`Deno.inspect(Audio) [auto] 2`] = `
1569
2621
  sensitive: true,
1570
2622
  source: Source {},
1571
2623
  proof: URL "https://example.com/",
2624
+ interactionPolicy: InteractionPolicy {},
2625
+ approvedBy: URL "https://example.com/",
2626
+ likeAuthorization: URL "https://example.com/",
2627
+ replyAuthorization: URL "https://example.com/",
2628
+ announceAuthorization: URL "https://example.com/",
1572
2629
  width: 123,
1573
2630
  height: 123
1574
2631
  }'
@@ -1609,6 +2666,11 @@ snapshot[`Deno.inspect(Audio) [auto] 3`] = `
1609
2666
  sensitive: true,
1610
2667
  source: Source {},
1611
2668
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
2669
+ interactionPolicy: InteractionPolicy {},
2670
+ approvedBy: URL "https://example.com/",
2671
+ likeAuthorization: LikeAuthorization {},
2672
+ replyAuthorization: ReplyAuthorization {},
2673
+ announceAuthorization: AnnounceAuthorization {},
1612
2674
  width: 123,
1613
2675
  height: 123
1614
2676
  }'
@@ -1649,6 +2711,11 @@ snapshot[`Deno.inspect(Block) [auto] 1`] = `
1649
2711
  sensitive: true,
1650
2712
  source: Source {},
1651
2713
  proof: DataIntegrityProof {},
2714
+ interactionPolicy: InteractionPolicy {},
2715
+ approvedBy: URL "https://example.com/",
2716
+ likeAuthorization: LikeAuthorization {},
2717
+ replyAuthorization: ReplyAuthorization {},
2718
+ announceAuthorization: AnnounceAuthorization {},
1652
2719
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
1653
2720
  object: Object {},
1654
2721
  target: Object {},
@@ -1693,6 +2760,11 @@ snapshot[`Deno.inspect(Block) [auto] 2`] = `
1693
2760
  sensitive: true,
1694
2761
  source: Source {},
1695
2762
  proof: URL "https://example.com/",
2763
+ interactionPolicy: InteractionPolicy {},
2764
+ approvedBy: URL "https://example.com/",
2765
+ likeAuthorization: URL "https://example.com/",
2766
+ replyAuthorization: URL "https://example.com/",
2767
+ announceAuthorization: URL "https://example.com/",
1696
2768
  actor: URL "https://example.com/",
1697
2769
  object: URL "https://example.com/",
1698
2770
  target: URL "https://example.com/",
@@ -1737,6 +2809,11 @@ snapshot[`Deno.inspect(Block) [auto] 3`] = `
1737
2809
  sensitive: true,
1738
2810
  source: Source {},
1739
2811
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
2812
+ interactionPolicy: InteractionPolicy {},
2813
+ approvedBy: URL "https://example.com/",
2814
+ likeAuthorization: LikeAuthorization {},
2815
+ replyAuthorization: ReplyAuthorization {},
2816
+ announceAuthorization: AnnounceAuthorization {},
1740
2817
  actors: [ Application {}, Application {} ],
1741
2818
  objects: [ Object {}, Object {} ],
1742
2819
  targets: [ Object {}, Object {} ],
@@ -1781,6 +2858,11 @@ snapshot[`Deno.inspect(Collection) [auto] 1`] = `
1781
2858
  sensitive: true,
1782
2859
  source: Source {},
1783
2860
  proof: DataIntegrityProof {},
2861
+ interactionPolicy: InteractionPolicy {},
2862
+ approvedBy: URL "https://example.com/",
2863
+ likeAuthorization: LikeAuthorization {},
2864
+ replyAuthorization: ReplyAuthorization {},
2865
+ announceAuthorization: AnnounceAuthorization {},
1784
2866
  totalItems: 123,
1785
2867
  current: CollectionPage {},
1786
2868
  first: CollectionPage {},
@@ -1832,6 +2914,11 @@ snapshot[`Deno.inspect(Collection) [auto] 2`] = `
1832
2914
  sensitive: true,
1833
2915
  source: Source {},
1834
2916
  proof: URL "https://example.com/",
2917
+ interactionPolicy: InteractionPolicy {},
2918
+ approvedBy: URL "https://example.com/",
2919
+ likeAuthorization: URL "https://example.com/",
2920
+ replyAuthorization: URL "https://example.com/",
2921
+ announceAuthorization: URL "https://example.com/",
1835
2922
  totalItems: 123,
1836
2923
  current: URL "https://example.com/",
1837
2924
  first: URL "https://example.com/",
@@ -1883,6 +2970,11 @@ snapshot[`Deno.inspect(Collection) [auto] 3`] = `
1883
2970
  sensitive: true,
1884
2971
  source: Source {},
1885
2972
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
2973
+ interactionPolicy: InteractionPolicy {},
2974
+ approvedBy: URL "https://example.com/",
2975
+ likeAuthorization: LikeAuthorization {},
2976
+ replyAuthorization: ReplyAuthorization {},
2977
+ announceAuthorization: AnnounceAuthorization {},
1886
2978
  totalItems: 123,
1887
2979
  current: CollectionPage {},
1888
2980
  first: CollectionPage {},
@@ -1934,6 +3026,11 @@ snapshot[`Deno.inspect(CollectionPage) [auto] 1`] = `
1934
3026
  sensitive: true,
1935
3027
  source: Source {},
1936
3028
  proof: DataIntegrityProof {},
3029
+ interactionPolicy: InteractionPolicy {},
3030
+ approvedBy: URL "https://example.com/",
3031
+ likeAuthorization: LikeAuthorization {},
3032
+ replyAuthorization: ReplyAuthorization {},
3033
+ announceAuthorization: AnnounceAuthorization {},
1937
3034
  totalItems: 123,
1938
3035
  current: CollectionPage {},
1939
3036
  first: CollectionPage {},
@@ -1988,6 +3085,11 @@ snapshot[`Deno.inspect(CollectionPage) [auto] 2`] = `
1988
3085
  sensitive: true,
1989
3086
  source: Source {},
1990
3087
  proof: URL "https://example.com/",
3088
+ interactionPolicy: InteractionPolicy {},
3089
+ approvedBy: URL "https://example.com/",
3090
+ likeAuthorization: URL "https://example.com/",
3091
+ replyAuthorization: URL "https://example.com/",
3092
+ announceAuthorization: URL "https://example.com/",
1991
3093
  totalItems: 123,
1992
3094
  current: URL "https://example.com/",
1993
3095
  first: URL "https://example.com/",
@@ -2042,6 +3144,11 @@ snapshot[`Deno.inspect(CollectionPage) [auto] 3`] = `
2042
3144
  sensitive: true,
2043
3145
  source: Source {},
2044
3146
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
3147
+ interactionPolicy: InteractionPolicy {},
3148
+ approvedBy: URL "https://example.com/",
3149
+ likeAuthorization: LikeAuthorization {},
3150
+ replyAuthorization: ReplyAuthorization {},
3151
+ announceAuthorization: AnnounceAuthorization {},
2045
3152
  totalItems: 123,
2046
3153
  current: CollectionPage {},
2047
3154
  first: CollectionPage {},
@@ -2096,6 +3203,11 @@ snapshot[`Deno.inspect(Create) [auto] 1`] = `
2096
3203
  sensitive: true,
2097
3204
  source: Source {},
2098
3205
  proof: DataIntegrityProof {},
3206
+ interactionPolicy: InteractionPolicy {},
3207
+ approvedBy: URL "https://example.com/",
3208
+ likeAuthorization: LikeAuthorization {},
3209
+ replyAuthorization: ReplyAuthorization {},
3210
+ announceAuthorization: AnnounceAuthorization {},
2099
3211
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
2100
3212
  object: Object {},
2101
3213
  target: Object {},
@@ -2140,6 +3252,11 @@ snapshot[`Deno.inspect(Create) [auto] 2`] = `
2140
3252
  sensitive: true,
2141
3253
  source: Source {},
2142
3254
  proof: URL "https://example.com/",
3255
+ interactionPolicy: InteractionPolicy {},
3256
+ approvedBy: URL "https://example.com/",
3257
+ likeAuthorization: URL "https://example.com/",
3258
+ replyAuthorization: URL "https://example.com/",
3259
+ announceAuthorization: URL "https://example.com/",
2143
3260
  actor: URL "https://example.com/",
2144
3261
  object: URL "https://example.com/",
2145
3262
  target: URL "https://example.com/",
@@ -2184,6 +3301,11 @@ snapshot[`Deno.inspect(Create) [auto] 3`] = `
2184
3301
  sensitive: true,
2185
3302
  source: Source {},
2186
3303
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
3304
+ interactionPolicy: InteractionPolicy {},
3305
+ approvedBy: URL "https://example.com/",
3306
+ likeAuthorization: LikeAuthorization {},
3307
+ replyAuthorization: ReplyAuthorization {},
3308
+ announceAuthorization: AnnounceAuthorization {},
2187
3309
  actors: [ Application {}, Application {} ],
2188
3310
  objects: [ Object {}, Object {} ],
2189
3311
  targets: [ Object {}, Object {} ],
@@ -2228,6 +3350,11 @@ snapshot[`Deno.inspect(Delete) [auto] 1`] = `
2228
3350
  sensitive: true,
2229
3351
  source: Source {},
2230
3352
  proof: DataIntegrityProof {},
3353
+ interactionPolicy: InteractionPolicy {},
3354
+ approvedBy: URL "https://example.com/",
3355
+ likeAuthorization: LikeAuthorization {},
3356
+ replyAuthorization: ReplyAuthorization {},
3357
+ announceAuthorization: AnnounceAuthorization {},
2231
3358
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
2232
3359
  object: Object {},
2233
3360
  target: Object {},
@@ -2272,6 +3399,11 @@ snapshot[`Deno.inspect(Delete) [auto] 2`] = `
2272
3399
  sensitive: true,
2273
3400
  source: Source {},
2274
3401
  proof: URL "https://example.com/",
3402
+ interactionPolicy: InteractionPolicy {},
3403
+ approvedBy: URL "https://example.com/",
3404
+ likeAuthorization: URL "https://example.com/",
3405
+ replyAuthorization: URL "https://example.com/",
3406
+ announceAuthorization: URL "https://example.com/",
2275
3407
  actor: URL "https://example.com/",
2276
3408
  object: URL "https://example.com/",
2277
3409
  target: URL "https://example.com/",
@@ -2316,6 +3448,11 @@ snapshot[`Deno.inspect(Delete) [auto] 3`] = `
2316
3448
  sensitive: true,
2317
3449
  source: Source {},
2318
3450
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
3451
+ interactionPolicy: InteractionPolicy {},
3452
+ approvedBy: URL "https://example.com/",
3453
+ likeAuthorization: LikeAuthorization {},
3454
+ replyAuthorization: ReplyAuthorization {},
3455
+ announceAuthorization: AnnounceAuthorization {},
2319
3456
  actors: [ Application {}, Application {} ],
2320
3457
  objects: [ Object {}, Object {} ],
2321
3458
  targets: [ Object {}, Object {} ],
@@ -2360,6 +3497,11 @@ snapshot[`Deno.inspect(Dislike) [auto] 1`] = `
2360
3497
  sensitive: true,
2361
3498
  source: Source {},
2362
3499
  proof: DataIntegrityProof {},
3500
+ interactionPolicy: InteractionPolicy {},
3501
+ approvedBy: URL "https://example.com/",
3502
+ likeAuthorization: LikeAuthorization {},
3503
+ replyAuthorization: ReplyAuthorization {},
3504
+ announceAuthorization: AnnounceAuthorization {},
2363
3505
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
2364
3506
  object: Object {},
2365
3507
  target: Object {},
@@ -2404,6 +3546,11 @@ snapshot[`Deno.inspect(Dislike) [auto] 2`] = `
2404
3546
  sensitive: true,
2405
3547
  source: Source {},
2406
3548
  proof: URL "https://example.com/",
3549
+ interactionPolicy: InteractionPolicy {},
3550
+ approvedBy: URL "https://example.com/",
3551
+ likeAuthorization: URL "https://example.com/",
3552
+ replyAuthorization: URL "https://example.com/",
3553
+ announceAuthorization: URL "https://example.com/",
2407
3554
  actor: URL "https://example.com/",
2408
3555
  object: URL "https://example.com/",
2409
3556
  target: URL "https://example.com/",
@@ -2448,6 +3595,11 @@ snapshot[`Deno.inspect(Dislike) [auto] 3`] = `
2448
3595
  sensitive: true,
2449
3596
  source: Source {},
2450
3597
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
3598
+ interactionPolicy: InteractionPolicy {},
3599
+ approvedBy: URL "https://example.com/",
3600
+ likeAuthorization: LikeAuthorization {},
3601
+ replyAuthorization: ReplyAuthorization {},
3602
+ announceAuthorization: AnnounceAuthorization {},
2451
3603
  actors: [ Application {}, Application {} ],
2452
3604
  objects: [ Object {}, Object {} ],
2453
3605
  targets: [ Object {}, Object {} ],
@@ -2492,6 +3644,11 @@ snapshot[`Deno.inspect(Document) [auto] 1`] = `
2492
3644
  sensitive: true,
2493
3645
  source: Source {},
2494
3646
  proof: DataIntegrityProof {},
3647
+ interactionPolicy: InteractionPolicy {},
3648
+ approvedBy: URL "https://example.com/",
3649
+ likeAuthorization: LikeAuthorization {},
3650
+ replyAuthorization: ReplyAuthorization {},
3651
+ announceAuthorization: AnnounceAuthorization {},
2495
3652
  width: 123,
2496
3653
  height: 123
2497
3654
  }'
@@ -2532,6 +3689,11 @@ snapshot[`Deno.inspect(Document) [auto] 2`] = `
2532
3689
  sensitive: true,
2533
3690
  source: Source {},
2534
3691
  proof: URL "https://example.com/",
3692
+ interactionPolicy: InteractionPolicy {},
3693
+ approvedBy: URL "https://example.com/",
3694
+ likeAuthorization: URL "https://example.com/",
3695
+ replyAuthorization: URL "https://example.com/",
3696
+ announceAuthorization: URL "https://example.com/",
2535
3697
  width: 123,
2536
3698
  height: 123
2537
3699
  }'
@@ -2572,6 +3734,11 @@ snapshot[`Deno.inspect(Document) [auto] 3`] = `
2572
3734
  sensitive: true,
2573
3735
  source: Source {},
2574
3736
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
3737
+ interactionPolicy: InteractionPolicy {},
3738
+ approvedBy: URL "https://example.com/",
3739
+ likeAuthorization: LikeAuthorization {},
3740
+ replyAuthorization: ReplyAuthorization {},
3741
+ announceAuthorization: AnnounceAuthorization {},
2575
3742
  width: 123,
2576
3743
  height: 123
2577
3744
  }'
@@ -2647,7 +3814,12 @@ snapshot[`Deno.inspect(Event) [auto] 1`] = `
2647
3814
  duration: PT1H,
2648
3815
  sensitive: true,
2649
3816
  source: Source {},
2650
- proof: DataIntegrityProof {}
3817
+ proof: DataIntegrityProof {},
3818
+ interactionPolicy: InteractionPolicy {},
3819
+ approvedBy: URL "https://example.com/",
3820
+ likeAuthorization: LikeAuthorization {},
3821
+ replyAuthorization: ReplyAuthorization {},
3822
+ announceAuthorization: AnnounceAuthorization {}
2651
3823
  }'
2652
3824
  `;
2653
3825
 
@@ -2685,7 +3857,12 @@ snapshot[`Deno.inspect(Event) [auto] 2`] = `
2685
3857
  duration: PT1H,
2686
3858
  sensitive: true,
2687
3859
  source: Source {},
2688
- proof: URL "https://example.com/"
3860
+ proof: URL "https://example.com/",
3861
+ interactionPolicy: InteractionPolicy {},
3862
+ approvedBy: URL "https://example.com/",
3863
+ likeAuthorization: URL "https://example.com/",
3864
+ replyAuthorization: URL "https://example.com/",
3865
+ announceAuthorization: URL "https://example.com/"
2689
3866
  }'
2690
3867
  `;
2691
3868
 
@@ -2723,7 +3900,12 @@ snapshot[`Deno.inspect(Event) [auto] 3`] = `
2723
3900
  duration: PT1H,
2724
3901
  sensitive: true,
2725
3902
  source: Source {},
2726
- proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ]
3903
+ proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
3904
+ interactionPolicy: InteractionPolicy {},
3905
+ approvedBy: URL "https://example.com/",
3906
+ likeAuthorization: LikeAuthorization {},
3907
+ replyAuthorization: ReplyAuthorization {},
3908
+ announceAuthorization: AnnounceAuthorization {}
2727
3909
  }'
2728
3910
  `;
2729
3911
 
@@ -2762,6 +3944,11 @@ snapshot[`Deno.inspect(Flag) [auto] 1`] = `
2762
3944
  sensitive: true,
2763
3945
  source: Source {},
2764
3946
  proof: DataIntegrityProof {},
3947
+ interactionPolicy: InteractionPolicy {},
3948
+ approvedBy: URL "https://example.com/",
3949
+ likeAuthorization: LikeAuthorization {},
3950
+ replyAuthorization: ReplyAuthorization {},
3951
+ announceAuthorization: AnnounceAuthorization {},
2765
3952
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
2766
3953
  object: Object {},
2767
3954
  target: Object {},
@@ -2806,6 +3993,11 @@ snapshot[`Deno.inspect(Flag) [auto] 2`] = `
2806
3993
  sensitive: true,
2807
3994
  source: Source {},
2808
3995
  proof: URL "https://example.com/",
3996
+ interactionPolicy: InteractionPolicy {},
3997
+ approvedBy: URL "https://example.com/",
3998
+ likeAuthorization: URL "https://example.com/",
3999
+ replyAuthorization: URL "https://example.com/",
4000
+ announceAuthorization: URL "https://example.com/",
2809
4001
  actor: URL "https://example.com/",
2810
4002
  object: URL "https://example.com/",
2811
4003
  target: URL "https://example.com/",
@@ -2850,6 +4042,11 @@ snapshot[`Deno.inspect(Flag) [auto] 3`] = `
2850
4042
  sensitive: true,
2851
4043
  source: Source {},
2852
4044
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
4045
+ interactionPolicy: InteractionPolicy {},
4046
+ approvedBy: URL "https://example.com/",
4047
+ likeAuthorization: LikeAuthorization {},
4048
+ replyAuthorization: ReplyAuthorization {},
4049
+ announceAuthorization: AnnounceAuthorization {},
2853
4050
  actors: [ Application {}, Application {} ],
2854
4051
  objects: [ Object {}, Object {} ],
2855
4052
  targets: [ Object {}, Object {} ],
@@ -2894,6 +4091,11 @@ snapshot[`Deno.inspect(Follow) [auto] 1`] = `
2894
4091
  sensitive: true,
2895
4092
  source: Source {},
2896
4093
  proof: DataIntegrityProof {},
4094
+ interactionPolicy: InteractionPolicy {},
4095
+ approvedBy: URL "https://example.com/",
4096
+ likeAuthorization: LikeAuthorization {},
4097
+ replyAuthorization: ReplyAuthorization {},
4098
+ announceAuthorization: AnnounceAuthorization {},
2897
4099
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
2898
4100
  object: Object {},
2899
4101
  target: Object {},
@@ -2938,6 +4140,11 @@ snapshot[`Deno.inspect(Follow) [auto] 2`] = `
2938
4140
  sensitive: true,
2939
4141
  source: Source {},
2940
4142
  proof: URL "https://example.com/",
4143
+ interactionPolicy: InteractionPolicy {},
4144
+ approvedBy: URL "https://example.com/",
4145
+ likeAuthorization: URL "https://example.com/",
4146
+ replyAuthorization: URL "https://example.com/",
4147
+ announceAuthorization: URL "https://example.com/",
2941
4148
  actor: URL "https://example.com/",
2942
4149
  object: URL "https://example.com/",
2943
4150
  target: URL "https://example.com/",
@@ -2982,6 +4189,11 @@ snapshot[`Deno.inspect(Follow) [auto] 3`] = `
2982
4189
  sensitive: true,
2983
4190
  source: Source {},
2984
4191
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
4192
+ interactionPolicy: InteractionPolicy {},
4193
+ approvedBy: URL "https://example.com/",
4194
+ likeAuthorization: LikeAuthorization {},
4195
+ replyAuthorization: ReplyAuthorization {},
4196
+ announceAuthorization: AnnounceAuthorization {},
2985
4197
  actors: [ Application {}, Application {} ],
2986
4198
  objects: [ Object {}, Object {} ],
2987
4199
  targets: [ Object {}, Object {} ],
@@ -3026,6 +4238,11 @@ snapshot[`Deno.inspect(Group) [auto] 1`] = `
3026
4238
  sensitive: true,
3027
4239
  source: Source {},
3028
4240
  proof: DataIntegrityProof {},
4241
+ interactionPolicy: InteractionPolicy {},
4242
+ approvedBy: URL "https://example.com/",
4243
+ likeAuthorization: LikeAuthorization {},
4244
+ replyAuthorization: ReplyAuthorization {},
4245
+ announceAuthorization: AnnounceAuthorization {},
3029
4246
  preferredUsernames: [ "hello", <en> "hello" ],
3030
4247
  publicKey: CryptographicKey {},
3031
4248
  assertionMethod: Multikey {},
@@ -3086,6 +4303,11 @@ snapshot[`Deno.inspect(Group) [auto] 2`] = `
3086
4303
  sensitive: true,
3087
4304
  source: Source {},
3088
4305
  proof: URL "https://example.com/",
4306
+ interactionPolicy: InteractionPolicy {},
4307
+ approvedBy: URL "https://example.com/",
4308
+ likeAuthorization: URL "https://example.com/",
4309
+ replyAuthorization: URL "https://example.com/",
4310
+ announceAuthorization: URL "https://example.com/",
3089
4311
  preferredUsernames: [ "hello", <en> "hello" ],
3090
4312
  publicKey: URL "https://example.com/",
3091
4313
  assertionMethod: URL "https://example.com/",
@@ -3146,6 +4368,11 @@ snapshot[`Deno.inspect(Group) [auto] 3`] = `
3146
4368
  sensitive: true,
3147
4369
  source: Source {},
3148
4370
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
4371
+ interactionPolicy: InteractionPolicy {},
4372
+ approvedBy: URL "https://example.com/",
4373
+ likeAuthorization: LikeAuthorization {},
4374
+ replyAuthorization: ReplyAuthorization {},
4375
+ announceAuthorization: AnnounceAuthorization {},
3149
4376
  preferredUsernames: [ "hello", "hello" ],
3150
4377
  publicKeys: [ CryptographicKey {}, CryptographicKey {} ],
3151
4378
  assertionMethods: [ Multikey {}, Multikey {} ],
@@ -3281,6 +4508,11 @@ snapshot[`Deno.inspect(Ignore) [auto] 1`] = `
3281
4508
  sensitive: true,
3282
4509
  source: Source {},
3283
4510
  proof: DataIntegrityProof {},
4511
+ interactionPolicy: InteractionPolicy {},
4512
+ approvedBy: URL "https://example.com/",
4513
+ likeAuthorization: LikeAuthorization {},
4514
+ replyAuthorization: ReplyAuthorization {},
4515
+ announceAuthorization: AnnounceAuthorization {},
3284
4516
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
3285
4517
  object: Object {},
3286
4518
  target: Object {},
@@ -3325,6 +4557,11 @@ snapshot[`Deno.inspect(Ignore) [auto] 2`] = `
3325
4557
  sensitive: true,
3326
4558
  source: Source {},
3327
4559
  proof: URL "https://example.com/",
4560
+ interactionPolicy: InteractionPolicy {},
4561
+ approvedBy: URL "https://example.com/",
4562
+ likeAuthorization: URL "https://example.com/",
4563
+ replyAuthorization: URL "https://example.com/",
4564
+ announceAuthorization: URL "https://example.com/",
3328
4565
  actor: URL "https://example.com/",
3329
4566
  object: URL "https://example.com/",
3330
4567
  target: URL "https://example.com/",
@@ -3369,6 +4606,11 @@ snapshot[`Deno.inspect(Ignore) [auto] 3`] = `
3369
4606
  sensitive: true,
3370
4607
  source: Source {},
3371
4608
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
4609
+ interactionPolicy: InteractionPolicy {},
4610
+ approvedBy: URL "https://example.com/",
4611
+ likeAuthorization: LikeAuthorization {},
4612
+ replyAuthorization: ReplyAuthorization {},
4613
+ announceAuthorization: AnnounceAuthorization {},
3372
4614
  actors: [ Application {}, Application {} ],
3373
4615
  objects: [ Object {}, Object {} ],
3374
4616
  targets: [ Object {}, Object {} ],
@@ -3413,6 +4655,11 @@ snapshot[`Deno.inspect(Image) [auto] 1`] = `
3413
4655
  sensitive: true,
3414
4656
  source: Source {},
3415
4657
  proof: DataIntegrityProof {},
4658
+ interactionPolicy: InteractionPolicy {},
4659
+ approvedBy: URL "https://example.com/",
4660
+ likeAuthorization: LikeAuthorization {},
4661
+ replyAuthorization: ReplyAuthorization {},
4662
+ announceAuthorization: AnnounceAuthorization {},
3416
4663
  width: 123,
3417
4664
  height: 123
3418
4665
  }'
@@ -3453,6 +4700,11 @@ snapshot[`Deno.inspect(Image) [auto] 2`] = `
3453
4700
  sensitive: true,
3454
4701
  source: Source {},
3455
4702
  proof: URL "https://example.com/",
4703
+ interactionPolicy: InteractionPolicy {},
4704
+ approvedBy: URL "https://example.com/",
4705
+ likeAuthorization: URL "https://example.com/",
4706
+ replyAuthorization: URL "https://example.com/",
4707
+ announceAuthorization: URL "https://example.com/",
3456
4708
  width: 123,
3457
4709
  height: 123
3458
4710
  }'
@@ -3493,6 +4745,11 @@ snapshot[`Deno.inspect(Image) [auto] 3`] = `
3493
4745
  sensitive: true,
3494
4746
  source: Source {},
3495
4747
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
4748
+ interactionPolicy: InteractionPolicy {},
4749
+ approvedBy: URL "https://example.com/",
4750
+ likeAuthorization: LikeAuthorization {},
4751
+ replyAuthorization: ReplyAuthorization {},
4752
+ announceAuthorization: AnnounceAuthorization {},
3496
4753
  width: 123,
3497
4754
  height: 123
3498
4755
  }'
@@ -3533,6 +4790,11 @@ snapshot[`Deno.inspect(IntransitiveActivity) [auto] 1`] = `
3533
4790
  sensitive: true,
3534
4791
  source: Source {},
3535
4792
  proof: DataIntegrityProof {},
4793
+ interactionPolicy: InteractionPolicy {},
4794
+ approvedBy: URL "https://example.com/",
4795
+ likeAuthorization: LikeAuthorization {},
4796
+ replyAuthorization: ReplyAuthorization {},
4797
+ announceAuthorization: AnnounceAuthorization {},
3536
4798
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
3537
4799
  object: Object {},
3538
4800
  target: Object {},
@@ -3577,6 +4839,11 @@ snapshot[`Deno.inspect(IntransitiveActivity) [auto] 2`] = `
3577
4839
  sensitive: true,
3578
4840
  source: Source {},
3579
4841
  proof: URL "https://example.com/",
4842
+ interactionPolicy: InteractionPolicy {},
4843
+ approvedBy: URL "https://example.com/",
4844
+ likeAuthorization: URL "https://example.com/",
4845
+ replyAuthorization: URL "https://example.com/",
4846
+ announceAuthorization: URL "https://example.com/",
3580
4847
  actor: URL "https://example.com/",
3581
4848
  object: URL "https://example.com/",
3582
4849
  target: URL "https://example.com/",
@@ -3621,6 +4888,11 @@ snapshot[`Deno.inspect(IntransitiveActivity) [auto] 3`] = `
3621
4888
  sensitive: true,
3622
4889
  source: Source {},
3623
4890
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
4891
+ interactionPolicy: InteractionPolicy {},
4892
+ approvedBy: URL "https://example.com/",
4893
+ likeAuthorization: LikeAuthorization {},
4894
+ replyAuthorization: ReplyAuthorization {},
4895
+ announceAuthorization: AnnounceAuthorization {},
3624
4896
  actors: [ Application {}, Application {} ],
3625
4897
  objects: [ Object {}, Object {} ],
3626
4898
  targets: [ Object {}, Object {} ],
@@ -3665,6 +4937,11 @@ snapshot[`Deno.inspect(Invite) [auto] 1`] = `
3665
4937
  sensitive: true,
3666
4938
  source: Source {},
3667
4939
  proof: DataIntegrityProof {},
4940
+ interactionPolicy: InteractionPolicy {},
4941
+ approvedBy: URL "https://example.com/",
4942
+ likeAuthorization: LikeAuthorization {},
4943
+ replyAuthorization: ReplyAuthorization {},
4944
+ announceAuthorization: AnnounceAuthorization {},
3668
4945
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
3669
4946
  object: Object {},
3670
4947
  target: Object {},
@@ -3709,6 +4986,11 @@ snapshot[`Deno.inspect(Invite) [auto] 2`] = `
3709
4986
  sensitive: true,
3710
4987
  source: Source {},
3711
4988
  proof: URL "https://example.com/",
4989
+ interactionPolicy: InteractionPolicy {},
4990
+ approvedBy: URL "https://example.com/",
4991
+ likeAuthorization: URL "https://example.com/",
4992
+ replyAuthorization: URL "https://example.com/",
4993
+ announceAuthorization: URL "https://example.com/",
3712
4994
  actor: URL "https://example.com/",
3713
4995
  object: URL "https://example.com/",
3714
4996
  target: URL "https://example.com/",
@@ -3753,6 +5035,11 @@ snapshot[`Deno.inspect(Invite) [auto] 3`] = `
3753
5035
  sensitive: true,
3754
5036
  source: Source {},
3755
5037
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
5038
+ interactionPolicy: InteractionPolicy {},
5039
+ approvedBy: URL "https://example.com/",
5040
+ likeAuthorization: LikeAuthorization {},
5041
+ replyAuthorization: ReplyAuthorization {},
5042
+ announceAuthorization: AnnounceAuthorization {},
3756
5043
  actors: [ Application {}, Application {} ],
3757
5044
  objects: [ Object {}, Object {} ],
3758
5045
  targets: [ Object {}, Object {} ],
@@ -3797,6 +5084,11 @@ snapshot[`Deno.inspect(Join) [auto] 1`] = `
3797
5084
  sensitive: true,
3798
5085
  source: Source {},
3799
5086
  proof: DataIntegrityProof {},
5087
+ interactionPolicy: InteractionPolicy {},
5088
+ approvedBy: URL "https://example.com/",
5089
+ likeAuthorization: LikeAuthorization {},
5090
+ replyAuthorization: ReplyAuthorization {},
5091
+ announceAuthorization: AnnounceAuthorization {},
3800
5092
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
3801
5093
  object: Object {},
3802
5094
  target: Object {},
@@ -3841,6 +5133,11 @@ snapshot[`Deno.inspect(Join) [auto] 2`] = `
3841
5133
  sensitive: true,
3842
5134
  source: Source {},
3843
5135
  proof: URL "https://example.com/",
5136
+ interactionPolicy: InteractionPolicy {},
5137
+ approvedBy: URL "https://example.com/",
5138
+ likeAuthorization: URL "https://example.com/",
5139
+ replyAuthorization: URL "https://example.com/",
5140
+ announceAuthorization: URL "https://example.com/",
3844
5141
  actor: URL "https://example.com/",
3845
5142
  object: URL "https://example.com/",
3846
5143
  target: URL "https://example.com/",
@@ -3885,6 +5182,11 @@ snapshot[`Deno.inspect(Join) [auto] 3`] = `
3885
5182
  sensitive: true,
3886
5183
  source: Source {},
3887
5184
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
5185
+ interactionPolicy: InteractionPolicy {},
5186
+ approvedBy: URL "https://example.com/",
5187
+ likeAuthorization: LikeAuthorization {},
5188
+ replyAuthorization: ReplyAuthorization {},
5189
+ announceAuthorization: AnnounceAuthorization {},
3888
5190
  actors: [ Application {}, Application {} ],
3889
5191
  objects: [ Object {}, Object {} ],
3890
5192
  targets: [ Object {}, Object {} ],
@@ -3929,6 +5231,11 @@ snapshot[`Deno.inspect(Leave) [auto] 1`] = `
3929
5231
  sensitive: true,
3930
5232
  source: Source {},
3931
5233
  proof: DataIntegrityProof {},
5234
+ interactionPolicy: InteractionPolicy {},
5235
+ approvedBy: URL "https://example.com/",
5236
+ likeAuthorization: LikeAuthorization {},
5237
+ replyAuthorization: ReplyAuthorization {},
5238
+ announceAuthorization: AnnounceAuthorization {},
3932
5239
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
3933
5240
  object: Object {},
3934
5241
  target: Object {},
@@ -3973,6 +5280,11 @@ snapshot[`Deno.inspect(Leave) [auto] 2`] = `
3973
5280
  sensitive: true,
3974
5281
  source: Source {},
3975
5282
  proof: URL "https://example.com/",
5283
+ interactionPolicy: InteractionPolicy {},
5284
+ approvedBy: URL "https://example.com/",
5285
+ likeAuthorization: URL "https://example.com/",
5286
+ replyAuthorization: URL "https://example.com/",
5287
+ announceAuthorization: URL "https://example.com/",
3976
5288
  actor: URL "https://example.com/",
3977
5289
  object: URL "https://example.com/",
3978
5290
  target: URL "https://example.com/",
@@ -4017,6 +5329,11 @@ snapshot[`Deno.inspect(Leave) [auto] 3`] = `
4017
5329
  sensitive: true,
4018
5330
  source: Source {},
4019
5331
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
5332
+ interactionPolicy: InteractionPolicy {},
5333
+ approvedBy: URL "https://example.com/",
5334
+ likeAuthorization: LikeAuthorization {},
5335
+ replyAuthorization: ReplyAuthorization {},
5336
+ announceAuthorization: AnnounceAuthorization {},
4020
5337
  actors: [ Application {}, Application {} ],
4021
5338
  objects: [ Object {}, Object {} ],
4022
5339
  targets: [ Object {}, Object {} ],
@@ -4061,6 +5378,11 @@ snapshot[`Deno.inspect(Like) [auto] 1`] = `
4061
5378
  sensitive: true,
4062
5379
  source: Source {},
4063
5380
  proof: DataIntegrityProof {},
5381
+ interactionPolicy: InteractionPolicy {},
5382
+ approvedBy: URL "https://example.com/",
5383
+ likeAuthorization: LikeAuthorization {},
5384
+ replyAuthorization: ReplyAuthorization {},
5385
+ announceAuthorization: AnnounceAuthorization {},
4064
5386
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
4065
5387
  object: Object {},
4066
5388
  target: Object {},
@@ -4105,6 +5427,11 @@ snapshot[`Deno.inspect(Like) [auto] 2`] = `
4105
5427
  sensitive: true,
4106
5428
  source: Source {},
4107
5429
  proof: URL "https://example.com/",
5430
+ interactionPolicy: InteractionPolicy {},
5431
+ approvedBy: URL "https://example.com/",
5432
+ likeAuthorization: URL "https://example.com/",
5433
+ replyAuthorization: URL "https://example.com/",
5434
+ announceAuthorization: URL "https://example.com/",
4108
5435
  actor: URL "https://example.com/",
4109
5436
  object: URL "https://example.com/",
4110
5437
  target: URL "https://example.com/",
@@ -4149,6 +5476,11 @@ snapshot[`Deno.inspect(Like) [auto] 3`] = `
4149
5476
  sensitive: true,
4150
5477
  source: Source {},
4151
5478
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
5479
+ interactionPolicy: InteractionPolicy {},
5480
+ approvedBy: URL "https://example.com/",
5481
+ likeAuthorization: LikeAuthorization {},
5482
+ replyAuthorization: ReplyAuthorization {},
5483
+ announceAuthorization: AnnounceAuthorization {},
4152
5484
  actors: [ Application {}, Application {} ],
4153
5485
  objects: [ Object {}, Object {} ],
4154
5486
  targets: [ Object {}, Object {} ],
@@ -4268,6 +5600,11 @@ snapshot[`Deno.inspect(Listen) [auto] 1`] = `
4268
5600
  sensitive: true,
4269
5601
  source: Source {},
4270
5602
  proof: DataIntegrityProof {},
5603
+ interactionPolicy: InteractionPolicy {},
5604
+ approvedBy: URL "https://example.com/",
5605
+ likeAuthorization: LikeAuthorization {},
5606
+ replyAuthorization: ReplyAuthorization {},
5607
+ announceAuthorization: AnnounceAuthorization {},
4271
5608
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
4272
5609
  object: Object {},
4273
5610
  target: Object {},
@@ -4312,6 +5649,11 @@ snapshot[`Deno.inspect(Listen) [auto] 2`] = `
4312
5649
  sensitive: true,
4313
5650
  source: Source {},
4314
5651
  proof: URL "https://example.com/",
5652
+ interactionPolicy: InteractionPolicy {},
5653
+ approvedBy: URL "https://example.com/",
5654
+ likeAuthorization: URL "https://example.com/",
5655
+ replyAuthorization: URL "https://example.com/",
5656
+ announceAuthorization: URL "https://example.com/",
4315
5657
  actor: URL "https://example.com/",
4316
5658
  object: URL "https://example.com/",
4317
5659
  target: URL "https://example.com/",
@@ -4356,6 +5698,11 @@ snapshot[`Deno.inspect(Listen) [auto] 3`] = `
4356
5698
  sensitive: true,
4357
5699
  source: Source {},
4358
5700
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
5701
+ interactionPolicy: InteractionPolicy {},
5702
+ approvedBy: URL "https://example.com/",
5703
+ likeAuthorization: LikeAuthorization {},
5704
+ replyAuthorization: ReplyAuthorization {},
5705
+ announceAuthorization: AnnounceAuthorization {},
4359
5706
  actors: [ Application {}, Application {} ],
4360
5707
  objects: [ Object {}, Object {} ],
4361
5708
  targets: [ Object {}, Object {} ],
@@ -4475,6 +5822,11 @@ snapshot[`Deno.inspect(Move) [auto] 1`] = `
4475
5822
  sensitive: true,
4476
5823
  source: Source {},
4477
5824
  proof: DataIntegrityProof {},
5825
+ interactionPolicy: InteractionPolicy {},
5826
+ approvedBy: URL "https://example.com/",
5827
+ likeAuthorization: LikeAuthorization {},
5828
+ replyAuthorization: ReplyAuthorization {},
5829
+ announceAuthorization: AnnounceAuthorization {},
4478
5830
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
4479
5831
  object: Object {},
4480
5832
  target: Object {},
@@ -4519,6 +5871,11 @@ snapshot[`Deno.inspect(Move) [auto] 2`] = `
4519
5871
  sensitive: true,
4520
5872
  source: Source {},
4521
5873
  proof: URL "https://example.com/",
5874
+ interactionPolicy: InteractionPolicy {},
5875
+ approvedBy: URL "https://example.com/",
5876
+ likeAuthorization: URL "https://example.com/",
5877
+ replyAuthorization: URL "https://example.com/",
5878
+ announceAuthorization: URL "https://example.com/",
4522
5879
  actor: URL "https://example.com/",
4523
5880
  object: URL "https://example.com/",
4524
5881
  target: URL "https://example.com/",
@@ -4563,6 +5920,11 @@ snapshot[`Deno.inspect(Move) [auto] 3`] = `
4563
5920
  sensitive: true,
4564
5921
  source: Source {},
4565
5922
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
5923
+ interactionPolicy: InteractionPolicy {},
5924
+ approvedBy: URL "https://example.com/",
5925
+ likeAuthorization: LikeAuthorization {},
5926
+ replyAuthorization: ReplyAuthorization {},
5927
+ announceAuthorization: AnnounceAuthorization {},
4566
5928
  actors: [ Application {}, Application {} ],
4567
5929
  objects: [ Object {}, Object {} ],
4568
5930
  targets: [ Object {}, Object {} ],
@@ -4607,6 +5969,11 @@ snapshot[`Deno.inspect(Note) [auto] 1`] = `
4607
5969
  sensitive: true,
4608
5970
  source: Source {},
4609
5971
  proof: DataIntegrityProof {},
5972
+ interactionPolicy: InteractionPolicy {},
5973
+ approvedBy: URL "https://example.com/",
5974
+ likeAuthorization: LikeAuthorization {},
5975
+ replyAuthorization: ReplyAuthorization {},
5976
+ announceAuthorization: AnnounceAuthorization {},
4610
5977
  quoteUrl: URL "https://fedify.dev/"
4611
5978
  }'
4612
5979
  `;
@@ -4646,6 +6013,11 @@ snapshot[`Deno.inspect(Note) [auto] 2`] = `
4646
6013
  sensitive: true,
4647
6014
  source: Source {},
4648
6015
  proof: URL "https://example.com/",
6016
+ interactionPolicy: InteractionPolicy {},
6017
+ approvedBy: URL "https://example.com/",
6018
+ likeAuthorization: URL "https://example.com/",
6019
+ replyAuthorization: URL "https://example.com/",
6020
+ announceAuthorization: URL "https://example.com/",
4649
6021
  quoteUrl: URL "https://fedify.dev/"
4650
6022
  }'
4651
6023
  `;
@@ -4685,6 +6057,11 @@ snapshot[`Deno.inspect(Note) [auto] 3`] = `
4685
6057
  sensitive: true,
4686
6058
  source: Source {},
4687
6059
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
6060
+ interactionPolicy: InteractionPolicy {},
6061
+ approvedBy: URL "https://example.com/",
6062
+ likeAuthorization: LikeAuthorization {},
6063
+ replyAuthorization: ReplyAuthorization {},
6064
+ announceAuthorization: AnnounceAuthorization {},
4688
6065
  quoteUrl: URL "https://fedify.dev/"
4689
6066
  }'
4690
6067
  `;
@@ -4723,7 +6100,12 @@ snapshot[`Deno.inspect(Object) [auto] 1`] = `
4723
6100
  duration: PT1H,
4724
6101
  sensitive: true,
4725
6102
  source: Source {},
4726
- proof: DataIntegrityProof {}
6103
+ proof: DataIntegrityProof {},
6104
+ interactionPolicy: InteractionPolicy {},
6105
+ approvedBy: URL "https://example.com/",
6106
+ likeAuthorization: LikeAuthorization {},
6107
+ replyAuthorization: ReplyAuthorization {},
6108
+ announceAuthorization: AnnounceAuthorization {}
4727
6109
  }'
4728
6110
  `;
4729
6111
 
@@ -4761,7 +6143,12 @@ snapshot[`Deno.inspect(Object) [auto] 2`] = `
4761
6143
  duration: PT1H,
4762
6144
  sensitive: true,
4763
6145
  source: Source {},
4764
- proof: URL "https://example.com/"
6146
+ proof: URL "https://example.com/",
6147
+ interactionPolicy: InteractionPolicy {},
6148
+ approvedBy: URL "https://example.com/",
6149
+ likeAuthorization: URL "https://example.com/",
6150
+ replyAuthorization: URL "https://example.com/",
6151
+ announceAuthorization: URL "https://example.com/"
4765
6152
  }'
4766
6153
  `;
4767
6154
 
@@ -4799,7 +6186,12 @@ snapshot[`Deno.inspect(Object) [auto] 3`] = `
4799
6186
  duration: PT1H,
4800
6187
  sensitive: true,
4801
6188
  source: Source {},
4802
- proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ]
6189
+ proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
6190
+ interactionPolicy: InteractionPolicy {},
6191
+ approvedBy: URL "https://example.com/",
6192
+ likeAuthorization: LikeAuthorization {},
6193
+ replyAuthorization: ReplyAuthorization {},
6194
+ announceAuthorization: AnnounceAuthorization {}
4803
6195
  }'
4804
6196
  `;
4805
6197
 
@@ -4838,6 +6230,11 @@ snapshot[`Deno.inspect(Offer) [auto] 1`] = `
4838
6230
  sensitive: true,
4839
6231
  source: Source {},
4840
6232
  proof: DataIntegrityProof {},
6233
+ interactionPolicy: InteractionPolicy {},
6234
+ approvedBy: URL "https://example.com/",
6235
+ likeAuthorization: LikeAuthorization {},
6236
+ replyAuthorization: ReplyAuthorization {},
6237
+ announceAuthorization: AnnounceAuthorization {},
4841
6238
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
4842
6239
  object: Object {},
4843
6240
  target: Object {},
@@ -4882,6 +6279,11 @@ snapshot[`Deno.inspect(Offer) [auto] 2`] = `
4882
6279
  sensitive: true,
4883
6280
  source: Source {},
4884
6281
  proof: URL "https://example.com/",
6282
+ interactionPolicy: InteractionPolicy {},
6283
+ approvedBy: URL "https://example.com/",
6284
+ likeAuthorization: URL "https://example.com/",
6285
+ replyAuthorization: URL "https://example.com/",
6286
+ announceAuthorization: URL "https://example.com/",
4885
6287
  actor: URL "https://example.com/",
4886
6288
  object: URL "https://example.com/",
4887
6289
  target: URL "https://example.com/",
@@ -4926,6 +6328,11 @@ snapshot[`Deno.inspect(Offer) [auto] 3`] = `
4926
6328
  sensitive: true,
4927
6329
  source: Source {},
4928
6330
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
6331
+ interactionPolicy: InteractionPolicy {},
6332
+ approvedBy: URL "https://example.com/",
6333
+ likeAuthorization: LikeAuthorization {},
6334
+ replyAuthorization: ReplyAuthorization {},
6335
+ announceAuthorization: AnnounceAuthorization {},
4929
6336
  actors: [ Application {}, Application {} ],
4930
6337
  objects: [ Object {}, Object {} ],
4931
6338
  targets: [ Object {}, Object {} ],
@@ -4970,6 +6377,11 @@ snapshot[`Deno.inspect(OrderedCollection) [auto] 1`] = `
4970
6377
  sensitive: true,
4971
6378
  source: Source {},
4972
6379
  proof: DataIntegrityProof {},
6380
+ interactionPolicy: InteractionPolicy {},
6381
+ approvedBy: URL "https://example.com/",
6382
+ likeAuthorization: LikeAuthorization {},
6383
+ replyAuthorization: ReplyAuthorization {},
6384
+ announceAuthorization: AnnounceAuthorization {},
4973
6385
  totalItems: 123,
4974
6386
  current: CollectionPage {},
4975
6387
  first: CollectionPage {},
@@ -5021,6 +6433,11 @@ snapshot[`Deno.inspect(OrderedCollection) [auto] 2`] = `
5021
6433
  sensitive: true,
5022
6434
  source: Source {},
5023
6435
  proof: URL "https://example.com/",
6436
+ interactionPolicy: InteractionPolicy {},
6437
+ approvedBy: URL "https://example.com/",
6438
+ likeAuthorization: URL "https://example.com/",
6439
+ replyAuthorization: URL "https://example.com/",
6440
+ announceAuthorization: URL "https://example.com/",
5024
6441
  totalItems: 123,
5025
6442
  current: URL "https://example.com/",
5026
6443
  first: URL "https://example.com/",
@@ -5072,6 +6489,11 @@ snapshot[`Deno.inspect(OrderedCollection) [auto] 3`] = `
5072
6489
  sensitive: true,
5073
6490
  source: Source {},
5074
6491
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
6492
+ interactionPolicy: InteractionPolicy {},
6493
+ approvedBy: URL "https://example.com/",
6494
+ likeAuthorization: LikeAuthorization {},
6495
+ replyAuthorization: ReplyAuthorization {},
6496
+ announceAuthorization: AnnounceAuthorization {},
5075
6497
  totalItems: 123,
5076
6498
  current: CollectionPage {},
5077
6499
  first: CollectionPage {},
@@ -5123,6 +6545,11 @@ snapshot[`Deno.inspect(OrderedCollectionPage) [auto] 1`] = `
5123
6545
  sensitive: true,
5124
6546
  source: Source {},
5125
6547
  proof: DataIntegrityProof {},
6548
+ interactionPolicy: InteractionPolicy {},
6549
+ approvedBy: URL "https://example.com/",
6550
+ likeAuthorization: LikeAuthorization {},
6551
+ replyAuthorization: ReplyAuthorization {},
6552
+ announceAuthorization: AnnounceAuthorization {},
5126
6553
  totalItems: 123,
5127
6554
  current: CollectionPage {},
5128
6555
  first: CollectionPage {},
@@ -5178,6 +6605,11 @@ snapshot[`Deno.inspect(OrderedCollectionPage) [auto] 2`] = `
5178
6605
  sensitive: true,
5179
6606
  source: Source {},
5180
6607
  proof: URL "https://example.com/",
6608
+ interactionPolicy: InteractionPolicy {},
6609
+ approvedBy: URL "https://example.com/",
6610
+ likeAuthorization: URL "https://example.com/",
6611
+ replyAuthorization: URL "https://example.com/",
6612
+ announceAuthorization: URL "https://example.com/",
5181
6613
  totalItems: 123,
5182
6614
  current: URL "https://example.com/",
5183
6615
  first: URL "https://example.com/",
@@ -5233,6 +6665,11 @@ snapshot[`Deno.inspect(OrderedCollectionPage) [auto] 3`] = `
5233
6665
  sensitive: true,
5234
6666
  source: Source {},
5235
6667
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
6668
+ interactionPolicy: InteractionPolicy {},
6669
+ approvedBy: URL "https://example.com/",
6670
+ likeAuthorization: LikeAuthorization {},
6671
+ replyAuthorization: ReplyAuthorization {},
6672
+ announceAuthorization: AnnounceAuthorization {},
5236
6673
  totalItems: 123,
5237
6674
  current: CollectionPage {},
5238
6675
  first: CollectionPage {},
@@ -5288,6 +6725,11 @@ snapshot[`Deno.inspect(Organization) [auto] 1`] = `
5288
6725
  sensitive: true,
5289
6726
  source: Source {},
5290
6727
  proof: DataIntegrityProof {},
6728
+ interactionPolicy: InteractionPolicy {},
6729
+ approvedBy: URL "https://example.com/",
6730
+ likeAuthorization: LikeAuthorization {},
6731
+ replyAuthorization: ReplyAuthorization {},
6732
+ announceAuthorization: AnnounceAuthorization {},
5291
6733
  preferredUsernames: [ "hello", <en> "hello" ],
5292
6734
  publicKey: CryptographicKey {},
5293
6735
  assertionMethod: Multikey {},
@@ -5348,6 +6790,11 @@ snapshot[`Deno.inspect(Organization) [auto] 2`] = `
5348
6790
  sensitive: true,
5349
6791
  source: Source {},
5350
6792
  proof: URL "https://example.com/",
6793
+ interactionPolicy: InteractionPolicy {},
6794
+ approvedBy: URL "https://example.com/",
6795
+ likeAuthorization: URL "https://example.com/",
6796
+ replyAuthorization: URL "https://example.com/",
6797
+ announceAuthorization: URL "https://example.com/",
5351
6798
  preferredUsernames: [ "hello", <en> "hello" ],
5352
6799
  publicKey: URL "https://example.com/",
5353
6800
  assertionMethod: URL "https://example.com/",
@@ -5408,6 +6855,11 @@ snapshot[`Deno.inspect(Organization) [auto] 3`] = `
5408
6855
  sensitive: true,
5409
6856
  source: Source {},
5410
6857
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
6858
+ interactionPolicy: InteractionPolicy {},
6859
+ approvedBy: URL "https://example.com/",
6860
+ likeAuthorization: LikeAuthorization {},
6861
+ replyAuthorization: ReplyAuthorization {},
6862
+ announceAuthorization: AnnounceAuthorization {},
5411
6863
  preferredUsernames: [ "hello", "hello" ],
5412
6864
  publicKeys: [ CryptographicKey {}, CryptographicKey {} ],
5413
6865
  assertionMethods: [ Multikey {}, Multikey {} ],
@@ -5468,6 +6920,11 @@ snapshot[`Deno.inspect(Page) [auto] 1`] = `
5468
6920
  sensitive: true,
5469
6921
  source: Source {},
5470
6922
  proof: DataIntegrityProof {},
6923
+ interactionPolicy: InteractionPolicy {},
6924
+ approvedBy: URL "https://example.com/",
6925
+ likeAuthorization: LikeAuthorization {},
6926
+ replyAuthorization: ReplyAuthorization {},
6927
+ announceAuthorization: AnnounceAuthorization {},
5471
6928
  width: 123,
5472
6929
  height: 123
5473
6930
  }'
@@ -5508,6 +6965,11 @@ snapshot[`Deno.inspect(Page) [auto] 2`] = `
5508
6965
  sensitive: true,
5509
6966
  source: Source {},
5510
6967
  proof: URL "https://example.com/",
6968
+ interactionPolicy: InteractionPolicy {},
6969
+ approvedBy: URL "https://example.com/",
6970
+ likeAuthorization: URL "https://example.com/",
6971
+ replyAuthorization: URL "https://example.com/",
6972
+ announceAuthorization: URL "https://example.com/",
5511
6973
  width: 123,
5512
6974
  height: 123
5513
6975
  }'
@@ -5548,6 +7010,11 @@ snapshot[`Deno.inspect(Page) [auto] 3`] = `
5548
7010
  sensitive: true,
5549
7011
  source: Source {},
5550
7012
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
7013
+ interactionPolicy: InteractionPolicy {},
7014
+ approvedBy: URL "https://example.com/",
7015
+ likeAuthorization: LikeAuthorization {},
7016
+ replyAuthorization: ReplyAuthorization {},
7017
+ announceAuthorization: AnnounceAuthorization {},
5551
7018
  width: 123,
5552
7019
  height: 123
5553
7020
  }'
@@ -5588,6 +7055,11 @@ snapshot[`Deno.inspect(Person) [auto] 1`] = `
5588
7055
  sensitive: true,
5589
7056
  source: Source {},
5590
7057
  proof: DataIntegrityProof {},
7058
+ interactionPolicy: InteractionPolicy {},
7059
+ approvedBy: URL "https://example.com/",
7060
+ likeAuthorization: LikeAuthorization {},
7061
+ replyAuthorization: ReplyAuthorization {},
7062
+ announceAuthorization: AnnounceAuthorization {},
5591
7063
  preferredUsernames: [ "hello", <en> "hello" ],
5592
7064
  publicKey: CryptographicKey {},
5593
7065
  assertionMethod: Multikey {},
@@ -5648,6 +7120,11 @@ snapshot[`Deno.inspect(Person) [auto] 2`] = `
5648
7120
  sensitive: true,
5649
7121
  source: Source {},
5650
7122
  proof: URL "https://example.com/",
7123
+ interactionPolicy: InteractionPolicy {},
7124
+ approvedBy: URL "https://example.com/",
7125
+ likeAuthorization: URL "https://example.com/",
7126
+ replyAuthorization: URL "https://example.com/",
7127
+ announceAuthorization: URL "https://example.com/",
5651
7128
  preferredUsernames: [ "hello", <en> "hello" ],
5652
7129
  publicKey: URL "https://example.com/",
5653
7130
  assertionMethod: URL "https://example.com/",
@@ -5708,6 +7185,11 @@ snapshot[`Deno.inspect(Person) [auto] 3`] = `
5708
7185
  sensitive: true,
5709
7186
  source: Source {},
5710
7187
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
7188
+ interactionPolicy: InteractionPolicy {},
7189
+ approvedBy: URL "https://example.com/",
7190
+ likeAuthorization: LikeAuthorization {},
7191
+ replyAuthorization: ReplyAuthorization {},
7192
+ announceAuthorization: AnnounceAuthorization {},
5711
7193
  preferredUsernames: [ "hello", "hello" ],
5712
7194
  publicKeys: [ CryptographicKey {}, CryptographicKey {} ],
5713
7195
  assertionMethods: [ Multikey {}, Multikey {} ],
@@ -5768,6 +7250,11 @@ snapshot[`Deno.inspect(Place) [auto] 1`] = `
5768
7250
  sensitive: true,
5769
7251
  source: Source {},
5770
7252
  proof: DataIntegrityProof {},
7253
+ interactionPolicy: InteractionPolicy {},
7254
+ approvedBy: URL "https://example.com/",
7255
+ likeAuthorization: LikeAuthorization {},
7256
+ replyAuthorization: ReplyAuthorization {},
7257
+ announceAuthorization: AnnounceAuthorization {},
5771
7258
  accuracy: 12.34,
5772
7259
  altitude: 12.34,
5773
7260
  latitude: 12.34,
@@ -5812,6 +7299,11 @@ snapshot[`Deno.inspect(Place) [auto] 2`] = `
5812
7299
  sensitive: true,
5813
7300
  source: Source {},
5814
7301
  proof: URL "https://example.com/",
7302
+ interactionPolicy: InteractionPolicy {},
7303
+ approvedBy: URL "https://example.com/",
7304
+ likeAuthorization: URL "https://example.com/",
7305
+ replyAuthorization: URL "https://example.com/",
7306
+ announceAuthorization: URL "https://example.com/",
5815
7307
  accuracy: 12.34,
5816
7308
  altitude: 12.34,
5817
7309
  latitude: 12.34,
@@ -5856,6 +7348,11 @@ snapshot[`Deno.inspect(Place) [auto] 3`] = `
5856
7348
  sensitive: true,
5857
7349
  source: Source {},
5858
7350
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
7351
+ interactionPolicy: InteractionPolicy {},
7352
+ approvedBy: URL "https://example.com/",
7353
+ likeAuthorization: LikeAuthorization {},
7354
+ replyAuthorization: ReplyAuthorization {},
7355
+ announceAuthorization: AnnounceAuthorization {},
5859
7356
  accuracy: 12.34,
5860
7357
  altitude: 12.34,
5861
7358
  latitude: 12.34,
@@ -5900,6 +7397,11 @@ snapshot[`Deno.inspect(Profile) [auto] 1`] = `
5900
7397
  sensitive: true,
5901
7398
  source: Source {},
5902
7399
  proof: DataIntegrityProof {},
7400
+ interactionPolicy: InteractionPolicy {},
7401
+ approvedBy: URL "https://example.com/",
7402
+ likeAuthorization: LikeAuthorization {},
7403
+ replyAuthorization: ReplyAuthorization {},
7404
+ announceAuthorization: AnnounceAuthorization {},
5903
7405
  describes: Object {}
5904
7406
  }'
5905
7407
  `;
@@ -5939,6 +7441,11 @@ snapshot[`Deno.inspect(Profile) [auto] 2`] = `
5939
7441
  sensitive: true,
5940
7442
  source: Source {},
5941
7443
  proof: URL "https://example.com/",
7444
+ interactionPolicy: InteractionPolicy {},
7445
+ approvedBy: URL "https://example.com/",
7446
+ likeAuthorization: URL "https://example.com/",
7447
+ replyAuthorization: URL "https://example.com/",
7448
+ announceAuthorization: URL "https://example.com/",
5942
7449
  describes: URL "https://example.com/"
5943
7450
  }'
5944
7451
  `;
@@ -5978,6 +7485,11 @@ snapshot[`Deno.inspect(Profile) [auto] 3`] = `
5978
7485
  sensitive: true,
5979
7486
  source: Source {},
5980
7487
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
7488
+ interactionPolicy: InteractionPolicy {},
7489
+ approvedBy: URL "https://example.com/",
7490
+ likeAuthorization: LikeAuthorization {},
7491
+ replyAuthorization: ReplyAuthorization {},
7492
+ announceAuthorization: AnnounceAuthorization {},
5981
7493
  describes: Object {}
5982
7494
  }'
5983
7495
  `;
@@ -6017,6 +7529,11 @@ snapshot[`Deno.inspect(Question) [auto] 1`] = `
6017
7529
  sensitive: true,
6018
7530
  source: Source {},
6019
7531
  proof: DataIntegrityProof {},
7532
+ interactionPolicy: InteractionPolicy {},
7533
+ approvedBy: URL "https://example.com/",
7534
+ likeAuthorization: LikeAuthorization {},
7535
+ replyAuthorization: ReplyAuthorization {},
7536
+ announceAuthorization: AnnounceAuthorization {},
6020
7537
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
6021
7538
  object: Object {},
6022
7539
  target: Object {},
@@ -6066,6 +7583,11 @@ snapshot[`Deno.inspect(Question) [auto] 2`] = `
6066
7583
  sensitive: true,
6067
7584
  source: Source {},
6068
7585
  proof: URL "https://example.com/",
7586
+ interactionPolicy: InteractionPolicy {},
7587
+ approvedBy: URL "https://example.com/",
7588
+ likeAuthorization: URL "https://example.com/",
7589
+ replyAuthorization: URL "https://example.com/",
7590
+ announceAuthorization: URL "https://example.com/",
6069
7591
  actor: URL "https://example.com/",
6070
7592
  object: URL "https://example.com/",
6071
7593
  target: URL "https://example.com/",
@@ -6115,6 +7637,11 @@ snapshot[`Deno.inspect(Question) [auto] 3`] = `
6115
7637
  sensitive: true,
6116
7638
  source: Source {},
6117
7639
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
7640
+ interactionPolicy: InteractionPolicy {},
7641
+ approvedBy: URL "https://example.com/",
7642
+ likeAuthorization: LikeAuthorization {},
7643
+ replyAuthorization: ReplyAuthorization {},
7644
+ announceAuthorization: AnnounceAuthorization {},
6118
7645
  actors: [ Application {}, Application {} ],
6119
7646
  objects: [ Object {}, Object {} ],
6120
7647
  targets: [ Object {}, Object {} ],
@@ -6164,6 +7691,11 @@ snapshot[`Deno.inspect(Read) [auto] 1`] = `
6164
7691
  sensitive: true,
6165
7692
  source: Source {},
6166
7693
  proof: DataIntegrityProof {},
7694
+ interactionPolicy: InteractionPolicy {},
7695
+ approvedBy: URL "https://example.com/",
7696
+ likeAuthorization: LikeAuthorization {},
7697
+ replyAuthorization: ReplyAuthorization {},
7698
+ announceAuthorization: AnnounceAuthorization {},
6167
7699
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
6168
7700
  object: Object {},
6169
7701
  target: Object {},
@@ -6208,6 +7740,11 @@ snapshot[`Deno.inspect(Read) [auto] 2`] = `
6208
7740
  sensitive: true,
6209
7741
  source: Source {},
6210
7742
  proof: URL "https://example.com/",
7743
+ interactionPolicy: InteractionPolicy {},
7744
+ approvedBy: URL "https://example.com/",
7745
+ likeAuthorization: URL "https://example.com/",
7746
+ replyAuthorization: URL "https://example.com/",
7747
+ announceAuthorization: URL "https://example.com/",
6211
7748
  actor: URL "https://example.com/",
6212
7749
  object: URL "https://example.com/",
6213
7750
  target: URL "https://example.com/",
@@ -6252,6 +7789,11 @@ snapshot[`Deno.inspect(Read) [auto] 3`] = `
6252
7789
  sensitive: true,
6253
7790
  source: Source {},
6254
7791
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
7792
+ interactionPolicy: InteractionPolicy {},
7793
+ approvedBy: URL "https://example.com/",
7794
+ likeAuthorization: LikeAuthorization {},
7795
+ replyAuthorization: ReplyAuthorization {},
7796
+ announceAuthorization: AnnounceAuthorization {},
6255
7797
  actors: [ Application {}, Application {} ],
6256
7798
  objects: [ Object {}, Object {} ],
6257
7799
  targets: [ Object {}, Object {} ],
@@ -6296,6 +7838,11 @@ snapshot[`Deno.inspect(Reject) [auto] 1`] = `
6296
7838
  sensitive: true,
6297
7839
  source: Source {},
6298
7840
  proof: DataIntegrityProof {},
7841
+ interactionPolicy: InteractionPolicy {},
7842
+ approvedBy: URL "https://example.com/",
7843
+ likeAuthorization: LikeAuthorization {},
7844
+ replyAuthorization: ReplyAuthorization {},
7845
+ announceAuthorization: AnnounceAuthorization {},
6299
7846
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
6300
7847
  object: Object {},
6301
7848
  target: Object {},
@@ -6340,6 +7887,11 @@ snapshot[`Deno.inspect(Reject) [auto] 2`] = `
6340
7887
  sensitive: true,
6341
7888
  source: Source {},
6342
7889
  proof: URL "https://example.com/",
7890
+ interactionPolicy: InteractionPolicy {},
7891
+ approvedBy: URL "https://example.com/",
7892
+ likeAuthorization: URL "https://example.com/",
7893
+ replyAuthorization: URL "https://example.com/",
7894
+ announceAuthorization: URL "https://example.com/",
6343
7895
  actor: URL "https://example.com/",
6344
7896
  object: URL "https://example.com/",
6345
7897
  target: URL "https://example.com/",
@@ -6384,6 +7936,11 @@ snapshot[`Deno.inspect(Reject) [auto] 3`] = `
6384
7936
  sensitive: true,
6385
7937
  source: Source {},
6386
7938
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
7939
+ interactionPolicy: InteractionPolicy {},
7940
+ approvedBy: URL "https://example.com/",
7941
+ likeAuthorization: LikeAuthorization {},
7942
+ replyAuthorization: ReplyAuthorization {},
7943
+ announceAuthorization: AnnounceAuthorization {},
6387
7944
  actors: [ Application {}, Application {} ],
6388
7945
  objects: [ Object {}, Object {} ],
6389
7946
  targets: [ Object {}, Object {} ],
@@ -6428,6 +7985,11 @@ snapshot[`Deno.inspect(Relationship) [auto] 1`] = `
6428
7985
  sensitive: true,
6429
7986
  source: Source {},
6430
7987
  proof: DataIntegrityProof {},
7988
+ interactionPolicy: InteractionPolicy {},
7989
+ approvedBy: URL "https://example.com/",
7990
+ likeAuthorization: LikeAuthorization {},
7991
+ replyAuthorization: ReplyAuthorization {},
7992
+ announceAuthorization: AnnounceAuthorization {},
6431
7993
  subject: Object {},
6432
7994
  object: Object {},
6433
7995
  relationship: Object {}
@@ -6469,6 +8031,11 @@ snapshot[`Deno.inspect(Relationship) [auto] 2`] = `
6469
8031
  sensitive: true,
6470
8032
  source: Source {},
6471
8033
  proof: URL "https://example.com/",
8034
+ interactionPolicy: InteractionPolicy {},
8035
+ approvedBy: URL "https://example.com/",
8036
+ likeAuthorization: URL "https://example.com/",
8037
+ replyAuthorization: URL "https://example.com/",
8038
+ announceAuthorization: URL "https://example.com/",
6472
8039
  subject: URL "https://example.com/",
6473
8040
  object: URL "https://example.com/",
6474
8041
  relationship: URL "https://example.com/"
@@ -6510,6 +8077,11 @@ snapshot[`Deno.inspect(Relationship) [auto] 3`] = `
6510
8077
  sensitive: true,
6511
8078
  source: Source {},
6512
8079
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
8080
+ interactionPolicy: InteractionPolicy {},
8081
+ approvedBy: URL "https://example.com/",
8082
+ likeAuthorization: LikeAuthorization {},
8083
+ replyAuthorization: ReplyAuthorization {},
8084
+ announceAuthorization: AnnounceAuthorization {},
6513
8085
  subject: Object {},
6514
8086
  objects: [ Object {}, Object {} ],
6515
8087
  relationships: [ Object {}, Object {} ]
@@ -6551,6 +8123,11 @@ snapshot[`Deno.inspect(Remove) [auto] 1`] = `
6551
8123
  sensitive: true,
6552
8124
  source: Source {},
6553
8125
  proof: DataIntegrityProof {},
8126
+ interactionPolicy: InteractionPolicy {},
8127
+ approvedBy: URL "https://example.com/",
8128
+ likeAuthorization: LikeAuthorization {},
8129
+ replyAuthorization: ReplyAuthorization {},
8130
+ announceAuthorization: AnnounceAuthorization {},
6554
8131
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
6555
8132
  object: Object {},
6556
8133
  target: Object {},
@@ -6595,6 +8172,11 @@ snapshot[`Deno.inspect(Remove) [auto] 2`] = `
6595
8172
  sensitive: true,
6596
8173
  source: Source {},
6597
8174
  proof: URL "https://example.com/",
8175
+ interactionPolicy: InteractionPolicy {},
8176
+ approvedBy: URL "https://example.com/",
8177
+ likeAuthorization: URL "https://example.com/",
8178
+ replyAuthorization: URL "https://example.com/",
8179
+ announceAuthorization: URL "https://example.com/",
6598
8180
  actor: URL "https://example.com/",
6599
8181
  object: URL "https://example.com/",
6600
8182
  target: URL "https://example.com/",
@@ -6639,6 +8221,11 @@ snapshot[`Deno.inspect(Remove) [auto] 3`] = `
6639
8221
  sensitive: true,
6640
8222
  source: Source {},
6641
8223
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
8224
+ interactionPolicy: InteractionPolicy {},
8225
+ approvedBy: URL "https://example.com/",
8226
+ likeAuthorization: LikeAuthorization {},
8227
+ replyAuthorization: ReplyAuthorization {},
8228
+ announceAuthorization: AnnounceAuthorization {},
6642
8229
  actors: [ Application {}, Application {} ],
6643
8230
  objects: [ Object {}, Object {} ],
6644
8231
  targets: [ Object {}, Object {} ],
@@ -6683,6 +8270,11 @@ snapshot[`Deno.inspect(Service) [auto] 1`] = `
6683
8270
  sensitive: true,
6684
8271
  source: Source {},
6685
8272
  proof: DataIntegrityProof {},
8273
+ interactionPolicy: InteractionPolicy {},
8274
+ approvedBy: URL "https://example.com/",
8275
+ likeAuthorization: LikeAuthorization {},
8276
+ replyAuthorization: ReplyAuthorization {},
8277
+ announceAuthorization: AnnounceAuthorization {},
6686
8278
  preferredUsernames: [ "hello", <en> "hello" ],
6687
8279
  publicKey: CryptographicKey {},
6688
8280
  assertionMethod: Multikey {},
@@ -6743,6 +8335,11 @@ snapshot[`Deno.inspect(Service) [auto] 2`] = `
6743
8335
  sensitive: true,
6744
8336
  source: Source {},
6745
8337
  proof: URL "https://example.com/",
8338
+ interactionPolicy: InteractionPolicy {},
8339
+ approvedBy: URL "https://example.com/",
8340
+ likeAuthorization: URL "https://example.com/",
8341
+ replyAuthorization: URL "https://example.com/",
8342
+ announceAuthorization: URL "https://example.com/",
6746
8343
  preferredUsernames: [ "hello", <en> "hello" ],
6747
8344
  publicKey: URL "https://example.com/",
6748
8345
  assertionMethod: URL "https://example.com/",
@@ -6803,6 +8400,11 @@ snapshot[`Deno.inspect(Service) [auto] 3`] = `
6803
8400
  sensitive: true,
6804
8401
  source: Source {},
6805
8402
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
8403
+ interactionPolicy: InteractionPolicy {},
8404
+ approvedBy: URL "https://example.com/",
8405
+ likeAuthorization: LikeAuthorization {},
8406
+ replyAuthorization: ReplyAuthorization {},
8407
+ announceAuthorization: AnnounceAuthorization {},
6806
8408
  preferredUsernames: [ "hello", "hello" ],
6807
8409
  publicKeys: [ CryptographicKey {}, CryptographicKey {} ],
6808
8410
  assertionMethods: [ Multikey {}, Multikey {} ],
@@ -6887,6 +8489,11 @@ snapshot[`Deno.inspect(TentativeAccept) [auto] 1`] = `
6887
8489
  sensitive: true,
6888
8490
  source: Source {},
6889
8491
  proof: DataIntegrityProof {},
8492
+ interactionPolicy: InteractionPolicy {},
8493
+ approvedBy: URL "https://example.com/",
8494
+ likeAuthorization: LikeAuthorization {},
8495
+ replyAuthorization: ReplyAuthorization {},
8496
+ announceAuthorization: AnnounceAuthorization {},
6890
8497
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
6891
8498
  object: Object {},
6892
8499
  target: Object {},
@@ -6931,6 +8538,11 @@ snapshot[`Deno.inspect(TentativeAccept) [auto] 2`] = `
6931
8538
  sensitive: true,
6932
8539
  source: Source {},
6933
8540
  proof: URL "https://example.com/",
8541
+ interactionPolicy: InteractionPolicy {},
8542
+ approvedBy: URL "https://example.com/",
8543
+ likeAuthorization: URL "https://example.com/",
8544
+ replyAuthorization: URL "https://example.com/",
8545
+ announceAuthorization: URL "https://example.com/",
6934
8546
  actor: URL "https://example.com/",
6935
8547
  object: URL "https://example.com/",
6936
8548
  target: URL "https://example.com/",
@@ -6975,6 +8587,11 @@ snapshot[`Deno.inspect(TentativeAccept) [auto] 3`] = `
6975
8587
  sensitive: true,
6976
8588
  source: Source {},
6977
8589
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
8590
+ interactionPolicy: InteractionPolicy {},
8591
+ approvedBy: URL "https://example.com/",
8592
+ likeAuthorization: LikeAuthorization {},
8593
+ replyAuthorization: ReplyAuthorization {},
8594
+ announceAuthorization: AnnounceAuthorization {},
6978
8595
  actors: [ Application {}, Application {} ],
6979
8596
  objects: [ Object {}, Object {} ],
6980
8597
  targets: [ Object {}, Object {} ],
@@ -7019,6 +8636,11 @@ snapshot[`Deno.inspect(TentativeReject) [auto] 1`] = `
7019
8636
  sensitive: true,
7020
8637
  source: Source {},
7021
8638
  proof: DataIntegrityProof {},
8639
+ interactionPolicy: InteractionPolicy {},
8640
+ approvedBy: URL "https://example.com/",
8641
+ likeAuthorization: LikeAuthorization {},
8642
+ replyAuthorization: ReplyAuthorization {},
8643
+ announceAuthorization: AnnounceAuthorization {},
7022
8644
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
7023
8645
  object: Object {},
7024
8646
  target: Object {},
@@ -7063,6 +8685,11 @@ snapshot[`Deno.inspect(TentativeReject) [auto] 2`] = `
7063
8685
  sensitive: true,
7064
8686
  source: Source {},
7065
8687
  proof: URL "https://example.com/",
8688
+ interactionPolicy: InteractionPolicy {},
8689
+ approvedBy: URL "https://example.com/",
8690
+ likeAuthorization: URL "https://example.com/",
8691
+ replyAuthorization: URL "https://example.com/",
8692
+ announceAuthorization: URL "https://example.com/",
7066
8693
  actor: URL "https://example.com/",
7067
8694
  object: URL "https://example.com/",
7068
8695
  target: URL "https://example.com/",
@@ -7107,6 +8734,11 @@ snapshot[`Deno.inspect(TentativeReject) [auto] 3`] = `
7107
8734
  sensitive: true,
7108
8735
  source: Source {},
7109
8736
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
8737
+ interactionPolicy: InteractionPolicy {},
8738
+ approvedBy: URL "https://example.com/",
8739
+ likeAuthorization: LikeAuthorization {},
8740
+ replyAuthorization: ReplyAuthorization {},
8741
+ announceAuthorization: AnnounceAuthorization {},
7110
8742
  actors: [ Application {}, Application {} ],
7111
8743
  objects: [ Object {}, Object {} ],
7112
8744
  targets: [ Object {}, Object {} ],
@@ -7151,6 +8783,11 @@ snapshot[`Deno.inspect(Tombstone) [auto] 1`] = `
7151
8783
  sensitive: true,
7152
8784
  source: Source {},
7153
8785
  proof: DataIntegrityProof {},
8786
+ interactionPolicy: InteractionPolicy {},
8787
+ approvedBy: URL "https://example.com/",
8788
+ likeAuthorization: LikeAuthorization {},
8789
+ replyAuthorization: ReplyAuthorization {},
8790
+ announceAuthorization: AnnounceAuthorization {},
7154
8791
  deleted: 2024-03-03T08:30:06.796196096Z
7155
8792
  }'
7156
8793
  `;
@@ -7190,6 +8827,11 @@ snapshot[`Deno.inspect(Tombstone) [auto] 2`] = `
7190
8827
  sensitive: true,
7191
8828
  source: Source {},
7192
8829
  proof: URL "https://example.com/",
8830
+ interactionPolicy: InteractionPolicy {},
8831
+ approvedBy: URL "https://example.com/",
8832
+ likeAuthorization: URL "https://example.com/",
8833
+ replyAuthorization: URL "https://example.com/",
8834
+ announceAuthorization: URL "https://example.com/",
7193
8835
  deleted: 2024-03-03T08:30:06.796196096Z
7194
8836
  }'
7195
8837
  `;
@@ -7229,6 +8871,11 @@ snapshot[`Deno.inspect(Tombstone) [auto] 3`] = `
7229
8871
  sensitive: true,
7230
8872
  source: Source {},
7231
8873
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
8874
+ interactionPolicy: InteractionPolicy {},
8875
+ approvedBy: URL "https://example.com/",
8876
+ likeAuthorization: LikeAuthorization {},
8877
+ replyAuthorization: ReplyAuthorization {},
8878
+ announceAuthorization: AnnounceAuthorization {},
7232
8879
  deleted: 2024-03-03T08:30:06.796196096Z
7233
8880
  }'
7234
8881
  `;
@@ -7268,6 +8915,11 @@ snapshot[`Deno.inspect(Travel) [auto] 1`] = `
7268
8915
  sensitive: true,
7269
8916
  source: Source {},
7270
8917
  proof: DataIntegrityProof {},
8918
+ interactionPolicy: InteractionPolicy {},
8919
+ approvedBy: URL "https://example.com/",
8920
+ likeAuthorization: LikeAuthorization {},
8921
+ replyAuthorization: ReplyAuthorization {},
8922
+ announceAuthorization: AnnounceAuthorization {},
7271
8923
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
7272
8924
  object: Object {},
7273
8925
  target: Object {},
@@ -7312,6 +8964,11 @@ snapshot[`Deno.inspect(Travel) [auto] 2`] = `
7312
8964
  sensitive: true,
7313
8965
  source: Source {},
7314
8966
  proof: URL "https://example.com/",
8967
+ interactionPolicy: InteractionPolicy {},
8968
+ approvedBy: URL "https://example.com/",
8969
+ likeAuthorization: URL "https://example.com/",
8970
+ replyAuthorization: URL "https://example.com/",
8971
+ announceAuthorization: URL "https://example.com/",
7315
8972
  actor: URL "https://example.com/",
7316
8973
  object: URL "https://example.com/",
7317
8974
  target: URL "https://example.com/",
@@ -7356,6 +9013,11 @@ snapshot[`Deno.inspect(Travel) [auto] 3`] = `
7356
9013
  sensitive: true,
7357
9014
  source: Source {},
7358
9015
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
9016
+ interactionPolicy: InteractionPolicy {},
9017
+ approvedBy: URL "https://example.com/",
9018
+ likeAuthorization: LikeAuthorization {},
9019
+ replyAuthorization: ReplyAuthorization {},
9020
+ announceAuthorization: AnnounceAuthorization {},
7359
9021
  actors: [ Application {}, Application {} ],
7360
9022
  objects: [ Object {}, Object {} ],
7361
9023
  targets: [ Object {}, Object {} ],
@@ -7400,6 +9062,11 @@ snapshot[`Deno.inspect(Undo) [auto] 1`] = `
7400
9062
  sensitive: true,
7401
9063
  source: Source {},
7402
9064
  proof: DataIntegrityProof {},
9065
+ interactionPolicy: InteractionPolicy {},
9066
+ approvedBy: URL "https://example.com/",
9067
+ likeAuthorization: LikeAuthorization {},
9068
+ replyAuthorization: ReplyAuthorization {},
9069
+ announceAuthorization: AnnounceAuthorization {},
7403
9070
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
7404
9071
  object: Object {},
7405
9072
  target: Object {},
@@ -7444,6 +9111,11 @@ snapshot[`Deno.inspect(Undo) [auto] 2`] = `
7444
9111
  sensitive: true,
7445
9112
  source: Source {},
7446
9113
  proof: URL "https://example.com/",
9114
+ interactionPolicy: InteractionPolicy {},
9115
+ approvedBy: URL "https://example.com/",
9116
+ likeAuthorization: URL "https://example.com/",
9117
+ replyAuthorization: URL "https://example.com/",
9118
+ announceAuthorization: URL "https://example.com/",
7447
9119
  actor: URL "https://example.com/",
7448
9120
  object: URL "https://example.com/",
7449
9121
  target: URL "https://example.com/",
@@ -7488,6 +9160,11 @@ snapshot[`Deno.inspect(Undo) [auto] 3`] = `
7488
9160
  sensitive: true,
7489
9161
  source: Source {},
7490
9162
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
9163
+ interactionPolicy: InteractionPolicy {},
9164
+ approvedBy: URL "https://example.com/",
9165
+ likeAuthorization: LikeAuthorization {},
9166
+ replyAuthorization: ReplyAuthorization {},
9167
+ announceAuthorization: AnnounceAuthorization {},
7491
9168
  actors: [ Application {}, Application {} ],
7492
9169
  objects: [ Object {}, Object {} ],
7493
9170
  targets: [ Object {}, Object {} ],
@@ -7532,6 +9209,11 @@ snapshot[`Deno.inspect(Update) [auto] 1`] = `
7532
9209
  sensitive: true,
7533
9210
  source: Source {},
7534
9211
  proof: DataIntegrityProof {},
9212
+ interactionPolicy: InteractionPolicy {},
9213
+ approvedBy: URL "https://example.com/",
9214
+ likeAuthorization: LikeAuthorization {},
9215
+ replyAuthorization: ReplyAuthorization {},
9216
+ announceAuthorization: AnnounceAuthorization {},
7535
9217
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
7536
9218
  object: Object {},
7537
9219
  target: Object {},
@@ -7576,6 +9258,11 @@ snapshot[`Deno.inspect(Update) [auto] 2`] = `
7576
9258
  sensitive: true,
7577
9259
  source: Source {},
7578
9260
  proof: URL "https://example.com/",
9261
+ interactionPolicy: InteractionPolicy {},
9262
+ approvedBy: URL "https://example.com/",
9263
+ likeAuthorization: URL "https://example.com/",
9264
+ replyAuthorization: URL "https://example.com/",
9265
+ announceAuthorization: URL "https://example.com/",
7579
9266
  actor: URL "https://example.com/",
7580
9267
  object: URL "https://example.com/",
7581
9268
  target: URL "https://example.com/",
@@ -7620,6 +9307,11 @@ snapshot[`Deno.inspect(Update) [auto] 3`] = `
7620
9307
  sensitive: true,
7621
9308
  source: Source {},
7622
9309
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
9310
+ interactionPolicy: InteractionPolicy {},
9311
+ approvedBy: URL "https://example.com/",
9312
+ likeAuthorization: LikeAuthorization {},
9313
+ replyAuthorization: ReplyAuthorization {},
9314
+ announceAuthorization: AnnounceAuthorization {},
7623
9315
  actors: [ Application {}, Application {} ],
7624
9316
  objects: [ Object {}, Object {} ],
7625
9317
  targets: [ Object {}, Object {} ],
@@ -7664,6 +9356,11 @@ snapshot[`Deno.inspect(Video) [auto] 1`] = `
7664
9356
  sensitive: true,
7665
9357
  source: Source {},
7666
9358
  proof: DataIntegrityProof {},
9359
+ interactionPolicy: InteractionPolicy {},
9360
+ approvedBy: URL "https://example.com/",
9361
+ likeAuthorization: LikeAuthorization {},
9362
+ replyAuthorization: ReplyAuthorization {},
9363
+ announceAuthorization: AnnounceAuthorization {},
7667
9364
  width: 123,
7668
9365
  height: 123
7669
9366
  }'
@@ -7704,6 +9401,11 @@ snapshot[`Deno.inspect(Video) [auto] 2`] = `
7704
9401
  sensitive: true,
7705
9402
  source: Source {},
7706
9403
  proof: URL "https://example.com/",
9404
+ interactionPolicy: InteractionPolicy {},
9405
+ approvedBy: URL "https://example.com/",
9406
+ likeAuthorization: URL "https://example.com/",
9407
+ replyAuthorization: URL "https://example.com/",
9408
+ announceAuthorization: URL "https://example.com/",
7707
9409
  width: 123,
7708
9410
  height: 123
7709
9411
  }'
@@ -7744,6 +9446,11 @@ snapshot[`Deno.inspect(Video) [auto] 3`] = `
7744
9446
  sensitive: true,
7745
9447
  source: Source {},
7746
9448
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
9449
+ interactionPolicy: InteractionPolicy {},
9450
+ approvedBy: URL "https://example.com/",
9451
+ likeAuthorization: LikeAuthorization {},
9452
+ replyAuthorization: ReplyAuthorization {},
9453
+ announceAuthorization: AnnounceAuthorization {},
7747
9454
  width: 123,
7748
9455
  height: 123
7749
9456
  }'
@@ -7784,6 +9491,11 @@ snapshot[`Deno.inspect(View) [auto] 1`] = `
7784
9491
  sensitive: true,
7785
9492
  source: Source {},
7786
9493
  proof: DataIntegrityProof {},
9494
+ interactionPolicy: InteractionPolicy {},
9495
+ approvedBy: URL "https://example.com/",
9496
+ likeAuthorization: LikeAuthorization {},
9497
+ replyAuthorization: ReplyAuthorization {},
9498
+ announceAuthorization: AnnounceAuthorization {},
7787
9499
  actors: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
7788
9500
  object: Object {},
7789
9501
  target: Object {},
@@ -7828,6 +9540,11 @@ snapshot[`Deno.inspect(View) [auto] 2`] = `
7828
9540
  sensitive: true,
7829
9541
  source: Source {},
7830
9542
  proof: URL "https://example.com/",
9543
+ interactionPolicy: InteractionPolicy {},
9544
+ approvedBy: URL "https://example.com/",
9545
+ likeAuthorization: URL "https://example.com/",
9546
+ replyAuthorization: URL "https://example.com/",
9547
+ announceAuthorization: URL "https://example.com/",
7831
9548
  actor: URL "https://example.com/",
7832
9549
  object: URL "https://example.com/",
7833
9550
  target: URL "https://example.com/",
@@ -7872,6 +9589,11 @@ snapshot[`Deno.inspect(View) [auto] 3`] = `
7872
9589
  sensitive: true,
7873
9590
  source: Source {},
7874
9591
  proofs: [ DataIntegrityProof {}, DataIntegrityProof {} ],
9592
+ interactionPolicy: InteractionPolicy {},
9593
+ approvedBy: URL "https://example.com/",
9594
+ likeAuthorization: LikeAuthorization {},
9595
+ replyAuthorization: ReplyAuthorization {},
9596
+ announceAuthorization: AnnounceAuthorization {},
7875
9597
  actors: [ Application {}, Application {} ],
7876
9598
  objects: [ Object {}, Object {} ],
7877
9599
  targets: [ Object {}, Object {} ],