@fedify/vocab 2.4.0-dev.1634 → 2.4.0-pr.934.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/dist/mod.d.cts CHANGED
@@ -7412,8 +7412,6 @@ declare class Application extends Object$1 {
7412
7412
  publicKeys?: (CryptographicKey | URL)[];
7413
7413
  assertionMethod?: Multikey | URL | null;
7414
7414
  assertionMethods?: (Multikey | URL)[];
7415
- gateway?: URL | null;
7416
- gateways?: (URL)[];
7417
7415
  manuallyApprovesFollowers?: boolean | null;
7418
7416
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
7419
7417
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -7508,8 +7506,6 @@ declare class Application extends Object$1 {
7508
7506
  publicKeys?: (CryptographicKey | URL)[];
7509
7507
  assertionMethod?: Multikey | URL | null;
7510
7508
  assertionMethods?: (Multikey | URL)[];
7511
- gateway?: URL | null;
7512
- gateways?: (URL)[];
7513
7509
  manuallyApprovesFollowers?: boolean | null;
7514
7510
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
7515
7511
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -7610,18 +7606,6 @@ declare class Application extends Object$1 {
7610
7606
  tracerProvider?: TracerProvider;
7611
7607
  crossOrigin?: "ignore" | "throw" | "trust";
7612
7608
  }): AsyncIterable<Multikey>;
7613
- /** Gateways where the latest version of this portable actor object can be
7614
- * retrieved.
7615
- *
7616
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
7617
- */
7618
- get gateway(): URL | null;
7619
- /** Gateways where the latest version of this portable actor object can be
7620
- * retrieved.
7621
- *
7622
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
7623
- */
7624
- get gateways(): (URL)[];
7625
7609
  /** When `true`, conveys that for this actor, follow requests are not usually
7626
7610
  * automatically approved, but instead are examined by a person who may accept
7627
7611
  * or reject the request, at some time in the future. Setting of `false`
@@ -8675,7 +8659,6 @@ declare class Document extends Object$1 {
8675
8659
  announceAuthorization?: AnnounceAuthorization | URL | null;
8676
8660
  width?: number | null;
8677
8661
  height?: number | null;
8678
- digestMultibase?: string | null;
8679
8662
  }, options?: {
8680
8663
  documentLoader?: DocumentLoader$1;
8681
8664
  contextLoader?: DocumentLoader$1;
@@ -8744,7 +8727,6 @@ declare class Document extends Object$1 {
8744
8727
  announceAuthorization?: AnnounceAuthorization | URL | null;
8745
8728
  width?: number | null;
8746
8729
  height?: number | null;
8747
- digestMultibase?: string | null;
8748
8730
  }, options?: {
8749
8731
  documentLoader?: DocumentLoader$1;
8750
8732
  contextLoader?: DocumentLoader$1;
@@ -8757,12 +8739,6 @@ declare class Document extends Object$1 {
8757
8739
  * device-independent pixels of the linked resource.
8758
8740
  */
8759
8741
  get height(): number | null;
8760
- /** The multibase-encoded integrity digest of an external resource represented
8761
- * by this document.
8762
- *
8763
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
8764
- */
8765
- get digestMultibase(): string | null;
8766
8742
  /**
8767
8743
  * Converts this object to a JSON-LD structure.
8768
8744
  * @param options The options to use.
@@ -8873,7 +8849,6 @@ declare class Audio extends Document {
8873
8849
  announceAuthorization?: AnnounceAuthorization | URL | null;
8874
8850
  width?: number | null;
8875
8851
  height?: number | null;
8876
- digestMultibase?: string | null;
8877
8852
  }, options?: {
8878
8853
  documentLoader?: DocumentLoader$1;
8879
8854
  contextLoader?: DocumentLoader$1;
@@ -8942,7 +8917,6 @@ declare class Audio extends Document {
8942
8917
  announceAuthorization?: AnnounceAuthorization | URL | null;
8943
8918
  width?: number | null;
8944
8919
  height?: number | null;
8945
- digestMultibase?: string | null;
8946
8920
  }, options?: {
8947
8921
  documentLoader?: DocumentLoader$1;
8948
8922
  contextLoader?: DocumentLoader$1;
@@ -11071,8 +11045,6 @@ declare class Group extends Object$1 {
11071
11045
  publicKeys?: (CryptographicKey | URL)[];
11072
11046
  assertionMethod?: Multikey | URL | null;
11073
11047
  assertionMethods?: (Multikey | URL)[];
11074
- gateway?: URL | null;
11075
- gateways?: (URL)[];
11076
11048
  manuallyApprovesFollowers?: boolean | null;
11077
11049
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
11078
11050
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -11167,8 +11139,6 @@ declare class Group extends Object$1 {
11167
11139
  publicKeys?: (CryptographicKey | URL)[];
11168
11140
  assertionMethod?: Multikey | URL | null;
11169
11141
  assertionMethods?: (Multikey | URL)[];
11170
- gateway?: URL | null;
11171
- gateways?: (URL)[];
11172
11142
  manuallyApprovesFollowers?: boolean | null;
11173
11143
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
11174
11144
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -11269,18 +11239,6 @@ declare class Group extends Object$1 {
11269
11239
  tracerProvider?: TracerProvider;
11270
11240
  crossOrigin?: "ignore" | "throw" | "trust";
11271
11241
  }): AsyncIterable<Multikey>;
11272
- /** Gateways where the latest version of this portable actor object can be
11273
- * retrieved.
11274
- *
11275
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
11276
- */
11277
- get gateway(): URL | null;
11278
- /** Gateways where the latest version of this portable actor object can be
11279
- * retrieved.
11280
- *
11281
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
11282
- */
11283
- get gateways(): (URL)[];
11284
11242
  /** When `true`, conveys that for this actor, follow requests are not usually
11285
11243
  * automatically approved, but instead are examined by a person who may accept
11286
11244
  * or reject the request, at some time in the future. Setting of `false`
@@ -11664,7 +11622,6 @@ declare class Link {
11664
11622
  rel?: string | null;
11665
11623
  rels?: (string)[];
11666
11624
  mediaType?: string | null;
11667
- digestMultibase?: string | null;
11668
11625
  name?: string | LanguageString$1 | null;
11669
11626
  names?: ((string | LanguageString$1))[];
11670
11627
  language?: Intl.Locale | null;
@@ -11688,7 +11645,6 @@ declare class Link {
11688
11645
  rel?: string | null;
11689
11646
  rels?: (string)[];
11690
11647
  mediaType?: string | null;
11691
- digestMultibase?: string | null;
11692
11648
  name?: string | LanguageString$1 | null;
11693
11649
  names?: ((string | LanguageString$1))[];
11694
11650
  language?: Intl.Locale | null;
@@ -11722,11 +11678,6 @@ declare class Link {
11722
11678
  * referenced resource.
11723
11679
  */
11724
11680
  get mediaType(): string | null;
11725
- /** The multibase-encoded integrity digest of the linked resource.
11726
- *
11727
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
11728
- */
11729
- get digestMultibase(): string | null;
11730
11681
  /** A simple, human-readable, plain-text name for the object. HTML markup MUST
11731
11682
  * NOT be included. The name MAY be expressed using multiple language-tagged
11732
11683
  * values.
@@ -11825,7 +11776,6 @@ declare class Hashtag extends Link {
11825
11776
  rel?: string | null;
11826
11777
  rels?: (string)[];
11827
11778
  mediaType?: string | null;
11828
- digestMultibase?: string | null;
11829
11779
  name?: string | LanguageString$1 | null;
11830
11780
  names?: ((string | LanguageString$1))[];
11831
11781
  language?: Intl.Locale | null;
@@ -11849,7 +11799,6 @@ declare class Hashtag extends Link {
11849
11799
  rel?: string | null;
11850
11800
  rels?: (string)[];
11851
11801
  mediaType?: string | null;
11852
- digestMultibase?: string | null;
11853
11802
  name?: string | LanguageString$1 | null;
11854
11803
  names?: ((string | LanguageString$1))[];
11855
11804
  language?: Intl.Locale | null;
@@ -11970,7 +11919,6 @@ declare class Image extends Document {
11970
11919
  announceAuthorization?: AnnounceAuthorization | URL | null;
11971
11920
  width?: number | null;
11972
11921
  height?: number | null;
11973
- digestMultibase?: string | null;
11974
11922
  }, options?: {
11975
11923
  documentLoader?: DocumentLoader$1;
11976
11924
  contextLoader?: DocumentLoader$1;
@@ -12039,7 +11987,6 @@ declare class Image extends Document {
12039
11987
  announceAuthorization?: AnnounceAuthorization | URL | null;
12040
11988
  width?: number | null;
12041
11989
  height?: number | null;
12042
- digestMultibase?: string | null;
12043
11990
  }, options?: {
12044
11991
  documentLoader?: DocumentLoader$1;
12045
11992
  contextLoader?: DocumentLoader$1;
@@ -13321,7 +13268,6 @@ declare class Mention extends Link {
13321
13268
  rel?: string | null;
13322
13269
  rels?: (string)[];
13323
13270
  mediaType?: string | null;
13324
- digestMultibase?: string | null;
13325
13271
  name?: string | LanguageString$1 | null;
13326
13272
  names?: ((string | LanguageString$1))[];
13327
13273
  language?: Intl.Locale | null;
@@ -13345,7 +13291,6 @@ declare class Mention extends Link {
13345
13291
  rel?: string | null;
13346
13292
  rels?: (string)[];
13347
13293
  mediaType?: string | null;
13348
- digestMultibase?: string | null;
13349
13294
  name?: string | LanguageString$1 | null;
13350
13295
  names?: ((string | LanguageString$1))[];
13351
13296
  language?: Intl.Locale | null;
@@ -14141,8 +14086,6 @@ declare class Organization extends Object$1 {
14141
14086
  publicKeys?: (CryptographicKey | URL)[];
14142
14087
  assertionMethod?: Multikey | URL | null;
14143
14088
  assertionMethods?: (Multikey | URL)[];
14144
- gateway?: URL | null;
14145
- gateways?: (URL)[];
14146
14089
  manuallyApprovesFollowers?: boolean | null;
14147
14090
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
14148
14091
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -14237,8 +14180,6 @@ declare class Organization extends Object$1 {
14237
14180
  publicKeys?: (CryptographicKey | URL)[];
14238
14181
  assertionMethod?: Multikey | URL | null;
14239
14182
  assertionMethods?: (Multikey | URL)[];
14240
- gateway?: URL | null;
14241
- gateways?: (URL)[];
14242
14183
  manuallyApprovesFollowers?: boolean | null;
14243
14184
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
14244
14185
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -14339,18 +14280,6 @@ declare class Organization extends Object$1 {
14339
14280
  tracerProvider?: TracerProvider;
14340
14281
  crossOrigin?: "ignore" | "throw" | "trust";
14341
14282
  }): AsyncIterable<Multikey>;
14342
- /** Gateways where the latest version of this portable actor object can be
14343
- * retrieved.
14344
- *
14345
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
14346
- */
14347
- get gateway(): URL | null;
14348
- /** Gateways where the latest version of this portable actor object can be
14349
- * retrieved.
14350
- *
14351
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
14352
- */
14353
- get gateways(): (URL)[];
14354
14283
  /** When `true`, conveys that for this actor, follow requests are not usually
14355
14284
  * automatically approved, but instead are examined by a person who may accept
14356
14285
  * or reject the request, at some time in the future. Setting of `false`
@@ -14765,7 +14694,6 @@ declare class Page extends Document {
14765
14694
  announceAuthorization?: AnnounceAuthorization | URL | null;
14766
14695
  width?: number | null;
14767
14696
  height?: number | null;
14768
- digestMultibase?: string | null;
14769
14697
  }, options?: {
14770
14698
  documentLoader?: DocumentLoader$1;
14771
14699
  contextLoader?: DocumentLoader$1;
@@ -14834,7 +14762,6 @@ declare class Page extends Document {
14834
14762
  announceAuthorization?: AnnounceAuthorization | URL | null;
14835
14763
  width?: number | null;
14836
14764
  height?: number | null;
14837
- digestMultibase?: string | null;
14838
14765
  }, options?: {
14839
14766
  documentLoader?: DocumentLoader$1;
14840
14767
  contextLoader?: DocumentLoader$1;
@@ -14954,8 +14881,6 @@ declare class Person extends Object$1 {
14954
14881
  publicKeys?: (CryptographicKey | URL)[];
14955
14882
  assertionMethod?: Multikey | URL | null;
14956
14883
  assertionMethods?: (Multikey | URL)[];
14957
- gateway?: URL | null;
14958
- gateways?: (URL)[];
14959
14884
  manuallyApprovesFollowers?: boolean | null;
14960
14885
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
14961
14886
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -15050,8 +14975,6 @@ declare class Person extends Object$1 {
15050
14975
  publicKeys?: (CryptographicKey | URL)[];
15051
14976
  assertionMethod?: Multikey | URL | null;
15052
14977
  assertionMethods?: (Multikey | URL)[];
15053
- gateway?: URL | null;
15054
- gateways?: (URL)[];
15055
14978
  manuallyApprovesFollowers?: boolean | null;
15056
14979
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
15057
14980
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -15152,18 +15075,6 @@ declare class Person extends Object$1 {
15152
15075
  tracerProvider?: TracerProvider;
15153
15076
  crossOrigin?: "ignore" | "throw" | "trust";
15154
15077
  }): AsyncIterable<Multikey>;
15155
- /** Gateways where the latest version of this portable actor object can be
15156
- * retrieved.
15157
- *
15158
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
15159
- */
15160
- get gateway(): URL | null;
15161
- /** Gateways where the latest version of this portable actor object can be
15162
- * retrieved.
15163
- *
15164
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
15165
- */
15166
- get gateways(): (URL)[];
15167
15078
  /** When `true`, conveys that for this actor, follow requests are not usually
15168
15079
  * automatically approved, but instead are examined by a person who may accept
15169
15080
  * or reject the request, at some time in the future. Setting of `false`
@@ -17199,8 +17110,6 @@ declare class Service extends Object$1 {
17199
17110
  publicKeys?: (CryptographicKey | URL)[];
17200
17111
  assertionMethod?: Multikey | URL | null;
17201
17112
  assertionMethods?: (Multikey | URL)[];
17202
- gateway?: URL | null;
17203
- gateways?: (URL)[];
17204
17113
  manuallyApprovesFollowers?: boolean | null;
17205
17114
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
17206
17115
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -17295,8 +17204,6 @@ declare class Service extends Object$1 {
17295
17204
  publicKeys?: (CryptographicKey | URL)[];
17296
17205
  assertionMethod?: Multikey | URL | null;
17297
17206
  assertionMethods?: (Multikey | URL)[];
17298
- gateway?: URL | null;
17299
- gateways?: (URL)[];
17300
17207
  manuallyApprovesFollowers?: boolean | null;
17301
17208
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
17302
17209
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -17397,18 +17304,6 @@ declare class Service extends Object$1 {
17397
17304
  tracerProvider?: TracerProvider;
17398
17305
  crossOrigin?: "ignore" | "throw" | "trust";
17399
17306
  }): AsyncIterable<Multikey>;
17400
- /** Gateways where the latest version of this portable actor object can be
17401
- * retrieved.
17402
- *
17403
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
17404
- */
17405
- get gateway(): URL | null;
17406
- /** Gateways where the latest version of this portable actor object can be
17407
- * retrieved.
17408
- *
17409
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
17410
- */
17411
- get gateways(): (URL)[];
17412
17307
  /** When `true`, conveys that for this actor, follow requests are not usually
17413
17308
  * automatically approved, but instead are examined by a person who may accept
17414
17309
  * or reject the request, at some time in the future. Setting of `false`
@@ -19147,7 +19042,6 @@ declare class Video extends Document {
19147
19042
  announceAuthorization?: AnnounceAuthorization | URL | null;
19148
19043
  width?: number | null;
19149
19044
  height?: number | null;
19150
- digestMultibase?: string | null;
19151
19045
  }, options?: {
19152
19046
  documentLoader?: DocumentLoader$1;
19153
19047
  contextLoader?: DocumentLoader$1;
@@ -19216,7 +19110,6 @@ declare class Video extends Document {
19216
19110
  announceAuthorization?: AnnounceAuthorization | URL | null;
19217
19111
  width?: number | null;
19218
19112
  height?: number | null;
19219
- digestMultibase?: string | null;
19220
19113
  }, options?: {
19221
19114
  documentLoader?: DocumentLoader$1;
19222
19115
  contextLoader?: DocumentLoader$1;
@@ -19877,8 +19770,7 @@ declare function traverseCollection(collection: Collection, options?: TraverseCo
19877
19770
  * When an `icon` or `image` property on a vocabulary object contains an
19878
19771
  * explicit ActivityStreams `Link` rather than an `Image`, this preprocessor
19879
19772
  * converts it into an `Image` by mapping `href` to `url`, copying
19880
- * `mediaType`, `name`, `width`, `height`, and `digestMultibase`, and
19881
- * discarding the rest.
19773
+ * `mediaType`, `name`, `width`, and `height`, and discarding the rest.
19882
19774
  *
19883
19775
  * If the value is not a Link, or the Link has no `href`, it returns
19884
19776
  * `undefined` so the normal range decoder continues.
package/dist/mod.d.ts CHANGED
@@ -7412,8 +7412,6 @@ declare class Application extends Object$1 {
7412
7412
  publicKeys?: (CryptographicKey | URL)[];
7413
7413
  assertionMethod?: Multikey | URL | null;
7414
7414
  assertionMethods?: (Multikey | URL)[];
7415
- gateway?: URL | null;
7416
- gateways?: (URL)[];
7417
7415
  manuallyApprovesFollowers?: boolean | null;
7418
7416
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
7419
7417
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -7508,8 +7506,6 @@ declare class Application extends Object$1 {
7508
7506
  publicKeys?: (CryptographicKey | URL)[];
7509
7507
  assertionMethod?: Multikey | URL | null;
7510
7508
  assertionMethods?: (Multikey | URL)[];
7511
- gateway?: URL | null;
7512
- gateways?: (URL)[];
7513
7509
  manuallyApprovesFollowers?: boolean | null;
7514
7510
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
7515
7511
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -7610,18 +7606,6 @@ declare class Application extends Object$1 {
7610
7606
  tracerProvider?: TracerProvider;
7611
7607
  crossOrigin?: "ignore" | "throw" | "trust";
7612
7608
  }): AsyncIterable<Multikey>;
7613
- /** Gateways where the latest version of this portable actor object can be
7614
- * retrieved.
7615
- *
7616
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
7617
- */
7618
- get gateway(): URL | null;
7619
- /** Gateways where the latest version of this portable actor object can be
7620
- * retrieved.
7621
- *
7622
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
7623
- */
7624
- get gateways(): (URL)[];
7625
7609
  /** When `true`, conveys that for this actor, follow requests are not usually
7626
7610
  * automatically approved, but instead are examined by a person who may accept
7627
7611
  * or reject the request, at some time in the future. Setting of `false`
@@ -8675,7 +8659,6 @@ declare class Document extends Object$1 {
8675
8659
  announceAuthorization?: AnnounceAuthorization | URL | null;
8676
8660
  width?: number | null;
8677
8661
  height?: number | null;
8678
- digestMultibase?: string | null;
8679
8662
  }, options?: {
8680
8663
  documentLoader?: DocumentLoader$1;
8681
8664
  contextLoader?: DocumentLoader$1;
@@ -8744,7 +8727,6 @@ declare class Document extends Object$1 {
8744
8727
  announceAuthorization?: AnnounceAuthorization | URL | null;
8745
8728
  width?: number | null;
8746
8729
  height?: number | null;
8747
- digestMultibase?: string | null;
8748
8730
  }, options?: {
8749
8731
  documentLoader?: DocumentLoader$1;
8750
8732
  contextLoader?: DocumentLoader$1;
@@ -8757,12 +8739,6 @@ declare class Document extends Object$1 {
8757
8739
  * device-independent pixels of the linked resource.
8758
8740
  */
8759
8741
  get height(): number | null;
8760
- /** The multibase-encoded integrity digest of an external resource represented
8761
- * by this document.
8762
- *
8763
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
8764
- */
8765
- get digestMultibase(): string | null;
8766
8742
  /**
8767
8743
  * Converts this object to a JSON-LD structure.
8768
8744
  * @param options The options to use.
@@ -8873,7 +8849,6 @@ declare class Audio extends Document {
8873
8849
  announceAuthorization?: AnnounceAuthorization | URL | null;
8874
8850
  width?: number | null;
8875
8851
  height?: number | null;
8876
- digestMultibase?: string | null;
8877
8852
  }, options?: {
8878
8853
  documentLoader?: DocumentLoader$1;
8879
8854
  contextLoader?: DocumentLoader$1;
@@ -8942,7 +8917,6 @@ declare class Audio extends Document {
8942
8917
  announceAuthorization?: AnnounceAuthorization | URL | null;
8943
8918
  width?: number | null;
8944
8919
  height?: number | null;
8945
- digestMultibase?: string | null;
8946
8920
  }, options?: {
8947
8921
  documentLoader?: DocumentLoader$1;
8948
8922
  contextLoader?: DocumentLoader$1;
@@ -11071,8 +11045,6 @@ declare class Group extends Object$1 {
11071
11045
  publicKeys?: (CryptographicKey | URL)[];
11072
11046
  assertionMethod?: Multikey | URL | null;
11073
11047
  assertionMethods?: (Multikey | URL)[];
11074
- gateway?: URL | null;
11075
- gateways?: (URL)[];
11076
11048
  manuallyApprovesFollowers?: boolean | null;
11077
11049
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
11078
11050
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -11167,8 +11139,6 @@ declare class Group extends Object$1 {
11167
11139
  publicKeys?: (CryptographicKey | URL)[];
11168
11140
  assertionMethod?: Multikey | URL | null;
11169
11141
  assertionMethods?: (Multikey | URL)[];
11170
- gateway?: URL | null;
11171
- gateways?: (URL)[];
11172
11142
  manuallyApprovesFollowers?: boolean | null;
11173
11143
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
11174
11144
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -11269,18 +11239,6 @@ declare class Group extends Object$1 {
11269
11239
  tracerProvider?: TracerProvider;
11270
11240
  crossOrigin?: "ignore" | "throw" | "trust";
11271
11241
  }): AsyncIterable<Multikey>;
11272
- /** Gateways where the latest version of this portable actor object can be
11273
- * retrieved.
11274
- *
11275
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
11276
- */
11277
- get gateway(): URL | null;
11278
- /** Gateways where the latest version of this portable actor object can be
11279
- * retrieved.
11280
- *
11281
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
11282
- */
11283
- get gateways(): (URL)[];
11284
11242
  /** When `true`, conveys that for this actor, follow requests are not usually
11285
11243
  * automatically approved, but instead are examined by a person who may accept
11286
11244
  * or reject the request, at some time in the future. Setting of `false`
@@ -11664,7 +11622,6 @@ declare class Link {
11664
11622
  rel?: string | null;
11665
11623
  rels?: (string)[];
11666
11624
  mediaType?: string | null;
11667
- digestMultibase?: string | null;
11668
11625
  name?: string | LanguageString$1 | null;
11669
11626
  names?: ((string | LanguageString$1))[];
11670
11627
  language?: Intl.Locale | null;
@@ -11688,7 +11645,6 @@ declare class Link {
11688
11645
  rel?: string | null;
11689
11646
  rels?: (string)[];
11690
11647
  mediaType?: string | null;
11691
- digestMultibase?: string | null;
11692
11648
  name?: string | LanguageString$1 | null;
11693
11649
  names?: ((string | LanguageString$1))[];
11694
11650
  language?: Intl.Locale | null;
@@ -11722,11 +11678,6 @@ declare class Link {
11722
11678
  * referenced resource.
11723
11679
  */
11724
11680
  get mediaType(): string | null;
11725
- /** The multibase-encoded integrity digest of the linked resource.
11726
- *
11727
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
11728
- */
11729
- get digestMultibase(): string | null;
11730
11681
  /** A simple, human-readable, plain-text name for the object. HTML markup MUST
11731
11682
  * NOT be included. The name MAY be expressed using multiple language-tagged
11732
11683
  * values.
@@ -11825,7 +11776,6 @@ declare class Hashtag extends Link {
11825
11776
  rel?: string | null;
11826
11777
  rels?: (string)[];
11827
11778
  mediaType?: string | null;
11828
- digestMultibase?: string | null;
11829
11779
  name?: string | LanguageString$1 | null;
11830
11780
  names?: ((string | LanguageString$1))[];
11831
11781
  language?: Intl.Locale | null;
@@ -11849,7 +11799,6 @@ declare class Hashtag extends Link {
11849
11799
  rel?: string | null;
11850
11800
  rels?: (string)[];
11851
11801
  mediaType?: string | null;
11852
- digestMultibase?: string | null;
11853
11802
  name?: string | LanguageString$1 | null;
11854
11803
  names?: ((string | LanguageString$1))[];
11855
11804
  language?: Intl.Locale | null;
@@ -11970,7 +11919,6 @@ declare class Image extends Document {
11970
11919
  announceAuthorization?: AnnounceAuthorization | URL | null;
11971
11920
  width?: number | null;
11972
11921
  height?: number | null;
11973
- digestMultibase?: string | null;
11974
11922
  }, options?: {
11975
11923
  documentLoader?: DocumentLoader$1;
11976
11924
  contextLoader?: DocumentLoader$1;
@@ -12039,7 +11987,6 @@ declare class Image extends Document {
12039
11987
  announceAuthorization?: AnnounceAuthorization | URL | null;
12040
11988
  width?: number | null;
12041
11989
  height?: number | null;
12042
- digestMultibase?: string | null;
12043
11990
  }, options?: {
12044
11991
  documentLoader?: DocumentLoader$1;
12045
11992
  contextLoader?: DocumentLoader$1;
@@ -13321,7 +13268,6 @@ declare class Mention extends Link {
13321
13268
  rel?: string | null;
13322
13269
  rels?: (string)[];
13323
13270
  mediaType?: string | null;
13324
- digestMultibase?: string | null;
13325
13271
  name?: string | LanguageString$1 | null;
13326
13272
  names?: ((string | LanguageString$1))[];
13327
13273
  language?: Intl.Locale | null;
@@ -13345,7 +13291,6 @@ declare class Mention extends Link {
13345
13291
  rel?: string | null;
13346
13292
  rels?: (string)[];
13347
13293
  mediaType?: string | null;
13348
- digestMultibase?: string | null;
13349
13294
  name?: string | LanguageString$1 | null;
13350
13295
  names?: ((string | LanguageString$1))[];
13351
13296
  language?: Intl.Locale | null;
@@ -14141,8 +14086,6 @@ declare class Organization extends Object$1 {
14141
14086
  publicKeys?: (CryptographicKey | URL)[];
14142
14087
  assertionMethod?: Multikey | URL | null;
14143
14088
  assertionMethods?: (Multikey | URL)[];
14144
- gateway?: URL | null;
14145
- gateways?: (URL)[];
14146
14089
  manuallyApprovesFollowers?: boolean | null;
14147
14090
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
14148
14091
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -14237,8 +14180,6 @@ declare class Organization extends Object$1 {
14237
14180
  publicKeys?: (CryptographicKey | URL)[];
14238
14181
  assertionMethod?: Multikey | URL | null;
14239
14182
  assertionMethods?: (Multikey | URL)[];
14240
- gateway?: URL | null;
14241
- gateways?: (URL)[];
14242
14183
  manuallyApprovesFollowers?: boolean | null;
14243
14184
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
14244
14185
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -14339,18 +14280,6 @@ declare class Organization extends Object$1 {
14339
14280
  tracerProvider?: TracerProvider;
14340
14281
  crossOrigin?: "ignore" | "throw" | "trust";
14341
14282
  }): AsyncIterable<Multikey>;
14342
- /** Gateways where the latest version of this portable actor object can be
14343
- * retrieved.
14344
- *
14345
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
14346
- */
14347
- get gateway(): URL | null;
14348
- /** Gateways where the latest version of this portable actor object can be
14349
- * retrieved.
14350
- *
14351
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
14352
- */
14353
- get gateways(): (URL)[];
14354
14283
  /** When `true`, conveys that for this actor, follow requests are not usually
14355
14284
  * automatically approved, but instead are examined by a person who may accept
14356
14285
  * or reject the request, at some time in the future. Setting of `false`
@@ -14765,7 +14694,6 @@ declare class Page extends Document {
14765
14694
  announceAuthorization?: AnnounceAuthorization | URL | null;
14766
14695
  width?: number | null;
14767
14696
  height?: number | null;
14768
- digestMultibase?: string | null;
14769
14697
  }, options?: {
14770
14698
  documentLoader?: DocumentLoader$1;
14771
14699
  contextLoader?: DocumentLoader$1;
@@ -14834,7 +14762,6 @@ declare class Page extends Document {
14834
14762
  announceAuthorization?: AnnounceAuthorization | URL | null;
14835
14763
  width?: number | null;
14836
14764
  height?: number | null;
14837
- digestMultibase?: string | null;
14838
14765
  }, options?: {
14839
14766
  documentLoader?: DocumentLoader$1;
14840
14767
  contextLoader?: DocumentLoader$1;
@@ -14954,8 +14881,6 @@ declare class Person extends Object$1 {
14954
14881
  publicKeys?: (CryptographicKey | URL)[];
14955
14882
  assertionMethod?: Multikey | URL | null;
14956
14883
  assertionMethods?: (Multikey | URL)[];
14957
- gateway?: URL | null;
14958
- gateways?: (URL)[];
14959
14884
  manuallyApprovesFollowers?: boolean | null;
14960
14885
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
14961
14886
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -15050,8 +14975,6 @@ declare class Person extends Object$1 {
15050
14975
  publicKeys?: (CryptographicKey | URL)[];
15051
14976
  assertionMethod?: Multikey | URL | null;
15052
14977
  assertionMethods?: (Multikey | URL)[];
15053
- gateway?: URL | null;
15054
- gateways?: (URL)[];
15055
14978
  manuallyApprovesFollowers?: boolean | null;
15056
14979
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
15057
14980
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -15152,18 +15075,6 @@ declare class Person extends Object$1 {
15152
15075
  tracerProvider?: TracerProvider;
15153
15076
  crossOrigin?: "ignore" | "throw" | "trust";
15154
15077
  }): AsyncIterable<Multikey>;
15155
- /** Gateways where the latest version of this portable actor object can be
15156
- * retrieved.
15157
- *
15158
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
15159
- */
15160
- get gateway(): URL | null;
15161
- /** Gateways where the latest version of this portable actor object can be
15162
- * retrieved.
15163
- *
15164
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
15165
- */
15166
- get gateways(): (URL)[];
15167
15078
  /** When `true`, conveys that for this actor, follow requests are not usually
15168
15079
  * automatically approved, but instead are examined by a person who may accept
15169
15080
  * or reject the request, at some time in the future. Setting of `false`
@@ -17199,8 +17110,6 @@ declare class Service extends Object$1 {
17199
17110
  publicKeys?: (CryptographicKey | URL)[];
17200
17111
  assertionMethod?: Multikey | URL | null;
17201
17112
  assertionMethods?: (Multikey | URL)[];
17202
- gateway?: URL | null;
17203
- gateways?: (URL)[];
17204
17113
  manuallyApprovesFollowers?: boolean | null;
17205
17114
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
17206
17115
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -17295,8 +17204,6 @@ declare class Service extends Object$1 {
17295
17204
  publicKeys?: (CryptographicKey | URL)[];
17296
17205
  assertionMethod?: Multikey | URL | null;
17297
17206
  assertionMethods?: (Multikey | URL)[];
17298
- gateway?: URL | null;
17299
- gateways?: (URL)[];
17300
17207
  manuallyApprovesFollowers?: boolean | null;
17301
17208
  inbox?: OrderedCollection | OrderedCollectionPage | URL | null;
17302
17209
  outbox?: OrderedCollection | OrderedCollectionPage | URL | null;
@@ -17397,18 +17304,6 @@ declare class Service extends Object$1 {
17397
17304
  tracerProvider?: TracerProvider;
17398
17305
  crossOrigin?: "ignore" | "throw" | "trust";
17399
17306
  }): AsyncIterable<Multikey>;
17400
- /** Gateways where the latest version of this portable actor object can be
17401
- * retrieved.
17402
- *
17403
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
17404
- */
17405
- get gateway(): URL | null;
17406
- /** Gateways where the latest version of this portable actor object can be
17407
- * retrieved.
17408
- *
17409
- * See [FEP-ef61](https://w3id.org/fep/ef61) for details.
17410
- */
17411
- get gateways(): (URL)[];
17412
17307
  /** When `true`, conveys that for this actor, follow requests are not usually
17413
17308
  * automatically approved, but instead are examined by a person who may accept
17414
17309
  * or reject the request, at some time in the future. Setting of `false`
@@ -19147,7 +19042,6 @@ declare class Video extends Document {
19147
19042
  announceAuthorization?: AnnounceAuthorization | URL | null;
19148
19043
  width?: number | null;
19149
19044
  height?: number | null;
19150
- digestMultibase?: string | null;
19151
19045
  }, options?: {
19152
19046
  documentLoader?: DocumentLoader$1;
19153
19047
  contextLoader?: DocumentLoader$1;
@@ -19216,7 +19110,6 @@ declare class Video extends Document {
19216
19110
  announceAuthorization?: AnnounceAuthorization | URL | null;
19217
19111
  width?: number | null;
19218
19112
  height?: number | null;
19219
- digestMultibase?: string | null;
19220
19113
  }, options?: {
19221
19114
  documentLoader?: DocumentLoader$1;
19222
19115
  contextLoader?: DocumentLoader$1;
@@ -19877,8 +19770,7 @@ declare function traverseCollection(collection: Collection, options?: TraverseCo
19877
19770
  * When an `icon` or `image` property on a vocabulary object contains an
19878
19771
  * explicit ActivityStreams `Link` rather than an `Image`, this preprocessor
19879
19772
  * converts it into an `Image` by mapping `href` to `url`, copying
19880
- * `mediaType`, `name`, `width`, `height`, and `digestMultibase`, and
19881
- * discarding the rest.
19773
+ * `mediaType`, `name`, `width`, and `height`, and discarding the rest.
19882
19774
  *
19883
19775
  * If the value is not a Link, or the Link has no `href`, it returns
19884
19776
  * `undefined` so the normal range decoder continues.