@fedify/fedify 1.2.11 → 1.2.13
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 +80 -0
- package/esm/deps/jsr.io/@std/async/{1.0.9 → 1.0.10}/delay.js +1 -1
- 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/client.js +1 -1
- package/esm/nodeinfo/mod.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/lookup.js +1 -1
- package/esm/vocab/vocab.js +408 -264
- package/package.json +3 -3
- package/types/deps/jsr.io/@std/async/1.0.10/delay.d.ts.map +1 -0
- 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/mod.d.ts +1 -1
- package/types/nodeinfo/types.d.ts +1 -1
- package/types/vocab/vocab.d.ts +18 -38
- 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/async/1.0.9/delay.d.ts.map +0 -1
- 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/async/{1.0.9 → 1.0.10}/delay.d.ts +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
|
*/
|
@@ -1333,7 +1334,6 @@ export declare class Activity extends Object {
|
|
1333
1334
|
/** Represents an emoji reaction. See also [FEP-c0e0](https://w3id.org/fep/c0e0).
|
1334
1335
|
*/
|
1335
1336
|
export declare class EmojiReact extends Activity {
|
1336
|
-
#private;
|
1337
1337
|
/**
|
1338
1338
|
* The type URI of {@link EmojiReact}: `http://litepub.social/ns#EmojiReact`.
|
1339
1339
|
*/
|
@@ -1510,6 +1510,8 @@ export declare class PropertyValue {
|
|
1510
1510
|
readonly id: URL | null;
|
1511
1511
|
protected get _documentLoader(): DocumentLoader | undefined;
|
1512
1512
|
protected get _contextLoader(): DocumentLoader | undefined;
|
1513
|
+
protected get _cachedJsonLd(): unknown | undefined;
|
1514
|
+
protected set _cachedJsonLd(value: unknown | undefined);
|
1513
1515
|
/**
|
1514
1516
|
* The type URI of {@link PropertyValue}: `http://schema.org#PropertyValue`.
|
1515
1517
|
*/
|
@@ -1585,6 +1587,8 @@ export declare class DidService {
|
|
1585
1587
|
readonly id: URL | null;
|
1586
1588
|
protected get _documentLoader(): DocumentLoader | undefined;
|
1587
1589
|
protected get _contextLoader(): DocumentLoader | undefined;
|
1590
|
+
protected get _cachedJsonLd(): unknown | undefined;
|
1591
|
+
protected set _cachedJsonLd(value: unknown | undefined);
|
1588
1592
|
/**
|
1589
1593
|
* The type URI of {@link DidService}: `https://www.w3.org/ns/did#Service`.
|
1590
1594
|
*/
|
@@ -1655,7 +1659,6 @@ export declare class DidService {
|
|
1655
1659
|
/** "Export Actor" service.
|
1656
1660
|
*/
|
1657
1661
|
export declare class Export extends DidService {
|
1658
|
-
#private;
|
1659
1662
|
/**
|
1660
1663
|
* The type URI of {@link Export}: `https://w3id.org/fep/9091#Export`.
|
1661
1664
|
*/
|
@@ -1723,6 +1726,8 @@ export declare class DataIntegrityProof {
|
|
1723
1726
|
readonly id: URL | null;
|
1724
1727
|
protected get _documentLoader(): DocumentLoader | undefined;
|
1725
1728
|
protected get _contextLoader(): DocumentLoader | undefined;
|
1729
|
+
protected get _cachedJsonLd(): unknown | undefined;
|
1730
|
+
protected set _cachedJsonLd(value: unknown | undefined);
|
1726
1731
|
/**
|
1727
1732
|
* The type URI of {@link DataIntegrityProof}: `https://w3id.org/security#DataIntegrityProof`.
|
1728
1733
|
*/
|
@@ -1829,6 +1834,8 @@ export declare class CryptographicKey {
|
|
1829
1834
|
readonly id: URL | null;
|
1830
1835
|
protected get _documentLoader(): DocumentLoader | undefined;
|
1831
1836
|
protected get _contextLoader(): DocumentLoader | undefined;
|
1837
|
+
protected get _cachedJsonLd(): unknown | undefined;
|
1838
|
+
protected set _cachedJsonLd(value: unknown | undefined);
|
1832
1839
|
/**
|
1833
1840
|
* The type URI of {@link CryptographicKey}: `https://w3id.org/security#Key`.
|
1834
1841
|
*/
|
@@ -1914,6 +1921,8 @@ export declare class Multikey {
|
|
1914
1921
|
readonly id: URL | null;
|
1915
1922
|
protected get _documentLoader(): DocumentLoader | undefined;
|
1916
1923
|
protected get _contextLoader(): DocumentLoader | undefined;
|
1924
|
+
protected get _cachedJsonLd(): unknown | undefined;
|
1925
|
+
protected set _cachedJsonLd(value: unknown | undefined);
|
1917
1926
|
/**
|
1918
1927
|
* The type URI of {@link Multikey}: `https://w3id.org/security#Multikey`.
|
1919
1928
|
*/
|
@@ -1997,7 +2006,6 @@ export declare class Multikey {
|
|
1997
2006
|
* has been accepted.
|
1998
2007
|
*/
|
1999
2008
|
export declare class Accept extends Activity {
|
2000
|
-
#private;
|
2001
2009
|
/**
|
2002
2010
|
* The type URI of {@link Accept}: `https://www.w3.org/ns/activitystreams#Accept`.
|
2003
2011
|
*/
|
@@ -2173,7 +2181,6 @@ export declare class Accept extends Activity {
|
|
2173
2181
|
* the context from which the `object` originated.
|
2174
2182
|
*/
|
2175
2183
|
export declare class Add extends Activity {
|
2176
|
-
#private;
|
2177
2184
|
/**
|
2178
2185
|
* The type URI of {@link Add}: `https://www.w3.org/ns/activitystreams#Add`.
|
2179
2186
|
*/
|
@@ -2348,7 +2355,6 @@ export declare class Add extends Activity {
|
|
2348
2355
|
* The `origin` typically has no defined meaning.
|
2349
2356
|
*/
|
2350
2357
|
export declare class Announce extends Activity {
|
2351
|
-
#private;
|
2352
2358
|
/**
|
2353
2359
|
* The type URI of {@link Announce}: `https://www.w3.org/ns/activitystreams#Announce`.
|
2354
2360
|
*/
|
@@ -3055,7 +3061,6 @@ export declare class Application extends Object {
|
|
3055
3061
|
* inappropriate for these activities.
|
3056
3062
|
*/
|
3057
3063
|
export declare class IntransitiveActivity extends Activity {
|
3058
|
-
#private;
|
3059
3064
|
/**
|
3060
3065
|
* The type URI of {@link IntransitiveActivity}: `https://www.w3.org/ns/activitystreams#IntransitiveActivity`.
|
3061
3066
|
*/
|
@@ -3230,7 +3235,6 @@ export declare class IntransitiveActivity extends Activity {
|
|
3230
3235
|
* The `target` typically has no defined meaning.
|
3231
3236
|
*/
|
3232
3237
|
export declare class Arrive extends IntransitiveActivity {
|
3233
|
-
#private;
|
3234
3238
|
/**
|
3235
3239
|
* The type URI of {@link Arrive}: `https://www.w3.org/ns/activitystreams#Arrive`.
|
3236
3240
|
*/
|
@@ -3727,7 +3731,6 @@ export declare class Document extends Object {
|
|
3727
3731
|
/** Represents an audio document of any kind.
|
3728
3732
|
*/
|
3729
3733
|
export declare class Audio extends Document {
|
3730
|
-
#private;
|
3731
3734
|
/**
|
3732
3735
|
* The type URI of {@link Audio}: `https://www.w3.org/ns/activitystreams#Audio`.
|
3733
3736
|
*/
|
@@ -3881,7 +3884,6 @@ export declare class Audio extends Document {
|
|
3881
3884
|
* `origin` typically have no defined meaning.
|
3882
3885
|
*/
|
3883
3886
|
export declare class Ignore extends Activity {
|
3884
|
-
#private;
|
3885
3887
|
/**
|
3886
3888
|
* The type URI of {@link Ignore}: `https://www.w3.org/ns/activitystreams#Ignore`.
|
3887
3889
|
*/
|
@@ -4057,7 +4059,6 @@ export declare class Ignore extends Activity {
|
|
4057
4059
|
* and `origin` typically have no defined meaning.
|
4058
4060
|
*/
|
4059
4061
|
export declare class Block extends Ignore {
|
4060
|
-
#private;
|
4061
4062
|
/**
|
4062
4063
|
* The type URI of {@link Block}: `https://www.w3.org/ns/activitystreams#Block`.
|
4063
4064
|
*/
|
@@ -4661,7 +4662,6 @@ export declare class CollectionPage extends Collection {
|
|
4661
4662
|
/** Indicates that the `actor` has created the `object`.
|
4662
4663
|
*/
|
4663
4664
|
export declare class Create extends Activity {
|
4664
|
-
#private;
|
4665
4665
|
/**
|
4666
4666
|
* The type URI of {@link Create}: `https://www.w3.org/ns/activitystreams#Create`.
|
4667
4667
|
*/
|
@@ -4835,7 +4835,6 @@ export declare class Create extends Activity {
|
|
4835
4835
|
* the `origin` indicates the context from which the `object` was deleted.
|
4836
4836
|
*/
|
4837
4837
|
export declare class Delete extends Activity {
|
4838
|
-
#private;
|
4839
4838
|
/**
|
4840
4839
|
* The type URI of {@link Delete}: `https://www.w3.org/ns/activitystreams#Delete`.
|
4841
4840
|
*/
|
@@ -5008,7 +5007,6 @@ export declare class Delete extends Activity {
|
|
5008
5007
|
/** Indicates that the `actor` dislikes the `object`.
|
5009
5008
|
*/
|
5010
5009
|
export declare class Dislike extends Activity {
|
5011
|
-
#private;
|
5012
5010
|
/**
|
5013
5011
|
* The type URI of {@link Dislike}: `https://www.w3.org/ns/activitystreams#Dislike`.
|
5014
5012
|
*/
|
@@ -5185,6 +5183,8 @@ export declare class Endpoints {
|
|
5185
5183
|
readonly id: URL | null;
|
5186
5184
|
protected get _documentLoader(): DocumentLoader | undefined;
|
5187
5185
|
protected get _contextLoader(): DocumentLoader | undefined;
|
5186
|
+
protected get _cachedJsonLd(): unknown | undefined;
|
5187
|
+
protected set _cachedJsonLd(value: unknown | undefined);
|
5188
5188
|
/**
|
5189
5189
|
* The type URI of {@link Endpoints}: `https://www.w3.org/ns/activitystreams#Endpoints`.
|
5190
5190
|
*/
|
@@ -5296,7 +5296,6 @@ export declare class Endpoints {
|
|
5296
5296
|
/** Represents any kind of event.
|
5297
5297
|
*/
|
5298
5298
|
export declare class Event extends Object {
|
5299
|
-
#private;
|
5300
5299
|
/**
|
5301
5300
|
* The type URI of {@link Event}: `https://www.w3.org/ns/activitystreams#Event`.
|
5302
5301
|
*/
|
@@ -5447,7 +5446,6 @@ export declare class Event extends Object {
|
|
5447
5446
|
* inappropriate for any number of reasons.
|
5448
5447
|
*/
|
5449
5448
|
export declare class Flag extends Activity {
|
5450
|
-
#private;
|
5451
5449
|
/**
|
5452
5450
|
* The type URI of {@link Flag}: `https://www.w3.org/ns/activitystreams#Flag`.
|
5453
5451
|
*/
|
@@ -5623,7 +5621,6 @@ export declare class Flag extends Activity {
|
|
5623
5621
|
* `origin` typically have no defined meaning.
|
5624
5622
|
*/
|
5625
5623
|
export declare class Follow extends Activity {
|
5626
|
-
#private;
|
5627
5624
|
/**
|
5628
5625
|
* The type URI of {@link Follow}: `https://www.w3.org/ns/activitystreams#Follow`.
|
5629
5626
|
*/
|
@@ -6339,6 +6336,8 @@ export declare class Link {
|
|
6339
6336
|
readonly id: URL | null;
|
6340
6337
|
protected get _documentLoader(): DocumentLoader | undefined;
|
6341
6338
|
protected get _contextLoader(): DocumentLoader | undefined;
|
6339
|
+
protected get _cachedJsonLd(): unknown | undefined;
|
6340
|
+
protected set _cachedJsonLd(value: unknown | undefined);
|
6342
6341
|
/**
|
6343
6342
|
* The type URI of {@link Link}: `https://www.w3.org/ns/activitystreams#Link`.
|
6344
6343
|
*/
|
@@ -6477,7 +6476,6 @@ export declare class Link {
|
|
6477
6476
|
* See also <https://swicg.github.io/miscellany/#Hashtag>.
|
6478
6477
|
*/
|
6479
6478
|
export declare class Hashtag extends Link {
|
6480
|
-
#private;
|
6481
6479
|
/**
|
6482
6480
|
* The type URI of {@link Hashtag}: `https://www.w3.org/ns/activitystreams#Hashtag`.
|
6483
6481
|
*/
|
@@ -6556,7 +6554,6 @@ export declare class Hashtag extends Link {
|
|
6556
6554
|
/** An image document of any kind.
|
6557
6555
|
*/
|
6558
6556
|
export declare class Image extends Document {
|
6559
|
-
#private;
|
6560
6557
|
/**
|
6561
6558
|
* The type URI of {@link Image}: `https://www.w3.org/ns/activitystreams#Image`.
|
6562
6559
|
*/
|
@@ -6711,7 +6708,6 @@ export declare class Image extends Document {
|
|
6711
6708
|
* the object is being offered.
|
6712
6709
|
*/
|
6713
6710
|
export declare class Offer extends Activity {
|
6714
|
-
#private;
|
6715
6711
|
/**
|
6716
6712
|
* The type URI of {@link Offer}: `https://www.w3.org/ns/activitystreams#Offer`.
|
6717
6713
|
*/
|
@@ -6885,7 +6881,6 @@ export declare class Offer extends Activity {
|
|
6885
6881
|
* for the `object` to the `target`.
|
6886
6882
|
*/
|
6887
6883
|
export declare class Invite extends Offer {
|
6888
|
-
#private;
|
6889
6884
|
/**
|
6890
6885
|
* The type URI of {@link Invite}: `https://www.w3.org/ns/activitystreams#Invite`.
|
6891
6886
|
*/
|
@@ -7059,7 +7054,6 @@ export declare class Invite extends Offer {
|
|
7059
7054
|
* The `target` and `origin` typically have no defined meaning.
|
7060
7055
|
*/
|
7061
7056
|
export declare class Join extends Activity {
|
7062
|
-
#private;
|
7063
7057
|
/**
|
7064
7058
|
* The type URI of {@link Join}: `https://www.w3.org/ns/activitystreams#Join`.
|
7065
7059
|
*/
|
@@ -7233,7 +7227,6 @@ export declare class Join extends Activity {
|
|
7233
7227
|
* The `target` and `origin` typically have no meaning.
|
7234
7228
|
*/
|
7235
7229
|
export declare class Leave extends Activity {
|
7236
|
-
#private;
|
7237
7230
|
/**
|
7238
7231
|
* The type URI of {@link Leave}: `https://www.w3.org/ns/activitystreams#Leave`.
|
7239
7232
|
*/
|
@@ -7407,7 +7400,6 @@ export declare class Leave extends Activity {
|
|
7407
7400
|
* The `target` and `origin` typically have no defined meaning.
|
7408
7401
|
*/
|
7409
7402
|
export declare class Like extends Activity {
|
7410
|
-
#private;
|
7411
7403
|
/**
|
7412
7404
|
* The type URI of {@link Like}: `https://www.w3.org/ns/activitystreams#Like`.
|
7413
7405
|
*/
|
@@ -7580,7 +7572,6 @@ export declare class Like extends Activity {
|
|
7580
7572
|
/** Indicates that the `actor` has listened to the `object`.
|
7581
7573
|
*/
|
7582
7574
|
export declare class Listen extends Activity {
|
7583
|
-
#private;
|
7584
7575
|
/**
|
7585
7576
|
* The type URI of {@link Listen}: `https://www.w3.org/ns/activitystreams#Listen`.
|
7586
7577
|
*/
|
@@ -7753,7 +7744,6 @@ export declare class Listen extends Activity {
|
|
7753
7744
|
/** A specialized {@link Link} that represents an @mention.
|
7754
7745
|
*/
|
7755
7746
|
export declare class Mention extends Link {
|
7756
|
-
#private;
|
7757
7747
|
/**
|
7758
7748
|
* The type URI of {@link Mention}: `https://www.w3.org/ns/activitystreams#Mention`.
|
7759
7749
|
*/
|
@@ -7834,7 +7824,6 @@ export declare class Mention extends Link {
|
|
7834
7824
|
* either can be determined by context.
|
7835
7825
|
*/
|
7836
7826
|
export declare class Move extends Activity {
|
7837
|
-
#private;
|
7838
7827
|
/**
|
7839
7828
|
* The type URI of {@link Move}: `https://www.w3.org/ns/activitystreams#Move`.
|
7840
7829
|
*/
|
@@ -9064,7 +9053,6 @@ export declare class Organization extends Object {
|
|
9064
9053
|
/** Represents a Web Page.
|
9065
9054
|
*/
|
9066
9055
|
export declare class Page extends Document {
|
9067
|
-
#private;
|
9068
9056
|
/**
|
9069
9057
|
* The type URI of {@link Page}: `https://www.w3.org/ns/activitystreams#Page`.
|
9070
9058
|
*/
|
@@ -10347,7 +10335,6 @@ export declare class Question extends IntransitiveActivity {
|
|
10347
10335
|
/** Indicates that the `actor` has read the `object`.
|
10348
10336
|
*/
|
10349
10337
|
export declare class Read extends Activity {
|
10350
|
-
#private;
|
10351
10338
|
/**
|
10352
10339
|
* The type URI of {@link Read}: `https://www.w3.org/ns/activitystreams#Read`.
|
10353
10340
|
*/
|
@@ -10521,7 +10508,6 @@ export declare class Read extends Activity {
|
|
10521
10508
|
* `origin` typically have no defined meaning.
|
10522
10509
|
*/
|
10523
10510
|
export declare class Reject extends Activity {
|
10524
|
-
#private;
|
10525
10511
|
/**
|
10526
10512
|
* The type URI of {@link Reject}: `https://www.w3.org/ns/activitystreams#Reject`.
|
10527
10513
|
*/
|
@@ -10932,7 +10918,6 @@ export declare class Relationship extends Object {
|
|
10932
10918
|
* the `origin` indicates the context from which the `object` is being removed.
|
10933
10919
|
*/
|
10934
10920
|
export declare class Remove extends Activity {
|
10935
|
-
#private;
|
10936
10921
|
/**
|
10937
10922
|
* The type URI of {@link Remove}: `https://www.w3.org/ns/activitystreams#Remove`.
|
10938
10923
|
*/
|
@@ -11641,6 +11626,8 @@ export declare class Source {
|
|
11641
11626
|
readonly id: URL | null;
|
11642
11627
|
protected get _documentLoader(): DocumentLoader | undefined;
|
11643
11628
|
protected get _contextLoader(): DocumentLoader | undefined;
|
11629
|
+
protected get _cachedJsonLd(): unknown | undefined;
|
11630
|
+
protected set _cachedJsonLd(value: unknown | undefined);
|
11644
11631
|
/**
|
11645
11632
|
* The type URI of {@link Source}: `https://www.w3.org/ns/activitystreams#Source`.
|
11646
11633
|
*/
|
@@ -11715,7 +11702,6 @@ export declare class Source {
|
|
11715
11702
|
* the acceptance is tentative.
|
11716
11703
|
*/
|
11717
11704
|
export declare class TentativeAccept extends Accept {
|
11718
|
-
#private;
|
11719
11705
|
/**
|
11720
11706
|
* The type URI of {@link TentativeAccept}: `https://www.w3.org/ns/activitystreams#TentativeAccept`.
|
11721
11707
|
*/
|
@@ -11889,7 +11875,6 @@ export declare class TentativeAccept extends Accept {
|
|
11889
11875
|
* the rejection is considered tentative.
|
11890
11876
|
*/
|
11891
11877
|
export declare class TentativeReject extends Reject {
|
11892
|
-
#private;
|
11893
11878
|
/**
|
11894
11879
|
* The type URI of {@link TentativeReject}: `https://www.w3.org/ns/activitystreams#TentativeReject`.
|
11895
11880
|
*/
|
@@ -12222,7 +12207,6 @@ export declare class Tombstone extends Object {
|
|
12222
12207
|
* either can be determined by context.
|
12223
12208
|
*/
|
12224
12209
|
export declare class Travel extends IntransitiveActivity {
|
12225
|
-
#private;
|
12226
12210
|
/**
|
12227
12211
|
* The type URI of {@link Travel}: `https://www.w3.org/ns/activitystreams#Travel`.
|
12228
12212
|
*/
|
@@ -12401,7 +12385,6 @@ export declare class Travel extends IntransitiveActivity {
|
|
12401
12385
|
* The `target` and `origin` typically have no defined meaning.
|
12402
12386
|
*/
|
12403
12387
|
export declare class Undo extends Activity {
|
12404
|
-
#private;
|
12405
12388
|
/**
|
12406
12389
|
* The type URI of {@link Undo}: `https://www.w3.org/ns/activitystreams#Undo`.
|
12407
12390
|
*/
|
@@ -12578,7 +12561,6 @@ export declare class Undo extends Activity {
|
|
12578
12561
|
* The `target` and `origin` typically have no defined meaning.
|
12579
12562
|
*/
|
12580
12563
|
export declare class Update extends Activity {
|
12581
|
-
#private;
|
12582
12564
|
/**
|
12583
12565
|
* The type URI of {@link Update}: `https://www.w3.org/ns/activitystreams#Update`.
|
12584
12566
|
*/
|
@@ -12751,7 +12733,6 @@ export declare class Update extends Activity {
|
|
12751
12733
|
/** Represents a video document of any kind.
|
12752
12734
|
*/
|
12753
12735
|
export declare class Video extends Document {
|
12754
|
-
#private;
|
12755
12736
|
/**
|
12756
12737
|
* The type URI of {@link Video}: `https://www.w3.org/ns/activitystreams#Video`.
|
12757
12738
|
*/
|
@@ -12904,7 +12885,6 @@ export declare class Video extends Document {
|
|
12904
12885
|
/** Indicates that the `actor` has viewed the object.
|
12905
12886
|
*/
|
12906
12887
|
export declare class View extends Activity {
|
12907
|
-
#private;
|
12908
12888
|
/**
|
12909
12889
|
* The type URI of {@link View}: `https://www.w3.org/ns/activitystreams#View`.
|
12910
12890
|
*/
|