@fedify/vocab 2.1.0-dev.405 → 2.1.0-dev.408

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/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.408+5c3c9d78";
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
  */
@@ -19197,7 +19197,6 @@ var Endpoints = class {
19197
19197
  compactItems.push(item);
19198
19198
  }
19199
19199
  if (compactItems.length > 0) result["sharedInbox"] = compactItems.length > 1 ? compactItems : compactItems[0];
19200
- result["type"] = "as:Endpoints";
19201
19200
  if (this.id != null) result["id"] = this.id.href;
19202
19201
  result["@context"] = "https://www.w3.org/ns/activitystreams";
19203
19202
  return result;
@@ -19258,7 +19257,6 @@ var Endpoints = class {
19258
19257
  const propValue = array;
19259
19258
  values["https://www.w3.org/ns/activitystreams#sharedInbox"] = propValue;
19260
19259
  }
19261
- values["@type"] = ["https://www.w3.org/ns/activitystreams#Endpoints"];
19262
19260
  if (this.id != null) values["@id"] = this.id.href;
19263
19261
  if (options.format === "expand") return await jsonld.default.expand(values, { documentLoader: options.contextLoader });
19264
19262
  const docContext = options.context ?? "https://www.w3.org/ns/activitystreams";
@@ -19413,14 +19411,14 @@ var Endpoints = class {
19413
19411
  if (_3JprUSDLVqqX4dwHRi37qGZZCRCc_sharedInbox.length == 1) proxy.sharedInbox = _3JprUSDLVqqX4dwHRi37qGZZCRCc_sharedInbox[0];
19414
19412
  return proxy;
19415
19413
  }
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
- }
19414
+ };
19415
+ Endpoints.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
19416
+ const proxy = this._getCustomInspectProxy();
19417
+ return "Endpoints " + inspect(proxy, options);
19418
+ };
19419
+ Endpoints.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
19420
+ const proxy = this._getCustomInspectProxy();
19421
+ return "Endpoints " + inspect(proxy, options);
19424
19422
  };
19425
19423
  /** Represents any kind of event.
19426
19424
  */
@@ -19579,14 +19577,14 @@ var Event = class Event extends Object$1 {
19579
19577
  const proxy = super._getCustomInspectProxy();
19580
19578
  return proxy;
19581
19579
  }
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
- }
19580
+ };
19581
+ Event.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
19582
+ const proxy = this._getCustomInspectProxy();
19583
+ return "Event " + inspect(proxy, options);
19584
+ };
19585
+ Event.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
19586
+ const proxy = this._getCustomInspectProxy();
19587
+ return "Event " + inspect(proxy, options);
19590
19588
  };
19591
19589
  /** Indicates that the `actor` is "flagging" the `object`. Flagging is defined
19592
19590
  * in the sense common to many social platforms as reporting content as being
@@ -19739,14 +19737,14 @@ var Flag = class Flag extends Activity {
19739
19737
  const proxy = super._getCustomInspectProxy();
19740
19738
  return proxy;
19741
19739
  }
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
- }
19740
+ };
19741
+ Flag.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
19742
+ const proxy = this._getCustomInspectProxy();
19743
+ return "Flag " + inspect(proxy, options);
19744
+ };
19745
+ Flag.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
19746
+ const proxy = this._getCustomInspectProxy();
19747
+ return "Flag " + inspect(proxy, options);
19750
19748
  };
19751
19749
  /** Indicates that the `actor` is "following" the `object`. Following is defined
19752
19750
  * in the sense typically used within Social systems in which the actor is
@@ -19903,14 +19901,14 @@ var Follow = class Follow extends Activity {
19903
19901
  const proxy = super._getCustomInspectProxy();
19904
19902
  return proxy;
19905
19903
  }
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
- }
19904
+ };
19905
+ Follow.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
19906
+ const proxy = this._getCustomInspectProxy();
19907
+ return "Follow " + inspect(proxy, options);
19908
+ };
19909
+ Follow.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
19910
+ const proxy = this._getCustomInspectProxy();
19911
+ return "Follow " + inspect(proxy, options);
19914
19912
  };
19915
19913
  /** Represents a formal or informal collective of Actors.
19916
19914
  */
