@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/deno.json +1 -1
- package/dist/actor.test.js +2 -2
- package/dist/{deno-y1THYur-.js → deno-WgPwii8-.js} +1 -1
- package/dist/lookup.test.js +12 -11
- package/dist/mod.cjs +75 -77
- package/dist/mod.d.cts +66 -66
- package/dist/mod.d.ts +66 -66
- package/dist/mod.js +75 -77
- package/dist/type.test.js +1 -1
- package/dist/{vocab-fPKUeh35.js → vocab-DBPY77CM.js} +67 -67
- package/dist/vocab.test.js +1 -1
- package/package.json +4 -4
- package/src/lookup.test.ts +15 -0
- package/src/lookup.ts +4 -4
package/dist/mod.d.cts
CHANGED
|
@@ -89,7 +89,7 @@ declare class Object$1 {
|
|
|
89
89
|
/**
|
|
90
90
|
* Clones this instance, optionally updating it with the given values.
|
|
91
91
|
* @param values The values to update the clone with.
|
|
92
|
-
* @options The options to use for cloning.
|
|
92
|
+
* @param options The options to use for cloning.
|
|
93
93
|
* @returns The cloned instance.
|
|
94
94
|
*/
|
|
95
95
|
clone(values?: {
|
|
@@ -867,7 +867,7 @@ declare class Emoji extends Object$1 {
|
|
|
867
867
|
/**
|
|
868
868
|
* Clones this instance, optionally updating it with the given values.
|
|
869
869
|
* @param values The values to update the clone with.
|
|
870
|
-
* @options The options to use for cloning.
|
|
870
|
+
* @param options The options to use for cloning.
|
|
871
871
|
* @returns The cloned instance.
|
|
872
872
|
*/
|
|
873
873
|
clone(values?: {
|
|
@@ -1041,7 +1041,7 @@ declare class ChatMessage extends Object$1 {
|
|
|
1041
1041
|
/**
|
|
1042
1042
|
* Clones this instance, optionally updating it with the given values.
|
|
1043
1043
|
* @param values The values to update the clone with.
|
|
1044
|
-
* @options The options to use for cloning.
|
|
1044
|
+
* @param options The options to use for cloning.
|
|
1045
1045
|
* @returns The cloned instance.
|
|
1046
1046
|
*/
|
|
1047
1047
|
clone(values?: {
|
|
@@ -1239,7 +1239,7 @@ declare class Activity extends Object$1 {
|
|
|
1239
1239
|
/**
|
|
1240
1240
|
* Clones this instance, optionally updating it with the given values.
|
|
1241
1241
|
* @param values The values to update the clone with.
|
|
1242
|
-
* @options The options to use for cloning.
|
|
1242
|
+
* @param options The options to use for cloning.
|
|
1243
1243
|
* @returns The cloned instance.
|
|
1244
1244
|
*/
|
|
1245
1245
|
clone(values?: {
|
|
@@ -1641,7 +1641,7 @@ declare class EmojiReact extends Activity {
|
|
|
1641
1641
|
/**
|
|
1642
1642
|
* Clones this instance, optionally updating it with the given values.
|
|
1643
1643
|
* @param values The values to update the clone with.
|
|
1644
|
-
* @options The options to use for cloning.
|
|
1644
|
+
* @param options The options to use for cloning.
|
|
1645
1645
|
* @returns The cloned instance.
|
|
1646
1646
|
*/
|
|
1647
1647
|
clone(values?: {
|
|
@@ -1787,7 +1787,7 @@ declare class PropertyValue {
|
|
|
1787
1787
|
/**
|
|
1788
1788
|
* Clones this instance, optionally updating it with the given values.
|
|
1789
1789
|
* @param values The values to update the clone with.
|
|
1790
|
-
* @options The options to use for cloning.
|
|
1790
|
+
* @param options The options to use for cloning.
|
|
1791
1791
|
* @returns The cloned instance.
|
|
1792
1792
|
*/
|
|
1793
1793
|
clone(values?: {
|
|
@@ -1884,7 +1884,7 @@ declare class DidService {
|
|
|
1884
1884
|
/**
|
|
1885
1885
|
* Clones this instance, optionally updating it with the given values.
|
|
1886
1886
|
* @param values The values to update the clone with.
|
|
1887
|
-
* @options The options to use for cloning.
|
|
1887
|
+
* @param options The options to use for cloning.
|
|
1888
1888
|
* @returns The cloned instance.
|
|
1889
1889
|
*/
|
|
1890
1890
|
clone(values?: {
|
|
@@ -1968,7 +1968,7 @@ declare class Export extends DidService {
|
|
|
1968
1968
|
/**
|
|
1969
1969
|
* Clones this instance, optionally updating it with the given values.
|
|
1970
1970
|
* @param values The values to update the clone with.
|
|
1971
|
-
* @options The options to use for cloning.
|
|
1971
|
+
* @param options The options to use for cloning.
|
|
1972
1972
|
* @returns The cloned instance.
|
|
1973
1973
|
*/
|
|
1974
1974
|
clone(values?: {
|
|
@@ -2060,7 +2060,7 @@ declare class DataIntegrityProof {
|
|
|
2060
2060
|
/**
|
|
2061
2061
|
* Clones this instance, optionally updating it with the given values.
|
|
2062
2062
|
* @param values The values to update the clone with.
|
|
2063
|
-
* @options The options to use for cloning.
|
|
2063
|
+
* @param options The options to use for cloning.
|
|
2064
2064
|
* @returns The cloned instance.
|
|
2065
2065
|
*/
|
|
2066
2066
|
clone(values?: {
|
|
@@ -2187,7 +2187,7 @@ declare class CryptographicKey {
|
|
|
2187
2187
|
/**
|
|
2188
2188
|
* Clones this instance, optionally updating it with the given values.
|
|
2189
2189
|
* @param values The values to update the clone with.
|
|
2190
|
-
* @options The options to use for cloning.
|
|
2190
|
+
* @param options The options to use for cloning.
|
|
2191
2191
|
* @returns The cloned instance.
|
|
2192
2192
|
*/
|
|
2193
2193
|
clone(values?: {
|
|
@@ -2296,7 +2296,7 @@ declare class Multikey {
|
|
|
2296
2296
|
/**
|
|
2297
2297
|
* Clones this instance, optionally updating it with the given values.
|
|
2298
2298
|
* @param values The values to update the clone with.
|
|
2299
|
-
* @options The options to use for cloning.
|
|
2299
|
+
* @param options The options to use for cloning.
|
|
2300
2300
|
* @returns The cloned instance.
|
|
2301
2301
|
*/
|
|
2302
2302
|
clone(values?: {
|
|
@@ -2453,7 +2453,7 @@ declare class Accept extends Activity {
|
|
|
2453
2453
|
/**
|
|
2454
2454
|
* Clones this instance, optionally updating it with the given values.
|
|
2455
2455
|
* @param values The values to update the clone with.
|
|
2456
|
-
* @options The options to use for cloning.
|
|
2456
|
+
* @param options The options to use for cloning.
|
|
2457
2457
|
* @returns The cloned instance.
|
|
2458
2458
|
*/
|
|
2459
2459
|
clone(values?: {
|
|
@@ -2648,7 +2648,7 @@ declare class Add extends Activity {
|
|
|
2648
2648
|
/**
|
|
2649
2649
|
* Clones this instance, optionally updating it with the given values.
|
|
2650
2650
|
* @param values The values to update the clone with.
|
|
2651
|
-
* @options The options to use for cloning.
|
|
2651
|
+
* @param options The options to use for cloning.
|
|
2652
2652
|
* @returns The cloned instance.
|
|
2653
2653
|
*/
|
|
2654
2654
|
clone(values?: {
|
|
@@ -2842,7 +2842,7 @@ declare class Announce extends Activity {
|
|
|
2842
2842
|
/**
|
|
2843
2843
|
* Clones this instance, optionally updating it with the given values.
|
|
2844
2844
|
* @param values The values to update the clone with.
|
|
2845
|
-
* @options The options to use for cloning.
|
|
2845
|
+
* @param options The options to use for cloning.
|
|
2846
2846
|
* @returns The cloned instance.
|
|
2847
2847
|
*/
|
|
2848
2848
|
clone(values?: {
|
|
@@ -3050,7 +3050,7 @@ declare class Application extends Object$1 {
|
|
|
3050
3050
|
/**
|
|
3051
3051
|
* Clones this instance, optionally updating it with the given values.
|
|
3052
3052
|
* @param values The values to update the clone with.
|
|
3053
|
-
* @options The options to use for cloning.
|
|
3053
|
+
* @param options The options to use for cloning.
|
|
3054
3054
|
* @returns The cloned instance.
|
|
3055
3055
|
*/
|
|
3056
3056
|
clone(values?: {
|
|
@@ -3622,7 +3622,7 @@ declare class IntransitiveActivity extends Activity {
|
|
|
3622
3622
|
/**
|
|
3623
3623
|
* Clones this instance, optionally updating it with the given values.
|
|
3624
3624
|
* @param values The values to update the clone with.
|
|
3625
|
-
* @options The options to use for cloning.
|
|
3625
|
+
* @param options The options to use for cloning.
|
|
3626
3626
|
* @returns The cloned instance.
|
|
3627
3627
|
*/
|
|
3628
3628
|
clone(values?: {
|
|
@@ -3816,7 +3816,7 @@ declare class Arrive extends IntransitiveActivity {
|
|
|
3816
3816
|
/**
|
|
3817
3817
|
* Clones this instance, optionally updating it with the given values.
|
|
3818
3818
|
* @param values The values to update the clone with.
|
|
3819
|
-
* @options The options to use for cloning.
|
|
3819
|
+
* @param options The options to use for cloning.
|
|
3820
3820
|
* @returns The cloned instance.
|
|
3821
3821
|
*/
|
|
3822
3822
|
clone(values?: {
|
|
@@ -3998,7 +3998,7 @@ declare class Article extends Object$1 {
|
|
|
3998
3998
|
/**
|
|
3999
3999
|
* Clones this instance, optionally updating it with the given values.
|
|
4000
4000
|
* @param values The values to update the clone with.
|
|
4001
|
-
* @options The options to use for cloning.
|
|
4001
|
+
* @param options The options to use for cloning.
|
|
4002
4002
|
* @returns The cloned instance.
|
|
4003
4003
|
*/
|
|
4004
4004
|
clone(values?: {
|
|
@@ -4182,7 +4182,7 @@ declare class Document extends Object$1 {
|
|
|
4182
4182
|
/**
|
|
4183
4183
|
* Clones this instance, optionally updating it with the given values.
|
|
4184
4184
|
* @param values The values to update the clone with.
|
|
4185
|
-
* @options The options to use for cloning.
|
|
4185
|
+
* @param options The options to use for cloning.
|
|
4186
4186
|
* @returns The cloned instance.
|
|
4187
4187
|
*/
|
|
4188
4188
|
clone(values?: {
|
|
@@ -4362,7 +4362,7 @@ declare class Audio extends Document {
|
|
|
4362
4362
|
/**
|
|
4363
4363
|
* Clones this instance, optionally updating it with the given values.
|
|
4364
4364
|
* @param values The values to update the clone with.
|
|
4365
|
-
* @options The options to use for cloning.
|
|
4365
|
+
* @param options The options to use for cloning.
|
|
4366
4366
|
* @returns The cloned instance.
|
|
4367
4367
|
*/
|
|
4368
4368
|
clone(values?: {
|
|
@@ -4545,7 +4545,7 @@ declare class Ignore extends Activity {
|
|
|
4545
4545
|
/**
|
|
4546
4546
|
* Clones this instance, optionally updating it with the given values.
|
|
4547
4547
|
* @param values The values to update the clone with.
|
|
4548
|
-
* @options The options to use for cloning.
|
|
4548
|
+
* @param options The options to use for cloning.
|
|
4549
4549
|
* @returns The cloned instance.
|
|
4550
4550
|
*/
|
|
4551
4551
|
clone(values?: {
|
|
@@ -4740,7 +4740,7 @@ declare class Block extends Ignore {
|
|
|
4740
4740
|
/**
|
|
4741
4741
|
* Clones this instance, optionally updating it with the given values.
|
|
4742
4742
|
* @param values The values to update the clone with.
|
|
4743
|
-
* @options The options to use for cloning.
|
|
4743
|
+
* @param options The options to use for cloning.
|
|
4744
4744
|
* @returns The cloned instance.
|
|
4745
4745
|
*/
|
|
4746
4746
|
clone(values?: {
|
|
@@ -4938,7 +4938,7 @@ declare class Collection extends Object$1 {
|
|
|
4938
4938
|
/**
|
|
4939
4939
|
* Clones this instance, optionally updating it with the given values.
|
|
4940
4940
|
* @param values The values to update the clone with.
|
|
4941
|
-
* @options The options to use for cloning.
|
|
4941
|
+
* @param options The options to use for cloning.
|
|
4942
4942
|
* @returns The cloned instance.
|
|
4943
4943
|
*/
|
|
4944
4944
|
clone(values?: {
|
|
@@ -5327,7 +5327,7 @@ declare class CollectionPage extends Collection {
|
|
|
5327
5327
|
/**
|
|
5328
5328
|
* Clones this instance, optionally updating it with the given values.
|
|
5329
5329
|
* @param values The values to update the clone with.
|
|
5330
|
-
* @options The options to use for cloning.
|
|
5330
|
+
* @param options The options to use for cloning.
|
|
5331
5331
|
* @returns The cloned instance.
|
|
5332
5332
|
*/
|
|
5333
5333
|
clone(values?: {
|
|
@@ -5569,7 +5569,7 @@ declare class Create extends Activity {
|
|
|
5569
5569
|
/**
|
|
5570
5570
|
* Clones this instance, optionally updating it with the given values.
|
|
5571
5571
|
* @param values The values to update the clone with.
|
|
5572
|
-
* @options The options to use for cloning.
|
|
5572
|
+
* @param options The options to use for cloning.
|
|
5573
5573
|
* @returns The cloned instance.
|
|
5574
5574
|
*/
|
|
5575
5575
|
clone(values?: {
|
|
@@ -5762,7 +5762,7 @@ declare class Delete extends Activity {
|
|
|
5762
5762
|
/**
|
|
5763
5763
|
* Clones this instance, optionally updating it with the given values.
|
|
5764
5764
|
* @param values The values to update the clone with.
|
|
5765
|
-
* @options The options to use for cloning.
|
|
5765
|
+
* @param options The options to use for cloning.
|
|
5766
5766
|
* @returns The cloned instance.
|
|
5767
5767
|
*/
|
|
5768
5768
|
clone(values?: {
|
|
@@ -5954,7 +5954,7 @@ declare class Dislike extends Activity {
|
|
|
5954
5954
|
/**
|
|
5955
5955
|
* Clones this instance, optionally updating it with the given values.
|
|
5956
5956
|
* @param values The values to update the clone with.
|
|
5957
|
-
* @options The options to use for cloning.
|
|
5957
|
+
* @param options The options to use for cloning.
|
|
5958
5958
|
* @returns The cloned instance.
|
|
5959
5959
|
*/
|
|
5960
5960
|
clone(values?: {
|
|
@@ -6104,7 +6104,7 @@ declare class Endpoints {
|
|
|
6104
6104
|
/**
|
|
6105
6105
|
* Clones this instance, optionally updating it with the given values.
|
|
6106
6106
|
* @param values The values to update the clone with.
|
|
6107
|
-
* @options The options to use for cloning.
|
|
6107
|
+
* @param options The options to use for cloning.
|
|
6108
6108
|
* @returns The cloned instance.
|
|
6109
6109
|
*/
|
|
6110
6110
|
clone(values?: {
|
|
@@ -6271,7 +6271,7 @@ declare class Event extends Object$1 {
|
|
|
6271
6271
|
/**
|
|
6272
6272
|
* Clones this instance, optionally updating it with the given values.
|
|
6273
6273
|
* @param values The values to update the clone with.
|
|
6274
|
-
* @options The options to use for cloning.
|
|
6274
|
+
* @param options The options to use for cloning.
|
|
6275
6275
|
* @returns The cloned instance.
|
|
6276
6276
|
*/
|
|
6277
6277
|
clone(values?: {
|
|
@@ -6453,7 +6453,7 @@ declare class Flag extends Activity {
|
|
|
6453
6453
|
/**
|
|
6454
6454
|
* Clones this instance, optionally updating it with the given values.
|
|
6455
6455
|
* @param values The values to update the clone with.
|
|
6456
|
-
* @options The options to use for cloning.
|
|
6456
|
+
* @param options The options to use for cloning.
|
|
6457
6457
|
* @returns The cloned instance.
|
|
6458
6458
|
*/
|
|
6459
6459
|
clone(values?: {
|
|
@@ -6648,7 +6648,7 @@ declare class Follow extends Activity {
|
|
|
6648
6648
|
/**
|
|
6649
6649
|
* Clones this instance, optionally updating it with the given values.
|
|
6650
6650
|
* @param values The values to update the clone with.
|
|
6651
|
-
* @options The options to use for cloning.
|
|
6651
|
+
* @param options The options to use for cloning.
|
|
6652
6652
|
* @returns The cloned instance.
|
|
6653
6653
|
*/
|
|
6654
6654
|
clone(values?: {
|
|
@@ -6856,7 +6856,7 @@ declare class Group extends Object$1 {
|
|
|
6856
6856
|
/**
|
|
6857
6857
|
* Clones this instance, optionally updating it with the given values.
|
|
6858
6858
|
* @param values The values to update the clone with.
|
|
6859
|
-
* @options The options to use for cloning.
|
|
6859
|
+
* @param options The options to use for cloning.
|
|
6860
6860
|
* @returns The cloned instance.
|
|
6861
6861
|
*/
|
|
6862
6862
|
clone(values?: {
|
|
@@ -7395,7 +7395,7 @@ declare class Link {
|
|
|
7395
7395
|
/**
|
|
7396
7396
|
* Clones this instance, optionally updating it with the given values.
|
|
7397
7397
|
* @param values The values to update the clone with.
|
|
7398
|
-
* @options The options to use for cloning.
|
|
7398
|
+
* @param options The options to use for cloning.
|
|
7399
7399
|
* @returns The cloned instance.
|
|
7400
7400
|
*/
|
|
7401
7401
|
clone(values?: {
|
|
@@ -7549,7 +7549,7 @@ declare class Hashtag extends Link {
|
|
|
7549
7549
|
/**
|
|
7550
7550
|
* Clones this instance, optionally updating it with the given values.
|
|
7551
7551
|
* @param values The values to update the clone with.
|
|
7552
|
-
* @options The options to use for cloning.
|
|
7552
|
+
* @param options The options to use for cloning.
|
|
7553
7553
|
* @returns The cloned instance.
|
|
7554
7554
|
*/
|
|
7555
7555
|
clone(values?: {
|
|
@@ -7681,7 +7681,7 @@ declare class Image extends Document {
|
|
|
7681
7681
|
/**
|
|
7682
7682
|
* Clones this instance, optionally updating it with the given values.
|
|
7683
7683
|
* @param values The values to update the clone with.
|
|
7684
|
-
* @options The options to use for cloning.
|
|
7684
|
+
* @param options The options to use for cloning.
|
|
7685
7685
|
* @returns The cloned instance.
|
|
7686
7686
|
*/
|
|
7687
7687
|
clone(values?: {
|
|
@@ -7865,7 +7865,7 @@ declare class Offer extends Activity {
|
|
|
7865
7865
|
/**
|
|
7866
7866
|
* Clones this instance, optionally updating it with the given values.
|
|
7867
7867
|
* @param values The values to update the clone with.
|
|
7868
|
-
* @options The options to use for cloning.
|
|
7868
|
+
* @param options The options to use for cloning.
|
|
7869
7869
|
* @returns The cloned instance.
|
|
7870
7870
|
*/
|
|
7871
7871
|
clone(values?: {
|
|
@@ -8058,7 +8058,7 @@ declare class Invite extends Offer {
|
|
|
8058
8058
|
/**
|
|
8059
8059
|
* Clones this instance, optionally updating it with the given values.
|
|
8060
8060
|
* @param values The values to update the clone with.
|
|
8061
|
-
* @options The options to use for cloning.
|
|
8061
|
+
* @param options The options to use for cloning.
|
|
8062
8062
|
* @returns The cloned instance.
|
|
8063
8063
|
*/
|
|
8064
8064
|
clone(values?: {
|
|
@@ -8251,7 +8251,7 @@ declare class Join extends Activity {
|
|
|
8251
8251
|
/**
|
|
8252
8252
|
* Clones this instance, optionally updating it with the given values.
|
|
8253
8253
|
* @param values The values to update the clone with.
|
|
8254
|
-
* @options The options to use for cloning.
|
|
8254
|
+
* @param options The options to use for cloning.
|
|
8255
8255
|
* @returns The cloned instance.
|
|
8256
8256
|
*/
|
|
8257
8257
|
clone(values?: {
|
|
@@ -8444,7 +8444,7 @@ declare class Leave extends Activity {
|
|
|
8444
8444
|
/**
|
|
8445
8445
|
* Clones this instance, optionally updating it with the given values.
|
|
8446
8446
|
* @param values The values to update the clone with.
|
|
8447
|
-
* @options The options to use for cloning.
|
|
8447
|
+
* @param options The options to use for cloning.
|
|
8448
8448
|
* @returns The cloned instance.
|
|
8449
8449
|
*/
|
|
8450
8450
|
clone(values?: {
|
|
@@ -8637,7 +8637,7 @@ declare class Like extends Activity {
|
|
|
8637
8637
|
/**
|
|
8638
8638
|
* Clones this instance, optionally updating it with the given values.
|
|
8639
8639
|
* @param values The values to update the clone with.
|
|
8640
|
-
* @options The options to use for cloning.
|
|
8640
|
+
* @param options The options to use for cloning.
|
|
8641
8641
|
* @returns The cloned instance.
|
|
8642
8642
|
*/
|
|
8643
8643
|
clone(values?: {
|
|
@@ -8829,7 +8829,7 @@ declare class Listen extends Activity {
|
|
|
8829
8829
|
/**
|
|
8830
8830
|
* Clones this instance, optionally updating it with the given values.
|
|
8831
8831
|
* @param values The values to update the clone with.
|
|
8832
|
-
* @options The options to use for cloning.
|
|
8832
|
+
* @param options The options to use for cloning.
|
|
8833
8833
|
* @returns The cloned instance.
|
|
8834
8834
|
*/
|
|
8835
8835
|
clone(values?: {
|
|
@@ -8971,7 +8971,7 @@ declare class Mention extends Link {
|
|
|
8971
8971
|
/**
|
|
8972
8972
|
* Clones this instance, optionally updating it with the given values.
|
|
8973
8973
|
* @param values The values to update the clone with.
|
|
8974
|
-
* @options The options to use for cloning.
|
|
8974
|
+
* @param options The options to use for cloning.
|
|
8975
8975
|
* @returns The cloned instance.
|
|
8976
8976
|
*/
|
|
8977
8977
|
clone(values?: {
|
|
@@ -9115,7 +9115,7 @@ declare class Move extends Activity {
|
|
|
9115
9115
|
/**
|
|
9116
9116
|
* Clones this instance, optionally updating it with the given values.
|
|
9117
9117
|
* @param values The values to update the clone with.
|
|
9118
|
-
* @options The options to use for cloning.
|
|
9118
|
+
* @param options The options to use for cloning.
|
|
9119
9119
|
* @returns The cloned instance.
|
|
9120
9120
|
*/
|
|
9121
9121
|
clone(values?: {
|
|
@@ -9298,7 +9298,7 @@ declare class Note extends Object$1 {
|
|
|
9298
9298
|
/**
|
|
9299
9299
|
* Clones this instance, optionally updating it with the given values.
|
|
9300
9300
|
* @param values The values to update the clone with.
|
|
9301
|
-
* @options The options to use for cloning.
|
|
9301
|
+
* @param options The options to use for cloning.
|
|
9302
9302
|
* @returns The cloned instance.
|
|
9303
9303
|
*/
|
|
9304
9304
|
clone(values?: {
|
|
@@ -9494,7 +9494,7 @@ declare class OrderedCollection extends Collection {
|
|
|
9494
9494
|
/**
|
|
9495
9495
|
* Clones this instance, optionally updating it with the given values.
|
|
9496
9496
|
* @param values The values to update the clone with.
|
|
9497
|
-
* @options The options to use for cloning.
|
|
9497
|
+
* @param options The options to use for cloning.
|
|
9498
9498
|
* @returns The cloned instance.
|
|
9499
9499
|
*/
|
|
9500
9500
|
clone(values?: {
|
|
@@ -9711,7 +9711,7 @@ declare class OrderedCollectionPage extends CollectionPage {
|
|
|
9711
9711
|
/**
|
|
9712
9712
|
* Clones this instance, optionally updating it with the given values.
|
|
9713
9713
|
* @param values The values to update the clone with.
|
|
9714
|
-
* @options The options to use for cloning.
|
|
9714
|
+
* @param options The options to use for cloning.
|
|
9715
9715
|
* @returns The cloned instance.
|
|
9716
9716
|
*/
|
|
9717
9717
|
clone(values?: {
|
|
@@ -9944,7 +9944,7 @@ declare class Organization extends Object$1 {
|
|
|
9944
9944
|
/**
|
|
9945
9945
|
* Clones this instance, optionally updating it with the given values.
|
|
9946
9946
|
* @param values The values to update the clone with.
|
|
9947
|
-
* @options The options to use for cloning.
|
|
9947
|
+
* @param options The options to use for cloning.
|
|
9948
9948
|
* @returns The cloned instance.
|
|
9949
9949
|
*/
|
|
9950
9950
|
clone(values?: {
|
|
@@ -10504,7 +10504,7 @@ declare class Page extends Document {
|
|
|
10504
10504
|
/**
|
|
10505
10505
|
* Clones this instance, optionally updating it with the given values.
|
|
10506
10506
|
* @param values The values to update the clone with.
|
|
10507
|
-
* @options The options to use for cloning.
|
|
10507
|
+
* @param options The options to use for cloning.
|
|
10508
10508
|
* @returns The cloned instance.
|
|
10509
10509
|
*/
|
|
10510
10510
|
clone(values?: {
|
|
@@ -10702,7 +10702,7 @@ declare class Person extends Object$1 {
|
|
|
10702
10702
|
/**
|
|
10703
10703
|
* Clones this instance, optionally updating it with the given values.
|
|
10704
10704
|
* @param values The values to update the clone with.
|
|
10705
|
-
* @options The options to use for cloning.
|
|
10705
|
+
* @param options The options to use for cloning.
|
|
10706
10706
|
* @returns The cloned instance.
|
|
10707
10707
|
*/
|
|
10708
10708
|
clone(values?: {
|
|
@@ -11269,7 +11269,7 @@ declare class Place extends Object$1 {
|
|
|
11269
11269
|
/**
|
|
11270
11270
|
* Clones this instance, optionally updating it with the given values.
|
|
11271
11271
|
* @param values The values to update the clone with.
|
|
11272
|
-
* @options The options to use for cloning.
|
|
11272
|
+
* @param options The options to use for cloning.
|
|
11273
11273
|
* @returns The cloned instance.
|
|
11274
11274
|
*/
|
|
11275
11275
|
clone(values?: {
|
|
@@ -11475,7 +11475,7 @@ declare class Profile extends Object$1 {
|
|
|
11475
11475
|
/**
|
|
11476
11476
|
* Clones this instance, optionally updating it with the given values.
|
|
11477
11477
|
* @param values The values to update the clone with.
|
|
11478
|
-
* @options The options to use for cloning.
|
|
11478
|
+
* @param options The options to use for cloning.
|
|
11479
11479
|
* @returns The cloned instance.
|
|
11480
11480
|
*/
|
|
11481
11481
|
clone(values?: {
|
|
@@ -11685,7 +11685,7 @@ declare class Question extends IntransitiveActivity {
|
|
|
11685
11685
|
/**
|
|
11686
11686
|
* Clones this instance, optionally updating it with the given values.
|
|
11687
11687
|
* @param values The values to update the clone with.
|
|
11688
|
-
* @options The options to use for cloning.
|
|
11688
|
+
* @param options The options to use for cloning.
|
|
11689
11689
|
* @returns The cloned instance.
|
|
11690
11690
|
*/
|
|
11691
11691
|
clone(values?: {
|
|
@@ -11936,7 +11936,7 @@ declare class Read extends Activity {
|
|
|
11936
11936
|
/**
|
|
11937
11937
|
* Clones this instance, optionally updating it with the given values.
|
|
11938
11938
|
* @param values The values to update the clone with.
|
|
11939
|
-
* @options The options to use for cloning.
|
|
11939
|
+
* @param options The options to use for cloning.
|
|
11940
11940
|
* @returns The cloned instance.
|
|
11941
11941
|
*/
|
|
11942
11942
|
clone(values?: {
|
|
@@ -12129,7 +12129,7 @@ declare class Reject extends Activity {
|
|
|
12129
12129
|
/**
|
|
12130
12130
|
* Clones this instance, optionally updating it with the given values.
|
|
12131
12131
|
* @param values The values to update the clone with.
|
|
12132
|
-
* @options The options to use for cloning.
|
|
12132
|
+
* @param options The options to use for cloning.
|
|
12133
12133
|
* @returns The cloned instance.
|
|
12134
12134
|
*/
|
|
12135
12135
|
clone(values?: {
|
|
@@ -12321,7 +12321,7 @@ declare class Relationship extends Object$1 {
|
|
|
12321
12321
|
/**
|
|
12322
12322
|
* Clones this instance, optionally updating it with the given values.
|
|
12323
12323
|
* @param values The values to update the clone with.
|
|
12324
|
-
* @options The options to use for cloning.
|
|
12324
|
+
* @param options The options to use for cloning.
|
|
12325
12325
|
* @returns The cloned instance.
|
|
12326
12326
|
*/
|
|
12327
12327
|
clone(values?: {
|
|
@@ -12589,7 +12589,7 @@ declare class Remove extends Activity {
|
|
|
12589
12589
|
/**
|
|
12590
12590
|
* Clones this instance, optionally updating it with the given values.
|
|
12591
12591
|
* @param values The values to update the clone with.
|
|
12592
|
-
* @options The options to use for cloning.
|
|
12592
|
+
* @param options The options to use for cloning.
|
|
12593
12593
|
* @returns The cloned instance.
|
|
12594
12594
|
*/
|
|
12595
12595
|
clone(values?: {
|
|
@@ -12797,7 +12797,7 @@ declare class Service extends Object$1 {
|
|
|
12797
12797
|
/**
|
|
12798
12798
|
* Clones this instance, optionally updating it with the given values.
|
|
12799
12799
|
* @param values The values to update the clone with.
|
|
12800
|
-
* @options The options to use for cloning.
|
|
12800
|
+
* @param options The options to use for cloning.
|
|
12801
12801
|
* @returns The cloned instance.
|
|
12802
12802
|
*/
|
|
12803
12803
|
clone(values?: {
|
|
@@ -13322,7 +13322,7 @@ declare class Source {
|
|
|
13322
13322
|
/**
|
|
13323
13323
|
* Clones this instance, optionally updating it with the given values.
|
|
13324
13324
|
* @param values The values to update the clone with.
|
|
13325
|
-
* @options The options to use for cloning.
|
|
13325
|
+
* @param options The options to use for cloning.
|
|
13326
13326
|
* @returns The cloned instance.
|
|
13327
13327
|
*/
|
|
13328
13328
|
clone(values?: {
|
|
@@ -13467,7 +13467,7 @@ declare class TentativeAccept extends Accept {
|
|
|
13467
13467
|
/**
|
|
13468
13468
|
* Clones this instance, optionally updating it with the given values.
|
|
13469
13469
|
* @param values The values to update the clone with.
|
|
13470
|
-
* @options The options to use for cloning.
|
|
13470
|
+
* @param options The options to use for cloning.
|
|
13471
13471
|
* @returns The cloned instance.
|
|
13472
13472
|
*/
|
|
13473
13473
|
clone(values?: {
|
|
@@ -13660,7 +13660,7 @@ declare class TentativeReject extends Reject {
|
|
|
13660
13660
|
/**
|
|
13661
13661
|
* Clones this instance, optionally updating it with the given values.
|
|
13662
13662
|
* @param values The values to update the clone with.
|
|
13663
|
-
* @options The options to use for cloning.
|
|
13663
|
+
* @param options The options to use for cloning.
|
|
13664
13664
|
* @returns The cloned instance.
|
|
13665
13665
|
*/
|
|
13666
13666
|
clone(values?: {
|
|
@@ -13844,7 +13844,7 @@ declare class Tombstone extends Object$1 {
|
|
|
13844
13844
|
/**
|
|
13845
13845
|
* Clones this instance, optionally updating it with the given values.
|
|
13846
13846
|
* @param values The values to update the clone with.
|
|
13847
|
-
* @options The options to use for cloning.
|
|
13847
|
+
* @param options The options to use for cloning.
|
|
13848
13848
|
* @returns The cloned instance.
|
|
13849
13849
|
*/
|
|
13850
13850
|
clone(values?: {
|
|
@@ -14032,7 +14032,7 @@ declare class Travel extends IntransitiveActivity {
|
|
|
14032
14032
|
/**
|
|
14033
14033
|
* Clones this instance, optionally updating it with the given values.
|
|
14034
14034
|
* @param values The values to update the clone with.
|
|
14035
|
-
* @options The options to use for cloning.
|
|
14035
|
+
* @param options The options to use for cloning.
|
|
14036
14036
|
* @returns The cloned instance.
|
|
14037
14037
|
*/
|
|
14038
14038
|
clone(values?: {
|
|
@@ -14230,7 +14230,7 @@ declare class Undo extends Activity {
|
|
|
14230
14230
|
/**
|
|
14231
14231
|
* Clones this instance, optionally updating it with the given values.
|
|
14232
14232
|
* @param values The values to update the clone with.
|
|
14233
|
-
* @options The options to use for cloning.
|
|
14233
|
+
* @param options The options to use for cloning.
|
|
14234
14234
|
* @returns The cloned instance.
|
|
14235
14235
|
*/
|
|
14236
14236
|
clone(values?: {
|
|
@@ -14426,7 +14426,7 @@ declare class Update extends Activity {
|
|
|
14426
14426
|
/**
|
|
14427
14427
|
* Clones this instance, optionally updating it with the given values.
|
|
14428
14428
|
* @param values The values to update the clone with.
|
|
14429
|
-
* @options The options to use for cloning.
|
|
14429
|
+
* @param options The options to use for cloning.
|
|
14430
14430
|
* @returns The cloned instance.
|
|
14431
14431
|
*/
|
|
14432
14432
|
clone(values?: {
|
|
@@ -14608,7 +14608,7 @@ declare class Video extends Document {
|
|
|
14608
14608
|
/**
|
|
14609
14609
|
* Clones this instance, optionally updating it with the given values.
|
|
14610
14610
|
* @param values The values to update the clone with.
|
|
14611
|
-
* @options The options to use for cloning.
|
|
14611
|
+
* @param options The options to use for cloning.
|
|
14612
14612
|
* @returns The cloned instance.
|
|
14613
14613
|
*/
|
|
14614
14614
|
clone(values?: {
|
|
@@ -14790,7 +14790,7 @@ declare class View extends Activity {
|
|
|
14790
14790
|
/**
|
|
14791
14791
|
* Clones this instance, optionally updating it with the given values.
|
|
14792
14792
|
* @param values The values to update the clone with.
|
|
14793
|
-
* @options The options to use for cloning.
|
|
14793
|
+
* @param options The options to use for cloning.
|
|
14794
14794
|
* @returns The cloned instance.
|
|
14795
14795
|
*/
|
|
14796
14796
|
clone(values?: {
|