@fedify/vocab 2.0.1 → 2.0.2
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/deno.json +1 -1
- package/dist/actor.test.js +2 -2
- package/dist/{deno-BWGbW6m1.js → deno-CipYLx8a.js} +1 -1
- package/dist/lookup.test.js +2 -2
- package/dist/mod.cjs +713 -713
- package/dist/mod.d.cts +4002 -4002
- package/dist/mod.d.ts +4002 -4002
- package/dist/mod.js +713 -713
- package/dist/type.test.js +1 -1
- package/dist/{vocab-DqRSt3dA.js → vocab-7ZJLJa-Z.js} +712 -712
- package/dist/vocab.test.js +1 -1
- package/package.json +4 -4
- package/tsdown.config.ts +1 -2
package/dist/mod.cjs
CHANGED
|
@@ -34,7 +34,7 @@ const es_toolkit = __toESM(require("es-toolkit"));
|
|
|
34
34
|
|
|
35
35
|
//#region deno.json
|
|
36
36
|
var name = "@fedify/vocab";
|
|
37
|
-
var version = "2.0.
|
|
37
|
+
var version = "2.0.2";
|
|
38
38
|
var license = "MIT";
|
|
39
39
|
var exports$1 = { ".": "./src/mod.ts" };
|
|
40
40
|
var description = "Vocabularies library for @fedify/fedify";
|
|
@@ -694,7 +694,7 @@ var Object$1 = class Object$1 {
|
|
|
694
694
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
695
695
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
696
696
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
697
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
697
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
698
698
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
699
699
|
let fetchResult;
|
|
700
700
|
try {
|
|
@@ -841,7 +841,7 @@ var Object$1 = class Object$1 {
|
|
|
841
841
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
842
842
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
843
843
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
844
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
844
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
845
845
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
846
846
|
let fetchResult;
|
|
847
847
|
try {
|
|
@@ -1054,7 +1054,7 @@ var Object$1 = class Object$1 {
|
|
|
1054
1054
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
1055
1055
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
1056
1056
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
1057
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
1057
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
1058
1058
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
1059
1059
|
let fetchResult;
|
|
1060
1060
|
try {
|
|
@@ -1239,7 +1239,7 @@ var Object$1 = class Object$1 {
|
|
|
1239
1239
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
1240
1240
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
1241
1241
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
1242
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
1242
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
1243
1243
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
1244
1244
|
let fetchResult;
|
|
1245
1245
|
try {
|
|
@@ -1402,7 +1402,7 @@ var Object$1 = class Object$1 {
|
|
|
1402
1402
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
1403
1403
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
1404
1404
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
1405
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
1405
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
1406
1406
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
1407
1407
|
let fetchResult;
|
|
1408
1408
|
try {
|
|
@@ -1533,7 +1533,7 @@ var Object$1 = class Object$1 {
|
|
|
1533
1533
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
1534
1534
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
1535
1535
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
1536
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
1536
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
1537
1537
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
1538
1538
|
let fetchResult;
|
|
1539
1539
|
try {
|
|
@@ -1700,7 +1700,7 @@ var Object$1 = class Object$1 {
|
|
|
1700
1700
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
1701
1701
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
1702
1702
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
1703
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
1703
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
1704
1704
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
1705
1705
|
let fetchResult;
|
|
1706
1706
|
try {
|
|
@@ -1867,7 +1867,7 @@ var Object$1 = class Object$1 {
|
|
|
1867
1867
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
1868
1868
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
1869
1869
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
1870
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
1870
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
1871
1871
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
1872
1872
|
let fetchResult;
|
|
1873
1873
|
try {
|
|
@@ -2042,7 +2042,7 @@ var Object$1 = class Object$1 {
|
|
|
2042
2042
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
2043
2043
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
2044
2044
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
2045
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
2045
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
2046
2046
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
2047
2047
|
let fetchResult;
|
|
2048
2048
|
try {
|
|
@@ -2217,7 +2217,7 @@ var Object$1 = class Object$1 {
|
|
|
2217
2217
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
2218
2218
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
2219
2219
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
2220
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
2220
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
2221
2221
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
2222
2222
|
let fetchResult;
|
|
2223
2223
|
try {
|
|
@@ -2397,7 +2397,7 @@ var Object$1 = class Object$1 {
|
|
|
2397
2397
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
2398
2398
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
2399
2399
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
2400
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
2400
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
2401
2401
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
2402
2402
|
let fetchResult;
|
|
2403
2403
|
try {
|
|
@@ -2519,7 +2519,7 @@ var Object$1 = class Object$1 {
|
|
|
2519
2519
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
2520
2520
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
2521
2521
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
2522
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
2522
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
2523
2523
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
2524
2524
|
let fetchResult;
|
|
2525
2525
|
try {
|
|
@@ -2647,7 +2647,7 @@ var Object$1 = class Object$1 {
|
|
|
2647
2647
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
2648
2648
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
2649
2649
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
2650
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
2650
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
2651
2651
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
2652
2652
|
let fetchResult;
|
|
2653
2653
|
try {
|
|
@@ -2775,7 +2775,7 @@ var Object$1 = class Object$1 {
|
|
|
2775
2775
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
2776
2776
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
2777
2777
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
2778
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
2778
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
2779
2779
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
2780
2780
|
let fetchResult;
|
|
2781
2781
|
try {
|
|
@@ -2921,7 +2921,7 @@ var Object$1 = class Object$1 {
|
|
|
2921
2921
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
2922
2922
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
2923
2923
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
2924
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
2924
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
2925
2925
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
2926
2926
|
let fetchResult;
|
|
2927
2927
|
try {
|
|
@@ -3074,7 +3074,7 @@ var Object$1 = class Object$1 {
|
|
|
3074
3074
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
3075
3075
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
3076
3076
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
3077
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
3077
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
3078
3078
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
3079
3079
|
let fetchResult;
|
|
3080
3080
|
try {
|
|
@@ -3239,7 +3239,7 @@ var Object$1 = class Object$1 {
|
|
|
3239
3239
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
3240
3240
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
3241
3241
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
3242
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
3242
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
3243
3243
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
3244
3244
|
let fetchResult;
|
|
3245
3245
|
try {
|
|
@@ -3404,7 +3404,7 @@ var Object$1 = class Object$1 {
|
|
|
3404
3404
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
3405
3405
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
3406
3406
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
3407
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
3407
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
3408
3408
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
3409
3409
|
let fetchResult;
|
|
3410
3410
|
try {
|
|
@@ -3569,7 +3569,7 @@ var Object$1 = class Object$1 {
|
|
|
3569
3569
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
3570
3570
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
3571
3571
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
3572
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
3572
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
3573
3573
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
3574
3574
|
let fetchResult;
|
|
3575
3575
|
try {
|
|
@@ -3771,7 +3771,7 @@ var Object$1 = class Object$1 {
|
|
|
3771
3771
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
3772
3772
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
3773
3773
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
3774
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
3774
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
3775
3775
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
3776
3776
|
let fetchResult;
|
|
3777
3777
|
try {
|
|
@@ -4659,7 +4659,7 @@ var Object$1 = class Object$1 {
|
|
|
4659
4659
|
*/
|
|
4660
4660
|
static async fromJsonLd(json, options = {}) {
|
|
4661
4661
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
4662
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
4662
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
4663
4663
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
4664
4664
|
try {
|
|
4665
4665
|
const object = await this.__fromJsonLd__Object__(json, span, options);
|
|
@@ -5822,14 +5822,14 @@ var Object$1 = class Object$1 {
|
|
|
5822
5822
|
if (_42rPnotok1ivQ2RNCKNbeFJgx8b8_proof.length > 1 || !("proof" in proxy) && _42rPnotok1ivQ2RNCKNbeFJgx8b8_proof.length > 0) proxy.proofs = _42rPnotok1ivQ2RNCKNbeFJgx8b8_proof;
|
|
5823
5823
|
return proxy;
|
|
5824
5824
|
}
|
|
5825
|
-
|
|
5826
|
-
|
|
5827
|
-
|
|
5828
|
-
|
|
5829
|
-
|
|
5830
|
-
|
|
5831
|
-
|
|
5832
|
-
|
|
5825
|
+
};
|
|
5826
|
+
Object$1.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
5827
|
+
const proxy = this._getCustomInspectProxy();
|
|
5828
|
+
return "Object " + inspect(proxy, options);
|
|
5829
|
+
};
|
|
5830
|
+
Object$1.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
5831
|
+
const proxy = this._getCustomInspectProxy();
|
|
5832
|
+
return "Object " + inspect(proxy, options);
|
|
5833
5833
|
};
|
|
5834
5834
|
/** Represents a custom emoji.
|
|
5835
5835
|
*/
|
|
@@ -5934,7 +5934,7 @@ var Emoji = class Emoji extends Object$1 {
|
|
|
5934
5934
|
*/
|
|
5935
5935
|
static async fromJsonLd(json, options = {}) {
|
|
5936
5936
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
5937
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
5937
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
5938
5938
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
5939
5939
|
try {
|
|
5940
5940
|
const object = await this.__fromJsonLd__Emoji__(json, span, options);
|
|
@@ -5994,14 +5994,14 @@ var Emoji = class Emoji extends Object$1 {
|
|
|
5994
5994
|
const proxy = super._getCustomInspectProxy();
|
|
5995
5995
|
return proxy;
|
|
5996
5996
|
}
|
|
5997
|
-
|
|
5998
|
-
|
|
5999
|
-
|
|
6000
|
-
|
|
6001
|
-
|
|
6002
|
-
|
|
6003
|
-
|
|
6004
|
-
|
|
5997
|
+
};
|
|
5998
|
+
Emoji.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
5999
|
+
const proxy = this._getCustomInspectProxy();
|
|
6000
|
+
return "Emoji " + inspect(proxy, options);
|
|
6001
|
+
};
|
|
6002
|
+
Emoji.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
6003
|
+
const proxy = this._getCustomInspectProxy();
|
|
6004
|
+
return "Emoji " + inspect(proxy, options);
|
|
6005
6005
|
};
|
|
6006
6006
|
/** `ChatMessage`s are the messages sent in 1-on-1 chats. They are similar to
|
|
6007
6007
|
* {@link Note}s, but the addressing is done by having a single AP actor in
|
|
@@ -6181,7 +6181,7 @@ var ChatMessage = class ChatMessage extends Object$1 {
|
|
|
6181
6181
|
*/
|
|
6182
6182
|
static async fromJsonLd(json, options = {}) {
|
|
6183
6183
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
6184
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
6184
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
6185
6185
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
6186
6186
|
try {
|
|
6187
6187
|
const object = await this.__fromJsonLd__ChatMessage__(json, span, options);
|
|
@@ -6255,14 +6255,14 @@ var ChatMessage = class ChatMessage extends Object$1 {
|
|
|
6255
6255
|
if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
|
|
6256
6256
|
return proxy;
|
|
6257
6257
|
}
|
|
6258
|
-
|
|
6259
|
-
|
|
6260
|
-
|
|
6261
|
-
|
|
6262
|
-
|
|
6263
|
-
|
|
6264
|
-
|
|
6265
|
-
|
|
6258
|
+
};
|
|
6259
|
+
ChatMessage.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
6260
|
+
const proxy = this._getCustomInspectProxy();
|
|
6261
|
+
return "ChatMessage " + inspect(proxy, options);
|
|
6262
|
+
};
|
|
6263
|
+
ChatMessage.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
6264
|
+
const proxy = this._getCustomInspectProxy();
|
|
6265
|
+
return "ChatMessage " + inspect(proxy, options);
|
|
6266
6266
|
};
|
|
6267
6267
|
/** An Activity is a subtype of {@link Object} that describes some form of action
|
|
6268
6268
|
* that may happen, is currently happening, or has already happened.
|
|
@@ -6468,7 +6468,7 @@ var Activity = class Activity extends Object$1 {
|
|
|
6468
6468
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
6469
6469
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
6470
6470
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
6471
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
6471
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
6472
6472
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
6473
6473
|
let fetchResult;
|
|
6474
6474
|
try {
|
|
@@ -6681,7 +6681,7 @@ var Activity = class Activity extends Object$1 {
|
|
|
6681
6681
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
6682
6682
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
6683
6683
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
6684
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
6684
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
6685
6685
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
6686
6686
|
let fetchResult;
|
|
6687
6687
|
try {
|
|
@@ -6848,7 +6848,7 @@ var Activity = class Activity extends Object$1 {
|
|
|
6848
6848
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
6849
6849
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
6850
6850
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
6851
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
6851
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
6852
6852
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
6853
6853
|
let fetchResult;
|
|
6854
6854
|
try {
|
|
@@ -7021,7 +7021,7 @@ var Activity = class Activity extends Object$1 {
|
|
|
7021
7021
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
7022
7022
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
7023
7023
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
7024
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
7024
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
7025
7025
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
7026
7026
|
let fetchResult;
|
|
7027
7027
|
try {
|
|
@@ -7188,7 +7188,7 @@ var Activity = class Activity extends Object$1 {
|
|
|
7188
7188
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
7189
7189
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
7190
7190
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
7191
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
7191
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
7192
7192
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
7193
7193
|
let fetchResult;
|
|
7194
7194
|
try {
|
|
@@ -7357,7 +7357,7 @@ var Activity = class Activity extends Object$1 {
|
|
|
7357
7357
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
7358
7358
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
7359
7359
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
7360
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
7360
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
7361
7361
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
7362
7362
|
let fetchResult;
|
|
7363
7363
|
try {
|
|
@@ -7628,7 +7628,7 @@ var Activity = class Activity extends Object$1 {
|
|
|
7628
7628
|
*/
|
|
7629
7629
|
static async fromJsonLd(json, options = {}) {
|
|
7630
7630
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
7631
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
7631
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
7632
7632
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
7633
7633
|
try {
|
|
7634
7634
|
const object = await this.__fromJsonLd__Activity__(json, span, options);
|
|
@@ -7858,14 +7858,14 @@ var Activity = class Activity extends Object$1 {
|
|
|
7858
7858
|
if (_3c5t2x7DYRo2shwTxpkd4kYSS5WQ_instrument.length > 1 || !("instrument" in proxy) && _3c5t2x7DYRo2shwTxpkd4kYSS5WQ_instrument.length > 0) proxy.instruments = _3c5t2x7DYRo2shwTxpkd4kYSS5WQ_instrument;
|
|
7859
7859
|
return proxy;
|
|
7860
7860
|
}
|
|
7861
|
-
|
|
7862
|
-
|
|
7863
|
-
|
|
7864
|
-
|
|
7865
|
-
|
|
7866
|
-
|
|
7867
|
-
|
|
7868
|
-
|
|
7861
|
+
};
|
|
7862
|
+
Activity.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
7863
|
+
const proxy = this._getCustomInspectProxy();
|
|
7864
|
+
return "Activity " + inspect(proxy, options);
|
|
7865
|
+
};
|
|
7866
|
+
Activity.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
7867
|
+
const proxy = this._getCustomInspectProxy();
|
|
7868
|
+
return "Activity " + inspect(proxy, options);
|
|
7869
7869
|
};
|
|
7870
7870
|
/** Represents an emoji reaction. See also [FEP-c0e0](https://w3id.org/fep/c0e0).
|
|
7871
7871
|
*/
|
|
@@ -7962,7 +7962,7 @@ var EmojiReact = class EmojiReact extends Activity {
|
|
|
7962
7962
|
*/
|
|
7963
7963
|
static async fromJsonLd(json, options = {}) {
|
|
7964
7964
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
7965
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
7965
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
7966
7966
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
7967
7967
|
try {
|
|
7968
7968
|
const object = await this.__fromJsonLd__EmojiReact__(json, span, options);
|
|
@@ -8022,14 +8022,14 @@ var EmojiReact = class EmojiReact extends Activity {
|
|
|
8022
8022
|
const proxy = super._getCustomInspectProxy();
|
|
8023
8023
|
return proxy;
|
|
8024
8024
|
}
|
|
8025
|
-
|
|
8026
|
-
|
|
8027
|
-
|
|
8028
|
-
|
|
8029
|
-
|
|
8030
|
-
|
|
8031
|
-
|
|
8032
|
-
|
|
8025
|
+
};
|
|
8026
|
+
EmojiReact.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
8027
|
+
const proxy = this._getCustomInspectProxy();
|
|
8028
|
+
return "EmojiReact " + inspect(proxy, options);
|
|
8029
|
+
};
|
|
8030
|
+
EmojiReact.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
8031
|
+
const proxy = this._getCustomInspectProxy();
|
|
8032
|
+
return "EmojiReact " + inspect(proxy, options);
|
|
8033
8033
|
};
|
|
8034
8034
|
/** A pair of property name and value.
|
|
8035
8035
|
*/
|
|
@@ -8223,7 +8223,7 @@ var PropertyValue = class {
|
|
|
8223
8223
|
*/
|
|
8224
8224
|
static async fromJsonLd(json, options = {}) {
|
|
8225
8225
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
8226
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
8226
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
8227
8227
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
8228
8228
|
try {
|
|
8229
8229
|
const object = await this.__fromJsonLd__PropertyValue__(json, span, options);
|
|
@@ -8310,14 +8310,14 @@ var PropertyValue = class {
|
|
|
8310
8310
|
if (_2cSy2magg4iZ7zLaG8U7DiJMoCkx_value.length == 1) proxy.value = _2cSy2magg4iZ7zLaG8U7DiJMoCkx_value[0];
|
|
8311
8311
|
return proxy;
|
|
8312
8312
|
}
|
|
8313
|
-
|
|
8314
|
-
|
|
8315
|
-
|
|
8316
|
-
|
|
8317
|
-
|
|
8318
|
-
|
|
8319
|
-
|
|
8320
|
-
|
|
8313
|
+
};
|
|
8314
|
+
PropertyValue.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
8315
|
+
const proxy = this._getCustomInspectProxy();
|
|
8316
|
+
return "PropertyValue " + inspect(proxy, options);
|
|
8317
|
+
};
|
|
8318
|
+
PropertyValue.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
8319
|
+
const proxy = this._getCustomInspectProxy();
|
|
8320
|
+
return "PropertyValue " + inspect(proxy, options);
|
|
8321
8321
|
};
|
|
8322
8322
|
/** Means of communicating or interacting with the DID subject or associated
|
|
8323
8323
|
* entities via one or more service endpoints. Examples include discovery
|
|
@@ -8467,7 +8467,7 @@ var DidService = class {
|
|
|
8467
8467
|
*/
|
|
8468
8468
|
static async fromJsonLd(json, options = {}) {
|
|
8469
8469
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
8470
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
8470
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
8471
8471
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
8472
8472
|
try {
|
|
8473
8473
|
const object = await this.__fromJsonLd__DidService__(json, span, options);
|
|
@@ -8540,14 +8540,14 @@ var DidService = class {
|
|
|
8540
8540
|
if (_2KM4fetG6FTJ1cphj76rzJ8Dyv7p_serviceEndpoint.length > 1 || !("endpoint" in proxy) && _2KM4fetG6FTJ1cphj76rzJ8Dyv7p_serviceEndpoint.length > 0) proxy.endpoints = _2KM4fetG6FTJ1cphj76rzJ8Dyv7p_serviceEndpoint;
|
|
8541
8541
|
return proxy;
|
|
8542
8542
|
}
|
|
8543
|
-
|
|
8544
|
-
|
|
8545
|
-
|
|
8546
|
-
|
|
8547
|
-
|
|
8548
|
-
|
|
8549
|
-
|
|
8550
|
-
|
|
8543
|
+
};
|
|
8544
|
+
DidService.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
8545
|
+
const proxy = this._getCustomInspectProxy();
|
|
8546
|
+
return "DidService " + inspect(proxy, options);
|
|
8547
|
+
};
|
|
8548
|
+
DidService.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
8549
|
+
const proxy = this._getCustomInspectProxy();
|
|
8550
|
+
return "DidService " + inspect(proxy, options);
|
|
8551
8551
|
};
|
|
8552
8552
|
/** "Export Actor" service.
|
|
8553
8553
|
*/
|
|
@@ -8631,7 +8631,7 @@ var Export = class Export extends DidService {
|
|
|
8631
8631
|
*/
|
|
8632
8632
|
static async fromJsonLd(json, options = {}) {
|
|
8633
8633
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
8634
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
8634
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
8635
8635
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
8636
8636
|
try {
|
|
8637
8637
|
const object = await this.__fromJsonLd__Export__(json, span, options);
|
|
@@ -8691,14 +8691,14 @@ var Export = class Export extends DidService {
|
|
|
8691
8691
|
const proxy = super._getCustomInspectProxy();
|
|
8692
8692
|
return proxy;
|
|
8693
8693
|
}
|
|
8694
|
-
|
|
8695
|
-
|
|
8696
|
-
|
|
8697
|
-
|
|
8698
|
-
|
|
8699
|
-
|
|
8700
|
-
|
|
8701
|
-
|
|
8694
|
+
};
|
|
8695
|
+
Export.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
8696
|
+
const proxy = this._getCustomInspectProxy();
|
|
8697
|
+
return "Export " + inspect(proxy, options);
|
|
8698
|
+
};
|
|
8699
|
+
Export.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
8700
|
+
const proxy = this._getCustomInspectProxy();
|
|
8701
|
+
return "Export " + inspect(proxy, options);
|
|
8702
8702
|
};
|
|
8703
8703
|
/** A proof that can be added to any activity or object, allowing recipients to
|
|
8704
8704
|
* verify the identity of the actor and the integrity of the data.
|
|
@@ -8811,7 +8811,7 @@ var DataIntegrityProof = class {
|
|
|
8811
8811
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
8812
8812
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
8813
8813
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
8814
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
8814
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
8815
8815
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
8816
8816
|
let fetchResult;
|
|
8817
8817
|
try {
|
|
@@ -9047,7 +9047,7 @@ var DataIntegrityProof = class {
|
|
|
9047
9047
|
*/
|
|
9048
9048
|
static async fromJsonLd(json, options = {}) {
|
|
9049
9049
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
9050
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
9050
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
9051
9051
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
9052
9052
|
try {
|
|
9053
9053
|
const object = await this.__fromJsonLd__DataIntegrityProof__(json, span, options);
|
|
@@ -9174,14 +9174,14 @@ var DataIntegrityProof = class {
|
|
|
9174
9174
|
if (_3qzP3ukEZoUziK5FEiA1RhU4aqac.length == 1) proxy.created = _3qzP3ukEZoUziK5FEiA1RhU4aqac[0];
|
|
9175
9175
|
return proxy;
|
|
9176
9176
|
}
|
|
9177
|
-
|
|
9178
|
-
|
|
9179
|
-
|
|
9180
|
-
|
|
9181
|
-
|
|
9182
|
-
|
|
9183
|
-
|
|
9184
|
-
|
|
9177
|
+
};
|
|
9178
|
+
DataIntegrityProof.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
9179
|
+
const proxy = this._getCustomInspectProxy();
|
|
9180
|
+
return "DataIntegrityProof " + inspect(proxy, options);
|
|
9181
|
+
};
|
|
9182
|
+
DataIntegrityProof.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
9183
|
+
const proxy = this._getCustomInspectProxy();
|
|
9184
|
+
return "DataIntegrityProof " + inspect(proxy, options);
|
|
9185
9185
|
};
|
|
9186
9186
|
/** A key owned by an actor.
|
|
9187
9187
|
*/
|
|
@@ -9268,7 +9268,7 @@ var CryptographicKey = class {
|
|
|
9268
9268
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
9269
9269
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
9270
9270
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
9271
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
9271
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
9272
9272
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
9273
9273
|
let fetchResult;
|
|
9274
9274
|
try {
|
|
@@ -9539,7 +9539,7 @@ var CryptographicKey = class {
|
|
|
9539
9539
|
*/
|
|
9540
9540
|
static async fromJsonLd(json, options = {}) {
|
|
9541
9541
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
9542
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
9542
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
9543
9543
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
9544
9544
|
try {
|
|
9545
9545
|
const object = await this.__fromJsonLd__CryptographicKey__(json, span, options);
|
|
@@ -9644,14 +9644,14 @@ var CryptographicKey = class {
|
|
|
9644
9644
|
if (_2fE2QMDdg6KFGqa4NEC3TmjApSAD_publicKeyPem.length == 1) proxy.publicKey = _2fE2QMDdg6KFGqa4NEC3TmjApSAD_publicKeyPem[0];
|
|
9645
9645
|
return proxy;
|
|
9646
9646
|
}
|
|
9647
|
-
|
|
9648
|
-
|
|
9649
|
-
|
|
9650
|
-
|
|
9651
|
-
|
|
9652
|
-
|
|
9653
|
-
|
|
9654
|
-
|
|
9647
|
+
};
|
|
9648
|
+
CryptographicKey.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
9649
|
+
const proxy = this._getCustomInspectProxy();
|
|
9650
|
+
return "CryptographicKey " + inspect(proxy, options);
|
|
9651
|
+
};
|
|
9652
|
+
CryptographicKey.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
9653
|
+
const proxy = this._getCustomInspectProxy();
|
|
9654
|
+
return "CryptographicKey " + inspect(proxy, options);
|
|
9655
9655
|
};
|
|
9656
9656
|
/** Represents a key owned by an actor according to [FEP-521a: Representing
|
|
9657
9657
|
* actor's public keys.][1]
|
|
@@ -9741,7 +9741,7 @@ var Multikey = class {
|
|
|
9741
9741
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
9742
9742
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
9743
9743
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
9744
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
9744
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
9745
9745
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
9746
9746
|
let fetchResult;
|
|
9747
9747
|
try {
|
|
@@ -10018,7 +10018,7 @@ var Multikey = class {
|
|
|
10018
10018
|
*/
|
|
10019
10019
|
static async fromJsonLd(json, options = {}) {
|
|
10020
10020
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
10021
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
10021
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
10022
10022
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
10023
10023
|
try {
|
|
10024
10024
|
const object = await this.__fromJsonLd__Multikey__(json, span, options);
|
|
@@ -10123,14 +10123,14 @@ var Multikey = class {
|
|
|
10123
10123
|
if (_4XLHbsR2gLVWU3NpEqKt9wANzn4F_publicKeyMultibase.length == 1) proxy.publicKey = _4XLHbsR2gLVWU3NpEqKt9wANzn4F_publicKeyMultibase[0];
|
|
10124
10124
|
return proxy;
|
|
10125
10125
|
}
|
|
10126
|
-
|
|
10127
|
-
|
|
10128
|
-
|
|
10129
|
-
|
|
10130
|
-
|
|
10131
|
-
|
|
10132
|
-
|
|
10133
|
-
|
|
10126
|
+
};
|
|
10127
|
+
Multikey.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
10128
|
+
const proxy = this._getCustomInspectProxy();
|
|
10129
|
+
return "Multikey " + inspect(proxy, options);
|
|
10130
|
+
};
|
|
10131
|
+
Multikey.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
10132
|
+
const proxy = this._getCustomInspectProxy();
|
|
10133
|
+
return "Multikey " + inspect(proxy, options);
|
|
10134
10134
|
};
|
|
10135
10135
|
/** Indicates that the `actor` accepts the `object`. The `target` property can be
|
|
10136
10136
|
* used in certain circumstances to indicate the context into which the `object`
|
|
@@ -10223,7 +10223,7 @@ var Accept = class Accept extends Activity {
|
|
|
10223
10223
|
*/
|
|
10224
10224
|
static async fromJsonLd(json, options = {}) {
|
|
10225
10225
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
10226
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
10226
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
10227
10227
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
10228
10228
|
try {
|
|
10229
10229
|
const object = await this.__fromJsonLd__Accept__(json, span, options);
|
|
@@ -10284,14 +10284,14 @@ var Accept = class Accept extends Activity {
|
|
|
10284
10284
|
const proxy = super._getCustomInspectProxy();
|
|
10285
10285
|
return proxy;
|
|
10286
10286
|
}
|
|
10287
|
-
|
|
10288
|
-
|
|
10289
|
-
|
|
10290
|
-
|
|
10291
|
-
|
|
10292
|
-
|
|
10293
|
-
|
|
10294
|
-
|
|
10287
|
+
};
|
|
10288
|
+
Accept.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
10289
|
+
const proxy = this._getCustomInspectProxy();
|
|
10290
|
+
return "Accept " + inspect(proxy, options);
|
|
10291
|
+
};
|
|
10292
|
+
Accept.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
10293
|
+
const proxy = this._getCustomInspectProxy();
|
|
10294
|
+
return "Accept " + inspect(proxy, options);
|
|
10295
10295
|
};
|
|
10296
10296
|
/** Indicates that the `actor` has added the `object` to the `target`.
|
|
10297
10297
|
* If the `target` property is not explicitly specified, the target would need
|
|
@@ -10385,7 +10385,7 @@ var Add = class Add extends Activity {
|
|
|
10385
10385
|
*/
|
|
10386
10386
|
static async fromJsonLd(json, options = {}) {
|
|
10387
10387
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
10388
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
10388
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
10389
10389
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
10390
10390
|
try {
|
|
10391
10391
|
const object = await this.__fromJsonLd__Add__(json, span, options);
|
|
@@ -10445,14 +10445,14 @@ var Add = class Add extends Activity {
|
|
|
10445
10445
|
const proxy = super._getCustomInspectProxy();
|
|
10446
10446
|
return proxy;
|
|
10447
10447
|
}
|
|
10448
|
-
|
|
10449
|
-
|
|
10450
|
-
|
|
10451
|
-
|
|
10452
|
-
|
|
10453
|
-
|
|
10454
|
-
|
|
10455
|
-
|
|
10448
|
+
};
|
|
10449
|
+
Add.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
10450
|
+
const proxy = this._getCustomInspectProxy();
|
|
10451
|
+
return "Add " + inspect(proxy, options);
|
|
10452
|
+
};
|
|
10453
|
+
Add.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
10454
|
+
const proxy = this._getCustomInspectProxy();
|
|
10455
|
+
return "Add " + inspect(proxy, options);
|
|
10456
10456
|
};
|
|
10457
10457
|
/** Indicates that the `actor` is calling the `target`'s attention the `object`.
|
|
10458
10458
|
*
|
|
@@ -10564,7 +10564,7 @@ var Announce = class Announce extends Activity {
|
|
|
10564
10564
|
*/
|
|
10565
10565
|
static async fromJsonLd(json, options = {}) {
|
|
10566
10566
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
10567
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
10567
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
10568
10568
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
10569
10569
|
try {
|
|
10570
10570
|
const object = await this.__fromJsonLd__Announce__(json, span, options);
|
|
@@ -10624,14 +10624,14 @@ var Announce = class Announce extends Activity {
|
|
|
10624
10624
|
const proxy = super._getCustomInspectProxy();
|
|
10625
10625
|
return proxy;
|
|
10626
10626
|
}
|
|
10627
|
-
|
|
10628
|
-
|
|
10629
|
-
|
|
10630
|
-
|
|
10631
|
-
|
|
10632
|
-
|
|
10633
|
-
|
|
10634
|
-
|
|
10627
|
+
};
|
|
10628
|
+
Announce.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
10629
|
+
const proxy = this._getCustomInspectProxy();
|
|
10630
|
+
return "Announce " + inspect(proxy, options);
|
|
10631
|
+
};
|
|
10632
|
+
Announce.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
10633
|
+
const proxy = this._getCustomInspectProxy();
|
|
10634
|
+
return "Announce " + inspect(proxy, options);
|
|
10635
10635
|
};
|
|
10636
10636
|
/** Describes a software application.
|
|
10637
10637
|
*/
|
|
@@ -10966,7 +10966,7 @@ var Application = class Application extends Object$1 {
|
|
|
10966
10966
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
10967
10967
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
10968
10968
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
10969
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
10969
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
10970
10970
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
10971
10971
|
let fetchResult;
|
|
10972
10972
|
try {
|
|
@@ -11129,7 +11129,7 @@ var Application = class Application extends Object$1 {
|
|
|
11129
11129
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
11130
11130
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
11131
11131
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
11132
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
11132
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
11133
11133
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
11134
11134
|
let fetchResult;
|
|
11135
11135
|
try {
|
|
@@ -11310,7 +11310,7 @@ var Application = class Application extends Object$1 {
|
|
|
11310
11310
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
11311
11311
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
11312
11312
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
11313
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
11313
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
11314
11314
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
11315
11315
|
let fetchResult;
|
|
11316
11316
|
try {
|
|
@@ -11453,7 +11453,7 @@ var Application = class Application extends Object$1 {
|
|
|
11453
11453
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
11454
11454
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
11455
11455
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
11456
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
11456
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
11457
11457
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
11458
11458
|
let fetchResult;
|
|
11459
11459
|
try {
|
|
@@ -11593,7 +11593,7 @@ var Application = class Application extends Object$1 {
|
|
|
11593
11593
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
11594
11594
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
11595
11595
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
11596
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
11596
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
11597
11597
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
11598
11598
|
let fetchResult;
|
|
11599
11599
|
try {
|
|
@@ -11718,7 +11718,7 @@ var Application = class Application extends Object$1 {
|
|
|
11718
11718
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
11719
11719
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
11720
11720
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
11721
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
11721
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
11722
11722
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
11723
11723
|
let fetchResult;
|
|
11724
11724
|
try {
|
|
@@ -11846,7 +11846,7 @@ var Application = class Application extends Object$1 {
|
|
|
11846
11846
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
11847
11847
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
11848
11848
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
11849
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
11849
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
11850
11850
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
11851
11851
|
let fetchResult;
|
|
11852
11852
|
try {
|
|
@@ -11972,7 +11972,7 @@ var Application = class Application extends Object$1 {
|
|
|
11972
11972
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
11973
11973
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
11974
11974
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
11975
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
11975
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
11976
11976
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
11977
11977
|
let fetchResult;
|
|
11978
11978
|
try {
|
|
@@ -12096,7 +12096,7 @@ var Application = class Application extends Object$1 {
|
|
|
12096
12096
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
12097
12097
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
12098
12098
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
12099
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
12099
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
12100
12100
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
12101
12101
|
let fetchResult;
|
|
12102
12102
|
try {
|
|
@@ -12220,7 +12220,7 @@ var Application = class Application extends Object$1 {
|
|
|
12220
12220
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
12221
12221
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
12222
12222
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
12223
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
12223
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
12224
12224
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
12225
12225
|
let fetchResult;
|
|
12226
12226
|
try {
|
|
@@ -12383,7 +12383,7 @@ var Application = class Application extends Object$1 {
|
|
|
12383
12383
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
12384
12384
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
12385
12385
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
12386
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
12386
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
12387
12387
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
12388
12388
|
let fetchResult;
|
|
12389
12389
|
try {
|
|
@@ -12550,7 +12550,7 @@ var Application = class Application extends Object$1 {
|
|
|
12550
12550
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
12551
12551
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
12552
12552
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
12553
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
12553
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
12554
12554
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
12555
12555
|
let fetchResult;
|
|
12556
12556
|
try {
|
|
@@ -12765,7 +12765,7 @@ var Application = class Application extends Object$1 {
|
|
|
12765
12765
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
12766
12766
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
12767
12767
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
12768
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
12768
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
12769
12769
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
12770
12770
|
let fetchResult;
|
|
12771
12771
|
try {
|
|
@@ -13518,7 +13518,7 @@ var Application = class Application extends Object$1 {
|
|
|
13518
13518
|
*/
|
|
13519
13519
|
static async fromJsonLd(json, options = {}) {
|
|
13520
13520
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
13521
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
13521
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
13522
13522
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
13523
13523
|
try {
|
|
13524
13524
|
const object = await this.__fromJsonLd__Application__(json, span, options);
|
|
@@ -13994,14 +13994,14 @@ var Application = class Application extends Object$1 {
|
|
|
13994
13994
|
if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
|
|
13995
13995
|
return proxy;
|
|
13996
13996
|
}
|
|
13997
|
-
|
|
13998
|
-
|
|
13999
|
-
|
|
14000
|
-
|
|
14001
|
-
|
|
14002
|
-
|
|
14003
|
-
|
|
14004
|
-
|
|
13997
|
+
};
|
|
13998
|
+
Application.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
13999
|
+
const proxy = this._getCustomInspectProxy();
|
|
14000
|
+
return "Application " + inspect(proxy, options);
|
|
14001
|
+
};
|
|
14002
|
+
Application.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
14003
|
+
const proxy = this._getCustomInspectProxy();
|
|
14004
|
+
return "Application " + inspect(proxy, options);
|
|
14005
14005
|
};
|
|
14006
14006
|
/** Instances of `IntransitiveActivity` are a subtype of {@link Activity}
|
|
14007
14007
|
* representing intransitive actions. The `object` property is therefore
|
|
@@ -14094,7 +14094,7 @@ var IntransitiveActivity = class IntransitiveActivity extends Activity {
|
|
|
14094
14094
|
*/
|
|
14095
14095
|
static async fromJsonLd(json, options = {}) {
|
|
14096
14096
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
14097
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
14097
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
14098
14098
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
14099
14099
|
try {
|
|
14100
14100
|
const object = await this.__fromJsonLd__IntransitiveActivity__(json, span, options);
|
|
@@ -14157,14 +14157,14 @@ var IntransitiveActivity = class IntransitiveActivity extends Activity {
|
|
|
14157
14157
|
const proxy = super._getCustomInspectProxy();
|
|
14158
14158
|
return proxy;
|
|
14159
14159
|
}
|
|
14160
|
-
|
|
14161
|
-
|
|
14162
|
-
|
|
14163
|
-
|
|
14164
|
-
|
|
14165
|
-
|
|
14166
|
-
|
|
14167
|
-
|
|
14160
|
+
};
|
|
14161
|
+
IntransitiveActivity.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
14162
|
+
const proxy = this._getCustomInspectProxy();
|
|
14163
|
+
return "IntransitiveActivity " + inspect(proxy, options);
|
|
14164
|
+
};
|
|
14165
|
+
IntransitiveActivity.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
14166
|
+
const proxy = this._getCustomInspectProxy();
|
|
14167
|
+
return "IntransitiveActivity " + inspect(proxy, options);
|
|
14168
14168
|
};
|
|
14169
14169
|
/** An `IntransitiveActivity` that indicates that the `actor` has arrived at the `location`.
|
|
14170
14170
|
* The `origin` can be used to identify the context from which the `actor` originated.
|
|
@@ -14257,7 +14257,7 @@ var Arrive = class Arrive extends IntransitiveActivity {
|
|
|
14257
14257
|
*/
|
|
14258
14258
|
static async fromJsonLd(json, options = {}) {
|
|
14259
14259
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
14260
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
14260
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
14261
14261
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
14262
14262
|
try {
|
|
14263
14263
|
const object = await this.__fromJsonLd__Arrive__(json, span, options);
|
|
@@ -14317,14 +14317,14 @@ var Arrive = class Arrive extends IntransitiveActivity {
|
|
|
14317
14317
|
const proxy = super._getCustomInspectProxy();
|
|
14318
14318
|
return proxy;
|
|
14319
14319
|
}
|
|
14320
|
-
|
|
14321
|
-
|
|
14322
|
-
|
|
14323
|
-
|
|
14324
|
-
|
|
14325
|
-
|
|
14326
|
-
|
|
14327
|
-
|
|
14320
|
+
};
|
|
14321
|
+
Arrive.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
14322
|
+
const proxy = this._getCustomInspectProxy();
|
|
14323
|
+
return "Arrive " + inspect(proxy, options);
|
|
14324
|
+
};
|
|
14325
|
+
Arrive.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
14326
|
+
const proxy = this._getCustomInspectProxy();
|
|
14327
|
+
return "Arrive " + inspect(proxy, options);
|
|
14328
14328
|
};
|
|
14329
14329
|
/** Represents any kind of multi-paragraph written work.
|
|
14330
14330
|
*/
|
|
@@ -14502,7 +14502,7 @@ var Article = class Article extends Object$1 {
|
|
|
14502
14502
|
*/
|
|
14503
14503
|
static async fromJsonLd(json, options = {}) {
|
|
14504
14504
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
14505
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
14505
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
14506
14506
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
14507
14507
|
try {
|
|
14508
14508
|
const object = await this.__fromJsonLd__Article__(json, span, options);
|
|
@@ -14576,14 +14576,14 @@ var Article = class Article extends Object$1 {
|
|
|
14576
14576
|
if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
|
|
14577
14577
|
return proxy;
|
|
14578
14578
|
}
|
|
14579
|
-
|
|
14580
|
-
|
|
14581
|
-
|
|
14582
|
-
|
|
14583
|
-
|
|
14584
|
-
|
|
14585
|
-
|
|
14586
|
-
|
|
14579
|
+
};
|
|
14580
|
+
Article.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
14581
|
+
const proxy = this._getCustomInspectProxy();
|
|
14582
|
+
return "Article " + inspect(proxy, options);
|
|
14583
|
+
};
|
|
14584
|
+
Article.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
14585
|
+
const proxy = this._getCustomInspectProxy();
|
|
14586
|
+
return "Article " + inspect(proxy, options);
|
|
14587
14587
|
};
|
|
14588
14588
|
/** Represents a document of any kind.
|
|
14589
14589
|
*/
|
|
@@ -14746,7 +14746,7 @@ var Document = class Document extends Object$1 {
|
|
|
14746
14746
|
*/
|
|
14747
14747
|
static async fromJsonLd(json, options = {}) {
|
|
14748
14748
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
14749
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
14749
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
14750
14750
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
14751
14751
|
try {
|
|
14752
14752
|
const object = await this.__fromJsonLd__Document__(json, span, options);
|
|
@@ -14834,14 +14834,14 @@ var Document = class Document extends Object$1 {
|
|
|
14834
14834
|
if (_2cGKFeFJMmiNpGZFEF75mCwFQsKb_height.length == 1) proxy.height = _2cGKFeFJMmiNpGZFEF75mCwFQsKb_height[0];
|
|
14835
14835
|
return proxy;
|
|
14836
14836
|
}
|
|
14837
|
-
|
|
14838
|
-
|
|
14839
|
-
|
|
14840
|
-
|
|
14841
|
-
|
|
14842
|
-
|
|
14843
|
-
|
|
14844
|
-
|
|
14837
|
+
};
|
|
14838
|
+
Document.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
14839
|
+
const proxy = this._getCustomInspectProxy();
|
|
14840
|
+
return "Document " + inspect(proxy, options);
|
|
14841
|
+
};
|
|
14842
|
+
Document.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
14843
|
+
const proxy = this._getCustomInspectProxy();
|
|
14844
|
+
return "Document " + inspect(proxy, options);
|
|
14845
14845
|
};
|
|
14846
14846
|
/** Represents an audio document of any kind.
|
|
14847
14847
|
*/
|
|
@@ -14940,7 +14940,7 @@ var Audio = class Audio extends Document {
|
|
|
14940
14940
|
*/
|
|
14941
14941
|
static async fromJsonLd(json, options = {}) {
|
|
14942
14942
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
14943
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
14943
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
14944
14944
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
14945
14945
|
try {
|
|
14946
14946
|
const object = await this.__fromJsonLd__Audio__(json, span, options);
|
|
@@ -15000,14 +15000,14 @@ var Audio = class Audio extends Document {
|
|
|
15000
15000
|
const proxy = super._getCustomInspectProxy();
|
|
15001
15001
|
return proxy;
|
|
15002
15002
|
}
|
|
15003
|
-
|
|
15004
|
-
|
|
15005
|
-
|
|
15006
|
-
|
|
15007
|
-
|
|
15008
|
-
|
|
15009
|
-
|
|
15010
|
-
|
|
15003
|
+
};
|
|
15004
|
+
Audio.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
15005
|
+
const proxy = this._getCustomInspectProxy();
|
|
15006
|
+
return "Audio " + inspect(proxy, options);
|
|
15007
|
+
};
|
|
15008
|
+
Audio.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
15009
|
+
const proxy = this._getCustomInspectProxy();
|
|
15010
|
+
return "Audio " + inspect(proxy, options);
|
|
15011
15011
|
};
|
|
15012
15012
|
/** Indicates that the `actor` is ignoring the `object`. The `target` and
|
|
15013
15013
|
* `origin` typically have no defined meaning.
|
|
@@ -15099,7 +15099,7 @@ var Ignore = class Ignore extends Activity {
|
|
|
15099
15099
|
*/
|
|
15100
15100
|
static async fromJsonLd(json, options = {}) {
|
|
15101
15101
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
15102
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
15102
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
15103
15103
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
15104
15104
|
try {
|
|
15105
15105
|
const object = await this.__fromJsonLd__Ignore__(json, span, options);
|
|
@@ -15160,14 +15160,14 @@ var Ignore = class Ignore extends Activity {
|
|
|
15160
15160
|
const proxy = super._getCustomInspectProxy();
|
|
15161
15161
|
return proxy;
|
|
15162
15162
|
}
|
|
15163
|
-
|
|
15164
|
-
|
|
15165
|
-
|
|
15166
|
-
|
|
15167
|
-
|
|
15168
|
-
|
|
15169
|
-
|
|
15170
|
-
|
|
15163
|
+
};
|
|
15164
|
+
Ignore.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
15165
|
+
const proxy = this._getCustomInspectProxy();
|
|
15166
|
+
return "Ignore " + inspect(proxy, options);
|
|
15167
|
+
};
|
|
15168
|
+
Ignore.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
15169
|
+
const proxy = this._getCustomInspectProxy();
|
|
15170
|
+
return "Ignore " + inspect(proxy, options);
|
|
15171
15171
|
};
|
|
15172
15172
|
/** Indicates that the `actor` is blocking the `object`. Blocking is a stronger
|
|
15173
15173
|
* form of {@link Ignore}. The typical use is to support social systems that
|
|
@@ -15261,7 +15261,7 @@ var Block = class Block extends Ignore {
|
|
|
15261
15261
|
*/
|
|
15262
15262
|
static async fromJsonLd(json, options = {}) {
|
|
15263
15263
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
15264
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
15264
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
15265
15265
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
15266
15266
|
try {
|
|
15267
15267
|
const object = await this.__fromJsonLd__Block__(json, span, options);
|
|
@@ -15321,14 +15321,14 @@ var Block = class Block extends Ignore {
|
|
|
15321
15321
|
const proxy = super._getCustomInspectProxy();
|
|
15322
15322
|
return proxy;
|
|
15323
15323
|
}
|
|
15324
|
-
|
|
15325
|
-
|
|
15326
|
-
|
|
15327
|
-
|
|
15328
|
-
|
|
15329
|
-
|
|
15330
|
-
|
|
15331
|
-
|
|
15324
|
+
};
|
|
15325
|
+
Block.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
15326
|
+
const proxy = this._getCustomInspectProxy();
|
|
15327
|
+
return "Block " + inspect(proxy, options);
|
|
15328
|
+
};
|
|
15329
|
+
Block.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
15330
|
+
const proxy = this._getCustomInspectProxy();
|
|
15331
|
+
return "Block " + inspect(proxy, options);
|
|
15332
15332
|
};
|
|
15333
15333
|
/** A `Collection` is a subtype of {@link Object} that represents ordered or
|
|
15334
15334
|
* unordered sets of {@link Object} or {@link Link} instances.
|
|
@@ -15532,7 +15532,7 @@ var Collection = class Collection extends Object$1 {
|
|
|
15532
15532
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
15533
15533
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
15534
15534
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
15535
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
15535
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
15536
15536
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
15537
15537
|
let fetchResult;
|
|
15538
15538
|
try {
|
|
@@ -15654,7 +15654,7 @@ var Collection = class Collection extends Object$1 {
|
|
|
15654
15654
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
15655
15655
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
15656
15656
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
15657
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
15657
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
15658
15658
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
15659
15659
|
let fetchResult;
|
|
15660
15660
|
try {
|
|
@@ -15776,7 +15776,7 @@ var Collection = class Collection extends Object$1 {
|
|
|
15776
15776
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
15777
15777
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
15778
15778
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
15779
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
15779
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
15780
15780
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
15781
15781
|
let fetchResult;
|
|
15782
15782
|
try {
|
|
@@ -15898,7 +15898,7 @@ var Collection = class Collection extends Object$1 {
|
|
|
15898
15898
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
15899
15899
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
15900
15900
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
15901
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
15901
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
15902
15902
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
15903
15903
|
let fetchResult;
|
|
15904
15904
|
try {
|
|
@@ -16030,7 +16030,7 @@ var Collection = class Collection extends Object$1 {
|
|
|
16030
16030
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
16031
16031
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
16032
16032
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
16033
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
16033
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
16034
16034
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
16035
16035
|
let fetchResult;
|
|
16036
16036
|
try {
|
|
@@ -16151,7 +16151,7 @@ var Collection = class Collection extends Object$1 {
|
|
|
16151
16151
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
16152
16152
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
16153
16153
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
16154
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
16154
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
16155
16155
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
16156
16156
|
let fetchResult;
|
|
16157
16157
|
try {
|
|
@@ -16272,7 +16272,7 @@ var Collection = class Collection extends Object$1 {
|
|
|
16272
16272
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
16273
16273
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
16274
16274
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
16275
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
16275
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
16276
16276
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
16277
16277
|
let fetchResult;
|
|
16278
16278
|
try {
|
|
@@ -16393,7 +16393,7 @@ var Collection = class Collection extends Object$1 {
|
|
|
16393
16393
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
16394
16394
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
16395
16395
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
16396
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
16396
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
16397
16397
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
16398
16398
|
let fetchResult;
|
|
16399
16399
|
try {
|
|
@@ -16514,7 +16514,7 @@ var Collection = class Collection extends Object$1 {
|
|
|
16514
16514
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
16515
16515
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
16516
16516
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
16517
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
16517
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
16518
16518
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
16519
16519
|
let fetchResult;
|
|
16520
16520
|
try {
|
|
@@ -16635,7 +16635,7 @@ var Collection = class Collection extends Object$1 {
|
|
|
16635
16635
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
16636
16636
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
16637
16637
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
16638
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
16638
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
16639
16639
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
16640
16640
|
let fetchResult;
|
|
16641
16641
|
try {
|
|
@@ -16756,7 +16756,7 @@ var Collection = class Collection extends Object$1 {
|
|
|
16756
16756
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
16757
16757
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
16758
16758
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
16759
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
16759
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
16760
16760
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
16761
16761
|
let fetchResult;
|
|
16762
16762
|
try {
|
|
@@ -16877,7 +16877,7 @@ var Collection = class Collection extends Object$1 {
|
|
|
16877
16877
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
16878
16878
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
16879
16879
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
16880
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
16880
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
16881
16881
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
16882
16882
|
let fetchResult;
|
|
16883
16883
|
try {
|
|
@@ -17347,7 +17347,7 @@ var Collection = class Collection extends Object$1 {
|
|
|
17347
17347
|
*/
|
|
17348
17348
|
static async fromJsonLd(json, options = {}) {
|
|
17349
17349
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
17350
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
17350
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
17351
17351
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
17352
17352
|
try {
|
|
17353
17353
|
const object = await this.__fromJsonLd__Collection__(json, span, options);
|
|
@@ -17727,14 +17727,14 @@ var Collection = class Collection extends Object$1 {
|
|
|
17727
17727
|
if (_2bsySzmT3qEZcrnoe3tZ5xBjXSju_likedOf.length == 1) proxy.likedOf = _2bsySzmT3qEZcrnoe3tZ5xBjXSju_likedOf[0];
|
|
17728
17728
|
return proxy;
|
|
17729
17729
|
}
|
|
17730
|
-
|
|
17731
|
-
|
|
17732
|
-
|
|
17733
|
-
|
|
17734
|
-
|
|
17735
|
-
|
|
17736
|
-
|
|
17737
|
-
|
|
17730
|
+
};
|
|
17731
|
+
Collection.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
17732
|
+
const proxy = this._getCustomInspectProxy();
|
|
17733
|
+
return "Collection " + inspect(proxy, options);
|
|
17734
|
+
};
|
|
17735
|
+
Collection.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
17736
|
+
const proxy = this._getCustomInspectProxy();
|
|
17737
|
+
return "Collection " + inspect(proxy, options);
|
|
17738
17738
|
};
|
|
17739
17739
|
/** Used to represent distinct subsets of items from a `Collection`.
|
|
17740
17740
|
* Refer to the Activity Streams 2.0 Core for a complete description of
|
|
@@ -17812,7 +17812,7 @@ var CollectionPage = class CollectionPage extends Collection {
|
|
|
17812
17812
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
17813
17813
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
17814
17814
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
17815
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
17815
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
17816
17816
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
17817
17817
|
let fetchResult;
|
|
17818
17818
|
try {
|
|
@@ -17934,7 +17934,7 @@ var CollectionPage = class CollectionPage extends Collection {
|
|
|
17934
17934
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
17935
17935
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
17936
17936
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
17937
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
17937
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
17938
17938
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
17939
17939
|
let fetchResult;
|
|
17940
17940
|
try {
|
|
@@ -18055,7 +18055,7 @@ var CollectionPage = class CollectionPage extends Collection {
|
|
|
18055
18055
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
18056
18056
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
18057
18057
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
18058
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
18058
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
18059
18059
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
18060
18060
|
let fetchResult;
|
|
18061
18061
|
try {
|
|
@@ -18332,7 +18332,7 @@ var CollectionPage = class CollectionPage extends Collection {
|
|
|
18332
18332
|
*/
|
|
18333
18333
|
static async fromJsonLd(json, options = {}) {
|
|
18334
18334
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
18335
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
18335
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
18336
18336
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
18337
18337
|
try {
|
|
18338
18338
|
const object = await this.__fromJsonLd__CollectionPage__(json, span, options);
|
|
@@ -18453,14 +18453,14 @@ var CollectionPage = class CollectionPage extends Collection {
|
|
|
18453
18453
|
if (_3b8yG8tDNzQFFEnWhCc13G8eHooA_prev.length == 1) proxy.prev = _3b8yG8tDNzQFFEnWhCc13G8eHooA_prev[0];
|
|
18454
18454
|
return proxy;
|
|
18455
18455
|
}
|
|
18456
|
-
|
|
18457
|
-
|
|
18458
|
-
|
|
18459
|
-
|
|
18460
|
-
|
|
18461
|
-
|
|
18462
|
-
|
|
18463
|
-
|
|
18456
|
+
};
|
|
18457
|
+
CollectionPage.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
18458
|
+
const proxy = this._getCustomInspectProxy();
|
|
18459
|
+
return "CollectionPage " + inspect(proxy, options);
|
|
18460
|
+
};
|
|
18461
|
+
CollectionPage.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
18462
|
+
const proxy = this._getCustomInspectProxy();
|
|
18463
|
+
return "CollectionPage " + inspect(proxy, options);
|
|
18464
18464
|
};
|
|
18465
18465
|
/** Indicates that the `actor` has created the `object`.
|
|
18466
18466
|
*/
|
|
@@ -18571,7 +18571,7 @@ var Create = class Create extends Activity {
|
|
|
18571
18571
|
*/
|
|
18572
18572
|
static async fromJsonLd(json, options = {}) {
|
|
18573
18573
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
18574
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
18574
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
18575
18575
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
18576
18576
|
try {
|
|
18577
18577
|
const object = await this.__fromJsonLd__Create__(json, span, options);
|
|
@@ -18631,14 +18631,14 @@ var Create = class Create extends Activity {
|
|
|
18631
18631
|
const proxy = super._getCustomInspectProxy();
|
|
18632
18632
|
return proxy;
|
|
18633
18633
|
}
|
|
18634
|
-
|
|
18635
|
-
|
|
18636
|
-
|
|
18637
|
-
|
|
18638
|
-
|
|
18639
|
-
|
|
18640
|
-
|
|
18641
|
-
|
|
18634
|
+
};
|
|
18635
|
+
Create.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
18636
|
+
const proxy = this._getCustomInspectProxy();
|
|
18637
|
+
return "Create " + inspect(proxy, options);
|
|
18638
|
+
};
|
|
18639
|
+
Create.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
18640
|
+
const proxy = this._getCustomInspectProxy();
|
|
18641
|
+
return "Create " + inspect(proxy, options);
|
|
18642
18642
|
};
|
|
18643
18643
|
/** Indicates that the `actor` has deleted the `object`. If specified,
|
|
18644
18644
|
* the `origin` indicates the context from which the `object` was deleted.
|
|
@@ -18746,7 +18746,7 @@ var Delete = class Delete extends Activity {
|
|
|
18746
18746
|
*/
|
|
18747
18747
|
static async fromJsonLd(json, options = {}) {
|
|
18748
18748
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
18749
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
18749
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
18750
18750
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
18751
18751
|
try {
|
|
18752
18752
|
const object = await this.__fromJsonLd__Delete__(json, span, options);
|
|
@@ -18806,14 +18806,14 @@ var Delete = class Delete extends Activity {
|
|
|
18806
18806
|
const proxy = super._getCustomInspectProxy();
|
|
18807
18807
|
return proxy;
|
|
18808
18808
|
}
|
|
18809
|
-
|
|
18810
|
-
|
|
18811
|
-
|
|
18812
|
-
|
|
18813
|
-
|
|
18814
|
-
|
|
18815
|
-
|
|
18816
|
-
|
|
18809
|
+
};
|
|
18810
|
+
Delete.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
18811
|
+
const proxy = this._getCustomInspectProxy();
|
|
18812
|
+
return "Delete " + inspect(proxy, options);
|
|
18813
|
+
};
|
|
18814
|
+
Delete.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
18815
|
+
const proxy = this._getCustomInspectProxy();
|
|
18816
|
+
return "Delete " + inspect(proxy, options);
|
|
18817
18817
|
};
|
|
18818
18818
|
/** Indicates that the `actor` dislikes the `object`.
|
|
18819
18819
|
*/
|
|
@@ -18908,7 +18908,7 @@ var Dislike = class Dislike extends Activity {
|
|
|
18908
18908
|
*/
|
|
18909
18909
|
static async fromJsonLd(json, options = {}) {
|
|
18910
18910
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
18911
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
18911
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
18912
18912
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
18913
18913
|
try {
|
|
18914
18914
|
const object = await this.__fromJsonLd__Dislike__(json, span, options);
|
|
@@ -18968,14 +18968,14 @@ var Dislike = class Dislike extends Activity {
|
|
|
18968
18968
|
const proxy = super._getCustomInspectProxy();
|
|
18969
18969
|
return proxy;
|
|
18970
18970
|
}
|
|
18971
|
-
|
|
18972
|
-
|
|
18973
|
-
|
|
18974
|
-
|
|
18975
|
-
|
|
18976
|
-
|
|
18977
|
-
|
|
18978
|
-
|
|
18971
|
+
};
|
|
18972
|
+
Dislike.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
18973
|
+
const proxy = this._getCustomInspectProxy();
|
|
18974
|
+
return "Dislike " + inspect(proxy, options);
|
|
18975
|
+
};
|
|
18976
|
+
Dislike.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
18977
|
+
const proxy = this._getCustomInspectProxy();
|
|
18978
|
+
return "Dislike " + inspect(proxy, options);
|
|
18979
18979
|
};
|
|
18980
18980
|
/** Contents of {@link Actor}'s `endpoints`.
|
|
18981
18981
|
*/
|
|
@@ -19282,7 +19282,7 @@ var Endpoints = class {
|
|
|
19282
19282
|
*/
|
|
19283
19283
|
static async fromJsonLd(json, options = {}) {
|
|
19284
19284
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
19285
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
19285
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
19286
19286
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
19287
19287
|
try {
|
|
19288
19288
|
const object = await this.__fromJsonLd__Endpoints__(json, span, options);
|
|
@@ -19413,14 +19413,14 @@ var Endpoints = class {
|
|
|
19413
19413
|
if (_3JprUSDLVqqX4dwHRi37qGZZCRCc_sharedInbox.length == 1) proxy.sharedInbox = _3JprUSDLVqqX4dwHRi37qGZZCRCc_sharedInbox[0];
|
|
19414
19414
|
return proxy;
|
|
19415
19415
|
}
|
|
19416
|
-
|
|
19417
|
-
|
|
19418
|
-
|
|
19419
|
-
|
|
19420
|
-
|
|
19421
|
-
|
|
19422
|
-
|
|
19423
|
-
|
|
19416
|
+
};
|
|
19417
|
+
Endpoints.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
19418
|
+
const proxy = this._getCustomInspectProxy();
|
|
19419
|
+
return "Endpoints " + inspect(proxy, options);
|
|
19420
|
+
};
|
|
19421
|
+
Endpoints.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
19422
|
+
const proxy = this._getCustomInspectProxy();
|
|
19423
|
+
return "Endpoints " + inspect(proxy, options);
|
|
19424
19424
|
};
|
|
19425
19425
|
/** Represents any kind of event.
|
|
19426
19426
|
*/
|
|
@@ -19519,7 +19519,7 @@ var Event = class Event extends Object$1 {
|
|
|
19519
19519
|
*/
|
|
19520
19520
|
static async fromJsonLd(json, options = {}) {
|
|
19521
19521
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
19522
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
19522
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
19523
19523
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
19524
19524
|
try {
|
|
19525
19525
|
const object = await this.__fromJsonLd__Event__(json, span, options);
|
|
@@ -19579,14 +19579,14 @@ var Event = class Event extends Object$1 {
|
|
|
19579
19579
|
const proxy = super._getCustomInspectProxy();
|
|
19580
19580
|
return proxy;
|
|
19581
19581
|
}
|
|
19582
|
-
|
|
19583
|
-
|
|
19584
|
-
|
|
19585
|
-
|
|
19586
|
-
|
|
19587
|
-
|
|
19588
|
-
|
|
19589
|
-
|
|
19582
|
+
};
|
|
19583
|
+
Event.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
19584
|
+
const proxy = this._getCustomInspectProxy();
|
|
19585
|
+
return "Event " + inspect(proxy, options);
|
|
19586
|
+
};
|
|
19587
|
+
Event.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
19588
|
+
const proxy = this._getCustomInspectProxy();
|
|
19589
|
+
return "Event " + inspect(proxy, options);
|
|
19590
19590
|
};
|
|
19591
19591
|
/** Indicates that the `actor` is "flagging" the `object`. Flagging is defined
|
|
19592
19592
|
* in the sense common to many social platforms as reporting content as being
|
|
@@ -19679,7 +19679,7 @@ var Flag = class Flag extends Activity {
|
|
|
19679
19679
|
*/
|
|
19680
19680
|
static async fromJsonLd(json, options = {}) {
|
|
19681
19681
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
19682
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
19682
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
19683
19683
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
19684
19684
|
try {
|
|
19685
19685
|
const object = await this.__fromJsonLd__Flag__(json, span, options);
|
|
@@ -19739,14 +19739,14 @@ var Flag = class Flag extends Activity {
|
|
|
19739
19739
|
const proxy = super._getCustomInspectProxy();
|
|
19740
19740
|
return proxy;
|
|
19741
19741
|
}
|
|
19742
|
-
|
|
19743
|
-
|
|
19744
|
-
|
|
19745
|
-
|
|
19746
|
-
|
|
19747
|
-
|
|
19748
|
-
|
|
19749
|
-
|
|
19742
|
+
};
|
|
19743
|
+
Flag.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
19744
|
+
const proxy = this._getCustomInspectProxy();
|
|
19745
|
+
return "Flag " + inspect(proxy, options);
|
|
19746
|
+
};
|
|
19747
|
+
Flag.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
19748
|
+
const proxy = this._getCustomInspectProxy();
|
|
19749
|
+
return "Flag " + inspect(proxy, options);
|
|
19750
19750
|
};
|
|
19751
19751
|
/** Indicates that the `actor` is "following" the `object`. Following is defined
|
|
19752
19752
|
* in the sense typically used within Social systems in which the actor is
|
|
@@ -19843,7 +19843,7 @@ var Follow = class Follow extends Activity {
|
|
|
19843
19843
|
*/
|
|
19844
19844
|
static async fromJsonLd(json, options = {}) {
|
|
19845
19845
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
19846
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
19846
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
19847
19847
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
19848
19848
|
try {
|
|
19849
19849
|
const object = await this.__fromJsonLd__Follow__(json, span, options);
|
|
@@ -19903,14 +19903,14 @@ var Follow = class Follow extends Activity {
|
|
|
19903
19903
|
const proxy = super._getCustomInspectProxy();
|
|
19904
19904
|
return proxy;
|
|
19905
19905
|
}
|
|
19906
|
-
|
|
19907
|
-
|
|
19908
|
-
|
|
19909
|
-
|
|
19910
|
-
|
|
19911
|
-
|
|
19912
|
-
|
|
19913
|
-
|
|
19906
|
+
};
|
|
19907
|
+
Follow.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
19908
|
+
const proxy = this._getCustomInspectProxy();
|
|
19909
|
+
return "Follow " + inspect(proxy, options);
|
|
19910
|
+
};
|
|
19911
|
+
Follow.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
19912
|
+
const proxy = this._getCustomInspectProxy();
|
|
19913
|
+
return "Follow " + inspect(proxy, options);
|
|
19914
19914
|
};
|
|
19915
19915
|
/** Represents a formal or informal collective of Actors.
|
|
19916
19916
|
*/
|
|
@@ -20245,7 +20245,7 @@ var Group = class Group extends Object$1 {
|
|
|
20245
20245
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
20246
20246
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
20247
20247
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
20248
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
20248
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
20249
20249
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
20250
20250
|
let fetchResult;
|
|
20251
20251
|
try {
|
|
@@ -20408,7 +20408,7 @@ var Group = class Group extends Object$1 {
|
|
|
20408
20408
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
20409
20409
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
20410
20410
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
20411
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
20411
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
20412
20412
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
20413
20413
|
let fetchResult;
|
|
20414
20414
|
try {
|
|
@@ -20589,7 +20589,7 @@ var Group = class Group extends Object$1 {
|
|
|
20589
20589
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
20590
20590
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
20591
20591
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
20592
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
20592
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
20593
20593
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
20594
20594
|
let fetchResult;
|
|
20595
20595
|
try {
|
|
@@ -20732,7 +20732,7 @@ var Group = class Group extends Object$1 {
|
|
|
20732
20732
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
20733
20733
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
20734
20734
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
20735
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
20735
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
20736
20736
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
20737
20737
|
let fetchResult;
|
|
20738
20738
|
try {
|
|
@@ -20872,7 +20872,7 @@ var Group = class Group extends Object$1 {
|
|
|
20872
20872
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
20873
20873
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
20874
20874
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
20875
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
20875
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
20876
20876
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
20877
20877
|
let fetchResult;
|
|
20878
20878
|
try {
|
|
@@ -20997,7 +20997,7 @@ var Group = class Group extends Object$1 {
|
|
|
20997
20997
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
20998
20998
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
20999
20999
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
21000
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
21000
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
21001
21001
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
21002
21002
|
let fetchResult;
|
|
21003
21003
|
try {
|
|
@@ -21125,7 +21125,7 @@ var Group = class Group extends Object$1 {
|
|
|
21125
21125
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
21126
21126
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
21127
21127
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
21128
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
21128
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
21129
21129
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
21130
21130
|
let fetchResult;
|
|
21131
21131
|
try {
|
|
@@ -21251,7 +21251,7 @@ var Group = class Group extends Object$1 {
|
|
|
21251
21251
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
21252
21252
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
21253
21253
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
21254
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
21254
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
21255
21255
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
21256
21256
|
let fetchResult;
|
|
21257
21257
|
try {
|
|
@@ -21375,7 +21375,7 @@ var Group = class Group extends Object$1 {
|
|
|
21375
21375
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
21376
21376
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
21377
21377
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
21378
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
21378
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
21379
21379
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
21380
21380
|
let fetchResult;
|
|
21381
21381
|
try {
|
|
@@ -21499,7 +21499,7 @@ var Group = class Group extends Object$1 {
|
|
|
21499
21499
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
21500
21500
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
21501
21501
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
21502
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
21502
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
21503
21503
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
21504
21504
|
let fetchResult;
|
|
21505
21505
|
try {
|
|
@@ -21662,7 +21662,7 @@ var Group = class Group extends Object$1 {
|
|
|
21662
21662
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
21663
21663
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
21664
21664
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
21665
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
21665
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
21666
21666
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
21667
21667
|
let fetchResult;
|
|
21668
21668
|
try {
|
|
@@ -21829,7 +21829,7 @@ var Group = class Group extends Object$1 {
|
|
|
21829
21829
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
21830
21830
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
21831
21831
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
21832
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
21832
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
21833
21833
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
21834
21834
|
let fetchResult;
|
|
21835
21835
|
try {
|
|
@@ -22044,7 +22044,7 @@ var Group = class Group extends Object$1 {
|
|
|
22044
22044
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
22045
22045
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
22046
22046
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
22047
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
22047
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
22048
22048
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
22049
22049
|
let fetchResult;
|
|
22050
22050
|
try {
|
|
@@ -22797,7 +22797,7 @@ var Group = class Group extends Object$1 {
|
|
|
22797
22797
|
*/
|
|
22798
22798
|
static async fromJsonLd(json, options = {}) {
|
|
22799
22799
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
22800
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
22800
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
22801
22801
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
22802
22802
|
try {
|
|
22803
22803
|
const object = await this.__fromJsonLd__Group__(json, span, options);
|
|
@@ -23273,14 +23273,14 @@ var Group = class Group extends Object$1 {
|
|
|
23273
23273
|
if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
|
|
23274
23274
|
return proxy;
|
|
23275
23275
|
}
|
|
23276
|
-
|
|
23277
|
-
|
|
23278
|
-
|
|
23279
|
-
|
|
23280
|
-
|
|
23281
|
-
|
|
23282
|
-
|
|
23283
|
-
|
|
23276
|
+
};
|
|
23277
|
+
Group.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
23278
|
+
const proxy = this._getCustomInspectProxy();
|
|
23279
|
+
return "Group " + inspect(proxy, options);
|
|
23280
|
+
};
|
|
23281
|
+
Group.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
23282
|
+
const proxy = this._getCustomInspectProxy();
|
|
23283
|
+
return "Group " + inspect(proxy, options);
|
|
23284
23284
|
};
|
|
23285
23285
|
/** A Link is an indirect, qualified reference to a resource identified by a URL.
|
|
23286
23286
|
* The fundamental model for links is established by RFC 5988. Many of the
|
|
@@ -23508,7 +23508,7 @@ var Link = class Link {
|
|
|
23508
23508
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
23509
23509
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
23510
23510
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
23511
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
23511
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
23512
23512
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
23513
23513
|
let fetchResult;
|
|
23514
23514
|
try {
|
|
@@ -23827,7 +23827,7 @@ var Link = class Link {
|
|
|
23827
23827
|
*/
|
|
23828
23828
|
static async fromJsonLd(json, options = {}) {
|
|
23829
23829
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
23830
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
23830
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
23831
23831
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
23832
23832
|
try {
|
|
23833
23833
|
const object = await this.__fromJsonLd__Link__(json, span, options);
|
|
@@ -24061,14 +24061,14 @@ var Link = class Link {
|
|
|
24061
24061
|
if (_gCVTegXxWWCw6wWRxa1QF65zusg_preview.length > 1 || !("preview" in proxy) && _gCVTegXxWWCw6wWRxa1QF65zusg_preview.length > 0) proxy.previews = _gCVTegXxWWCw6wWRxa1QF65zusg_preview;
|
|
24062
24062
|
return proxy;
|
|
24063
24063
|
}
|
|
24064
|
-
|
|
24065
|
-
|
|
24066
|
-
|
|
24067
|
-
|
|
24068
|
-
|
|
24069
|
-
|
|
24070
|
-
|
|
24071
|
-
|
|
24064
|
+
};
|
|
24065
|
+
Link.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
24066
|
+
const proxy = this._getCustomInspectProxy();
|
|
24067
|
+
return "Link " + inspect(proxy, options);
|
|
24068
|
+
};
|
|
24069
|
+
Link.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
24070
|
+
const proxy = this._getCustomInspectProxy();
|
|
24071
|
+
return "Link " + inspect(proxy, options);
|
|
24072
24072
|
};
|
|
24073
24073
|
/** A specialized {@link Link} that represents an #hashtag.
|
|
24074
24074
|
*
|
|
@@ -24166,7 +24166,7 @@ var Hashtag = class Hashtag extends Link {
|
|
|
24166
24166
|
*/
|
|
24167
24167
|
static async fromJsonLd(json, options = {}) {
|
|
24168
24168
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
24169
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
24169
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
24170
24170
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
24171
24171
|
try {
|
|
24172
24172
|
const object = await this.__fromJsonLd__Hashtag__(json, span, options);
|
|
@@ -24226,14 +24226,14 @@ var Hashtag = class Hashtag extends Link {
|
|
|
24226
24226
|
const proxy = super._getCustomInspectProxy();
|
|
24227
24227
|
return proxy;
|
|
24228
24228
|
}
|
|
24229
|
-
|
|
24230
|
-
|
|
24231
|
-
|
|
24232
|
-
|
|
24233
|
-
|
|
24234
|
-
|
|
24235
|
-
|
|
24236
|
-
|
|
24229
|
+
};
|
|
24230
|
+
Hashtag.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
24231
|
+
const proxy = this._getCustomInspectProxy();
|
|
24232
|
+
return "Hashtag " + inspect(proxy, options);
|
|
24233
|
+
};
|
|
24234
|
+
Hashtag.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
24235
|
+
const proxy = this._getCustomInspectProxy();
|
|
24236
|
+
return "Hashtag " + inspect(proxy, options);
|
|
24237
24237
|
};
|
|
24238
24238
|
/** An image document of any kind.
|
|
24239
24239
|
*/
|
|
@@ -24332,7 +24332,7 @@ var Image = class Image extends Document {
|
|
|
24332
24332
|
*/
|
|
24333
24333
|
static async fromJsonLd(json, options = {}) {
|
|
24334
24334
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
24335
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
24335
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
24336
24336
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
24337
24337
|
try {
|
|
24338
24338
|
const object = await this.__fromJsonLd__Image__(json, span, options);
|
|
@@ -24392,14 +24392,14 @@ var Image = class Image extends Document {
|
|
|
24392
24392
|
const proxy = super._getCustomInspectProxy();
|
|
24393
24393
|
return proxy;
|
|
24394
24394
|
}
|
|
24395
|
-
|
|
24396
|
-
|
|
24397
|
-
|
|
24398
|
-
|
|
24399
|
-
|
|
24400
|
-
|
|
24401
|
-
|
|
24402
|
-
|
|
24395
|
+
};
|
|
24396
|
+
Image.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
24397
|
+
const proxy = this._getCustomInspectProxy();
|
|
24398
|
+
return "Image " + inspect(proxy, options);
|
|
24399
|
+
};
|
|
24400
|
+
Image.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
24401
|
+
const proxy = this._getCustomInspectProxy();
|
|
24402
|
+
return "Image " + inspect(proxy, options);
|
|
24403
24403
|
};
|
|
24404
24404
|
/** Indicates that the actor is offering the object.
|
|
24405
24405
|
* If specified, the target indicates the entity to which
|
|
@@ -24492,7 +24492,7 @@ var Offer = class Offer extends Activity {
|
|
|
24492
24492
|
*/
|
|
24493
24493
|
static async fromJsonLd(json, options = {}) {
|
|
24494
24494
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
24495
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
24495
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
24496
24496
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
24497
24497
|
try {
|
|
24498
24498
|
const object = await this.__fromJsonLd__Offer__(json, span, options);
|
|
@@ -24553,14 +24553,14 @@ var Offer = class Offer extends Activity {
|
|
|
24553
24553
|
const proxy = super._getCustomInspectProxy();
|
|
24554
24554
|
return proxy;
|
|
24555
24555
|
}
|
|
24556
|
-
|
|
24557
|
-
|
|
24558
|
-
|
|
24559
|
-
|
|
24560
|
-
|
|
24561
|
-
|
|
24562
|
-
|
|
24563
|
-
|
|
24556
|
+
};
|
|
24557
|
+
Offer.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
24558
|
+
const proxy = this._getCustomInspectProxy();
|
|
24559
|
+
return "Offer " + inspect(proxy, options);
|
|
24560
|
+
};
|
|
24561
|
+
Offer.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
24562
|
+
const proxy = this._getCustomInspectProxy();
|
|
24563
|
+
return "Offer " + inspect(proxy, options);
|
|
24564
24564
|
};
|
|
24565
24565
|
/** A specialization of `Offer` in which the `actor` is extending an invitation
|
|
24566
24566
|
* for the `object` to the `target`.
|
|
@@ -24652,7 +24652,7 @@ var Invite = class Invite extends Offer {
|
|
|
24652
24652
|
*/
|
|
24653
24653
|
static async fromJsonLd(json, options = {}) {
|
|
24654
24654
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
24655
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
24655
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
24656
24656
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
24657
24657
|
try {
|
|
24658
24658
|
const object = await this.__fromJsonLd__Invite__(json, span, options);
|
|
@@ -24712,14 +24712,14 @@ var Invite = class Invite extends Offer {
|
|
|
24712
24712
|
const proxy = super._getCustomInspectProxy();
|
|
24713
24713
|
return proxy;
|
|
24714
24714
|
}
|
|
24715
|
-
|
|
24716
|
-
|
|
24717
|
-
|
|
24718
|
-
|
|
24719
|
-
|
|
24720
|
-
|
|
24721
|
-
|
|
24722
|
-
|
|
24715
|
+
};
|
|
24716
|
+
Invite.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
24717
|
+
const proxy = this._getCustomInspectProxy();
|
|
24718
|
+
return "Invite " + inspect(proxy, options);
|
|
24719
|
+
};
|
|
24720
|
+
Invite.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
24721
|
+
const proxy = this._getCustomInspectProxy();
|
|
24722
|
+
return "Invite " + inspect(proxy, options);
|
|
24723
24723
|
};
|
|
24724
24724
|
/** Indicates that the `actor` has joined the `object`.
|
|
24725
24725
|
* The `target` and `origin` typically have no defined meaning.
|
|
@@ -24811,7 +24811,7 @@ var Join = class Join extends Activity {
|
|
|
24811
24811
|
*/
|
|
24812
24812
|
static async fromJsonLd(json, options = {}) {
|
|
24813
24813
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
24814
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
24814
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
24815
24815
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
24816
24816
|
try {
|
|
24817
24817
|
const object = await this.__fromJsonLd__Join__(json, span, options);
|
|
@@ -24871,14 +24871,14 @@ var Join = class Join extends Activity {
|
|
|
24871
24871
|
const proxy = super._getCustomInspectProxy();
|
|
24872
24872
|
return proxy;
|
|
24873
24873
|
}
|
|
24874
|
-
|
|
24875
|
-
|
|
24876
|
-
|
|
24877
|
-
|
|
24878
|
-
|
|
24879
|
-
|
|
24880
|
-
|
|
24881
|
-
|
|
24874
|
+
};
|
|
24875
|
+
Join.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
24876
|
+
const proxy = this._getCustomInspectProxy();
|
|
24877
|
+
return "Join " + inspect(proxy, options);
|
|
24878
|
+
};
|
|
24879
|
+
Join.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
24880
|
+
const proxy = this._getCustomInspectProxy();
|
|
24881
|
+
return "Join " + inspect(proxy, options);
|
|
24882
24882
|
};
|
|
24883
24883
|
/** Indicates that the `actor` has left the `object`.
|
|
24884
24884
|
* The `target` and `origin` typically have no meaning.
|
|
@@ -24970,7 +24970,7 @@ var Leave = class Leave extends Activity {
|
|
|
24970
24970
|
*/
|
|
24971
24971
|
static async fromJsonLd(json, options = {}) {
|
|
24972
24972
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
24973
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
24973
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
24974
24974
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
24975
24975
|
try {
|
|
24976
24976
|
const object = await this.__fromJsonLd__Leave__(json, span, options);
|
|
@@ -25030,14 +25030,14 @@ var Leave = class Leave extends Activity {
|
|
|
25030
25030
|
const proxy = super._getCustomInspectProxy();
|
|
25031
25031
|
return proxy;
|
|
25032
25032
|
}
|
|
25033
|
-
|
|
25034
|
-
|
|
25035
|
-
|
|
25036
|
-
|
|
25037
|
-
|
|
25038
|
-
|
|
25039
|
-
|
|
25040
|
-
|
|
25033
|
+
};
|
|
25034
|
+
Leave.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25035
|
+
const proxy = this._getCustomInspectProxy();
|
|
25036
|
+
return "Leave " + inspect(proxy, options);
|
|
25037
|
+
};
|
|
25038
|
+
Leave.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
25039
|
+
const proxy = this._getCustomInspectProxy();
|
|
25040
|
+
return "Leave " + inspect(proxy, options);
|
|
25041
25041
|
};
|
|
25042
25042
|
/** Indicates that the `actor` likes, recommends or endorses the `object`.
|
|
25043
25043
|
* The `target` and `origin` typically have no defined meaning.
|
|
@@ -25133,7 +25133,7 @@ var Like = class Like extends Activity {
|
|
|
25133
25133
|
*/
|
|
25134
25134
|
static async fromJsonLd(json, options = {}) {
|
|
25135
25135
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
25136
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
25136
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
25137
25137
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
25138
25138
|
try {
|
|
25139
25139
|
const object = await this.__fromJsonLd__Like__(json, span, options);
|
|
@@ -25193,14 +25193,14 @@ var Like = class Like extends Activity {
|
|
|
25193
25193
|
const proxy = super._getCustomInspectProxy();
|
|
25194
25194
|
return proxy;
|
|
25195
25195
|
}
|
|
25196
|
-
|
|
25197
|
-
|
|
25198
|
-
|
|
25199
|
-
|
|
25200
|
-
|
|
25201
|
-
|
|
25202
|
-
|
|
25203
|
-
|
|
25196
|
+
};
|
|
25197
|
+
Like.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25198
|
+
const proxy = this._getCustomInspectProxy();
|
|
25199
|
+
return "Like " + inspect(proxy, options);
|
|
25200
|
+
};
|
|
25201
|
+
Like.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
25202
|
+
const proxy = this._getCustomInspectProxy();
|
|
25203
|
+
return "Like " + inspect(proxy, options);
|
|
25204
25204
|
};
|
|
25205
25205
|
/** Indicates that the `actor` has listened to the `object`.
|
|
25206
25206
|
*/
|
|
@@ -25291,7 +25291,7 @@ var Listen = class Listen extends Activity {
|
|
|
25291
25291
|
*/
|
|
25292
25292
|
static async fromJsonLd(json, options = {}) {
|
|
25293
25293
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
25294
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
25294
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
25295
25295
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
25296
25296
|
try {
|
|
25297
25297
|
const object = await this.__fromJsonLd__Listen__(json, span, options);
|
|
@@ -25351,14 +25351,14 @@ var Listen = class Listen extends Activity {
|
|
|
25351
25351
|
const proxy = super._getCustomInspectProxy();
|
|
25352
25352
|
return proxy;
|
|
25353
25353
|
}
|
|
25354
|
-
|
|
25355
|
-
|
|
25356
|
-
|
|
25357
|
-
|
|
25358
|
-
|
|
25359
|
-
|
|
25360
|
-
|
|
25361
|
-
|
|
25354
|
+
};
|
|
25355
|
+
Listen.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25356
|
+
const proxy = this._getCustomInspectProxy();
|
|
25357
|
+
return "Listen " + inspect(proxy, options);
|
|
25358
|
+
};
|
|
25359
|
+
Listen.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
25360
|
+
const proxy = this._getCustomInspectProxy();
|
|
25361
|
+
return "Listen " + inspect(proxy, options);
|
|
25362
25362
|
};
|
|
25363
25363
|
/** A specialized {@link Link} that represents an @mention.
|
|
25364
25364
|
*/
|
|
@@ -25454,7 +25454,7 @@ var Mention = class Mention extends Link {
|
|
|
25454
25454
|
*/
|
|
25455
25455
|
static async fromJsonLd(json, options = {}) {
|
|
25456
25456
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
25457
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
25457
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
25458
25458
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
25459
25459
|
try {
|
|
25460
25460
|
const object = await this.__fromJsonLd__Mention__(json, span, options);
|
|
@@ -25514,14 +25514,14 @@ var Mention = class Mention extends Link {
|
|
|
25514
25514
|
const proxy = super._getCustomInspectProxy();
|
|
25515
25515
|
return proxy;
|
|
25516
25516
|
}
|
|
25517
|
-
|
|
25518
|
-
|
|
25519
|
-
|
|
25520
|
-
|
|
25521
|
-
|
|
25522
|
-
|
|
25523
|
-
|
|
25524
|
-
|
|
25517
|
+
};
|
|
25518
|
+
Mention.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25519
|
+
const proxy = this._getCustomInspectProxy();
|
|
25520
|
+
return "Mention " + inspect(proxy, options);
|
|
25521
|
+
};
|
|
25522
|
+
Mention.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
25523
|
+
const proxy = this._getCustomInspectProxy();
|
|
25524
|
+
return "Mention " + inspect(proxy, options);
|
|
25525
25525
|
};
|
|
25526
25526
|
/** Indicates that the `actor` has moved `object` from `origin` to `target`.
|
|
25527
25527
|
* If the `origin` or `target` are not specified,
|
|
@@ -25614,7 +25614,7 @@ var Move = class Move extends Activity {
|
|
|
25614
25614
|
*/
|
|
25615
25615
|
static async fromJsonLd(json, options = {}) {
|
|
25616
25616
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
25617
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
25617
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
25618
25618
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
25619
25619
|
try {
|
|
25620
25620
|
const object = await this.__fromJsonLd__Move__(json, span, options);
|
|
@@ -25674,14 +25674,14 @@ var Move = class Move extends Activity {
|
|
|
25674
25674
|
const proxy = super._getCustomInspectProxy();
|
|
25675
25675
|
return proxy;
|
|
25676
25676
|
}
|
|
25677
|
-
|
|
25678
|
-
|
|
25679
|
-
|
|
25680
|
-
|
|
25681
|
-
|
|
25682
|
-
|
|
25683
|
-
|
|
25684
|
-
|
|
25677
|
+
};
|
|
25678
|
+
Move.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25679
|
+
const proxy = this._getCustomInspectProxy();
|
|
25680
|
+
return "Move " + inspect(proxy, options);
|
|
25681
|
+
};
|
|
25682
|
+
Move.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
25683
|
+
const proxy = this._getCustomInspectProxy();
|
|
25684
|
+
return "Move " + inspect(proxy, options);
|
|
25685
25685
|
};
|
|
25686
25686
|
/** Represents a short written work typically less than a single paragraph in
|
|
25687
25687
|
* length.
|
|
@@ -25860,7 +25860,7 @@ var Note = class Note extends Object$1 {
|
|
|
25860
25860
|
*/
|
|
25861
25861
|
static async fromJsonLd(json, options = {}) {
|
|
25862
25862
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
25863
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
25863
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
25864
25864
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
25865
25865
|
try {
|
|
25866
25866
|
const object = await this.__fromJsonLd__Note__(json, span, options);
|
|
@@ -25934,14 +25934,14 @@ var Note = class Note extends Object$1 {
|
|
|
25934
25934
|
if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
|
|
25935
25935
|
return proxy;
|
|
25936
25936
|
}
|
|
25937
|
-
|
|
25938
|
-
|
|
25939
|
-
|
|
25940
|
-
|
|
25941
|
-
|
|
25942
|
-
|
|
25943
|
-
|
|
25944
|
-
|
|
25937
|
+
};
|
|
25938
|
+
Note.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25939
|
+
const proxy = this._getCustomInspectProxy();
|
|
25940
|
+
return "Note " + inspect(proxy, options);
|
|
25941
|
+
};
|
|
25942
|
+
Note.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
25943
|
+
const proxy = this._getCustomInspectProxy();
|
|
25944
|
+
return "Note " + inspect(proxy, options);
|
|
25945
25945
|
};
|
|
25946
25946
|
/** A subtype of {@link Collection} in which members of the logical collection
|
|
25947
25947
|
* are assumed to always be strictly ordered.
|
|
@@ -25995,7 +25995,7 @@ var OrderedCollection = class OrderedCollection extends Collection {
|
|
|
25995
25995
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
25996
25996
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
25997
25997
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
25998
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
25998
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
25999
25999
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
26000
26000
|
let fetchResult;
|
|
26001
26001
|
try {
|
|
@@ -26250,7 +26250,7 @@ var OrderedCollection = class OrderedCollection extends Collection {
|
|
|
26250
26250
|
*/
|
|
26251
26251
|
static async fromJsonLd(json, options = {}) {
|
|
26252
26252
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
26253
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
26253
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
26254
26254
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
26255
26255
|
try {
|
|
26256
26256
|
const object = await this.__fromJsonLd__OrderedCollection__(json, span, options);
|
|
@@ -26395,14 +26395,14 @@ var OrderedCollection = class OrderedCollection extends Collection {
|
|
|
26395
26395
|
if (_2JPCKWTcfBmTCcW8Tv3TpRaLVaqg_items.length > 1 || !("item" in proxy) && _2JPCKWTcfBmTCcW8Tv3TpRaLVaqg_items.length > 0) proxy.items = _2JPCKWTcfBmTCcW8Tv3TpRaLVaqg_items;
|
|
26396
26396
|
return proxy;
|
|
26397
26397
|
}
|
|
26398
|
-
|
|
26399
|
-
|
|
26400
|
-
|
|
26401
|
-
|
|
26402
|
-
|
|
26403
|
-
|
|
26404
|
-
|
|
26405
|
-
|
|
26398
|
+
};
|
|
26399
|
+
OrderedCollection.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
26400
|
+
const proxy = this._getCustomInspectProxy();
|
|
26401
|
+
return "OrderedCollection " + inspect(proxy, options);
|
|
26402
|
+
};
|
|
26403
|
+
OrderedCollection.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
26404
|
+
const proxy = this._getCustomInspectProxy();
|
|
26405
|
+
return "OrderedCollection " + inspect(proxy, options);
|
|
26406
26406
|
};
|
|
26407
26407
|
/** Used to represent ordered subsets of items from an `OrderedCollection`.
|
|
26408
26408
|
* Refer to the Activity Streams 2.0 Core for a complete description of
|
|
@@ -26463,7 +26463,7 @@ var OrderedCollectionPage = class OrderedCollectionPage extends CollectionPage {
|
|
|
26463
26463
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
26464
26464
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
26465
26465
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
26466
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
26466
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
26467
26467
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
26468
26468
|
let fetchResult;
|
|
26469
26469
|
try {
|
|
@@ -26744,7 +26744,7 @@ var OrderedCollectionPage = class OrderedCollectionPage extends CollectionPage {
|
|
|
26744
26744
|
*/
|
|
26745
26745
|
static async fromJsonLd(json, options = {}) {
|
|
26746
26746
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
26747
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
26747
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
26748
26748
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
26749
26749
|
try {
|
|
26750
26750
|
const object = await this.__fromJsonLd__OrderedCollectionPage__(json, span, options);
|
|
@@ -26901,14 +26901,14 @@ var OrderedCollectionPage = class OrderedCollectionPage extends CollectionPage {
|
|
|
26901
26901
|
if (_2W4yinFwqmpneu2h4m1mZ3pcLADd_startIndex.length == 1) proxy.startIndex = _2W4yinFwqmpneu2h4m1mZ3pcLADd_startIndex[0];
|
|
26902
26902
|
return proxy;
|
|
26903
26903
|
}
|
|
26904
|
-
|
|
26905
|
-
|
|
26906
|
-
|
|
26907
|
-
|
|
26908
|
-
|
|
26909
|
-
|
|
26910
|
-
|
|
26911
|
-
|
|
26904
|
+
};
|
|
26905
|
+
OrderedCollectionPage.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
26906
|
+
const proxy = this._getCustomInspectProxy();
|
|
26907
|
+
return "OrderedCollectionPage " + inspect(proxy, options);
|
|
26908
|
+
};
|
|
26909
|
+
OrderedCollectionPage.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
26910
|
+
const proxy = this._getCustomInspectProxy();
|
|
26911
|
+
return "OrderedCollectionPage " + inspect(proxy, options);
|
|
26912
26912
|
};
|
|
26913
26913
|
/** Represents an organization.
|
|
26914
26914
|
*/
|
|
@@ -27243,7 +27243,7 @@ var Organization = class Organization extends Object$1 {
|
|
|
27243
27243
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
27244
27244
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
27245
27245
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
27246
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
27246
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
27247
27247
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
27248
27248
|
let fetchResult;
|
|
27249
27249
|
try {
|
|
@@ -27406,7 +27406,7 @@ var Organization = class Organization extends Object$1 {
|
|
|
27406
27406
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
27407
27407
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
27408
27408
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
27409
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
27409
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
27410
27410
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
27411
27411
|
let fetchResult;
|
|
27412
27412
|
try {
|
|
@@ -27587,7 +27587,7 @@ var Organization = class Organization extends Object$1 {
|
|
|
27587
27587
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
27588
27588
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
27589
27589
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
27590
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
27590
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
27591
27591
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
27592
27592
|
let fetchResult;
|
|
27593
27593
|
try {
|
|
@@ -27730,7 +27730,7 @@ var Organization = class Organization extends Object$1 {
|
|
|
27730
27730
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
27731
27731
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
27732
27732
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
27733
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
27733
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
27734
27734
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
27735
27735
|
let fetchResult;
|
|
27736
27736
|
try {
|
|
@@ -27870,7 +27870,7 @@ var Organization = class Organization extends Object$1 {
|
|
|
27870
27870
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
27871
27871
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
27872
27872
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
27873
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
27873
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
27874
27874
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
27875
27875
|
let fetchResult;
|
|
27876
27876
|
try {
|
|
@@ -27995,7 +27995,7 @@ var Organization = class Organization extends Object$1 {
|
|
|
27995
27995
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
27996
27996
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
27997
27997
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
27998
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
27998
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
27999
27999
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
28000
28000
|
let fetchResult;
|
|
28001
28001
|
try {
|
|
@@ -28123,7 +28123,7 @@ var Organization = class Organization extends Object$1 {
|
|
|
28123
28123
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
28124
28124
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
28125
28125
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
28126
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
28126
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
28127
28127
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
28128
28128
|
let fetchResult;
|
|
28129
28129
|
try {
|
|
@@ -28249,7 +28249,7 @@ var Organization = class Organization extends Object$1 {
|
|
|
28249
28249
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
28250
28250
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
28251
28251
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
28252
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
28252
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
28253
28253
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
28254
28254
|
let fetchResult;
|
|
28255
28255
|
try {
|
|
@@ -28373,7 +28373,7 @@ var Organization = class Organization extends Object$1 {
|
|
|
28373
28373
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
28374
28374
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
28375
28375
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
28376
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
28376
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
28377
28377
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
28378
28378
|
let fetchResult;
|
|
28379
28379
|
try {
|
|
@@ -28497,7 +28497,7 @@ var Organization = class Organization extends Object$1 {
|
|
|
28497
28497
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
28498
28498
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
28499
28499
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
28500
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
28500
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
28501
28501
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
28502
28502
|
let fetchResult;
|
|
28503
28503
|
try {
|
|
@@ -28660,7 +28660,7 @@ var Organization = class Organization extends Object$1 {
|
|
|
28660
28660
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
28661
28661
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
28662
28662
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
28663
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
28663
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
28664
28664
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
28665
28665
|
let fetchResult;
|
|
28666
28666
|
try {
|
|
@@ -28827,7 +28827,7 @@ var Organization = class Organization extends Object$1 {
|
|
|
28827
28827
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
28828
28828
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
28829
28829
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
28830
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
28830
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
28831
28831
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
28832
28832
|
let fetchResult;
|
|
28833
28833
|
try {
|
|
@@ -29042,7 +29042,7 @@ var Organization = class Organization extends Object$1 {
|
|
|
29042
29042
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
29043
29043
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
29044
29044
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
29045
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
29045
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
29046
29046
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
29047
29047
|
let fetchResult;
|
|
29048
29048
|
try {
|
|
@@ -29795,7 +29795,7 @@ var Organization = class Organization extends Object$1 {
|
|
|
29795
29795
|
*/
|
|
29796
29796
|
static async fromJsonLd(json, options = {}) {
|
|
29797
29797
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
29798
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
29798
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
29799
29799
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
29800
29800
|
try {
|
|
29801
29801
|
const object = await this.__fromJsonLd__Organization__(json, span, options);
|
|
@@ -30271,14 +30271,14 @@ var Organization = class Organization extends Object$1 {
|
|
|
30271
30271
|
if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
|
|
30272
30272
|
return proxy;
|
|
30273
30273
|
}
|
|
30274
|
-
|
|
30275
|
-
|
|
30276
|
-
|
|
30277
|
-
|
|
30278
|
-
|
|
30279
|
-
|
|
30280
|
-
|
|
30281
|
-
|
|
30274
|
+
};
|
|
30275
|
+
Organization.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
30276
|
+
const proxy = this._getCustomInspectProxy();
|
|
30277
|
+
return "Organization " + inspect(proxy, options);
|
|
30278
|
+
};
|
|
30279
|
+
Organization.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
30280
|
+
const proxy = this._getCustomInspectProxy();
|
|
30281
|
+
return "Organization " + inspect(proxy, options);
|
|
30282
30282
|
};
|
|
30283
30283
|
/** Represents a Web Page.
|
|
30284
30284
|
*/
|
|
@@ -30377,7 +30377,7 @@ var Page = class Page extends Document {
|
|
|
30377
30377
|
*/
|
|
30378
30378
|
static async fromJsonLd(json, options = {}) {
|
|
30379
30379
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
30380
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
30380
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
30381
30381
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
30382
30382
|
try {
|
|
30383
30383
|
const object = await this.__fromJsonLd__Page__(json, span, options);
|
|
@@ -30437,14 +30437,14 @@ var Page = class Page extends Document {
|
|
|
30437
30437
|
const proxy = super._getCustomInspectProxy();
|
|
30438
30438
|
return proxy;
|
|
30439
30439
|
}
|
|
30440
|
-
|
|
30441
|
-
|
|
30442
|
-
|
|
30443
|
-
|
|
30444
|
-
|
|
30445
|
-
|
|
30446
|
-
|
|
30447
|
-
|
|
30440
|
+
};
|
|
30441
|
+
Page.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
30442
|
+
const proxy = this._getCustomInspectProxy();
|
|
30443
|
+
return "Page " + inspect(proxy, options);
|
|
30444
|
+
};
|
|
30445
|
+
Page.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
30446
|
+
const proxy = this._getCustomInspectProxy();
|
|
30447
|
+
return "Page " + inspect(proxy, options);
|
|
30448
30448
|
};
|
|
30449
30449
|
/** Represents an individual person.
|
|
30450
30450
|
*/
|
|
@@ -30779,7 +30779,7 @@ var Person = class Person extends Object$1 {
|
|
|
30779
30779
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
30780
30780
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
30781
30781
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
30782
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
30782
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
30783
30783
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
30784
30784
|
let fetchResult;
|
|
30785
30785
|
try {
|
|
@@ -30942,7 +30942,7 @@ var Person = class Person extends Object$1 {
|
|
|
30942
30942
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
30943
30943
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
30944
30944
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
30945
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
30945
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
30946
30946
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
30947
30947
|
let fetchResult;
|
|
30948
30948
|
try {
|
|
@@ -31123,7 +31123,7 @@ var Person = class Person extends Object$1 {
|
|
|
31123
31123
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
31124
31124
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
31125
31125
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
31126
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
31126
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
31127
31127
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
31128
31128
|
let fetchResult;
|
|
31129
31129
|
try {
|
|
@@ -31266,7 +31266,7 @@ var Person = class Person extends Object$1 {
|
|
|
31266
31266
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
31267
31267
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
31268
31268
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
31269
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
31269
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
31270
31270
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
31271
31271
|
let fetchResult;
|
|
31272
31272
|
try {
|
|
@@ -31406,7 +31406,7 @@ var Person = class Person extends Object$1 {
|
|
|
31406
31406
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
31407
31407
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
31408
31408
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
31409
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
31409
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
31410
31410
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
31411
31411
|
let fetchResult;
|
|
31412
31412
|
try {
|
|
@@ -31531,7 +31531,7 @@ var Person = class Person extends Object$1 {
|
|
|
31531
31531
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
31532
31532
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
31533
31533
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
31534
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
31534
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
31535
31535
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
31536
31536
|
let fetchResult;
|
|
31537
31537
|
try {
|
|
@@ -31659,7 +31659,7 @@ var Person = class Person extends Object$1 {
|
|
|
31659
31659
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
31660
31660
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
31661
31661
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
31662
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
31662
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
31663
31663
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
31664
31664
|
let fetchResult;
|
|
31665
31665
|
try {
|
|
@@ -31785,7 +31785,7 @@ var Person = class Person extends Object$1 {
|
|
|
31785
31785
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
31786
31786
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
31787
31787
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
31788
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
31788
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
31789
31789
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
31790
31790
|
let fetchResult;
|
|
31791
31791
|
try {
|
|
@@ -31909,7 +31909,7 @@ var Person = class Person extends Object$1 {
|
|
|
31909
31909
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
31910
31910
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
31911
31911
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
31912
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
31912
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
31913
31913
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
31914
31914
|
let fetchResult;
|
|
31915
31915
|
try {
|
|
@@ -32033,7 +32033,7 @@ var Person = class Person extends Object$1 {
|
|
|
32033
32033
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
32034
32034
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
32035
32035
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
32036
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
32036
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
32037
32037
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
32038
32038
|
let fetchResult;
|
|
32039
32039
|
try {
|
|
@@ -32196,7 +32196,7 @@ var Person = class Person extends Object$1 {
|
|
|
32196
32196
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
32197
32197
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
32198
32198
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
32199
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
32199
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
32200
32200
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
32201
32201
|
let fetchResult;
|
|
32202
32202
|
try {
|
|
@@ -32363,7 +32363,7 @@ var Person = class Person extends Object$1 {
|
|
|
32363
32363
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
32364
32364
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
32365
32365
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
32366
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
32366
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
32367
32367
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
32368
32368
|
let fetchResult;
|
|
32369
32369
|
try {
|
|
@@ -32578,7 +32578,7 @@ var Person = class Person extends Object$1 {
|
|
|
32578
32578
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
32579
32579
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
32580
32580
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
32581
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
32581
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
32582
32582
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
32583
32583
|
let fetchResult;
|
|
32584
32584
|
try {
|
|
@@ -33331,7 +33331,7 @@ var Person = class Person extends Object$1 {
|
|
|
33331
33331
|
*/
|
|
33332
33332
|
static async fromJsonLd(json, options = {}) {
|
|
33333
33333
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
33334
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
33334
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
33335
33335
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
33336
33336
|
try {
|
|
33337
33337
|
const object = await this.__fromJsonLd__Person__(json, span, options);
|
|
@@ -33807,14 +33807,14 @@ var Person = class Person extends Object$1 {
|
|
|
33807
33807
|
if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
|
|
33808
33808
|
return proxy;
|
|
33809
33809
|
}
|
|
33810
|
-
|
|
33811
|
-
|
|
33812
|
-
|
|
33813
|
-
|
|
33814
|
-
|
|
33815
|
-
|
|
33816
|
-
|
|
33817
|
-
|
|
33810
|
+
};
|
|
33811
|
+
Person.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
33812
|
+
const proxy = this._getCustomInspectProxy();
|
|
33813
|
+
return "Person " + inspect(proxy, options);
|
|
33814
|
+
};
|
|
33815
|
+
Person.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
33816
|
+
const proxy = this._getCustomInspectProxy();
|
|
33817
|
+
return "Person " + inspect(proxy, options);
|
|
33818
33818
|
};
|
|
33819
33819
|
/** Represents a logical or physical location. See [5.3 Representing
|
|
33820
33820
|
* Places](https://www.w3.org/TR/activitystreams-vocabulary/#places)
|
|
@@ -34106,7 +34106,7 @@ var Place = class Place extends Object$1 {
|
|
|
34106
34106
|
*/
|
|
34107
34107
|
static async fromJsonLd(json, options = {}) {
|
|
34108
34108
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
34109
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
34109
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
34110
34110
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
34111
34111
|
try {
|
|
34112
34112
|
const object = await this.__fromJsonLd__Place__(json, span, options);
|
|
@@ -34240,14 +34240,14 @@ var Place = class Place extends Object$1 {
|
|
|
34240
34240
|
if (_oKrwxU4V8wiKhMW1QEYQibcJh8c_units.length == 1) proxy.units = _oKrwxU4V8wiKhMW1QEYQibcJh8c_units[0];
|
|
34241
34241
|
return proxy;
|
|
34242
34242
|
}
|
|
34243
|
-
|
|
34244
|
-
|
|
34245
|
-
|
|
34246
|
-
|
|
34247
|
-
|
|
34248
|
-
|
|
34249
|
-
|
|
34250
|
-
|
|
34243
|
+
};
|
|
34244
|
+
Place.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
34245
|
+
const proxy = this._getCustomInspectProxy();
|
|
34246
|
+
return "Place " + inspect(proxy, options);
|
|
34247
|
+
};
|
|
34248
|
+
Place.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
34249
|
+
const proxy = this._getCustomInspectProxy();
|
|
34250
|
+
return "Place " + inspect(proxy, options);
|
|
34251
34251
|
};
|
|
34252
34252
|
/** A {@link Profile} is a content object that describes another {@link Object},
|
|
34253
34253
|
* typically used to describe [Actor
|
|
@@ -34303,7 +34303,7 @@ var Profile = class Profile extends Object$1 {
|
|
|
34303
34303
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
34304
34304
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
34305
34305
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
34306
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
34306
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
34307
34307
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
34308
34308
|
let fetchResult;
|
|
34309
34309
|
try {
|
|
@@ -34503,7 +34503,7 @@ var Profile = class Profile extends Object$1 {
|
|
|
34503
34503
|
*/
|
|
34504
34504
|
static async fromJsonLd(json, options = {}) {
|
|
34505
34505
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
34506
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
34506
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
34507
34507
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
34508
34508
|
try {
|
|
34509
34509
|
const object = await this.__fromJsonLd__Profile__(json, span, options);
|
|
@@ -34583,14 +34583,14 @@ var Profile = class Profile extends Object$1 {
|
|
|
34583
34583
|
if (_3CLQ1PLSXrhSQbTGGHuxNyaEFKM1_describes.length == 1) proxy.describes = _3CLQ1PLSXrhSQbTGGHuxNyaEFKM1_describes[0];
|
|
34584
34584
|
return proxy;
|
|
34585
34585
|
}
|
|
34586
|
-
|
|
34587
|
-
|
|
34588
|
-
|
|
34589
|
-
|
|
34590
|
-
|
|
34591
|
-
|
|
34592
|
-
|
|
34593
|
-
|
|
34586
|
+
};
|
|
34587
|
+
Profile.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
34588
|
+
const proxy = this._getCustomInspectProxy();
|
|
34589
|
+
return "Profile " + inspect(proxy, options);
|
|
34590
|
+
};
|
|
34591
|
+
Profile.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
34592
|
+
const proxy = this._getCustomInspectProxy();
|
|
34593
|
+
return "Profile " + inspect(proxy, options);
|
|
34594
34594
|
};
|
|
34595
34595
|
/** Represents a question being asked. Question objects are an extension of
|
|
34596
34596
|
* {@link IntransitiveActivity}. That is, the Question object is an Activity,
|
|
@@ -34681,7 +34681,7 @@ var Question = class Question extends IntransitiveActivity {
|
|
|
34681
34681
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
34682
34682
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
34683
34683
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
34684
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
34684
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
34685
34685
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
34686
34686
|
let fetchResult;
|
|
34687
34687
|
try {
|
|
@@ -34804,7 +34804,7 @@ var Question = class Question extends IntransitiveActivity {
|
|
|
34804
34804
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
34805
34805
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
34806
34806
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
34807
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
34807
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
34808
34808
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
34809
34809
|
let fetchResult;
|
|
34810
34810
|
try {
|
|
@@ -35082,7 +35082,7 @@ var Question = class Question extends IntransitiveActivity {
|
|
|
35082
35082
|
*/
|
|
35083
35083
|
static async fromJsonLd(json, options = {}) {
|
|
35084
35084
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
35085
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
35085
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
35086
35086
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
35087
35087
|
try {
|
|
35088
35088
|
const object = await this.__fromJsonLd__Question__(json, span, options);
|
|
@@ -35222,14 +35222,14 @@ var Question = class Question extends IntransitiveActivity {
|
|
|
35222
35222
|
if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
|
|
35223
35223
|
return proxy;
|
|
35224
35224
|
}
|
|
35225
|
-
|
|
35226
|
-
|
|
35227
|
-
|
|
35228
|
-
|
|
35229
|
-
|
|
35230
|
-
|
|
35231
|
-
|
|
35232
|
-
|
|
35225
|
+
};
|
|
35226
|
+
Question.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
35227
|
+
const proxy = this._getCustomInspectProxy();
|
|
35228
|
+
return "Question " + inspect(proxy, options);
|
|
35229
|
+
};
|
|
35230
|
+
Question.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
35231
|
+
const proxy = this._getCustomInspectProxy();
|
|
35232
|
+
return "Question " + inspect(proxy, options);
|
|
35233
35233
|
};
|
|
35234
35234
|
/** Indicates that the `actor` has read the `object`.
|
|
35235
35235
|
*/
|
|
@@ -35320,7 +35320,7 @@ var Read = class Read extends Activity {
|
|
|
35320
35320
|
*/
|
|
35321
35321
|
static async fromJsonLd(json, options = {}) {
|
|
35322
35322
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
35323
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
35323
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
35324
35324
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
35325
35325
|
try {
|
|
35326
35326
|
const object = await this.__fromJsonLd__Read__(json, span, options);
|
|
@@ -35380,14 +35380,14 @@ var Read = class Read extends Activity {
|
|
|
35380
35380
|
const proxy = super._getCustomInspectProxy();
|
|
35381
35381
|
return proxy;
|
|
35382
35382
|
}
|
|
35383
|
-
|
|
35384
|
-
|
|
35385
|
-
|
|
35386
|
-
|
|
35387
|
-
|
|
35388
|
-
|
|
35389
|
-
|
|
35390
|
-
|
|
35383
|
+
};
|
|
35384
|
+
Read.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
35385
|
+
const proxy = this._getCustomInspectProxy();
|
|
35386
|
+
return "Read " + inspect(proxy, options);
|
|
35387
|
+
};
|
|
35388
|
+
Read.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
35389
|
+
const proxy = this._getCustomInspectProxy();
|
|
35390
|
+
return "Read " + inspect(proxy, options);
|
|
35391
35391
|
};
|
|
35392
35392
|
/** Indicates that the `actor` is rejecting the `object`. The `target` and
|
|
35393
35393
|
* `origin` typically have no defined meaning.
|
|
@@ -35479,7 +35479,7 @@ var Reject = class Reject extends Activity {
|
|
|
35479
35479
|
*/
|
|
35480
35480
|
static async fromJsonLd(json, options = {}) {
|
|
35481
35481
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
35482
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
35482
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
35483
35483
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
35484
35484
|
try {
|
|
35485
35485
|
const object = await this.__fromJsonLd__Reject__(json, span, options);
|
|
@@ -35540,14 +35540,14 @@ var Reject = class Reject extends Activity {
|
|
|
35540
35540
|
const proxy = super._getCustomInspectProxy();
|
|
35541
35541
|
return proxy;
|
|
35542
35542
|
}
|
|
35543
|
-
|
|
35544
|
-
|
|
35545
|
-
|
|
35546
|
-
|
|
35547
|
-
|
|
35548
|
-
|
|
35549
|
-
|
|
35550
|
-
|
|
35543
|
+
};
|
|
35544
|
+
Reject.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
35545
|
+
const proxy = this._getCustomInspectProxy();
|
|
35546
|
+
return "Reject " + inspect(proxy, options);
|
|
35547
|
+
};
|
|
35548
|
+
Reject.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
35549
|
+
const proxy = this._getCustomInspectProxy();
|
|
35550
|
+
return "Reject " + inspect(proxy, options);
|
|
35551
35551
|
};
|
|
35552
35552
|
/** Describes a relationship between two individuals.
|
|
35553
35553
|
* The {@link Relationship.subject} and {@link Relationship.object} properties
|
|
@@ -35659,7 +35659,7 @@ var Relationship = class Relationship extends Object$1 {
|
|
|
35659
35659
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
35660
35660
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
35661
35661
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
35662
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
35662
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
35663
35663
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
35664
35664
|
let fetchResult;
|
|
35665
35665
|
try {
|
|
@@ -35783,7 +35783,7 @@ var Relationship = class Relationship extends Object$1 {
|
|
|
35783
35783
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
35784
35784
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
35785
35785
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
35786
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
35786
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
35787
35787
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
35788
35788
|
let fetchResult;
|
|
35789
35789
|
try {
|
|
@@ -35946,7 +35946,7 @@ var Relationship = class Relationship extends Object$1 {
|
|
|
35946
35946
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
35947
35947
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
35948
35948
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
35949
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
35949
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
35950
35950
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
35951
35951
|
let fetchResult;
|
|
35952
35952
|
try {
|
|
@@ -36229,7 +36229,7 @@ var Relationship = class Relationship extends Object$1 {
|
|
|
36229
36229
|
*/
|
|
36230
36230
|
static async fromJsonLd(json, options = {}) {
|
|
36231
36231
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
36232
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
36232
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
36233
36233
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
36234
36234
|
try {
|
|
36235
36235
|
const object = await this.__fromJsonLd__Relationship__(json, span, options);
|
|
@@ -36351,14 +36351,14 @@ var Relationship = class Relationship extends Object$1 {
|
|
|
36351
36351
|
if (_4Lzz89F9qipAQSGkWyX9DGWiUojG_relationship.length > 1 || !("relationship" in proxy) && _4Lzz89F9qipAQSGkWyX9DGWiUojG_relationship.length > 0) proxy.relationships = _4Lzz89F9qipAQSGkWyX9DGWiUojG_relationship;
|
|
36352
36352
|
return proxy;
|
|
36353
36353
|
}
|
|
36354
|
-
|
|
36355
|
-
|
|
36356
|
-
|
|
36357
|
-
|
|
36358
|
-
|
|
36359
|
-
|
|
36360
|
-
|
|
36361
|
-
|
|
36354
|
+
};
|
|
36355
|
+
Relationship.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
36356
|
+
const proxy = this._getCustomInspectProxy();
|
|
36357
|
+
return "Relationship " + inspect(proxy, options);
|
|
36358
|
+
};
|
|
36359
|
+
Relationship.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
36360
|
+
const proxy = this._getCustomInspectProxy();
|
|
36361
|
+
return "Relationship " + inspect(proxy, options);
|
|
36362
36362
|
};
|
|
36363
36363
|
/** Indicates that the `actor` is removing the `object`. If specified,
|
|
36364
36364
|
* the `origin` indicates the context from which the `object` is being removed.
|
|
@@ -36450,7 +36450,7 @@ var Remove = class Remove extends Activity {
|
|
|
36450
36450
|
*/
|
|
36451
36451
|
static async fromJsonLd(json, options = {}) {
|
|
36452
36452
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
36453
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
36453
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
36454
36454
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
36455
36455
|
try {
|
|
36456
36456
|
const object = await this.__fromJsonLd__Remove__(json, span, options);
|
|
@@ -36510,14 +36510,14 @@ var Remove = class Remove extends Activity {
|
|
|
36510
36510
|
const proxy = super._getCustomInspectProxy();
|
|
36511
36511
|
return proxy;
|
|
36512
36512
|
}
|
|
36513
|
-
|
|
36514
|
-
|
|
36515
|
-
|
|
36516
|
-
|
|
36517
|
-
|
|
36518
|
-
|
|
36519
|
-
|
|
36520
|
-
|
|
36513
|
+
};
|
|
36514
|
+
Remove.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
36515
|
+
const proxy = this._getCustomInspectProxy();
|
|
36516
|
+
return "Remove " + inspect(proxy, options);
|
|
36517
|
+
};
|
|
36518
|
+
Remove.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
36519
|
+
const proxy = this._getCustomInspectProxy();
|
|
36520
|
+
return "Remove " + inspect(proxy, options);
|
|
36521
36521
|
};
|
|
36522
36522
|
/** Represents a service of any kind.
|
|
36523
36523
|
*/
|
|
@@ -36852,7 +36852,7 @@ var Service = class Service extends Object$1 {
|
|
|
36852
36852
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
36853
36853
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
36854
36854
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
36855
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
36855
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
36856
36856
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
36857
36857
|
let fetchResult;
|
|
36858
36858
|
try {
|
|
@@ -37015,7 +37015,7 @@ var Service = class Service extends Object$1 {
|
|
|
37015
37015
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
37016
37016
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
37017
37017
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
37018
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
37018
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
37019
37019
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
37020
37020
|
let fetchResult;
|
|
37021
37021
|
try {
|
|
@@ -37196,7 +37196,7 @@ var Service = class Service extends Object$1 {
|
|
|
37196
37196
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
37197
37197
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
37198
37198
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
37199
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
37199
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
37200
37200
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
37201
37201
|
let fetchResult;
|
|
37202
37202
|
try {
|
|
@@ -37339,7 +37339,7 @@ var Service = class Service extends Object$1 {
|
|
|
37339
37339
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
37340
37340
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
37341
37341
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
37342
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
37342
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
37343
37343
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
37344
37344
|
let fetchResult;
|
|
37345
37345
|
try {
|
|
@@ -37479,7 +37479,7 @@ var Service = class Service extends Object$1 {
|
|
|
37479
37479
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
37480
37480
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
37481
37481
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
37482
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
37482
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
37483
37483
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
37484
37484
|
let fetchResult;
|
|
37485
37485
|
try {
|
|
@@ -37604,7 +37604,7 @@ var Service = class Service extends Object$1 {
|
|
|
37604
37604
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
37605
37605
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
37606
37606
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
37607
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
37607
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
37608
37608
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
37609
37609
|
let fetchResult;
|
|
37610
37610
|
try {
|
|
@@ -37732,7 +37732,7 @@ var Service = class Service extends Object$1 {
|
|
|
37732
37732
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
37733
37733
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
37734
37734
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
37735
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
37735
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
37736
37736
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
37737
37737
|
let fetchResult;
|
|
37738
37738
|
try {
|
|
@@ -37858,7 +37858,7 @@ var Service = class Service extends Object$1 {
|
|
|
37858
37858
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
37859
37859
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
37860
37860
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
37861
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
37861
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
37862
37862
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
37863
37863
|
let fetchResult;
|
|
37864
37864
|
try {
|
|
@@ -37982,7 +37982,7 @@ var Service = class Service extends Object$1 {
|
|
|
37982
37982
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
37983
37983
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
37984
37984
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
37985
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
37985
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
37986
37986
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
37987
37987
|
let fetchResult;
|
|
37988
37988
|
try {
|
|
@@ -38106,7 +38106,7 @@ var Service = class Service extends Object$1 {
|
|
|
38106
38106
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
38107
38107
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
38108
38108
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
38109
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
38109
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
38110
38110
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
38111
38111
|
let fetchResult;
|
|
38112
38112
|
try {
|
|
@@ -38269,7 +38269,7 @@ var Service = class Service extends Object$1 {
|
|
|
38269
38269
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
38270
38270
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
38271
38271
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
38272
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
38272
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
38273
38273
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
38274
38274
|
let fetchResult;
|
|
38275
38275
|
try {
|
|
@@ -38436,7 +38436,7 @@ var Service = class Service extends Object$1 {
|
|
|
38436
38436
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
38437
38437
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
38438
38438
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
38439
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
38439
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
38440
38440
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
38441
38441
|
let fetchResult;
|
|
38442
38442
|
try {
|
|
@@ -38651,7 +38651,7 @@ var Service = class Service extends Object$1 {
|
|
|
38651
38651
|
const documentLoader = options.documentLoader ?? this._documentLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
38652
38652
|
const contextLoader = options.contextLoader ?? this._contextLoader ?? (0, __fedify_vocab_runtime.getDocumentLoader)();
|
|
38653
38653
|
const tracerProvider = options.tracerProvider ?? this._tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
38654
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
38654
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
38655
38655
|
return await tracer.startActiveSpan("activitypub.lookup_object", async (span) => {
|
|
38656
38656
|
let fetchResult;
|
|
38657
38657
|
try {
|
|
@@ -39404,7 +39404,7 @@ var Service = class Service extends Object$1 {
|
|
|
39404
39404
|
*/
|
|
39405
39405
|
static async fromJsonLd(json, options = {}) {
|
|
39406
39406
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
39407
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
39407
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
39408
39408
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
39409
39409
|
try {
|
|
39410
39410
|
const object = await this.__fromJsonLd__Service__(json, span, options);
|
|
@@ -39880,14 +39880,14 @@ var Service = class Service extends Object$1 {
|
|
|
39880
39880
|
if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
|
|
39881
39881
|
return proxy;
|
|
39882
39882
|
}
|
|
39883
|
-
|
|
39884
|
-
|
|
39885
|
-
|
|
39886
|
-
|
|
39887
|
-
|
|
39888
|
-
|
|
39889
|
-
|
|
39890
|
-
|
|
39883
|
+
};
|
|
39884
|
+
Service.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
39885
|
+
const proxy = this._getCustomInspectProxy();
|
|
39886
|
+
return "Service " + inspect(proxy, options);
|
|
39887
|
+
};
|
|
39888
|
+
Service.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
39889
|
+
const proxy = this._getCustomInspectProxy();
|
|
39890
|
+
return "Service " + inspect(proxy, options);
|
|
39891
39891
|
};
|
|
39892
39892
|
/** Contents of {@link Object}'s `source`.
|
|
39893
39893
|
*/
|
|
@@ -40081,7 +40081,7 @@ var Source = class {
|
|
|
40081
40081
|
*/
|
|
40082
40082
|
static async fromJsonLd(json, options = {}) {
|
|
40083
40083
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
40084
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
40084
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
40085
40085
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
40086
40086
|
try {
|
|
40087
40087
|
const object = await this.__fromJsonLd__Source__(json, span, options);
|
|
@@ -40167,14 +40167,14 @@ var Source = class {
|
|
|
40167
40167
|
if (_3BLrzmscsjHCw8TF5BHRW9WkPnX8_mediaType.length == 1) proxy.mediaType = _3BLrzmscsjHCw8TF5BHRW9WkPnX8_mediaType[0];
|
|
40168
40168
|
return proxy;
|
|
40169
40169
|
}
|
|
40170
|
-
|
|
40171
|
-
|
|
40172
|
-
|
|
40173
|
-
|
|
40174
|
-
|
|
40175
|
-
|
|
40176
|
-
|
|
40177
|
-
|
|
40170
|
+
};
|
|
40171
|
+
Source.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
40172
|
+
const proxy = this._getCustomInspectProxy();
|
|
40173
|
+
return "Source " + inspect(proxy, options);
|
|
40174
|
+
};
|
|
40175
|
+
Source.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
40176
|
+
const proxy = this._getCustomInspectProxy();
|
|
40177
|
+
return "Source " + inspect(proxy, options);
|
|
40178
40178
|
};
|
|
40179
40179
|
/** A specialization of {@link Accept} indicating that
|
|
40180
40180
|
* the acceptance is tentative.
|
|
@@ -40266,7 +40266,7 @@ var TentativeAccept = class TentativeAccept extends Accept {
|
|
|
40266
40266
|
*/
|
|
40267
40267
|
static async fromJsonLd(json, options = {}) {
|
|
40268
40268
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
40269
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
40269
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
40270
40270
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
40271
40271
|
try {
|
|
40272
40272
|
const object = await this.__fromJsonLd__TentativeAccept__(json, span, options);
|
|
@@ -40326,14 +40326,14 @@ var TentativeAccept = class TentativeAccept extends Accept {
|
|
|
40326
40326
|
const proxy = super._getCustomInspectProxy();
|
|
40327
40327
|
return proxy;
|
|
40328
40328
|
}
|
|
40329
|
-
|
|
40330
|
-
|
|
40331
|
-
|
|
40332
|
-
|
|
40333
|
-
|
|
40334
|
-
|
|
40335
|
-
|
|
40336
|
-
|
|
40329
|
+
};
|
|
40330
|
+
TentativeAccept.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
40331
|
+
const proxy = this._getCustomInspectProxy();
|
|
40332
|
+
return "TentativeAccept " + inspect(proxy, options);
|
|
40333
|
+
};
|
|
40334
|
+
TentativeAccept.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
40335
|
+
const proxy = this._getCustomInspectProxy();
|
|
40336
|
+
return "TentativeAccept " + inspect(proxy, options);
|
|
40337
40337
|
};
|
|
40338
40338
|
/** A specialization of {@link Reject} in which
|
|
40339
40339
|
* the rejection is considered tentative.
|
|
@@ -40425,7 +40425,7 @@ var TentativeReject = class TentativeReject extends Reject {
|
|
|
40425
40425
|
*/
|
|
40426
40426
|
static async fromJsonLd(json, options = {}) {
|
|
40427
40427
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
40428
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
40428
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
40429
40429
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
40430
40430
|
try {
|
|
40431
40431
|
const object = await this.__fromJsonLd__TentativeReject__(json, span, options);
|
|
@@ -40485,14 +40485,14 @@ var TentativeReject = class TentativeReject extends Reject {
|
|
|
40485
40485
|
const proxy = super._getCustomInspectProxy();
|
|
40486
40486
|
return proxy;
|
|
40487
40487
|
}
|
|
40488
|
-
|
|
40489
|
-
|
|
40490
|
-
|
|
40491
|
-
|
|
40492
|
-
|
|
40493
|
-
|
|
40494
|
-
|
|
40495
|
-
|
|
40488
|
+
};
|
|
40489
|
+
TentativeReject.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
40490
|
+
const proxy = this._getCustomInspectProxy();
|
|
40491
|
+
return "TentativeReject " + inspect(proxy, options);
|
|
40492
|
+
};
|
|
40493
|
+
TentativeReject.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
40494
|
+
const proxy = this._getCustomInspectProxy();
|
|
40495
|
+
return "TentativeReject " + inspect(proxy, options);
|
|
40496
40496
|
};
|
|
40497
40497
|
/** A `Tombstone` represents a content object that has been deleted.
|
|
40498
40498
|
* It can be used in {@link Collection}s to signify that there used to be
|
|
@@ -40625,7 +40625,7 @@ var Tombstone = class Tombstone extends Object$1 {
|
|
|
40625
40625
|
*/
|
|
40626
40626
|
static async fromJsonLd(json, options = {}) {
|
|
40627
40627
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
40628
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
40628
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
40629
40629
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
40630
40630
|
try {
|
|
40631
40631
|
const object = await this.__fromJsonLd__Tombstone__(json, span, options);
|
|
@@ -40697,14 +40697,14 @@ var Tombstone = class Tombstone extends Object$1 {
|
|
|
40697
40697
|
if (_8g8g4LiVMhFTXskuDEqx4ascxUr_deleted.length == 1) proxy.deleted = _8g8g4LiVMhFTXskuDEqx4ascxUr_deleted[0];
|
|
40698
40698
|
return proxy;
|
|
40699
40699
|
}
|
|
40700
|
-
|
|
40701
|
-
|
|
40702
|
-
|
|
40703
|
-
|
|
40704
|
-
|
|
40705
|
-
|
|
40706
|
-
|
|
40707
|
-
|
|
40700
|
+
};
|
|
40701
|
+
Tombstone.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
40702
|
+
const proxy = this._getCustomInspectProxy();
|
|
40703
|
+
return "Tombstone " + inspect(proxy, options);
|
|
40704
|
+
};
|
|
40705
|
+
Tombstone.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
40706
|
+
const proxy = this._getCustomInspectProxy();
|
|
40707
|
+
return "Tombstone " + inspect(proxy, options);
|
|
40708
40708
|
};
|
|
40709
40709
|
/** Indicates that the `actor` is traveling to `target` from `origin`.
|
|
40710
40710
|
* `Travel` is an `IntransitiveObject` whose `actor` specifies the direct object.
|
|
@@ -40798,7 +40798,7 @@ var Travel = class Travel extends IntransitiveActivity {
|
|
|
40798
40798
|
*/
|
|
40799
40799
|
static async fromJsonLd(json, options = {}) {
|
|
40800
40800
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
40801
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
40801
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
40802
40802
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
40803
40803
|
try {
|
|
40804
40804
|
const object = await this.__fromJsonLd__Travel__(json, span, options);
|
|
@@ -40858,14 +40858,14 @@ var Travel = class Travel extends IntransitiveActivity {
|
|
|
40858
40858
|
const proxy = super._getCustomInspectProxy();
|
|
40859
40859
|
return proxy;
|
|
40860
40860
|
}
|
|
40861
|
-
|
|
40862
|
-
|
|
40863
|
-
|
|
40864
|
-
|
|
40865
|
-
|
|
40866
|
-
|
|
40867
|
-
|
|
40868
|
-
|
|
40861
|
+
};
|
|
40862
|
+
Travel.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
40863
|
+
const proxy = this._getCustomInspectProxy();
|
|
40864
|
+
return "Travel " + inspect(proxy, options);
|
|
40865
|
+
};
|
|
40866
|
+
Travel.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
40867
|
+
const proxy = this._getCustomInspectProxy();
|
|
40868
|
+
return "Travel " + inspect(proxy, options);
|
|
40869
40869
|
};
|
|
40870
40870
|
/** Indicates that the `actor` is undoing the `object`. In most cases,
|
|
40871
40871
|
* the `object` will be an {@link Activity} describing some previously performed
|
|
@@ -40971,7 +40971,7 @@ var Undo = class Undo extends Activity {
|
|
|
40971
40971
|
*/
|
|
40972
40972
|
static async fromJsonLd(json, options = {}) {
|
|
40973
40973
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
40974
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
40974
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
40975
40975
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
40976
40976
|
try {
|
|
40977
40977
|
const object = await this.__fromJsonLd__Undo__(json, span, options);
|
|
@@ -41031,14 +41031,14 @@ var Undo = class Undo extends Activity {
|
|
|
41031
41031
|
const proxy = super._getCustomInspectProxy();
|
|
41032
41032
|
return proxy;
|
|
41033
41033
|
}
|
|
41034
|
-
|
|
41035
|
-
|
|
41036
|
-
|
|
41037
|
-
|
|
41038
|
-
|
|
41039
|
-
|
|
41040
|
-
|
|
41041
|
-
|
|
41034
|
+
};
|
|
41035
|
+
Undo.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
41036
|
+
const proxy = this._getCustomInspectProxy();
|
|
41037
|
+
return "Undo " + inspect(proxy, options);
|
|
41038
|
+
};
|
|
41039
|
+
Undo.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
41040
|
+
const proxy = this._getCustomInspectProxy();
|
|
41041
|
+
return "Undo " + inspect(proxy, options);
|
|
41042
41042
|
};
|
|
41043
41043
|
/** Indicates that the `actor` has updated the `object`. Note, however,
|
|
41044
41044
|
* that this vocabulary does not define a mechanism for describing the actual
|
|
@@ -41182,7 +41182,7 @@ var Update = class Update extends Activity {
|
|
|
41182
41182
|
*/
|
|
41183
41183
|
static async fromJsonLd(json, options = {}) {
|
|
41184
41184
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
41185
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
41185
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
41186
41186
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
41187
41187
|
try {
|
|
41188
41188
|
const object = await this.__fromJsonLd__Update__(json, span, options);
|
|
@@ -41242,14 +41242,14 @@ var Update = class Update extends Activity {
|
|
|
41242
41242
|
const proxy = super._getCustomInspectProxy();
|
|
41243
41243
|
return proxy;
|
|
41244
41244
|
}
|
|
41245
|
-
|
|
41246
|
-
|
|
41247
|
-
|
|
41248
|
-
|
|
41249
|
-
|
|
41250
|
-
|
|
41251
|
-
|
|
41252
|
-
|
|
41245
|
+
};
|
|
41246
|
+
Update.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
41247
|
+
const proxy = this._getCustomInspectProxy();
|
|
41248
|
+
return "Update " + inspect(proxy, options);
|
|
41249
|
+
};
|
|
41250
|
+
Update.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
41251
|
+
const proxy = this._getCustomInspectProxy();
|
|
41252
|
+
return "Update " + inspect(proxy, options);
|
|
41253
41253
|
};
|
|
41254
41254
|
/** Represents a video document of any kind.
|
|
41255
41255
|
*/
|
|
@@ -41348,7 +41348,7 @@ var Video = class Video extends Document {
|
|
|
41348
41348
|
*/
|
|
41349
41349
|
static async fromJsonLd(json, options = {}) {
|
|
41350
41350
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
41351
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
41351
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
41352
41352
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
41353
41353
|
try {
|
|
41354
41354
|
const object = await this.__fromJsonLd__Video__(json, span, options);
|
|
@@ -41408,14 +41408,14 @@ var Video = class Video extends Document {
|
|
|
41408
41408
|
const proxy = super._getCustomInspectProxy();
|
|
41409
41409
|
return proxy;
|
|
41410
41410
|
}
|
|
41411
|
-
|
|
41412
|
-
|
|
41413
|
-
|
|
41414
|
-
|
|
41415
|
-
|
|
41416
|
-
|
|
41417
|
-
|
|
41418
|
-
|
|
41411
|
+
};
|
|
41412
|
+
Video.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
41413
|
+
const proxy = this._getCustomInspectProxy();
|
|
41414
|
+
return "Video " + inspect(proxy, options);
|
|
41415
|
+
};
|
|
41416
|
+
Video.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
41417
|
+
const proxy = this._getCustomInspectProxy();
|
|
41418
|
+
return "Video " + inspect(proxy, options);
|
|
41419
41419
|
};
|
|
41420
41420
|
/** Indicates that the `actor` has viewed the object.
|
|
41421
41421
|
*/
|
|
@@ -41506,7 +41506,7 @@ var View = class View extends Activity {
|
|
|
41506
41506
|
*/
|
|
41507
41507
|
static async fromJsonLd(json, options = {}) {
|
|
41508
41508
|
const tracerProvider = options.tracerProvider ?? __opentelemetry_api.trace.getTracerProvider();
|
|
41509
|
-
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.
|
|
41509
|
+
const tracer = tracerProvider.getTracer("@fedify/vocab-tools", "2.0.2");
|
|
41510
41510
|
return await tracer.startActiveSpan("activitypub.parse_object", async (span) => {
|
|
41511
41511
|
try {
|
|
41512
41512
|
const object = await this.__fromJsonLd__View__(json, span, options);
|
|
@@ -41566,14 +41566,14 @@ var View = class View extends Activity {
|
|
|
41566
41566
|
const proxy = super._getCustomInspectProxy();
|
|
41567
41567
|
return proxy;
|
|
41568
41568
|
}
|
|
41569
|
-
|
|
41570
|
-
|
|
41571
|
-
|
|
41572
|
-
|
|
41573
|
-
|
|
41574
|
-
|
|
41575
|
-
|
|
41576
|
-
|
|
41569
|
+
};
|
|
41570
|
+
View.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
41571
|
+
const proxy = this._getCustomInspectProxy();
|
|
41572
|
+
return "View " + inspect(proxy, options);
|
|
41573
|
+
};
|
|
41574
|
+
View.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
41575
|
+
const proxy = this._getCustomInspectProxy();
|
|
41576
|
+
return "View " + inspect(proxy, options);
|
|
41577
41577
|
};
|
|
41578
41578
|
|
|
41579
41579
|
//#endregion
|