@@ -23273,14 +23271,14 @@ var Group = class Group extends Object$1 {
23273
23271
  if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
23274
23272
  return proxy;
23275
23273
  }
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
- }
23274
+ };
23275
+ Group.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
23276
+ const proxy = this._getCustomInspectProxy();
23277
+ return "Group " + inspect(proxy, options);
23278
+ };
23279
+ Group.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
23280
+ const proxy = this._getCustomInspectProxy();
23281
+ return "Group " + inspect(proxy, options);
23284
23282
  };
23285
23283
  /** A Link is an indirect, qualified reference to a resource identified by a URL.
23286
23284
  * The fundamental model for links is established by RFC 5988. Many of the
@@ -24061,14 +24059,14 @@ var Link = class Link {
24061
24059
  if (_gCVTegXxWWCw6wWRxa1QF65zusg_preview.length > 1 || !("preview" in proxy) && _gCVTegXxWWCw6wWRxa1QF65zusg_preview.length > 0) proxy.previews = _gCVTegXxWWCw6wWRxa1QF65zusg_preview;
24062
24060
  return proxy;
24063
24061
  }
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
- }
24062
+ };
24063
+ Link.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
24064
+ const proxy = this._getCustomInspectProxy();
24065
+ return "Link " + inspect(proxy, options);
24066
+ };
24067
+ Link.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
24068
+ const proxy = this._getCustomInspectProxy();
24069
+ return "Link " + inspect(proxy, options);
24072
24070
  };
24073
24071
  /** A specialized {@link Link} that represents an #hashtag.
24074
24072
  *
@@ -24226,14 +24224,14 @@ var Hashtag = class Hashtag extends Link {
24226
24224
  const proxy = super._getCustomInspectProxy();
24227
24225
  return proxy;
24228
24226
  }
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
- }
24227
+ };
24228
+ Hashtag.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
24229
+ const proxy = this._getCustomInspectProxy();
24230
+ return "Hashtag " + inspect(proxy, options);
24231
+ };
24232
+ Hashtag.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
24233
+ const proxy = this._getCustomInspectProxy();
24234
+ return "Hashtag " + inspect(proxy, options);
24237
24235
  };
24238
24236
  /** An image document of any kind.
24239
24237
  */
@@ -24392,14 +24390,14 @@ var Image = class Image extends Document {
24392
24390
  const proxy = super._getCustomInspectProxy();
24393
24391
  return proxy;
24394
24392
  }
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
- }
24393
+ };
24394
+ Image.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
24395
+ const proxy = this._getCustomInspectProxy();
24396
+ return "Image " + inspect(proxy, options);
24397
+ };
24398
+ Image.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
24399
+ const proxy = this._getCustomInspectProxy();
24400
+ return "Image " + inspect(proxy, options);
24403
24401
  };
