@fedify/fedify 0.7.0-dev.132 → 0.7.0-dev.134

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of @fedify/fedify might be problematic. Click here for more details.

@@ -10,6 +10,10 @@ export declare class PropertyValue {
10
10
  #private;
11
11
  readonly id: URL | null;
12
12
  protected get _documentLoader(): DocumentLoader | undefined;
13
+ /**
14
+ * The type URI of {@link PropertyValue}: `http://schema.org#PropertyValue`.
15
+ */
16
+ static get typeId(): URL;
13
17
  /**
14
18
  * Constructs a new instance of PropertyValue with the given values.
15
19
  * @param values The values to initialize the instance with.
@@ -66,6 +70,10 @@ export declare class CryptographicKey {
66
70
  #private;
67
71
  readonly id: URL | null;
68
72
  protected get _documentLoader(): DocumentLoader | undefined;
73
+ /**
74
+ * The type URI of {@link CryptographicKey}: `https://w3id.org/security#Key`.
75
+ */
76
+ static get typeId(): URL;
69
77
  /**
70
78
  * Constructs a new instance of CryptographicKey with the given values.
71
79
  * @param values The values to initialize the instance with.
@@ -134,6 +142,10 @@ export declare class Object {
134
142
  #private;
135
143
  readonly id: URL | null;
136
144
  protected get _documentLoader(): DocumentLoader | undefined;
145
+ /**
146
+ * The type URI of {@link Object}: `https://www.w3.org/ns/activitystreams#Object`.
147
+ */
148
+ static get typeId(): URL;
137
149
  /**
138
150
  * Constructs a new instance of Object with the given values.
139
151
  * @param values The values to initialize the instance with.
@@ -672,6 +684,10 @@ export declare class Object {
672
684
  */
673
685
  export declare class Activity extends Object {
674
686
  #private;
687
+ /**
688
+ * The type URI of {@link Activity}: `https://www.w3.org/ns/activitystreams#Activity`.
689
+ */
690
+ static get typeId(): URL;
675
691
  /**
676
692
  * Constructs a new instance of Activity with the given values.
677
693
  * @param values The values to initialize the instance with.
@@ -861,6 +877,10 @@ export declare class Activity extends Object {
861
877
  * has been accepted.
862
878
  */
863
879
  export declare class Accept extends Activity {
880
+ /**
881
+ * The type URI of {@link Accept}: `https://www.w3.org/ns/activitystreams#Accept`.
882
+ */
883
+ static get typeId(): URL;
864
884
  /**
865
885
  * Constructs a new instance of Accept with the given values.
866
886
  * @param values The values to initialize the instance with.
@@ -999,6 +1019,10 @@ export declare class Accept extends Activity {
999
1019
  * the context from which the `object` originated.
1000
1020
  */
1001
1021
  export declare class Add extends Activity {
1022
+ /**
1023
+ * The type URI of {@link Add}: `https://www.w3.org/ns/activitystreams#Add`.
1024
+ */
1025
+ static get typeId(): URL;
1002
1026
  /**
1003
1027
  * Constructs a new instance of Add with the given values.
1004
1028
  * @param values The values to initialize the instance with.
@@ -1136,6 +1160,10 @@ export declare class Add extends Activity {
1136
1160
  * The `origin` typically has no defined meaning.
1137
1161
  */
1138
1162
  export declare class Announce extends Activity {
1163
+ /**
1164
+ * The type URI of {@link Announce}: `https://www.w3.org/ns/activitystreams#Announce`.
1165
+ */
1166
+ static get typeId(): URL;
1139
1167
  /**
1140
1168
  * Constructs a new instance of Announce with the given values.
1141
1169
  * @param values The values to initialize the instance with.
@@ -1272,6 +1300,10 @@ export declare class Announce extends Activity {
1272
1300
  */
1273
1301
  export declare class Application extends Object {
1274
1302
  #private;
1303
+ /**
1304
+ * The type URI of {@link Application}: `https://www.w3.org/ns/activitystreams#Application`.
1305
+ */
1306
+ static get typeId(): URL;
1275
1307
  /**
1276
1308
  * Constructs a new instance of Application with the given values.
1277
1309
  * @param values The values to initialize the instance with.
@@ -1594,6 +1626,10 @@ export declare class Application extends Object {
1594
1626
  /** Represents any kind of multi-paragraph written work.
1595
1627
  */
1596
1628
  export declare class Article extends Object {
1629
+ /**
1630
+ * The type URI of {@link Article}: `https://www.w3.org/ns/activitystreams#Article`.
1631
+ */
1632
+ static get typeId(): URL;
1597
1633
  /**
1598
1634
  * Constructs a new instance of Article with the given values.
1599
1635
  * @param values The values to initialize the instance with.
@@ -1721,6 +1757,10 @@ export declare class Article extends Object {
1721
1757
  /** Represents a document of any kind.
1722
1758
  */
1723
1759
  export declare class Document extends Object {
1760
+ /**
1761
+ * The type URI of {@link Document}: `https://www.w3.org/ns/activitystreams#Document`.
1762
+ */
1763
+ static get typeId(): URL;
1724
1764
  /**
1725
1765
  * Constructs a new instance of Document with the given values.
1726
1766
  * @param values The values to initialize the instance with.
@@ -1848,6 +1888,10 @@ export declare class Document extends Object {
1848
1888
  /** Represents an audio document of any kind.
1849
1889
  */
1850
1890
  export declare class Audio extends Document {
1891
+ /**
1892
+ * The type URI of {@link Audio}: `https://www.w3.org/ns/activitystreams#Audio`.
1893
+ */
1894
+ static get typeId(): URL;
1851
1895
  /**
1852
1896
  * Constructs a new instance of Audio with the given values.
1853
1897
  * @param values The values to initialize the instance with.
@@ -1976,6 +2020,10 @@ export declare class Audio extends Document {
1976
2020
  * `origin` typically have no defined meaning.
1977
2021
  */
1978
2022
  export declare class Ignore extends Activity {
2023
+ /**
2024
+ * The type URI of {@link Ignore}: `https://www.w3.org/ns/activitystreams#Ignore`.
2025
+ */
2026
+ static get typeId(): URL;
1979
2027
  /**
1980
2028
  * Constructs a new instance of Ignore with the given values.
1981
2029
  * @param values The values to initialize the instance with.
@@ -2114,6 +2162,10 @@ export declare class Ignore extends Activity {
2114
2162
  * and `origin` typically have no defined meaning.
2115
2163
  */
2116
2164
  export declare class Block extends Ignore {
2165
+ /**
2166
+ * The type URI of {@link Block}: `https://www.w3.org/ns/activitystreams#Block`.
2167
+ */
2168
+ static get typeId(): URL;
2117
2169
  /**
2118
2170
  * Constructs a new instance of Block with the given values.
2119
2171
  * @param values The values to initialize the instance with.
@@ -2254,6 +2306,10 @@ export declare class Block extends Ignore {
2254
2306
  */
2255
2307
  export declare class Collection extends Object {
2256
2308
  #private;
2309
+ /**
2310
+ * The type URI of {@link Collection}: `https://www.w3.org/ns/activitystreams#Collection`.
2311
+ */
2312
+ static get typeId(): URL;
2257
2313
  /**
2258
2314
  * Constructs a new instance of Collection with the given values.
2259
2315
  * @param values The values to initialize the instance with.
@@ -2447,6 +2503,10 @@ export declare class Collection extends Object {
2447
2503
  */
2448
2504
  export declare class CollectionPage extends Collection {
2449
2505
  #private;
2506
+ /**
2507
+ * The type URI of {@link CollectionPage}: `https://www.w3.org/ns/activitystreams#CollectionPage`.
2508
+ */
2509
+ static get typeId(): URL;
2450
2510
  /**
2451
2511
  * Constructs a new instance of CollectionPage with the given values.
2452
2512
  * @param values The values to initialize the instance with.
@@ -2624,6 +2684,10 @@ export declare class CollectionPage extends Collection {
2624
2684
  /** Indicates that the `actor` has created the `object`.
2625
2685
  */
2626
2686
  export declare class Create extends Activity {
2687
+ /**
2688
+ * The type URI of {@link Create}: `https://www.w3.org/ns/activitystreams#Create`.
2689
+ */
2690
+ static get typeId(): URL;
2627
2691
  /**
2628
2692
  * Constructs a new instance of Create with the given values.
2629
2693
  * @param values The values to initialize the instance with.
@@ -2760,6 +2824,10 @@ export declare class Create extends Activity {
2760
2824
  * the `origin` indicates the context from which the `object` was deleted.
2761
2825
  */
2762
2826
  export declare class Delete extends Activity {
2827
+ /**
2828
+ * The type URI of {@link Delete}: `https://www.w3.org/ns/activitystreams#Delete`.
2829
+ */
2830
+ static get typeId(): URL;
2763
2831
  /**
2764
2832
  * Constructs a new instance of Delete with the given values.
2765
2833
  * @param values The values to initialize the instance with.
@@ -2895,6 +2963,10 @@ export declare class Delete extends Activity {
2895
2963
  /** Indicates that the `actor` dislikes the `object`.
2896
2964
  */
2897
2965
  export declare class Dislike extends Activity {
2966
+ /**
2967
+ * The type URI of {@link Dislike}: `https://www.w3.org/ns/activitystreams#Dislike`.
2968
+ */
2969
+ static get typeId(): URL;
2898
2970
  /**
2899
2971
  * Constructs a new instance of Dislike with the given values.
2900
2972
  * @param values The values to initialize the instance with.
@@ -3033,6 +3105,10 @@ export declare class Endpoints {
3033
3105
  #private;
3034
3106
  readonly id: URL | null;
3035
3107
  protected get _documentLoader(): DocumentLoader | undefined;
3108
+ /**
3109
+ * The type URI of {@link Endpoints}: `https://www.w3.org/ns/activitystreams#Endpoints`.
3110
+ */
3111
+ static get typeId(): URL;
3036
3112
  /**
3037
3113
  * Constructs a new instance of Endpoints with the given values.
3038
3114
  * @param values The values to initialize the instance with.
@@ -3129,6 +3205,10 @@ export declare class Endpoints {
3129
3205
  /** Represents any kind of event.
3130
3206
  */
3131
3207
  export declare class Event extends Object {
3208
+ /**
3209
+ * The type URI of {@link Event}: `https://www.w3.org/ns/activitystreams#Event`.
3210
+ */
3211
+ static get typeId(): URL;
3132
3212
  /**
3133
3213
  * Constructs a new instance of Event with the given values.
3134
3214
  * @param values The values to initialize the instance with.
@@ -3258,6 +3338,10 @@ export declare class Event extends Object {
3258
3338
  * inappropriate for any number of reasons.
3259
3339
  */
3260
3340
  export declare class Flag extends Activity {
3341
+ /**
3342
+ * The type URI of {@link Flag}: `https://www.w3.org/ns/activitystreams#Flag`.
3343
+ */
3344
+ static get typeId(): URL;
3261
3345
  /**
3262
3346
  * Constructs a new instance of Flag with the given values.
3263
3347
  * @param values The values to initialize the instance with.
@@ -3396,6 +3480,10 @@ export declare class Flag extends Activity {
3396
3480
  * `origin` typically have no defined meaning.
3397
3481
  */
3398
3482
  export declare class Follow extends Activity {
3483
+ /**
3484
+ * The type URI of {@link Follow}: `https://www.w3.org/ns/activitystreams#Follow`.
3485
+ */
3486
+ static get typeId(): URL;
3399
3487
  /**
3400
3488
  * Constructs a new instance of Follow with the given values.
3401
3489
  * @param values The values to initialize the instance with.
@@ -3532,6 +3620,10 @@ export declare class Follow extends Activity {
3532
3620
  */
3533
3621
  export declare class Group extends Object {
3534
3622
  #private;
3623
+ /**
3624
+ * The type URI of {@link Group}: `https://www.w3.org/ns/activitystreams#Group`.
3625
+ */
3626
+ static get typeId(): URL;
3535
3627
  /**
3536
3628
  * Constructs a new instance of Group with the given values.
3537
3629
  * @param values The values to initialize the instance with.
@@ -3854,6 +3946,10 @@ export declare class Group extends Object {
3854
3946
  /** An image document of any kind.
3855
3947
  */
3856
3948
  export declare class Image extends Document {
3949
+ /**
3950
+ * The type URI of {@link Image}: `https://www.w3.org/ns/activitystreams#Image`.
3951
+ */
3952
+ static get typeId(): URL;
3857
3953
  /**
3858
3954
  * Constructs a new instance of Image with the given values.
3859
3955
  * @param values The values to initialize the instance with.
@@ -3983,6 +4079,10 @@ export declare class Image extends Document {
3983
4079
  * inappropriate for these activities.
3984
4080
  */
3985
4081
  export declare class IntransitiveActivity extends Activity {
4082
+ /**
4083
+ * The type URI of {@link IntransitiveActivity}: `https://www.w3.org/ns/activitystreams#IntransitiveActivity`.
4084
+ */
4085
+ static get typeId(): URL;
3986
4086
  /**
3987
4087
  * Constructs a new instance of IntransitiveActivity with the given values.
3988
4088
  * @param values The values to initialize the instance with.
@@ -4119,6 +4219,10 @@ export declare class IntransitiveActivity extends Activity {
4119
4219
  * The `target` and `origin` typically have no defined meaning.
4120
4220
  */
4121
4221
  export declare class Like extends Activity {
4222
+ /**
4223
+ * The type URI of {@link Like}: `https://www.w3.org/ns/activitystreams#Like`.
4224
+ */
4225
+ static get typeId(): URL;
4122
4226
  /**
4123
4227
  * Constructs a new instance of Like with the given values.
4124
4228
  * @param values The values to initialize the instance with.
@@ -4264,6 +4368,10 @@ export declare class Link {
4264
4368
  #private;
4265
4369
  readonly id: URL | null;
4266
4370
  protected get _documentLoader(): DocumentLoader | undefined;
4371
+ /**
4372
+ * The type URI of {@link Link}: `https://www.w3.org/ns/activitystreams#Link`.
4373
+ */
4374
+ static get typeId(): URL;
4267
4375
  /**
4268
4376
  * Constructs a new instance of Link with the given values.
4269
4377
  * @param values The values to initialize the instance with.
@@ -4383,6 +4491,10 @@ export declare class Link {
4383
4491
  /** A specialized {@link Link} that represents an @mention.
4384
4492
  */
4385
4493
  export declare class Mention extends Link {
4494
+ /**
4495
+ * The type URI of {@link Mention}: `https://www.w3.org/ns/activitystreams#Mention`.
4496
+ */
4497
+ static get typeId(): URL;
4386
4498
  /**
4387
4499
  * Constructs a new instance of Mention with the given values.
4388
4500
  * @param values The values to initialize the instance with.
@@ -4447,6 +4559,10 @@ export declare class Mention extends Link {
4447
4559
  * length.
4448
4560
  */
4449
4561
  export declare class Note extends Object {
4562
+ /**
4563
+ * The type URI of {@link Note}: `https://www.w3.org/ns/activitystreams#Note`.
4564
+ */
4565
+ static get typeId(): URL;
4450
4566
  /**
4451
4567
  * Constructs a new instance of Note with the given values.
4452
4568
  * @param values The values to initialize the instance with.
@@ -4575,6 +4691,10 @@ export declare class Note extends Object {
4575
4691
  * are assumed to always be strictly ordered.
4576
4692
  */
4577
4693
  export declare class OrderedCollection extends Collection {
4694
+ /**
4695
+ * The type URI of {@link OrderedCollection}: `https://www.w3.org/ns/activitystreams#OrderedCollection`.
4696
+ */
4697
+ static get typeId(): URL;
4578
4698
  /**
4579
4699
  * Constructs a new instance of OrderedCollection with the given values.
4580
4700
  * @param values The values to initialize the instance with.
@@ -4715,6 +4835,10 @@ export declare class OrderedCollection extends Collection {
4715
4835
  */
4716
4836
  export declare class OrderedCollectionPage extends CollectionPage {
4717
4837
  #private;
4838
+ /**
4839
+ * The type URI of {@link OrderedCollectionPage}: `https://www.w3.org/ns/activitystreams#OrderedCollectionPage`.
4840
+ */
4841
+ static get typeId(): URL;
4718
4842
  /**
4719
4843
  * Constructs a new instance of OrderedCollectionPage with the given values.
4720
4844
  * @param values The values to initialize the instance with.
@@ -4865,6 +4989,10 @@ export declare class OrderedCollectionPage extends CollectionPage {
4865
4989
  */
4866
4990
  export declare class Organization extends Object {
4867
4991
  #private;
4992
+ /**
4993
+ * The type URI of {@link Organization}: `https://www.w3.org/ns/activitystreams#Organization`.
4994
+ */
4995
+ static get typeId(): URL;
4868
4996
  /**
4869
4997
  * Constructs a new instance of Organization with the given values.
4870
4998
  * @param values The values to initialize the instance with.
@@ -5187,6 +5315,10 @@ export declare class Organization extends Object {
5187
5315
  /** Represents a Web Page.
5188
5316
  */
5189
5317
  export declare class Page extends Document {
5318
+ /**
5319
+ * The type URI of {@link Page}: `https://www.w3.org/ns/activitystreams#Page`.
5320
+ */
5321
+ static get typeId(): URL;
5190
5322
  /**
5191
5323
  * Constructs a new instance of Page with the given values.
5192
5324
  * @param values The values to initialize the instance with.
@@ -5315,6 +5447,10 @@ export declare class Page extends Document {
5315
5447
  */
5316
5448
  export declare class Person extends Object {
5317
5449
  #private;
5450
+ /**
5451
+ * The type URI of {@link Person}: `https://www.w3.org/ns/activitystreams#Person`.
5452
+ */
5453
+ static get typeId(): URL;
5318
5454
  /**
5319
5455
  * Constructs a new instance of Person with the given values.
5320
5456
  * @param values The values to initialize the instance with.
@@ -5640,6 +5776,10 @@ export declare class Person extends Object {
5640
5776
  */
5641
5777
  export declare class Place extends Object {
5642
5778
  #private;
5779
+ /**
5780
+ * The type URI of {@link Place}: `https://www.w3.org/ns/activitystreams#Place`.
5781
+ */
5782
+ static get typeId(): URL;
5643
5783
  /**
5644
5784
  * Constructs a new instance of Place with the given values.
5645
5785
  * @param values The values to initialize the instance with.
@@ -5810,6 +5950,10 @@ export declare class Place extends Object {
5810
5950
  */
5811
5951
  export declare class Profile extends Object {
5812
5952
  #private;
5953
+ /**
5954
+ * The type URI of {@link Profile}: `https://www.w3.org/ns/activitystreams#Profile`.
5955
+ */
5956
+ static get typeId(): URL;
5813
5957
  /**
5814
5958
  * Constructs a new instance of Profile with the given values.
5815
5959
  * @param values The values to initialize the instance with.
@@ -5952,6 +6096,10 @@ export declare class Profile extends Object {
5952
6096
  * `origin` typically have no defined meaning.
5953
6097
  */
5954
6098
  export declare class Reject extends Activity {
6099
+ /**
6100
+ * The type URI of {@link Reject}: `https://www.w3.org/ns/activitystreams#Reject`.
6101
+ */
6102
+ static get typeId(): URL;
5955
6103
  /**
5956
6104
  * Constructs a new instance of Reject with the given values.
5957
6105
  * @param values The values to initialize the instance with.
@@ -6094,6 +6242,10 @@ export declare class Reject extends Activity {
6094
6242
  */
6095
6243
  export declare class Relationship extends Object {
6096
6244
  #private;
6245
+ /**
6246
+ * The type URI of {@link Relationship}: `https://www.w3.org/ns/activitystreams#Relationship`.
6247
+ */
6248
+ static get typeId(): URL;
6097
6249
  /**
6098
6250
  * Constructs a new instance of Relationship with the given values.
6099
6251
  * @param values The values to initialize the instance with.
@@ -6294,6 +6446,10 @@ export declare class Relationship extends Object {
6294
6446
  * the `origin` indicates the context from which the `object` is being removed.
6295
6447
  */
6296
6448
  export declare class Remove extends Activity {
6449
+ /**
6450
+ * The type URI of {@link Remove}: `https://www.w3.org/ns/activitystreams#Remove`.
6451
+ */
6452
+ static get typeId(): URL;
6297
6453
  /**
6298
6454
  * Constructs a new instance of Remove with the given values.
6299
6455
  * @param values The values to initialize the instance with.
@@ -6430,6 +6586,10 @@ export declare class Remove extends Activity {
6430
6586
  */
6431
6587
  export declare class Service extends Object {
6432
6588
  #private;
6589
+ /**
6590
+ * The type URI of {@link Service}: `https://www.w3.org/ns/activitystreams#Service`.
6591
+ */
6592
+ static get typeId(): URL;
6433
6593
  /**
6434
6594
  * Constructs a new instance of Service with the given values.
6435
6595
  * @param values The values to initialize the instance with.
@@ -6758,6 +6918,10 @@ export declare class Service extends Object {
6758
6918
  * The `target` and `origin` typically have no defined meaning.
6759
6919
  */
6760
6920
  export declare class Undo extends Activity {
6921
+ /**
6922
+ * The type URI of {@link Undo}: `https://www.w3.org/ns/activitystreams#Undo`.
6923
+ */
6924
+ static get typeId(): URL;
6761
6925
  /**
6762
6926
  * Constructs a new instance of Undo with the given values.
6763
6927
  * @param values The values to initialize the instance with.
@@ -6897,6 +7061,10 @@ export declare class Undo extends Activity {
6897
7061
  * The `target` and `origin` typically have no defined meaning.
6898
7062
  */
6899
7063
  export declare class Update extends Activity {
7064
+ /**
7065
+ * The type URI of {@link Update}: `https://www.w3.org/ns/activitystreams#Update`.
7066
+ */
7067
+ static get typeId(): URL;
6900
7068
  /**
6901
7069
  * Constructs a new instance of Update with the given values.
6902
7070
  * @param values The values to initialize the instance with.
@@ -7032,6 +7200,10 @@ export declare class Update extends Activity {
7032
7200
  /** Represents a video document of any kind.
7033
7201
  */
7034
7202
  export declare class Video extends Document {
7203
+ /**
7204
+ * The type URI of {@link Video}: `https://www.w3.org/ns/activitystreams#Video`.
7205
+ */
7206
+ static get typeId(): URL;
7035
7207
  /**
7036
7208
  * Constructs a new instance of Video with the given values.
7037
7209
  * @param values The values to initialize the instance with.