@fedify/fedify 1.0.14 → 1.0.16
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/CHANGES.md +28 -0
- package/esm/deps/jsr.io/@std/bytes/1.0.5/_types.js +2 -0
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/concat.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/copy.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/ends_with.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/equals.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/includes_needle.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/index_of_needle.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/last_index_of_needle.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/mod.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/repeat.js +1 -1
- package/esm/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/starts_with.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/1.0.7/_types.js +2 -0
- package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/_validate_binary_like.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/base64.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/base64url.js +1 -1
- package/esm/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/hex.js +1 -1
- package/esm/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/common.js +1 -1
- package/esm/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/encoding.js +1 -1
- package/esm/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/language.js +1 -1
- package/esm/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/media_type.js +1 -1
- package/esm/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/negotiation.js +1 -1
- package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_constants.js +1 -1
- package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_shared.js +1 -1
- package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_test_comparator_set.js +1 -1
- package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/can_parse.js +1 -1
- package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/equals.js +1 -1
- package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/format_range.js +1 -1
- package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_than.js +1 -1
- package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_than_range.js +1 -1
- package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/increment.js +1 -1
- package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/is_semver.js +1 -1
- package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_than_range.js +1 -1
- package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/mod.js +1 -1
- package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/parse_range.js +7 -9
- package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/range_intersects.js +1 -1
- package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/satisfies.js +1 -1
- package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/try_parse_range.js +1 -1
- package/esm/deps/jsr.io/@std/semver/1.0.4/types.js +3 -0
- package/esm/federation/collection.js +1 -1
- package/esm/federation/handler.js +1 -1
- package/esm/nodeinfo/types.js +1 -1
- package/esm/runtime/key.js +4 -4
- package/esm/sig/http.js +2 -2
- package/esm/sig/ld.js +2 -2
- package/esm/vocab/vocab.js +377 -252
- package/package.json +3 -3
- package/types/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts +9 -0
- package/types/deps/jsr.io/@std/bytes/1.0.5/_types.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/concat.d.ts +3 -1
- package/types/deps/jsr.io/@std/bytes/1.0.5/concat.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/copy.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/ends_with.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/equals.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/includes_needle.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/index_of_needle.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/last_index_of_needle.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/repeat.d.ts +3 -1
- package/types/deps/jsr.io/@std/bytes/1.0.5/repeat.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/starts_with.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/_types.d.ts +9 -0
- package/types/deps/jsr.io/@std/encoding/1.0.7/_types.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/_validate_binary_like.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/base64.d.ts +3 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base64.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/base64url.d.ts +3 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base64url.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/hex.d.ts +3 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/hex.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/common.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/encoding.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/language.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/media_type.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/negotiation.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_constants.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_shared.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_test_comparator_set.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/can_parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/compare.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/difference.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/equals.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/format.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/format_range.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_or_equal.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_than.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_than_range.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/increment.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/is_range.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/is_semver.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_or_equal.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_than.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_than_range.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/max_satisfying.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/min_satisfying.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/not_equals.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/1.0.4/parse_range.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/range_intersects.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/satisfies.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/try_parse.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/try_parse_range.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/types.d.ts.map +1 -1
- package/types/nodeinfo/types.d.ts +1 -1
- package/types/vocab/vocab.d.ts +16 -36
- package/types/vocab/vocab.d.ts.map +1 -1
- package/esm/deps/jsr.io/@std/semver/1.0.3/types.js +0 -3
- package/types/deps/jsr.io/@std/bytes/1.0.4/concat.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/bytes/1.0.4/repeat.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.6/base64.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.6/base64url.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.6/hex.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/semver/1.0.3/parse_range.d.ts.map +0 -1
- /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/compare.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/difference.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/format.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_or_equal.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/is_range.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_or_equal.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_than.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/max_satisfying.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/min_satisfying.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/not_equals.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/parse.js +0 -0
- /package/esm/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/try_parse.js +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/copy.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/ends_with.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/equals.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/includes_needle.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/index_of_needle.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/last_index_of_needle.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/bytes/{1.0.4 → 1.0.5}/starts_with.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.6 → 1.0.7}/_validate_binary_like.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/common.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/encoding.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/language.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/_negotiation/media_type.d.ts +0 -0
- /package/types/deps/jsr.io/@std/http/{1.0.12 → 1.0.13}/negotiation.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_constants.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_shared.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/_test_comparator_set.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/can_parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/compare.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/difference.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/equals.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/format.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/format_range.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_or_equal.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_than.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/greater_than_range.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/increment.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/is_range.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/is_semver.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_or_equal.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_than.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/less_than_range.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/max_satisfying.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/min_satisfying.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/not_equals.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/parse_range.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/range_intersects.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/satisfies.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/try_parse.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/try_parse_range.d.ts +0 -0
- /package/types/deps/jsr.io/@std/semver/{1.0.3 → 1.0.4}/types.d.ts +0 -0
package/types/vocab/vocab.d.ts
CHANGED
@@ -14,6 +14,8 @@ export declare class Object {
|
|
14
14
|
readonly id: URL | null;
|
15
15
|
protected get _documentLoader(): DocumentLoader | undefined;
|
16
16
|
protected get _contextLoader(): DocumentLoader | undefined;
|
17
|
+
protected get _cachedJsonLd(): unknown | undefined;
|
18
|
+
protected set _cachedJsonLd(value: unknown | undefined);
|
17
19
|
/**
|
18
20
|
* The type URI of {@link Object}: `https://www.w3.org/ns/activitystreams#Object`.
|
19
21
|
*/
|
@@ -654,7 +656,6 @@ export declare class Object {
|
|
654
656
|
/** Represents a custom emoji.
|
655
657
|
*/
|
656
658
|
export declare class Emoji extends Object {
|
657
|
-
#private;
|
658
659
|
/**
|
659
660
|
* The type URI of {@link Emoji}: `http://joinmastodon.org/ns#Emoji`.
|
660
661
|
*/
|
@@ -974,6 +975,8 @@ export declare class PropertyValue {
|
|
974
975
|
readonly id: URL | null;
|
975
976
|
protected get _documentLoader(): DocumentLoader | undefined;
|
976
977
|
protected get _contextLoader(): DocumentLoader | undefined;
|
978
|
+
protected get _cachedJsonLd(): unknown | undefined;
|
979
|
+
protected set _cachedJsonLd(value: unknown | undefined);
|
977
980
|
/**
|
978
981
|
* The type URI of {@link PropertyValue}: `http://schema.org#PropertyValue`.
|
979
982
|
*/
|
@@ -1047,6 +1050,8 @@ export declare class DataIntegrityProof {
|
|
1047
1050
|
readonly id: URL | null;
|
1048
1051
|
protected get _documentLoader(): DocumentLoader | undefined;
|
1049
1052
|
protected get _contextLoader(): DocumentLoader | undefined;
|
1053
|
+
protected get _cachedJsonLd(): unknown | undefined;
|
1054
|
+
protected set _cachedJsonLd(value: unknown | undefined);
|
1050
1055
|
/**
|
1051
1056
|
* The type URI of {@link DataIntegrityProof}: `https://w3id.org/security#DataIntegrityProof`.
|
1052
1057
|
*/
|
@@ -1153,6 +1158,8 @@ export declare class CryptographicKey {
|
|
1153
1158
|
readonly id: URL | null;
|
1154
1159
|
protected get _documentLoader(): DocumentLoader | undefined;
|
1155
1160
|
protected get _contextLoader(): DocumentLoader | undefined;
|
1161
|
+
protected get _cachedJsonLd(): unknown | undefined;
|
1162
|
+
protected set _cachedJsonLd(value: unknown | undefined);
|
1156
1163
|
/**
|
1157
1164
|
* The type URI of {@link CryptographicKey}: `https://w3id.org/security#Key`.
|
1158
1165
|
*/
|
@@ -1238,6 +1245,8 @@ export declare class Multikey {
|
|
1238
1245
|
readonly id: URL | null;
|
1239
1246
|
protected get _documentLoader(): DocumentLoader | undefined;
|
1240
1247
|
protected get _contextLoader(): DocumentLoader | undefined;
|
1248
|
+
protected get _cachedJsonLd(): unknown | undefined;
|
1249
|
+
protected set _cachedJsonLd(value: unknown | undefined);
|
1241
1250
|
/**
|
1242
1251
|
* The type URI of {@link Multikey}: `https://w3id.org/security#Multikey`.
|
1243
1252
|
*/
|
@@ -1684,7 +1693,6 @@ export declare class Activity extends Object {
|
|
1684
1693
|
* has been accepted.
|
1685
1694
|
*/
|
1686
1695
|
export declare class Accept extends Activity {
|
1687
|
-
#private;
|
1688
1696
|
/**
|
1689
1697
|
* The type URI of {@link Accept}: `https://www.w3.org/ns/activitystreams#Accept`.
|
1690
1698
|
*/
|
@@ -1860,7 +1868,6 @@ export declare class Accept extends Activity {
|
|
1860
1868
|
* the context from which the `object` originated.
|
1861
1869
|
*/
|
1862
1870
|
export declare class Add extends Activity {
|
1863
|
-
#private;
|
1864
1871
|
/**
|
1865
1872
|
* The type URI of {@link Add}: `https://www.w3.org/ns/activitystreams#Add`.
|
1866
1873
|
*/
|
@@ -2035,7 +2042,6 @@ export declare class Add extends Activity {
|
|
2035
2042
|
* The `origin` typically has no defined meaning.
|
2036
2043
|
*/
|
2037
2044
|
export declare class Announce extends Activity {
|
2038
|
-
#private;
|
2039
2045
|
/**
|
2040
2046
|
* The type URI of {@link Announce}: `https://www.w3.org/ns/activitystreams#Announce`.
|
2041
2047
|
*/
|
@@ -2686,7 +2692,6 @@ export declare class Application extends Object {
|
|
2686
2692
|
* inappropriate for these activities.
|
2687
2693
|
*/
|
2688
2694
|
export declare class IntransitiveActivity extends Activity {
|
2689
|
-
#private;
|
2690
2695
|
/**
|
2691
2696
|
* The type URI of {@link IntransitiveActivity}: `https://www.w3.org/ns/activitystreams#IntransitiveActivity`.
|
2692
2697
|
*/
|
@@ -2861,7 +2866,6 @@ export declare class IntransitiveActivity extends Activity {
|
|
2861
2866
|
* The `target` typically has no defined meaning.
|
2862
2867
|
*/
|
2863
2868
|
export declare class Arrive extends IntransitiveActivity {
|
2864
|
-
#private;
|
2865
2869
|
/**
|
2866
2870
|
* The type URI of {@link Arrive}: `https://www.w3.org/ns/activitystreams#Arrive`.
|
2867
2871
|
*/
|
@@ -3358,7 +3362,6 @@ export declare class Document extends Object {
|
|
3358
3362
|
/** Represents an audio document of any kind.
|
3359
3363
|
*/
|
3360
3364
|
export declare class Audio extends Document {
|
3361
|
-
#private;
|
3362
3365
|
/**
|
3363
3366
|
* The type URI of {@link Audio}: `https://www.w3.org/ns/activitystreams#Audio`.
|
3364
3367
|
*/
|
@@ -3512,7 +3515,6 @@ export declare class Audio extends Document {
|
|
3512
3515
|
* `origin` typically have no defined meaning.
|
3513
3516
|
*/
|
3514
3517
|
export declare class Ignore extends Activity {
|
3515
|
-
#private;
|
3516
3518
|
/**
|
3517
3519
|
* The type URI of {@link Ignore}: `https://www.w3.org/ns/activitystreams#Ignore`.
|
3518
3520
|
*/
|
@@ -3688,7 +3690,6 @@ export declare class Ignore extends Activity {
|
|
3688
3690
|
* and `origin` typically have no defined meaning.
|
3689
3691
|
*/
|
3690
3692
|
export declare class Block extends Ignore {
|
3691
|
-
#private;
|
3692
3693
|
/**
|
3693
3694
|
* The type URI of {@link Block}: `https://www.w3.org/ns/activitystreams#Block`.
|
3694
3695
|
*/
|
@@ -4292,7 +4293,6 @@ export declare class CollectionPage extends Collection {
|
|
4292
4293
|
/** Indicates that the `actor` has created the `object`.
|
4293
4294
|
*/
|
4294
4295
|
export declare class Create extends Activity {
|
4295
|
-
#private;
|
4296
4296
|
/**
|
4297
4297
|
* The type URI of {@link Create}: `https://www.w3.org/ns/activitystreams#Create`.
|
4298
4298
|
*/
|
@@ -4466,7 +4466,6 @@ export declare class Create extends Activity {
|
|
4466
4466
|
* the `origin` indicates the context from which the `object` was deleted.
|
4467
4467
|
*/
|
4468
4468
|
export declare class Delete extends Activity {
|
4469
|
-
#private;
|
4470
4469
|
/**
|
4471
4470
|
* The type URI of {@link Delete}: `https://www.w3.org/ns/activitystreams#Delete`.
|
4472
4471
|
*/
|
@@ -4639,7 +4638,6 @@ export declare class Delete extends Activity {
|
|
4639
4638
|
/** Indicates that the `actor` dislikes the `object`.
|
4640
4639
|
*/
|
4641
4640
|
export declare class Dislike extends Activity {
|
4642
|
-
#private;
|
4643
4641
|
/**
|
4644
4642
|
* The type URI of {@link Dislike}: `https://www.w3.org/ns/activitystreams#Dislike`.
|
4645
4643
|
*/
|
@@ -4816,6 +4814,8 @@ export declare class Endpoints {
|
|
4816
4814
|
readonly id: URL | null;
|
4817
4815
|
protected get _documentLoader(): DocumentLoader | undefined;
|
4818
4816
|
protected get _contextLoader(): DocumentLoader | undefined;
|
4817
|
+
protected get _cachedJsonLd(): unknown | undefined;
|
4818
|
+
protected set _cachedJsonLd(value: unknown | undefined);
|
4819
4819
|
/**
|
4820
4820
|
* The type URI of {@link Endpoints}: `https://www.w3.org/ns/activitystreams#Endpoints`.
|
4821
4821
|
*/
|
@@ -4927,7 +4927,6 @@ export declare class Endpoints {
|
|
4927
4927
|
/** Represents any kind of event.
|
4928
4928
|
*/
|
4929
4929
|
export declare class Event extends Object {
|
4930
|
-
#private;
|
4931
4930
|
/**
|
4932
4931
|
* The type URI of {@link Event}: `https://www.w3.org/ns/activitystreams#Event`.
|
4933
4932
|
*/
|
@@ -5078,7 +5077,6 @@ export declare class Event extends Object {
|
|
5078
5077
|
* inappropriate for any number of reasons.
|
5079
5078
|
*/
|
5080
5079
|
export declare class Flag extends Activity {
|
5081
|
-
#private;
|
5082
5080
|
/**
|
5083
5081
|
* The type URI of {@link Flag}: `https://www.w3.org/ns/activitystreams#Flag`.
|
5084
5082
|
*/
|
@@ -5254,7 +5252,6 @@ export declare class Flag extends Activity {
|
|
5254
5252
|
* `origin` typically have no defined meaning.
|
5255
5253
|
*/
|
5256
5254
|
export declare class Follow extends Activity {
|
5257
|
-
#private;
|
5258
5255
|
/**
|
5259
5256
|
* The type URI of {@link Follow}: `https://www.w3.org/ns/activitystreams#Follow`.
|
5260
5257
|
*/
|
@@ -5914,6 +5911,8 @@ export declare class Link {
|
|
5914
5911
|
readonly id: URL | null;
|
5915
5912
|
protected get _documentLoader(): DocumentLoader | undefined;
|
5916
5913
|
protected get _contextLoader(): DocumentLoader | undefined;
|
5914
|
+
protected get _cachedJsonLd(): unknown | undefined;
|
5915
|
+
protected set _cachedJsonLd(value: unknown | undefined);
|
5917
5916
|
/**
|
5918
5917
|
* The type URI of {@link Link}: `https://www.w3.org/ns/activitystreams#Link`.
|
5919
5918
|
*/
|
@@ -6052,7 +6051,6 @@ export declare class Link {
|
|
6052
6051
|
* See also <https://swicg.github.io/miscellany/#Hashtag>.
|
6053
6052
|
*/
|
6054
6053
|
export declare class Hashtag extends Link {
|
6055
|
-
#private;
|
6056
6054
|
/**
|
6057
6055
|
* The type URI of {@link Hashtag}: `https://www.w3.org/ns/activitystreams#Hashtag`.
|
6058
6056
|
*/
|
@@ -6131,7 +6129,6 @@ export declare class Hashtag extends Link {
|
|
6131
6129
|
/** An image document of any kind.
|
6132
6130
|
*/
|
6133
6131
|
export declare class Image extends Document {
|
6134
|
-
#private;
|
6135
6132
|
/**
|
6136
6133
|
* The type URI of {@link Image}: `https://www.w3.org/ns/activitystreams#Image`.
|
6137
6134
|
*/
|
@@ -6286,7 +6283,6 @@ export declare class Image extends Document {
|
|
6286
6283
|
* the object is being offered.
|
6287
6284
|
*/
|
6288
6285
|
export declare class Offer extends Activity {
|
6289
|
-
#private;
|
6290
6286
|
/**
|
6291
6287
|
* The type URI of {@link Offer}: `https://www.w3.org/ns/activitystreams#Offer`.
|
6292
6288
|
*/
|
@@ -6460,7 +6456,6 @@ export declare class Offer extends Activity {
|
|
6460
6456
|
* for the `object` to the `target`.
|
6461
6457
|
*/
|
6462
6458
|
export declare class Invite extends Offer {
|
6463
|
-
#private;
|
6464
6459
|
/**
|
6465
6460
|
* The type URI of {@link Invite}: `https://www.w3.org/ns/activitystreams#Invite`.
|
6466
6461
|
*/
|
@@ -6634,7 +6629,6 @@ export declare class Invite extends Offer {
|
|
6634
6629
|
* The `target` and `origin` typically have no defined meaning.
|
6635
6630
|
*/
|
6636
6631
|
export declare class Join extends Activity {
|
6637
|
-
#private;
|
6638
6632
|
/**
|
6639
6633
|
* The type URI of {@link Join}: `https://www.w3.org/ns/activitystreams#Join`.
|
6640
6634
|
*/
|
@@ -6808,7 +6802,6 @@ export declare class Join extends Activity {
|
|
6808
6802
|
* The `target` and `origin` typically have no meaning.
|
6809
6803
|
*/
|
6810
6804
|
export declare class Leave extends Activity {
|
6811
|
-
#private;
|
6812
6805
|
/**
|
6813
6806
|
* The type URI of {@link Leave}: `https://www.w3.org/ns/activitystreams#Leave`.
|
6814
6807
|
*/
|
@@ -6982,7 +6975,6 @@ export declare class Leave extends Activity {
|
|
6982
6975
|
* The `target` and `origin` typically have no defined meaning.
|
6983
6976
|
*/
|
6984
6977
|
export declare class Like extends Activity {
|
6985
|
-
#private;
|
6986
6978
|
/**
|
6987
6979
|
* The type URI of {@link Like}: `https://www.w3.org/ns/activitystreams#Like`.
|
6988
6980
|
*/
|
@@ -7155,7 +7147,6 @@ export declare class Like extends Activity {
|
|
7155
7147
|
/** Indicates that the `actor` has listened to the `object`.
|
7156
7148
|
*/
|
7157
7149
|
export declare class Listen extends Activity {
|
7158
|
-
#private;
|
7159
7150
|
/**
|
7160
7151
|
* The type URI of {@link Listen}: `https://www.w3.org/ns/activitystreams#Listen`.
|
7161
7152
|
*/
|
@@ -7328,7 +7319,6 @@ export declare class Listen extends Activity {
|
|
7328
7319
|
/** A specialized {@link Link} that represents an @mention.
|
7329
7320
|
*/
|
7330
7321
|
export declare class Mention extends Link {
|
7331
|
-
#private;
|
7332
7322
|
/**
|
7333
7323
|
* The type URI of {@link Mention}: `https://www.w3.org/ns/activitystreams#Mention`.
|
7334
7324
|
*/
|
@@ -7409,7 +7399,6 @@ export declare class Mention extends Link {
|
|
7409
7399
|
* either can be determined by context.
|
7410
7400
|
*/
|
7411
7401
|
export declare class Move extends Activity {
|
7412
|
-
#private;
|
7413
7402
|
/**
|
7414
7403
|
* The type URI of {@link Move}: `https://www.w3.org/ns/activitystreams#Move`.
|
7415
7404
|
*/
|
@@ -8583,7 +8572,6 @@ export declare class Organization extends Object {
|
|
8583
8572
|
/** Represents a Web Page.
|
8584
8573
|
*/
|
8585
8574
|
export declare class Page extends Document {
|
8586
|
-
#private;
|
8587
8575
|
/**
|
8588
8576
|
* The type URI of {@link Page}: `https://www.w3.org/ns/activitystreams#Page`.
|
8589
8577
|
*/
|
@@ -9810,7 +9798,6 @@ export declare class Question extends IntransitiveActivity {
|
|
9810
9798
|
/** Indicates that the `actor` has read the `object`.
|
9811
9799
|
*/
|
9812
9800
|
export declare class Read extends Activity {
|
9813
|
-
#private;
|
9814
9801
|
/**
|
9815
9802
|
* The type URI of {@link Read}: `https://www.w3.org/ns/activitystreams#Read`.
|
9816
9803
|
*/
|
@@ -9984,7 +9971,6 @@ export declare class Read extends Activity {
|
|
9984
9971
|
* `origin` typically have no defined meaning.
|
9985
9972
|
*/
|
9986
9973
|
export declare class Reject extends Activity {
|
9987
|
-
#private;
|
9988
9974
|
/**
|
9989
9975
|
* The type URI of {@link Reject}: `https://www.w3.org/ns/activitystreams#Reject`.
|
9990
9976
|
*/
|
@@ -10395,7 +10381,6 @@ export declare class Relationship extends Object {
|
|
10395
10381
|
* the `origin` indicates the context from which the `object` is being removed.
|
10396
10382
|
*/
|
10397
10383
|
export declare class Remove extends Activity {
|
10398
|
-
#private;
|
10399
10384
|
/**
|
10400
10385
|
* The type URI of {@link Remove}: `https://www.w3.org/ns/activitystreams#Remove`.
|
10401
10386
|
*/
|
@@ -11048,6 +11033,8 @@ export declare class Source {
|
|
11048
11033
|
readonly id: URL | null;
|
11049
11034
|
protected get _documentLoader(): DocumentLoader | undefined;
|
11050
11035
|
protected get _contextLoader(): DocumentLoader | undefined;
|
11036
|
+
protected get _cachedJsonLd(): unknown | undefined;
|
11037
|
+
protected set _cachedJsonLd(value: unknown | undefined);
|
11051
11038
|
/**
|
11052
11039
|
* The type URI of {@link Source}: `https://www.w3.org/ns/activitystreams#Source`.
|
11053
11040
|
*/
|
@@ -11122,7 +11109,6 @@ export declare class Source {
|
|
11122
11109
|
* the acceptance is tentative.
|
11123
11110
|
*/
|
11124
11111
|
export declare class TentativeAccept extends Accept {
|
11125
|
-
#private;
|
11126
11112
|
/**
|
11127
11113
|
* The type URI of {@link TentativeAccept}: `https://www.w3.org/ns/activitystreams#TentativeAccept`.
|
11128
11114
|
*/
|
@@ -11296,7 +11282,6 @@ export declare class TentativeAccept extends Accept {
|
|
11296
11282
|
* the rejection is considered tentative.
|
11297
11283
|
*/
|
11298
11284
|
export declare class TentativeReject extends Reject {
|
11299
|
-
#private;
|
11300
11285
|
/**
|
11301
11286
|
* The type URI of {@link TentativeReject}: `https://www.w3.org/ns/activitystreams#TentativeReject`.
|
11302
11287
|
*/
|
@@ -11629,7 +11614,6 @@ export declare class Tombstone extends Object {
|
|
11629
11614
|
* either can be determined by context.
|
11630
11615
|
*/
|
11631
11616
|
export declare class Travel extends IntransitiveActivity {
|
11632
|
-
#private;
|
11633
11617
|
/**
|
11634
11618
|
* The type URI of {@link Travel}: `https://www.w3.org/ns/activitystreams#Travel`.
|
11635
11619
|
*/
|
@@ -11808,7 +11792,6 @@ export declare class Travel extends IntransitiveActivity {
|
|
11808
11792
|
* The `target` and `origin` typically have no defined meaning.
|
11809
11793
|
*/
|
11810
11794
|
export declare class Undo extends Activity {
|
11811
|
-
#private;
|
11812
11795
|
/**
|
11813
11796
|
* The type URI of {@link Undo}: `https://www.w3.org/ns/activitystreams#Undo`.
|
11814
11797
|
*/
|
@@ -11985,7 +11968,6 @@ export declare class Undo extends Activity {
|
|
11985
11968
|
* The `target` and `origin` typically have no defined meaning.
|
11986
11969
|
*/
|
11987
11970
|
export declare class Update extends Activity {
|
11988
|
-
#private;
|
11989
11971
|
/**
|
11990
11972
|
* The type URI of {@link Update}: `https://www.w3.org/ns/activitystreams#Update`.
|
11991
11973
|
*/
|
@@ -12158,7 +12140,6 @@ export declare class Update extends Activity {
|
|
12158
12140
|
/** Represents a video document of any kind.
|
12159
12141
|
*/
|
12160
12142
|
export declare class Video extends Document {
|
12161
|
-
#private;
|
12162
12143
|
/**
|
12163
12144
|
* The type URI of {@link Video}: `https://www.w3.org/ns/activitystreams#Video`.
|
12164
12145
|
*/
|
@@ -12311,7 +12292,6 @@ export declare class Video extends Document {
|
|
12311
12292
|
/** Indicates that the `actor` has viewed the object.
|
12312
12293
|
*/
|
12313
12294
|
export declare class View extends Activity {
|
12314
|
-
#private;
|
12315
12295
|
/**
|
12316
12296
|
* The type URI of {@link View}: `https://www.w3.org/ns/activitystreams#View`.
|
12317
12297
|
*/
|