24404
24402
  /** Indicates that the actor is offering the object.
24405
24403
  * If specified, the target indicates the entity to which
@@ -24553,14 +24551,14 @@ var Offer = class Offer extends Activity {
24553
24551
  const proxy = super._getCustomInspectProxy();
24554
24552
  return proxy;
24555
24553
  }
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
- }
24554
+ };
24555
+ Offer.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
24556
+ const proxy = this._getCustomInspectProxy();
24557
+ return "Offer " + inspect(proxy, options);
24558
+ };
24559
+ Offer.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
24560
+ const proxy = this._getCustomInspectProxy();
24561
+ return "Offer " + inspect(proxy, options);
24564
24562
  };
24565
24563
  /** A specialization of `Offer` in which the `actor` is extending an invitation
24566
24564
  * for the `object` to the `target`.
@@ -24712,14 +24710,14 @@ var Invite = class Invite extends Offer {
24712
24710
  const proxy = super._getCustomInspectProxy();
24713
24711
  return proxy;
24714
24712
  }
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
- }
24713
+ };
24714
+ Invite.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
24715
+ const proxy = this._getCustomInspectProxy();
24716
+ return "Invite " + inspect(proxy, options);
24717
+ };
24718
+ Invite.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
24719
+ const proxy = this._getCustomInspectProxy();
24720
+ return "Invite " + inspect(proxy, options);
24723
24721
  };
24724
24722
  /** Indicates that the `actor` has joined the `object`.
24725
24723
  * The `target` and `origin` typically have no defined meaning.
@@ -24871,14 +24869,14 @@ var Join = class Join extends Activity {
24871
24869
  const proxy = super._getCustomInspectProxy();
24872
24870
  return proxy;
24873
24871
  }
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
- }
24872
+ };
24873
+ Join.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
24874
+ const proxy = this._getCustomInspectProxy();
24875
+ return "Join " + inspect(proxy, options);
24876
+ };
24877
+ Join.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
24878
+ const proxy = this._getCustomInspectProxy();
24879
+ return "Join " + inspect(proxy, options);
24882
24880
  };
24883
24881
  /** Indicates that the `actor` has left the `object`.
24884
24882
  * The `target` and `origin` typically have no meaning.
@@ -25030,14 +25028,14 @@ var Leave = class Leave extends Activity {
25030
25028
  const proxy = super._getCustomInspectProxy();
25031
25029
  return proxy;
25032
25030
  }
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
- }
25031
+ };
25032
+ Leave.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
25033
+ const proxy = this._getCustomInspectProxy();
25034
+ return "Leave " + inspect(proxy, options);
25035
+ };
25036
+ Leave.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
25037
+ const proxy = this._getCustomInspectProxy();
25038
+ return "Leave " + inspect(proxy, options);
25041
25039
  };
25042
25040
  /** Indicates that the `actor` likes, recommends or endorses the `object`.
25043
25041
  * The `target` and `origin` typically have no defined meaning.
@@ -25193,14 +25191,14 @@ var Like = class Like extends Activity {
25193
25191
  const proxy = super._getCustomInspectProxy();
25194
25192
  return proxy;
25195
25193
  }
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
- }
25194
+ };
25195
+ Like.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
25196
+ const proxy = this._getCustomInspectProxy();
25197
+ return "Like " + inspect(proxy, options);
25198
+ };
25199
+ Like.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
25200
+ const proxy = this._getCustomInspectProxy();
25201
+ return "Like " + inspect(proxy, options);
25204
25202
  };
25205
25203
  /** Indicates that the `actor` has listened to the `object`.
25206
25204
  */
@@ -25351,14 +25349,14 @@ var Listen = class Listen extends Activity {
25351
25349
  const proxy = super._getCustomInspectProxy();
25352
25350
  return proxy;
25353
25351
  }
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
- }
25352
+ };
25353
+ Listen.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
25354
+ const proxy = this._getCustomInspectProxy();
25355
+ return "Listen " + inspect(proxy, options);
25356
+ };
25357
+ Listen.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
25358
+ const proxy = this._getCustomInspectProxy();
25359
+ return "Listen " + inspect(proxy, options);
25362
25360
  };
25363
25361
  /** A specialized {@link Link} that represents an @mention.
25364
25362
  */
@@ -25514,14 +25512,14 @@ var Mention = class Mention extends Link {
25514
25512
  const proxy = super._getCustomInspectProxy();
25515
25513
  return proxy;
25516
25514
  }
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
- }
25515
+ };
25516
+ Mention.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
25517
+ const proxy = this._getCustomInspectProxy();
25518
+ return "Mention " + inspect(proxy, options);
25519
+ };
25520
+ Mention.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
25521
+ const proxy = this._getCustomInspectProxy();
25522
+ return "Mention " + inspect(proxy, options);
25525
25523
  };
