@fedify/vocab 2.1.0-dev.405 → 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/dist/mod.cjs CHANGED
@@ -34,7 +34,7 @@ const es_toolkit = __toESM(require("es-toolkit"));
34
34
 
35
35
  //#region deno.json
36
36
  var name = "@fedify/vocab";
37
- var version = "2.1.0-dev.405+f4e278ae";
37
+ var version = "2.1.0-dev.406+61a21e4e";
38
38
  var license = "MIT";
39
39
  var exports$1 = { ".": "./src/mod.ts" };
40
40
  var description = "Vocabularies library for @fedify/fedify";
@@ -5822,14 +5822,14 @@ var Object$1 = class Object$1 {
5822
5822
  if (_42rPnotok1ivQ2RNCKNbeFJgx8b8_proof.length > 1 || !("proof" in proxy) && _42rPnotok1ivQ2RNCKNbeFJgx8b8_proof.length > 0) proxy.proofs = _42rPnotok1ivQ2RNCKNbeFJgx8b8_proof;
5823
5823
  return proxy;
5824
5824
  }
5825
- [Symbol.for("Deno.customInspect")](inspect, options) {
5826
- const proxy = this._getCustomInspectProxy();
5827
- return "Object " + inspect(proxy, options);
5828
- }
5829
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
5830
- const proxy = this._getCustomInspectProxy();
5831
- return "Object " + inspect(proxy, options);
5832
- }
5825
+ };
5826
+ Object$1.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
5827
+ const proxy = this._getCustomInspectProxy();
5828
+ return "Object " + inspect(proxy, options);
5829
+ };
5830
+ Object$1.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
5831
+ const proxy = this._getCustomInspectProxy();
5832
+ return "Object " + inspect(proxy, options);
5833
5833
  };
5834
5834
  /** Represents a custom emoji.
5835
5835
  */
@@ -5994,14 +5994,14 @@ var Emoji = class Emoji extends Object$1 {
5994
5994
  const proxy = super._getCustomInspectProxy();
5995
5995
  return proxy;
5996
5996
  }
5997
- [Symbol.for("Deno.customInspect")](inspect, options) {
5998
- const proxy = this._getCustomInspectProxy();
5999
- return "Emoji " + inspect(proxy, options);
6000
- }
6001
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
6002
- const proxy = this._getCustomInspectProxy();
6003
- return "Emoji " + inspect(proxy, options);
6004
- }
5997
+ };
5998
+ Emoji.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
5999
+ const proxy = this._getCustomInspectProxy();
6000
+ return "Emoji " + inspect(proxy, options);
6001
+ };
6002
+ Emoji.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
6003
+ const proxy = this._getCustomInspectProxy();
6004
+ return "Emoji " + inspect(proxy, options);
6005
6005
  };
6006
6006
  /** `ChatMessage`s are the messages sent in 1-on-1 chats. They are similar to
6007
6007
  * {@link Note}s, but the addressing is done by having a single AP actor in
@@ -6255,14 +6255,14 @@ var ChatMessage = class ChatMessage extends Object$1 {
6255
6255
  if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
6256
6256
  return proxy;
6257
6257
  }
6258
- [Symbol.for("Deno.customInspect")](inspect, options) {
6259
- const proxy = this._getCustomInspectProxy();
6260
- return "ChatMessage " + inspect(proxy, options);
6261
- }
6262
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
6263
- const proxy = this._getCustomInspectProxy();
6264
- return "ChatMessage " + inspect(proxy, options);
6265
- }
6258
+ };
6259
+ ChatMessage.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
6260
+ const proxy = this._getCustomInspectProxy();
6261
+ return "ChatMessage " + inspect(proxy, options);
6262
+ };
6263
+ ChatMessage.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
6264
+ const proxy = this._getCustomInspectProxy();
6265
+ return "ChatMessage " + inspect(proxy, options);
6266
6266
  };
6267
6267
  /** An Activity is a subtype of {@link Object} that describes some form of action
6268
6268
  * that may happen, is currently happening, or has already happened.
@@ -7858,14 +7858,14 @@ var Activity = class Activity extends Object$1 {
7858
7858
  if (_3c5t2x7DYRo2shwTxpkd4kYSS5WQ_instrument.length > 1 || !("instrument" in proxy) && _3c5t2x7DYRo2shwTxpkd4kYSS5WQ_instrument.length > 0) proxy.instruments = _3c5t2x7DYRo2shwTxpkd4kYSS5WQ_instrument;
7859
7859
  return proxy;
7860
7860
  }
7861
- [Symbol.for("Deno.customInspect")](inspect, options) {
7862
- const proxy = this._getCustomInspectProxy();
7863
- return "Activity " + inspect(proxy, options);
7864
- }
7865
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
7866
- const proxy = this._getCustomInspectProxy();
7867
- return "Activity " + inspect(proxy, options);
7868
- }
7861
+ };
7862
+ Activity.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
7863
+ const proxy = this._getCustomInspectProxy();
7864
+ return "Activity " + inspect(proxy, options);
7865
+ };
7866
+ Activity.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
7867
+ const proxy = this._getCustomInspectProxy();
7868
+ return "Activity " + inspect(proxy, options);
7869
7869
  };
7870
7870
  /** Represents an emoji reaction. See also [FEP-c0e0](https://w3id.org/fep/c0e0).
7871
7871
  */
@@ -8022,14 +8022,14 @@ var EmojiReact = class EmojiReact extends Activity {
8022
8022
  const proxy = super._getCustomInspectProxy();
8023
8023
  return proxy;
8024
8024
  }
8025
- [Symbol.for("Deno.customInspect")](inspect, options) {
8026
- const proxy = this._getCustomInspectProxy();
8027
- return "EmojiReact " + inspect(proxy, options);
8028
- }
8029
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
8030
- const proxy = this._getCustomInspectProxy();
8031
- return "EmojiReact " + inspect(proxy, options);
8032
- }
8025
+ };
8026
+ EmojiReact.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
8027
+ const proxy = this._getCustomInspectProxy();
8028
+ return "EmojiReact " + inspect(proxy, options);
8029
+ };
8030
+ EmojiReact.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
8031
+ const proxy = this._getCustomInspectProxy();
8032
+ return "EmojiReact " + inspect(proxy, options);
8033
8033
  };
8034
8034
  /** A pair of property name and value.
8035
8035
  */
@@ -8310,14 +8310,14 @@ var PropertyValue = class {
8310
8310
  if (_2cSy2magg4iZ7zLaG8U7DiJMoCkx_value.length == 1) proxy.value = _2cSy2magg4iZ7zLaG8U7DiJMoCkx_value[0];
8311
8311
  return proxy;
8312
8312
  }
8313
- [Symbol.for("Deno.customInspect")](inspect, options) {
8314
- const proxy = this._getCustomInspectProxy();
8315
- return "PropertyValue " + inspect(proxy, options);
8316
- }
8317
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
8318
- const proxy = this._getCustomInspectProxy();
8319
- return "PropertyValue " + inspect(proxy, options);
8320
- }
8313
+ };
8314
+ PropertyValue.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
8315
+ const proxy = this._getCustomInspectProxy();
8316
+ return "PropertyValue " + inspect(proxy, options);
8317
+ };
8318
+ PropertyValue.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
8319
+ const proxy = this._getCustomInspectProxy();
8320
+ return "PropertyValue " + inspect(proxy, options);
8321
8321
  };
8322
8322
  /** Means of communicating or interacting with the DID subject or associated
8323
8323
  * entities via one or more service endpoints. Examples include discovery
@@ -8540,14 +8540,14 @@ var DidService = class {
8540
8540
  if (_2KM4fetG6FTJ1cphj76rzJ8Dyv7p_serviceEndpoint.length > 1 || !("endpoint" in proxy) && _2KM4fetG6FTJ1cphj76rzJ8Dyv7p_serviceEndpoint.length > 0) proxy.endpoints = _2KM4fetG6FTJ1cphj76rzJ8Dyv7p_serviceEndpoint;
8541
8541
  return proxy;
8542
8542
  }
8543
- [Symbol.for("Deno.customInspect")](inspect, options) {
8544
- const proxy = this._getCustomInspectProxy();
8545
- return "DidService " + inspect(proxy, options);
8546
- }
8547
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
8548
- const proxy = this._getCustomInspectProxy();
8549
- return "DidService " + inspect(proxy, options);
8550
- }
8543
+ };
8544
+ DidService.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
8545
+ const proxy = this._getCustomInspectProxy();
8546
+ return "DidService " + inspect(proxy, options);
8547
+ };
8548
+ DidService.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
8549
+ const proxy = this._getCustomInspectProxy();
8550
+ return "DidService " + inspect(proxy, options);
8551
8551
  };
8552
8552
  /** "Export Actor" service.
8553
8553
  */
@@ -8691,14 +8691,14 @@ var Export = class Export extends DidService {
8691
8691
  const proxy = super._getCustomInspectProxy();
8692
8692
  return proxy;
8693
8693
  }
