@atproto/bsky 0.0.38 → 0.0.40
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/CHANGELOG.md +14 -0
- package/dist/hydration/hydrator.d.ts +12 -2
- package/dist/hydration/label.d.ts +7 -3
- package/dist/hydration/util.d.ts +5 -2
- package/dist/index.js +216 -104
- package/dist/index.js.map +2 -2
- package/dist/lexicon/lexicons.d.ts +13 -0
- package/dist/lexicon/types/com/atproto/server/describeServer.d.ts +7 -0
- package/package.json +5 -5
- package/src/api/app/bsky/actor/getProfile.ts +10 -6
- package/src/api/app/bsky/actor/getProfiles.ts +2 -2
- package/src/api/app/bsky/actor/getSuggestions.ts +2 -2
- package/src/api/app/bsky/actor/searchActors.ts +7 -3
- package/src/api/app/bsky/actor/searchActorsTypeahead.ts +2 -2
- package/src/api/app/bsky/feed/getActorFeeds.ts +2 -2
- package/src/api/app/bsky/feed/getActorLikes.ts +2 -2
- package/src/api/app/bsky/feed/getAuthorFeed.ts +6 -2
- package/src/api/app/bsky/feed/getFeed.ts +2 -2
- package/src/api/app/bsky/feed/getFeedGenerator.ts +3 -6
- package/src/api/app/bsky/feed/getFeedGenerators.ts +2 -2
- package/src/api/app/bsky/feed/getLikes.ts +2 -2
- package/src/api/app/bsky/feed/getListFeed.ts +2 -2
- package/src/api/app/bsky/feed/getPostThread.ts +2 -2
- package/src/api/app/bsky/feed/getPosts.ts +2 -2
- package/src/api/app/bsky/feed/getRepostedBy.ts +2 -2
- package/src/api/app/bsky/feed/getSuggestedFeeds.ts +3 -5
- package/src/api/app/bsky/feed/getTimeline.ts +6 -3
- package/src/api/app/bsky/feed/searchPosts.ts +2 -2
- package/src/api/app/bsky/graph/getBlocks.ts +6 -3
- package/src/api/app/bsky/graph/getFollowers.ts +6 -2
- package/src/api/app/bsky/graph/getFollows.ts +6 -2
- package/src/api/app/bsky/graph/getList.ts +2 -2
- package/src/api/app/bsky/graph/getListBlocks.ts +6 -3
- package/src/api/app/bsky/graph/getListMutes.ts +6 -3
- package/src/api/app/bsky/graph/getLists.ts +2 -2
- package/src/api/app/bsky/graph/getMutes.ts +6 -3
- package/src/api/app/bsky/graph/getSuggestedFollowsByActor.ts +3 -3
- package/src/api/app/bsky/labeler/getServices.ts +3 -3
- package/src/api/app/bsky/notification/listNotifications.ts +6 -3
- package/src/api/app/bsky/unspecced/getPopularFeedGenerators.ts +2 -2
- package/src/data-plane/server/routes/labels.ts +26 -8
- package/src/hydration/hydrator.ts +55 -10
- package/src/hydration/label.ts +33 -7
- package/src/hydration/util.ts +6 -2
- package/src/index.ts +1 -1
- package/src/lexicon/lexicons.ts +13 -0
- package/src/lexicon/types/com/atproto/server/describeServer.ts +18 -0
- package/src/views/index.ts +8 -8
- package/tests/__snapshots__/feed-generation.test.ts.snap +0 -45
- package/tests/data-plane/__snapshots__/indexing.test.ts.snap +0 -8
- package/tests/label-hydration.test.ts +31 -0
- package/tests/views/__snapshots__/author-feed.test.ts.snap +0 -46
- package/tests/views/__snapshots__/block-lists.test.ts.snap +0 -17
- package/tests/views/__snapshots__/blocks.test.ts.snap +0 -9
- package/tests/views/__snapshots__/labeler-service.test.ts.snap +0 -4
- package/tests/views/__snapshots__/list-feed.test.ts.snap +0 -20
- package/tests/views/__snapshots__/mute-lists.test.ts.snap +0 -18
- package/tests/views/__snapshots__/mutes.test.ts.snap +0 -4
- package/tests/views/__snapshots__/notifications.test.ts.snap +0 -9
- package/tests/views/__snapshots__/posts.test.ts.snap +0 -7
- package/tests/views/__snapshots__/profile.test.ts.snap +0 -6
- package/tests/views/__snapshots__/thread.test.ts.snap +0 -38
- package/tests/views/__snapshots__/timeline.test.ts.snap +0 -145
- package/tests/views/labeler-service.test.ts +2 -7
- package/tests/views/takedown-labels.test.ts +52 -0
|
@@ -13,7 +13,6 @@ Array [
|
|
|
13
13
|
Object {
|
|
14
14
|
"cid": "cids(2)",
|
|
15
15
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
16
|
-
"neg": false,
|
|
17
16
|
"src": "user(0)",
|
|
18
17
|
"uri": "record(3)",
|
|
19
18
|
"val": "self-label-a",
|
|
@@ -21,7 +20,6 @@ Array [
|
|
|
21
20
|
Object {
|
|
22
21
|
"cid": "cids(2)",
|
|
23
22
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
24
|
-
"neg": false,
|
|
25
23
|
"src": "user(0)",
|
|
26
24
|
"uri": "record(3)",
|
|
27
25
|
"val": "self-label-b",
|
|
@@ -89,7 +87,6 @@ Array [
|
|
|
89
87
|
Object {
|
|
90
88
|
"cid": "cids(4)",
|
|
91
89
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
92
|
-
"neg": false,
|
|
93
90
|
"src": "did:example:labeler",
|
|
94
91
|
"uri": "record(5)",
|
|
95
92
|
"val": "test-label",
|
|
@@ -97,7 +94,6 @@ Array [
|
|
|
97
94
|
Object {
|
|
98
95
|
"cid": "cids(4)",
|
|
99
96
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
100
|
-
"neg": false,
|
|
101
97
|
"src": "did:example:labeler",
|
|
102
98
|
"uri": "record(5)",
|
|
103
99
|
"val": "test-label-2",
|
|
@@ -151,7 +147,6 @@ Array [
|
|
|
151
147
|
Object {
|
|
152
148
|
"cid": "cids(2)",
|
|
153
149
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
154
|
-
"neg": false,
|
|
155
150
|
"src": "user(0)",
|
|
156
151
|
"uri": "record(3)",
|
|
157
152
|
"val": "self-label-a",
|
|
@@ -159,7 +154,6 @@ Array [
|
|
|
159
154
|
Object {
|
|
160
155
|
"cid": "cids(2)",
|
|
161
156
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
162
|
-
"neg": false,
|
|
163
157
|
"src": "user(0)",
|
|
164
158
|
"uri": "record(3)",
|
|
165
159
|
"val": "self-label-b",
|
|
@@ -220,7 +214,6 @@ Array [
|
|
|
220
214
|
Object {
|
|
221
215
|
"cid": "cids(4)",
|
|
222
216
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
223
|
-
"neg": false,
|
|
224
217
|
"src": "did:example:labeler",
|
|
225
218
|
"uri": "record(5)",
|
|
226
219
|
"val": "test-label",
|
|
@@ -228,7 +221,6 @@ Array [
|
|
|
228
221
|
Object {
|
|
229
222
|
"cid": "cids(4)",
|
|
230
223
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
231
|
-
"neg": false,
|
|
232
224
|
"src": "did:example:labeler",
|
|
233
225
|
"uri": "record(5)",
|
|
234
226
|
"val": "test-label-2",
|
|
@@ -283,7 +275,6 @@ Array [
|
|
|
283
275
|
Object {
|
|
284
276
|
"cid": "cids(2)",
|
|
285
277
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
286
|
-
"neg": false,
|
|
287
278
|
"src": "user(0)",
|
|
288
279
|
"uri": "record(3)",
|
|
289
280
|
"val": "self-label-a",
|
|
@@ -291,7 +282,6 @@ Array [
|
|
|
291
282
|
Object {
|
|
292
283
|
"cid": "cids(2)",
|
|
293
284
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
294
|
-
"neg": false,
|
|
295
285
|
"src": "user(0)",
|
|
296
286
|
"uri": "record(3)",
|
|
297
287
|
"val": "self-label-b",
|
|
@@ -331,7 +321,6 @@ Array [
|
|
|
331
321
|
Object {
|
|
332
322
|
"cid": "cids(2)",
|
|
333
323
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
334
|
-
"neg": false,
|
|
335
324
|
"src": "user(0)",
|
|
336
325
|
"uri": "record(3)",
|
|
337
326
|
"val": "self-label-a",
|
|
@@ -339,7 +328,6 @@ Array [
|
|
|
339
328
|
Object {
|
|
340
329
|
"cid": "cids(2)",
|
|
341
330
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
342
|
-
"neg": false,
|
|
343
331
|
"src": "user(0)",
|
|
344
332
|
"uri": "record(3)",
|
|
345
333
|
"val": "self-label-b",
|
|
@@ -381,7 +369,6 @@ Array [
|
|
|
381
369
|
Object {
|
|
382
370
|
"cid": "cids(2)",
|
|
383
371
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
384
|
-
"neg": false,
|
|
385
372
|
"src": "user(0)",
|
|
386
373
|
"uri": "record(3)",
|
|
387
374
|
"val": "self-label-a",
|
|
@@ -389,7 +376,6 @@ Array [
|
|
|
389
376
|
Object {
|
|
390
377
|
"cid": "cids(2)",
|
|
391
378
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
392
|
-
"neg": false,
|
|
393
379
|
"src": "user(0)",
|
|
394
380
|
"uri": "record(3)",
|
|
395
381
|
"val": "self-label-b",
|
|
@@ -515,7 +501,6 @@ Array [
|
|
|
515
501
|
Object {
|
|
516
502
|
"cid": "cids(6)",
|
|
517
503
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
518
|
-
"neg": false,
|
|
519
504
|
"src": "did:example:labeler",
|
|
520
505
|
"uri": "record(8)",
|
|
521
506
|
"val": "test-label",
|
|
@@ -582,7 +567,6 @@ Array [
|
|
|
582
567
|
Object {
|
|
583
568
|
"cid": "cids(2)",
|
|
584
569
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
585
|
-
"neg": false,
|
|
586
570
|
"src": "user(0)",
|
|
587
571
|
"uri": "record(3)",
|
|
588
572
|
"val": "self-label-a",
|
|
@@ -590,7 +574,6 @@ Array [
|
|
|
590
574
|
Object {
|
|
591
575
|
"cid": "cids(2)",
|
|
592
576
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
593
|
-
"neg": false,
|
|
594
577
|
"src": "user(0)",
|
|
595
578
|
"uri": "record(3)",
|
|
596
579
|
"val": "self-label-b",
|
|
@@ -664,7 +647,6 @@ Array [
|
|
|
664
647
|
Object {
|
|
665
648
|
"cid": "cids(2)",
|
|
666
649
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
667
|
-
"neg": false,
|
|
668
650
|
"src": "user(0)",
|
|
669
651
|
"uri": "record(3)",
|
|
670
652
|
"val": "self-label-a",
|
|
@@ -672,7 +654,6 @@ Array [
|
|
|
672
654
|
Object {
|
|
673
655
|
"cid": "cids(2)",
|
|
674
656
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
675
|
-
"neg": false,
|
|
676
657
|
"src": "user(0)",
|
|
677
658
|
"uri": "record(3)",
|
|
678
659
|
"val": "self-label-b",
|
|
@@ -691,7 +672,6 @@ Array [
|
|
|
691
672
|
Object {
|
|
692
673
|
"cid": "cids(12)",
|
|
693
674
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
694
|
-
"neg": false,
|
|
695
675
|
"src": "user(0)",
|
|
696
676
|
"uri": "record(14)",
|
|
697
677
|
"val": "self-label",
|
|
@@ -11,7 +11,6 @@ Object {
|
|
|
11
11
|
Object {
|
|
12
12
|
"cid": "cids(2)",
|
|
13
13
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
14
|
-
"neg": false,
|
|
15
14
|
"src": "user(0)",
|
|
16
15
|
"uri": "record(1)",
|
|
17
16
|
"val": "self-label-a",
|
|
@@ -19,7 +18,6 @@ Object {
|
|
|
19
18
|
Object {
|
|
20
19
|
"cid": "cids(2)",
|
|
21
20
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
22
|
-
"neg": false,
|
|
23
21
|
"src": "user(0)",
|
|
24
22
|
"uri": "record(1)",
|
|
25
23
|
"val": "self-label-b",
|
|
@@ -47,7 +45,6 @@ Object {
|
|
|
47
45
|
Object {
|
|
48
46
|
"cid": "cids(2)",
|
|
49
47
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
50
|
-
"neg": false,
|
|
51
48
|
"src": "user(0)",
|
|
52
49
|
"uri": "record(1)",
|
|
53
50
|
"val": "self-label-a",
|
|
@@ -55,7 +52,6 @@ Object {
|
|
|
55
52
|
Object {
|
|
56
53
|
"cid": "cids(2)",
|
|
57
54
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
58
|
-
"neg": false,
|
|
59
55
|
"src": "user(0)",
|
|
60
56
|
"uri": "record(1)",
|
|
61
57
|
"val": "self-label-b",
|
|
@@ -112,7 +108,6 @@ Object {
|
|
|
112
108
|
Object {
|
|
113
109
|
"cid": "cids(2)",
|
|
114
110
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
115
|
-
"neg": false,
|
|
116
111
|
"src": "user(0)",
|
|
117
112
|
"uri": "record(2)",
|
|
118
113
|
"val": "self-label-a",
|
|
@@ -120,7 +115,6 @@ Object {
|
|
|
120
115
|
Object {
|
|
121
116
|
"cid": "cids(2)",
|
|
122
117
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
123
|
-
"neg": false,
|
|
124
118
|
"src": "user(0)",
|
|
125
119
|
"uri": "record(2)",
|
|
126
120
|
"val": "self-label-b",
|
|
@@ -244,7 +238,6 @@ Object {
|
|
|
244
238
|
Object {
|
|
245
239
|
"cid": "cids(5)",
|
|
246
240
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
247
|
-
"neg": false,
|
|
248
241
|
"src": "did:example:labeler",
|
|
249
242
|
"uri": "record(9)",
|
|
250
243
|
"val": "test-label",
|
|
@@ -252,7 +245,6 @@ Object {
|
|
|
252
245
|
Object {
|
|
253
246
|
"cid": "cids(5)",
|
|
254
247
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
255
|
-
"neg": false,
|
|
256
248
|
"src": "did:example:labeler",
|
|
257
249
|
"uri": "record(9)",
|
|
258
250
|
"val": "test-label-2",
|
|
@@ -317,7 +309,6 @@ Object {
|
|
|
317
309
|
Object {
|
|
318
310
|
"cid": "cids(2)",
|
|
319
311
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
320
|
-
"neg": false,
|
|
321
312
|
"src": "user(0)",
|
|
322
313
|
"uri": "record(2)",
|
|
323
314
|
"val": "self-label-a",
|
|
@@ -325,7 +316,6 @@ Object {
|
|
|
325
316
|
Object {
|
|
326
317
|
"cid": "cids(2)",
|
|
327
318
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
328
|
-
"neg": false,
|
|
329
319
|
"src": "user(0)",
|
|
330
320
|
"uri": "record(2)",
|
|
331
321
|
"val": "self-label-b",
|
|
@@ -361,7 +351,6 @@ Object {
|
|
|
361
351
|
Object {
|
|
362
352
|
"cid": "cids(2)",
|
|
363
353
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
364
|
-
"neg": false,
|
|
365
354
|
"src": "user(0)",
|
|
366
355
|
"uri": "record(2)",
|
|
367
356
|
"val": "self-label-a",
|
|
@@ -369,7 +358,6 @@ Object {
|
|
|
369
358
|
Object {
|
|
370
359
|
"cid": "cids(2)",
|
|
371
360
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
372
|
-
"neg": false,
|
|
373
361
|
"src": "user(0)",
|
|
374
362
|
"uri": "record(2)",
|
|
375
363
|
"val": "self-label-b",
|
|
@@ -412,7 +400,6 @@ Object {
|
|
|
412
400
|
Object {
|
|
413
401
|
"cid": "cids(2)",
|
|
414
402
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
415
|
-
"neg": false,
|
|
416
403
|
"src": "user(0)",
|
|
417
404
|
"uri": "record(2)",
|
|
418
405
|
"val": "self-label-a",
|
|
@@ -420,7 +407,6 @@ Object {
|
|
|
420
407
|
Object {
|
|
421
408
|
"cid": "cids(2)",
|
|
422
409
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
423
|
-
"neg": false,
|
|
424
410
|
"src": "user(0)",
|
|
425
411
|
"uri": "record(2)",
|
|
426
412
|
"val": "self-label-b",
|
|
@@ -456,7 +442,6 @@ Object {
|
|
|
456
442
|
Object {
|
|
457
443
|
"cid": "cids(2)",
|
|
458
444
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
459
|
-
"neg": false,
|
|
460
445
|
"src": "user(0)",
|
|
461
446
|
"uri": "record(2)",
|
|
462
447
|
"val": "self-label-a",
|
|
@@ -464,7 +449,6 @@ Object {
|
|
|
464
449
|
Object {
|
|
465
450
|
"cid": "cids(2)",
|
|
466
451
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
467
|
-
"neg": false,
|
|
468
452
|
"src": "user(0)",
|
|
469
453
|
"uri": "record(2)",
|
|
470
454
|
"val": "self-label-b",
|
|
@@ -575,7 +559,6 @@ Object {
|
|
|
575
559
|
Object {
|
|
576
560
|
"cid": "cids(2)",
|
|
577
561
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
578
|
-
"neg": false,
|
|
579
562
|
"src": "user(1)",
|
|
580
563
|
"uri": "record(2)",
|
|
581
564
|
"val": "self-label-a",
|
|
@@ -583,7 +566,6 @@ Object {
|
|
|
583
566
|
Object {
|
|
584
567
|
"cid": "cids(2)",
|
|
585
568
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
586
|
-
"neg": false,
|
|
587
569
|
"src": "user(1)",
|
|
588
570
|
"uri": "record(2)",
|
|
589
571
|
"val": "self-label-b",
|
|
@@ -111,7 +111,6 @@ Object {
|
|
|
111
111
|
Object {
|
|
112
112
|
"cid": "cids(2)",
|
|
113
113
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
114
|
-
"neg": false,
|
|
115
114
|
"src": "user(0)",
|
|
116
115
|
"uri": "record(1)",
|
|
117
116
|
"val": "self-label-a",
|
|
@@ -119,7 +118,6 @@ Object {
|
|
|
119
118
|
Object {
|
|
120
119
|
"cid": "cids(2)",
|
|
121
120
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
122
|
-
"neg": false,
|
|
123
121
|
"src": "user(0)",
|
|
124
122
|
"uri": "record(1)",
|
|
125
123
|
"val": "self-label-b",
|
|
@@ -216,7 +214,6 @@ Object {
|
|
|
216
214
|
Object {
|
|
217
215
|
"cid": "cids(4)",
|
|
218
216
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
219
|
-
"neg": false,
|
|
220
217
|
"src": "did:example:labeler",
|
|
221
218
|
"uri": "record(5)",
|
|
222
219
|
"val": "test-label",
|
|
@@ -224,7 +221,6 @@ Object {
|
|
|
224
221
|
Object {
|
|
225
222
|
"cid": "cids(4)",
|
|
226
223
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
227
|
-
"neg": false,
|
|
228
224
|
"src": "did:example:labeler",
|
|
229
225
|
"uri": "record(5)",
|
|
230
226
|
"val": "test-label-2",
|
|
@@ -249,7 +249,6 @@ Array [
|
|
|
249
249
|
Object {
|
|
250
250
|
"cid": "cids(12)",
|
|
251
251
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
252
|
-
"neg": false,
|
|
253
252
|
"src": "did:example:labeler",
|
|
254
253
|
"uri": "record(14)",
|
|
255
254
|
"val": "test-label",
|
|
@@ -257,7 +256,6 @@ Array [
|
|
|
257
256
|
Object {
|
|
258
257
|
"cid": "cids(12)",
|
|
259
258
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
260
|
-
"neg": false,
|
|
261
259
|
"src": "did:example:labeler",
|
|
262
260
|
"uri": "record(14)",
|
|
263
261
|
"val": "test-label-2",
|
|
@@ -693,7 +691,6 @@ Array [
|
|
|
693
691
|
Object {
|
|
694
692
|
"cid": "cids(15)",
|
|
695
693
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
696
|
-
"neg": false,
|
|
697
694
|
"src": "did:example:labeler",
|
|
698
695
|
"uri": "record(17)",
|
|
699
696
|
"val": "test-label",
|
|
@@ -701,7 +698,6 @@ Array [
|
|
|
701
698
|
Object {
|
|
702
699
|
"cid": "cids(15)",
|
|
703
700
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
704
|
-
"neg": false,
|
|
705
701
|
"src": "did:example:labeler",
|
|
706
702
|
"uri": "record(17)",
|
|
707
703
|
"val": "test-label-2",
|
|
@@ -849,7 +845,6 @@ Array [
|
|
|
849
845
|
Object {
|
|
850
846
|
"cid": "cids(4)",
|
|
851
847
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
852
|
-
"neg": false,
|
|
853
848
|
"src": "user(1)",
|
|
854
849
|
"uri": "record(3)",
|
|
855
850
|
"val": "self-label-a",
|
|
@@ -857,7 +852,6 @@ Array [
|
|
|
857
852
|
Object {
|
|
858
853
|
"cid": "cids(4)",
|
|
859
854
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
860
|
-
"neg": false,
|
|
861
855
|
"src": "user(1)",
|
|
862
856
|
"uri": "record(3)",
|
|
863
857
|
"val": "self-label-b",
|
|
@@ -893,7 +887,6 @@ Array [
|
|
|
893
887
|
Object {
|
|
894
888
|
"cid": "cids(4)",
|
|
895
889
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
896
|
-
"neg": false,
|
|
897
890
|
"src": "user(1)",
|
|
898
891
|
"uri": "record(3)",
|
|
899
892
|
"val": "self-label-a",
|
|
@@ -901,7 +894,6 @@ Array [
|
|
|
901
894
|
Object {
|
|
902
895
|
"cid": "cids(4)",
|
|
903
896
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
904
|
-
"neg": false,
|
|
905
897
|
"src": "user(1)",
|
|
906
898
|
"uri": "record(3)",
|
|
907
899
|
"val": "self-label-b",
|
|
@@ -920,7 +912,6 @@ Array [
|
|
|
920
912
|
Object {
|
|
921
913
|
"cid": "cids(5)",
|
|
922
914
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
923
|
-
"neg": false,
|
|
924
915
|
"src": "did:example:labeler",
|
|
925
916
|
"uri": "record(4)",
|
|
926
917
|
"val": "test-label",
|
|
@@ -12,7 +12,6 @@ Array [
|
|
|
12
12
|
Object {
|
|
13
13
|
"cid": "cids(2)",
|
|
14
14
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
15
|
-
"neg": false,
|
|
16
15
|
"src": "user(0)",
|
|
17
16
|
"uri": "record(1)",
|
|
18
17
|
"val": "self-label-a",
|
|
@@ -20,7 +19,6 @@ Array [
|
|
|
20
19
|
Object {
|
|
21
20
|
"cid": "cids(2)",
|
|
22
21
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
23
|
-
"neg": false,
|
|
24
22
|
"src": "user(0)",
|
|
25
23
|
"uri": "record(1)",
|
|
26
24
|
"val": "self-label-b",
|
|
@@ -37,7 +35,6 @@ Array [
|
|
|
37
35
|
Object {
|
|
38
36
|
"cid": "cids(0)",
|
|
39
37
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
40
|
-
"neg": false,
|
|
41
38
|
"src": "user(0)",
|
|
42
39
|
"uri": "record(0)",
|
|
43
40
|
"val": "self-label",
|
|
@@ -72,7 +69,6 @@ Array [
|
|
|
72
69
|
Object {
|
|
73
70
|
"cid": "cids(2)",
|
|
74
71
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
75
|
-
"neg": false,
|
|
76
72
|
"src": "user(0)",
|
|
77
73
|
"uri": "record(1)",
|
|
78
74
|
"val": "self-label-a",
|
|
@@ -80,7 +76,6 @@ Array [
|
|
|
80
76
|
Object {
|
|
81
77
|
"cid": "cids(2)",
|
|
82
78
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
83
|
-
"neg": false,
|
|
84
79
|
"src": "user(0)",
|
|
85
80
|
"uri": "record(1)",
|
|
86
81
|
"val": "self-label-b",
|
|
@@ -420,7 +415,6 @@ Array [
|
|
|
420
415
|
Object {
|
|
421
416
|
"cid": "cids(2)",
|
|
422
417
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
423
|
-
"neg": false,
|
|
424
418
|
"src": "user(0)",
|
|
425
419
|
"uri": "record(1)",
|
|
426
420
|
"val": "self-label-a",
|
|
@@ -428,7 +422,6 @@ Array [
|
|
|
428
422
|
Object {
|
|
429
423
|
"cid": "cids(2)",
|
|
430
424
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
431
|
-
"neg": false,
|
|
432
425
|
"src": "user(0)",
|
|
433
426
|
"uri": "record(1)",
|
|
434
427
|
"val": "self-label-b",
|
|
@@ -20,7 +20,6 @@ Array [
|
|
|
20
20
|
Object {
|
|
21
21
|
"cid": "cids(1)",
|
|
22
22
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
23
|
-
"neg": false,
|
|
24
23
|
"src": "user(0)",
|
|
25
24
|
"uri": "record(2)",
|
|
26
25
|
"val": "self-label-a",
|
|
@@ -28,7 +27,6 @@ Array [
|
|
|
28
27
|
Object {
|
|
29
28
|
"cid": "cids(1)",
|
|
30
29
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
31
|
-
"neg": false,
|
|
32
30
|
"src": "user(0)",
|
|
33
31
|
"uri": "record(2)",
|
|
34
32
|
"val": "self-label-b",
|
|
@@ -121,7 +119,6 @@ Object {
|
|
|
121
119
|
Object {
|
|
122
120
|
"cid": "cids(1)",
|
|
123
121
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
124
|
-
"neg": false,
|
|
125
122
|
"src": "user(0)",
|
|
126
123
|
"uri": "record(2)",
|
|
127
124
|
"val": "self-label-a",
|
|
@@ -129,7 +126,6 @@ Object {
|
|
|
129
126
|
Object {
|
|
130
127
|
"cid": "cids(1)",
|
|
131
128
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
132
|
-
"neg": false,
|
|
133
129
|
"src": "user(0)",
|
|
134
130
|
"uri": "record(2)",
|
|
135
131
|
"val": "self-label-b",
|
|
@@ -185,7 +181,6 @@ Object {
|
|
|
185
181
|
Object {
|
|
186
182
|
"cid": "cids(1)",
|
|
187
183
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
188
|
-
"neg": false,
|
|
189
184
|
"src": "user(0)",
|
|
190
185
|
"uri": "record(0)",
|
|
191
186
|
"val": "self-label-a",
|
|
@@ -193,7 +188,6 @@ Object {
|
|
|
193
188
|
Object {
|
|
194
189
|
"cid": "cids(1)",
|
|
195
190
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
196
|
-
"neg": false,
|
|
197
191
|
"src": "user(0)",
|
|
198
192
|
"uri": "record(0)",
|
|
199
193
|
"val": "self-label-b",
|