25526
25524
  /** Indicates that the `actor` has moved `object` from `origin` to `target`.
25527
25525
  * If the `origin` or `target` are not specified,
@@ -25674,14 +25672,14 @@ var Move = class Move extends Activity {
25674
25672
  const proxy = super._getCustomInspectProxy();
25675
25673
  return proxy;
25676
25674
  }
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
- }
25675
+ };
25676
+ Move.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
25677
+ const proxy = this._getCustomInspectProxy();
25678
+ return "Move " + inspect(proxy, options);
25679
+ };
25680
+ Move.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
25681
+ const proxy = this._getCustomInspectProxy();
25682
+ return "Move " + inspect(proxy, options);
25685
25683
  };
25686
25684
  /** Represents a short written work typically less than a single paragraph in
25687
25685
  * length.
@@ -25934,14 +25932,14 @@ var Note = class Note extends Object$1 {
25934
25932
  if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
25935
25933
  return proxy;
25936
25934
  }
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
- }
25935
+ };
25936
+ Note.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
25937
+ const proxy = this._getCustomInspectProxy();
25938
+ return "Note " + inspect(proxy, options);
25939
+ };
25940
+ Note.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
25941
+ const proxy = this._getCustomInspectProxy();
25942
+ return "Note " + inspect(proxy, options);
25945
25943
  };
25946
25944
  /** A subtype of {@link Collection} in which members of the logical collection
25947
25945
  * are assumed to always be strictly ordered.
@@ -26395,14 +26393,14 @@ var OrderedCollection = class OrderedCollection extends Collection {
26395
26393
  if (_2JPCKWTcfBmTCcW8Tv3TpRaLVaqg_items.length > 1 || !("item" in proxy) && _2JPCKWTcfBmTCcW8Tv3TpRaLVaqg_items.length > 0) proxy.items = _2JPCKWTcfBmTCcW8Tv3TpRaLVaqg_items;
26396
26394
  return proxy;
26397
26395
  }
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
- }
26396
+ };
26397
+ OrderedCollection.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
26398
+ const proxy = this._getCustomInspectProxy();
26399
+ return "OrderedCollection " + inspect(proxy, options);
26400
+ };
26401
+ OrderedCollection.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
26402
+ const proxy = this._getCustomInspectProxy();
26403
+ return "OrderedCollection " + inspect(proxy, options);
26406
26404
  };
26407
26405
  /** Used to represent ordered subsets of items from an `OrderedCollection`.
26408
26406
  * Refer to the Activity Streams 2.0 Core for a complete description of
@@ -26901,14 +26899,14 @@ var OrderedCollectionPage = class OrderedCollectionPage extends CollectionPage {
26901
26899
  if (_2W4yinFwqmpneu2h4m1mZ3pcLADd_startIndex.length == 1) proxy.startIndex = _2W4yinFwqmpneu2h4m1mZ3pcLADd_startIndex[0];
26902
26900
  return proxy;
26903
26901
  }
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
- }
26902
+ };
26903
+ OrderedCollectionPage.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
26904
+ const proxy = this._getCustomInspectProxy();
26905
+ return "OrderedCollectionPage " + inspect(proxy, options);
26906
+ };
26907
+ OrderedCollectionPage.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
26908
+ const proxy = this._getCustomInspectProxy();
26909
+ return "OrderedCollectionPage " + inspect(proxy, options);
26912
26910
  };
26913
26911
  /** Represents an organization.
26914
26912
  */
@@ -30271,14 +30269,14 @@ var Organization = class Organization extends Object$1 {
30271
30269
  if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
30272
30270
  return proxy;
30273
30271
  }
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
- }
30272
+ };
30273
+ Organization.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
30274
+ const proxy = this._getCustomInspectProxy();
30275
+ return "Organization " + inspect(proxy, options);
30276
+ };
30277
+ Organization.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
30278
+ const proxy = this._getCustomInspectProxy();
30279
+ return "Organization " + inspect(proxy, options);
30282
30280
  };
