@atproto/bsky 0.0.38 → 0.0.39
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 +7 -0
- package/dist/index.js +32 -4
- 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/data-plane/server/routes/labels.ts +4 -2
- package/src/lexicon/lexicons.ts +13 -0
- package/src/lexicon/types/com/atproto/server/describeServer.ts +18 -0
- package/src/views/index.ts +1 -1
- package/tests/__snapshots__/feed-generation.test.ts.snap +0 -45
- package/tests/data-plane/__snapshots__/indexing.test.ts.snap +0 -8
- 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
|
@@ -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(1)",
|
|
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(1)",
|
|
27
25
|
"val": "self-label-b",
|
|
@@ -88,7 +86,6 @@ Array [
|
|
|
88
86
|
Object {
|
|
89
87
|
"cid": "cids(4)",
|
|
90
88
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
91
|
-
"neg": false,
|
|
92
89
|
"src": "did:example:labeler",
|
|
93
90
|
"uri": "record(3)",
|
|
94
91
|
"val": "test-label",
|
|
@@ -96,7 +93,6 @@ Array [
|
|
|
96
93
|
Object {
|
|
97
94
|
"cid": "cids(4)",
|
|
98
95
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
99
|
-
"neg": false,
|
|
100
96
|
"src": "did:example:labeler",
|
|
101
97
|
"uri": "record(3)",
|
|
102
98
|
"val": "test-label-2",
|
|
@@ -150,7 +146,6 @@ Array [
|
|
|
150
146
|
Object {
|
|
151
147
|
"cid": "cids(2)",
|
|
152
148
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
153
|
-
"neg": false,
|
|
154
149
|
"src": "user(0)",
|
|
155
150
|
"uri": "record(1)",
|
|
156
151
|
"val": "self-label-a",
|
|
@@ -158,7 +153,6 @@ Array [
|
|
|
158
153
|
Object {
|
|
159
154
|
"cid": "cids(2)",
|
|
160
155
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
161
|
-
"neg": false,
|
|
162
156
|
"src": "user(0)",
|
|
163
157
|
"uri": "record(1)",
|
|
164
158
|
"val": "self-label-b",
|
|
@@ -196,7 +190,6 @@ Array [
|
|
|
196
190
|
Object {
|
|
197
191
|
"cid": "cids(2)",
|
|
198
192
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
199
|
-
"neg": false,
|
|
200
193
|
"src": "user(0)",
|
|
201
194
|
"uri": "record(1)",
|
|
202
195
|
"val": "self-label-a",
|
|
@@ -204,7 +197,6 @@ Array [
|
|
|
204
197
|
Object {
|
|
205
198
|
"cid": "cids(2)",
|
|
206
199
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
207
|
-
"neg": false,
|
|
208
200
|
"src": "user(0)",
|
|
209
201
|
"uri": "record(1)",
|
|
210
202
|
"val": "self-label-b",
|
|
@@ -331,7 +323,6 @@ Array [
|
|
|
331
323
|
Object {
|
|
332
324
|
"cid": "cids(6)",
|
|
333
325
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
334
|
-
"neg": false,
|
|
335
326
|
"src": "did:example:labeler",
|
|
336
327
|
"uri": "record(6)",
|
|
337
328
|
"val": "test-label",
|
|
@@ -367,7 +358,6 @@ Array [
|
|
|
367
358
|
Object {
|
|
368
359
|
"cid": "cids(2)",
|
|
369
360
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
370
|
-
"neg": false,
|
|
371
361
|
"src": "user(0)",
|
|
372
362
|
"uri": "record(1)",
|
|
373
363
|
"val": "self-label-a",
|
|
@@ -375,7 +365,6 @@ Array [
|
|
|
375
365
|
Object {
|
|
376
366
|
"cid": "cids(2)",
|
|
377
367
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
378
|
-
"neg": false,
|
|
379
368
|
"src": "user(0)",
|
|
380
369
|
"uri": "record(1)",
|
|
381
370
|
"val": "self-label-b",
|
|
@@ -412,7 +401,6 @@ Array [
|
|
|
412
401
|
Object {
|
|
413
402
|
"cid": "cids(2)",
|
|
414
403
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
415
|
-
"neg": false,
|
|
416
404
|
"src": "user(0)",
|
|
417
405
|
"uri": "record(1)",
|
|
418
406
|
"val": "self-label-a",
|
|
@@ -420,7 +408,6 @@ Array [
|
|
|
420
408
|
Object {
|
|
421
409
|
"cid": "cids(2)",
|
|
422
410
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
423
|
-
"neg": false,
|
|
424
411
|
"src": "user(0)",
|
|
425
412
|
"uri": "record(1)",
|
|
426
413
|
"val": "self-label-b",
|
|
@@ -437,7 +424,6 @@ Array [
|
|
|
437
424
|
Object {
|
|
438
425
|
"cid": "cids(11)",
|
|
439
426
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
440
|
-
"neg": false,
|
|
441
427
|
"src": "user(0)",
|
|
442
428
|
"uri": "record(13)",
|
|
443
429
|
"val": "self-label",
|
|
@@ -497,7 +483,6 @@ Array [
|
|
|
497
483
|
Object {
|
|
498
484
|
"cid": "cids(0)",
|
|
499
485
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
500
|
-
"neg": false,
|
|
501
486
|
"src": "did:example:labeler",
|
|
502
487
|
"uri": "record(0)",
|
|
503
488
|
"val": "test-label",
|
|
@@ -505,7 +490,6 @@ Array [
|
|
|
505
490
|
Object {
|
|
506
491
|
"cid": "cids(0)",
|
|
507
492
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
508
|
-
"neg": false,
|
|
509
493
|
"src": "did:example:labeler",
|
|
510
494
|
"uri": "record(0)",
|
|
511
495
|
"val": "test-label-2",
|
|
@@ -560,7 +544,6 @@ Array [
|
|
|
560
544
|
Object {
|
|
561
545
|
"cid": "cids(4)",
|
|
562
546
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
563
|
-
"neg": false,
|
|
564
547
|
"src": "user(2)",
|
|
565
548
|
"uri": "record(4)",
|
|
566
549
|
"val": "self-label-a",
|
|
@@ -568,7 +551,6 @@ Array [
|
|
|
568
551
|
Object {
|
|
569
552
|
"cid": "cids(4)",
|
|
570
553
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
571
|
-
"neg": false,
|
|
572
554
|
"src": "user(2)",
|
|
573
555
|
"uri": "record(4)",
|
|
574
556
|
"val": "self-label-b",
|
|
@@ -608,7 +590,6 @@ Array [
|
|
|
608
590
|
Object {
|
|
609
591
|
"cid": "cids(4)",
|
|
610
592
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
611
|
-
"neg": false,
|
|
612
593
|
"src": "user(2)",
|
|
613
594
|
"uri": "record(4)",
|
|
614
595
|
"val": "self-label-a",
|
|
@@ -616,7 +597,6 @@ Array [
|
|
|
616
597
|
Object {
|
|
617
598
|
"cid": "cids(4)",
|
|
618
599
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
619
|
-
"neg": false,
|
|
620
600
|
"src": "user(2)",
|
|
621
601
|
"uri": "record(4)",
|
|
622
602
|
"val": "self-label-b",
|
|
@@ -931,7 +911,6 @@ Array [
|
|
|
931
911
|
Object {
|
|
932
912
|
"cid": "cids(8)",
|
|
933
913
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
934
|
-
"neg": false,
|
|
935
914
|
"src": "user(1)",
|
|
936
915
|
"uri": "record(9)",
|
|
937
916
|
"val": "self-label-a",
|
|
@@ -939,7 +918,6 @@ Array [
|
|
|
939
918
|
Object {
|
|
940
919
|
"cid": "cids(8)",
|
|
941
920
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
942
|
-
"neg": false,
|
|
943
921
|
"src": "user(1)",
|
|
944
922
|
"uri": "record(9)",
|
|
945
923
|
"val": "self-label-b",
|
|
@@ -979,7 +957,6 @@ Array [
|
|
|
979
957
|
Object {
|
|
980
958
|
"cid": "cids(8)",
|
|
981
959
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
982
|
-
"neg": false,
|
|
983
960
|
"src": "user(1)",
|
|
984
961
|
"uri": "record(9)",
|
|
985
962
|
"val": "self-label-a",
|
|
@@ -987,7 +964,6 @@ Array [
|
|
|
987
964
|
Object {
|
|
988
965
|
"cid": "cids(8)",
|
|
989
966
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
990
|
-
"neg": false,
|
|
991
967
|
"src": "user(1)",
|
|
992
968
|
"uri": "record(9)",
|
|
993
969
|
"val": "self-label-b",
|
|
@@ -1145,7 +1121,6 @@ Array [
|
|
|
1145
1121
|
Object {
|
|
1146
1122
|
"cid": "cids(2)",
|
|
1147
1123
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1148
|
-
"neg": false,
|
|
1149
1124
|
"src": "user(0)",
|
|
1150
1125
|
"uri": "record(2)",
|
|
1151
1126
|
"val": "self-label-a",
|
|
@@ -1153,7 +1128,6 @@ Array [
|
|
|
1153
1128
|
Object {
|
|
1154
1129
|
"cid": "cids(2)",
|
|
1155
1130
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1156
|
-
"neg": false,
|
|
1157
1131
|
"src": "user(0)",
|
|
1158
1132
|
"uri": "record(2)",
|
|
1159
1133
|
"val": "self-label-b",
|
|
@@ -1235,7 +1209,6 @@ Array [
|
|
|
1235
1209
|
Object {
|
|
1236
1210
|
"cid": "cids(4)",
|
|
1237
1211
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1238
|
-
"neg": false,
|
|
1239
1212
|
"src": "did:example:labeler",
|
|
1240
1213
|
"uri": "record(4)",
|
|
1241
1214
|
"val": "test-label",
|
|
@@ -1243,7 +1216,6 @@ Array [
|
|
|
1243
1216
|
Object {
|
|
1244
1217
|
"cid": "cids(4)",
|
|
1245
1218
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1246
|
-
"neg": false,
|
|
1247
1219
|
"src": "did:example:labeler",
|
|
1248
1220
|
"uri": "record(4)",
|
|
1249
1221
|
"val": "test-label-2",
|
|
@@ -1297,7 +1269,6 @@ Array [
|
|
|
1297
1269
|
Object {
|
|
1298
1270
|
"cid": "cids(2)",
|
|
1299
1271
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1300
|
-
"neg": false,
|
|
1301
1272
|
"src": "user(0)",
|
|
1302
1273
|
"uri": "record(2)",
|
|
1303
1274
|
"val": "self-label-a",
|
|
@@ -1305,7 +1276,6 @@ Array [
|
|
|
1305
1276
|
Object {
|
|
1306
1277
|
"cid": "cids(2)",
|
|
1307
1278
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1308
|
-
"neg": false,
|
|
1309
1279
|
"src": "user(0)",
|
|
1310
1280
|
"uri": "record(2)",
|
|
1311
1281
|
"val": "self-label-b",
|
|
@@ -1347,7 +1317,6 @@ Array [
|
|
|
1347
1317
|
Object {
|
|
1348
1318
|
"cid": "cids(2)",
|
|
1349
1319
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1350
|
-
"neg": false,
|
|
1351
1320
|
"src": "user(0)",
|
|
1352
1321
|
"uri": "record(2)",
|
|
1353
1322
|
"val": "self-label-a",
|
|
@@ -1355,7 +1324,6 @@ Array [
|
|
|
1355
1324
|
Object {
|
|
1356
1325
|
"cid": "cids(2)",
|
|
1357
1326
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1358
|
-
"neg": false,
|
|
1359
1327
|
"src": "user(0)",
|
|
1360
1328
|
"uri": "record(2)",
|
|
1361
1329
|
"val": "self-label-b",
|
|
@@ -1597,7 +1565,6 @@ Array [
|
|
|
1597
1565
|
Object {
|
|
1598
1566
|
"cid": "cids(2)",
|
|
1599
1567
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1600
|
-
"neg": false,
|
|
1601
1568
|
"src": "user(0)",
|
|
1602
1569
|
"uri": "record(3)",
|
|
1603
1570
|
"val": "self-label-a",
|
|
@@ -1605,7 +1572,6 @@ Array [
|
|
|
1605
1572
|
Object {
|
|
1606
1573
|
"cid": "cids(2)",
|
|
1607
1574
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1608
|
-
"neg": false,
|
|
1609
1575
|
"src": "user(0)",
|
|
1610
1576
|
"uri": "record(3)",
|
|
1611
1577
|
"val": "self-label-b",
|
|
@@ -1673,7 +1639,6 @@ Array [
|
|
|
1673
1639
|
Object {
|
|
1674
1640
|
"cid": "cids(4)",
|
|
1675
1641
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1676
|
-
"neg": false,
|
|
1677
1642
|
"src": "did:example:labeler",
|
|
1678
1643
|
"uri": "record(5)",
|
|
1679
1644
|
"val": "test-label",
|
|
@@ -1681,7 +1646,6 @@ Array [
|
|
|
1681
1646
|
Object {
|
|
1682
1647
|
"cid": "cids(4)",
|
|
1683
1648
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1684
|
-
"neg": false,
|
|
1685
1649
|
"src": "did:example:labeler",
|
|
1686
1650
|
"uri": "record(5)",
|
|
1687
1651
|
"val": "test-label-2",
|
|
@@ -1735,7 +1699,6 @@ Array [
|
|
|
1735
1699
|
Object {
|
|
1736
1700
|
"cid": "cids(2)",
|
|
1737
1701
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1738
|
-
"neg": false,
|
|
1739
1702
|
"src": "user(0)",
|
|
1740
1703
|
"uri": "record(3)",
|
|
1741
1704
|
"val": "self-label-a",
|
|
@@ -1743,7 +1706,6 @@ Array [
|
|
|
1743
1706
|
Object {
|
|
1744
1707
|
"cid": "cids(2)",
|
|
1745
1708
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1746
|
-
"neg": false,
|
|
1747
1709
|
"src": "user(0)",
|
|
1748
1710
|
"uri": "record(3)",
|
|
1749
1711
|
"val": "self-label-b",
|
|
@@ -1785,7 +1747,6 @@ Array [
|
|
|
1785
1747
|
Object {
|
|
1786
1748
|
"cid": "cids(2)",
|
|
1787
1749
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1788
|
-
"neg": false,
|
|
1789
1750
|
"src": "user(0)",
|
|
1790
1751
|
"uri": "record(3)",
|
|
1791
1752
|
"val": "self-label-a",
|
|
@@ -1793,7 +1754,6 @@ Array [
|
|
|
1793
1754
|
Object {
|
|
1794
1755
|
"cid": "cids(2)",
|
|
1795
1756
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1796
|
-
"neg": false,
|
|
1797
1757
|
"src": "user(0)",
|
|
1798
1758
|
"uri": "record(3)",
|
|
1799
1759
|
"val": "self-label-b",
|
|
@@ -1919,7 +1879,6 @@ Array [
|
|
|
1919
1879
|
Object {
|
|
1920
1880
|
"cid": "cids(6)",
|
|
1921
1881
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1922
|
-
"neg": false,
|
|
1923
1882
|
"src": "did:example:labeler",
|
|
1924
1883
|
"uri": "record(8)",
|
|
1925
1884
|
"val": "test-label",
|
|
@@ -1957,7 +1916,6 @@ Array [
|
|
|
1957
1916
|
Object {
|
|
1958
1917
|
"cid": "cids(2)",
|
|
1959
1918
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1960
|
-
"neg": false,
|
|
1961
1919
|
"src": "user(0)",
|
|
1962
1920
|
"uri": "record(3)",
|
|
1963
1921
|
"val": "self-label-a",
|
|
@@ -1965,7 +1923,6 @@ Array [
|
|
|
1965
1923
|
Object {
|
|
1966
1924
|
"cid": "cids(2)",
|
|
1967
1925
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
1968
|
-
"neg": false,
|
|
1969
1926
|
"src": "user(0)",
|
|
1970
1927
|
"uri": "record(3)",
|
|
1971
1928
|
"val": "self-label-b",
|
|
@@ -2006,7 +1963,6 @@ Array [
|
|
|
2006
1963
|
Object {
|
|
2007
1964
|
"cid": "cids(2)",
|
|
2008
1965
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
2009
|
-
"neg": false,
|
|
2010
1966
|
"src": "user(0)",
|
|
2011
1967
|
"uri": "record(3)",
|
|
2012
1968
|
"val": "self-label-a",
|
|
@@ -2014,7 +1970,6 @@ Array [
|
|
|
2014
1970
|
Object {
|
|
2015
1971
|
"cid": "cids(2)",
|
|
2016
1972
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
2017
|
-
"neg": false,
|
|
2018
1973
|
"src": "user(0)",
|
|
2019
1974
|
"uri": "record(3)",
|
|
2020
1975
|
"val": "self-label-b",
|
|
@@ -2033,7 +1988,6 @@ Array [
|
|
|
2033
1988
|
Object {
|
|
2034
1989
|
"cid": "cids(11)",
|
|
2035
1990
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
2036
|
-
"neg": false,
|
|
2037
1991
|
"src": "user(0)",
|
|
2038
1992
|
"uri": "record(13)",
|
|
2039
1993
|
"val": "self-label",
|
|
@@ -14,7 +14,6 @@ Object {
|
|
|
14
14
|
Object {
|
|
15
15
|
"cid": "cids(2)",
|
|
16
16
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
17
|
-
"neg": false,
|
|
18
17
|
"src": "user(0)",
|
|
19
18
|
"uri": "record(2)",
|
|
20
19
|
"val": "self-label-a",
|
|
@@ -22,7 +21,6 @@ Object {
|
|
|
22
21
|
Object {
|
|
23
22
|
"cid": "cids(2)",
|
|
24
23
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
25
|
-
"neg": false,
|
|
26
24
|
"src": "user(0)",
|
|
27
25
|
"uri": "record(2)",
|
|
28
26
|
"val": "self-label-b",
|
|
@@ -102,7 +100,6 @@ Object {
|
|
|
102
100
|
Object {
|
|
103
101
|
"cid": "cids(0)",
|
|
104
102
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
105
|
-
"neg": false,
|
|
106
103
|
"src": "did:example:labeler",
|
|
107
104
|
"uri": "record(0)",
|
|
108
105
|
"val": "test-label",
|
|
@@ -155,7 +152,6 @@ Object {
|
|
|
155
152
|
Object {
|
|
156
153
|
"cid": "cids(2)",
|
|
157
154
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
158
|
-
"neg": false,
|
|
159
155
|
"src": "user(0)",
|
|
160
156
|
"uri": "record(3)",
|
|
161
157
|
"val": "self-label-a",
|
|
@@ -163,7 +159,6 @@ Object {
|
|
|
163
159
|
Object {
|
|
164
160
|
"cid": "cids(2)",
|
|
165
161
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
166
|
-
"neg": false,
|
|
167
162
|
"src": "user(0)",
|
|
168
163
|
"uri": "record(3)",
|
|
169
164
|
"val": "self-label-b",
|
|
@@ -219,7 +214,6 @@ Object {
|
|
|
219
214
|
Object {
|
|
220
215
|
"cid": "cids(2)",
|
|
221
216
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
222
|
-
"neg": false,
|
|
223
217
|
"src": "user(0)",
|
|
224
218
|
"uri": "record(2)",
|
|
225
219
|
"val": "self-label-a",
|
|
@@ -227,7 +221,6 @@ Object {
|
|
|
227
221
|
Object {
|
|
228
222
|
"cid": "cids(2)",
|
|
229
223
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
230
|
-
"neg": false,
|
|
231
224
|
"src": "user(0)",
|
|
232
225
|
"uri": "record(2)",
|
|
233
226
|
"val": "self-label-b",
|
|
@@ -303,7 +296,6 @@ Object {
|
|
|
303
296
|
Object {
|
|
304
297
|
"cid": "cids(2)",
|
|
305
298
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
306
|
-
"neg": false,
|
|
307
299
|
"src": "user(0)",
|
|
308
300
|
"uri": "record(3)",
|
|
309
301
|
"val": "self-label-a",
|
|
@@ -311,7 +303,6 @@ Object {
|
|
|
311
303
|
Object {
|
|
312
304
|
"cid": "cids(2)",
|
|
313
305
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
314
|
-
"neg": false,
|
|
315
306
|
"src": "user(0)",
|
|
316
307
|
"uri": "record(3)",
|
|
317
308
|
"val": "self-label-b",
|
|
@@ -348,7 +339,6 @@ Object {
|
|
|
348
339
|
Object {
|
|
349
340
|
"cid": "cids(2)",
|
|
350
341
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
351
|
-
"neg": false,
|
|
352
342
|
"src": "user(0)",
|
|
353
343
|
"uri": "record(3)",
|
|
354
344
|
"val": "self-label-a",
|
|
@@ -356,7 +346,6 @@ Object {
|
|
|
356
346
|
Object {
|
|
357
347
|
"cid": "cids(2)",
|
|
358
348
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
359
|
-
"neg": false,
|
|
360
349
|
"src": "user(0)",
|
|
361
350
|
"uri": "record(3)",
|
|
362
351
|
"val": "self-label-b",
|
|
@@ -400,7 +389,6 @@ Object {
|
|
|
400
389
|
Object {
|
|
401
390
|
"cid": "cids(2)",
|
|
402
391
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
403
|
-
"neg": false,
|
|
404
392
|
"src": "user(0)",
|
|
405
393
|
"uri": "record(2)",
|
|
406
394
|
"val": "self-label-a",
|
|
@@ -408,7 +396,6 @@ Object {
|
|
|
408
396
|
Object {
|
|
409
397
|
"cid": "cids(2)",
|
|
410
398
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
411
|
-
"neg": false,
|
|
412
399
|
"src": "user(0)",
|
|
413
400
|
"uri": "record(2)",
|
|
414
401
|
"val": "self-label-b",
|
|
@@ -444,7 +431,6 @@ Object {
|
|
|
444
431
|
Object {
|
|
445
432
|
"cid": "cids(2)",
|
|
446
433
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
447
|
-
"neg": false,
|
|
448
434
|
"src": "user(0)",
|
|
449
435
|
"uri": "record(2)",
|
|
450
436
|
"val": "self-label-a",
|
|
@@ -452,7 +438,6 @@ Object {
|
|
|
452
438
|
Object {
|
|
453
439
|
"cid": "cids(2)",
|
|
454
440
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
455
|
-
"neg": false,
|
|
456
441
|
"src": "user(0)",
|
|
457
442
|
"uri": "record(2)",
|
|
458
443
|
"val": "self-label-b",
|
|
@@ -566,7 +551,6 @@ Object {
|
|
|
566
551
|
Object {
|
|
567
552
|
"cid": "cids(2)",
|
|
568
553
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
569
|
-
"neg": false,
|
|
570
554
|
"src": "user(1)",
|
|
571
555
|
"uri": "record(3)",
|
|
572
556
|
"val": "self-label-a",
|
|
@@ -574,7 +558,6 @@ Object {
|
|
|
574
558
|
Object {
|
|
575
559
|
"cid": "cids(2)",
|
|
576
560
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
577
|
-
"neg": false,
|
|
578
561
|
"src": "user(1)",
|
|
579
562
|
"uri": "record(3)",
|
|
580
563
|
"val": "self-label-b",
|
|
@@ -14,7 +14,6 @@ Object {
|
|
|
14
14
|
Object {
|
|
15
15
|
"cid": "cids(2)",
|
|
16
16
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
17
|
-
"neg": false,
|
|
18
17
|
"src": "user(0)",
|
|
19
18
|
"uri": "record(2)",
|
|
20
19
|
"val": "self-label-a",
|
|
@@ -22,7 +21,6 @@ Object {
|
|
|
22
21
|
Object {
|
|
23
22
|
"cid": "cids(2)",
|
|
24
23
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
25
|
-
"neg": false,
|
|
26
24
|
"src": "user(0)",
|
|
27
25
|
"uri": "record(2)",
|
|
28
26
|
"val": "self-label-b",
|
|
@@ -102,7 +100,6 @@ Object {
|
|
|
102
100
|
Object {
|
|
103
101
|
"cid": "cids(0)",
|
|
104
102
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
105
|
-
"neg": false,
|
|
106
103
|
"src": "did:example:labeler",
|
|
107
104
|
"uri": "record(0)",
|
|
108
105
|
"val": "test-label",
|
|
@@ -155,7 +152,6 @@ Object {
|
|
|
155
152
|
Object {
|
|
156
153
|
"cid": "cids(2)",
|
|
157
154
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
158
|
-
"neg": false,
|
|
159
155
|
"src": "user(0)",
|
|
160
156
|
"uri": "record(3)",
|
|
161
157
|
"val": "self-label-a",
|
|
@@ -163,7 +159,6 @@ Object {
|
|
|
163
159
|
Object {
|
|
164
160
|
"cid": "cids(2)",
|
|
165
161
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
166
|
-
"neg": false,
|
|
167
162
|
"src": "user(0)",
|
|
168
163
|
"uri": "record(3)",
|
|
169
164
|
"val": "self-label-b",
|
|
@@ -219,7 +214,6 @@ Object {
|
|
|
219
214
|
Object {
|
|
220
215
|
"cid": "cids(2)",
|
|
221
216
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
222
|
-
"neg": false,
|
|
223
217
|
"src": "user(0)",
|
|
224
218
|
"uri": "record(2)",
|
|
225
219
|
"val": "self-label-a",
|
|
@@ -227,7 +221,6 @@ Object {
|
|
|
227
221
|
Object {
|
|
228
222
|
"cid": "cids(2)",
|
|
229
223
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
230
|
-
"neg": false,
|
|
231
224
|
"src": "user(0)",
|
|
232
225
|
"uri": "record(2)",
|
|
233
226
|
"val": "self-label-b",
|
|
@@ -300,7 +293,6 @@ Object {
|
|
|
300
293
|
Object {
|
|
301
294
|
"cid": "cids(3)",
|
|
302
295
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
303
|
-
"neg": false,
|
|
304
296
|
"src": "did:example:labeler",
|
|
305
297
|
"uri": "record(7)",
|
|
306
298
|
"val": "test-label",
|
|
@@ -308,7 +300,6 @@ Object {
|
|
|
308
300
|
Object {
|
|
309
301
|
"cid": "cids(3)",
|
|
310
302
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
311
|
-
"neg": false,
|
|
312
303
|
"src": "did:example:labeler",
|
|
313
304
|
"uri": "record(7)",
|
|
314
305
|
"val": "test-label-2",
|
|
@@ -17,7 +17,6 @@ Object {
|
|
|
17
17
|
Object {
|
|
18
18
|
"cid": "cids(2)",
|
|
19
19
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
20
|
-
"neg": false,
|
|
21
20
|
"src": "user(0)",
|
|
22
21
|
"uri": "record(3)",
|
|
23
22
|
"val": "self-label-a",
|
|
@@ -25,7 +24,6 @@ Object {
|
|
|
25
24
|
Object {
|
|
26
25
|
"cid": "cids(2)",
|
|
27
26
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
28
|
-
"neg": false,
|
|
29
27
|
"src": "user(0)",
|
|
30
28
|
"uri": "record(3)",
|
|
31
29
|
"val": "self-label-b",
|
|
@@ -89,7 +87,6 @@ Object {
|
|
|
89
87
|
Object {
|
|
90
88
|
"cid": "cids(2)",
|
|
91
89
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
92
|
-
"neg": false,
|
|
93
90
|
"src": "user(0)",
|
|
94
91
|
"uri": "record(3)",
|
|
95
92
|
"val": "self-label-a",
|
|
@@ -97,7 +94,6 @@ Object {
|
|
|
97
94
|
Object {
|
|
98
95
|
"cid": "cids(2)",
|
|
99
96
|
"cts": "1970-01-01T00:00:00.000Z",
|
|
100
|
-
"neg": false,
|
|
101
97
|
"src": "user(0)",
|
|
102
98
|
"uri": "record(3)",
|
|
103
99
|
"val": "self-label-b",
|