@fedify/vocab 2.0.0-dev.279 → 2.0.0-pr.559.4

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.d.ts CHANGED
@@ -90,7 +90,7 @@ declare class Object$1 {
90
90
  /**
91
91
  * Clones this instance, optionally updating it with the given values.
92
92
  * @param values The values to update the clone with.
93
- * @options The options to use for cloning.
93
+ * @param options The options to use for cloning.
94
94
  * @returns The cloned instance.
95
95
  */
96
96
  clone(values?: {
@@ -868,7 +868,7 @@ declare class Emoji extends Object$1 {
868
868
  /**
869
869
  * Clones this instance, optionally updating it with the given values.
870
870
  * @param values The values to update the clone with.
871
- * @options The options to use for cloning.
871
+ * @param options The options to use for cloning.
872
872
  * @returns The cloned instance.
873
873
  */
874
874
  clone(values?: {
@@ -1042,7 +1042,7 @@ declare class ChatMessage extends Object$1 {
1042
1042
  /**
1043
1043
  * Clones this instance, optionally updating it with the given values.
1044
1044
  * @param values The values to update the clone with.
1045
- * @options The options to use for cloning.
1045
+ * @param options The options to use for cloning.
1046
1046
  * @returns The cloned instance.
1047
1047
  */
1048
1048
  clone(values?: {
@@ -1240,7 +1240,7 @@ declare class Activity extends Object$1 {
1240
1240
  /**
1241
1241
  * Clones this instance, optionally updating it with the given values.
1242
1242
  * @param values The values to update the clone with.
1243
- * @options The options to use for cloning.
1243
+ * @param options The options to use for cloning.
1244
1244
  * @returns The cloned instance.
1245
1245
  */
1246
1246
  clone(values?: {
@@ -1642,7 +1642,7 @@ declare class EmojiReact extends Activity {
1642
1642
  /**
1643
1643
  * Clones this instance, optionally updating it with the given values.
1644
1644
  * @param values The values to update the clone with.
1645
- * @options The options to use for cloning.
1645
+ * @param options The options to use for cloning.
1646
1646
  * @returns The cloned instance.
1647
1647
  */
1648
1648
  clone(values?: {
@@ -1788,7 +1788,7 @@ declare class PropertyValue {
1788
1788
  /**
1789
1789
  * Clones this instance, optionally updating it with the given values.
1790
1790
  * @param values The values to update the clone with.
1791
- * @options The options to use for cloning.
1791
+ * @param options The options to use for cloning.
1792
1792
  * @returns The cloned instance.
1793
1793
  */
1794
1794
  clone(values?: {
@@ -1885,7 +1885,7 @@ declare class DidService {
1885
1885
  /**
1886
1886
  * Clones this instance, optionally updating it with the given values.
1887
1887
  * @param values The values to update the clone with.
1888
- * @options The options to use for cloning.
1888
+ * @param options The options to use for cloning.
1889
1889
  * @returns The cloned instance.
1890
1890
  */
1891
1891
  clone(values?: {
@@ -1969,7 +1969,7 @@ declare class Export extends DidService {
1969
1969
  /**
1970
1970
  * Clones this instance, optionally updating it with the given values.
1971
1971
  * @param values The values to update the clone with.
1972
- * @options The options to use for cloning.
1972
+ * @param options The options to use for cloning.
1973
1973
  * @returns The cloned instance.
1974
1974
  */
1975
1975
  clone(values?: {
@@ -2061,7 +2061,7 @@ declare class DataIntegrityProof {
2061
2061
  /**
2062
2062
  * Clones this instance, optionally updating it with the given values.
2063
2063
  * @param values The values to update the clone with.
2064
- * @options The options to use for cloning.
2064
+ * @param options The options to use for cloning.
2065
2065
  * @returns The cloned instance.
2066
2066
  */
2067
2067
  clone(values?: {
@@ -2188,7 +2188,7 @@ declare class CryptographicKey {
2188
2188
  /**
2189
2189
  * Clones this instance, optionally updating it with the given values.
2190
2190
  * @param values The values to update the clone with.
2191
- * @options The options to use for cloning.
2191
+ * @param options The options to use for cloning.
2192
2192
  * @returns The cloned instance.
2193
2193
  */
2194
2194
  clone(values?: {
@@ -2297,7 +2297,7 @@ declare class Multikey {
2297
2297
  /**
2298
2298
  * Clones this instance, optionally updating it with the given values.
2299
2299
  * @param values The values to update the clone with.
2300
- * @options The options to use for cloning.
2300
+ * @param options The options to use for cloning.
2301
2301
  * @returns The cloned instance.
2302
2302
  */
2303
2303
  clone(values?: {
@@ -2454,7 +2454,7 @@ declare class Accept extends Activity {
2454
2454
  /**
2455
2455
  * Clones this instance, optionally updating it with the given values.
2456
2456
  * @param values The values to update the clone with.
2457
- * @options The options to use for cloning.
2457
+ * @param options The options to use for cloning.
2458
2458
  * @returns The cloned instance.
2459
2459
  */
2460
2460
  clone(values?: {
@@ -2649,7 +2649,7 @@ declare class Add extends Activity {
2649
2649
  /**
2650
2650
  * Clones this instance, optionally updating it with the given values.
2651
2651
  * @param values The values to update the clone with.
2652
- * @options The options to use for cloning.
2652
+ * @param options The options to use for cloning.
2653
2653
  * @returns The cloned instance.
2654
2654
  */
2655
2655
  clone(values?: {
@@ -2843,7 +2843,7 @@ declare class Announce extends Activity {
2843
2843
  /**
2844
2844
  * Clones this instance, optionally updating it with the given values.
2845
2845
  * @param values The values to update the clone with.
2846
- * @options The options to use for cloning.
2846
+ * @param options The options to use for cloning.
2847
2847
  * @returns The cloned instance.
2848
2848
  */
2849
2849
  clone(values?: {
@@ -3051,7 +3051,7 @@ declare class Application extends Object$1 {
3051
3051
  /**
3052
3052
  * Clones this instance, optionally updating it with the given values.
3053
3053
  * @param values The values to update the clone with.
3054
- * @options The options to use for cloning.
3054
+ * @param options The options to use for cloning.
3055
3055
  * @returns The cloned instance.
3056
3056
  */
3057
3057
  clone(values?: {
@@ -3623,7 +3623,7 @@ declare class IntransitiveActivity extends Activity {
3623
3623
  /**
3624
3624
  * Clones this instance, optionally updating it with the given values.
3625
3625
  * @param values The values to update the clone with.
3626
- * @options The options to use for cloning.
3626
+ * @param options The options to use for cloning.
3627
3627
  * @returns The cloned instance.
3628
3628
  */
3629
3629
  clone(values?: {
@@ -3817,7 +3817,7 @@ declare class Arrive extends IntransitiveActivity {
3817
3817
  /**
3818
3818
  * Clones this instance, optionally updating it with the given values.
3819
3819
  * @param values The values to update the clone with.
3820
- * @options The options to use for cloning.
3820
+ * @param options The options to use for cloning.
3821
3821
  * @returns The cloned instance.
3822
3822
  */
3823
3823
  clone(values?: {
@@ -3999,7 +3999,7 @@ declare class Article extends Object$1 {
3999
3999
  /**
4000
4000
  * Clones this instance, optionally updating it with the given values.
4001
4001
  * @param values The values to update the clone with.
4002
- * @options The options to use for cloning.
4002
+ * @param options The options to use for cloning.
4003
4003
  * @returns The cloned instance.
4004
4004
  */
4005
4005
  clone(values?: {
@@ -4183,7 +4183,7 @@ declare class Document extends Object$1 {
4183
4183
  /**
4184
4184
  * Clones this instance, optionally updating it with the given values.
4185
4185
  * @param values The values to update the clone with.
4186
- * @options The options to use for cloning.
4186
+ * @param options The options to use for cloning.
4187
4187
  * @returns The cloned instance.
4188
4188
  */
4189
4189
  clone(values?: {
@@ -4363,7 +4363,7 @@ declare class Audio extends Document {
4363
4363
  /**
4364
4364
  * Clones this instance, optionally updating it with the given values.
4365
4365
  * @param values The values to update the clone with.
4366
- * @options The options to use for cloning.
4366
+ * @param options The options to use for cloning.
4367
4367
  * @returns The cloned instance.
4368
4368
  */
4369
4369
  clone(values?: {
@@ -4546,7 +4546,7 @@ declare class Ignore extends Activity {
4546
4546
  /**
4547
4547
  * Clones this instance, optionally updating it with the given values.
4548
4548
  * @param values The values to update the clone with.
4549
- * @options The options to use for cloning.
4549
+ * @param options The options to use for cloning.
4550
4550
  * @returns The cloned instance.
4551
4551
  */
4552
4552
  clone(values?: {
@@ -4741,7 +4741,7 @@ declare class Block extends Ignore {
4741
4741
  /**
4742
4742
  * Clones this instance, optionally updating it with the given values.
4743
4743
  * @param values The values to update the clone with.
4744
- * @options The options to use for cloning.
4744
+ * @param options The options to use for cloning.
4745
4745
  * @returns The cloned instance.
4746
4746
  */
4747
4747
  clone(values?: {
@@ -4939,7 +4939,7 @@ declare class Collection extends Object$1 {
4939
4939
  /**
4940
4940
  * Clones this instance, optionally updating it with the given values.
4941
4941
  * @param values The values to update the clone with.
4942
- * @options The options to use for cloning.
4942
+ * @param options The options to use for cloning.
4943
4943
  * @returns The cloned instance.
4944
4944
  */
4945
4945
  clone(values?: {
@@ -5328,7 +5328,7 @@ declare class CollectionPage extends Collection {
5328
5328
  /**
5329
5329
  * Clones this instance, optionally updating it with the given values.
5330
5330
  * @param values The values to update the clone with.
5331
- * @options The options to use for cloning.
5331
+ * @param options The options to use for cloning.
5332
5332
  * @returns The cloned instance.
5333
5333
  */
5334
5334
  clone(values?: {
@@ -5570,7 +5570,7 @@ declare class Create extends Activity {
5570
5570
  /**
5571
5571
  * Clones this instance, optionally updating it with the given values.
5572
5572
  * @param values The values to update the clone with.
5573
- * @options The options to use for cloning.
5573
+ * @param options The options to use for cloning.
5574
5574
  * @returns The cloned instance.
5575
5575
  */
5576
5576
  clone(values?: {
@@ -5763,7 +5763,7 @@ declare class Delete extends Activity {
5763
5763
  /**
5764
5764
  * Clones this instance, optionally updating it with the given values.
5765
5765
  * @param values The values to update the clone with.
5766
- * @options The options to use for cloning.
5766
+ * @param options The options to use for cloning.
5767
5767
  * @returns The cloned instance.
5768
5768
  */
5769
5769
  clone(values?: {
@@ -5955,7 +5955,7 @@ declare class Dislike extends Activity {
5955
5955
  /**
5956
5956
  * Clones this instance, optionally updating it with the given values.
5957
5957
  * @param values The values to update the clone with.
5958
- * @options The options to use for cloning.
5958
+ * @param options The options to use for cloning.
5959
5959
  * @returns The cloned instance.
5960
5960
  */
5961
5961
  clone(values?: {
@@ -6105,7 +6105,7 @@ declare class Endpoints {
6105
6105
  /**
6106
6106
  * Clones this instance, optionally updating it with the given values.
6107
6107
  * @param values The values to update the clone with.
6108
- * @options The options to use for cloning.
6108
+ * @param options The options to use for cloning.
6109
6109
  * @returns The cloned instance.
6110
6110
  */
6111
6111
  clone(values?: {
@@ -6272,7 +6272,7 @@ declare class Event extends Object$1 {
6272
6272
  /**
6273
6273
  * Clones this instance, optionally updating it with the given values.
6274
6274
  * @param values The values to update the clone with.
6275
- * @options The options to use for cloning.
6275
+ * @param options The options to use for cloning.
6276
6276
  * @returns The cloned instance.
6277
6277
  */
6278
6278
  clone(values?: {
@@ -6454,7 +6454,7 @@ declare class Flag extends Activity {
6454
6454
  /**
6455
6455
  * Clones this instance, optionally updating it with the given values.
6456
6456
  * @param values The values to update the clone with.
6457
- * @options The options to use for cloning.
6457
+ * @param options The options to use for cloning.
6458
6458
  * @returns The cloned instance.
6459
6459
  */
6460
6460
  clone(values?: {
@@ -6649,7 +6649,7 @@ declare class Follow extends Activity {
6649
6649
  /**
6650
6650
  * Clones this instance, optionally updating it with the given values.
6651
6651
  * @param values The values to update the clone with.
6652
- * @options The options to use for cloning.
6652
+ * @param options The options to use for cloning.
6653
6653
  * @returns The cloned instance.
6654
6654
  */
6655
6655
  clone(values?: {
@@ -6857,7 +6857,7 @@ declare class Group extends Object$1 {
6857
6857
  /**
6858
6858
  * Clones this instance, optionally updating it with the given values.
6859
6859
  * @param values The values to update the clone with.
6860
- * @options The options to use for cloning.
6860
+ * @param options The options to use for cloning.
6861
6861
  * @returns The cloned instance.
6862
6862
  */
6863
6863
  clone(values?: {
@@ -7396,7 +7396,7 @@ declare class Link {
7396
7396
  /**
7397
7397
  * Clones this instance, optionally updating it with the given values.
7398
7398
  * @param values The values to update the clone with.
7399
- * @options The options to use for cloning.
7399
+ * @param options The options to use for cloning.
7400
7400
  * @returns The cloned instance.
7401
7401
  */
7402
7402
  clone(values?: {
@@ -7550,7 +7550,7 @@ declare class Hashtag extends Link {
7550
7550
  /**
7551
7551
  * Clones this instance, optionally updating it with the given values.
7552
7552
  * @param values The values to update the clone with.
7553
- * @options The options to use for cloning.
7553
+ * @param options The options to use for cloning.
7554
7554
  * @returns The cloned instance.
7555
7555
  */
7556
7556
  clone(values?: {
@@ -7682,7 +7682,7 @@ declare class Image extends Document {
7682
7682
  /**
7683
7683
  * Clones this instance, optionally updating it with the given values.
7684
7684
  * @param values The values to update the clone with.
7685
- * @options The options to use for cloning.
7685
+ * @param options The options to use for cloning.
7686
7686
  * @returns The cloned instance.
7687
7687
  */
7688
7688
  clone(values?: {
@@ -7866,7 +7866,7 @@ declare class Offer extends Activity {
7866
7866
  /**
7867
7867
  * Clones this instance, optionally updating it with the given values.
7868
7868
  * @param values The values to update the clone with.
7869
- * @options The options to use for cloning.
7869
+ * @param options The options to use for cloning.
7870
7870
  * @returns The cloned instance.
7871
7871
  */
7872
7872
  clone(values?: {
@@ -8059,7 +8059,7 @@ declare class Invite extends Offer {
8059
8059
  /**
8060
8060
  * Clones this instance, optionally updating it with the given values.
8061
8061
  * @param values The values to update the clone with.
8062
- * @options The options to use for cloning.
8062
+ * @param options The options to use for cloning.
8063
8063
  * @returns The cloned instance.
8064
8064
  */
8065
8065
  clone(values?: {
@@ -8252,7 +8252,7 @@ declare class Join extends Activity {
8252
8252
  /**
8253
8253
  * Clones this instance, optionally updating it with the given values.
8254
8254
  * @param values The values to update the clone with.
8255
- * @options The options to use for cloning.
8255
+ * @param options The options to use for cloning.
8256
8256
  * @returns The cloned instance.
8257
8257
  */
8258
8258
  clone(values?: {
@@ -8445,7 +8445,7 @@ declare class Leave extends Activity {
8445
8445
  /**
8446
8446
  * Clones this instance, optionally updating it with the given values.
8447
8447
  * @param values The values to update the clone with.
8448
- * @options The options to use for cloning.
8448
+ * @param options The options to use for cloning.
8449
8449
  * @returns The cloned instance.
8450
8450
  */
8451
8451
  clone(values?: {
@@ -8638,7 +8638,7 @@ declare class Like extends Activity {
8638
8638
  /**
8639
8639
  * Clones this instance, optionally updating it with the given values.
8640
8640
  * @param values The values to update the clone with.
8641
- * @options The options to use for cloning.
8641
+ * @param options The options to use for cloning.
8642
8642
  * @returns The cloned instance.
8643
8643
  */
8644
8644
  clone(values?: {
@@ -8830,7 +8830,7 @@ declare class Listen extends Activity {
8830
8830
  /**
8831
8831
  * Clones this instance, optionally updating it with the given values.
8832
8832
  * @param values The values to update the clone with.
8833
- * @options The options to use for cloning.
8833
+ * @param options The options to use for cloning.
8834
8834
  * @returns The cloned instance.
8835
8835
  */
8836
8836
  clone(values?: {
@@ -8972,7 +8972,7 @@ declare class Mention extends Link {
8972
8972
  /**
8973
8973
  * Clones this instance, optionally updating it with the given values.
8974
8974
  * @param values The values to update the clone with.
8975
- * @options The options to use for cloning.
8975
+ * @param options The options to use for cloning.
8976
8976
  * @returns The cloned instance.
8977
8977
  */
8978
8978
  clone(values?: {
@@ -9116,7 +9116,7 @@ declare class Move extends Activity {
9116
9116
  /**
9117
9117
  * Clones this instance, optionally updating it with the given values.
9118
9118
  * @param values The values to update the clone with.
9119
- * @options The options to use for cloning.
9119
+ * @param options The options to use for cloning.
9120
9120
  * @returns The cloned instance.
9121
9121
  */
9122
9122
  clone(values?: {
@@ -9299,7 +9299,7 @@ declare class Note extends Object$1 {
9299
9299
  /**
9300
9300
  * Clones this instance, optionally updating it with the given values.
9301
9301
  * @param values The values to update the clone with.
9302
- * @options The options to use for cloning.
9302
+ * @param options The options to use for cloning.
9303
9303
  * @returns The cloned instance.
9304
9304
  */
9305
9305
  clone(values?: {
@@ -9495,7 +9495,7 @@ declare class OrderedCollection extends Collection {
9495
9495
  /**
9496
9496
  * Clones this instance, optionally updating it with the given values.
9497
9497
  * @param values The values to update the clone with.
9498
- * @options The options to use for cloning.
9498
+ * @param options The options to use for cloning.
9499
9499
  * @returns The cloned instance.
9500
9500
  */
9501
9501
  clone(values?: {
@@ -9712,7 +9712,7 @@ declare class OrderedCollectionPage extends CollectionPage {
9712
9712
  /**
9713
9713
  * Clones this instance, optionally updating it with the given values.
9714
9714
  * @param values The values to update the clone with.
9715
- * @options The options to use for cloning.
9715
+ * @param options The options to use for cloning.
9716
9716
  * @returns The cloned instance.
9717
9717
  */
9718
9718
  clone(values?: {
@@ -9945,7 +9945,7 @@ declare class Organization extends Object$1 {
9945
9945
  /**
9946
9946
  * Clones this instance, optionally updating it with the given values.
9947
9947
  * @param values The values to update the clone with.
9948
- * @options The options to use for cloning.
9948
+ * @param options The options to use for cloning.
9949
9949
  * @returns The cloned instance.
9950
9950
  */
9951
9951
  clone(values?: {
@@ -10505,7 +10505,7 @@ declare class Page extends Document {
10505
10505
  /**
10506
10506
  * Clones this instance, optionally updating it with the given values.
10507
10507
  * @param values The values to update the clone with.
10508
- * @options The options to use for cloning.
10508
+ * @param options The options to use for cloning.
10509
10509
  * @returns The cloned instance.
10510
10510
  */
10511
10511
  clone(values?: {
@@ -10703,7 +10703,7 @@ declare class Person extends Object$1 {
10703
10703
  /**
10704
10704
  * Clones this instance, optionally updating it with the given values.
10705
10705
  * @param values The values to update the clone with.
10706
- * @options The options to use for cloning.
10706
+ * @param options The options to use for cloning.
10707
10707
  * @returns The cloned instance.
10708
10708
  */
10709
10709
  clone(values?: {
@@ -11270,7 +11270,7 @@ declare class Place extends Object$1 {
11270
11270
  /**
11271
11271
  * Clones this instance, optionally updating it with the given values.
11272
11272
  * @param values The values to update the clone with.
11273
- * @options The options to use for cloning.
11273
+ * @param options The options to use for cloning.
11274
11274
  * @returns The cloned instance.
11275
11275
  */
11276
11276
  clone(values?: {
@@ -11476,7 +11476,7 @@ declare class Profile extends Object$1 {
11476
11476
  /**
11477
11477
  * Clones this instance, optionally updating it with the given values.
11478
11478
  * @param values The values to update the clone with.
11479
- * @options The options to use for cloning.
11479
+ * @param options The options to use for cloning.
11480
11480
  * @returns The cloned instance.
11481
11481
  */
11482
11482
  clone(values?: {
@@ -11686,7 +11686,7 @@ declare class Question extends IntransitiveActivity {
11686
11686
  /**
11687
11687
  * Clones this instance, optionally updating it with the given values.
11688
11688
  * @param values The values to update the clone with.
11689
- * @options The options to use for cloning.
11689
+ * @param options The options to use for cloning.
11690
11690
  * @returns The cloned instance.
11691
11691
  */
11692
11692
  clone(values?: {
@@ -11937,7 +11937,7 @@ declare class Read extends Activity {
11937
11937
  /**
11938
11938
  * Clones this instance, optionally updating it with the given values.
11939
11939
  * @param values The values to update the clone with.
11940
- * @options The options to use for cloning.
11940
+ * @param options The options to use for cloning.
11941
11941
  * @returns The cloned instance.
11942
11942
  */
11943
11943
  clone(values?: {
@@ -12130,7 +12130,7 @@ declare class Reject extends Activity {
12130
12130
  /**
12131
12131
  * Clones this instance, optionally updating it with the given values.
12132
12132
  * @param values The values to update the clone with.
12133
- * @options The options to use for cloning.
12133
+ * @param options The options to use for cloning.
12134
12134
  * @returns The cloned instance.
12135
12135
  */
12136
12136
  clone(values?: {
@@ -12322,7 +12322,7 @@ declare class Relationship extends Object$1 {
12322
12322
  /**
12323
12323
  * Clones this instance, optionally updating it with the given values.
12324
12324
  * @param values The values to update the clone with.
12325
- * @options The options to use for cloning.
12325
+ * @param options The options to use for cloning.
12326
12326
  * @returns The cloned instance.
12327
12327
  */
12328
12328
  clone(values?: {
@@ -12590,7 +12590,7 @@ declare class Remove extends Activity {
12590
12590
  /**
12591
12591
  * Clones this instance, optionally updating it with the given values.
12592
12592
  * @param values The values to update the clone with.
12593
- * @options The options to use for cloning.
12593
+ * @param options The options to use for cloning.
12594
12594
  * @returns The cloned instance.
12595
12595
  */
12596
12596
  clone(values?: {
@@ -12798,7 +12798,7 @@ declare class Service extends Object$1 {
12798
12798
  /**
12799
12799
  * Clones this instance, optionally updating it with the given values.
12800
12800
  * @param values The values to update the clone with.
12801
- * @options The options to use for cloning.
12801
+ * @param options The options to use for cloning.
12802
12802
  * @returns The cloned instance.
12803
12803
  */
12804
12804
  clone(values?: {
@@ -13323,7 +13323,7 @@ declare class Source {
13323
13323
  /**
13324
13324
  * Clones this instance, optionally updating it with the given values.
13325
13325
  * @param values The values to update the clone with.
13326
- * @options The options to use for cloning.
13326
+ * @param options The options to use for cloning.
13327
13327
  * @returns The cloned instance.
13328
13328
  */
13329
13329
  clone(values?: {
@@ -13468,7 +13468,7 @@ declare class TentativeAccept extends Accept {
13468
13468
  /**
13469
13469
  * Clones this instance, optionally updating it with the given values.
13470
13470
  * @param values The values to update the clone with.
13471
- * @options The options to use for cloning.
13471
+ * @param options The options to use for cloning.
13472
13472
  * @returns The cloned instance.
13473
13473
  */
13474
13474
  clone(values?: {
@@ -13661,7 +13661,7 @@ declare class TentativeReject extends Reject {
13661
13661
  /**
13662
13662
  * Clones this instance, optionally updating it with the given values.
13663
13663
  * @param values The values to update the clone with.
13664
- * @options The options to use for cloning.
13664
+ * @param options The options to use for cloning.
13665
13665
  * @returns The cloned instance.
13666
13666
  */
13667
13667
  clone(values?: {
@@ -13845,7 +13845,7 @@ declare class Tombstone extends Object$1 {
13845
13845
  /**
13846
13846
  * Clones this instance, optionally updating it with the given values.
13847
13847
  * @param values The values to update the clone with.
13848
- * @options The options to use for cloning.
13848
+ * @param options The options to use for cloning.
13849
13849
  * @returns The cloned instance.
13850
13850
  */
13851
13851
  clone(values?: {
@@ -14033,7 +14033,7 @@ declare class Travel extends IntransitiveActivity {
14033
14033
  /**
14034
14034
  * Clones this instance, optionally updating it with the given values.
14035
14035
  * @param values The values to update the clone with.
14036
- * @options The options to use for cloning.
14036
+ * @param options The options to use for cloning.
14037
14037
  * @returns The cloned instance.
14038
14038
  */
14039
14039
  clone(values?: {
@@ -14231,7 +14231,7 @@ declare class Undo extends Activity {
14231
14231
  /**
14232
14232
  * Clones this instance, optionally updating it with the given values.
14233
14233
  * @param values The values to update the clone with.
14234
- * @options The options to use for cloning.
14234
+ * @param options The options to use for cloning.
14235
14235
  * @returns The cloned instance.
14236
14236
  */
14237
14237
  clone(values?: {
@@ -14427,7 +14427,7 @@ declare class Update extends Activity {
14427
14427
  /**
14428
14428
  * Clones this instance, optionally updating it with the given values.
14429
14429
  * @param values The values to update the clone with.
14430
- * @options The options to use for cloning.
14430
+ * @param options The options to use for cloning.
14431
14431
  * @returns The cloned instance.
14432
14432
  */
14433
14433
  clone(values?: {
@@ -14609,7 +14609,7 @@ declare class Video extends Document {
14609
14609
  /**
14610
14610
  * Clones this instance, optionally updating it with the given values.
14611
14611
  * @param values The values to update the clone with.
14612
- * @options The options to use for cloning.
14612
+ * @param options The options to use for cloning.
14613
14613
  * @returns The cloned instance.
14614
14614
  */
14615
14615
  clone(values?: {
@@ -14791,7 +14791,7 @@ declare class View extends Activity {
14791
14791
  /**
14792
14792
  * Clones this instance, optionally updating it with the given values.
14793
14793
  * @param values The values to update the clone with.
14794
- * @options The options to use for cloning.
14794
+ * @param options The options to use for cloning.
14795
14795
  * @returns The cloned instance.
14796
14796
  */
14797
14797
  clone(values?: {