30283
30281
  /** Represents a Web Page.
30284
30282
  */
@@ -30437,14 +30435,14 @@ var Page = class Page extends Document {
30437
30435
  const proxy = super._getCustomInspectProxy();
30438
30436
  return proxy;
30439
30437
  }
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
- }
30438
+ };
30439
+ Page.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
30440
+ const proxy = this._getCustomInspectProxy();
30441
+ return "Page " + inspect(proxy, options);
30442
+ };
30443
+ Page.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
30444
+ const proxy = this._getCustomInspectProxy();
30445
+ return "Page " + inspect(proxy, options);
30448
30446
  };
30449
30447
  /** Represents an individual person.
30450
30448
  */
@@ -33807,14 +33805,14 @@ var Person = class Person extends Object$1 {
33807
33805
  if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
33808
33806
  return proxy;
33809
33807
  }
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
- }
33808
+ };
33809
+ Person.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
33810
+ const proxy = this._getCustomInspectProxy();
33811
+ return "Person " + inspect(proxy, options);
33812
+ };
33813
+ Person.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
33814
+ const proxy = this._getCustomInspectProxy();
33815
+ return "Person " + inspect(proxy, options);
33818
33816
  };
33819
33817
  /** Represents a logical or physical location. See [5.3 Representing
33820
33818
  * Places](https://www.w3.org/TR/activitystreams-vocabulary/#places)
@@ -34240,14 +34238,14 @@ var Place = class Place extends Object$1 {
34240
34238
  if (_oKrwxU4V8wiKhMW1QEYQibcJh8c_units.length == 1) proxy.units = _oKrwxU4V8wiKhMW1QEYQibcJh8c_units[0];
34241
34239
  return proxy;
34242
34240
  }
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
- }
34241
+ };
34242
+ Place.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
34243
+ const proxy = this._getCustomInspectProxy();
34244
+ return "Place " + inspect(proxy, options);
34245
+ };
34246
+ Place.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
34247
+ const proxy = this._getCustomInspectProxy();
34248
+ return "Place " + inspect(proxy, options);
34251
34249
  };
34252
34250
  /** A {@link Profile} is a content object that describes another {@link Object},
34253
34251
  * typically used to describe [Actor
@@ -34583,14 +34581,14 @@ var Profile = class Profile extends Object$1 {
34583
34581
  if (_3CLQ1PLSXrhSQbTGGHuxNyaEFKM1_describes.length == 1) proxy.describes = _3CLQ1PLSXrhSQbTGGHuxNyaEFKM1_describes[0];
34584
34582
  return proxy;
34585
34583
  }
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
- }
34584
+ };
34585
+ Profile.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
34586
+ const proxy = this._getCustomInspectProxy();
34587
+ return "Profile " + inspect(proxy, options);
34588
+ };
34589
+ Profile.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
34590
+ const proxy = this._getCustomInspectProxy();
34591
+ return "Profile " + inspect(proxy, options);
34594
34592
  };
34595
34593
  /** Represents a question being asked. Question objects are an extension of
34596
34594
  * {@link IntransitiveActivity}. That is, the Question object is an Activity,
@@ -35222,14 +35220,14 @@ var Question = class Question extends IntransitiveActivity {
35222
35220
  if (_K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl.length == 1) proxy.quoteUrl = _K1zrMQkQjmciFAmGdGLfaDbG925_quoteUrl[0];
35223
35221
  return proxy;
35224
35222
  }
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
- }
35223
+ };
35224
+ Question.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
35225
+ const proxy = this._getCustomInspectProxy();
35226
+ return "Question " + inspect(proxy, options);
35227
+ };
35228
+ Question.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
35229
+ const proxy = this._getCustomInspectProxy();
35230
+ return "Question " + inspect(proxy, options);
35233
35231
  };
35234
35232
  /** Indicates that the `actor` has read the `object`.
35235
35233
  */