8694
- [Symbol.for("Deno.customInspect")](inspect, options) {
8695
- const proxy = this._getCustomInspectProxy();
8696
- return "Export " + inspect(proxy, options);
8697
- }
8698
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
8699
- const proxy = this._getCustomInspectProxy();
8700
- return "Export " + inspect(proxy, options);
8701
- }
8694
+ };
8695
+ Export.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
8696
+ const proxy = this._getCustomInspectProxy();
8697
+ return "Export " + inspect(proxy, options);
8698
+ };
8699
+ Export.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
8700
+ const proxy = this._getCustomInspectProxy();
8701
+ return "Export " + inspect(proxy, options);
8702
8702
  };
8703
8703
  /** A proof that can be added to any activity or object, allowing recipients to
8704
8704
  * verify the identity of the actor and the integrity of the data.
@@ -9174,14 +9174,14 @@ var DataIntegrityProof = class {
9174
9174
  if (_3qzP3ukEZoUziK5FEiA1RhU4aqac.length == 1) proxy.created = _3qzP3ukEZoUziK5FEiA1RhU4aqac[0];
9175
9175
  return proxy;
9176
9176
  }
9177
- [Symbol.for("Deno.customInspect")](inspect, options) {
9178
- const proxy = this._getCustomInspectProxy();
9179
- return "DataIntegrityProof " + inspect(proxy, options);
9180
- }
9181
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
9182
- const proxy = this._getCustomInspectProxy();
9183
- return "DataIntegrityProof " + inspect(proxy, options);
9184
- }
9177
+ };
9178
+ DataIntegrityProof.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
9179
+ const proxy = this._getCustomInspectProxy();
9180
+ return "DataIntegrityProof " + inspect(proxy, options);
9181
+ };
9182
+ DataIntegrityProof.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
9183
+ const proxy = this._getCustomInspectProxy();
9184
+ return "DataIntegrityProof " + inspect(proxy, options);
9185
9185
  };
9186
9186
  /** A key owned by an actor.
9187
9187
  */
@@ -9644,14 +9644,14 @@ var CryptographicKey = class {
9644
9644
  if (_2fE2QMDdg6KFGqa4NEC3TmjApSAD_publicKeyPem.length == 1) proxy.publicKey = _2fE2QMDdg6KFGqa4NEC3TmjApSAD_publicKeyPem[0];
9645
9645
  return proxy;
9646
9646
  }
9647
- [Symbol.for("Deno.customInspect")](inspect, options) {
9648
- const proxy = this._getCustomInspectProxy();
9649
- return "CryptographicKey " + inspect(proxy, options);
9650
- }
9651
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
9652
- const proxy = this._getCustomInspectProxy();
9653
- return "CryptographicKey " + inspect(proxy, options);
9654
- }
9647
+ };
9648
+ CryptographicKey.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
9649
+ const proxy = this._getCustomInspectProxy();
9650
+ return "CryptographicKey " + inspect(proxy, options);
9651
+ };
9652
+ CryptographicKey.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
9653
+ const proxy = this._getCustomInspectProxy();
9654
+ return "CryptographicKey " + inspect(proxy, options);
9655
9655
  };
9656
9656
  /** Represents a key owned by an actor according to [FEP-521a: Representing
9657
9657
  * actor's public keys.][1]
@@ -10123,14 +10123,14 @@ var Multikey = class {
10123
10123
  if (_4XLHbsR2gLVWU3NpEqKt9wANzn4F_publicKeyMultibase.length == 1) proxy.publicKey = _4XLHbsR2gLVWU3NpEqKt9wANzn4F_publicKeyMultibase[0];
10124
10124
  return proxy;
10125
10125
  }
10126
- [Symbol.for("Deno.customInspect")](inspect, options) {
10127
- const proxy = this._getCustomInspectProxy();
10128
- return "Multikey " + inspect(proxy, options);
10129
- }
10130
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
10131
- const proxy = this._getCustomInspectProxy();
10132
- return "Multikey " + inspect(proxy, options);
10133
- }
10126
+ };
10127
+ Multikey.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
10128
+ const proxy = this._getCustomInspectProxy();
10129
+ return "Multikey " + inspect(proxy, options);
10130
+ };
10131
+ Multikey.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
10132
+ const proxy = this._getCustomInspectProxy();
10133
+ return "Multikey " + inspect(proxy, options);
10134
10134
  };
10135
10135
  /** Indicates that the `actor` accepts the `object`. The `target` property can be
10136
10136
  * used in certain circumstances to indicate the context into which the `object`
@@ -10284,14 +10284,14 @@ var Accept = class Accept extends Activity {
10284
10284
  const proxy = super._getCustomInspectProxy();
10285
10285
  return proxy;
10286
10286
  }
10287
- [Symbol.for("Deno.customInspect")](inspect, options) {
10288
- const proxy = this._getCustomInspectProxy();
10289
- return "Accept " + inspect(proxy, options);
10290
- }
10291
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
10292
- const proxy = this._getCustomInspectProxy();
10293
- return "Accept " + inspect(proxy, options);
10294
- }
10287
+ };
10288
+ Accept.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
10289
+ const proxy = this._getCustomInspectProxy();
10290
+ return "Accept " + inspect(proxy, options);
10291
+ };
10292
+ Accept.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
10293
+ const proxy = this._getCustomInspectProxy();
10294
+ return "Accept " + inspect(proxy, options);
10295
10295
  };
10296
10296
  /** Indicates that the `actor` has added the `object` to the `target`.
10297
10297
  * If the `target` property is not explicitly specified, the target would need
@@ -10445,14 +10445,14 @@ var Add = class Add extends Activity {
10445
10445
  const proxy = super._getCustomInspectProxy();
10446
10446
  return proxy;
10447
10447
  }
10448
- [Symbol.for("Deno.customInspect")](inspect, options) {
10449
- const proxy = this._getCustomInspectProxy();
10450
- return "Add " + inspect(proxy, options);
10451
- }
10452
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
10453
- const proxy = this._getCustomInspectProxy();
10454
- return "Add " + inspect(proxy, options);
10455
- }
10448
+ };
10449
+ Add.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
10450
+ const proxy = this._getCustomInspectProxy();
10451
+ return "Add " + inspect(proxy, options);
10452
+ };
10453
+ Add.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
10454
+ const proxy = this._getCustomInspectProxy();
10455
+ return "Add " + inspect(proxy, options);
10456
10456
  };
10457
10457
  /** Indicates that the `actor` is calling the `target`'s attention the `object`.
10458
10458
  *
@@ -10624,14 +10624,14 @@ var Announce = class Announce extends Activity {
10624
10624
  const proxy = super._getCustomInspectProxy();
10625
10625
  return proxy;
10626
10626
  }
10627
- [Symbol.for("Deno.customInspect")](inspect, options) {
10628
- const proxy = this._getCustomInspectProxy();
10629
- return "Announce " + inspect(proxy, options);
10630
- }
10631
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
10632
- const proxy = this._getCustomInspectProxy();
10633
- return "Announce " + inspect(proxy, options);
10634
- }
10627
+ };
10628
+ Announce.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
10629
+ const proxy = this._getCustomInspectProxy();
10630
+ return "Announce " + inspect(proxy, options);
10631
+ };
10632
+ Announce.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
10633
+ const proxy = this._getCustomInspectProxy();
10634
+ return "Announce " + inspect(proxy, options);
10635
10635
  };
10636
10636
  /** Describes a software application.
10637
10637
  */
@@ -13994,14 +13994,14 @@ var Application = class Application extends Object$1 {
13994
13994
  if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
13995
13995
  return proxy;
13996
13996
  }
13997
- [Symbol.for("Deno.customInspect")](inspect, options) {
13998
- const proxy = this._getCustomInspectProxy();
13999
- return "Application " + inspect(proxy, options);
14000
- }
14001
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14002
- const proxy = this._getCustomInspectProxy();
14003
- return "Application " + inspect(proxy, options);
14004
- }
13997
+ };
13998
+ Application.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
13999
+ const proxy = this._getCustomInspectProxy();
14000
+ return "Application " + inspect(proxy, options);
14001
+ };
14002
+ Application.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
14003
+ const proxy = this._getCustomInspectProxy();
14004
+ return "Application " + inspect(proxy, options);
14005
14005
  };
