@fedify/vocab 2.1.0-dev.405 → 2.1.0-dev.408
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-DZyeG0tp.js → deno-C1T-ELP0.js} +1 -1
- package/dist/endpoints.yaml +1 -0
- package/dist/lookup.test.js +2 -2
- package/dist/mod.cjs +529 -533
- package/dist/mod.d.cts +4002 -4002
- package/dist/mod.d.ts +4002 -4002
- package/dist/mod.js +529 -533
- package/dist/source.yaml +1 -0
- package/dist/type.test.js +1 -1
- package/dist/{vocab-BoHbeM38.js → vocab-DNa6QysH.js} +529 -533
- package/dist/vocab.test.js +260 -2
- package/package.json +4 -4
- package/src/endpoints.yaml +1 -0
- package/src/source.yaml +1 -0
- package/src/vocab.test.ts +404 -10
- package/tsdown.config.ts +1 -2
|
@@ -12078,14 +12078,14 @@ var Object$1 = class Object$1 {
|
|
|
12078
12078
|
if (_42rPnotok1ivQ2RNCKNbeFJgx8b8_proof.length > 1 || !("proof" in proxy) && _42rPnotok1ivQ2RNCKNbeFJgx8b8_proof.length > 0) proxy.proofs = _42rPnotok1ivQ2RNCKNbeFJgx8b8_proof;
|
|
12079
12079
|
return proxy;
|
|
12080
12080
|
}
|
|
12081
|
-
|
|
12082
|
-
|
|
12083
|
-
|
|
12084
|
-
|
|
12085
|
-
|
|
12086
|
-
|
|
12087
|
-
|
|
12088
|
-
|
|
12081
|
+
};
|
|
12082
|
+
Object$1.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
12083
|
+
const proxy = this._getCustomInspectProxy();
|
|
12084
|
+
return "Object " + inspect(proxy, options);
|
|
12085
|
+
};
|
|
12086
|
+
Object$1.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
12087
|
+
const proxy = this._getCustomInspectProxy();
|
|
12088
|
+
return "Object " + inspect(proxy, options);
|
|
12089
12089
|
};
|
|
12090
12090
|
/** Represents a custom emoji.
|
|
12091
12091
|
*/
|
|
@@ -12250,14 +12250,14 @@ var Emoji = class Emoji extends Object$1 {
|
|
|
12250
12250
|
const proxy = super._getCustomInspectProxy();
|
|
12251
12251
|
return proxy;
|
|
12252
12252
|
}
|
|
12253
|
-
|
|
12254
|
-
|
|
12255
|
-
|
|
12256
|
-
|
|
12257
|
-
|
|
12258
|
-
|
|
12259
|
-
|
|
12260
|
-
|
|
12253
|
+
};
|
|
12254
|
+
Emoji.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
12255
|
+
const proxy = this._getCustomInspectProxy();
|
|
12256
|
+
return "Emoji " + inspect(proxy, options);
|
|
12257
|
+
};
|
|
12258
|
+
Emoji.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
12259
|
+
const proxy = this._getCustomInspectProxy();
|
|
12260
|
+
return "Emoji " + inspect(proxy, options);
|
|
12261
12261
|
};
|
|
12262
12262
|
/** `ChatMessage`s are the messages sent in 1-on-1 chats. They are similar to
|
|
12263
12263
|
* {@link Note}s, but the addressing is done by having a single AP actor in
|
|
@@ -12511,14 +12511,14 @@ var ChatMessage = class ChatMessage extends Object$1 {
|
|
|
12511
12511
|
if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
|
|
12512
12512
|
return proxy;
|
|
12513
12513
|
}
|
|
12514
|
-
|
|
12515
|
-
|
|
12516
|
-
|
|
12517
|
-
|
|
12518
|
-
|
|
12519
|
-
|
|
12520
|
-
|
|
12521
|
-
|
|
12514
|
+
};
|
|
12515
|
+
ChatMessage.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
12516
|
+
const proxy = this._getCustomInspectProxy();
|
|
12517
|
+
return "ChatMessage " + inspect(proxy, options);
|
|
12518
|
+
};
|
|
12519
|
+
ChatMessage.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
12520
|
+
const proxy = this._getCustomInspectProxy();
|
|
12521
|
+
return "ChatMessage " + inspect(proxy, options);
|
|
12522
12522
|
};
|
|
12523
12523
|
/** An Activity is a subtype of {@link Object} that describes some form of action
|
|
12524
12524
|
* that may happen, is currently happening, or has already happened.
|
|
@@ -14114,14 +14114,14 @@ var Activity = class Activity extends Object$1 {
|
|
|
14114
14114
|
if (_3c5t2x7DYRo2shwTxpkd4kYSS5WQ_instrument.length > 1 || !("instrument" in proxy) && _3c5t2x7DYRo2shwTxpkd4kYSS5WQ_instrument.length > 0) proxy.instruments = _3c5t2x7DYRo2shwTxpkd4kYSS5WQ_instrument;
|
|
14115
14115
|
return proxy;
|
|
14116
14116
|
}
|
|
14117
|
-
|
|
14118
|
-
|
|
14119
|
-
|
|
14120
|
-
|
|
14121
|
-
|
|
14122
|
-
|
|
14123
|
-
|
|
14124
|
-
|
|
14117
|
+
};
|
|
14118
|
+
Activity.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
14119
|
+
const proxy = this._getCustomInspectProxy();
|
|
14120
|
+
return "Activity " + inspect(proxy, options);
|
|
14121
|
+
};
|
|
14122
|
+
Activity.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
14123
|
+
const proxy = this._getCustomInspectProxy();
|
|
14124
|
+
return "Activity " + inspect(proxy, options);
|
|
14125
14125
|
};
|
|
14126
14126
|
/** Represents an emoji reaction. See also [FEP-c0e0](https://w3id.org/fep/c0e0).
|
|
14127
14127
|
*/
|
|
@@ -14278,14 +14278,14 @@ var EmojiReact = class EmojiReact extends Activity {
|
|
|
14278
14278
|
const proxy = super._getCustomInspectProxy();
|
|
14279
14279
|
return proxy;
|
|
14280
14280
|
}
|
|
14281
|
-
|
|
14282
|
-
|
|
14283
|
-
|
|
14284
|
-
|
|
14285
|
-
|
|
14286
|
-
|
|
14287
|
-
|
|
14288
|
-
|
|
14281
|
+
};
|
|
14282
|
+
EmojiReact.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
14283
|
+
const proxy = this._getCustomInspectProxy();
|
|
14284
|
+
return "EmojiReact " + inspect(proxy, options);
|
|
14285
|
+
};
|
|
14286
|
+
EmojiReact.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
14287
|
+
const proxy = this._getCustomInspectProxy();
|
|
14288
|
+
return "EmojiReact " + inspect(proxy, options);
|
|
14289
14289
|
};
|
|
14290
14290
|
/** A pair of property name and value.
|
|
14291
14291
|
*/
|
|
@@ -14566,14 +14566,14 @@ var PropertyValue = class {
|
|
|
14566
14566
|
if (_2cSy2magg4iZ7zLaG8U7DiJMoCkx_value.length == 1) proxy.value = _2cSy2magg4iZ7zLaG8U7DiJMoCkx_value[0];
|
|
14567
14567
|
return proxy;
|
|
14568
14568
|
}
|
|
14569
|
-
|
|
14570
|
-
|
|
14571
|
-
|
|
14572
|
-
|
|
14573
|
-
|
|
14574
|
-
|
|
14575
|
-
|
|
14576
|
-
|
|
14569
|
+
};
|
|
14570
|
+
PropertyValue.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
14571
|
+
const proxy = this._getCustomInspectProxy();
|
|
14572
|
+
return "PropertyValue " + inspect(proxy, options);
|
|
14573
|
+
};
|
|
14574
|
+
PropertyValue.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
14575
|
+
const proxy = this._getCustomInspectProxy();
|
|
14576
|
+
return "PropertyValue " + inspect(proxy, options);
|
|
14577
14577
|
};
|
|
14578
14578
|
/** Means of communicating or interacting with the DID subject or associated
|
|
14579
14579
|
* entities via one or more service endpoints. Examples include discovery
|
|
@@ -14796,14 +14796,14 @@ var DidService = class {
|
|
|
14796
14796
|
if (_2KM4fetG6FTJ1cphj76rzJ8Dyv7p_serviceEndpoint.length > 1 || !("endpoint" in proxy) && _2KM4fetG6FTJ1cphj76rzJ8Dyv7p_serviceEndpoint.length > 0) proxy.endpoints = _2KM4fetG6FTJ1cphj76rzJ8Dyv7p_serviceEndpoint;
|
|
14797
14797
|
return proxy;
|
|
14798
14798
|
}
|
|
14799
|
-
|
|
14800
|
-
|
|
14801
|
-
|
|
14802
|
-
|
|
14803
|
-
|
|
14804
|
-
|
|
14805
|
-
|
|
14806
|
-
|
|
14799
|
+
};
|
|
14800
|
+
DidService.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
14801
|
+
const proxy = this._getCustomInspectProxy();
|
|
14802
|
+
return "DidService " + inspect(proxy, options);
|
|
14803
|
+
};
|
|
14804
|
+
DidService.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
14805
|
+
const proxy = this._getCustomInspectProxy();
|
|
14806
|
+
return "DidService " + inspect(proxy, options);
|
|
14807
14807
|
};
|
|
14808
14808
|
/** "Export Actor" service.
|
|
14809
14809
|
*/
|
|
@@ -14947,14 +14947,14 @@ var Export = class Export extends DidService {
|
|
|
14947
14947
|
const proxy = super._getCustomInspectProxy();
|
|
14948
14948
|
return proxy;
|
|
14949
14949
|
}
|
|
14950
|
-
|
|
14951
|
-
|
|
14952
|
-
|
|
14953
|
-
|
|
14954
|
-
|
|
14955
|
-
|
|
14956
|
-
|
|
14957
|
-
|
|
14950
|
+
};
|
|
14951
|
+
Export.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
14952
|
+
const proxy = this._getCustomInspectProxy();
|
|
14953
|
+
return "Export " + inspect(proxy, options);
|
|
14954
|
+
};
|
|
14955
|
+
Export.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
14956
|
+
const proxy = this._getCustomInspectProxy();
|
|
14957
|
+
return "Export " + inspect(proxy, options);
|
|
14958
14958
|
};
|
|
14959
14959
|
/** A proof that can be added to any activity or object, allowing recipients to
|
|
14960
14960
|
* verify the identity of the actor and the integrity of the data.
|
|
@@ -15430,14 +15430,14 @@ var DataIntegrityProof = class {
|
|
|
15430
15430
|
if (_3qzP3ukEZoUziK5FEiA1RhU4aqac.length == 1) proxy.created = _3qzP3ukEZoUziK5FEiA1RhU4aqac[0];
|
|
15431
15431
|
return proxy;
|
|
15432
15432
|
}
|
|
15433
|
-
|
|
15434
|
-
|
|
15435
|
-
|
|
15436
|
-
|
|
15437
|
-
|
|
15438
|
-
|
|
15439
|
-
|
|
15440
|
-
|
|
15433
|
+
};
|
|
15434
|
+
DataIntegrityProof.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
15435
|
+
const proxy = this._getCustomInspectProxy();
|
|
15436
|
+
return "DataIntegrityProof " + inspect(proxy, options);
|
|
15437
|
+
};
|
|
15438
|
+
DataIntegrityProof.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
15439
|
+
const proxy = this._getCustomInspectProxy();
|
|
15440
|
+
return "DataIntegrityProof " + inspect(proxy, options);
|
|
15441
15441
|
};
|
|
15442
15442
|
/** A key owned by an actor.
|
|
15443
15443
|
*/
|
|
@@ -15900,14 +15900,14 @@ var CryptographicKey = class {
|
|
|
15900
15900
|
if (_2fE2QMDdg6KFGqa4NEC3TmjApSAD_publicKeyPem.length == 1) proxy.publicKey = _2fE2QMDdg6KFGqa4NEC3TmjApSAD_publicKeyPem[0];
|
|
15901
15901
|
return proxy;
|
|
15902
15902
|
}
|
|
15903
|
-
|
|
15904
|
-
|
|
15905
|
-
|
|
15906
|
-
|
|
15907
|
-
|
|
15908
|
-
|
|
15909
|
-
|
|
15910
|
-
|
|
15903
|
+
};
|
|
15904
|
+
CryptographicKey.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
15905
|
+
const proxy = this._getCustomInspectProxy();
|
|
15906
|
+
return "CryptographicKey " + inspect(proxy, options);
|
|
15907
|
+
};
|
|
15908
|
+
CryptographicKey.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
15909
|
+
const proxy = this._getCustomInspectProxy();
|
|
15910
|
+
return "CryptographicKey " + inspect(proxy, options);
|
|
15911
15911
|
};
|
|
15912
15912
|
/** Represents a key owned by an actor according to [FEP-521a: Representing
|
|
15913
15913
|
* actor's public keys.][1]
|
|
@@ -16379,14 +16379,14 @@ var Multikey = class {
|
|
|
16379
16379
|
if (_4XLHbsR2gLVWU3NpEqKt9wANzn4F_publicKeyMultibase.length == 1) proxy.publicKey = _4XLHbsR2gLVWU3NpEqKt9wANzn4F_publicKeyMultibase[0];
|
|
16380
16380
|
return proxy;
|
|
16381
16381
|
}
|
|
16382
|
-
|
|
16383
|
-
|
|
16384
|
-
|
|
16385
|
-
|
|
16386
|
-
|
|
16387
|
-
|
|
16388
|
-
|
|
16389
|
-
|
|
16382
|
+
};
|
|
16383
|
+
Multikey.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
16384
|
+
const proxy = this._getCustomInspectProxy();
|
|
16385
|
+
return "Multikey " + inspect(proxy, options);
|
|
16386
|
+
};
|
|
16387
|
+
Multikey.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
16388
|
+
const proxy = this._getCustomInspectProxy();
|
|
16389
|
+
return "Multikey " + inspect(proxy, options);
|
|
16390
16390
|
};
|
|
16391
16391
|
/** Indicates that the `actor` accepts the `object`. The `target` property can be
|
|
16392
16392
|
* used in certain circumstances to indicate the context into which the `object`
|
|
@@ -16540,14 +16540,14 @@ var Accept = class Accept extends Activity {
|
|
|
16540
16540
|
const proxy = super._getCustomInspectProxy();
|
|
16541
16541
|
return proxy;
|
|
16542
16542
|
}
|
|
16543
|
-
|
|
16544
|
-
|
|
16545
|
-
|
|
16546
|
-
|
|
16547
|
-
|
|
16548
|
-
|
|
16549
|
-
|
|
16550
|
-
|
|
16543
|
+
};
|
|
16544
|
+
Accept.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
16545
|
+
const proxy = this._getCustomInspectProxy();
|
|
16546
|
+
return "Accept " + inspect(proxy, options);
|
|
16547
|
+
};
|
|
16548
|
+
Accept.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
16549
|
+
const proxy = this._getCustomInspectProxy();
|
|
16550
|
+
return "Accept " + inspect(proxy, options);
|
|
16551
16551
|
};
|
|
16552
16552
|
/** Indicates that the `actor` has added the `object` to the `target`.
|
|
16553
16553
|
* If the `target` property is not explicitly specified, the target would need
|
|
@@ -16701,14 +16701,14 @@ var Add = class Add extends Activity {
|
|
|
16701
16701
|
const proxy = super._getCustomInspectProxy();
|
|
16702
16702
|
return proxy;
|
|
16703
16703
|
}
|
|
16704
|
-
|
|
16705
|
-
|
|
16706
|
-
|
|
16707
|
-
|
|
16708
|
-
|
|
16709
|
-
|
|
16710
|
-
|
|
16711
|
-
|
|
16704
|
+
};
|
|
16705
|
+
Add.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
16706
|
+
const proxy = this._getCustomInspectProxy();
|
|
16707
|
+
return "Add " + inspect(proxy, options);
|
|
16708
|
+
};
|
|
16709
|
+
Add.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
16710
|
+
const proxy = this._getCustomInspectProxy();
|
|
16711
|
+
return "Add " + inspect(proxy, options);
|
|
16712
16712
|
};
|
|
16713
16713
|
/** Indicates that the `actor` is calling the `target`'s attention the `object`.
|
|
16714
16714
|
*
|
|
@@ -16880,14 +16880,14 @@ var Announce = class Announce extends Activity {
|
|
|
16880
16880
|
const proxy = super._getCustomInspectProxy();
|
|
16881
16881
|
return proxy;
|
|
16882
16882
|
}
|
|
16883
|
-
|
|
16884
|
-
|
|
16885
|
-
|
|
16886
|
-
|
|
16887
|
-
|
|
16888
|
-
|
|
16889
|
-
|
|
16890
|
-
|
|
16883
|
+
};
|
|
16884
|
+
Announce.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
16885
|
+
const proxy = this._getCustomInspectProxy();
|
|
16886
|
+
return "Announce " + inspect(proxy, options);
|
|
16887
|
+
};
|
|
16888
|
+
Announce.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
16889
|
+
const proxy = this._getCustomInspectProxy();
|
|
16890
|
+
return "Announce " + inspect(proxy, options);
|
|
16891
16891
|
};
|
|
16892
16892
|
/** Describes a software application.
|
|
16893
16893
|
*/
|
|
@@ -20250,14 +20250,14 @@ var Application = class Application extends Object$1 {
|
|
|
20250
20250
|
if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
|
|
20251
20251
|
return proxy;
|
|
20252
20252
|
}
|
|
20253
|
-
|
|
20254
|
-
|
|
20255
|
-
|
|
20256
|
-
|
|
20257
|
-
|
|
20258
|
-
|
|
20259
|
-
|
|
20260
|
-
|
|
20253
|
+
};
|
|
20254
|
+
Application.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
20255
|
+
const proxy = this._getCustomInspectProxy();
|
|
20256
|
+
return "Application " + inspect(proxy, options);
|
|
20257
|
+
};
|
|
20258
|
+
Application.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
20259
|
+
const proxy = this._getCustomInspectProxy();
|
|
20260
|
+
return "Application " + inspect(proxy, options);
|
|
20261
20261
|
};
|
|
20262
20262
|
/** Instances of `IntransitiveActivity` are a subtype of {@link Activity}
|
|
20263
20263
|
* representing intransitive actions. The `object` property is therefore
|
|
@@ -20413,14 +20413,14 @@ var IntransitiveActivity = class IntransitiveActivity extends Activity {
|
|
|
20413
20413
|
const proxy = super._getCustomInspectProxy();
|
|
20414
20414
|
return proxy;
|
|
20415
20415
|
}
|
|
20416
|
-
|
|
20417
|
-
|
|
20418
|
-
|
|
20419
|
-
|
|
20420
|
-
|
|
20421
|
-
|
|
20422
|
-
|
|
20423
|
-
|
|
20416
|
+
};
|
|
20417
|
+
IntransitiveActivity.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
20418
|
+
const proxy = this._getCustomInspectProxy();
|
|
20419
|
+
return "IntransitiveActivity " + inspect(proxy, options);
|
|
20420
|
+
};
|
|
20421
|
+
IntransitiveActivity.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
20422
|
+
const proxy = this._getCustomInspectProxy();
|
|
20423
|
+
return "IntransitiveActivity " + inspect(proxy, options);
|
|
20424
20424
|
};
|
|
20425
20425
|
/** An `IntransitiveActivity` that indicates that the `actor` has arrived at the `location`.
|
|
20426
20426
|
* The `origin` can be used to identify the context from which the `actor` originated.
|
|
@@ -20573,14 +20573,14 @@ var Arrive = class Arrive extends IntransitiveActivity {
|
|
|
20573
20573
|
const proxy = super._getCustomInspectProxy();
|
|
20574
20574
|
return proxy;
|
|
20575
20575
|
}
|
|
20576
|
-
|
|
20577
|
-
|
|
20578
|
-
|
|
20579
|
-
|
|
20580
|
-
|
|
20581
|
-
|
|
20582
|
-
|
|
20583
|
-
|
|
20576
|
+
};
|
|
20577
|
+
Arrive.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
20578
|
+
const proxy = this._getCustomInspectProxy();
|
|
20579
|
+
return "Arrive " + inspect(proxy, options);
|
|
20580
|
+
};
|
|
20581
|
+
Arrive.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
20582
|
+
const proxy = this._getCustomInspectProxy();
|
|
20583
|
+
return "Arrive " + inspect(proxy, options);
|
|
20584
20584
|
};
|
|
20585
20585
|
/** Represents any kind of multi-paragraph written work.
|
|
20586
20586
|
*/
|
|
@@ -20832,14 +20832,14 @@ var Article = class Article extends Object$1 {
|
|
|
20832
20832
|
if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
|
|
20833
20833
|
return proxy;
|
|
20834
20834
|
}
|
|
20835
|
-
|
|
20836
|
-
|
|
20837
|
-
|
|
20838
|
-
|
|
20839
|
-
|
|
20840
|
-
|
|
20841
|
-
|
|
20842
|
-
|
|
20835
|
+
};
|
|
20836
|
+
Article.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
20837
|
+
const proxy = this._getCustomInspectProxy();
|
|
20838
|
+
return "Article " + inspect(proxy, options);
|
|
20839
|
+
};
|
|
20840
|
+
Article.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
20841
|
+
const proxy = this._getCustomInspectProxy();
|
|
20842
|
+
return "Article " + inspect(proxy, options);
|
|
20843
20843
|
};
|
|
20844
20844
|
/** Represents a document of any kind.
|
|
20845
20845
|
*/
|
|
@@ -21090,14 +21090,14 @@ var Document = class Document extends Object$1 {
|
|
|
21090
21090
|
if (_2cGKFeFJMmiNpGZFEF75mCwFQsKb_height.length == 1) proxy.height = _2cGKFeFJMmiNpGZFEF75mCwFQsKb_height[0];
|
|
21091
21091
|
return proxy;
|
|
21092
21092
|
}
|
|
21093
|
-
|
|
21094
|
-
|
|
21095
|
-
|
|
21096
|
-
|
|
21097
|
-
|
|
21098
|
-
|
|
21099
|
-
|
|
21100
|
-
|
|
21093
|
+
};
|
|
21094
|
+
Document.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
21095
|
+
const proxy = this._getCustomInspectProxy();
|
|
21096
|
+
return "Document " + inspect(proxy, options);
|
|
21097
|
+
};
|
|
21098
|
+
Document.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
21099
|
+
const proxy = this._getCustomInspectProxy();
|
|
21100
|
+
return "Document " + inspect(proxy, options);
|
|
21101
21101
|
};
|
|
21102
21102
|
/** Represents an audio document of any kind.
|
|
21103
21103
|
*/
|
|
@@ -21256,14 +21256,14 @@ var Audio = class Audio extends Document {
|
|
|
21256
21256
|
const proxy = super._getCustomInspectProxy();
|
|
21257
21257
|
return proxy;
|
|
21258
21258
|
}
|
|
21259
|
-
|
|
21260
|
-
|
|
21261
|
-
|
|
21262
|
-
|
|
21263
|
-
|
|
21264
|
-
|
|
21265
|
-
|
|
21266
|
-
|
|
21259
|
+
};
|
|
21260
|
+
Audio.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
21261
|
+
const proxy = this._getCustomInspectProxy();
|
|
21262
|
+
return "Audio " + inspect(proxy, options);
|
|
21263
|
+
};
|
|
21264
|
+
Audio.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
21265
|
+
const proxy = this._getCustomInspectProxy();
|
|
21266
|
+
return "Audio " + inspect(proxy, options);
|
|
21267
21267
|
};
|
|
21268
21268
|
/** Indicates that the `actor` is ignoring the `object`. The `target` and
|
|
21269
21269
|
* `origin` typically have no defined meaning.
|
|
@@ -21416,14 +21416,14 @@ var Ignore = class Ignore extends Activity {
|
|
|
21416
21416
|
const proxy = super._getCustomInspectProxy();
|
|
21417
21417
|
return proxy;
|
|
21418
21418
|
}
|
|
21419
|
-
|
|
21420
|
-
|
|
21421
|
-
|
|
21422
|
-
|
|
21423
|
-
|
|
21424
|
-
|
|
21425
|
-
|
|
21426
|
-
|
|
21419
|
+
};
|
|
21420
|
+
Ignore.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
21421
|
+
const proxy = this._getCustomInspectProxy();
|
|
21422
|
+
return "Ignore " + inspect(proxy, options);
|
|
21423
|
+
};
|
|
21424
|
+
Ignore.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
21425
|
+
const proxy = this._getCustomInspectProxy();
|
|
21426
|
+
return "Ignore " + inspect(proxy, options);
|
|
21427
21427
|
};
|
|
21428
21428
|
/** Indicates that the `actor` is blocking the `object`. Blocking is a stronger
|
|
21429
21429
|
* form of {@link Ignore}. The typical use is to support social systems that
|
|
@@ -21577,14 +21577,14 @@ var Block = class Block extends Ignore {
|
|
|
21577
21577
|
const proxy = super._getCustomInspectProxy();
|
|
21578
21578
|
return proxy;
|
|
21579
21579
|
}
|
|
21580
|
-
|
|
21581
|
-
|
|
21582
|
-
|
|
21583
|
-
|
|
21584
|
-
|
|
21585
|
-
|
|
21586
|
-
|
|
21587
|
-
|
|
21580
|
+
};
|
|
21581
|
+
Block.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
21582
|
+
const proxy = this._getCustomInspectProxy();
|
|
21583
|
+
return "Block " + inspect(proxy, options);
|
|
21584
|
+
};
|
|
21585
|
+
Block.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
21586
|
+
const proxy = this._getCustomInspectProxy();
|
|
21587
|
+
return "Block " + inspect(proxy, options);
|
|
21588
21588
|
};
|
|
21589
21589
|
/** A `Collection` is a subtype of {@link Object} that represents ordered or
|
|
21590
21590
|
* unordered sets of {@link Object} or {@link Link} instances.
|
|
@@ -23983,14 +23983,14 @@ var Collection = class Collection extends Object$1 {
|
|
|
23983
23983
|
if (_2bsySzmT3qEZcrnoe3tZ5xBjXSju_likedOf.length == 1) proxy.likedOf = _2bsySzmT3qEZcrnoe3tZ5xBjXSju_likedOf[0];
|
|
23984
23984
|
return proxy;
|
|
23985
23985
|
}
|
|
23986
|
-
|
|
23987
|
-
|
|
23988
|
-
|
|
23989
|
-
|
|
23990
|
-
|
|
23991
|
-
|
|
23992
|
-
|
|
23993
|
-
|
|
23986
|
+
};
|
|
23987
|
+
Collection.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
23988
|
+
const proxy = this._getCustomInspectProxy();
|
|
23989
|
+
return "Collection " + inspect(proxy, options);
|
|
23990
|
+
};
|
|
23991
|
+
Collection.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
23992
|
+
const proxy = this._getCustomInspectProxy();
|
|
23993
|
+
return "Collection " + inspect(proxy, options);
|
|
23994
23994
|
};
|
|
23995
23995
|
/** Used to represent distinct subsets of items from a `Collection`.
|
|
23996
23996
|
* Refer to the Activity Streams 2.0 Core for a complete description of
|
|
@@ -24709,14 +24709,14 @@ var CollectionPage = class CollectionPage extends Collection {
|
|
|
24709
24709
|
if (_3b8yG8tDNzQFFEnWhCc13G8eHooA_prev.length == 1) proxy.prev = _3b8yG8tDNzQFFEnWhCc13G8eHooA_prev[0];
|
|
24710
24710
|
return proxy;
|
|
24711
24711
|
}
|
|
24712
|
-
|
|
24713
|
-
|
|
24714
|
-
|
|
24715
|
-
|
|
24716
|
-
|
|
24717
|
-
|
|
24718
|
-
|
|
24719
|
-
|
|
24712
|
+
};
|
|
24713
|
+
CollectionPage.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
24714
|
+
const proxy = this._getCustomInspectProxy();
|
|
24715
|
+
return "CollectionPage " + inspect(proxy, options);
|
|
24716
|
+
};
|
|
24717
|
+
CollectionPage.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
24718
|
+
const proxy = this._getCustomInspectProxy();
|
|
24719
|
+
return "CollectionPage " + inspect(proxy, options);
|
|
24720
24720
|
};
|
|
24721
24721
|
/** Indicates that the `actor` has created the `object`.
|
|
24722
24722
|
*/
|
|
@@ -24887,14 +24887,14 @@ var Create = class Create extends Activity {
|
|
|
24887
24887
|
const proxy = super._getCustomInspectProxy();
|
|
24888
24888
|
return proxy;
|
|
24889
24889
|
}
|
|
24890
|
-
|
|
24891
|
-
|
|
24892
|
-
|
|
24893
|
-
|
|
24894
|
-
|
|
24895
|
-
|
|
24896
|
-
|
|
24897
|
-
|
|
24890
|
+
};
|
|
24891
|
+
Create.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
24892
|
+
const proxy = this._getCustomInspectProxy();
|
|
24893
|
+
return "Create " + inspect(proxy, options);
|
|
24894
|
+
};
|
|
24895
|
+
Create.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
24896
|
+
const proxy = this._getCustomInspectProxy();
|
|
24897
|
+
return "Create " + inspect(proxy, options);
|
|
24898
24898
|
};
|
|
24899
24899
|
/** Indicates that the `actor` has deleted the `object`. If specified,
|
|
24900
24900
|
* the `origin` indicates the context from which the `object` was deleted.
|
|
@@ -25062,14 +25062,14 @@ var Delete = class Delete extends Activity {
|
|
|
25062
25062
|
const proxy = super._getCustomInspectProxy();
|
|
25063
25063
|
return proxy;
|
|
25064
25064
|
}
|
|
25065
|
-
|
|
25066
|
-
|
|
25067
|
-
|
|
25068
|
-
|
|
25069
|
-
|
|
25070
|
-
|
|
25071
|
-
|
|
25072
|
-
|
|
25065
|
+
};
|
|
25066
|
+
Delete.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25067
|
+
const proxy = this._getCustomInspectProxy();
|
|
25068
|
+
return "Delete " + inspect(proxy, options);
|
|
25069
|
+
};
|
|
25070
|
+
Delete.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
25071
|
+
const proxy = this._getCustomInspectProxy();
|
|
25072
|
+
return "Delete " + inspect(proxy, options);
|
|
25073
25073
|
};
|
|
25074
25074
|
/** Indicates that the `actor` dislikes the `object`.
|
|
25075
25075
|
*/
|
|
@@ -25224,14 +25224,14 @@ var Dislike = class Dislike extends Activity {
|
|
|
25224
25224
|
const proxy = super._getCustomInspectProxy();
|
|
25225
25225
|
return proxy;
|
|
25226
25226
|
}
|
|
25227
|
-
|
|
25228
|
-
|
|
25229
|
-
|
|
25230
|
-
|
|
25231
|
-
|
|
25232
|
-
|
|
25233
|
-
|
|
25234
|
-
|
|
25227
|
+
};
|
|
25228
|
+
Dislike.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25229
|
+
const proxy = this._getCustomInspectProxy();
|
|
25230
|
+
return "Dislike " + inspect(proxy, options);
|
|
25231
|
+
};
|
|
25232
|
+
Dislike.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
25233
|
+
const proxy = this._getCustomInspectProxy();
|
|
25234
|
+
return "Dislike " + inspect(proxy, options);
|
|
25235
25235
|
};
|
|
25236
25236
|
/** Contents of {@link Actor}'s `endpoints`.
|
|
25237
25237
|
*/
|
|
@@ -25453,7 +25453,6 @@ var Endpoints = class {
|
|
|
25453
25453
|
compactItems.push(item);
|
|
25454
25454
|
}
|
|
25455
25455
|
if (compactItems.length > 0) result["sharedInbox"] = compactItems.length > 1 ? compactItems : compactItems[0];
|
|
25456
|
-
result["type"] = "as:Endpoints";
|
|
25457
25456
|
if (this.id != null) result["id"] = this.id.href;
|
|
25458
25457
|
result["@context"] = "https://www.w3.org/ns/activitystreams";
|
|
25459
25458
|
return result;
|
|
@@ -25514,7 +25513,6 @@ var Endpoints = class {
|
|
|
25514
25513
|
const propValue = array;
|
|
25515
25514
|
values["https://www.w3.org/ns/activitystreams#sharedInbox"] = propValue;
|
|
25516
25515
|
}
|
|
25517
|
-
values["@type"] = ["https://www.w3.org/ns/activitystreams#Endpoints"];
|
|
25518
25516
|
if (this.id != null) values["@id"] = this.id.href;
|
|
25519
25517
|
if (options.format === "expand") return await jsonld.expand(values, { documentLoader: options.contextLoader });
|
|
25520
25518
|
const docContext = options.context ?? "https://www.w3.org/ns/activitystreams";
|
|
@@ -25669,14 +25667,14 @@ var Endpoints = class {
|
|
|
25669
25667
|
if (_3JprUSDLVqqX4dwHRi37qGZZCRCc_sharedInbox.length == 1) proxy.sharedInbox = _3JprUSDLVqqX4dwHRi37qGZZCRCc_sharedInbox[0];
|
|
25670
25668
|
return proxy;
|
|
25671
25669
|
}
|
|
25672
|
-
|
|
25673
|
-
|
|
25674
|
-
|
|
25675
|
-
|
|
25676
|
-
|
|
25677
|
-
|
|
25678
|
-
|
|
25679
|
-
|
|
25670
|
+
};
|
|
25671
|
+
Endpoints.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25672
|
+
const proxy = this._getCustomInspectProxy();
|
|
25673
|
+
return "Endpoints " + inspect(proxy, options);
|
|
25674
|
+
};
|
|
25675
|
+
Endpoints.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
25676
|
+
const proxy = this._getCustomInspectProxy();
|
|
25677
|
+
return "Endpoints " + inspect(proxy, options);
|
|
25680
25678
|
};
|
|
25681
25679
|
/** Represents any kind of event.
|
|
25682
25680
|
*/
|
|
@@ -25835,14 +25833,14 @@ var Event = class Event extends Object$1 {
|
|
|
25835
25833
|
const proxy = super._getCustomInspectProxy();
|
|
25836
25834
|
return proxy;
|
|
25837
25835
|
}
|
|
25838
|
-
|
|
25839
|
-
|
|
25840
|
-
|
|
25841
|
-
|
|
25842
|
-
|
|
25843
|
-
|
|
25844
|
-
|
|
25845
|
-
|
|
25836
|
+
};
|
|
25837
|
+
Event.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25838
|
+
const proxy = this._getCustomInspectProxy();
|
|
25839
|
+
return "Event " + inspect(proxy, options);
|
|
25840
|
+
};
|
|
25841
|
+
Event.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
25842
|
+
const proxy = this._getCustomInspectProxy();
|
|
25843
|
+
return "Event " + inspect(proxy, options);
|
|
25846
25844
|
};
|
|
25847
25845
|
/** Indicates that the `actor` is "flagging" the `object`. Flagging is defined
|
|
25848
25846
|
* in the sense common to many social platforms as reporting content as being
|
|
@@ -25995,14 +25993,14 @@ var Flag = class Flag extends Activity {
|
|
|
25995
25993
|
const proxy = super._getCustomInspectProxy();
|
|
25996
25994
|
return proxy;
|
|
25997
25995
|
}
|
|
25998
|
-
|
|
25999
|
-
|
|
26000
|
-
|
|
26001
|
-
|
|
26002
|
-
|
|
26003
|
-
|
|
26004
|
-
|
|
26005
|
-
|
|
25996
|
+
};
|
|
25997
|
+
Flag.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25998
|
+
const proxy = this._getCustomInspectProxy();
|
|
25999
|
+
return "Flag " + inspect(proxy, options);
|
|
26000
|
+
};
|
|
26001
|
+
Flag.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
26002
|
+
const proxy = this._getCustomInspectProxy();
|
|
26003
|
+
return "Flag " + inspect(proxy, options);
|
|
26006
26004
|
};
|
|
26007
26005
|
/** Indicates that the `actor` is "following" the `object`. Following is defined
|
|
26008
26006
|
* in the sense typically used within Social systems in which the actor is
|
|
@@ -26159,14 +26157,14 @@ var Follow = class Follow extends Activity {
|
|
|
26159
26157
|
const proxy = super._getCustomInspectProxy();
|
|
26160
26158
|
return proxy;
|
|
26161
26159
|
}
|
|
26162
|
-
|
|
26163
|
-
|
|
26164
|
-
|
|
26165
|
-
|
|
26166
|
-
|
|
26167
|
-
|
|
26168
|
-
|
|
26169
|
-
|
|
26160
|
+
};
|
|
26161
|
+
Follow.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
26162
|
+
const proxy = this._getCustomInspectProxy();
|
|
26163
|
+
return "Follow " + inspect(proxy, options);
|
|
26164
|
+
};
|
|
26165
|
+
Follow.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
26166
|
+
const proxy = this._getCustomInspectProxy();
|
|
26167
|
+
return "Follow " + inspect(proxy, options);
|
|
26170
26168
|
};
|
|
26171
26169
|
/** Represents a formal or informal collective of Actors.
|
|
26172
26170
|
*/
|
|
@@ -29529,14 +29527,14 @@ var Group = class Group extends Object$1 {
|
|
|
29529
29527
|
if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
|
|
29530
29528
|
return proxy;
|
|
29531
29529
|
}
|
|
29532
|
-
|
|
29533
|
-
|
|
29534
|
-
|
|
29535
|
-
|
|
29536
|
-
|
|
29537
|
-
|
|
29538
|
-
|
|
29539
|
-
|
|
29530
|
+
};
|
|
29531
|
+
Group.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
29532
|
+
const proxy = this._getCustomInspectProxy();
|
|
29533
|
+
return "Group " + inspect(proxy, options);
|
|
29534
|
+
};
|
|
29535
|
+
Group.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
29536
|
+
const proxy = this._getCustomInspectProxy();
|
|
29537
|
+
return "Group " + inspect(proxy, options);
|
|
29540
29538
|
};
|
|
29541
29539
|
/** A Link is an indirect, qualified reference to a resource identified by a URL.
|
|
29542
29540
|
* The fundamental model for links is established by RFC 5988. Many of the
|
|
@@ -30317,14 +30315,14 @@ var Link = class Link {
|
|
|
30317
30315
|
if (_gCVTegXxWWCw6wWRxa1QF65zusg_preview.length > 1 || !("preview" in proxy) && _gCVTegXxWWCw6wWRxa1QF65zusg_preview.length > 0) proxy.previews = _gCVTegXxWWCw6wWRxa1QF65zusg_preview;
|
|
30318
30316
|
return proxy;
|
|
30319
30317
|
}
|
|
30320
|
-
|
|
30321
|
-
|
|
30322
|
-
|
|
30323
|
-
|
|
30324
|
-
|
|
30325
|
-
|
|
30326
|
-
|
|
30327
|
-
|
|
30318
|
+
};
|
|
30319
|
+
Link.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
30320
|
+
const proxy = this._getCustomInspectProxy();
|
|
30321
|
+
return "Link " + inspect(proxy, options);
|
|
30322
|
+
};
|
|
30323
|
+
Link.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
30324
|
+
const proxy = this._getCustomInspectProxy();
|
|
30325
|
+
return "Link " + inspect(proxy, options);
|
|
30328
30326
|
};
|
|
30329
30327
|
/** A specialized {@link Link} that represents an #hashtag.
|
|
30330
30328
|
*
|
|
@@ -30482,14 +30480,14 @@ var Hashtag = class Hashtag extends Link {
|
|
|
30482
30480
|
const proxy = super._getCustomInspectProxy();
|
|
30483
30481
|
return proxy;
|
|
30484
30482
|
}
|
|
30485
|
-
|
|
30486
|
-
|
|
30487
|
-
|
|
30488
|
-
|
|
30489
|
-
|
|
30490
|
-
|
|
30491
|
-
|
|
30492
|
-
|
|
30483
|
+
};
|
|
30484
|
+
Hashtag.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
30485
|
+
const proxy = this._getCustomInspectProxy();
|
|
30486
|
+
return "Hashtag " + inspect(proxy, options);
|
|
30487
|
+
};
|
|
30488
|
+
Hashtag.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
30489
|
+
const proxy = this._getCustomInspectProxy();
|
|
30490
|
+
return "Hashtag " + inspect(proxy, options);
|
|
30493
30491
|
};
|
|
30494
30492
|
/** An image document of any kind.
|
|
30495
30493
|
*/
|
|
@@ -30648,14 +30646,14 @@ var Image = class Image extends Document {
|
|
|
30648
30646
|
const proxy = super._getCustomInspectProxy();
|
|
30649
30647
|
return proxy;
|
|
30650
30648
|
}
|
|
30651
|
-
|
|
30652
|
-
|
|
30653
|
-
|
|
30654
|
-
|
|
30655
|
-
|
|
30656
|
-
|
|
30657
|
-
|
|
30658
|
-
|
|
30649
|
+
};
|
|
30650
|
+
Image.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
30651
|
+
const proxy = this._getCustomInspectProxy();
|
|
30652
|
+
return "Image " + inspect(proxy, options);
|
|
30653
|
+
};
|
|
30654
|
+
Image.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
30655
|
+
const proxy = this._getCustomInspectProxy();
|
|
30656
|
+
return "Image " + inspect(proxy, options);
|
|
30659
30657
|
};
|
|
30660
30658
|
/** Indicates that the actor is offering the object.
|
|
30661
30659
|
* If specified, the target indicates the entity to which
|
|
@@ -30809,14 +30807,14 @@ var Offer = class Offer extends Activity {
|
|
|
30809
30807
|
const proxy = super._getCustomInspectProxy();
|
|
30810
30808
|
return proxy;
|
|
30811
30809
|
}
|
|
30812
|
-
|
|
30813
|
-
|
|
30814
|
-
|
|
30815
|
-
|
|
30816
|
-
|
|
30817
|
-
|
|
30818
|
-
|
|
30819
|
-
|
|
30810
|
+
};
|
|
30811
|
+
Offer.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
30812
|
+
const proxy = this._getCustomInspectProxy();
|
|
30813
|
+
return "Offer " + inspect(proxy, options);
|
|
30814
|
+
};
|
|
30815
|
+
Offer.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
30816
|
+
const proxy = this._getCustomInspectProxy();
|
|
30817
|
+
return "Offer " + inspect(proxy, options);
|
|
30820
30818
|
};
|
|
30821
30819
|
/** A specialization of `Offer` in which the `actor` is extending an invitation
|
|
30822
30820
|
* for the `object` to the `target`.
|
|
@@ -30968,14 +30966,14 @@ var Invite = class Invite extends Offer {
|
|
|
30968
30966
|
const proxy = super._getCustomInspectProxy();
|
|
30969
30967
|
return proxy;
|
|
30970
30968
|
}
|
|
30971
|
-
|
|
30972
|
-
|
|
30973
|
-
|
|
30974
|
-
|
|
30975
|
-
|
|
30976
|
-
|
|
30977
|
-
|
|
30978
|
-
|
|
30969
|
+
};
|
|
30970
|
+
Invite.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
30971
|
+
const proxy = this._getCustomInspectProxy();
|
|
30972
|
+
return "Invite " + inspect(proxy, options);
|
|
30973
|
+
};
|
|
30974
|
+
Invite.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
30975
|
+
const proxy = this._getCustomInspectProxy();
|
|
30976
|
+
return "Invite " + inspect(proxy, options);
|
|
30979
30977
|
};
|
|
30980
30978
|
/** Indicates that the `actor` has joined the `object`.
|
|
30981
30979
|
* The `target` and `origin` typically have no defined meaning.
|
|
@@ -31127,14 +31125,14 @@ var Join = class Join extends Activity {
|
|
|
31127
31125
|
const proxy = super._getCustomInspectProxy();
|
|
31128
31126
|
return proxy;
|
|
31129
31127
|
}
|
|
31130
|
-
|
|
31131
|
-
|
|
31132
|
-
|
|
31133
|
-
|
|
31134
|
-
|
|
31135
|
-
|
|
31136
|
-
|
|
31137
|
-
|
|
31128
|
+
};
|
|
31129
|
+
Join.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
31130
|
+
const proxy = this._getCustomInspectProxy();
|
|
31131
|
+
return "Join " + inspect(proxy, options);
|
|
31132
|
+
};
|
|
31133
|
+
Join.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
31134
|
+
const proxy = this._getCustomInspectProxy();
|
|
31135
|
+
return "Join " + inspect(proxy, options);
|
|
31138
31136
|
};
|
|
31139
31137
|
/** Indicates that the `actor` has left the `object`.
|
|
31140
31138
|
* The `target` and `origin` typically have no meaning.
|
|
@@ -31286,14 +31284,14 @@ var Leave = class Leave extends Activity {
|
|
|
31286
31284
|
const proxy = super._getCustomInspectProxy();
|
|
31287
31285
|
return proxy;
|
|
31288
31286
|
}
|
|
31289
|
-
|
|
31290
|
-
|
|
31291
|
-
|
|
31292
|
-
|
|
31293
|
-
|
|
31294
|
-
|
|
31295
|
-
|
|
31296
|
-
|
|
31287
|
+
};
|
|
31288
|
+
Leave.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
31289
|
+
const proxy = this._getCustomInspectProxy();
|
|
31290
|
+
return "Leave " + inspect(proxy, options);
|
|
31291
|
+
};
|
|
31292
|
+
Leave.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
31293
|
+
const proxy = this._getCustomInspectProxy();
|
|
31294
|
+
return "Leave " + inspect(proxy, options);
|
|
31297
31295
|
};
|
|
31298
31296
|
/** Indicates that the `actor` likes, recommends or endorses the `object`.
|
|
31299
31297
|
* The `target` and `origin` typically have no defined meaning.
|
|
@@ -31449,14 +31447,14 @@ var Like = class Like extends Activity {
|
|
|
31449
31447
|
const proxy = super._getCustomInspectProxy();
|
|
31450
31448
|
return proxy;
|
|
31451
31449
|
}
|
|
31452
|
-
|
|
31453
|
-
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
|
|
31457
|
-
|
|
31458
|
-
|
|
31459
|
-
|
|
31450
|
+
};
|
|
31451
|
+
Like.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
31452
|
+
const proxy = this._getCustomInspectProxy();
|
|
31453
|
+
return "Like " + inspect(proxy, options);
|
|
31454
|
+
};
|
|
31455
|
+
Like.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
31456
|
+
const proxy = this._getCustomInspectProxy();
|
|
31457
|
+
return "Like " + inspect(proxy, options);
|
|
31460
31458
|
};
|
|
31461
31459
|
/** Indicates that the `actor` has listened to the `object`.
|
|
31462
31460
|
*/
|
|
@@ -31607,14 +31605,14 @@ var Listen = class Listen extends Activity {
|
|
|
31607
31605
|
const proxy = super._getCustomInspectProxy();
|
|
31608
31606
|
return proxy;
|
|
31609
31607
|
}
|
|
31610
|
-
|
|
31611
|
-
|
|
31612
|
-
|
|
31613
|
-
|
|
31614
|
-
|
|
31615
|
-
|
|
31616
|
-
|
|
31617
|
-
|
|
31608
|
+
};
|
|
31609
|
+
Listen.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
31610
|
+
const proxy = this._getCustomInspectProxy();
|
|
31611
|
+
return "Listen " + inspect(proxy, options);
|
|
31612
|
+
};
|
|
31613
|
+
Listen.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
31614
|
+
const proxy = this._getCustomInspectProxy();
|
|
31615
|
+
return "Listen " + inspect(proxy, options);
|
|
31618
31616
|
};
|
|
31619
31617
|
/** A specialized {@link Link} that represents an @mention.
|
|
31620
31618
|
*/
|
|
@@ -31770,14 +31768,14 @@ var Mention = class Mention extends Link {
|
|
|
31770
31768
|
const proxy = super._getCustomInspectProxy();
|
|
31771
31769
|
return proxy;
|
|
31772
31770
|
}
|
|
31773
|
-
|
|
31774
|
-
|
|
31775
|
-
|
|
31776
|
-
|
|
31777
|
-
|
|
31778
|
-
|
|
31779
|
-
|
|
31780
|
-
|
|
31771
|
+
};
|
|
31772
|
+
Mention.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
31773
|
+
const proxy = this._getCustomInspectProxy();
|
|
31774
|
+
return "Mention " + inspect(proxy, options);
|
|
31775
|
+
};
|
|
31776
|
+
Mention.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
31777
|
+
const proxy = this._getCustomInspectProxy();
|
|
31778
|
+
return "Mention " + inspect(proxy, options);
|
|
31781
31779
|
};
|
|
31782
31780
|
/** Indicates that the `actor` has moved `object` from `origin` to `target`.
|
|
31783
31781
|
* If the `origin` or `target` are not specified,
|
|
@@ -31930,14 +31928,14 @@ var Move = class Move extends Activity {
|
|
|
31930
31928
|
const proxy = super._getCustomInspectProxy();
|
|
31931
31929
|
return proxy;
|
|
31932
31930
|
}
|
|
31933
|
-
|
|
31934
|
-
|
|
31935
|
-
|
|
31936
|
-
|
|
31937
|
-
|
|
31938
|
-
|
|
31939
|
-
|
|
31940
|
-
|
|
31931
|
+
};
|
|
31932
|
+
Move.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
31933
|
+
const proxy = this._getCustomInspectProxy();
|
|
31934
|
+
return "Move " + inspect(proxy, options);
|
|
31935
|
+
};
|
|
31936
|
+
Move.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
31937
|
+
const proxy = this._getCustomInspectProxy();
|
|
31938
|
+
return "Move " + inspect(proxy, options);
|
|
31941
31939
|
};
|
|
31942
31940
|
/** Represents a short written work typically less than a single paragraph in
|
|
31943
31941
|
* length.
|
|
@@ -32190,14 +32188,14 @@ var Note = class Note extends Object$1 {
|
|
|
32190
32188
|
if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
|
|
32191
32189
|
return proxy;
|
|
32192
32190
|
}
|
|
32193
|
-
|
|
32194
|
-
|
|
32195
|
-
|
|
32196
|
-
|
|
32197
|
-
|
|
32198
|
-
|
|
32199
|
-
|
|
32200
|
-
|
|
32191
|
+
};
|
|
32192
|
+
Note.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
32193
|
+
const proxy = this._getCustomInspectProxy();
|
|
32194
|
+
return "Note " + inspect(proxy, options);
|
|
32195
|
+
};
|
|
32196
|
+
Note.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
32197
|
+
const proxy = this._getCustomInspectProxy();
|
|
32198
|
+
return "Note " + inspect(proxy, options);
|
|
32201
32199
|
};
|
|
32202
32200
|
/** A subtype of {@link Collection} in which members of the logical collection
|
|
32203
32201
|
* are assumed to always be strictly ordered.
|
|
@@ -32651,14 +32649,14 @@ var OrderedCollection = class OrderedCollection extends Collection {
|
|
|
32651
32649
|
if (_2JPCKWTcfBmTCcW8Tv3TpRaLVaqg_items.length > 1 || !("item" in proxy) && _2JPCKWTcfBmTCcW8Tv3TpRaLVaqg_items.length > 0) proxy.items = _2JPCKWTcfBmTCcW8Tv3TpRaLVaqg_items;
|
|
32652
32650
|
return proxy;
|
|
32653
32651
|
}
|
|
32654
|
-
|
|
32655
|
-
|
|
32656
|
-
|
|
32657
|
-
|
|
32658
|
-
|
|
32659
|
-
|
|
32660
|
-
|
|
32661
|
-
|
|
32652
|
+
};
|
|
32653
|
+
OrderedCollection.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
32654
|
+
const proxy = this._getCustomInspectProxy();
|
|
32655
|
+
return "OrderedCollection " + inspect(proxy, options);
|
|
32656
|
+
};
|
|
32657
|
+
OrderedCollection.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
32658
|
+
const proxy = this._getCustomInspectProxy();
|
|
32659
|
+
return "OrderedCollection " + inspect(proxy, options);
|
|
32662
32660
|
};
|
|
32663
32661
|
/** Used to represent ordered subsets of items from an `OrderedCollection`.
|
|
32664
32662
|
* Refer to the Activity Streams 2.0 Core for a complete description of
|
|
@@ -33157,14 +33155,14 @@ var OrderedCollectionPage = class OrderedCollectionPage extends CollectionPage {
|
|
|
33157
33155
|
if (_2W4yinFwqmpneu2h4m1mZ3pcLADd_startIndex.length == 1) proxy.startIndex = _2W4yinFwqmpneu2h4m1mZ3pcLADd_startIndex[0];
|
|
33158
33156
|
return proxy;
|
|
33159
33157
|
}
|
|
33160
|
-
|
|
33161
|
-
|
|
33162
|
-
|
|
33163
|
-
|
|
33164
|
-
|
|
33165
|
-
|
|
33166
|
-
|
|
33167
|
-
|
|
33158
|
+
};
|
|
33159
|
+
OrderedCollectionPage.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
33160
|
+
const proxy = this._getCustomInspectProxy();
|
|
33161
|
+
return "OrderedCollectionPage " + inspect(proxy, options);
|
|
33162
|
+
};
|
|
33163
|
+
OrderedCollectionPage.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
33164
|
+
const proxy = this._getCustomInspectProxy();
|
|
33165
|
+
return "OrderedCollectionPage " + inspect(proxy, options);
|
|
33168
33166
|
};
|
|
33169
33167
|
/** Represents an organization.
|
|
33170
33168
|
*/
|
|
@@ -36527,14 +36525,14 @@ var Organization = class Organization extends Object$1 {
|
|
|
36527
36525
|
if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
|
|
36528
36526
|
return proxy;
|
|
36529
36527
|
}
|
|
36530
|
-
|
|
36531
|
-
|
|
36532
|
-
|
|
36533
|
-
|
|
36534
|
-
|
|
36535
|
-
|
|
36536
|
-
|
|
36537
|
-
|
|
36528
|
+
};
|
|
36529
|
+
Organization.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
36530
|
+
const proxy = this._getCustomInspectProxy();
|
|
36531
|
+
return "Organization " + inspect(proxy, options);
|
|
36532
|
+
};
|
|
36533
|
+
Organization.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
36534
|
+
const proxy = this._getCustomInspectProxy();
|
|
36535
|
+
return "Organization " + inspect(proxy, options);
|
|
36538
36536
|
};
|
|
36539
36537
|
/** Represents a Web Page.
|
|
36540
36538
|
*/
|
|
@@ -36693,14 +36691,14 @@ var Page = class Page extends Document {
|
|
|
36693
36691
|
const proxy = super._getCustomInspectProxy();
|
|
36694
36692
|
return proxy;
|
|
36695
36693
|
}
|
|
36696
|
-
|
|
36697
|
-
|
|
36698
|
-
|
|
36699
|
-
|
|
36700
|
-
|
|
36701
|
-
|
|
36702
|
-
|
|
36703
|
-
|
|
36694
|
+
};
|
|
36695
|
+
Page.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
36696
|
+
const proxy = this._getCustomInspectProxy();
|
|
36697
|
+
return "Page " + inspect(proxy, options);
|
|
36698
|
+
};
|
|
36699
|
+
Page.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
36700
|
+
const proxy = this._getCustomInspectProxy();
|
|
36701
|
+
return "Page " + inspect(proxy, options);
|
|
36704
36702
|
};
|
|
36705
36703
|
/** Represents an individual person.
|
|
36706
36704
|
*/
|
|
@@ -40063,14 +40061,14 @@ var Person = class Person extends Object$1 {
|
|
|
40063
40061
|
if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
|
|
40064
40062
|
return proxy;
|
|
40065
40063
|
}
|
|
40066
|
-
|
|
40067
|
-
|
|
40068
|
-
|
|
40069
|
-
|
|
40070
|
-
|
|
40071
|
-
|
|
40072
|
-
|
|
40073
|
-
|
|
40064
|
+
};
|
|
40065
|
+
Person.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
40066
|
+
const proxy = this._getCustomInspectProxy();
|
|
40067
|
+
return "Person " + inspect(proxy, options);
|
|
40068
|
+
};
|
|
40069
|
+
Person.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
40070
|
+
const proxy = this._getCustomInspectProxy();
|
|
40071
|
+
return "Person " + inspect(proxy, options);
|
|
40074
40072
|
};
|
|
40075
40073
|
/** Represents a logical or physical location. See [5.3 Representing
|
|
40076
40074
|
* Places](https://www.w3.org/TR/activitystreams-vocabulary/#places)
|
|
@@ -40496,14 +40494,14 @@ var Place = class Place extends Object$1 {
|
|
|
40496
40494
|
if (_oKrwxU4V8wiKhMW1QEYQibcJh8c_units.length == 1) proxy.units = _oKrwxU4V8wiKhMW1QEYQibcJh8c_units[0];
|
|
40497
40495
|
return proxy;
|
|
40498
40496
|
}
|
|
40499
|
-
|
|
40500
|
-
|
|
40501
|
-
|
|
40502
|
-
|
|
40503
|
-
|
|
40504
|
-
|
|
40505
|
-
|
|
40506
|
-
|
|
40497
|
+
};
|
|
40498
|
+
Place.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
40499
|
+
const proxy = this._getCustomInspectProxy();
|
|
40500
|
+
return "Place " + inspect(proxy, options);
|
|
40501
|
+
};
|
|
40502
|
+
Place.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
40503
|
+
const proxy = this._getCustomInspectProxy();
|
|
40504
|
+
return "Place " + inspect(proxy, options);
|
|
40507
40505
|
};
|
|
40508
40506
|
/** A {@link Profile} is a content object that describes another {@link Object},
|
|
40509
40507
|
* typically used to describe [Actor
|
|
@@ -40839,14 +40837,14 @@ var Profile = class Profile extends Object$1 {
|
|
|
40839
40837
|
if (_3CLQ1PLSXrhSQbTGGHuxNyaEFKM1_describes.length == 1) proxy.describes = _3CLQ1PLSXrhSQbTGGHuxNyaEFKM1_describes[0];
|
|
40840
40838
|
return proxy;
|
|
40841
40839
|
}
|
|
40842
|
-
|
|
40843
|
-
|
|
40844
|
-
|
|
40845
|
-
|
|
40846
|
-
|
|
40847
|
-
|
|
40848
|
-
|
|
40849
|
-
|
|
40840
|
+
};
|
|
40841
|
+
Profile.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
40842
|
+
const proxy = this._getCustomInspectProxy();
|
|
40843
|
+
return "Profile " + inspect(proxy, options);
|
|
40844
|
+
};
|
|
40845
|
+
Profile.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
40846
|
+
const proxy = this._getCustomInspectProxy();
|
|
40847
|
+
return "Profile " + inspect(proxy, options);
|
|
40850
40848
|
};
|
|
40851
40849
|
/** Represents a question being asked. Question objects are an extension of
|
|
40852
40850
|
* {@link IntransitiveActivity}. That is, the Question object is an Activity,
|
|
@@ -41478,14 +41476,14 @@ var Question = class Question extends IntransitiveActivity {
|
|
|
41478
41476
|
if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
|
|
41479
41477
|
return proxy;
|
|
41480
41478
|
}
|
|
41481
|
-
|
|
41482
|
-
|
|
41483
|
-
|
|
41484
|
-
|
|
41485
|
-
|
|
41486
|
-
|
|
41487
|
-
|
|
41488
|
-
|
|
41479
|
+
};
|
|
41480
|
+
Question.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
41481
|
+
const proxy = this._getCustomInspectProxy();
|
|
41482
|
+
return "Question " + inspect(proxy, options);
|
|
41483
|
+
};
|
|
41484
|
+
Question.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
41485
|
+
const proxy = this._getCustomInspectProxy();
|
|
41486
|
+
return "Question " + inspect(proxy, options);
|
|
41489
41487
|
};
|
|
41490
41488
|
/** Indicates that the `actor` has read the `object`.
|
|
41491
41489
|
*/
|
|
@@ -41636,14 +41634,14 @@ var Read = class Read extends Activity {
|
|
|
41636
41634
|
const proxy = super._getCustomInspectProxy();
|
|
41637
41635
|
return proxy;
|
|
41638
41636
|
}
|
|
41639
|
-
|
|
41640
|
-
|
|
41641
|
-
|
|
41642
|
-
|
|
41643
|
-
|
|
41644
|
-
|
|
41645
|
-
|
|
41646
|
-
|
|
41637
|
+
};
|
|
41638
|
+
Read.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
41639
|
+
const proxy = this._getCustomInspectProxy();
|
|
41640
|
+
return "Read " + inspect(proxy, options);
|
|
41641
|
+
};
|
|
41642
|
+
Read.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
41643
|
+
const proxy = this._getCustomInspectProxy();
|
|
41644
|
+
return "Read " + inspect(proxy, options);
|
|
41647
41645
|
};
|
|
41648
41646
|
/** Indicates that the `actor` is rejecting the `object`. The `target` and
|
|
41649
41647
|
* `origin` typically have no defined meaning.
|
|
@@ -41796,14 +41794,14 @@ var Reject = class Reject extends Activity {
|
|
|
41796
41794
|
const proxy = super._getCustomInspectProxy();
|
|
41797
41795
|
return proxy;
|
|
41798
41796
|
}
|
|
41799
|
-
|
|
41800
|
-
|
|
41801
|
-
|
|
41802
|
-
|
|
41803
|
-
|
|
41804
|
-
|
|
41805
|
-
|
|
41806
|
-
|
|
41797
|
+
};
|
|
41798
|
+
Reject.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
41799
|
+
const proxy = this._getCustomInspectProxy();
|
|
41800
|
+
return "Reject " + inspect(proxy, options);
|
|
41801
|
+
};
|
|
41802
|
+
Reject.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
41803
|
+
const proxy = this._getCustomInspectProxy();
|
|
41804
|
+
return "Reject " + inspect(proxy, options);
|
|
41807
41805
|
};
|
|
41808
41806
|
/** Describes a relationship between two individuals.
|
|
41809
41807
|
* The {@link Relationship.subject} and {@link Relationship.object} properties
|
|
@@ -42607,14 +42605,14 @@ var Relationship = class Relationship extends Object$1 {
|
|
|
42607
42605
|
if (_4Lzz89F9qipAQSGkWyX9DGWiUojG_relationship.length > 1 || !("relationship" in proxy) && _4Lzz89F9qipAQSGkWyX9DGWiUojG_relationship.length > 0) proxy.relationships = _4Lzz89F9qipAQSGkWyX9DGWiUojG_relationship;
|
|
42608
42606
|
return proxy;
|
|
42609
42607
|
}
|
|
42610
|
-
|
|
42611
|
-
|
|
42612
|
-
|
|
42613
|
-
|
|
42614
|
-
|
|
42615
|
-
|
|
42616
|
-
|
|
42617
|
-
|
|
42608
|
+
};
|
|
42609
|
+
Relationship.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
42610
|
+
const proxy = this._getCustomInspectProxy();
|
|
42611
|
+
return "Relationship " + inspect(proxy, options);
|
|
42612
|
+
};
|
|
42613
|
+
Relationship.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
42614
|
+
const proxy = this._getCustomInspectProxy();
|
|
42615
|
+
return "Relationship " + inspect(proxy, options);
|
|
42618
42616
|
};
|
|
42619
42617
|
/** Indicates that the `actor` is removing the `object`. If specified,
|
|
42620
42618
|
* the `origin` indicates the context from which the `object` is being removed.
|
|
@@ -42766,14 +42764,14 @@ var Remove = class Remove extends Activity {
|
|
|
42766
42764
|
const proxy = super._getCustomInspectProxy();
|
|
42767
42765
|
return proxy;
|
|
42768
42766
|
}
|
|
42769
|
-
|
|
42770
|
-
|
|
42771
|
-
|
|
42772
|
-
|
|
42773
|
-
|
|
42774
|
-
|
|
42775
|
-
|
|
42776
|
-
|
|
42767
|
+
};
|
|
42768
|
+
Remove.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
42769
|
+
const proxy = this._getCustomInspectProxy();
|
|
42770
|
+
return "Remove " + inspect(proxy, options);
|
|
42771
|
+
};
|
|
42772
|
+
Remove.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
42773
|
+
const proxy = this._getCustomInspectProxy();
|
|
42774
|
+
return "Remove " + inspect(proxy, options);
|
|
42777
42775
|
};
|
|
42778
42776
|
/** Represents a service of any kind.
|
|
42779
42777
|
*/
|
|
@@ -46136,14 +46134,14 @@ var Service = class Service extends Object$1 {
|
|
|
46136
46134
|
if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
|
|
46137
46135
|
return proxy;
|
|
46138
46136
|
}
|
|
46139
|
-
|
|
46140
|
-
|
|
46141
|
-
|
|
46142
|
-
|
|
46143
|
-
|
|
46144
|
-
|
|
46145
|
-
|
|
46146
|
-
|
|
46137
|
+
};
|
|
46138
|
+
Service.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
46139
|
+
const proxy = this._getCustomInspectProxy();
|
|
46140
|
+
return "Service " + inspect(proxy, options);
|
|
46141
|
+
};
|
|
46142
|
+
Service.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
46143
|
+
const proxy = this._getCustomInspectProxy();
|
|
46144
|
+
return "Service " + inspect(proxy, options);
|
|
46147
46145
|
};
|
|
46148
46146
|
/** Contents of {@link Object}'s `source`.
|
|
46149
46147
|
*/
|
|
@@ -46284,7 +46282,6 @@ var Source = class {
|
|
|
46284
46282
|
compactItems.push(item);
|
|
46285
46283
|
}
|
|
46286
46284
|
if (compactItems.length > 0) result["mediaType"] = compactItems.length > 1 ? compactItems : compactItems[0];
|
|
46287
|
-
result["type"] = "as:Source";
|
|
46288
46285
|
if (this.id != null) result["id"] = this.id.href;
|
|
46289
46286
|
result["@context"] = "https://www.w3.org/ns/activitystreams";
|
|
46290
46287
|
return result;
|
|
@@ -46312,7 +46309,6 @@ var Source = class {
|
|
|
46312
46309
|
const propValue = array;
|
|
46313
46310
|
values["https://www.w3.org/ns/activitystreams#mediaType"] = propValue;
|
|
46314
46311
|
}
|
|
46315
|
-
values["@type"] = ["https://www.w3.org/ns/activitystreams#Source"];
|
|
46316
46312
|
if (this.id != null) values["@id"] = this.id.href;
|
|
46317
46313
|
if (options.format === "expand") return await jsonld.expand(values, { documentLoader: options.contextLoader });
|
|
46318
46314
|
const docContext = options.context ?? "https://www.w3.org/ns/activitystreams";
|
|
@@ -46423,14 +46419,14 @@ var Source = class {
|
|
|
46423
46419
|
if (_3BLrzmscsjHCw8TF5BHRW9WkPnX8_mediaType.length == 1) proxy.mediaType = _3BLrzmscsjHCw8TF5BHRW9WkPnX8_mediaType[0];
|
|
46424
46420
|
return proxy;
|
|
46425
46421
|
}
|
|
46426
|
-
|
|
46427
|
-
|
|
46428
|
-
|
|
46429
|
-
|
|
46430
|
-
|
|
46431
|
-
|
|
46432
|
-
|
|
46433
|
-
|
|
46422
|
+
};
|
|
46423
|
+
Source.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
46424
|
+
const proxy = this._getCustomInspectProxy();
|
|
46425
|
+
return "Source " + inspect(proxy, options);
|
|
46426
|
+
};
|
|
46427
|
+
Source.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
46428
|
+
const proxy = this._getCustomInspectProxy();
|
|
46429
|
+
return "Source " + inspect(proxy, options);
|
|
46434
46430
|
};
|
|
46435
46431
|
/** A specialization of {@link Accept} indicating that
|
|
46436
46432
|
* the acceptance is tentative.
|
|
@@ -46582,14 +46578,14 @@ var TentativeAccept = class TentativeAccept extends Accept {
|
|
|
46582
46578
|
const proxy = super._getCustomInspectProxy();
|
|
46583
46579
|
return proxy;
|
|
46584
46580
|
}
|
|
46585
|
-
|
|
46586
|
-
|
|
46587
|
-
|
|
46588
|
-
|
|
46589
|
-
|
|
46590
|
-
|
|
46591
|
-
|
|
46592
|
-
|
|
46581
|
+
};
|
|
46582
|
+
TentativeAccept.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
46583
|
+
const proxy = this._getCustomInspectProxy();
|
|
46584
|
+
return "TentativeAccept " + inspect(proxy, options);
|
|
46585
|
+
};
|
|
46586
|
+
TentativeAccept.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
46587
|
+
const proxy = this._getCustomInspectProxy();
|
|
46588
|
+
return "TentativeAccept " + inspect(proxy, options);
|
|
46593
46589
|
};
|
|
46594
46590
|
/** A specialization of {@link Reject} in which
|
|
46595
46591
|
* the rejection is considered tentative.
|
|
@@ -46741,14 +46737,14 @@ var TentativeReject = class TentativeReject extends Reject {
|
|
|
46741
46737
|
const proxy = super._getCustomInspectProxy();
|
|
46742
46738
|
return proxy;
|
|
46743
46739
|
}
|
|
46744
|
-
|
|
46745
|
-
|
|
46746
|
-
|
|
46747
|
-
|
|
46748
|
-
|
|
46749
|
-
|
|
46750
|
-
|
|
46751
|
-
|
|
46740
|
+
};
|
|
46741
|
+
TentativeReject.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
46742
|
+
const proxy = this._getCustomInspectProxy();
|
|
46743
|
+
return "TentativeReject " + inspect(proxy, options);
|
|
46744
|
+
};
|
|
46745
|
+
TentativeReject.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
46746
|
+
const proxy = this._getCustomInspectProxy();
|
|
46747
|
+
return "TentativeReject " + inspect(proxy, options);
|
|
46752
46748
|
};
|
|
46753
46749
|
/** A `Tombstone` represents a content object that has been deleted.
|
|
46754
46750
|
* It can be used in {@link Collection}s to signify that there used to be
|
|
@@ -46953,14 +46949,14 @@ var Tombstone = class Tombstone extends Object$1 {
|
|
|
46953
46949
|
if (_8g8g4LiVMhFTXskuDEqx4ascxUr_deleted.length == 1) proxy.deleted = _8g8g4LiVMhFTXskuDEqx4ascxUr_deleted[0];
|
|
46954
46950
|
return proxy;
|
|
46955
46951
|
}
|
|
46956
|
-
|
|
46957
|
-
|
|
46958
|
-
|
|
46959
|
-
|
|
46960
|
-
|
|
46961
|
-
|
|
46962
|
-
|
|
46963
|
-
|
|
46952
|
+
};
|
|
46953
|
+
Tombstone.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
46954
|
+
const proxy = this._getCustomInspectProxy();
|
|
46955
|
+
return "Tombstone " + inspect(proxy, options);
|
|
46956
|
+
};
|
|
46957
|
+
Tombstone.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
46958
|
+
const proxy = this._getCustomInspectProxy();
|
|
46959
|
+
return "Tombstone " + inspect(proxy, options);
|
|
46964
46960
|
};
|
|
46965
46961
|
/** Indicates that the `actor` is traveling to `target` from `origin`.
|
|
46966
46962
|
* `Travel` is an `IntransitiveObject` whose `actor` specifies the direct object.
|
|
@@ -47114,14 +47110,14 @@ var Travel = class Travel extends IntransitiveActivity {
|
|
|
47114
47110
|
const proxy = super._getCustomInspectProxy();
|
|
47115
47111
|
return proxy;
|
|
47116
47112
|
}
|
|
47117
|
-
|
|
47118
|
-
|
|
47119
|
-
|
|
47120
|
-
|
|
47121
|
-
|
|
47122
|
-
|
|
47123
|
-
|
|
47124
|
-
|
|
47113
|
+
};
|
|
47114
|
+
Travel.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
47115
|
+
const proxy = this._getCustomInspectProxy();
|
|
47116
|
+
return "Travel " + inspect(proxy, options);
|
|
47117
|
+
};
|
|
47118
|
+
Travel.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
47119
|
+
const proxy = this._getCustomInspectProxy();
|
|
47120
|
+
return "Travel " + inspect(proxy, options);
|
|
47125
47121
|
};
|
|
47126
47122
|
/** Indicates that the `actor` is undoing the `object`. In most cases,
|
|
47127
47123
|
* the `object` will be an {@link Activity} describing some previously performed
|
|
@@ -47287,14 +47283,14 @@ var Undo = class Undo extends Activity {
|
|
|
47287
47283
|
const proxy = super._getCustomInspectProxy();
|
|
47288
47284
|
return proxy;
|
|
47289
47285
|
}
|
|
47290
|
-
|
|
47291
|
-
|
|
47292
|
-
|
|
47293
|
-
|
|
47294
|
-
|
|
47295
|
-
|
|
47296
|
-
|
|
47297
|
-
|
|
47286
|
+
};
|
|
47287
|
+
Undo.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
47288
|
+
const proxy = this._getCustomInspectProxy();
|
|
47289
|
+
return "Undo " + inspect(proxy, options);
|
|
47290
|
+
};
|
|
47291
|
+
Undo.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
47292
|
+
const proxy = this._getCustomInspectProxy();
|
|
47293
|
+
return "Undo " + inspect(proxy, options);
|
|
47298
47294
|
};
|
|
47299
47295
|
/** Indicates that the `actor` has updated the `object`. Note, however,
|
|
47300
47296
|
* that this vocabulary does not define a mechanism for describing the actual
|
|
@@ -47498,14 +47494,14 @@ var Update = class Update extends Activity {
|
|
|
47498
47494
|
const proxy = super._getCustomInspectProxy();
|
|
47499
47495
|
return proxy;
|
|
47500
47496
|
}
|
|
47501
|
-
|
|
47502
|
-
|
|
47503
|
-
|
|
47504
|
-
|
|
47505
|
-
|
|
47506
|
-
|
|
47507
|
-
|
|
47508
|
-
|
|
47497
|
+
};
|
|
47498
|
+
Update.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
47499
|
+
const proxy = this._getCustomInspectProxy();
|
|
47500
|
+
return "Update " + inspect(proxy, options);
|
|
47501
|
+
};
|
|
47502
|
+
Update.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
47503
|
+
const proxy = this._getCustomInspectProxy();
|
|
47504
|
+
return "Update " + inspect(proxy, options);
|
|
47509
47505
|
};
|
|
47510
47506
|
/** Represents a video document of any kind.
|
|
47511
47507
|
*/
|
|
@@ -47664,14 +47660,14 @@ var Video = class Video extends Document {
|
|
|
47664
47660
|
const proxy = super._getCustomInspectProxy();
|
|
47665
47661
|
return proxy;
|
|
47666
47662
|
}
|
|
47667
|
-
|
|
47668
|
-
|
|
47669
|
-
|
|
47670
|
-
|
|
47671
|
-
|
|
47672
|
-
|
|
47673
|
-
|
|
47674
|
-
|
|
47663
|
+
};
|
|
47664
|
+
Video.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
47665
|
+
const proxy = this._getCustomInspectProxy();
|
|
47666
|
+
return "Video " + inspect(proxy, options);
|
|
47667
|
+
};
|
|
47668
|
+
Video.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
47669
|
+
const proxy = this._getCustomInspectProxy();
|
|
47670
|
+
return "Video " + inspect(proxy, options);
|
|
47675
47671
|
};
|
|
47676
47672
|
/** Indicates that the `actor` has viewed the object.
|
|
47677
47673
|
*/
|
|
@@ -47822,15 +47818,15 @@ var View = class View extends Activity {
|
|
|
47822
47818
|
const proxy = super._getCustomInspectProxy();
|
|
47823
47819
|
return proxy;
|
|
47824
47820
|
}
|
|
47825
|
-
|
|
47826
|
-
|
|
47827
|
-
|
|
47828
|
-
|
|
47829
|
-
|
|
47830
|
-
|
|
47831
|
-
|
|
47832
|
-
|
|
47821
|
+
};
|
|
47822
|
+
View.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
47823
|
+
const proxy = this._getCustomInspectProxy();
|
|
47824
|
+
return "View " + inspect(proxy, options);
|
|
47825
|
+
};
|
|
47826
|
+
View.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
47827
|
+
const proxy = this._getCustomInspectProxy();
|
|
47828
|
+
return "View " + inspect(proxy, options);
|
|
47833
47829
|
};
|
|
47834
47830
|
|
|
47835
47831
|
//#endregion
|
|
47836
|
-
export { Activity, Announce, Application, Collection, Create, CryptographicKey, Follow, Group, Hashtag, Link, Note, Object$1 as Object, OrderedCollectionPage, Organization, Person, Place, Question, Service, Source, createTestTracerProvider, mockDocumentLoader, test, vocab_exports };
|
|
47832
|
+
export { Activity, Announce, Application, Collection, Create, CryptographicKey, Endpoints, Follow, Group, Hashtag, Link, Note, Object$1 as Object, OrderedCollectionPage, Organization, Person, Place, Question, Service, Source, createTestTracerProvider, mockDocumentLoader, test, vocab_exports };
|