@@ -35380,14 +35378,14 @@ var Read = class Read extends Activity {
35380
35378
  const proxy = super._getCustomInspectProxy();
35381
35379
  return proxy;
35382
35380
  }
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
- }
35381
+ };
35382
+ Read.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
35383
+ const proxy = this._getCustomInspectProxy();
35384
+ return "Read " + inspect(proxy, options);
35385
+ };
35386
+ Read.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
35387
+ const proxy = this._getCustomInspectProxy();
35388
+ return "Read " + inspect(proxy, options);
35391
35389
  };
35392
35390
  /** Indicates that the `actor` is rejecting the `object`. The `target` and
35393
35391
  * `origin` typically have no defined meaning.
@@ -35540,14 +35538,14 @@ var Reject = class Reject extends Activity {
35540
35538
  const proxy = super._getCustomInspectProxy();
35541
35539
  return proxy;
35542
35540
  }
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
- }
35541
+ };
35542
+ Reject.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
35543
+ const proxy = this._getCustomInspectProxy();
35544
+ return "Reject " + inspect(proxy, options);
35545
+ };
35546
+ Reject.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
35547
+ const proxy = this._getCustomInspectProxy();
35548
+ return "Reject " + inspect(proxy, options);
35551
35549
  };
35552
35550
  /** Describes a relationship between two individuals.
35553
35551
  * The {@link Relationship.subject} and {@link Relationship.object} properties
@@ -36351,14 +36349,14 @@ var Relationship = class Relationship extends Object$1 {
36351
36349
  if (_4Lzz89F9qipAQSGkWyX9DGWiUojG_relationship.length > 1 || !("relationship" in proxy) && _4Lzz89F9qipAQSGkWyX9DGWiUojG_relationship.length > 0) proxy.relationships = _4Lzz89F9qipAQSGkWyX9DGWiUojG_relationship;
36352
36350
  return proxy;
36353
36351
  }
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
- }
36352
+ };
36353
+ Relationship.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
36354
+ const proxy = this._getCustomInspectProxy();
36355
+ return "Relationship " + inspect(proxy, options);
36356
+ };
36357
+ Relationship.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
36358
+ const proxy = this._getCustomInspectProxy();
36359
+ return "Relationship " + inspect(proxy, options);
36362
36360
  };
36363
36361
  /** Indicates that the `actor` is removing the `object`. If specified,
36364
36362
  * the `origin` indicates the context from which the `object` is being removed.
@@ -36510,14 +36508,14 @@ var Remove = class Remove extends Activity {
36510
36508
  const proxy = super._getCustomInspectProxy();
36511
36509
  return proxy;
36512
36510
  }
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
- }
36511
+ };
36512
+ Remove.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
36513
+ const proxy = this._getCustomInspectProxy();
36514
+ return "Remove " + inspect(proxy, options);
36515
+ };
36516
+ Remove.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
36517
+ const proxy = this._getCustomInspectProxy();
36518
+ return "Remove " + inspect(proxy, options);
36521
36519
  };
36522
36520
  /** Represents a service of any kind.
36523
36521
  */
@@ -39880,14 +39878,14 @@ var Service = class Service extends Object$1 {
39880
39878
  if (_2xEU4QtkC53RAun67T81Egqt9vmL_isCat.length == 1) proxy.cat = _2xEU4QtkC53RAun67T81Egqt9vmL_isCat[0];
39881
39879
  return proxy;
39882
39880
  }
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
- }
39881
+ };
39882
+ Service.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
39883
+ const proxy = this._getCustomInspectProxy();
39884
+ return "Service " + inspect(proxy, options);
39885
+ };
39886
+ Service.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
39887
+ const proxy = this._getCustomInspectProxy();
39888
+ return "Service " + inspect(proxy, options);
39891
39889
  };
39892
39890
  /** Contents of {@link Object}'s `source`.
39893
39891
  */
