@fedify/fedify 0.15.0-dev.383 → 0.15.0-dev.384
Sign up to get free protection for your applications and to get access to all the features.
package/esm/vocab/announce.yaml
CHANGED
@@ -12,8 +12,13 @@ defaultContext:
|
|
12
12
|
- "https://www.w3.org/ns/activitystreams"
|
13
13
|
- "https://w3id.org/security/data-integrity/v1"
|
14
14
|
- toot: "http://joinmastodon.org/ns#"
|
15
|
+
misskey: "https://misskey-hub.net/ns#"
|
16
|
+
fedibird: "http://fedibird.com/ns#"
|
15
17
|
sensitive: "as:sensitive"
|
16
18
|
votersCount: "toot:votersCount"
|
17
19
|
Emoji: "toot:Emoji"
|
18
20
|
Hashtag: "as:Hashtag"
|
21
|
+
quoteUrl: "as:quoteUrl"
|
22
|
+
_misskey_quote: "misskey:_misskey_quote"
|
23
|
+
quoteUri: "fedibird:quoteUri"
|
19
24
|
properties: []
|
package/esm/vocab/create.yaml
CHANGED
@@ -9,9 +9,14 @@ defaultContext:
|
|
9
9
|
- "https://www.w3.org/ns/activitystreams"
|
10
10
|
- "https://w3id.org/security/data-integrity/v1"
|
11
11
|
- toot: "http://joinmastodon.org/ns#"
|
12
|
+
misskey: "https://misskey-hub.net/ns#"
|
13
|
+
fedibird: "http://fedibird.com/ns#"
|
12
14
|
sensitive: "as:sensitive"
|
13
15
|
votersCount: "toot:votersCount"
|
14
16
|
Emoji: "toot:Emoji"
|
15
17
|
Hashtag: "as:Hashtag"
|
16
18
|
ChatMessage: "http://litepub.social/ns#ChatMessage"
|
19
|
+
quoteUrl: "as:quoteUrl"
|
20
|
+
_misskey_quote: "misskey:_misskey_quote"
|
21
|
+
quoteUri: "fedibird:quoteUri"
|
17
22
|
properties: []
|
package/esm/vocab/delete.yaml
CHANGED
@@ -11,9 +11,14 @@ defaultContext:
|
|
11
11
|
- "https://www.w3.org/ns/activitystreams"
|
12
12
|
- "https://w3id.org/security/data-integrity/v1"
|
13
13
|
- toot: "http://joinmastodon.org/ns#"
|
14
|
+
misskey: "https://misskey-hub.net/ns#"
|
15
|
+
fedibird: "http://fedibird.com/ns#"
|
14
16
|
sensitive: "as:sensitive"
|
15
17
|
votersCount: "toot:votersCount"
|
16
18
|
Emoji: "toot:Emoji"
|
17
19
|
Hashtag: "as:Hashtag"
|
18
20
|
ChatMessage: "http://litepub.social/ns#ChatMessage"
|
21
|
+
quoteUrl: "as:quoteUrl"
|
22
|
+
_misskey_quote: "misskey:_misskey_quote"
|
23
|
+
quoteUri: "fedibird:quoteUri"
|
19
24
|
properties: []
|
package/esm/vocab/update.yaml
CHANGED
@@ -14,9 +14,14 @@ defaultContext:
|
|
14
14
|
- "https://www.w3.org/ns/activitystreams"
|
15
15
|
- "https://w3id.org/security/data-integrity/v1"
|
16
16
|
- toot: "http://joinmastodon.org/ns#"
|
17
|
+
misskey: "https://misskey-hub.net/ns#"
|
18
|
+
fedibird: "http://fedibird.com/ns#"
|
17
19
|
sensitive: "as:sensitive"
|
18
20
|
votersCount: "toot:votersCount"
|
19
21
|
Emoji: "toot:Emoji"
|
20
22
|
Hashtag: "as:Hashtag"
|
21
23
|
ChatMessage: "http://litepub.social/ns#ChatMessage"
|
24
|
+
quoteUrl: "as:quoteUrl"
|
25
|
+
_misskey_quote: "misskey:_misskey_quote"
|
26
|
+
quoteUri: "fedibird:quoteUri"
|
22
27
|
properties: []
|
package/esm/vocab/vocab.js
CHANGED
@@ -9725,10 +9725,15 @@ export class Announce extends Activity {
|
|
9725
9725
|
"https://w3id.org/security/data-integrity/v1",
|
9726
9726
|
{
|
9727
9727
|
"toot": "http://joinmastodon.org/ns#",
|
9728
|
+
"misskey": "https://misskey-hub.net/ns#",
|
9729
|
+
"fedibird": "http://fedibird.com/ns#",
|
9728
9730
|
"sensitive": "as:sensitive",
|
9729
9731
|
"votersCount": "toot:votersCount",
|
9730
9732
|
"Emoji": "toot:Emoji",
|
9731
9733
|
"Hashtag": "as:Hashtag",
|
9734
|
+
"quoteUrl": "as:quoteUrl",
|
9735
|
+
"_misskey_quote": "misskey:_misskey_quote",
|
9736
|
+
"quoteUri": "fedibird:quoteUri",
|
9732
9737
|
},
|
9733
9738
|
];
|
9734
9739
|
return result;
|
@@ -9753,10 +9758,15 @@ export class Announce extends Activity {
|
|
9753
9758
|
"https://w3id.org/security/data-integrity/v1",
|
9754
9759
|
{
|
9755
9760
|
"toot": "http://joinmastodon.org/ns#",
|
9761
|
+
"misskey": "https://misskey-hub.net/ns#",
|
9762
|
+
"fedibird": "http://fedibird.com/ns#",
|
9756
9763
|
"sensitive": "as:sensitive",
|
9757
9764
|
"votersCount": "toot:votersCount",
|
9758
9765
|
"Emoji": "toot:Emoji",
|
9759
9766
|
"Hashtag": "as:Hashtag",
|
9767
|
+
"quoteUrl": "as:quoteUrl",
|
9768
|
+
"_misskey_quote": "misskey:_misskey_quote",
|
9769
|
+
"quoteUri": "fedibird:quoteUri",
|
9760
9770
|
},
|
9761
9771
|
];
|
9762
9772
|
const compacted = await jsonld.compact(values, docContext, { documentLoader: options.contextLoader });
|
@@ -15586,11 +15596,16 @@ export class Create extends Activity {
|
|
15586
15596
|
"https://w3id.org/security/data-integrity/v1",
|
15587
15597
|
{
|
15588
15598
|
"toot": "http://joinmastodon.org/ns#",
|
15599
|
+
"misskey": "https://misskey-hub.net/ns#",
|
15600
|
+
"fedibird": "http://fedibird.com/ns#",
|
15589
15601
|
"sensitive": "as:sensitive",
|
15590
15602
|
"votersCount": "toot:votersCount",
|
15591
15603
|
"Emoji": "toot:Emoji",
|
15592
15604
|
"Hashtag": "as:Hashtag",
|
15593
15605
|
"ChatMessage": "http://litepub.social/ns#ChatMessage",
|
15606
|
+
"quoteUrl": "as:quoteUrl",
|
15607
|
+
"_misskey_quote": "misskey:_misskey_quote",
|
15608
|
+
"quoteUri": "fedibird:quoteUri",
|
15594
15609
|
},
|
15595
15610
|
];
|
15596
15611
|
return result;
|
@@ -15615,11 +15630,16 @@ export class Create extends Activity {
|
|
15615
15630
|
"https://w3id.org/security/data-integrity/v1",
|
15616
15631
|
{
|
15617
15632
|
"toot": "http://joinmastodon.org/ns#",
|
15633
|
+
"misskey": "https://misskey-hub.net/ns#",
|
15634
|
+
"fedibird": "http://fedibird.com/ns#",
|
15618
15635
|
"sensitive": "as:sensitive",
|
15619
15636
|
"votersCount": "toot:votersCount",
|
15620
15637
|
"Emoji": "toot:Emoji",
|
15621
15638
|
"Hashtag": "as:Hashtag",
|
15622
15639
|
"ChatMessage": "http://litepub.social/ns#ChatMessage",
|
15640
|
+
"quoteUrl": "as:quoteUrl",
|
15641
|
+
"_misskey_quote": "misskey:_misskey_quote",
|
15642
|
+
"quoteUri": "fedibird:quoteUri",
|
15623
15643
|
},
|
15624
15644
|
];
|
15625
15645
|
const compacted = await jsonld.compact(values, docContext, { documentLoader: options.contextLoader });
|
@@ -15774,11 +15794,16 @@ export class Delete extends Activity {
|
|
15774
15794
|
"https://w3id.org/security/data-integrity/v1",
|
15775
15795
|
{
|
15776
15796
|
"toot": "http://joinmastodon.org/ns#",
|
15797
|
+
"misskey": "https://misskey-hub.net/ns#",
|
15798
|
+
"fedibird": "http://fedibird.com/ns#",
|
15777
15799
|
"sensitive": "as:sensitive",
|
15778
15800
|
"votersCount": "toot:votersCount",
|
15779
15801
|
"Emoji": "toot:Emoji",
|
15780
15802
|
"Hashtag": "as:Hashtag",
|
15781
15803
|
"ChatMessage": "http://litepub.social/ns#ChatMessage",
|
15804
|
+
"quoteUrl": "as:quoteUrl",
|
15805
|
+
"_misskey_quote": "misskey:_misskey_quote",
|
15806
|
+
"quoteUri": "fedibird:quoteUri",
|
15782
15807
|
},
|
15783
15808
|
];
|
15784
15809
|
return result;
|
@@ -15803,11 +15828,16 @@ export class Delete extends Activity {
|
|
15803
15828
|
"https://w3id.org/security/data-integrity/v1",
|
15804
15829
|
{
|
15805
15830
|
"toot": "http://joinmastodon.org/ns#",
|
15831
|
+
"misskey": "https://misskey-hub.net/ns#",
|
15832
|
+
"fedibird": "http://fedibird.com/ns#",
|
15806
15833
|
"sensitive": "as:sensitive",
|
15807
15834
|
"votersCount": "toot:votersCount",
|
15808
15835
|
"Emoji": "toot:Emoji",
|
15809
15836
|
"Hashtag": "as:Hashtag",
|
15810
15837
|
"ChatMessage": "http://litepub.social/ns#ChatMessage",
|
15838
|
+
"quoteUrl": "as:quoteUrl",
|
15839
|
+
"_misskey_quote": "misskey:_misskey_quote",
|
15840
|
+
"quoteUri": "fedibird:quoteUri",
|
15811
15841
|
},
|
15812
15842
|
];
|
15813
15843
|
const compacted = await jsonld.compact(values, docContext, { documentLoader: options.contextLoader });
|
@@ -36406,11 +36436,16 @@ export class Update extends Activity {
|
|
36406
36436
|
"https://w3id.org/security/data-integrity/v1",
|
36407
36437
|
{
|
36408
36438
|
"toot": "http://joinmastodon.org/ns#",
|
36439
|
+
"misskey": "https://misskey-hub.net/ns#",
|
36440
|
+
"fedibird": "http://fedibird.com/ns#",
|
36409
36441
|
"sensitive": "as:sensitive",
|
36410
36442
|
"votersCount": "toot:votersCount",
|
36411
36443
|
"Emoji": "toot:Emoji",
|
36412
36444
|
"Hashtag": "as:Hashtag",
|
36413
36445
|
"ChatMessage": "http://litepub.social/ns#ChatMessage",
|
36446
|
+
"quoteUrl": "as:quoteUrl",
|
36447
|
+
"_misskey_quote": "misskey:_misskey_quote",
|
36448
|
+
"quoteUri": "fedibird:quoteUri",
|
36414
36449
|
},
|
36415
36450
|
];
|
36416
36451
|
return result;
|
@@ -36435,11 +36470,16 @@ export class Update extends Activity {
|
|
36435
36470
|
"https://w3id.org/security/data-integrity/v1",
|
36436
36471
|
{
|
36437
36472
|
"toot": "http://joinmastodon.org/ns#",
|
36473
|
+
"misskey": "https://misskey-hub.net/ns#",
|
36474
|
+
"fedibird": "http://fedibird.com/ns#",
|
36438
36475
|
"sensitive": "as:sensitive",
|
36439
36476
|
"votersCount": "toot:votersCount",
|
36440
36477
|
"Emoji": "toot:Emoji",
|
36441
36478
|
"Hashtag": "as:Hashtag",
|
36442
36479
|
"ChatMessage": "http://litepub.social/ns#ChatMessage",
|
36480
|
+
"quoteUrl": "as:quoteUrl",
|
36481
|
+
"_misskey_quote": "misskey:_misskey_quote",
|
36482
|
+
"quoteUri": "fedibird:quoteUri",
|
36443
36483
|
},
|
36444
36484
|
];
|
36445
36485
|
const compacted = await jsonld.compact(values, docContext, { documentLoader: options.contextLoader });
|