14006
14006
  /** Instances of `IntransitiveActivity` are a subtype of {@link Activity}
14007
14007
  * representing intransitive actions. The `object` property is therefore
@@ -14157,14 +14157,14 @@ var IntransitiveActivity = class IntransitiveActivity extends Activity {
14157
14157
  const proxy = super._getCustomInspectProxy();
14158
14158
  return proxy;
14159
14159
  }
14160
- [Symbol.for("Deno.customInspect")](inspect, options) {
14161
- const proxy = this._getCustomInspectProxy();
14162
- return "IntransitiveActivity " + inspect(proxy, options);
14163
- }
14164
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14165
- const proxy = this._getCustomInspectProxy();
14166
- return "IntransitiveActivity " + inspect(proxy, options);
14167
- }
14160
+ };
14161
+ IntransitiveActivity.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
14162
+ const proxy = this._getCustomInspectProxy();
14163
+ return "IntransitiveActivity " + inspect(proxy, options);
14164
+ };
14165
+ IntransitiveActivity.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
14166
+ const proxy = this._getCustomInspectProxy();
14167
+ return "IntransitiveActivity " + inspect(proxy, options);
14168
14168
  };
14169
14169
  /** An `IntransitiveActivity` that indicates that the `actor` has arrived at the `location`.
14170
14170
  * The `origin` can be used to identify the context from which the `actor` originated.
@@ -14317,14 +14317,14 @@ var Arrive = class Arrive extends IntransitiveActivity {
14317
14317
  const proxy = super._getCustomInspectProxy();
14318
14318
  return proxy;
14319
14319
  }
14320
- [Symbol.for("Deno.customInspect")](inspect, options) {
14321
- const proxy = this._getCustomInspectProxy();
14322
- return "Arrive " + inspect(proxy, options);
14323
- }
14324
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14325
- const proxy = this._getCustomInspectProxy();
14326
- return "Arrive " + inspect(proxy, options);
14327
- }
14320
+ };
14321
+ Arrive.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
14322
+ const proxy = this._getCustomInspectProxy();
14323
+ return "Arrive " + inspect(proxy, options);
14324
+ };
14325
+ Arrive.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
14326
+ const proxy = this._getCustomInspectProxy();
14327
+ return "Arrive " + inspect(proxy, options);
14328
14328
  };
14329
14329
  /** Represents any kind of multi-paragraph written work.
14330
14330
  */
@@ -14576,14 +14576,14 @@ var Article = class Article extends Object$1 {
14576
14576
  if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
14577
14577
  return proxy;
14578
14578
  }
14579
- [Symbol.for("Deno.customInspect")](inspect, options) {
14580
- const proxy = this._getCustomInspectProxy();
14581
- return "Article " + inspect(proxy, options);
14582
- }
14583
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14584
- const proxy = this._getCustomInspectProxy();
14585
- return "Article " + inspect(proxy, options);
14586
- }
14579
+ };
14580
+ Article.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
14581
+ const proxy = this._getCustomInspectProxy();
14582
+ return "Article " + inspect(proxy, options);
14583
+ };
14584
+ Article.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
14585
+ const proxy = this._getCustomInspectProxy();
14586
+ return "Article " + inspect(proxy, options);
14587
14587
  };
14588
14588
  /** Represents a document of any kind.
14589
14589
  */
@@ -14834,14 +14834,14 @@ var Document = class Document extends Object$1 {
14834
14834
  if (_2cGKFeFJMmiNpGZFEF75mCwFQsKb_height.length == 1) proxy.height = _2cGKFeFJMmiNpGZFEF75mCwFQsKb_height[0];
14835
14835
  return proxy;
14836
14836
  }
14837
- [Symbol.for("Deno.customInspect")](inspect, options) {
14838
- const proxy = this._getCustomInspectProxy();
14839
- return "Document " + inspect(proxy, options);
14840
- }
14841
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
14842
- const proxy = this._getCustomInspectProxy();
14843
- return "Document " + inspect(proxy, options);
14844
- }
14837
+ };
14838
+ Document.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
14839
+ const proxy = this._getCustomInspectProxy();
14840
+ return "Document " + inspect(proxy, options);
14841
+ };
14842
+ Document.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
14843
+ const proxy = this._getCustomInspectProxy();
14844
+ return "Document " + inspect(proxy, options);
14845
14845
  };
14846
14846
  /** Represents an audio document of any kind.
14847
14847
  */
@@ -15000,14 +15000,14 @@ var Audio = class Audio extends Document {
15000
15000
  const proxy = super._getCustomInspectProxy();
15001
15001
  return proxy;
15002
15002
  }
15003
- [Symbol.for("Deno.customInspect")](inspect, options) {
15004
- const proxy = this._getCustomInspectProxy();
15005
- return "Audio " + inspect(proxy, options);
15006
- }
15007
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
15008
- const proxy = this._getCustomInspectProxy();
15009
- return "Audio " + inspect(proxy, options);
15010
- }
15003
+ };
15004
+ Audio.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
15005
+ const proxy = this._getCustomInspectProxy();
15006
+ return "Audio " + inspect(proxy, options);
15007
+ };
15008
+ Audio.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
15009
+ const proxy = this._getCustomInspectProxy();
15010
+ return "Audio " + inspect(proxy, options);
15011
15011
  };
15012
15012
  /** Indicates that the `actor` is ignoring the `object`. The `target` and
15013
15013
  * `origin` typically have no defined meaning.
@@ -15160,14 +15160,14 @@ var Ignore = class Ignore extends Activity {
15160
15160
  const proxy = super._getCustomInspectProxy();
15161
15161
  return proxy;
15162
15162
  }
15163
- [Symbol.for("Deno.customInspect")](inspect, options) {
15164
- const proxy = this._getCustomInspectProxy();
15165
- return "Ignore " + inspect(proxy, options);
15166
- }
15167
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
15168
- const proxy = this._getCustomInspectProxy();
15169
- return "Ignore " + inspect(proxy, options);
15170
- }
15163
+ };
15164
+ Ignore.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
15165
+ const proxy = this._getCustomInspectProxy();
15166
+ return "Ignore " + inspect(proxy, options);
15167
+ };
15168
+ Ignore.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
15169
+ const proxy = this._getCustomInspectProxy();
15170
+ return "Ignore " + inspect(proxy, options);
15171
15171
  };
15172
15172
  /** Indicates that the `actor` is blocking the `object`. Blocking is a stronger
15173
15173
  * form of {@link Ignore}. The typical use is to support social systems that
@@ -15321,14 +15321,14 @@ var Block = class Block extends Ignore {
15321
15321
  const proxy = super._getCustomInspectProxy();
15322
15322
  return proxy;
15323
15323
  }
15324
- [Symbol.for("Deno.customInspect")](inspect, options) {
15325
- const proxy = this._getCustomInspectProxy();
15326
- return "Block " + inspect(proxy, options);
15327
- }
15328
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
15329
- const proxy = this._getCustomInspectProxy();
15330
- return "Block " + inspect(proxy, options);
15331
- }
15324
+ };
15325
+ Block.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
15326
+ const proxy = this._getCustomInspectProxy();
15327
+ return "Block " + inspect(proxy, options);
15328
+ };
15329
+ Block.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
15330
+ const proxy = this._getCustomInspectProxy();
15331
+ return "Block " + inspect(proxy, options);
15332
15332
  };
15333
15333
  /** A `Collection` is a subtype of {@link Object} that represents ordered or
15334
15334
  * unordered sets of {@link Object} or {@link Link} instances.
@@ -17727,14 +17727,14 @@ var Collection = class Collection extends Object$1 {
17727
17727
  if (_2bsySzmT3qEZcrnoe3tZ5xBjXSju_likedOf.length == 1) proxy.likedOf = _2bsySzmT3qEZcrnoe3tZ5xBjXSju_likedOf[0];
17728
17728
  return proxy;
17729
17729
  }
17730
- [Symbol.for("Deno.customInspect")](inspect, options) {
17731
- const proxy = this._getCustomInspectProxy();
17732
- return "Collection " + inspect(proxy, options);
17733
- }
17734
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
17735
- const proxy = this._getCustomInspectProxy();
17736
- return "Collection " + inspect(proxy, options);
17737
- }
17730
+ };
17731
+ Collection.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
17732
+ const proxy = this._getCustomInspectProxy();
17733
+ return "Collection " + inspect(proxy, options);
17734
+ };
17735
+ Collection.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
17736
+ const proxy = this._getCustomInspectProxy();
17737
+ return "Collection " + inspect(proxy, options);
17738
17738
  };
17739
17739
  /** Used to represent distinct subsets of items from a `Collection`.
17740
17740
  * Refer to the Activity Streams 2.0 Core for a complete description of
@@ -18453,14 +18453,14 @@ var CollectionPage = class CollectionPage extends Collection {
18453
18453
  if (_3b8yG8tDNzQFFEnWhCc13G8eHooA_prev.length == 1) proxy.prev = _3b8yG8tDNzQFFEnWhCc13G8eHooA_prev[0];
18454
18454
  return proxy;
18455
18455
  }
18456
- [Symbol.for("Deno.customInspect")](inspect, options) {
18457
- const proxy = this._getCustomInspectProxy();
18458
- return "CollectionPage " + inspect(proxy, options);
18459
- }
18460
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
18461
- const proxy = this._getCustomInspectProxy();
18462
- return "CollectionPage " + inspect(proxy, options);
18463
- }
18456
+ };
18457
+ CollectionPage.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
18458
+ const proxy = this._getCustomInspectProxy();
18459
+ return "CollectionPage " + inspect(proxy, options);
18460
+ };
18461
+ CollectionPage.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
18462
+ const proxy = this._getCustomInspectProxy();
18463
+ return "CollectionPage " + inspect(proxy, options);
18464
18464
  };
18465
18465
  /** Indicates that the `actor` has created the `object`.
18466
18466
  */