@@ -40028,7 +40026,6 @@ var Source = class {
40028
40026
  compactItems.push(item);
40029
40027
  }
40030
40028
  if (compactItems.length > 0) result["mediaType"] = compactItems.length > 1 ? compactItems : compactItems[0];
40031
- result["type"] = "as:Source";
40032
40029
  if (this.id != null) result["id"] = this.id.href;
40033
40030
  result["@context"] = "https://www.w3.org/ns/activitystreams";
40034
40031
  return result;
@@ -40056,7 +40053,6 @@ var Source = class {
40056
40053
  const propValue = array;
40057
40054
  values["https://www.w3.org/ns/activitystreams#mediaType"] = propValue;
40058
40055
  }
40059
- values["@type"] = ["https://www.w3.org/ns/activitystreams#Source"];
40060
40056
  if (this.id != null) values["@id"] = this.id.href;
40061
40057
  if (options.format === "expand") return await jsonld.default.expand(values, { documentLoader: options.contextLoader });
40062
40058
  const docContext = options.context ?? "https://www.w3.org/ns/activitystreams";
@@ -40167,14 +40163,14 @@ var Source = class {
40167
40163
  if (_3BLrzmscsjHCw8TF5BHRW9WkPnX8_mediaType.length == 1) proxy.mediaType = _3BLrzmscsjHCw8TF5BHRW9WkPnX8_mediaType[0];
40168
40164
  return proxy;
40169
40165
  }
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
- }
40166
+ };
40167
+ Source.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
40168
+ const proxy = this._getCustomInspectProxy();
40169
+ return "Source " + inspect(proxy, options);
40170
+ };
40171
+ Source.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
40172
+ const proxy = this._getCustomInspectProxy();
40173
+ return "Source " + inspect(proxy, options);
40178
40174
  };
