@atproto/ozone 0.1.125 → 0.1.126

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/ozone",
3
- "version": "0.1.125",
3
+ "version": "0.1.126",
4
4
  "license": "MIT",
5
5
  "description": "Backend service for moderating the Bluesky network.",
6
6
  "keywords": [
@@ -35,12 +35,12 @@
35
35
  "uint8arrays": "3.0.0",
36
36
  "undici": "^6.14.1",
37
37
  "ws": "^8.12.0",
38
- "@atproto/api": "^0.15.20",
38
+ "@atproto/api": "^0.15.21",
39
39
  "@atproto/common": "^0.4.11",
40
40
  "@atproto/crypto": "^0.4.4",
41
- "@atproto/identity": "^0.4.8",
42
41
  "@atproto/lexicon": "^0.4.11",
43
42
  "@atproto/syntax": "^0.4.0",
43
+ "@atproto/identity": "^0.4.8",
44
44
  "@atproto/xrpc": "^0.7.0",
45
45
  "@atproto/xrpc-server": "^0.8.0"
46
46
  },
@@ -55,7 +55,7 @@
55
55
  "ts-node": "^10.8.2",
56
56
  "typescript": "^5.6.3",
57
57
  "@atproto/lex-cli": "^0.8.3",
58
- "@atproto/pds": "^0.4.155"
58
+ "@atproto/pds": "^0.4.156"
59
59
  },