@@ -18631,14 +18631,14 @@ var Create = class Create extends Activity {
18631
18631
  const proxy = super._getCustomInspectProxy();
18632
18632
  return proxy;
18633
18633
  }
18634
- [Symbol.for("Deno.customInspect")](inspect, options) {
18635
- const proxy = this._getCustomInspectProxy();
18636
- return "Create " + inspect(proxy, options);
18637
- }
18638
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
18639
- const proxy = this._getCustomInspectProxy();
18640
- return "Create " + inspect(proxy, options);
18641
- }
18634
+ };
18635
+ Create.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
18636
+ const proxy = this._getCustomInspectProxy();
18637
+ return "Create " + inspect(proxy, options);
18638
+ };
18639
+ Create.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
18640
+ const proxy = this._getCustomInspectProxy();
18641
+ return "Create " + inspect(proxy, options);
18642
18642
  };
18643
18643
  /** Indicates that the `actor` has deleted the `object`. If specified,
18644
18644
  * the `origin` indicates the context from which the `object` was deleted.
@@ -18806,14 +18806,14 @@ var Delete = class Delete extends Activity {
18806
18806
  const proxy = super._getCustomInspectProxy();
18807
18807
  return proxy;
18808
18808
  }
18809
- [Symbol.for("Deno.customInspect")](inspect, options) {
18810
- const proxy = this._getCustomInspectProxy();
18811
- return "Delete " + inspect(proxy, options);
18812
- }
18813
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
18814
- const proxy = this._getCustomInspectProxy();
18815
- return "Delete " + inspect(proxy, options);
18816
- }
18809
+ };
18810
+ Delete.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
18811
+ const proxy = this._getCustomInspectProxy();
18812
+ return "Delete " + inspect(proxy, options);
18813
+ };
18814
+ Delete.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
18815
+ const proxy = this._getCustomInspectProxy();
18816
+ return "Delete " + inspect(proxy, options);
18817
18817
  };
18818
18818
  /** Indicates that the `actor` dislikes the `object`.
18819
18819
  */
@@ -18968,14 +18968,14 @@ var Dislike = class Dislike extends Activity {
18968
18968
  const proxy = super._getCustomInspectProxy();
18969
18969
  return proxy;
18970
18970
  }
18971
- [Symbol.for("Deno.customInspect")](inspect, options) {
18972
- const proxy = this._getCustomInspectProxy();
18973
- return "Dislike " + inspect(proxy, options);
18974
- }
18975
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
18976
- const proxy = this._getCustomInspectProxy();
18977
- return "Dislike " + inspect(proxy, options);
18978
- }
18971
+ };
18972
+ Dislike.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
18973
+ const proxy = this._getCustomInspectProxy();
18974
+ return "Dislike " + inspect(proxy, options);
18975
+ };
18976
+ Dislike.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
18977
+ const proxy = this._getCustomInspectProxy();
18978
+ return "Dislike " + inspect(proxy, options);
18979
18979
  };
18980
18980
  /** Contents of {@link Actor}'s `endpoints`.
18981
18981
  */
@@ -19413,14 +19413,14 @@ var Endpoints = class {
19413
19413
  if (_3JprUSDLVqqX4dwHRi37qGZZCRCc_sharedInbox.length == 1) proxy.sharedInbox = _3JprUSDLVqqX4dwHRi37qGZZCRCc_sharedInbox[0];
19414
19414
  return proxy;
19415
19415
  }
19416
- [Symbol.for("Deno.customInspect")](inspect, options) {
19417
- const proxy = this._getCustomInspectProxy();
19418
- return "Endpoints " + inspect(proxy, options);
19419
- }
19420
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
19421
- const proxy = this._getCustomInspectProxy();
19422
- return "Endpoints " + inspect(proxy, options);
19423
- }
19416
+ };
19417
+ Endpoints.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
19418
+ const proxy = this._getCustomInspectProxy();
19419
+ return "Endpoints " + inspect(proxy, options);
19420
+ };
19421
+ Endpoints.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
19422
+ const proxy = this._getCustomInspectProxy();
19423
+ return "Endpoints " + inspect(proxy, options);
19424
19424
  };
19425
19425
  /** Represents any kind of event.
19426
19426
  */
@@ -19579,14 +19579,14 @@ var Event = class Event extends Object$1 {
19579
19579
  const proxy = super._getCustomInspectProxy();
19580
19580
  return proxy;
19581
19581
  }
19582
- [Symbol.for("Deno.customInspect")](inspect, options) {
19583
- const proxy = this._getCustomInspectProxy();
19584
- return "Event " + inspect(proxy, options);
19585
- }
19586
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
19587
- const proxy = this._getCustomInspectProxy();
19588
- return "Event " + inspect(proxy, options);
19589
- }
19582
+ };
19583
+ Event.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
19584
+ const proxy = this._getCustomInspectProxy();
19585
+ return "Event " + inspect(proxy, options);
19586
+ };
19587
+ Event.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
19588
+ const proxy = this._getCustomInspectProxy();
19589
+ return "Event " + inspect(proxy, options);
19590
19590
  };
19591
19591
  /** Indicates that the `actor` is "flagging" the `object`. Flagging is defined
19592
19592
  * in the sense common to many social platforms as reporting content as being
@@ -19739,14 +19739,14 @@ var Flag = class Flag extends Activity {
19739
19739
  const proxy = super._getCustomInspectProxy();
19740
19740
  return proxy;
19741
19741
  }
19742
- [Symbol.for("Deno.customInspect")](inspect, options) {
19743
- const proxy = this._getCustomInspectProxy();
19744
- return "Flag " + inspect(proxy, options);
19745
- }
19746
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
19747
- const proxy = this._getCustomInspectProxy();
19748
- return "Flag " + inspect(proxy, options);
19749
- }
19742
+ };
19743
+ Flag.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
19744
+ const proxy = this._getCustomInspectProxy();
19745
+ return "Flag " + inspect(proxy, options);
19746
+ };
19747
+ Flag.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
19748
+ const proxy = this._getCustomInspectProxy();
19749
+ return "Flag " + inspect(proxy, options);
19750
19750
  };
19751
19751
  /** Indicates that the `actor` is "following" the `object`. Following is defined
19752
19752
  * in the sense typically used within Social systems in which the actor is
@@ -19903,14 +19903,14 @@ var Follow = class Follow extends Activity {
19903
19903
  const proxy = super._getCustomInspectProxy();
19904
19904
  return proxy;
19905
19905
  }
19906
- [Symbol.for("Deno.customInspect")](inspect, options) {
19907
- const proxy = this._getCustomInspectProxy();
19908
- return "Follow " + inspect(proxy, options);
19909
- }
19910
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
19911
- const proxy = this._getCustomInspectProxy();
19912
- return "Follow " + inspect(proxy, options);
19913
- }
19906
+ };
19907
+ Follow.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
19908
+ const proxy = this._getCustomInspectProxy();
19909
+ return "Follow " + inspect(proxy, options);
19910
+ };
19911
+ Follow.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
19912
+ const proxy = this._getCustomInspectProxy();
19913
+ return "Follow " + inspect(proxy, options);
19914
19914
  };
19915
19915
  /** Represents a formal or informal collective of Actors.
19916
19916
  */
@@ -23273,14 +23273,14 @@ var Group = class Group extends Object$1 {
23273
23273
  if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
23274
23274
  return proxy;
23275
23275
  }
23276
- [Symbol.for("Deno.customInspect")](inspect, options) {
23277
- const proxy = this._getCustomInspectProxy();
23278
- return "Group " + inspect(proxy, options);
23279
- }
23280
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
23281
- const proxy = this._getCustomInspectProxy();
23282
- return "Group " + inspect(proxy, options);
23283
- }
23276
+ };
23277
+ Group.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
23278
+ const proxy = this._getCustomInspectProxy();
23279
+ return "Group " + inspect(proxy, options);
23280
+ };
23281
+ Group.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
23282
+ const proxy = this._getCustomInspectProxy();
23283
+ return "Group " + inspect(proxy, options);
23284
23284
  };
