@devvit/protos 0.10.18-next-2024-03-26-fd166a0f5.0 → 0.10.18-next-2024-03-26-7c1775c76.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/protos",
3
- "version": "0.10.18-next-2024-03-26-fd166a0f5.0",
3
+ "version": "0.10.18-next-2024-03-26-7c1775c76.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,7 +42,7 @@
42
42
  "devDependencies": {
43
43
  "@devvit/eslint-config": "0.10.17",
44
44
  "@devvit/repo-tools": "0.10.17",
45
- "@devvit/tsconfig": "0.10.18-next-2024-03-26-fd166a0f5.0",
45
+ "@devvit/tsconfig": "0.10.18-next-2024-03-26-7c1775c76.0",
46
46
  "eslint": "8.9.0",
47
47
  "glob": "10.3.10",
48
48
  "ts-proto-kmx-2": "1.129.4",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "directory": "dist"
55
55
  },
56
- "gitHead": "b217da14668c1b2b7b434d11d7d3e16f711d4c26"
56
+ "gitHead": "7045d70120ded802dfb8a095c6e4720019e28232"
57
57
  }
@@ -330,6 +330,11 @@ message PostFirehose {
330
330
  (devvit.options.trigger_evt_path) = "post.distinguished",
331
331
  (openapi.field_example) = "ADMIN"
332
332
  ];
333
+ // Identifies the type of post. It can be one of the following values image, video, link, poll, multi_media, crosspost, gallery, text or media.
334
+ string type = 26 [
335
+ (devvit.options.trigger_evt_path) = "post.type",
336
+ (openapi.field_example) = "image"
337
+ ];
333
338
  // removed fields
334
339
  reserved 7, 8;
335
340
  reserved "trending_score", "toxicity_score";
@@ -63,6 +63,7 @@ message PostV2 {
63
63
  bool is_poll = 37;
64
64
  bool is_promoted = 38;
65
65
  bool is_multi_media = 39;
66
+ string type = 40;
66
67
  }
67
68
 