60
60
  "scripts": {
61
61
  "codegen": "lex gen-server --yes ./src/lexicon ../../lexicons/com/atproto/*/* ../../lexicons/app/bsky/*/* ../../lexicons/chat/bsky/*/* ../../lexicons/tools/ozone/*/*",
@@ -4790,10 +4790,14 @@ export const schemaDict = {
4790
4790
  format: 'at-uri',
4791
4791
  },
4792
4792
  knownFollowers: {
4793
+ description:
4794
+ 'This property is present only in selected cases, as an optimization.',
4793
4795
  type: 'ref',
4794
4796
  ref: 'lex:app.bsky.actor.defs#knownFollowers',
4795
4797
  },
4796
4798
  activitySubscription: {
4799
+ description:
4800
+ 'This property is present only in selected cases, as an optimization.',
4797
4801
  type: 'ref',
4798
4802
  ref: 'lex:app.bsky.notification.defs#activitySubscription',
4799
4803
  },
@@ -5,6 +5,11 @@ Object {
5
5
  "starterPack": Object {
6
6
  "cid": "cids(0)",
7
7
  "creator": Object {
8
+ "associated": Object {
9
+ "activitySubscription": Object {
10
+ "allowSubscriptions": "followers",
11
+ },
12
+ },
8
13
  "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
9
14
  "createdAt": "1970-01-01T00:00:00.000Z",
10
15
  "did": "user(0)",
@@ -35,6 +40,11 @@ Object {
35
40
  Object {
36
41
  "cid": "cids(3)",
37
42
  "creator": Object {
43
+ "associated": Object {
44
+ "activitySubscription": Object {
45
+ "allowSubscriptions": "followers",
46
+ },
47
+ },
38
48
  "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
39
49
  "createdAt": "1970-01-01T00:00:00.000Z",
40
50
  "description": "its me!",
@@ -91,6 +101,11 @@ Object {
91
101
  "listItemsSample": Array [
92
102
  Object {
93
103
  "subject": Object {
104
+ "associated": Object {
105
+ "activitySubscription": Object {
106
+ "allowSubscriptions": "followers",
107
+ },
108
+ },
94
109
  "did": "user(2)",
95
110
  "handle": "carol.test",
96
111
  "labels": Array [],
@@ -103,6 +118,11 @@ Object {
103
118
  },
104
119
  Object {
105
120
  "subject": Object {
121
+ "associated": Object {
122
+ "activitySubscription": Object {
123
+ "allowSubscriptions": "followers",
124
+ },
125
+ },
106
126
  "avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
107
127
  "createdAt": "1970-01-01T00:00:00.000Z",
108
128
  "description": "hi im bob label_me",
@@ -121,6 +141,9 @@ Object {
121
141
  Object {
122
142
  "subject": Object {
123
143
  "associated": Object {
144
+ "activitySubscription": Object {
145
+ "allowSubscriptions": "followers",
146
+ },
124
147
  "chat": Object {
125
148
  "allowIncoming": "none",
126
149
  },
@@ -156,6 +179,11 @@ exports[`admin get starter pack view getStarterPack() gets a starterpack while t
156
179
  Object {
157
180
  "cid": "cids(0)",
158
181
  "creator": Object {
182
+ "associated": Object {
183
+ "activitySubscription": Object {
184
+ "allowSubscriptions": "followers",
185
+ },
186
+ },
159
187
  "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
160
188
  "createdAt": "1970-01-01T00:00:00.000Z",
161
189
  "did": "user(0)",
@@ -186,6 +214,11 @@ Object {
186
214
  Object {
187
215
  "cid": "cids(3)",
188
216
  "creator": Object {
217
+ "associated": Object {
218
+ "activitySubscription": Object {
219
+ "allowSubscriptions": "followers",
220
+ },
221
+ },
189
222
  "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
190
223
  "createdAt": "1970-01-01T00:00:00.000Z",
191
224
  "description": "its me!",
@@ -242,6 +275,11 @@ Object {
242
275
  "listItemsSample": Array [
243
276
  Object {
244
277
  "subject": Object {
278
+ "associated": Object {
279
+ "activitySubscription": Object {
280
+ "allowSubscriptions": "followers",
281
+ },
282
+ },
245
283
  "did": "user(2)",
246
284
  "handle": "carol.test",
247
285
  "labels": Array [],
@@ -256,6 +294,11 @@ Object {
256
294
  },
257
295
  Object {
258
296
  "subject": Object {
297
+ "associated": Object {
298
+ "activitySubscription": Object {
299
+ "allowSubscriptions": "followers",
300
+ },
301
+ },
259
302
  "avatar": "https://bsky.public.url/img/avatar/plain/user(4)/cids(1)@jpeg",
260
303
  "createdAt": "1970-01-01T00:00:00.000Z",
261
304
  "description": "hi im bob label_me",
@@ -276,6 +319,9 @@ Object {
276
319
  Object {
277
320
  "subject": Object {
278
321
  "associated": Object {
322
+ "activitySubscription": Object {
323
+ "allowSubscriptions": "followers",
324
+ },
279
325
  "chat": Object {
280
326
  "allowIncoming": "none",
281
327
  },
@@ -311,6 +357,11 @@ exports[`admin get starter pack view getStarterPack() gets a starterpack while t
311
357
  Object {
312
358
  "cid": "cids(0)",
313
359
  "creator": Object {
360
+ "associated": Object {
361
+ "activitySubscription": Object {
362
+ "allowSubscriptions": "followers",
363
+ },
364
+ },
314
365
  "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
315
366
  "createdAt": "1970-01-01T00:00:00.000Z",
316
367
  "did": "user(0)",
@@ -341,6 +392,11 @@ Object {
341
392
  Object {
342
393
  "cid": "cids(3)",
343
394
  "creator": Object {
395
+ "associated": Object {
396
+ "activitySubscription": Object {
397
+ "allowSubscriptions": "followers",
398
+ },
399
+ },
344
400
  "avatar": "https://bsky.public.url/img/avatar/plain/user(1)/cids(1)@jpeg",
345
401
  "createdAt": "1970-01-01T00:00:00.000Z",
346
402
  "description": "its me!",
@@ -405,6 +461,11 @@ Object {
405
461
  "listItemsSample": Array [
406
462
  Object {
407
463
  "subject": Object {
464
+ "associated": Object {
465
+ "activitySubscription": Object {
466
+ "allowSubscriptions": "followers",
467
+ },
468
+ },
408
469
  "did": "user(3)",
409
470
  "handle": "carol.test",
410
471
  "labels": Array [],
@@ -417,6 +478,11 @@ Object {
417
478
  },
418
479
  Object {
419
480
  "subject": Object {
481
+ "associated": Object {
482
+ "activitySubscription": Object {
483
+ "allowSubscriptions": "followers",
484
+ },
485
+ },
420
486
  "avatar": "https://bsky.public.url/img/avatar/plain/user(5)/cids(1)@jpeg",
421
487
  "createdAt": "1970-01-01T00:00:00.000Z",
422
488
  "description": "hi im bob label_me",
@@ -435,6 +501,9 @@ Object {
435
501
  Object {
436
502
  "subject": Object {
437
503
  "associated": Object {
504
+ "activitySubscription": Object {
505
+ "allowSubscriptions": "followers",
506
+ },
438
507
  "chat": Object {
439
508
  "allowIncoming": "none",
440
509
  },
@@ -6,6 +6,9 @@ Array [
6
6
  "profile": Object {
7
7
  "$type": "app.bsky.actor.defs#profileViewDetailed",
8
8
  "associated": Object {
9
+ "activitySubscription": Object {
10
+ "allowSubscriptions": "followers",
11
+ },
9
12
  "feedgens": 0,
10
13
  "labeler": false,
11
14
  "lists": 0,
@@ -186,6 +189,9 @@ Array [
186
189
  "profile": Object {
187
190
  "$type": "app.bsky.actor.defs#profileViewDetailed",
188
191
  "associated": Object {
192
+ "activitySubscription": Object {
193
+ "allowSubscriptions": "followers",
194
+ },
189
195
  "feedgens": 0,
190
196
  "labeler": false,
191
197
  "lists": 0,
@@ -52,6 +52,9 @@ Array [
52
52
  "lastUpdatedBy": "user(1)",
53
53
  "profile": Object {
54
54
  "associated": Object {
55
+ "activitySubscription": Object {
56
+ "allowSubscriptions": "followers",
57
+ },
55
58
  "feedgens": 0,
56
59
  "labeler": true,
57
60
  "lists": 0,
@@ -81,6 +84,9 @@ Array [
81
84
  "lastUpdatedBy": "user(1)",
82
85
  "profile": Object {
83
86
  "associated": Object {
87
+ "activitySubscription": Object {
88
+ "allowSubscriptions": "followers",
89
+ },
84
90
  "feedgens": 0,
85
91
  "labeler": false,
86
92
  "lists": 0,
@@ -127,6 +133,9 @@ Array [
127
133
  "lastUpdatedBy": "user(1)",
128
134
  "profile": Object {
129
135
  "associated": Object {
136
+ "activitySubscription": Object {
137
+ "allowSubscriptions": "followers",
138
+ },
130
139
  "feedgens": 0,
131
140
  "labeler": false,
132
141
  "lists": 0,
@@ -158,6 +167,9 @@ Array [
158
167
  "lastUpdatedBy": "user(1)",
159
168
  "profile": Object {
160
169
  "associated": Object {
170
+ "activitySubscription": Object {
171
+ "allowSubscriptions": "followers",
172
+ },
161
173
  "feedgens": 0,
162
174
  "labeler": false,
163
175
  "lists": 0,
@@ -221,6 +233,9 @@ Array [
221
233
  "lastUpdatedBy": "user(1)",
222
234
  "profile": Object {
223
235
  "associated": Object {
236
+ "activitySubscription": Object {
237
+ "allowSubscriptions": "followers",
238
+ },
224
239
  "feedgens": 0,
225
240
  "labeler": true,
226
241
  "lists": 0,
@@ -250,6 +265,9 @@ Array [
250
265
  "lastUpdatedBy": "user(1)",
251
266
  "profile": Object {
252
267
  "associated": Object {
268
+ "activitySubscription": Object {
269
+ "allowSubscriptions": "followers",
270
+ },
253
271
  "feedgens": 0,
254
272
  "labeler": false,
255
273
  "lists": 0,
@@ -296,6 +314,9 @@ Array [
296
314
  "lastUpdatedBy": "user(1)",
297
315
  "profile": Object {
298
316
  "associated": Object {
317
+ "activitySubscription": Object {
318
+ "allowSubscriptions": "followers",
319
+ },
299
320
  "feedgens": 0,
300
321
  "labeler": false,
301
322
  "lists": 0,
@@ -327,6 +348,9 @@ Array [
327
348
  "lastUpdatedBy": "user(1)",
328
349
  "profile": Object {
329
350
  "associated": Object {
351
+ "activitySubscription": Object {
352
+ "allowSubscriptions": "followers",
353
+ },
330
354
  "feedgens": 0,
331
355
  "labeler": false,
332
356
  "lists": 0,
@@ -11,6 +11,9 @@ Array [
11
11
  "issuerProfile": Object {
12
12
  "$type": "app.bsky.actor.defs#profileViewDetailed",
13
13
  "associated": Object {
14
+ "activitySubscription": Object {
15
+ "allowSubscriptions": "followers",
16
+ },
14
17
  "feedgens": 0,
15
18
  "labeler": false,
16
19
  "lists": 0,
@@ -65,6 +68,9 @@ Array [
65
68
  "subjectProfile": Object {
66
69
  "$type": "app.bsky.actor.defs#profileViewDetailed",
67
70
  "associated": Object {
71
+ "activitySubscription": Object {
72
+ "allowSubscriptions": "followers",
73
+ },
68
74
  "feedgens": 0,
69
75
  "labeler": false,
70
76
  "lists": 0,
@@ -10,6 +10,9 @@ Object {
10
10
  "issuerProfile": Object {
11
11
  "$type": "app.bsky.actor.defs#profileViewDetailed",
12
12
  "associated": Object {
13
+ "activitySubscription": Object {
14
+ "allowSubscriptions": "followers",
15
+ },
13
16
  "feedgens": 0,
14
17
  "labeler": false,
15
18
  "lists": 0,
@@ -93,6 +96,9 @@ Object {
93
96
  "subjectProfile": Object {
94
97
  "$type": "app.bsky.actor.defs#profileViewDetailed",
95
98
  "associated": Object {
99
+ "activitySubscription": Object {
100
+ "allowSubscriptions": "followers",
101
+ },
96
102
  "feedgens": 0,
97
103
  "labeler": false,
98
104
  "lists": 0,
@@ -168,6 +174,9 @@ Object {
168
174
  "issuerProfile": Object {
169
175
  "$type": "app.bsky.actor.defs#profileViewDetailed",
170
176
  "associated": Object {
177
+ "activitySubscription": Object {
178
+ "allowSubscriptions": "followers",
179
+ },
171
180
  "feedgens": 0,
172
181
  "labeler": false,
173
182
  "lists": 0,
@@ -254,6 +263,9 @@ Object {
254
263
  "subjectProfile": Object {
255
264
  "$type": "app.bsky.actor.defs#profileViewDetailed",
256
265
  "associated": Object {
266
+ "activitySubscription": Object {
267
+ "allowSubscriptions": "followers",
268
+ },
257
269
  "feedgens": 0,
258
270
  "labeler": false,
259
271
  "lists": 0,