23285
23285
  /** A Link is an indirect, qualified reference to a resource identified by a URL.
23286
23286
  * The fundamental model for links is established by RFC 5988. Many of the
@@ -24061,14 +24061,14 @@ var Link = class Link {
24061
24061
  if (_gCVTegXxWWCw6wWRxa1QF65zusg_preview.length > 1 || !("preview" in proxy) && _gCVTegXxWWCw6wWRxa1QF65zusg_preview.length > 0) proxy.previews = _gCVTegXxWWCw6wWRxa1QF65zusg_preview;
24062
24062
  return proxy;
24063
24063
  }
24064
- [Symbol.for("Deno.customInspect")](inspect, options) {
24065
- const proxy = this._getCustomInspectProxy();
24066
- return "Link " + inspect(proxy, options);
24067
- }
24068
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24069
- const proxy = this._getCustomInspectProxy();
24070
- return "Link " + inspect(proxy, options);
24071
- }
24064
+ };
24065
+ Link.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
24066
+ const proxy = this._getCustomInspectProxy();
24067
+ return "Link " + inspect(proxy, options);
24068
+ };
24069
+ Link.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
24070
+ const proxy = this._getCustomInspectProxy();
24071
+ return "Link " + inspect(proxy, options);
24072
24072
  };
24073
24073
  /** A specialized {@link Link} that represents an #hashtag.
24074
24074
  *
@@ -24226,14 +24226,14 @@ var Hashtag = class Hashtag extends Link {
24226
24226
  const proxy = super._getCustomInspectProxy();
24227
24227
  return proxy;
24228
24228
  }
24229
- [Symbol.for("Deno.customInspect")](inspect, options) {
24230
- const proxy = this._getCustomInspectProxy();
24231
- return "Hashtag " + inspect(proxy, options);
24232
- }
24233
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24234
- const proxy = this._getCustomInspectProxy();
24235
- return "Hashtag " + inspect(proxy, options);
24236
- }
24229
+ };
24230
+ Hashtag.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
24231
+ const proxy = this._getCustomInspectProxy();
24232
+ return "Hashtag " + inspect(proxy, options);
24233
+ };
24234
+ Hashtag.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
24235
+ const proxy = this._getCustomInspectProxy();
24236
+ return "Hashtag " + inspect(proxy, options);
24237
24237
  };
24238
24238
  /** An image document of any kind.
24239
24239
  */
@@ -24392,14 +24392,14 @@ var Image = class Image extends Document {
24392
24392
  const proxy = super._getCustomInspectProxy();
24393
24393
  return proxy;
24394
24394
  }
24395
- [Symbol.for("Deno.customInspect")](inspect, options) {
24396
- const proxy = this._getCustomInspectProxy();
24397
- return "Image " + inspect(proxy, options);
24398
- }
24399
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24400
- const proxy = this._getCustomInspectProxy();
24401
- return "Image " + inspect(proxy, options);
24402
- }
24395
+ };
24396
+ Image.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
24397
+ const proxy = this._getCustomInspectProxy();
24398
+ return "Image " + inspect(proxy, options);
24399
+ };
24400
+ Image.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
24401
+ const proxy = this._getCustomInspectProxy();
24402
+ return "Image " + inspect(proxy, options);
24403
24403
  };
24404
24404
  /** Indicates that the actor is offering the object.
24405
24405
  * If specified, the target indicates the entity to which
@@ -24553,14 +24553,14 @@ var Offer = class Offer extends Activity {
24553
24553
  const proxy = super._getCustomInspectProxy();
24554
24554
  return proxy;
24555
24555
  }
24556
- [Symbol.for("Deno.customInspect")](inspect, options) {
24557
- const proxy = this._getCustomInspectProxy();
24558
- return "Offer " + inspect(proxy, options);
24559
- }
24560
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24561
- const proxy = this._getCustomInspectProxy();
24562
- return "Offer " + inspect(proxy, options);
24563
- }
24556
+ };
24557
+ Offer.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
24558
+ const proxy = this._getCustomInspectProxy();
24559
+ return "Offer " + inspect(proxy, options);
24560
+ };
24561
+ Offer.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
24562
+ const proxy = this._getCustomInspectProxy();
24563
+ return "Offer " + inspect(proxy, options);
24564
24564
  };
24565
24565
  /** A specialization of `Offer` in which the `actor` is extending an invitation
24566
24566
  * for the `object` to the `target`.
@@ -24712,14 +24712,14 @@ var Invite = class Invite extends Offer {
24712
24712
  const proxy = super._getCustomInspectProxy();
24713
24713
  return proxy;
24714
24714
  }
24715
- [Symbol.for("Deno.customInspect")](inspect, options) {
24716
- const proxy = this._getCustomInspectProxy();
24717
- return "Invite " + inspect(proxy, options);
24718
- }
24719
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24720
- const proxy = this._getCustomInspectProxy();
24721
- return "Invite " + inspect(proxy, options);
24722
- }
24715
+ };
24716
+ Invite.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
24717
+ const proxy = this._getCustomInspectProxy();
24718
+ return "Invite " + inspect(proxy, options);
24719
+ };
24720
+ Invite.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
24721
+ const proxy = this._getCustomInspectProxy();
24722
+ return "Invite " + inspect(proxy, options);
24723
24723
  };
24724
24724
  /** Indicates that the `actor` has joined the `object`.
24725
24725
  * The `target` and `origin` typically have no defined meaning.
@@ -24871,14 +24871,14 @@ var Join = class Join extends Activity {
24871
24871
  const proxy = super._getCustomInspectProxy();
24872
24872
  return proxy;
24873
24873
  }
24874
- [Symbol.for("Deno.customInspect")](inspect, options) {
24875
- const proxy = this._getCustomInspectProxy();
24876
- return "Join " + inspect(proxy, options);
24877
- }
24878
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
24879
- const proxy = this._getCustomInspectProxy();
24880
- return "Join " + inspect(proxy, options);
24881
- }
24874
+ };
24875
+ Join.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
24876
+ const proxy = this._getCustomInspectProxy();
24877
+ return "Join " + inspect(proxy, options);
24878
+ };
24879
+ Join.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
24880
+ const proxy = this._getCustomInspectProxy();
24881
+ return "Join " + inspect(proxy, options);
24882
24882
  };
24883
24883
  /** Indicates that the `actor` has left the `object`.
24884
24884
  * The `target` and `origin` typically have no meaning.
@@ -25030,14 +25030,14 @@ var Leave = class Leave extends Activity {
25030
25030
  const proxy = super._getCustomInspectProxy();
25031
25031
  return proxy;
25032
25032
  }
25033
- [Symbol.for("Deno.customInspect")](inspect, options) {
25034
- const proxy = this._getCustomInspectProxy();
25035
- return "Leave " + inspect(proxy, options);
25036
- }
25037
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
25038
- const proxy = this._getCustomInspectProxy();
25039
- return "Leave " + inspect(proxy, options);
25040
- }
25033
+ };
25034
+ Leave.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
25035
+ const proxy = this._getCustomInspectProxy();
25036
+ return "Leave " + inspect(proxy, options);
25037
+ };
25038
+ Leave.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
25039
+ const proxy = this._getCustomInspectProxy();
25040
+ return "Leave " + inspect(proxy, options);
25041
25041
  };
25042
25042
  /** Indicates that the `actor` likes, recommends or endorses the `object`.
25043
25043
  * The `target` and `origin` typically have no defined meaning.
@@ -25193,14 +25193,14 @@ var Like = class Like extends Activity {
25193
25193
  const proxy = super._getCustomInspectProxy();
25194
25194
  return proxy;
25195
25195
  }
25196
- [Symbol.for("Deno.customInspect")](inspect, options) {
25197
- const proxy = this._getCustomInspectProxy();
25198
- return "Like " + inspect(proxy, options);
25199
- }
25200
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
25201
- const proxy = this._getCustomInspectProxy();
25202
- return "Like " + inspect(proxy, options);
25203
- }
25196
+ };
25197
+ Like.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
25198
+ const proxy = this._getCustomInspectProxy();
25199
+ return "Like " + inspect(proxy, options);
25200
+ };
25201
+ Like.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
25202
+ const proxy = this._getCustomInspectProxy();
25203
+ return "Like " + inspect(proxy, options);
25204
25204
  };
25205
25205
  /** Indicates that the `actor` has listened to the `object`.
25206
25206
  */
@@ -25351,14 +25351,14 @@ var Listen = class Listen extends Activity {
25351
25351
  const proxy = super._getCustomInspectProxy();
25352
25352
  return proxy;
25353
25353
  }
25354
- [Symbol.for("Deno.customInspect")](inspect, options) {
25355
- const proxy = this._getCustomInspectProxy();
25356
- return "Listen " + inspect(proxy, options);
25357
- }
25358
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
25359
- const proxy = this._getCustomInspectProxy();
25360
- return "Listen " + inspect(proxy, options);
25361
- }
25354
+ };
25355
+ Listen.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
25356
+ const proxy = this._getCustomInspectProxy();
25357
+ return "Listen " + inspect(proxy, options);
25358
+ };
25359
+ Listen.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
25360
+ const proxy = this._getCustomInspectProxy();
25361
+ return "Listen " + inspect(proxy, options);
25362
25362
  };