68
69
  message Oembed {
@@ -130,6 +130,7 @@ export declare const TriggerEvent: {
130
130
  isPoll?: boolean | undefined;
131
131
  isPromoted?: boolean | undefined;
132
132
  isMultiMedia?: boolean | undefined;
133
+ type?: string | undefined;
133
134
  } | undefined;
134
135
  author?: {
135
136
  id?: string | undefined;
@@ -250,6 +251,7 @@ export declare const TriggerEvent: {
250
251
  isPoll?: boolean | undefined;
251
252
  isPromoted?: boolean | undefined;
252
253
  isMultiMedia?: boolean | undefined;
254
+ type?: string | undefined;
253
255
  } | undefined;
254
256
  author?: {
255
257
  id?: string | undefined;
@@ -370,6 +372,7 @@ export declare const TriggerEvent: {
370
372
  isPoll?: boolean | undefined;
371
373
  isPromoted?: boolean | undefined;
372
374
  isMultiMedia?: boolean | undefined;
375
+ type?: string | undefined;
373
376
  } | undefined;
374
377
  author?: {
375
378
  id?: string | undefined;
@@ -491,6 +494,7 @@ export declare const TriggerEvent: {
491
494
  isPoll?: boolean | undefined;
492
495
  isPromoted?: boolean | undefined;
493
496
  isMultiMedia?: boolean | undefined;
497
+ type?: string | undefined;
494
498
  } | undefined;
495
499
  subreddit?: {
496
500
  id?: string | undefined;
@@ -592,6 +596,7 @@ export declare const TriggerEvent: {
592
596
  isPoll?: boolean | undefined;
593
597
  isPromoted?: boolean | undefined;
594
598
  isMultiMedia?: boolean | undefined;
599
+ type?: string | undefined;
595
600
  } | undefined;
596
601
  author?: {
597
602
  id?: string | undefined;
@@ -793,6 +798,7 @@ export declare const TriggerEvent: {
793
798
  isPoll?: boolean | undefined;
794
799
  isPromoted?: boolean | undefined;
795
800
  isMultiMedia?: boolean | undefined;
801
+ type?: string | undefined;
796
802
  } | undefined;
797
803
  subreddit?: {
798
804
  id?: string | undefined;
@@ -935,6 +941,7 @@ export declare const TriggerEvent: {
935
941
  isPoll?: boolean | undefined;
936
942
  isPromoted?: boolean | undefined;
937
943
  isMultiMedia?: boolean | undefined;
944
+ type?: string | undefined;
938
945
  } | undefined;
939
946
  subreddit?: {
940
947
  id?: string | undefined;
@@ -1077,6 +1084,7 @@ export declare const TriggerEvent: {
1077
1084
  isPoll?: boolean | undefined;
1078
1085
  isPromoted?: boolean | undefined;
1079
1086
  isMultiMedia?: boolean | undefined;
1087
+ type?: string | undefined;
1080
1088
  } | undefined;
1081
1089
  previousBody?: string | undefined;
1082
1090
  subreddit?: {
@@ -1434,6 +1442,7 @@ export declare const TriggerEvent: {
1434
1442
  isPoll?: boolean | undefined;
1435
1443
  isPromoted?: boolean | undefined;
1436
1444
  isMultiMedia?: boolean | undefined;
1445
+ type?: string | undefined;
1437
1446
  } | undefined;
1438
1447
  } | undefined;
1439
1448
  modMail?: {
@@ -1622,6 +1631,7 @@ export declare const TriggerEvent: {
1622
1631
  isPoll?: boolean | undefined;
1623
1632
  isPromoted?: boolean | undefined;
1624
1633
  isMultiMedia?: boolean | undefined;
1634
+ type?: string | undefined;
1625
1635
  } | undefined;
1626
1636
  subreddit?: {
1627
1637
  id?: string | undefined;
@@ -1724,6 +1734,7 @@ export declare const TriggerEvent: {
1724
1734
  isPoll?: boolean | undefined;
1725
1735
  isPromoted?: boolean | undefined;
1726
1736
  isMultiMedia?: boolean | undefined;
1737
+ type?: string | undefined;
1727
1738
  } | undefined;
1728
1739
  approvedAt?: Date | undefined;
1729
1740
  author?: {
@@ -1868,6 +1879,7 @@ export declare const TriggerEvent: {
1868
1879
  isPoll?: boolean | undefined;
1869
1880
  isPromoted?: boolean | undefined;
1870
1881
  isMultiMedia?: boolean | undefined;
1882
+ type?: string | undefined;
1871
1883
  } | undefined;
1872
1884
  approvedAt?: Date | undefined;
1873
1885
  author?: {
@@ -1994,6 +2006,7 @@ export declare const TriggerEvent: {
1994
2006
  isPoll?: boolean | undefined;
1995
2007
  isPromoted?: boolean | undefined;
1996
2008
  isMultiMedia?: boolean | undefined;
2009
+ type?: string | undefined;
1997
2010
  } | undefined;
1998
2011
  author?: {
1999
2012
  id?: string | undefined;
@@ -2113,6 +2126,7 @@ export declare const TriggerEvent: {
2113
2126
  isPoll?: boolean | undefined;
2114
2127
  isPromoted?: boolean | undefined;
2115
2128
  isMultiMedia?: boolean | undefined;
2129
+ type?: string | undefined;
2116
2130
  } & {
2117
2131
  id?: string | undefined;
2118
2132
  title?: string | undefined;
@@ -2269,6 +2283,7 @@ export declare const TriggerEvent: {
2269
2283
  isPoll?: boolean | undefined;
2270
2284
  isPromoted?: boolean | undefined;
2271
2285
  isMultiMedia?: boolean | undefined;
2286
+ type?: string | undefined;
2272
2287
  } & { [K_5 in Exclude<keyof I["postSubmit"]["post"], "$type" | keyof import("../../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
2273
2288
  author?: ({
2274
2289
  id?: string | undefined;
@@ -2428,6 +2443,7 @@ export declare const TriggerEvent: {
2428
2443
  isPoll?: boolean | undefined;
2429
2444
  isPromoted?: boolean | undefined;
2430
2445
  isMultiMedia?: boolean | undefined;
2446
+ type?: string | undefined;
2431
2447
  } | undefined;
2432
2448
  author?: {
2433
2449
  id?: string | undefined;
@@ -2547,6 +2563,7 @@ export declare const TriggerEvent: {
2547
2563
  isPoll?: boolean | undefined;
2548
2564
  isPromoted?: boolean | undefined;
2549
2565
  isMultiMedia?: boolean | undefined;
2566
+ type?: string | undefined;
2550
2567
  } & {
2551
2568
  id?: string | undefined;
2552
2569
  title?: string | undefined;
@@ -2703,6 +2720,7 @@ export declare const TriggerEvent: {
2703
2720
  isPoll?: boolean | undefined;
2704
2721
  isPromoted?: boolean | undefined;
2705
2722
  isMultiMedia?: boolean | undefined;
2723
+ type?: string | undefined;
2706
2724
  } & { [K_16 in Exclude<keyof I["postCreate"]["post"], "$type" | keyof import("../../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
2707
2725
  author?: ({
2708
2726
  id?: string | undefined;
@@ -2862,6 +2880,7 @@ export declare const TriggerEvent: {
2862
2880
  isPoll?: boolean | undefined;
2863
2881
  isPromoted?: boolean | undefined;
2864
2882
  isMultiMedia?: boolean | undefined;
2883
+ type?: string | undefined;
2865
2884
  } | undefined;
2866
2885
  author?: {
2867
2886
  id?: string | undefined;
@@ -2982,6 +3001,7 @@ export declare const TriggerEvent: {
2982
3001
  isPoll?: boolean | undefined;
2983
3002
  isPromoted?: boolean | undefined;
2984
3003
  isMultiMedia?: boolean | undefined;
3004
+ type?: string | undefined;
2985
3005
  } & {
2986
3006
  id?: string | undefined;
2987
3007
  title?: string | undefined;
@@ -3138,6 +3158,7 @@ export declare const TriggerEvent: {
3138
3158
  isPoll?: boolean | undefined;
3139
3159
  isPromoted?: boolean | undefined;
3140
3160
  isMultiMedia?: boolean | undefined;
3161
+ type?: string | undefined;
3141
3162
  } & { [K_27 in Exclude<keyof I["postUpdate"]["post"], "$type" | keyof import("../../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
3142
3163
  author?: ({
3143
3164
  id?: string | undefined;
@@ -3298,6 +3319,7 @@ export declare const TriggerEvent: {
3298
3319
  isPoll?: boolean | undefined;
3299
3320
  isPromoted?: boolean | undefined;
3300
3321
  isMultiMedia?: boolean | undefined;
3322
+ type?: string | undefined;
3301
3323
  } | undefined;
3302
3324
  subreddit?: {
3303
3325
  id?: string | undefined;
@@ -3398,6 +3420,7 @@ export declare const TriggerEvent: {
3398
3420
  isPoll?: boolean | undefined;
3399
3421
  isPromoted?: boolean | undefined;
3400
3422
  isMultiMedia?: boolean | undefined;
3423
+ type?: string | undefined;
3401
3424
  } & {
3402
3425
  id?: string | undefined;
3403
3426
  title?: string | undefined;
@@ -3554,6 +3577,7 @@ export declare const TriggerEvent: {
3554
3577
  isPoll?: boolean | undefined;
3555
3578
  isPromoted?: boolean | undefined;
3556
3579
  isMultiMedia?: boolean | undefined;
3580
+ type?: string | undefined;
3557
3581
  } & { [K_38 in Exclude<keyof I["postReport"]["post"], "$type" | keyof import("../../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
3558
3582
  subreddit?: ({
3559
3583
  id?: string | undefined;
@@ -3666,6 +3690,7 @@ export declare const TriggerEvent: {
3666
3690
  isPoll?: boolean | undefined;
3667
3691
  isPromoted?: boolean | undefined;
3668
3692
  isMultiMedia?: boolean | undefined;
3693
+ type?: string | undefined;
3669
3694
  } | undefined;
3670
3695
  author?: {
3671
3696
  id?: string | undefined;
@@ -3785,6 +3810,7 @@ export declare const TriggerEvent: {
3785
3810
  isPoll?: boolean | undefined;
3786
3811
  isPromoted?: boolean | undefined;
3787
3812
  isMultiMedia?: boolean | undefined;
3813
+ type?: string | undefined;
3788
3814
  } & {
3789
3815
  id?: string | undefined;
3790
3816
  title?: string | undefined;
@@ -3941,6 +3967,7 @@ export declare const TriggerEvent: {
3941
3967
  isPoll?: boolean | undefined;
3942
3968
  isPromoted?: boolean | undefined;
3943
3969
  isMultiMedia?: boolean | undefined;
3970
+ type?: string | undefined;
3944
3971
  } & { [K_47 in Exclude<keyof I["postFlairUpdate"]["post"], "$type" | keyof import("../../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
3945
3972
  author?: ({
3946
3973
  id?: string | undefined;
@@ -4258,6 +4285,7 @@ export declare const TriggerEvent: {
4258
4285
  isPoll?: boolean | undefined;
4259
4286
  isPromoted?: boolean | undefined;
4260
4287
  isMultiMedia?: boolean | undefined;
4288
+ type?: string | undefined;
4261
4289
  } | undefined;
4262
4290
  subreddit?: {
4263
4291
  id?: string | undefined;
@@ -4448,6 +4476,7 @@ export declare const TriggerEvent: {
4448
4476
  isPoll?: boolean | undefined;
4449
4477
  isPromoted?: boolean | undefined;
4450
4478
  isMultiMedia?: boolean | undefined;
4479
+ type?: string | undefined;
4451
4480
  } & {
4452
4481
  id?: string | undefined;
4453
4482
  title?: string | undefined;
@@ -4604,6 +4633,7 @@ export declare const TriggerEvent: {
4604
4633
  isPoll?: boolean | undefined;
4605
4634
  isPromoted?: boolean | undefined;
4606
4635
  isMultiMedia?: boolean | undefined;
4636
+ type?: string | undefined;
4607
4637
  } & { [K_67 in Exclude<keyof I["commentSubmit"]["post"], "$type" | keyof import("../../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
4608
4638
  subreddit?: ({
4609
4639
  id?: string | undefined;
@@ -4757,6 +4787,7 @@ export declare const TriggerEvent: {
4757
4787
  isPoll?: boolean | undefined;
4758
4788
  isPromoted?: boolean | undefined;
4759
4789
  isMultiMedia?: boolean | undefined;
4790
+ type?: string | undefined;
4760
4791
  } | undefined;
4761
4792
  subreddit?: {
4762
4793
  id?: string | undefined;
@@ -4947,6 +4978,7 @@ export declare const TriggerEvent: {
4947
4978
  isPoll?: boolean | undefined;
4948
4979
  isPromoted?: boolean | undefined;
4949
4980
  isMultiMedia?: boolean | undefined;
4981
+ type?: string | undefined;
4950
4982
  } & {
4951
4983
  id?: string | undefined;
4952
4984
  title?: string | undefined;
@@ -5103,6 +5135,7 @@ export declare const TriggerEvent: {
5103
5135
  isPoll?: boolean | undefined;
5104
5136
  isPromoted?: boolean | undefined;
5105
5137
  isMultiMedia?: boolean | undefined;
5138
+ type?: string | undefined;
5106
5139
  } & { [K_80 in Exclude<keyof I["commentCreate"]["post"], "$type" | keyof import("../../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
5107
5140
  subreddit?: ({
5108
5141
  id?: string | undefined;
@@ -5256,6 +5289,7 @@ export declare const TriggerEvent: {
5256
5289
  isPoll?: boolean | undefined;
5257
5290
  isPromoted?: boolean | undefined;
5258
5291
  isMultiMedia?: boolean | undefined;
5292
+ type?: string | undefined;
5259
5293
  } | undefined;
5260
5294
  previousBody?: string | undefined;
5261
5295
  subreddit?: {
@@ -5447,6 +5481,7 @@ export declare const TriggerEvent: {
5447
5481
  isPoll?: boolean | undefined;
5448
5482
  isPromoted?: boolean | undefined;
5449
5483
  isMultiMedia?: boolean | undefined;
5484
+ type?: string | undefined;
5450
5485
  } & {
5451
5486
  id?: string | undefined;
5452
5487
  title?: string | undefined;
@@ -5603,6 +5638,7 @@ export declare const TriggerEvent: {
5603
5638
  isPoll?: boolean | undefined;
5604
5639
  isPromoted?: boolean | undefined;
5605
5640
  isMultiMedia?: boolean | undefined;
5641
+ type?: string | undefined;
5606
5642
  } & { [K_93 in Exclude<keyof I["commentUpdate"]["post"], "$type" | keyof import("../../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
5607
5643
  previousBody?: string | undefined;
5608
5644
  subreddit?: ({
@@ -6334,6 +6370,7 @@ export declare const TriggerEvent: {
6334
6370
  isPoll?: boolean | undefined;
6335
6371
  isPromoted?: boolean | undefined;
6336
6372
  isMultiMedia?: boolean | undefined;
6373
+ type?: string | undefined;
6337
6374
  } | undefined;
6338
6375
  } & {
6339
6376
  action?: string | undefined;
@@ -6585,6 +6622,7 @@ export declare const TriggerEvent: {
6585
6622
  isPoll?: boolean | undefined;
6586
6623
  isPromoted?: boolean | undefined;
6587
6624
  isMultiMedia?: boolean | undefined;
6625
+ type?: string | undefined;
6588
6626
  } & {
6589
6627
  id?: string | undefined;
6590
6628
  title?: string | undefined;
@@ -6741,6 +6779,7 @@ export declare const TriggerEvent: {
6741
6779
  isPoll?: boolean | undefined;
6742
6780
  isPromoted?: boolean | undefined;
6743
6781
  isMultiMedia?: boolean | undefined;
6782
+ type?: string | undefined;
6744
6783
  } & { [K_135 in Exclude<keyof I["modAction"]["targetPost"], "$type" | keyof import("../../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
6745
6784
  } & { [K_136 in Exclude<keyof I["modAction"], "$type" | keyof ModAction>]: never; }) | undefined;
6746
6785
  modMail?: ({
@@ -7082,6 +7121,7 @@ export declare const TriggerEvent: {
7082
7121
  isPoll?: boolean | undefined;
7083
7122
  isPromoted?: boolean | undefined;
7084
7123
  isMultiMedia?: boolean | undefined;
7124
+ type?: string | undefined;
7085
7125
  } | undefined;
7086
7126
  subreddit?: {
7087
7127
  id?: string | undefined;
@@ -7227,6 +7267,7 @@ export declare const TriggerEvent: {
7227
7267
  isPoll?: boolean | undefined;
7228
7268
  isPromoted?: boolean | undefined;
7229
7269
  isMultiMedia?: boolean | undefined;
7270
+ type?: string | undefined;
7230
7271
  } & {
7231
7272
  id?: string | undefined;
7232
7273
  title?: string | undefined;
@@ -7383,6 +7424,7 @@ export declare const TriggerEvent: {
7383
7424
  isPoll?: boolean | undefined;
7384
7425
  isPromoted?: boolean | undefined;
7385
7426
  isMultiMedia?: boolean | undefined;
7427
+ type?: string | undefined;
7386
7428
  } & { [K_154 in Exclude<keyof I["vote"]["post"], "$type" | keyof import("../../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
7387
7429
  subreddit?: ({
7388
7430
  id?: string | undefined;
@@ -7496,6 +7538,7 @@ export declare const TriggerEvent: {
7496
7538
  isPoll?: boolean | undefined;
7497
7539
  isPromoted?: boolean | undefined;
7498
7540
  isMultiMedia?: boolean | undefined;
7541
+ type?: string | undefined;
7499
7542
  } | undefined;
7500
7543
  approvedAt?: Date | undefined;
7501
7544
  author?: {
@@ -7617,6 +7660,7 @@ export declare const TriggerEvent: {
7617
7660
  isPoll?: boolean | undefined;
7618
7661
  isPromoted?: boolean | undefined;
7619
7662
  isMultiMedia?: boolean | undefined;
7663
+ type?: string | undefined;
7620
7664
  } & {
7621
7665
  id?: string | undefined;
7622
7666
  title?: string | undefined;
@@ -7773,6 +7817,7 @@ export declare const TriggerEvent: {
7773
7817
  isPoll?: boolean | undefined;
7774
7818
  isPromoted?: boolean | undefined;
7775
7819
  isMultiMedia?: boolean | undefined;
7820
+ type?: string | undefined;
7776
7821
  } & { [K_163 in Exclude<keyof I["postApprove"]["post"], "$type" | keyof import("../../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
7777
7822
  approvedAt?: Date | undefined;
7778
7823
  author?: ({
@@ -7956,6 +8001,7 @@ export declare const TriggerEvent: {
7956
8001
  isPoll?: boolean | undefined;
7957
8002
  isPromoted?: boolean | undefined;
7958
8003
  isMultiMedia?: boolean | undefined;
8004
+ type?: string | undefined;
7959
8005
  } | undefined;
7960
8006
  approvedAt?: Date | undefined;
7961
8007
  author?: {
@@ -8120,6 +8166,7 @@ export declare const TriggerEvent: {
8120
8166
  isPoll?: boolean | undefined;
8121
8167
  isPromoted?: boolean | undefined;
8122
8168
  isMultiMedia?: boolean | undefined;
8169
+ type?: string | undefined;
8123
8170
  } & {
8124
8171
  id?: string | undefined;
8125
8172
  title?: string | undefined;
@@ -8276,6 +8323,7 @@ export declare const TriggerEvent: {
8276
8323
  isPoll?: boolean | undefined;
8277
8324
  isPromoted?: boolean | undefined;
8278
8325
  isMultiMedia?: boolean | undefined;
8326
+ type?: string | undefined;
8279
8327
  } & { [K_176 in Exclude<keyof I["commentApprove"]["post"], "$type" | keyof import("../../../reddit/v2alpha/postv2.js").PostV2>]: never; }) | undefined;
8280
8328
  approvedAt?: Date | undefined;
8281
8329
  author?: ({
@@ -1 +1 @@
1
- {"version":3,"file":"triggers.d.ts","sourceRoot":"","sources":["../../../../../../src/types/devvit/data/triggers/v1alpha/triggers.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2FA+CiC,YAAY;CAiEpF,CAAC"}
1
+ {"version":3,"file":"triggers.d.ts","sourceRoot":"","sources":["../../../../../../src/types/devvit/data/triggers/v1alpha/triggers.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2FA+CiC,YAAY;CAiEpF,CAAC"}