@fedify/vocab 2.1.0-dev.403 → 2.1.0-dev.406
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-BtLjFioO.js → deno-C_9tl6Bv.js} +1 -1
- package/dist/lookup.test.js +2 -2
- package/dist/mod.cjs +529 -529
- package/dist/mod.d.cts +4002 -4002
- package/dist/mod.d.ts +4002 -4002
- package/dist/mod.js +529 -529
- package/dist/type.test.js +1 -1
- package/dist/{vocab-BoHbeM38.js → vocab-D_VpV6k4.js} +528 -528
- package/dist/vocab.test.js +1 -1
- package/package.json +4 -4
- package/tsdown.config.ts +1 -2
package/dist/mod.js
CHANGED
|
@@ -11,7 +11,7 @@ import { delay } from "es-toolkit";
|
|
|
11
11
|
|
|
12
12
|
//#region deno.json
|
|
13
13
|
var name = "@fedify/vocab";
|
|
14
|
-
var version = "2.1.0-dev.
|
|
14
|
+
var version = "2.1.0-dev.406+61a21e4e";
|
|
15
15
|
var license = "MIT";
|
|
16
16
|
var exports = { ".": "./src/mod.ts" };
|
|
17
17
|
var description = "Vocabularies library for @fedify/fedify";
|
|
@@ -5799,14 +5799,14 @@ var Object$1 = class Object$1 {
|
|
|
5799
5799
|
if (_42rPnotok1ivQ2RNCKNbeFJgx8b8_proof.length > 1 || !("proof" in proxy) && _42rPnotok1ivQ2RNCKNbeFJgx8b8_proof.length > 0) proxy.proofs = _42rPnotok1ivQ2RNCKNbeFJgx8b8_proof;
|
|
5800
5800
|
return proxy;
|
|
5801
5801
|
}
|
|
5802
|
-
|
|
5803
|
-
|
|
5804
|
-
|
|
5805
|
-
|
|
5806
|
-
|
|
5807
|
-
|
|
5808
|
-
|
|
5809
|
-
|
|
5802
|
+
};
|
|
5803
|
+
Object$1.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
5804
|
+
const proxy = this._getCustomInspectProxy();
|
|
5805
|
+
return "Object " + inspect(proxy, options);
|
|
5806
|
+
};
|
|
5807
|
+
Object$1.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
5808
|
+
const proxy = this._getCustomInspectProxy();
|
|
5809
|
+
return "Object " + inspect(proxy, options);
|
|
5810
5810
|
};
|
|
5811
5811
|
/** Represents a custom emoji.
|
|
5812
5812
|
*/
|
|
@@ -5971,14 +5971,14 @@ var Emoji = class Emoji extends Object$1 {
|
|
|
5971
5971
|
const proxy = super._getCustomInspectProxy();
|
|
5972
5972
|
return proxy;
|
|
5973
5973
|
}
|
|
5974
|
-
|
|
5975
|
-
|
|
5976
|
-
|
|
5977
|
-
|
|
5978
|
-
|
|
5979
|
-
|
|
5980
|
-
|
|
5981
|
-
|
|
5974
|
+
};
|
|
5975
|
+
Emoji.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
5976
|
+
const proxy = this._getCustomInspectProxy();
|
|
5977
|
+
return "Emoji " + inspect(proxy, options);
|
|
5978
|
+
};
|
|
5979
|
+
Emoji.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
5980
|
+
const proxy = this._getCustomInspectProxy();
|
|
5981
|
+
return "Emoji " + inspect(proxy, options);
|
|
5982
5982
|
};
|
|
5983
5983
|
/** `ChatMessage`s are the messages sent in 1-on-1 chats. They are similar to
|
|
5984
5984
|
* {@link Note}s, but the addressing is done by having a single AP actor in
|
|
@@ -6232,14 +6232,14 @@ var ChatMessage = class ChatMessage extends Object$1 {
|
|
|
6232
6232
|
if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
|
|
6233
6233
|
return proxy;
|
|
6234
6234
|
}
|
|
6235
|
-
|
|
6236
|
-
|
|
6237
|
-
|
|
6238
|
-
|
|
6239
|
-
|
|
6240
|
-
|
|
6241
|
-
|
|
6242
|
-
|
|
6235
|
+
};
|
|
6236
|
+
ChatMessage.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
6237
|
+
const proxy = this._getCustomInspectProxy();
|
|
6238
|
+
return "ChatMessage " + inspect(proxy, options);
|
|
6239
|
+
};
|
|
6240
|
+
ChatMessage.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
6241
|
+
const proxy = this._getCustomInspectProxy();
|
|
6242
|
+
return "ChatMessage " + inspect(proxy, options);
|
|
6243
6243
|
};
|
|
6244
6244
|
/** An Activity is a subtype of {@link Object} that describes some form of action
|
|
6245
6245
|
* that may happen, is currently happening, or has already happened.
|
|
@@ -7835,14 +7835,14 @@ var Activity = class Activity extends Object$1 {
|
|
|
7835
7835
|
if (_3c5t2x7DYRo2shwTxpkd4kYSS5WQ_instrument.length > 1 || !("instrument" in proxy) && _3c5t2x7DYRo2shwTxpkd4kYSS5WQ_instrument.length > 0) proxy.instruments = _3c5t2x7DYRo2shwTxpkd4kYSS5WQ_instrument;
|
|
7836
7836
|
return proxy;
|
|
7837
7837
|
}
|
|
7838
|
-
|
|
7839
|
-
|
|
7840
|
-
|
|
7841
|
-
|
|
7842
|
-
|
|
7843
|
-
|
|
7844
|
-
|
|
7845
|
-
|
|
7838
|
+
};
|
|
7839
|
+
Activity.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
7840
|
+
const proxy = this._getCustomInspectProxy();
|
|
7841
|
+
return "Activity " + inspect(proxy, options);
|
|
7842
|
+
};
|
|
7843
|
+
Activity.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
7844
|
+
const proxy = this._getCustomInspectProxy();
|
|
7845
|
+
return "Activity " + inspect(proxy, options);
|
|
7846
7846
|
};
|
|
7847
7847
|
/** Represents an emoji reaction. See also [FEP-c0e0](https://w3id.org/fep/c0e0).
|
|
7848
7848
|
*/
|
|
@@ -7999,14 +7999,14 @@ var EmojiReact = class EmojiReact extends Activity {
|
|
|
7999
7999
|
const proxy = super._getCustomInspectProxy();
|
|
8000
8000
|
return proxy;
|
|
8001
8001
|
}
|
|
8002
|
-
|
|
8003
|
-
|
|
8004
|
-
|
|
8005
|
-
|
|
8006
|
-
|
|
8007
|
-
|
|
8008
|
-
|
|
8009
|
-
|
|
8002
|
+
};
|
|
8003
|
+
EmojiReact.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
8004
|
+
const proxy = this._getCustomInspectProxy();
|
|
8005
|
+
return "EmojiReact " + inspect(proxy, options);
|
|
8006
|
+
};
|
|
8007
|
+
EmojiReact.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
8008
|
+
const proxy = this._getCustomInspectProxy();
|
|
8009
|
+
return "EmojiReact " + inspect(proxy, options);
|
|
8010
8010
|
};
|
|
8011
8011
|
/** A pair of property name and value.
|
|
8012
8012
|
*/
|
|
@@ -8287,14 +8287,14 @@ var PropertyValue = class {
|
|
|
8287
8287
|
if (_2cSy2magg4iZ7zLaG8U7DiJMoCkx_value.length == 1) proxy.value = _2cSy2magg4iZ7zLaG8U7DiJMoCkx_value[0];
|
|
8288
8288
|
return proxy;
|
|
8289
8289
|
}
|
|
8290
|
-
|
|
8291
|
-
|
|
8292
|
-
|
|
8293
|
-
|
|
8294
|
-
|
|
8295
|
-
|
|
8296
|
-
|
|
8297
|
-
|
|
8290
|
+
};
|
|
8291
|
+
PropertyValue.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
8292
|
+
const proxy = this._getCustomInspectProxy();
|
|
8293
|
+
return "PropertyValue " + inspect(proxy, options);
|
|
8294
|
+
};
|
|
8295
|
+
PropertyValue.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
8296
|
+
const proxy = this._getCustomInspectProxy();
|
|
8297
|
+
return "PropertyValue " + inspect(proxy, options);
|
|
8298
8298
|
};
|
|
8299
8299
|
/** Means of communicating or interacting with the DID subject or associated
|
|
8300
8300
|
* entities via one or more service endpoints. Examples include discovery
|
|
@@ -8517,14 +8517,14 @@ var DidService = class {
|
|
|
8517
8517
|
if (_2KM4fetG6FTJ1cphj76rzJ8Dyv7p_serviceEndpoint.length > 1 || !("endpoint" in proxy) && _2KM4fetG6FTJ1cphj76rzJ8Dyv7p_serviceEndpoint.length > 0) proxy.endpoints = _2KM4fetG6FTJ1cphj76rzJ8Dyv7p_serviceEndpoint;
|
|
8518
8518
|
return proxy;
|
|
8519
8519
|
}
|
|
8520
|
-
|
|
8521
|
-
|
|
8522
|
-
|
|
8523
|
-
|
|
8524
|
-
|
|
8525
|
-
|
|
8526
|
-
|
|
8527
|
-
|
|
8520
|
+
};
|
|
8521
|
+
DidService.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
8522
|
+
const proxy = this._getCustomInspectProxy();
|
|
8523
|
+
return "DidService " + inspect(proxy, options);
|
|
8524
|
+
};
|
|
8525
|
+
DidService.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
8526
|
+
const proxy = this._getCustomInspectProxy();
|
|
8527
|
+
return "DidService " + inspect(proxy, options);
|
|
8528
8528
|
};
|
|
8529
8529
|
/** "Export Actor" service.
|
|
8530
8530
|
*/
|
|
@@ -8668,14 +8668,14 @@ var Export = class Export extends DidService {
|
|
|
8668
8668
|
const proxy = super._getCustomInspectProxy();
|
|
8669
8669
|
return proxy;
|
|
8670
8670
|
}
|
|
8671
|
-
|
|
8672
|
-
|
|
8673
|
-
|
|
8674
|
-
|
|
8675
|
-
|
|
8676
|
-
|
|
8677
|
-
|
|
8678
|
-
|
|
8671
|
+
};
|
|
8672
|
+
Export.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
8673
|
+
const proxy = this._getCustomInspectProxy();
|
|
8674
|
+
return "Export " + inspect(proxy, options);
|
|
8675
|
+
};
|
|
8676
|
+
Export.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
8677
|
+
const proxy = this._getCustomInspectProxy();
|
|
8678
|
+
return "Export " + inspect(proxy, options);
|
|
8679
8679
|
};
|
|
8680
8680
|
/** A proof that can be added to any activity or object, allowing recipients to
|
|
8681
8681
|
* verify the identity of the actor and the integrity of the data.
|
|
@@ -9151,14 +9151,14 @@ var DataIntegrityProof = class {
|
|
|
9151
9151
|
if (_3qzP3ukEZoUziK5FEiA1RhU4aqac.length == 1) proxy.created = _3qzP3ukEZoUziK5FEiA1RhU4aqac[0];
|
|
9152
9152
|
return proxy;
|
|
9153
9153
|
}
|
|
9154
|
-
|
|
9155
|
-
|
|
9156
|
-
|
|
9157
|
-
|
|
9158
|
-
|
|
9159
|
-
|
|
9160
|
-
|
|
9161
|
-
|
|
9154
|
+
};
|
|
9155
|
+
DataIntegrityProof.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
9156
|
+
const proxy = this._getCustomInspectProxy();
|
|
9157
|
+
return "DataIntegrityProof " + inspect(proxy, options);
|
|
9158
|
+
};
|
|
9159
|
+
DataIntegrityProof.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
9160
|
+
const proxy = this._getCustomInspectProxy();
|
|
9161
|
+
return "DataIntegrityProof " + inspect(proxy, options);
|
|
9162
9162
|
};
|
|
9163
9163
|
/** A key owned by an actor.
|
|
9164
9164
|
*/
|
|
@@ -9621,14 +9621,14 @@ var CryptographicKey = class {
|
|
|
9621
9621
|
if (_2fE2QMDdg6KFGqa4NEC3TmjApSAD_publicKeyPem.length == 1) proxy.publicKey = _2fE2QMDdg6KFGqa4NEC3TmjApSAD_publicKeyPem[0];
|
|
9622
9622
|
return proxy;
|
|
9623
9623
|
}
|
|
9624
|
-
|
|
9625
|
-
|
|
9626
|
-
|
|
9627
|
-
|
|
9628
|
-
|
|
9629
|
-
|
|
9630
|
-
|
|
9631
|
-
|
|
9624
|
+
};
|
|
9625
|
+
CryptographicKey.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
9626
|
+
const proxy = this._getCustomInspectProxy();
|
|
9627
|
+
return "CryptographicKey " + inspect(proxy, options);
|
|
9628
|
+
};
|
|
9629
|
+
CryptographicKey.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
9630
|
+
const proxy = this._getCustomInspectProxy();
|
|
9631
|
+
return "CryptographicKey " + inspect(proxy, options);
|
|
9632
9632
|
};
|
|
9633
9633
|
/** Represents a key owned by an actor according to [FEP-521a: Representing
|
|
9634
9634
|
* actor's public keys.][1]
|
|
@@ -10100,14 +10100,14 @@ var Multikey = class {
|
|
|
10100
10100
|
if (_4XLHbsR2gLVWU3NpEqKt9wANzn4F_publicKeyMultibase.length == 1) proxy.publicKey = _4XLHbsR2gLVWU3NpEqKt9wANzn4F_publicKeyMultibase[0];
|
|
10101
10101
|
return proxy;
|
|
10102
10102
|
}
|
|
10103
|
-
|
|
10104
|
-
|
|
10105
|
-
|
|
10106
|
-
|
|
10107
|
-
|
|
10108
|
-
|
|
10109
|
-
|
|
10110
|
-
|
|
10103
|
+
};
|
|
10104
|
+
Multikey.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
10105
|
+
const proxy = this._getCustomInspectProxy();
|
|
10106
|
+
return "Multikey " + inspect(proxy, options);
|
|
10107
|
+
};
|
|
10108
|
+
Multikey.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
10109
|
+
const proxy = this._getCustomInspectProxy();
|
|
10110
|
+
return "Multikey " + inspect(proxy, options);
|
|
10111
10111
|
};
|
|
10112
10112
|
/** Indicates that the `actor` accepts the `object`. The `target` property can be
|
|
10113
10113
|
* used in certain circumstances to indicate the context into which the `object`
|
|
@@ -10261,14 +10261,14 @@ var Accept = class Accept extends Activity {
|
|
|
10261
10261
|
const proxy = super._getCustomInspectProxy();
|
|
10262
10262
|
return proxy;
|
|
10263
10263
|
}
|
|
10264
|
-
|
|
10265
|
-
|
|
10266
|
-
|
|
10267
|
-
|
|
10268
|
-
|
|
10269
|
-
|
|
10270
|
-
|
|
10271
|
-
|
|
10264
|
+
};
|
|
10265
|
+
Accept.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
10266
|
+
const proxy = this._getCustomInspectProxy();
|
|
10267
|
+
return "Accept " + inspect(proxy, options);
|
|
10268
|
+
};
|
|
10269
|
+
Accept.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
10270
|
+
const proxy = this._getCustomInspectProxy();
|
|
10271
|
+
return "Accept " + inspect(proxy, options);
|
|
10272
10272
|
};
|
|
10273
10273
|
/** Indicates that the `actor` has added the `object` to the `target`.
|
|
10274
10274
|
* If the `target` property is not explicitly specified, the target would need
|
|
@@ -10422,14 +10422,14 @@ var Add = class Add extends Activity {
|
|
|
10422
10422
|
const proxy = super._getCustomInspectProxy();
|
|
10423
10423
|
return proxy;
|
|
10424
10424
|
}
|
|
10425
|
-
|
|
10426
|
-
|
|
10427
|
-
|
|
10428
|
-
|
|
10429
|
-
|
|
10430
|
-
|
|
10431
|
-
|
|
10432
|
-
|
|
10425
|
+
};
|
|
10426
|
+
Add.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
10427
|
+
const proxy = this._getCustomInspectProxy();
|
|
10428
|
+
return "Add " + inspect(proxy, options);
|
|
10429
|
+
};
|
|
10430
|
+
Add.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
10431
|
+
const proxy = this._getCustomInspectProxy();
|
|
10432
|
+
return "Add " + inspect(proxy, options);
|
|
10433
10433
|
};
|
|
10434
10434
|
/** Indicates that the `actor` is calling the `target`'s attention the `object`.
|
|
10435
10435
|
*
|
|
@@ -10601,14 +10601,14 @@ var Announce = class Announce extends Activity {
|
|
|
10601
10601
|
const proxy = super._getCustomInspectProxy();
|
|
10602
10602
|
return proxy;
|
|
10603
10603
|
}
|
|
10604
|
-
|
|
10605
|
-
|
|
10606
|
-
|
|
10607
|
-
|
|
10608
|
-
|
|
10609
|
-
|
|
10610
|
-
|
|
10611
|
-
|
|
10604
|
+
};
|
|
10605
|
+
Announce.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
10606
|
+
const proxy = this._getCustomInspectProxy();
|
|
10607
|
+
return "Announce " + inspect(proxy, options);
|
|
10608
|
+
};
|
|
10609
|
+
Announce.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
10610
|
+
const proxy = this._getCustomInspectProxy();
|
|
10611
|
+
return "Announce " + inspect(proxy, options);
|
|
10612
10612
|
};
|
|
10613
10613
|
/** Describes a software application.
|
|
10614
10614
|
*/
|
|
@@ -13971,14 +13971,14 @@ var Application = class Application extends Object$1 {
|
|
|
13971
13971
|
if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
|
|
13972
13972
|
return proxy;
|
|
13973
13973
|
}
|
|
13974
|
-
|
|
13975
|
-
|
|
13976
|
-
|
|
13977
|
-
|
|
13978
|
-
|
|
13979
|
-
|
|
13980
|
-
|
|
13981
|
-
|
|
13974
|
+
};
|
|
13975
|
+
Application.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
13976
|
+
const proxy = this._getCustomInspectProxy();
|
|
13977
|
+
return "Application " + inspect(proxy, options);
|
|
13978
|
+
};
|
|
13979
|
+
Application.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
13980
|
+
const proxy = this._getCustomInspectProxy();
|
|
13981
|
+
return "Application " + inspect(proxy, options);
|
|
13982
13982
|
};
|
|
13983
13983
|
/** Instances of `IntransitiveActivity` are a subtype of {@link Activity}
|
|
13984
13984
|
* representing intransitive actions. The `object` property is therefore
|
|
@@ -14134,14 +14134,14 @@ var IntransitiveActivity = class IntransitiveActivity extends Activity {
|
|
|
14134
14134
|
const proxy = super._getCustomInspectProxy();
|
|
14135
14135
|
return proxy;
|
|
14136
14136
|
}
|
|
14137
|
-
|
|
14138
|
-
|
|
14139
|
-
|
|
14140
|
-
|
|
14141
|
-
|
|
14142
|
-
|
|
14143
|
-
|
|
14144
|
-
|
|
14137
|
+
};
|
|
14138
|
+
IntransitiveActivity.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
14139
|
+
const proxy = this._getCustomInspectProxy();
|
|
14140
|
+
return "IntransitiveActivity " + inspect(proxy, options);
|
|
14141
|
+
};
|
|
14142
|
+
IntransitiveActivity.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
14143
|
+
const proxy = this._getCustomInspectProxy();
|
|
14144
|
+
return "IntransitiveActivity " + inspect(proxy, options);
|
|
14145
14145
|
};
|
|
14146
14146
|
/** An `IntransitiveActivity` that indicates that the `actor` has arrived at the `location`.
|
|
14147
14147
|
* The `origin` can be used to identify the context from which the `actor` originated.
|
|
@@ -14294,14 +14294,14 @@ var Arrive = class Arrive extends IntransitiveActivity {
|
|
|
14294
14294
|
const proxy = super._getCustomInspectProxy();
|
|
14295
14295
|
return proxy;
|
|
14296
14296
|
}
|
|
14297
|
-
|
|
14298
|
-
|
|
14299
|
-
|
|
14300
|
-
|
|
14301
|
-
|
|
14302
|
-
|
|
14303
|
-
|
|
14304
|
-
|
|
14297
|
+
};
|
|
14298
|
+
Arrive.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
14299
|
+
const proxy = this._getCustomInspectProxy();
|
|
14300
|
+
return "Arrive " + inspect(proxy, options);
|
|
14301
|
+
};
|
|
14302
|
+
Arrive.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
14303
|
+
const proxy = this._getCustomInspectProxy();
|
|
14304
|
+
return "Arrive " + inspect(proxy, options);
|
|
14305
14305
|
};
|
|
14306
14306
|
/** Represents any kind of multi-paragraph written work.
|
|
14307
14307
|
*/
|
|
@@ -14553,14 +14553,14 @@ var Article = class Article extends Object$1 {
|
|
|
14553
14553
|
if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
|
|
14554
14554
|
return proxy;
|
|
14555
14555
|
}
|
|
14556
|
-
|
|
14557
|
-
|
|
14558
|
-
|
|
14559
|
-
|
|
14560
|
-
|
|
14561
|
-
|
|
14562
|
-
|
|
14563
|
-
|
|
14556
|
+
};
|
|
14557
|
+
Article.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
14558
|
+
const proxy = this._getCustomInspectProxy();
|
|
14559
|
+
return "Article " + inspect(proxy, options);
|
|
14560
|
+
};
|
|
14561
|
+
Article.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
14562
|
+
const proxy = this._getCustomInspectProxy();
|
|
14563
|
+
return "Article " + inspect(proxy, options);
|
|
14564
14564
|
};
|
|
14565
14565
|
/** Represents a document of any kind.
|
|
14566
14566
|
*/
|
|
@@ -14811,14 +14811,14 @@ var Document = class Document extends Object$1 {
|
|
|
14811
14811
|
if (_2cGKFeFJMmiNpGZFEF75mCwFQsKb_height.length == 1) proxy.height = _2cGKFeFJMmiNpGZFEF75mCwFQsKb_height[0];
|
|
14812
14812
|
return proxy;
|
|
14813
14813
|
}
|
|
14814
|
-
|
|
14815
|
-
|
|
14816
|
-
|
|
14817
|
-
|
|
14818
|
-
|
|
14819
|
-
|
|
14820
|
-
|
|
14821
|
-
|
|
14814
|
+
};
|
|
14815
|
+
Document.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
14816
|
+
const proxy = this._getCustomInspectProxy();
|
|
14817
|
+
return "Document " + inspect(proxy, options);
|
|
14818
|
+
};
|
|
14819
|
+
Document.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
14820
|
+
const proxy = this._getCustomInspectProxy();
|
|
14821
|
+
return "Document " + inspect(proxy, options);
|
|
14822
14822
|
};
|
|
14823
14823
|
/** Represents an audio document of any kind.
|
|
14824
14824
|
*/
|
|
@@ -14977,14 +14977,14 @@ var Audio = class Audio extends Document {
|
|
|
14977
14977
|
const proxy = super._getCustomInspectProxy();
|
|
14978
14978
|
return proxy;
|
|
14979
14979
|
}
|
|
14980
|
-
|
|
14981
|
-
|
|
14982
|
-
|
|
14983
|
-
|
|
14984
|
-
|
|
14985
|
-
|
|
14986
|
-
|
|
14987
|
-
|
|
14980
|
+
};
|
|
14981
|
+
Audio.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
14982
|
+
const proxy = this._getCustomInspectProxy();
|
|
14983
|
+
return "Audio " + inspect(proxy, options);
|
|
14984
|
+
};
|
|
14985
|
+
Audio.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
14986
|
+
const proxy = this._getCustomInspectProxy();
|
|
14987
|
+
return "Audio " + inspect(proxy, options);
|
|
14988
14988
|
};
|
|
14989
14989
|
/** Indicates that the `actor` is ignoring the `object`. The `target` and
|
|
14990
14990
|
* `origin` typically have no defined meaning.
|
|
@@ -15137,14 +15137,14 @@ var Ignore = class Ignore extends Activity {
|
|
|
15137
15137
|
const proxy = super._getCustomInspectProxy();
|
|
15138
15138
|
return proxy;
|
|
15139
15139
|
}
|
|
15140
|
-
|
|
15141
|
-
|
|
15142
|
-
|
|
15143
|
-
|
|
15144
|
-
|
|
15145
|
-
|
|
15146
|
-
|
|
15147
|
-
|
|
15140
|
+
};
|
|
15141
|
+
Ignore.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
15142
|
+
const proxy = this._getCustomInspectProxy();
|
|
15143
|
+
return "Ignore " + inspect(proxy, options);
|
|
15144
|
+
};
|
|
15145
|
+
Ignore.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
15146
|
+
const proxy = this._getCustomInspectProxy();
|
|
15147
|
+
return "Ignore " + inspect(proxy, options);
|
|
15148
15148
|
};
|
|
15149
15149
|
/** Indicates that the `actor` is blocking the `object`. Blocking is a stronger
|
|
15150
15150
|
* form of {@link Ignore}. The typical use is to support social systems that
|
|
@@ -15298,14 +15298,14 @@ var Block = class Block extends Ignore {
|
|
|
15298
15298
|
const proxy = super._getCustomInspectProxy();
|
|
15299
15299
|
return proxy;
|
|
15300
15300
|
}
|
|
15301
|
-
|
|
15302
|
-
|
|
15303
|
-
|
|
15304
|
-
|
|
15305
|
-
|
|
15306
|
-
|
|
15307
|
-
|
|
15308
|
-
|
|
15301
|
+
};
|
|
15302
|
+
Block.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
15303
|
+
const proxy = this._getCustomInspectProxy();
|
|
15304
|
+
return "Block " + inspect(proxy, options);
|
|
15305
|
+
};
|
|
15306
|
+
Block.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
15307
|
+
const proxy = this._getCustomInspectProxy();
|
|
15308
|
+
return "Block " + inspect(proxy, options);
|
|
15309
15309
|
};
|
|
15310
15310
|
/** A `Collection` is a subtype of {@link Object} that represents ordered or
|
|
15311
15311
|
* unordered sets of {@link Object} or {@link Link} instances.
|
|
@@ -17704,14 +17704,14 @@ var Collection = class Collection extends Object$1 {
|
|
|
17704
17704
|
if (_2bsySzmT3qEZcrnoe3tZ5xBjXSju_likedOf.length == 1) proxy.likedOf = _2bsySzmT3qEZcrnoe3tZ5xBjXSju_likedOf[0];
|
|
17705
17705
|
return proxy;
|
|
17706
17706
|
}
|
|
17707
|
-
|
|
17708
|
-
|
|
17709
|
-
|
|
17710
|
-
|
|
17711
|
-
|
|
17712
|
-
|
|
17713
|
-
|
|
17714
|
-
|
|
17707
|
+
};
|
|
17708
|
+
Collection.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
17709
|
+
const proxy = this._getCustomInspectProxy();
|
|
17710
|
+
return "Collection " + inspect(proxy, options);
|
|
17711
|
+
};
|
|
17712
|
+
Collection.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
17713
|
+
const proxy = this._getCustomInspectProxy();
|
|
17714
|
+
return "Collection " + inspect(proxy, options);
|
|
17715
17715
|
};
|
|
17716
17716
|
/** Used to represent distinct subsets of items from a `Collection`.
|
|
17717
17717
|
* Refer to the Activity Streams 2.0 Core for a complete description of
|
|
@@ -18430,14 +18430,14 @@ var CollectionPage = class CollectionPage extends Collection {
|
|
|
18430
18430
|
if (_3b8yG8tDNzQFFEnWhCc13G8eHooA_prev.length == 1) proxy.prev = _3b8yG8tDNzQFFEnWhCc13G8eHooA_prev[0];
|
|
18431
18431
|
return proxy;
|
|
18432
18432
|
}
|
|
18433
|
-
|
|
18434
|
-
|
|
18435
|
-
|
|
18436
|
-
|
|
18437
|
-
|
|
18438
|
-
|
|
18439
|
-
|
|
18440
|
-
|
|
18433
|
+
};
|
|
18434
|
+
CollectionPage.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
18435
|
+
const proxy = this._getCustomInspectProxy();
|
|
18436
|
+
return "CollectionPage " + inspect(proxy, options);
|
|
18437
|
+
};
|
|
18438
|
+
CollectionPage.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
18439
|
+
const proxy = this._getCustomInspectProxy();
|
|
18440
|
+
return "CollectionPage " + inspect(proxy, options);
|
|
18441
18441
|
};
|
|
18442
18442
|
/** Indicates that the `actor` has created the `object`.
|
|
18443
18443
|
*/
|
|
@@ -18608,14 +18608,14 @@ var Create = class Create extends Activity {
|
|
|
18608
18608
|
const proxy = super._getCustomInspectProxy();
|
|
18609
18609
|
return proxy;
|
|
18610
18610
|
}
|
|
18611
|
-
|
|
18612
|
-
|
|
18613
|
-
|
|
18614
|
-
|
|
18615
|
-
|
|
18616
|
-
|
|
18617
|
-
|
|
18618
|
-
|
|
18611
|
+
};
|
|
18612
|
+
Create.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
18613
|
+
const proxy = this._getCustomInspectProxy();
|
|
18614
|
+
return "Create " + inspect(proxy, options);
|
|
18615
|
+
};
|
|
18616
|
+
Create.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
18617
|
+
const proxy = this._getCustomInspectProxy();
|
|
18618
|
+
return "Create " + inspect(proxy, options);
|
|
18619
18619
|
};
|
|
18620
18620
|
/** Indicates that the `actor` has deleted the `object`. If specified,
|
|
18621
18621
|
* the `origin` indicates the context from which the `object` was deleted.
|
|
@@ -18783,14 +18783,14 @@ var Delete = class Delete extends Activity {
|
|
|
18783
18783
|
const proxy = super._getCustomInspectProxy();
|
|
18784
18784
|
return proxy;
|
|
18785
18785
|
}
|
|
18786
|
-
|
|
18787
|
-
|
|
18788
|
-
|
|
18789
|
-
|
|
18790
|
-
|
|
18791
|
-
|
|
18792
|
-
|
|
18793
|
-
|
|
18786
|
+
};
|
|
18787
|
+
Delete.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
18788
|
+
const proxy = this._getCustomInspectProxy();
|
|
18789
|
+
return "Delete " + inspect(proxy, options);
|
|
18790
|
+
};
|
|
18791
|
+
Delete.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
18792
|
+
const proxy = this._getCustomInspectProxy();
|
|
18793
|
+
return "Delete " + inspect(proxy, options);
|
|
18794
18794
|
};
|
|
18795
18795
|
/** Indicates that the `actor` dislikes the `object`.
|
|
18796
18796
|
*/
|
|
@@ -18945,14 +18945,14 @@ var Dislike = class Dislike extends Activity {
|
|
|
18945
18945
|
const proxy = super._getCustomInspectProxy();
|
|
18946
18946
|
return proxy;
|
|
18947
18947
|
}
|
|
18948
|
-
|
|
18949
|
-
|
|
18950
|
-
|
|
18951
|
-
|
|
18952
|
-
|
|
18953
|
-
|
|
18954
|
-
|
|
18955
|
-
|
|
18948
|
+
};
|
|
18949
|
+
Dislike.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
18950
|
+
const proxy = this._getCustomInspectProxy();
|
|
18951
|
+
return "Dislike " + inspect(proxy, options);
|
|
18952
|
+
};
|
|
18953
|
+
Dislike.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
18954
|
+
const proxy = this._getCustomInspectProxy();
|
|
18955
|
+
return "Dislike " + inspect(proxy, options);
|
|
18956
18956
|
};
|
|
18957
18957
|
/** Contents of {@link Actor}'s `endpoints`.
|
|
18958
18958
|
*/
|
|
@@ -19390,14 +19390,14 @@ var Endpoints = class {
|
|
|
19390
19390
|
if (_3JprUSDLVqqX4dwHRi37qGZZCRCc_sharedInbox.length == 1) proxy.sharedInbox = _3JprUSDLVqqX4dwHRi37qGZZCRCc_sharedInbox[0];
|
|
19391
19391
|
return proxy;
|
|
19392
19392
|
}
|
|
19393
|
-
|
|
19394
|
-
|
|
19395
|
-
|
|
19396
|
-
|
|
19397
|
-
|
|
19398
|
-
|
|
19399
|
-
|
|
19400
|
-
|
|
19393
|
+
};
|
|
19394
|
+
Endpoints.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
19395
|
+
const proxy = this._getCustomInspectProxy();
|
|
19396
|
+
return "Endpoints " + inspect(proxy, options);
|
|
19397
|
+
};
|
|
19398
|
+
Endpoints.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
19399
|
+
const proxy = this._getCustomInspectProxy();
|
|
19400
|
+
return "Endpoints " + inspect(proxy, options);
|
|
19401
19401
|
};
|
|
19402
19402
|
/** Represents any kind of event.
|
|
19403
19403
|
*/
|
|
@@ -19556,14 +19556,14 @@ var Event = class Event extends Object$1 {
|
|
|
19556
19556
|
const proxy = super._getCustomInspectProxy();
|
|
19557
19557
|
return proxy;
|
|
19558
19558
|
}
|
|
19559
|
-
|
|
19560
|
-
|
|
19561
|
-
|
|
19562
|
-
|
|
19563
|
-
|
|
19564
|
-
|
|
19565
|
-
|
|
19566
|
-
|
|
19559
|
+
};
|
|
19560
|
+
Event.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
19561
|
+
const proxy = this._getCustomInspectProxy();
|
|
19562
|
+
return "Event " + inspect(proxy, options);
|
|
19563
|
+
};
|
|
19564
|
+
Event.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
19565
|
+
const proxy = this._getCustomInspectProxy();
|
|
19566
|
+
return "Event " + inspect(proxy, options);
|
|
19567
19567
|
};
|
|
19568
19568
|
/** Indicates that the `actor` is "flagging" the `object`. Flagging is defined
|
|
19569
19569
|
* in the sense common to many social platforms as reporting content as being
|
|
@@ -19716,14 +19716,14 @@ var Flag = class Flag extends Activity {
|
|
|
19716
19716
|
const proxy = super._getCustomInspectProxy();
|
|
19717
19717
|
return proxy;
|
|
19718
19718
|
}
|
|
19719
|
-
|
|
19720
|
-
|
|
19721
|
-
|
|
19722
|
-
|
|
19723
|
-
|
|
19724
|
-
|
|
19725
|
-
|
|
19726
|
-
|
|
19719
|
+
};
|
|
19720
|
+
Flag.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
19721
|
+
const proxy = this._getCustomInspectProxy();
|
|
19722
|
+
return "Flag " + inspect(proxy, options);
|
|
19723
|
+
};
|
|
19724
|
+
Flag.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
19725
|
+
const proxy = this._getCustomInspectProxy();
|
|
19726
|
+
return "Flag " + inspect(proxy, options);
|
|
19727
19727
|
};
|
|
19728
19728
|
/** Indicates that the `actor` is "following" the `object`. Following is defined
|
|
19729
19729
|
* in the sense typically used within Social systems in which the actor is
|
|
@@ -19880,14 +19880,14 @@ var Follow = class Follow extends Activity {
|
|
|
19880
19880
|
const proxy = super._getCustomInspectProxy();
|
|
19881
19881
|
return proxy;
|
|
19882
19882
|
}
|
|
19883
|
-
|
|
19884
|
-
|
|
19885
|
-
|
|
19886
|
-
|
|
19887
|
-
|
|
19888
|
-
|
|
19889
|
-
|
|
19890
|
-
|
|
19883
|
+
};
|
|
19884
|
+
Follow.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
19885
|
+
const proxy = this._getCustomInspectProxy();
|
|
19886
|
+
return "Follow " + inspect(proxy, options);
|
|
19887
|
+
};
|
|
19888
|
+
Follow.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
19889
|
+
const proxy = this._getCustomInspectProxy();
|
|
19890
|
+
return "Follow " + inspect(proxy, options);
|
|
19891
19891
|
};
|
|
19892
19892
|
/** Represents a formal or informal collective of Actors.
|
|
19893
19893
|
*/
|
|
@@ -23250,14 +23250,14 @@ var Group = class Group extends Object$1 {
|
|
|
23250
23250
|
if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
|
|
23251
23251
|
return proxy;
|
|
23252
23252
|
}
|
|
23253
|
-
|
|
23254
|
-
|
|
23255
|
-
|
|
23256
|
-
|
|
23257
|
-
|
|
23258
|
-
|
|
23259
|
-
|
|
23260
|
-
|
|
23253
|
+
};
|
|
23254
|
+
Group.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
23255
|
+
const proxy = this._getCustomInspectProxy();
|
|
23256
|
+
return "Group " + inspect(proxy, options);
|
|
23257
|
+
};
|
|
23258
|
+
Group.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
23259
|
+
const proxy = this._getCustomInspectProxy();
|
|
23260
|
+
return "Group " + inspect(proxy, options);
|
|
23261
23261
|
};
|
|
23262
23262
|
/** A Link is an indirect, qualified reference to a resource identified by a URL.
|
|
23263
23263
|
* The fundamental model for links is established by RFC 5988. Many of the
|
|
@@ -24038,14 +24038,14 @@ var Link = class Link {
|
|
|
24038
24038
|
if (_gCVTegXxWWCw6wWRxa1QF65zusg_preview.length > 1 || !("preview" in proxy) && _gCVTegXxWWCw6wWRxa1QF65zusg_preview.length > 0) proxy.previews = _gCVTegXxWWCw6wWRxa1QF65zusg_preview;
|
|
24039
24039
|
return proxy;
|
|
24040
24040
|
}
|
|
24041
|
-
|
|
24042
|
-
|
|
24043
|
-
|
|
24044
|
-
|
|
24045
|
-
|
|
24046
|
-
|
|
24047
|
-
|
|
24048
|
-
|
|
24041
|
+
};
|
|
24042
|
+
Link.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
24043
|
+
const proxy = this._getCustomInspectProxy();
|
|
24044
|
+
return "Link " + inspect(proxy, options);
|
|
24045
|
+
};
|
|
24046
|
+
Link.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
24047
|
+
const proxy = this._getCustomInspectProxy();
|
|
24048
|
+
return "Link " + inspect(proxy, options);
|
|
24049
24049
|
};
|
|
24050
24050
|
/** A specialized {@link Link} that represents an #hashtag.
|
|
24051
24051
|
*
|
|
@@ -24203,14 +24203,14 @@ var Hashtag = class Hashtag extends Link {
|
|
|
24203
24203
|
const proxy = super._getCustomInspectProxy();
|
|
24204
24204
|
return proxy;
|
|
24205
24205
|
}
|
|
24206
|
-
|
|
24207
|
-
|
|
24208
|
-
|
|
24209
|
-
|
|
24210
|
-
|
|
24211
|
-
|
|
24212
|
-
|
|
24213
|
-
|
|
24206
|
+
};
|
|
24207
|
+
Hashtag.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
24208
|
+
const proxy = this._getCustomInspectProxy();
|
|
24209
|
+
return "Hashtag " + inspect(proxy, options);
|
|
24210
|
+
};
|
|
24211
|
+
Hashtag.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
24212
|
+
const proxy = this._getCustomInspectProxy();
|
|
24213
|
+
return "Hashtag " + inspect(proxy, options);
|
|
24214
24214
|
};
|
|
24215
24215
|
/** An image document of any kind.
|
|
24216
24216
|
*/
|
|
@@ -24369,14 +24369,14 @@ var Image = class Image extends Document {
|
|
|
24369
24369
|
const proxy = super._getCustomInspectProxy();
|
|
24370
24370
|
return proxy;
|
|
24371
24371
|
}
|
|
24372
|
-
|
|
24373
|
-
|
|
24374
|
-
|
|
24375
|
-
|
|
24376
|
-
|
|
24377
|
-
|
|
24378
|
-
|
|
24379
|
-
|
|
24372
|
+
};
|
|
24373
|
+
Image.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
24374
|
+
const proxy = this._getCustomInspectProxy();
|
|
24375
|
+
return "Image " + inspect(proxy, options);
|
|
24376
|
+
};
|
|
24377
|
+
Image.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
24378
|
+
const proxy = this._getCustomInspectProxy();
|
|
24379
|
+
return "Image " + inspect(proxy, options);
|
|
24380
24380
|
};
|
|
24381
24381
|
/** Indicates that the actor is offering the object.
|
|
24382
24382
|
* If specified, the target indicates the entity to which
|
|
@@ -24530,14 +24530,14 @@ var Offer = class Offer extends Activity {
|
|
|
24530
24530
|
const proxy = super._getCustomInspectProxy();
|
|
24531
24531
|
return proxy;
|
|
24532
24532
|
}
|
|
24533
|
-
|
|
24534
|
-
|
|
24535
|
-
|
|
24536
|
-
|
|
24537
|
-
|
|
24538
|
-
|
|
24539
|
-
|
|
24540
|
-
|
|
24533
|
+
};
|
|
24534
|
+
Offer.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
24535
|
+
const proxy = this._getCustomInspectProxy();
|
|
24536
|
+
return "Offer " + inspect(proxy, options);
|
|
24537
|
+
};
|
|
24538
|
+
Offer.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
24539
|
+
const proxy = this._getCustomInspectProxy();
|
|
24540
|
+
return "Offer " + inspect(proxy, options);
|
|
24541
24541
|
};
|
|
24542
24542
|
/** A specialization of `Offer` in which the `actor` is extending an invitation
|
|
24543
24543
|
* for the `object` to the `target`.
|
|
@@ -24689,14 +24689,14 @@ var Invite = class Invite extends Offer {
|
|
|
24689
24689
|
const proxy = super._getCustomInspectProxy();
|
|
24690
24690
|
return proxy;
|
|
24691
24691
|
}
|
|
24692
|
-
|
|
24693
|
-
|
|
24694
|
-
|
|
24695
|
-
|
|
24696
|
-
|
|
24697
|
-
|
|
24698
|
-
|
|
24699
|
-
|
|
24692
|
+
};
|
|
24693
|
+
Invite.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
24694
|
+
const proxy = this._getCustomInspectProxy();
|
|
24695
|
+
return "Invite " + inspect(proxy, options);
|
|
24696
|
+
};
|
|
24697
|
+
Invite.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
24698
|
+
const proxy = this._getCustomInspectProxy();
|
|
24699
|
+
return "Invite " + inspect(proxy, options);
|
|
24700
24700
|
};
|
|
24701
24701
|
/** Indicates that the `actor` has joined the `object`.
|
|
24702
24702
|
* The `target` and `origin` typically have no defined meaning.
|
|
@@ -24848,14 +24848,14 @@ var Join = class Join extends Activity {
|
|
|
24848
24848
|
const proxy = super._getCustomInspectProxy();
|
|
24849
24849
|
return proxy;
|
|
24850
24850
|
}
|
|
24851
|
-
|
|
24852
|
-
|
|
24853
|
-
|
|
24854
|
-
|
|
24855
|
-
|
|
24856
|
-
|
|
24857
|
-
|
|
24858
|
-
|
|
24851
|
+
};
|
|
24852
|
+
Join.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
24853
|
+
const proxy = this._getCustomInspectProxy();
|
|
24854
|
+
return "Join " + inspect(proxy, options);
|
|
24855
|
+
};
|
|
24856
|
+
Join.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
24857
|
+
const proxy = this._getCustomInspectProxy();
|
|
24858
|
+
return "Join " + inspect(proxy, options);
|
|
24859
24859
|
};
|
|
24860
24860
|
/** Indicates that the `actor` has left the `object`.
|
|
24861
24861
|
* The `target` and `origin` typically have no meaning.
|
|
@@ -25007,14 +25007,14 @@ var Leave = class Leave extends Activity {
|
|
|
25007
25007
|
const proxy = super._getCustomInspectProxy();
|
|
25008
25008
|
return proxy;
|
|
25009
25009
|
}
|
|
25010
|
-
|
|
25011
|
-
|
|
25012
|
-
|
|
25013
|
-
|
|
25014
|
-
|
|
25015
|
-
|
|
25016
|
-
|
|
25017
|
-
|
|
25010
|
+
};
|
|
25011
|
+
Leave.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25012
|
+
const proxy = this._getCustomInspectProxy();
|
|
25013
|
+
return "Leave " + inspect(proxy, options);
|
|
25014
|
+
};
|
|
25015
|
+
Leave.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
25016
|
+
const proxy = this._getCustomInspectProxy();
|
|
25017
|
+
return "Leave " + inspect(proxy, options);
|
|
25018
25018
|
};
|
|
25019
25019
|
/** Indicates that the `actor` likes, recommends or endorses the `object`.
|
|
25020
25020
|
* The `target` and `origin` typically have no defined meaning.
|
|
@@ -25170,14 +25170,14 @@ var Like = class Like extends Activity {
|
|
|
25170
25170
|
const proxy = super._getCustomInspectProxy();
|
|
25171
25171
|
return proxy;
|
|
25172
25172
|
}
|
|
25173
|
-
|
|
25174
|
-
|
|
25175
|
-
|
|
25176
|
-
|
|
25177
|
-
|
|
25178
|
-
|
|
25179
|
-
|
|
25180
|
-
|
|
25173
|
+
};
|
|
25174
|
+
Like.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25175
|
+
const proxy = this._getCustomInspectProxy();
|
|
25176
|
+
return "Like " + inspect(proxy, options);
|
|
25177
|
+
};
|
|
25178
|
+
Like.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
25179
|
+
const proxy = this._getCustomInspectProxy();
|
|
25180
|
+
return "Like " + inspect(proxy, options);
|
|
25181
25181
|
};
|
|
25182
25182
|
/** Indicates that the `actor` has listened to the `object`.
|
|
25183
25183
|
*/
|
|
@@ -25328,14 +25328,14 @@ var Listen = class Listen extends Activity {
|
|
|
25328
25328
|
const proxy = super._getCustomInspectProxy();
|
|
25329
25329
|
return proxy;
|
|
25330
25330
|
}
|
|
25331
|
-
|
|
25332
|
-
|
|
25333
|
-
|
|
25334
|
-
|
|
25335
|
-
|
|
25336
|
-
|
|
25337
|
-
|
|
25338
|
-
|
|
25331
|
+
};
|
|
25332
|
+
Listen.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25333
|
+
const proxy = this._getCustomInspectProxy();
|
|
25334
|
+
return "Listen " + inspect(proxy, options);
|
|
25335
|
+
};
|
|
25336
|
+
Listen.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
25337
|
+
const proxy = this._getCustomInspectProxy();
|
|
25338
|
+
return "Listen " + inspect(proxy, options);
|
|
25339
25339
|
};
|
|
25340
25340
|
/** A specialized {@link Link} that represents an @mention.
|
|
25341
25341
|
*/
|
|
@@ -25491,14 +25491,14 @@ var Mention = class Mention extends Link {
|
|
|
25491
25491
|
const proxy = super._getCustomInspectProxy();
|
|
25492
25492
|
return proxy;
|
|
25493
25493
|
}
|
|
25494
|
-
|
|
25495
|
-
|
|
25496
|
-
|
|
25497
|
-
|
|
25498
|
-
|
|
25499
|
-
|
|
25500
|
-
|
|
25501
|
-
|
|
25494
|
+
};
|
|
25495
|
+
Mention.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25496
|
+
const proxy = this._getCustomInspectProxy();
|
|
25497
|
+
return "Mention " + inspect(proxy, options);
|
|
25498
|
+
};
|
|
25499
|
+
Mention.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
25500
|
+
const proxy = this._getCustomInspectProxy();
|
|
25501
|
+
return "Mention " + inspect(proxy, options);
|
|
25502
25502
|
};
|
|
25503
25503
|
/** Indicates that the `actor` has moved `object` from `origin` to `target`.
|
|
25504
25504
|
* If the `origin` or `target` are not specified,
|
|
@@ -25651,14 +25651,14 @@ var Move = class Move extends Activity {
|
|
|
25651
25651
|
const proxy = super._getCustomInspectProxy();
|
|
25652
25652
|
return proxy;
|
|
25653
25653
|
}
|
|
25654
|
-
|
|
25655
|
-
|
|
25656
|
-
|
|
25657
|
-
|
|
25658
|
-
|
|
25659
|
-
|
|
25660
|
-
|
|
25661
|
-
|
|
25654
|
+
};
|
|
25655
|
+
Move.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25656
|
+
const proxy = this._getCustomInspectProxy();
|
|
25657
|
+
return "Move " + inspect(proxy, options);
|
|
25658
|
+
};
|
|
25659
|
+
Move.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
25660
|
+
const proxy = this._getCustomInspectProxy();
|
|
25661
|
+
return "Move " + inspect(proxy, options);
|
|
25662
25662
|
};
|
|
25663
25663
|
/** Represents a short written work typically less than a single paragraph in
|
|
25664
25664
|
* length.
|
|
@@ -25911,14 +25911,14 @@ var Note = class Note extends Object$1 {
|
|
|
25911
25911
|
if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
|
|
25912
25912
|
return proxy;
|
|
25913
25913
|
}
|
|
25914
|
-
|
|
25915
|
-
|
|
25916
|
-
|
|
25917
|
-
|
|
25918
|
-
|
|
25919
|
-
|
|
25920
|
-
|
|
25921
|
-
|
|
25914
|
+
};
|
|
25915
|
+
Note.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
25916
|
+
const proxy = this._getCustomInspectProxy();
|
|
25917
|
+
return "Note " + inspect(proxy, options);
|
|
25918
|
+
};
|
|
25919
|
+
Note.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
25920
|
+
const proxy = this._getCustomInspectProxy();
|
|
25921
|
+
return "Note " + inspect(proxy, options);
|
|
25922
25922
|
};
|
|
25923
25923
|
/** A subtype of {@link Collection} in which members of the logical collection
|
|
25924
25924
|
* are assumed to always be strictly ordered.
|
|
@@ -26372,14 +26372,14 @@ var OrderedCollection = class OrderedCollection extends Collection {
|
|
|
26372
26372
|
if (_2JPCKWTcfBmTCcW8Tv3TpRaLVaqg_items.length > 1 || !("item" in proxy) && _2JPCKWTcfBmTCcW8Tv3TpRaLVaqg_items.length > 0) proxy.items = _2JPCKWTcfBmTCcW8Tv3TpRaLVaqg_items;
|
|
26373
26373
|
return proxy;
|
|
26374
26374
|
}
|
|
26375
|
-
|
|
26376
|
-
|
|
26377
|
-
|
|
26378
|
-
|
|
26379
|
-
|
|
26380
|
-
|
|
26381
|
-
|
|
26382
|
-
|
|
26375
|
+
};
|
|
26376
|
+
OrderedCollection.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
26377
|
+
const proxy = this._getCustomInspectProxy();
|
|
26378
|
+
return "OrderedCollection " + inspect(proxy, options);
|
|
26379
|
+
};
|
|
26380
|
+
OrderedCollection.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
26381
|
+
const proxy = this._getCustomInspectProxy();
|
|
26382
|
+
return "OrderedCollection " + inspect(proxy, options);
|
|
26383
26383
|
};
|
|
26384
26384
|
/** Used to represent ordered subsets of items from an `OrderedCollection`.
|
|
26385
26385
|
* Refer to the Activity Streams 2.0 Core for a complete description of
|
|
@@ -26878,14 +26878,14 @@ var OrderedCollectionPage = class OrderedCollectionPage extends CollectionPage {
|
|
|
26878
26878
|
if (_2W4yinFwqmpneu2h4m1mZ3pcLADd_startIndex.length == 1) proxy.startIndex = _2W4yinFwqmpneu2h4m1mZ3pcLADd_startIndex[0];
|
|
26879
26879
|
return proxy;
|
|
26880
26880
|
}
|
|
26881
|
-
|
|
26882
|
-
|
|
26883
|
-
|
|
26884
|
-
|
|
26885
|
-
|
|
26886
|
-
|
|
26887
|
-
|
|
26888
|
-
|
|
26881
|
+
};
|
|
26882
|
+
OrderedCollectionPage.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
26883
|
+
const proxy = this._getCustomInspectProxy();
|
|
26884
|
+
return "OrderedCollectionPage " + inspect(proxy, options);
|
|
26885
|
+
};
|
|
26886
|
+
OrderedCollectionPage.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
26887
|
+
const proxy = this._getCustomInspectProxy();
|
|
26888
|
+
return "OrderedCollectionPage " + inspect(proxy, options);
|
|
26889
26889
|
};
|
|
26890
26890
|
/** Represents an organization.
|
|
26891
26891
|
*/
|
|
@@ -30248,14 +30248,14 @@ var Organization = class Organization extends Object$1 {
|
|
|
30248
30248
|
if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
|
|
30249
30249
|
return proxy;
|
|
30250
30250
|
}
|
|
30251
|
-
|
|
30252
|
-
|
|
30253
|
-
|
|
30254
|
-
|
|
30255
|
-
|
|
30256
|
-
|
|
30257
|
-
|
|
30258
|
-
|
|
30251
|
+
};
|
|
30252
|
+
Organization.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
30253
|
+
const proxy = this._getCustomInspectProxy();
|
|
30254
|
+
return "Organization " + inspect(proxy, options);
|
|
30255
|
+
};
|
|
30256
|
+
Organization.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
30257
|
+
const proxy = this._getCustomInspectProxy();
|
|
30258
|
+
return "Organization " + inspect(proxy, options);
|
|
30259
30259
|
};
|
|
30260
30260
|
/** Represents a Web Page.
|
|
30261
30261
|
*/
|
|
@@ -30414,14 +30414,14 @@ var Page = class Page extends Document {
|
|
|
30414
30414
|
const proxy = super._getCustomInspectProxy();
|
|
30415
30415
|
return proxy;
|
|
30416
30416
|
}
|
|
30417
|
-
|
|
30418
|
-
|
|
30419
|
-
|
|
30420
|
-
|
|
30421
|
-
|
|
30422
|
-
|
|
30423
|
-
|
|
30424
|
-
|
|
30417
|
+
};
|
|
30418
|
+
Page.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
30419
|
+
const proxy = this._getCustomInspectProxy();
|
|
30420
|
+
return "Page " + inspect(proxy, options);
|
|
30421
|
+
};
|
|
30422
|
+
Page.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
30423
|
+
const proxy = this._getCustomInspectProxy();
|
|
30424
|
+
return "Page " + inspect(proxy, options);
|
|
30425
30425
|
};
|
|
30426
30426
|
/** Represents an individual person.
|
|
30427
30427
|
*/
|
|
@@ -33784,14 +33784,14 @@ var Person = class Person extends Object$1 {
|
|
|
33784
33784
|
if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
|
|
33785
33785
|
return proxy;
|
|
33786
33786
|
}
|
|
33787
|
-
|
|
33788
|
-
|
|
33789
|
-
|
|
33790
|
-
|
|
33791
|
-
|
|
33792
|
-
|
|
33793
|
-
|
|
33794
|
-
|
|
33787
|
+
};
|
|
33788
|
+
Person.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
33789
|
+
const proxy = this._getCustomInspectProxy();
|
|
33790
|
+
return "Person " + inspect(proxy, options);
|
|
33791
|
+
};
|
|
33792
|
+
Person.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
33793
|
+
const proxy = this._getCustomInspectProxy();
|
|
33794
|
+
return "Person " + inspect(proxy, options);
|
|
33795
33795
|
};
|
|
33796
33796
|
/** Represents a logical or physical location. See [5.3 Representing
|
|
33797
33797
|
* Places](https://www.w3.org/TR/activitystreams-vocabulary/#places)
|
|
@@ -34217,14 +34217,14 @@ var Place = class Place extends Object$1 {
|
|
|
34217
34217
|
if (_oKrwxU4V8wiKhMW1QEYQibcJh8c_units.length == 1) proxy.units = _oKrwxU4V8wiKhMW1QEYQibcJh8c_units[0];
|
|
34218
34218
|
return proxy;
|
|
34219
34219
|
}
|
|
34220
|
-
|
|
34221
|
-
|
|
34222
|
-
|
|
34223
|
-
|
|
34224
|
-
|
|
34225
|
-
|
|
34226
|
-
|
|
34227
|
-
|
|
34220
|
+
};
|
|
34221
|
+
Place.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
34222
|
+
const proxy = this._getCustomInspectProxy();
|
|
34223
|
+
return "Place " + inspect(proxy, options);
|
|
34224
|
+
};
|
|
34225
|
+
Place.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
34226
|
+
const proxy = this._getCustomInspectProxy();
|
|
34227
|
+
return "Place " + inspect(proxy, options);
|
|
34228
34228
|
};
|
|
34229
34229
|
/** A {@link Profile} is a content object that describes another {@link Object},
|
|
34230
34230
|
* typically used to describe [Actor
|
|
@@ -34560,14 +34560,14 @@ var Profile = class Profile extends Object$1 {
|
|
|
34560
34560
|
if (_3CLQ1PLSXrhSQbTGGHuxNyaEFKM1_describes.length == 1) proxy.describes = _3CLQ1PLSXrhSQbTGGHuxNyaEFKM1_describes[0];
|
|
34561
34561
|
return proxy;
|
|
34562
34562
|
}
|
|
34563
|
-
|
|
34564
|
-
|
|
34565
|
-
|
|
34566
|
-
|
|
34567
|
-
|
|
34568
|
-
|
|
34569
|
-
|
|
34570
|
-
|
|
34563
|
+
};
|
|
34564
|
+
Profile.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
34565
|
+
const proxy = this._getCustomInspectProxy();
|
|
34566
|
+
return "Profile " + inspect(proxy, options);
|
|
34567
|
+
};
|
|
34568
|
+
Profile.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
34569
|
+
const proxy = this._getCustomInspectProxy();
|
|
34570
|
+
return "Profile " + inspect(proxy, options);
|
|
34571
34571
|
};
|
|
34572
34572
|
/** Represents a question being asked. Question objects are an extension of
|
|
34573
34573
|
* {@link IntransitiveActivity}. That is, the Question object is an Activity,
|
|
@@ -35199,14 +35199,14 @@ var Question = class Question extends IntransitiveActivity {
|
|
|
35199
35199
|
if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
|
|
35200
35200
|
return proxy;
|
|
35201
35201
|
}
|
|
35202
|
-
|
|
35203
|
-
|
|
35204
|
-
|
|
35205
|
-
|
|
35206
|
-
|
|
35207
|
-
|
|
35208
|
-
|
|
35209
|
-
|
|
35202
|
+
};
|
|
35203
|
+
Question.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
35204
|
+
const proxy = this._getCustomInspectProxy();
|
|
35205
|
+
return "Question " + inspect(proxy, options);
|
|
35206
|
+
};
|
|
35207
|
+
Question.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
35208
|
+
const proxy = this._getCustomInspectProxy();
|
|
35209
|
+
return "Question " + inspect(proxy, options);
|
|
35210
35210
|
};
|
|
35211
35211
|
/** Indicates that the `actor` has read the `object`.
|
|
35212
35212
|
*/
|
|
@@ -35357,14 +35357,14 @@ var Read = class Read extends Activity {
|
|
|
35357
35357
|
const proxy = super._getCustomInspectProxy();
|
|
35358
35358
|
return proxy;
|
|
35359
35359
|
}
|
|
35360
|
-
|
|
35361
|
-
|
|
35362
|
-
|
|
35363
|
-
|
|
35364
|
-
|
|
35365
|
-
|
|
35366
|
-
|
|
35367
|
-
|
|
35360
|
+
};
|
|
35361
|
+
Read.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
35362
|
+
const proxy = this._getCustomInspectProxy();
|
|
35363
|
+
return "Read " + inspect(proxy, options);
|
|
35364
|
+
};
|
|
35365
|
+
Read.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
35366
|
+
const proxy = this._getCustomInspectProxy();
|
|
35367
|
+
return "Read " + inspect(proxy, options);
|
|
35368
35368
|
};
|
|
35369
35369
|
/** Indicates that the `actor` is rejecting the `object`. The `target` and
|
|
35370
35370
|
* `origin` typically have no defined meaning.
|
|
@@ -35517,14 +35517,14 @@ var Reject = class Reject extends Activity {
|
|
|
35517
35517
|
const proxy = super._getCustomInspectProxy();
|
|
35518
35518
|
return proxy;
|
|
35519
35519
|
}
|
|
35520
|
-
|
|
35521
|
-
|
|
35522
|
-
|
|
35523
|
-
|
|
35524
|
-
|
|
35525
|
-
|
|
35526
|
-
|
|
35527
|
-
|
|
35520
|
+
};
|
|
35521
|
+
Reject.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
35522
|
+
const proxy = this._getCustomInspectProxy();
|
|
35523
|
+
return "Reject " + inspect(proxy, options);
|
|
35524
|
+
};
|
|
35525
|
+
Reject.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
35526
|
+
const proxy = this._getCustomInspectProxy();
|
|
35527
|
+
return "Reject " + inspect(proxy, options);
|
|
35528
35528
|
};
|
|
35529
35529
|
/** Describes a relationship between two individuals.
|
|
35530
35530
|
* The {@link Relationship.subject} and {@link Relationship.object} properties
|
|
@@ -36328,14 +36328,14 @@ var Relationship = class Relationship extends Object$1 {
|
|
|
36328
36328
|
if (_4Lzz89F9qipAQSGkWyX9DGWiUojG_relationship.length > 1 || !("relationship" in proxy) && _4Lzz89F9qipAQSGkWyX9DGWiUojG_relationship.length > 0) proxy.relationships = _4Lzz89F9qipAQSGkWyX9DGWiUojG_relationship;
|
|
36329
36329
|
return proxy;
|
|
36330
36330
|
}
|
|
36331
|
-
|
|
36332
|
-
|
|
36333
|
-
|
|
36334
|
-
|
|
36335
|
-
|
|
36336
|
-
|
|
36337
|
-
|
|
36338
|
-
|
|
36331
|
+
};
|
|
36332
|
+
Relationship.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
36333
|
+
const proxy = this._getCustomInspectProxy();
|
|
36334
|
+
return "Relationship " + inspect(proxy, options);
|
|
36335
|
+
};
|
|
36336
|
+
Relationship.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
36337
|
+
const proxy = this._getCustomInspectProxy();
|
|
36338
|
+
return "Relationship " + inspect(proxy, options);
|
|
36339
36339
|
};
|
|
36340
36340
|
/** Indicates that the `actor` is removing the `object`. If specified,
|
|
36341
36341
|
* the `origin` indicates the context from which the `object` is being removed.
|
|
@@ -36487,14 +36487,14 @@ var Remove = class Remove extends Activity {
|
|
|
36487
36487
|
const proxy = super._getCustomInspectProxy();
|
|
36488
36488
|
return proxy;
|
|
36489
36489
|
}
|
|
36490
|
-
|
|
36491
|
-
|
|
36492
|
-
|
|
36493
|
-
|
|
36494
|
-
|
|
36495
|
-
|
|
36496
|
-
|
|
36497
|
-
|
|
36490
|
+
};
|
|
36491
|
+
Remove.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
36492
|
+
const proxy = this._getCustomInspectProxy();
|
|
36493
|
+
return "Remove " + inspect(proxy, options);
|
|
36494
|
+
};
|
|
36495
|
+
Remove.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
36496
|
+
const proxy = this._getCustomInspectProxy();
|
|
36497
|
+
return "Remove " + inspect(proxy, options);
|
|
36498
36498
|
};
|
|
36499
36499
|
/** Represents a service of any kind.
|
|
36500
36500
|
*/
|
|
@@ -39857,14 +39857,14 @@ var Service = class Service extends Object$1 {
|
|
|
39857
39857
|
if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
|
|
39858
39858
|
return proxy;
|
|
39859
39859
|
}
|
|
39860
|
-
|
|
39861
|
-
|
|
39862
|
-
|
|
39863
|
-
|
|
39864
|
-
|
|
39865
|
-
|
|
39866
|
-
|
|
39867
|
-
|
|
39860
|
+
};
|
|
39861
|
+
Service.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
39862
|
+
const proxy = this._getCustomInspectProxy();
|
|
39863
|
+
return "Service " + inspect(proxy, options);
|
|
39864
|
+
};
|
|
39865
|
+
Service.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
39866
|
+
const proxy = this._getCustomInspectProxy();
|
|
39867
|
+
return "Service " + inspect(proxy, options);
|
|
39868
39868
|
};
|
|
39869
39869
|
/** Contents of {@link Object}'s `source`.
|
|
39870
39870
|
*/
|
|
@@ -40144,14 +40144,14 @@ var Source = class {
|
|
|
40144
40144
|
if (_3BLrzmscsjHCw8TF5BHRW9WkPnX8_mediaType.length == 1) proxy.mediaType = _3BLrzmscsjHCw8TF5BHRW9WkPnX8_mediaType[0];
|
|
40145
40145
|
return proxy;
|
|
40146
40146
|
}
|
|
40147
|
-
|
|
40148
|
-
|
|
40149
|
-
|
|
40150
|
-
|
|
40151
|
-
|
|
40152
|
-
|
|
40153
|
-
|
|
40154
|
-
|
|
40147
|
+
};
|
|
40148
|
+
Source.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
40149
|
+
const proxy = this._getCustomInspectProxy();
|
|
40150
|
+
return "Source " + inspect(proxy, options);
|
|
40151
|
+
};
|
|
40152
|
+
Source.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
40153
|
+
const proxy = this._getCustomInspectProxy();
|
|
40154
|
+
return "Source " + inspect(proxy, options);
|
|
40155
40155
|
};
|
|
40156
40156
|
/** A specialization of {@link Accept} indicating that
|
|
40157
40157
|
* the acceptance is tentative.
|
|
@@ -40303,14 +40303,14 @@ var TentativeAccept = class TentativeAccept extends Accept {
|
|
|
40303
40303
|
const proxy = super._getCustomInspectProxy();
|
|
40304
40304
|
return proxy;
|
|
40305
40305
|
}
|
|
40306
|
-
|
|
40307
|
-
|
|
40308
|
-
|
|
40309
|
-
|
|
40310
|
-
|
|
40311
|
-
|
|
40312
|
-
|
|
40313
|
-
|
|
40306
|
+
};
|
|
40307
|
+
TentativeAccept.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
40308
|
+
const proxy = this._getCustomInspectProxy();
|
|
40309
|
+
return "TentativeAccept " + inspect(proxy, options);
|
|
40310
|
+
};
|
|
40311
|
+
TentativeAccept.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
40312
|
+
const proxy = this._getCustomInspectProxy();
|
|
40313
|
+
return "TentativeAccept " + inspect(proxy, options);
|
|
40314
40314
|
};
|
|
40315
40315
|
/** A specialization of {@link Reject} in which
|
|
40316
40316
|
* the rejection is considered tentative.
|
|
@@ -40462,14 +40462,14 @@ var TentativeReject = class TentativeReject extends Reject {
|
|
|
40462
40462
|
const proxy = super._getCustomInspectProxy();
|
|
40463
40463
|
return proxy;
|
|
40464
40464
|
}
|
|
40465
|
-
|
|
40466
|
-
|
|
40467
|
-
|
|
40468
|
-
|
|
40469
|
-
|
|
40470
|
-
|
|
40471
|
-
|
|
40472
|
-
|
|
40465
|
+
};
|
|
40466
|
+
TentativeReject.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
40467
|
+
const proxy = this._getCustomInspectProxy();
|
|
40468
|
+
return "TentativeReject " + inspect(proxy, options);
|
|
40469
|
+
};
|
|
40470
|
+
TentativeReject.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
40471
|
+
const proxy = this._getCustomInspectProxy();
|
|
40472
|
+
return "TentativeReject " + inspect(proxy, options);
|
|
40473
40473
|
};
|
|
40474
40474
|
/** A `Tombstone` represents a content object that has been deleted.
|
|
40475
40475
|
* It can be used in {@link Collection}s to signify that there used to be
|
|
@@ -40674,14 +40674,14 @@ var Tombstone = class Tombstone extends Object$1 {
|
|
|
40674
40674
|
if (_8g8g4LiVMhFTXskuDEqx4ascxUr_deleted.length == 1) proxy.deleted = _8g8g4LiVMhFTXskuDEqx4ascxUr_deleted[0];
|
|
40675
40675
|
return proxy;
|
|
40676
40676
|
}
|
|
40677
|
-
|
|
40678
|
-
|
|
40679
|
-
|
|
40680
|
-
|
|
40681
|
-
|
|
40682
|
-
|
|
40683
|
-
|
|
40684
|
-
|
|
40677
|
+
};
|
|
40678
|
+
Tombstone.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
40679
|
+
const proxy = this._getCustomInspectProxy();
|
|
40680
|
+
return "Tombstone " + inspect(proxy, options);
|
|
40681
|
+
};
|
|
40682
|
+
Tombstone.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
40683
|
+
const proxy = this._getCustomInspectProxy();
|
|
40684
|
+
return "Tombstone " + inspect(proxy, options);
|
|
40685
40685
|
};
|
|
40686
40686
|
/** Indicates that the `actor` is traveling to `target` from `origin`.
|
|
40687
40687
|
* `Travel` is an `IntransitiveObject` whose `actor` specifies the direct object.
|
|
@@ -40835,14 +40835,14 @@ var Travel = class Travel extends IntransitiveActivity {
|
|
|
40835
40835
|
const proxy = super._getCustomInspectProxy();
|
|
40836
40836
|
return proxy;
|
|
40837
40837
|
}
|
|
40838
|
-
|
|
40839
|
-
|
|
40840
|
-
|
|
40841
|
-
|
|
40842
|
-
|
|
40843
|
-
|
|
40844
|
-
|
|
40845
|
-
|
|
40838
|
+
};
|
|
40839
|
+
Travel.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
40840
|
+
const proxy = this._getCustomInspectProxy();
|
|
40841
|
+
return "Travel " + inspect(proxy, options);
|
|
40842
|
+
};
|
|
40843
|
+
Travel.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
40844
|
+
const proxy = this._getCustomInspectProxy();
|
|
40845
|
+
return "Travel " + inspect(proxy, options);
|
|
40846
40846
|
};
|
|
40847
40847
|
/** Indicates that the `actor` is undoing the `object`. In most cases,
|
|
40848
40848
|
* the `object` will be an {@link Activity} describing some previously performed
|
|
@@ -41008,14 +41008,14 @@ var Undo = class Undo extends Activity {
|
|
|
41008
41008
|
const proxy = super._getCustomInspectProxy();
|
|
41009
41009
|
return proxy;
|
|
41010
41010
|
}
|
|
41011
|
-
|
|
41012
|
-
|
|
41013
|
-
|
|
41014
|
-
|
|
41015
|
-
|
|
41016
|
-
|
|
41017
|
-
|
|
41018
|
-
|
|
41011
|
+
};
|
|
41012
|
+
Undo.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
41013
|
+
const proxy = this._getCustomInspectProxy();
|
|
41014
|
+
return "Undo " + inspect(proxy, options);
|
|
41015
|
+
};
|
|
41016
|
+
Undo.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
41017
|
+
const proxy = this._getCustomInspectProxy();
|
|
41018
|
+
return "Undo " + inspect(proxy, options);
|
|
41019
41019
|
};
|
|
41020
41020
|
/** Indicates that the `actor` has updated the `object`. Note, however,
|
|
41021
41021
|
* that this vocabulary does not define a mechanism for describing the actual
|
|
@@ -41219,14 +41219,14 @@ var Update = class Update extends Activity {
|
|
|
41219
41219
|
const proxy = super._getCustomInspectProxy();
|
|
41220
41220
|
return proxy;
|
|
41221
41221
|
}
|
|
41222
|
-
|
|
41223
|
-
|
|
41224
|
-
|
|
41225
|
-
|
|
41226
|
-
|
|
41227
|
-
|
|
41228
|
-
|
|
41229
|
-
|
|
41222
|
+
};
|
|
41223
|
+
Update.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
41224
|
+
const proxy = this._getCustomInspectProxy();
|
|
41225
|
+
return "Update " + inspect(proxy, options);
|
|
41226
|
+
};
|
|
41227
|
+
Update.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
41228
|
+
const proxy = this._getCustomInspectProxy();
|
|
41229
|
+
return "Update " + inspect(proxy, options);
|
|
41230
41230
|
};
|
|
41231
41231
|
/** Represents a video document of any kind.
|
|
41232
41232
|
*/
|
|
@@ -41385,14 +41385,14 @@ var Video = class Video extends Document {
|
|
|
41385
41385
|
const proxy = super._getCustomInspectProxy();
|
|
41386
41386
|
return proxy;
|
|
41387
41387
|
}
|
|
41388
|
-
|
|
41389
|
-
|
|
41390
|
-
|
|
41391
|
-
|
|
41392
|
-
|
|
41393
|
-
|
|
41394
|
-
|
|
41395
|
-
|
|
41388
|
+
};
|
|
41389
|
+
Video.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
41390
|
+
const proxy = this._getCustomInspectProxy();
|
|
41391
|
+
return "Video " + inspect(proxy, options);
|
|
41392
|
+
};
|
|
41393
|
+
Video.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
41394
|
+
const proxy = this._getCustomInspectProxy();
|
|
41395
|
+
return "Video " + inspect(proxy, options);
|
|
41396
41396
|
};
|
|
41397
41397
|
/** Indicates that the `actor` has viewed the object.
|
|
41398
41398
|
*/
|
|
@@ -41543,14 +41543,14 @@ var View = class View extends Activity {
|
|
|
41543
41543
|
const proxy = super._getCustomInspectProxy();
|
|
41544
41544
|
return proxy;
|
|
41545
41545
|
}
|
|
41546
|
-
|
|
41547
|
-
|
|
41548
|
-
|
|
41549
|
-
|
|
41550
|
-
|
|
41551
|
-
|
|
41552
|
-
|
|
41553
|
-
|
|
41546
|
+
};
|
|
41547
|
+
View.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
|
|
41548
|
+
const proxy = this._getCustomInspectProxy();
|
|
41549
|
+
return "View " + inspect(proxy, options);
|
|
41550
|
+
};
|
|
41551
|
+
View.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
|
|
41552
|
+
const proxy = this._getCustomInspectProxy();
|
|
41553
|
+
return "View " + inspect(proxy, options);
|
|
41554
41554
|
};
|
|
41555
41555
|
|
|
41556
41556
|
//#endregion
|