25363
25363
  /** A specialized {@link Link} that represents an @mention.
25364
25364
  */
@@ -25514,14 +25514,14 @@ var Mention = class Mention extends Link {
25514
25514
  const proxy = super._getCustomInspectProxy();
25515
25515
  return proxy;
25516
25516
  }
25517
- [Symbol.for("Deno.customInspect")](inspect, options) {
25518
- const proxy = this._getCustomInspectProxy();
25519
- return "Mention " + inspect(proxy, options);
25520
- }
25521
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
25522
- const proxy = this._getCustomInspectProxy();
25523
- return "Mention " + inspect(proxy, options);
25524
- }
25517
+ };
25518
+ Mention.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
25519
+ const proxy = this._getCustomInspectProxy();
25520
+ return "Mention " + inspect(proxy, options);
25521
+ };
25522
+ Mention.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
25523
+ const proxy = this._getCustomInspectProxy();
25524
+ return "Mention " + inspect(proxy, options);
25525
25525
  };
25526
25526
  /** Indicates that the `actor` has moved `object` from `origin` to `target`.
25527
25527
  * If the `origin` or `target` are not specified,
@@ -25674,14 +25674,14 @@ var Move = class Move extends Activity {
25674
25674
  const proxy = super._getCustomInspectProxy();
25675
25675
  return proxy;
25676
25676
  }
25677
- [Symbol.for("Deno.customInspect")](inspect, options) {
25678
- const proxy = this._getCustomInspectProxy();
25679
- return "Move " + inspect(proxy, options);
25680
- }
25681
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
25682
- const proxy = this._getCustomInspectProxy();
25683
- return "Move " + inspect(proxy, options);
25684
- }
25677
+ };
25678
+ Move.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
25679
+ const proxy = this._getCustomInspectProxy();
25680
+ return "Move " + inspect(proxy, options);
25681
+ };
25682
+ Move.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
25683
+ const proxy = this._getCustomInspectProxy();
25684
+ return "Move " + inspect(proxy, options);
25685
25685
  };
25686
25686
  /** Represents a short written work typically less than a single paragraph in
25687
25687
  * length.
@@ -25934,14 +25934,14 @@ var Note = class Note extends Object$1 {
25934
25934
  if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
25935
25935
  return proxy;
25936
25936
  }
25937
- [Symbol.for("Deno.customInspect")](inspect, options) {
25938
- const proxy = this._getCustomInspectProxy();
25939
- return "Note " + inspect(proxy, options);
25940
- }
25941
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
25942
- const proxy = this._getCustomInspectProxy();
25943
- return "Note " + inspect(proxy, options);
25944
- }
25937
+ };
25938
+ Note.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
25939
+ const proxy = this._getCustomInspectProxy();
25940
+ return "Note " + inspect(proxy, options);
25941
+ };
25942
+ Note.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
25943
+ const proxy = this._getCustomInspectProxy();
25944
+ return "Note " + inspect(proxy, options);
25945
25945
  };
25946
25946
  /** A subtype of {@link Collection} in which members of the logical collection
25947
25947
  * are assumed to always be strictly ordered.
@@ -26395,14 +26395,14 @@ var OrderedCollection = class OrderedCollection extends Collection {
26395
26395
  if (_2JPCKWTcfBmTCcW8Tv3TpRaLVaqg_items.length > 1 || !("item" in proxy) && _2JPCKWTcfBmTCcW8Tv3TpRaLVaqg_items.length > 0) proxy.items = _2JPCKWTcfBmTCcW8Tv3TpRaLVaqg_items;
26396
26396
  return proxy;
26397
26397
  }
26398
- [Symbol.for("Deno.customInspect")](inspect, options) {
26399
- const proxy = this._getCustomInspectProxy();
26400
- return "OrderedCollection " + inspect(proxy, options);
26401
- }
26402
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
26403
- const proxy = this._getCustomInspectProxy();
26404
- return "OrderedCollection " + inspect(proxy, options);
26405
- }
26398
+ };
26399
+ OrderedCollection.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
26400
+ const proxy = this._getCustomInspectProxy();
26401
+ return "OrderedCollection " + inspect(proxy, options);
26402
+ };
26403
+ OrderedCollection.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
26404
+ const proxy = this._getCustomInspectProxy();
26405
+ return "OrderedCollection " + inspect(proxy, options);
26406
26406
  };
26407
26407
  /** Used to represent ordered subsets of items from an `OrderedCollection`.
26408
26408
  * Refer to the Activity Streams 2.0 Core for a complete description of
@@ -26901,14 +26901,14 @@ var OrderedCollectionPage = class OrderedCollectionPage extends CollectionPage {
26901
26901
  if (_2W4yinFwqmpneu2h4m1mZ3pcLADd_startIndex.length == 1) proxy.startIndex = _2W4yinFwqmpneu2h4m1mZ3pcLADd_startIndex[0];
26902
26902
  return proxy;
26903
26903
  }
26904
- [Symbol.for("Deno.customInspect")](inspect, options) {
26905
- const proxy = this._getCustomInspectProxy();
26906
- return "OrderedCollectionPage " + inspect(proxy, options);
26907
- }
26908
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
26909
- const proxy = this._getCustomInspectProxy();
26910
- return "OrderedCollectionPage " + inspect(proxy, options);
26911
- }
26904
+ };
26905
+ OrderedCollectionPage.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
26906
+ const proxy = this._getCustomInspectProxy();
26907
+ return "OrderedCollectionPage " + inspect(proxy, options);
26908
+ };
26909
+ OrderedCollectionPage.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
26910
+ const proxy = this._getCustomInspectProxy();
26911
+ return "OrderedCollectionPage " + inspect(proxy, options);
26912
26912
  };
26913
26913
  /** Represents an organization.
26914
26914
  */
@@ -30271,14 +30271,14 @@ var Organization = class Organization extends Object$1 {
30271
30271
  if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
30272
30272
  return proxy;
30273
30273
  }
30274
- [Symbol.for("Deno.customInspect")](inspect, options) {
30275
- const proxy = this._getCustomInspectProxy();
30276
- return "Organization " + inspect(proxy, options);
30277
- }
30278
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
30279
- const proxy = this._getCustomInspectProxy();
30280
- return "Organization " + inspect(proxy, options);
30281
- }
30274
+ };
30275
+ Organization.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
30276
+ const proxy = this._getCustomInspectProxy();
30277
+ return "Organization " + inspect(proxy, options);
30278
+ };
30279
+ Organization.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
30280
+ const proxy = this._getCustomInspectProxy();
30281
+ return "Organization " + inspect(proxy, options);
30282
30282
  };
30283
30283
  /** Represents a Web Page.
30284
30284
  */
@@ -30437,14 +30437,14 @@ var Page = class Page extends Document {
30437
30437
  const proxy = super._getCustomInspectProxy();
30438
30438
  return proxy;
30439
30439
  }
30440
- [Symbol.for("Deno.customInspect")](inspect, options) {
30441
- const proxy = this._getCustomInspectProxy();
30442
- return "Page " + inspect(proxy, options);
30443
- }
30444
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
30445
- const proxy = this._getCustomInspectProxy();
30446
- return "Page " + inspect(proxy, options);
30447
- }
30440
+ };
30441
+ Page.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
30442
+ const proxy = this._getCustomInspectProxy();
30443
+ return "Page " + inspect(proxy, options);
30444
+ };
30445
+ Page.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
30446
+ const proxy = this._getCustomInspectProxy();
30447
+ return "Page " + inspect(proxy, options);
30448
30448
  };
30449
30449
  /** Represents an individual person.
30450
30450
  */
@@ -33807,14 +33807,14 @@ var Person = class Person extends Object$1 {
33807
33807
  if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
33808
33808
  return proxy;
33809
33809
  }
33810
- [Symbol.for("Deno.customInspect")](inspect, options) {
33811
- const proxy = this._getCustomInspectProxy();
33812
- return "Person " + inspect(proxy, options);
33813
- }
33814
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
33815
- const proxy = this._getCustomInspectProxy();
33816
- return "Person " + inspect(proxy, options);
33817
- }
33810
+ };
33811
+ Person.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
33812
+ const proxy = this._getCustomInspectProxy();
33813
+ return "Person " + inspect(proxy, options);
33814
+ };
33815
+ Person.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
33816
+ const proxy = this._getCustomInspectProxy();
33817
+ return "Person " + inspect(proxy, options);
33818
33818
  };
