@fedify/fedify 0.15.0-dev.383 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +13 -4
- package/FEDERATION.md +7 -7
- package/README.md +1 -1
- package/esm/mod.js +1 -1
- package/esm/vocab/announce.yaml +5 -0
- package/esm/vocab/application.yaml +1 -1
- package/esm/vocab/create.yaml +5 -0
- package/esm/vocab/dataintegrityproof.yaml +1 -1
- package/esm/vocab/delete.yaml +5 -0
- package/esm/vocab/group.yaml +1 -1
- package/esm/vocab/multikey.yaml +1 -1
- package/esm/vocab/organization.yaml +1 -1
- package/esm/vocab/person.yaml +1 -1
- package/esm/vocab/service.yaml +1 -1
- package/esm/vocab/update.yaml +5 -0
- package/esm/vocab/vocab.js +52 -12
- package/package.json +1 -1
- package/types/federation/middleware.d.ts +2 -2
- package/types/federation/middleware.d.ts.map +1 -1
- package/types/mod.d.ts +1 -1
- package/types/vocab/vocab.d.ts +12 -12
- package/types/vocab/vocab.d.ts.map +1 -1
package/types/vocab/vocab.d.ts
CHANGED
@@ -1092,7 +1092,7 @@ export declare class DataIntegrityProof {
|
|
1092
1092
|
/** A key owned by an actor according to [FEP-521a: Representing actor's public
|
1093
1093
|
* keys][1].
|
1094
1094
|
*
|
1095
|
-
* [1]: https://
|
1095
|
+
* [1]: https://w3id.org/fep/521a
|
1096
1096
|
*/
|
1097
1097
|
getVerificationMethod(options?: {
|
1098
1098
|
documentLoader?: DocumentLoader;
|
@@ -1225,7 +1225,7 @@ export declare class CryptographicKey {
|
|
1225
1225
|
/** Represents a key owned by an actor according to [FEP-521a: Representing
|
1226
1226
|
* actor's public keys.][1]
|
1227
1227
|
*
|
1228
|
-
* [1]: https://
|
1228
|
+
* [1]: https://w3id.org/fep/521a
|
1229
1229
|
*/
|
1230
1230
|
export declare class Multikey {
|
1231
1231
|
#private;
|
@@ -2402,7 +2402,7 @@ export declare class Application extends Object {
|
|
2402
2402
|
/** Represents this actor's public keys. It serves as equivalent to
|
2403
2403
|
* the `publicKeys` property, but is used for [FEP-521a] compliance.
|
2404
2404
|
*
|
2405
|
-
* [FEP-521a]: https://
|
2405
|
+
* [FEP-521a]: https://w3id.org/fep/521a
|
2406
2406
|
*/
|
2407
2407
|
getAssertionMethod(options?: {
|
2408
2408
|
documentLoader?: DocumentLoader;
|
@@ -2418,7 +2418,7 @@ export declare class Application extends Object {
|
|
2418
2418
|
/** Represents this actor's public keys. It serves as equivalent to
|
2419
2419
|
* the `publicKeys` property, but is used for [FEP-521a] compliance.
|
2420
2420
|
*
|
2421
|
-
* [FEP-521a]: https://
|
2421
|
+
* [FEP-521a]: https://w3id.org/fep/521a
|
2422
2422
|
*/
|
2423
2423
|
getAssertionMethods(options?: {
|
2424
2424
|
documentLoader?: DocumentLoader;
|
@@ -5596,7 +5596,7 @@ export declare class Group extends Object {
|
|
5596
5596
|
/** Represents this actor's public keys. It serves as equivalent to
|
5597
5597
|
* the `publicKeys` property, but is used for [FEP-521a] compliance.
|
5598
5598
|
*
|
5599
|
-
* [FEP-521a]: https://
|
5599
|
+
* [FEP-521a]: https://w3id.org/fep/521a
|
5600
5600
|
*/
|
5601
5601
|
getAssertionMethod(options?: {
|
5602
5602
|
documentLoader?: DocumentLoader;
|
@@ -5612,7 +5612,7 @@ export declare class Group extends Object {
|
|
5612
5612
|
/** Represents this actor's public keys. It serves as equivalent to
|
5613
5613
|
* the `publicKeys` property, but is used for [FEP-521a] compliance.
|
5614
5614
|
*
|
5615
|
-
* [FEP-521a]: https://
|
5615
|
+
* [FEP-521a]: https://w3id.org/fep/521a
|
5616
5616
|
*/
|
5617
5617
|
getAssertionMethods(options?: {
|
5618
5618
|
documentLoader?: DocumentLoader;
|
@@ -8253,7 +8253,7 @@ export declare class Organization extends Object {
|
|
8253
8253
|
/** Represents this actor's public keys. It serves as equivalent to
|
8254
8254
|
* the `publicKeys` property, but is used for [FEP-521a] compliance.
|
8255
8255
|
*
|
8256
|
-
* [FEP-521a]: https://
|
8256
|
+
* [FEP-521a]: https://w3id.org/fep/521a
|
8257
8257
|
*/
|
8258
8258
|
getAssertionMethod(options?: {
|
8259
8259
|
documentLoader?: DocumentLoader;
|
@@ -8269,7 +8269,7 @@ export declare class Organization extends Object {
|
|
8269
8269
|
/** Represents this actor's public keys. It serves as equivalent to
|
8270
8270
|
* the `publicKeys` property, but is used for [FEP-521a] compliance.
|
8271
8271
|
*
|
8272
|
-
* [FEP-521a]: https://
|
8272
|
+
* [FEP-521a]: https://w3id.org/fep/521a
|
8273
8273
|
*/
|
8274
8274
|
getAssertionMethods(options?: {
|
8275
8275
|
documentLoader?: DocumentLoader;
|
@@ -8872,7 +8872,7 @@ export declare class Person extends Object {
|
|
8872
8872
|
/** Represents this actor's public keys. It serves as equivalent to
|
8873
8873
|
* the `publicKeys` property, but is used for [FEP-521a] compliance.
|
8874
8874
|
*
|
8875
|
-
* [FEP-521a]: https://
|
8875
|
+
* [FEP-521a]: https://w3id.org/fep/521a
|
8876
8876
|
*/
|
8877
8877
|
getAssertionMethod(options?: {
|
8878
8878
|
documentLoader?: DocumentLoader;
|
@@ -8888,7 +8888,7 @@ export declare class Person extends Object {
|
|
8888
8888
|
/** Represents this actor's public keys. It serves as equivalent to
|
8889
8889
|
* the `publicKeys` property, but is used for [FEP-521a] compliance.
|
8890
8890
|
*
|
8891
|
-
* [FEP-521a]: https://
|
8891
|
+
* [FEP-521a]: https://w3id.org/fep/521a
|
8892
8892
|
*/
|
8893
8893
|
getAssertionMethods(options?: {
|
8894
8894
|
documentLoader?: DocumentLoader;
|
@@ -10688,7 +10688,7 @@ export declare class Service extends Object {
|
|
10688
10688
|
/** Represents this actor's public keys. It serves as equivalent to
|
10689
10689
|
* the `publicKeys` property, but is used for [FEP-521a] compliance.
|
10690
10690
|
*
|
10691
|
-
* [FEP-521a]: https://
|
10691
|
+
* [FEP-521a]: https://w3id.org/fep/521a
|
10692
10692
|
*/
|
10693
10693
|
getAssertionMethod(options?: {
|
10694
10694
|
documentLoader?: DocumentLoader;
|
@@ -10704,7 +10704,7 @@ export declare class Service extends Object {
|
|
10704
10704
|
/** Represents this actor's public keys. It serves as equivalent to
|
10705
10705
|
* the `publicKeys` property, but is used for [FEP-521a] compliance.
|
10706
10706
|
*
|
10707
|
-
* [FEP-521a]: https://
|
10707
|
+
* [FEP-521a]: https://w3id.org/fep/521a
|
10708
10708
|
*/
|
10709
10709
|
getAssertionMethods(options?: {
|
10710
10710
|
documentLoader?: DocumentLoader;
|