40179
40175
  /** A specialization of {@link Accept} indicating that
40180
40176
  * the acceptance is tentative.
@@ -40326,14 +40322,14 @@ var TentativeAccept = class TentativeAccept extends Accept {
40326
40322
  const proxy = super._getCustomInspectProxy();
40327
40323
  return proxy;
40328
40324
  }
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
- }
40325
+ };
40326
+ TentativeAccept.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
40327
+ const proxy = this._getCustomInspectProxy();
40328
+ return "TentativeAccept " + inspect(proxy, options);
40329
+ };
40330
+ TentativeAccept.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
40331
+ const proxy = this._getCustomInspectProxy();
40332
+ return "TentativeAccept " + inspect(proxy, options);
40337
40333
  };
40338
40334
  /** A specialization of {@link Reject} in which
40339
40335
  * the rejection is considered tentative.
@@ -40485,14 +40481,14 @@ var TentativeReject = class TentativeReject extends Reject {
40485
40481
  const proxy = super._getCustomInspectProxy();
40486
40482
  return proxy;
40487
40483
  }
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
- }
40484
+ };
40485
+ TentativeReject.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
40486
+ const proxy = this._getCustomInspectProxy();
40487
+ return "TentativeReject " + inspect(proxy, options);
40488
+ };
40489
+ TentativeReject.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
40490
+ const proxy = this._getCustomInspectProxy();
40491
+ return "TentativeReject " + inspect(proxy, options);
40496
40492
  };
40497
40493
  /** A `Tombstone` represents a content object that has been deleted.
40498
40494
  * It can be used in {@link Collection}s to signify that there used to be
@@ -40697,14 +40693,14 @@ var Tombstone = class Tombstone extends Object$1 {
40697
40693
  if (_8g8g4LiVMhFTXskuDEqx4ascxUr_deleted.length == 1) proxy.deleted = _8g8g4LiVMhFTXskuDEqx4ascxUr_deleted[0];
40698
40694
  return proxy;
40699
40695
  }
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
- }
40696
+ };
40697
+ Tombstone.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
40698
+ const proxy = this._getCustomInspectProxy();
40699
+ return "Tombstone " + inspect(proxy, options);
40700
+ };
40701
+ Tombstone.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
40702
+ const proxy = this._getCustomInspectProxy();
40703
+ return "Tombstone " + inspect(proxy, options);
40708
40704
  };
40709
40705
  /** Indicates that the `actor` is traveling to `target` from `origin`.
40710
40706
  * `Travel` is an `IntransitiveObject` whose `actor` specifies the direct object.
@@ -40858,14 +40854,14 @@ var Travel = class Travel extends IntransitiveActivity {
40858
40854
  const proxy = super._getCustomInspectProxy();
40859
40855
  return proxy;
40860
40856
  }
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
- }
40857
+ };
40858
+ Travel.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
40859
+ const proxy = this._getCustomInspectProxy();
40860
+ return "Travel " + inspect(proxy, options);
40861
+ };
40862
+ Travel.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
40863
+ const proxy = this._getCustomInspectProxy();
40864
+ return "Travel " + inspect(proxy, options);
40869
40865
  };
40870
40866
  /** Indicates that the `actor` is undoing the `object`. In most cases,
40871
40867
  * the `object` will be an {@link Activity} describing some previously performed
@@ -41031,14 +41027,14 @@ var Undo = class Undo extends Activity {
41031
41027
  const proxy = super._getCustomInspectProxy();
41032
41028
  return proxy;
41033
41029
  }
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
- }
41030
+ };
41031
+ Undo.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
41032
+ const proxy = this._getCustomInspectProxy();
41033
+ return "Undo " + inspect(proxy, options);
41034
+ };
41035
+ Undo.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
41036
+ const proxy = this._getCustomInspectProxy();
41037
+ return "Undo " + inspect(proxy, options);
41042
41038
  };
41043
41039
  /** Indicates that the `actor` has updated the `object`. Note, however,
41044
41040
  * that this vocabulary does not define a mechanism for describing the actual
@@ -41242,14 +41238,14 @@ var Update = class Update extends Activity {
41242
41238
  const proxy = super._getCustomInspectProxy();
41243
41239
  return proxy;
41244
41240
  }
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
- }
41241
+ };
41242
+ Update.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
41243
+ const proxy = this._getCustomInspectProxy();
41244
+ return "Update " + inspect(proxy, options);
41245
+ };
41246
+ Update.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
41247
+ const proxy = this._getCustomInspectProxy();
41248
+ return "Update " + inspect(proxy, options);
41253
41249
  };
41254
41250
  /** Represents a video document of any kind.
41255
41251
  */
@@ -41408,14 +41404,14 @@ var Video = class Video extends Document {
41408
41404
  const proxy = super._getCustomInspectProxy();
41409
41405
  return proxy;
41410
41406
  }
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
- }
41407
+ };
41408
+ Video.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
41409
+ const proxy = this._getCustomInspectProxy();
41410
+ return "Video " + inspect(proxy, options);
41411
+ };
41412
+ Video.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
41413
+ const proxy = this._getCustomInspectProxy();
41414
+ return "Video " + inspect(proxy, options);
41419
41415
  };
41420
41416
  /** Indicates that the `actor` has viewed the object.
41421
41417
  */
@@ -41566,14 +41562,14 @@ var View = class View extends Activity {
41566
41562
  const proxy = super._getCustomInspectProxy();
41567
41563
  return proxy;
41568
41564
  }
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
- }
41565
+ };
41566
+ View.prototype[Symbol.for("Deno.customInspect")] = function(inspect, options) {
41567
+ const proxy = this._getCustomInspectProxy();
41568
+ return "View " + inspect(proxy, options);
41569
+ };
41570
+ View.prototype[Symbol.for("nodejs.util.inspect.custom")] = function(_depth, options, inspect) {
41571
+ const proxy = this._getCustomInspectProxy();
41572
+ return "View " + inspect(proxy, options);
41577
41573
  };
41578
41574
 
41579
41575
  //#endregion