33819
33819
  /** Represents a logical or physical location. See [5.3 Representing
33820
33820
  * Places](https://www.w3.org/TR/activitystreams-vocabulary/#places)
@@ -34240,14 +34240,14 @@ var Place = class Place extends Object$1 {
34240
34240
  if (_oKrwxU4V8wiKhMW1QEYQibcJh8c_units.length == 1) proxy.units = _oKrwxU4V8wiKhMW1QEYQibcJh8c_units[0];
34241
34241
  return proxy;
34242
34242
  }
34243
- [Symbol.for("Deno.customInspect")](inspect, options) {
34244
- const proxy = this._getCustomInspectProxy();
34245
- return "Place " + inspect(proxy, options);
34246
- }
34247
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
34248
- const proxy = this._getCustomInspectProxy();
34249
- return "Place " + inspect(proxy, options);
34250
- }
34243
+ };
34244
+ Place.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
34245
+ const proxy = this._getCustomInspectProxy();
34246
+ return "Place " + inspect(proxy, options);
34247
+ };
34248
+ Place.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
34249
+ const proxy = this._getCustomInspectProxy();
34250
+ return "Place " + inspect(proxy, options);
34251
34251
  };
34252
34252
  /** A {@link Profile} is a content object that describes another {@link Object},
34253
34253
  * typically used to describe [Actor
@@ -34583,14 +34583,14 @@ var Profile = class Profile extends Object$1 {
34583
34583
  if (_3CLQ1PLSXrhSQbTGGHuxNyaEFKM1_describes.length == 1) proxy.describes = _3CLQ1PLSXrhSQbTGGHuxNyaEFKM1_describes[0];
34584
34584
  return proxy;
34585
34585
  }
34586
- [Symbol.for("Deno.customInspect")](inspect, options) {
34587
- const proxy = this._getCustomInspectProxy();
34588
- return "Profile " + inspect(proxy, options);
34589
- }
34590
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
34591
- const proxy = this._getCustomInspectProxy();
34592
- return "Profile " + inspect(proxy, options);
34593
- }
34586
+ };
34587
+ Profile.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
34588
+ const proxy = this._getCustomInspectProxy();
34589
+ return "Profile " + inspect(proxy, options);
34590
+ };
34591
+ Profile.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
34592
+ const proxy = this._getCustomInspectProxy();
34593
+ return "Profile " + inspect(proxy, options);
34594
34594
  };
34595
34595
  /** Represents a question being asked. Question objects are an extension of
34596
34596
  * {@link IntransitiveActivity}. That is, the Question object is an Activity,
@@ -35222,14 +35222,14 @@ var Question = class Question extends IntransitiveActivity {
35222
35222
  if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
35223
35223
  return proxy;
35224
35224
  }
35225
- [Symbol.for("Deno.customInspect")](inspect, options) {
35226
- const proxy = this._getCustomInspectProxy();
35227
- return "Question " + inspect(proxy, options);
35228
- }
35229
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
35230
- const proxy = this._getCustomInspectProxy();
35231
- return "Question " + inspect(proxy, options);
35232
- }
35225
+ };
35226
+ Question.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
35227
+ const proxy = this._getCustomInspectProxy();
35228
+ return "Question " + inspect(proxy, options);
35229
+ };
35230
+ Question.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
35231
+ const proxy = this._getCustomInspectProxy();
35232
+ return "Question " + inspect(proxy, options);
35233
35233
  };
35234
35234
  /** Indicates that the `actor` has read the `object`.
35235
35235
  */
@@ -35380,14 +35380,14 @@ var Read = class Read extends Activity {
35380
35380
  const proxy = super._getCustomInspectProxy();
35381
35381
  return proxy;
35382
35382
  }
35383
- [Symbol.for("Deno.customInspect")](inspect, options) {
35384
- const proxy = this._getCustomInspectProxy();
35385
- return "Read " + inspect(proxy, options);
35386
- }
35387
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
35388
- const proxy = this._getCustomInspectProxy();
35389
- return "Read " + inspect(proxy, options);
35390
- }
35383
+ };
35384
+ Read.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
35385
+ const proxy = this._getCustomInspectProxy();
35386
+ return "Read " + inspect(proxy, options);
35387
+ };
35388
+ Read.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
35389
+ const proxy = this._getCustomInspectProxy();
35390
+ return "Read " + inspect(proxy, options);
35391
35391
  };
35392
35392
  /** Indicates that the `actor` is rejecting the `object`. The `target` and
35393
35393
  * `origin` typically have no defined meaning.
@@ -35540,14 +35540,14 @@ var Reject = class Reject extends Activity {
35540
35540
  const proxy = super._getCustomInspectProxy();
35541
35541
  return proxy;
35542
35542
  }
35543
- [Symbol.for("Deno.customInspect")](inspect, options) {
35544
- const proxy = this._getCustomInspectProxy();
35545
- return "Reject " + inspect(proxy, options);
35546
- }
35547
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
35548
- const proxy = this._getCustomInspectProxy();
35549
- return "Reject " + inspect(proxy, options);
35550
- }
35543
+ };
35544
+ Reject.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
35545
+ const proxy = this._getCustomInspectProxy();
35546
+ return "Reject " + inspect(proxy, options);
35547
+ };
35548
+ Reject.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
35549
+ const proxy = this._getCustomInspectProxy();
35550
+ return "Reject " + inspect(proxy, options);
35551
35551
  };
35552
35552
  /** Describes a relationship between two individuals.
35553
35553
  * The {@link Relationship.subject} and {@link Relationship.object} properties
@@ -36351,14 +36351,14 @@ var Relationship = class Relationship extends Object$1 {
36351
36351
  if (_4Lzz89F9qipAQSGkWyX9DGWiUojG_relationship.length > 1 || !("relationship" in proxy) && _4Lzz89F9qipAQSGkWyX9DGWiUojG_relationship.length > 0) proxy.relationships = _4Lzz89F9qipAQSGkWyX9DGWiUojG_relationship;
36352
36352
  return proxy;
36353
36353
  }
36354
- [Symbol.for("Deno.customInspect")](inspect, options) {
36355
- const proxy = this._getCustomInspectProxy();
36356
- return "Relationship " + inspect(proxy, options);
36357
- }
36358
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
36359
- const proxy = this._getCustomInspectProxy();
36360
- return "Relationship " + inspect(proxy, options);
36361
- }
36354
+ };
36355
+ Relationship.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
36356
+ const proxy = this._getCustomInspectProxy();
36357
+ return "Relationship " + inspect(proxy, options);
36358
+ };
36359
+ Relationship.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
36360
+ const proxy = this._getCustomInspectProxy();
36361
+ return "Relationship " + inspect(proxy, options);
36362
36362
  };
36363
36363
  /** Indicates that the `actor` is removing the `object`. If specified,
36364
36364
  * the `origin` indicates the context from which the `object` is being removed.
@@ -36510,14 +36510,14 @@ var Remove = class Remove extends Activity {
36510
36510
  const proxy = super._getCustomInspectProxy();
36511
36511
  return proxy;
36512
36512
  }
36513
- [Symbol.for("Deno.customInspect")](inspect, options) {
36514
- const proxy = this._getCustomInspectProxy();
36515
- return "Remove " + inspect(proxy, options);
36516
- }
36517
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
36518
- const proxy = this._getCustomInspectProxy();
36519
- return "Remove " + inspect(proxy, options);
36520
- }
36513
+ };
36514
+ Remove.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
36515
+ const proxy = this._getCustomInspectProxy();
36516
+ return "Remove " + inspect(proxy, options);
36517
+ };
36518
+ Remove.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
36519
+ const proxy = this._getCustomInspectProxy();
36520
+ return "Remove " + inspect(proxy, options);
36521
36521
  };
36522
36522
  /** Represents a service of any kind.
36523
36523
  */
@@ -39880,14 +39880,14 @@ var Service = class Service extends Object$1 {
39880
39880
  if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
39881
39881
  return proxy;
39882
39882
  }
39883
- [Symbol.for("Deno.customInspect")](inspect, options) {
39884
- const proxy = this._getCustomInspectProxy();
39885
- return "Service " + inspect(proxy, options);
39886
- }
39887
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
39888
- const proxy = this._getCustomInspectProxy();
39889
- return "Service " + inspect(proxy, options);
39890
- }
39883
+ };
39884
+ Service.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
39885
+ const proxy = this._getCustomInspectProxy();
39886
+ return "Service " + inspect(proxy, options);
39887
+ };
39888
+ Service.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
39889
+ const proxy = this._getCustomInspectProxy();
39890
+ return "Service " + inspect(proxy, options);
39891
39891
  };
39892
39892
  /** Contents of {@link Object}'s `source`.
39893
39893
  */
@@ -40167,14 +40167,14 @@ var Source = class {
40167
40167
  if (_3BLrzmscsjHCw8TF5BHRW9WkPnX8_mediaType.length == 1) proxy.mediaType = _3BLrzmscsjHCw8TF5BHRW9WkPnX8_mediaType[0];
40168
40168
  return proxy;
40169
40169
  }
40170
- [Symbol.for("Deno.customInspect")](inspect, options) {
40171
- const proxy = this._getCustomInspectProxy();
40172
- return "Source " + inspect(proxy, options);
40173
- }
40174
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40175
- const proxy = this._getCustomInspectProxy();
40176
- return "Source " + inspect(proxy, options);
40177
- }
40170
+ };
40171
+ Source.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
40172
+ const proxy = this._getCustomInspectProxy();
40173
+ return "Source " + inspect(proxy, options);
40174
+ };
40175
+ Source.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
40176
+ const proxy = this._getCustomInspectProxy();
40177
+ return "Source " + inspect(proxy, options);
40178
40178
  };
40179
40179
  /** A specialization of {@link Accept} indicating that
40180
40180
  * the acceptance is tentative.
@@ -40326,14 +40326,14 @@ var TentativeAccept = class TentativeAccept extends Accept {
40326
40326
  const proxy = super._getCustomInspectProxy();
40327
40327
  return proxy;
40328
40328
  }
40329
- [Symbol.for("Deno.customInspect")](inspect, options) {
40330
- const proxy = this._getCustomInspectProxy();
40331
- return "TentativeAccept " + inspect(proxy, options);
40332
- }
40333
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40334
- const proxy = this._getCustomInspectProxy();
40335
- return "TentativeAccept " + inspect(proxy, options);
40336
- }
40329
+ };
40330
+ TentativeAccept.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
40331
+ const proxy = this._getCustomInspectProxy();
40332
+ return "TentativeAccept " + inspect(proxy, options);
40333
+ };
40334
+ TentativeAccept.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
40335
+ const proxy = this._getCustomInspectProxy();
40336
+ return "TentativeAccept " + inspect(proxy, options);
40337
40337
  };
40338
40338
  /** A specialization of {@link Reject} in which
40339
40339
  * the rejection is considered tentative.
@@ -40485,14 +40485,14 @@ var TentativeReject = class TentativeReject extends Reject {
40485
40485
  const proxy = super._getCustomInspectProxy();
40486
40486
  return proxy;
40487
40487
  }
40488
- [Symbol.for("Deno.customInspect")](inspect, options) {
40489
- const proxy = this._getCustomInspectProxy();
40490
- return "TentativeReject " + inspect(proxy, options);
40491
- }
40492
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40493
- const proxy = this._getCustomInspectProxy();
40494
- return "TentativeReject " + inspect(proxy, options);
40495
- }
40488
+ };
40489
+ TentativeReject.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
40490
+ const proxy = this._getCustomInspectProxy();
40491
+ return "TentativeReject " + inspect(proxy, options);
40492
+ };
40493
+ TentativeReject.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
40494
+ const proxy = this._getCustomInspectProxy();
40495
+ return "TentativeReject " + inspect(proxy, options);
40496
40496
  };
40497
40497
  /** A `Tombstone` represents a content object that has been deleted.
40498
40498
  * It can be used in {@link Collection}s to signify that there used to be
@@ -40697,14 +40697,14 @@ var Tombstone = class Tombstone extends Object$1 {
40697
40697
  if (_8g8g4LiVMhFTXskuDEqx4ascxUr_deleted.length == 1) proxy.deleted = _8g8g4LiVMhFTXskuDEqx4ascxUr_deleted[0];
40698
40698
  return proxy;
40699
40699
  }
40700
- [Symbol.for("Deno.customInspect")](inspect, options) {
40701
- const proxy = this._getCustomInspectProxy();
40702
- return "Tombstone " + inspect(proxy, options);
40703
- }
40704
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40705
- const proxy = this._getCustomInspectProxy();
40706
- return "Tombstone " + inspect(proxy, options);
40707
- }
40700
+ };
40701
+ Tombstone.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
40702
+ const proxy = this._getCustomInspectProxy();
40703
+ return "Tombstone " + inspect(proxy, options);
40704
+ };
40705
+ Tombstone.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
40706
+ const proxy = this._getCustomInspectProxy();
40707
+ return "Tombstone " + inspect(proxy, options);
40708
40708
  };
40709
40709
  /** Indicates that the `actor` is traveling to `target` from `origin`.
40710
40710
  * `Travel` is an `IntransitiveObject` whose `actor` specifies the direct object.
@@ -40858,14 +40858,14 @@ var Travel = class Travel extends IntransitiveActivity {
40858
40858
  const proxy = super._getCustomInspectProxy();
40859
40859
  return proxy;
40860
40860
  }
40861
- [Symbol.for("Deno.customInspect")](inspect, options) {
40862
- const proxy = this._getCustomInspectProxy();
40863
- return "Travel " + inspect(proxy, options);
40864
- }
40865
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
40866
- const proxy = this._getCustomInspectProxy();
40867
- return "Travel " + inspect(proxy, options);
40868
- }
40861
+ };
40862
+ Travel.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
40863
+ const proxy = this._getCustomInspectProxy();
40864
+ return "Travel " + inspect(proxy, options);
40865
+ };
40866
+ Travel.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
40867
+ const proxy = this._getCustomInspectProxy();
40868
+ return "Travel " + inspect(proxy, options);
40869
40869
  };
40870
40870
  /** Indicates that the `actor` is undoing the `object`. In most cases,
40871
40871
  * the `object` will be an {@link Activity} describing some previously performed
@@ -41031,14 +41031,14 @@ var Undo = class Undo extends Activity {
41031
41031
  const proxy = super._getCustomInspectProxy();
41032
41032
  return proxy;
41033
41033
  }
41034
- [Symbol.for("Deno.customInspect")](inspect, options) {
41035
- const proxy = this._getCustomInspectProxy();
41036
- return "Undo " + inspect(proxy, options);
41037
- }
41038
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
41039
- const proxy = this._getCustomInspectProxy();
41040
- return "Undo " + inspect(proxy, options);
41041
- }
41034
+ };
41035
+ Undo.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
41036
+ const proxy = this._getCustomInspectProxy();
41037
+ return "Undo " + inspect(proxy, options);
41038
+ };
41039
+ Undo.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
41040
+ const proxy = this._getCustomInspectProxy();
41041
+ return "Undo " + inspect(proxy, options);
41042
41042
  };
41043
41043
  /** Indicates that the `actor` has updated the `object`. Note, however,
41044
41044
  * that this vocabulary does not define a mechanism for describing the actual
@@ -41242,14 +41242,14 @@ var Update = class Update extends Activity {
41242
41242
  const proxy = super._getCustomInspectProxy();
41243
41243
  return proxy;
41244
41244
  }
41245
- [Symbol.for("Deno.customInspect")](inspect, options) {
41246
- const proxy = this._getCustomInspectProxy();
41247
- return "Update " + inspect(proxy, options);
41248
- }
41249
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
41250
- const proxy = this._getCustomInspectProxy();
41251
- return "Update " + inspect(proxy, options);
41252
- }
41245
+ };
41246
+ Update.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
41247
+ const proxy = this._getCustomInspectProxy();
41248
+ return "Update " + inspect(proxy, options);
41249
+ };
41250
+ Update.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
41251
+ const proxy = this._getCustomInspectProxy();
41252
+ return "Update " + inspect(proxy, options);
41253
41253
  };
41254
41254
  /** Represents a video document of any kind.
41255
41255
  */
@@ -41408,14 +41408,14 @@ var Video = class Video extends Document {
41408
41408
  const proxy = super._getCustomInspectProxy();
41409
41409
  return proxy;
41410
41410
  }
41411
- [Symbol.for("Deno.customInspect")](inspect, options) {
41412
- const proxy = this._getCustomInspectProxy();
41413
- return "Video " + inspect(proxy, options);
41414
- }
41415
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
41416
- const proxy = this._getCustomInspectProxy();
41417
- return "Video " + inspect(proxy, options);
41418
- }
41411
+ };
41412
+ Video.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
41413
+ const proxy = this._getCustomInspectProxy();
41414
+ return "Video " + inspect(proxy, options);
41415
+ };
41416
+ Video.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
41417
+ const proxy = this._getCustomInspectProxy();
41418
+ return "Video " + inspect(proxy, options);
41419
41419
  };
41420
41420
  /** Indicates that the `actor` has viewed the object.
41421
41421
  */
@@ -41566,14 +41566,14 @@ var View = class View extends Activity {
41566
41566
  const proxy = super._getCustomInspectProxy();
41567
41567
  return proxy;
41568
41568
  }
41569
- [Symbol.for("Deno.customInspect")](inspect, options) {
41570
- const proxy = this._getCustomInspectProxy();
41571
- return "View " + inspect(proxy, options);
41572
- }
41573
- [Symbol.for("nodejs.util.inspect.custom")](_depth, options, inspect) {
41574
- const proxy = this._getCustomInspectProxy();
41575
- return "View " + inspect(proxy, options);
41576
- }
41569
+ };
41570
+ View.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
41571
+ const proxy = this._getCustomInspectProxy();
41572
+ return "View " + inspect(proxy, options);
41573
+ };
41574
+ View.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
41575
+ const proxy = this._getCustomInspectProxy();
41576
+ return "View " + inspect(proxy, options);
41577
41577
  };
41578
41578
 
41579
41579
  //#endregion